@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

.pc {
  display: block !important; }
  @media screen and (max-width: 768px) {
    .pc {
      display: none !important; } }

.sp2 {
  display: none; }
  @media screen and (max-width: 768px) {
    .sp2 {
      display: block !important; } }

@media screen and (min-width: 769px) {
  .sp {
    display: none !important; } }

.ov {
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  .ov:hover {
    opacity: 0.8; }

/*html.ovh,
body.ovh {
  overflow: hidden; }*/

html body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.06em;
  color: #333;
}

a.seminar {
  width: 280px;
  border-radius: 10px;
  background-color: #fff;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    a.seminar {
      width: 180px;
      right: 5vw; } }

#wrapper {
  overflow-x: hidden; }
  @media screen and (min-width: 769px) {
    #wrapper {
      min-width: 1200px; } }

.course-left p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .course-left p {
  font-size: 14px;
}
    }

section.mv {
  background: #8cc6e5;
  }
  section.mv,
  section.mv a {
    color: #fff; }
  section.mv .inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 1500px;
    width: 100%;
    margin: 0 auto; }
    section.mv .inner header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      width: 100%;
      padding: 0 7px 50px 50px; }
      @media screen and (max-width: 768px) {
        section.mv .inner header {
          align-items: center;
          padding: 0 0 0 3.5%;
          position: fixed;
          z-index: 99;
          background: #8cc6e5;
        } }
      @media screen and (min-width: 769px) {
        section.mv .inner header .logo {
          padding: 20px 0; } }
      section.mv .inner header .logo img {
        height: 30px; }
        @media screen and (max-width: 768px) {
          section.mv .inner header .logo img {
            height: 30px; } }
      section.mv .inner header .spNavTgl {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 56px;
        height: 56px;
        background-color: #fff;
        position: relative;
        z-index: 99; }
        section.mv .inner header .spNavTgl i {
          display: flex;
          position: relative; }
          section.mv .inner header .spNavTgl i, section.mv .inner header .spNavTgl i::before, section.mv .inner header .spNavTgl i::after {
            width: 32px;
            height: 3px;
            background-color: #8cc6e5; }
          section.mv .inner header .spNavTgl i::before, section.mv .inner header .spNavTgl i::after {
            content: "";
            position: absolute; }
          section.mv .inner header .spNavTgl i::before {
            top: -12px; }
          section.mv .inner header .spNavTgl i::after {
            bottom: -12px; }
        section.mv .inner header .spNavTgl.ex i {
          background-color: #fff; }
          section.mv .inner header .spNavTgl.ex i, section.mv .inner header .spNavTgl.ex i::before, section.mv .inner header .spNavTgl.ex i::after {
            width: 32px; }
          section.mv .inner header .spNavTgl.ex i::before {
            top: 0;
            transform: rotate(45deg); }
          section.mv .inner header .spNavTgl.ex i::after {
            bottom: 0;
            transform: rotate(-45deg); }
      section.mv .inner header nav {
        display: flex; }
        @media screen and (max-width: 768px) {
          section.mv .inner header nav {
            flex-direction: column;
            max-width: 400px;
            width: 95%;
            height: 100vh;
            padding-top: 100px;
            background: #8cc6e5;
            position: fixed;
            top: 0;
            right: 0;
            z-index: 98;
            transform: translateX(200%); }
            section.mv .inner header nav::before {
              content: "";
              width: calc(100vw - 400px);
              height: 100vh;
              background-color: rgba(0, 0, 0, 0.6);
              position: fixed;
              top: 0;
              left: 0;
              transform: translateX(-100%); } }
    @media screen and (max-width: 768px) and (max-width: 420px) {
      section.mv .inner header nav::before {
        width: 6vw; } }

        section.mv .inner header nav .nav-l {
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          @media screen and (min-width: 769px) {
            section.mv .inner header nav .nav-l {
              height: 80px; } }
          @media screen and (max-width: 768px) {
            section.mv .inner header nav .nav-l {
              flex-direction: column;
              justify-content: flex-start;
              width: 90%;
              margin: 0 auto 34px;
              padding-bottom: 34px;
              border-bottom: 1px solid #fff; } }
          section.mv .inner header nav .nav-l ul {
            display: flex;
            justify-content: flex-end;
            align-items: center; }
            @media screen and (max-width: 768px) {
              section.mv .inner header nav .nav-l ul {
                flex-direction: column;
                justify-content: flex-start;
                margin-bottom: 18px; } }
            section.mv .inner header nav .nav-l ul li {
              font-size: 14px;
              font-weight: bold; }
              section.mv .inner header nav .nav-l ul li:nth-of-type(n + 2) {
                display: flex;
                align-items: center; }
                @media screen and (min-width: 1401px) {
                  section.mv .inner header nav .nav-l ul li:nth-of-type(n + 2) {
                    margin-left: 15px; } }
                @media screen and (min-width: 769px) {
                  section.mv .inner header nav .nav-l ul li:nth-of-type(n + 2) {
                    margin-left: 10px; } }
                @media screen and (max-width: 768px) {
                  section.mv .inner header nav .nav-l ul li:nth-of-type(n + 2) {
                    flex-direction: column;
                    margin-top: 15px; } }
                section.mv .inner header nav .nav-l ul li:nth-of-type(n + 2)::before {
                  content: "";
                  width: 6px;
                  height: 6px;
                  background-color: #FFE940; }
                  @media screen and (min-width: 1401px) {
                    section.mv .inner header nav .nav-l ul li:nth-of-type(n + 2)::before {
                      margin-right: 20px; } }
                  @media screen and (min-width: 769px) {
                    section.mv .inner header nav .nav-l ul li:nth-of-type(n + 2)::before {
                      margin-right: 0.5vw; } }
                  @media screen and (max-width: 768px) {
                    section.mv .inner header nav .nav-l ul li:nth-of-type(n + 2)::before {
                      margin-bottom: 15px; } }
              section.mv .inner header nav .nav-l ul li a {
                font-weight: bold;
                color: #fff;
                font-size: 14px; }
                @media screen and (max-width: 1350px) {
                  section.mv .inner header nav .nav-l ul li a {
                    font-size: 14px; } }
                @media screen and (max-width: 1200px) {
                  section.mv .inner header nav .nav-l ul li a {
                    font-size: 15px; } }
                @media screen and (max-width: 768px) {
                  section.mv .inner header nav .nav-l ul li a {
                    font-size: 16px; } }
                section.mv .inner header nav .nav-l ul li a:hover {
                  text-decoration: underline; }
          section.mv .inner header nav .nav-l .tel {
            font-size: 14px; }
            @media screen and (min-width: 769px) {
              section.mv .inner header nav .nav-l .tel {
                margin-left: 20px;
                padding-left: 20px;
                border-left: 1px solid #fff; } }
            @media screen and (max-width: 1350px) {
              section.mv .inner header nav .nav-l .tel {
                font-size: 1.2vw; } }
            @media screen and (max-width: 1200px) {
              section.mv .inner header nav .nav-l .tel {
                font-size: 14px; } }
            @media screen and (max-width: 768px) {
              section.mv .inner header nav .nav-l .tel {
                line-height: 2;
                font-size: 16px; } }
            section.mv .inner header nav .nav-l .tel i {
              margin-right: 7px; }
        section.mv .inner header nav .nav-r {
          display: flex; }
          @media screen and (min-width: 769px) {
            section.mv .inner header nav .nav-r {
              margin-left: 25px; } }
          @media screen and (max-width: 768px) {
            section.mv .inner header nav .nav-r {
              flex-direction: column;
              max-width: 220px;
              width: 90%;
              margin: 0 auto; } }
          section.mv .inner header nav .nav-r a {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 70px;
            border-radius: 0 0 10px 10px;
            color: #013667;
            font-size: 18px;
            font-weight: bold;
          }
            @media screen and (min-width: 769px) {
              section.mv .inner header nav .nav-r a {
                margin: 0 3px; } }
            @media screen and (max-width: 768px) {
              section.mv .inner header nav .nav-r a {
                border-radius: 10px;
                font-size: 16px; } }
            section.mv .inner header nav .nav-r a.doc {
              width: 180px;
              background-color: #fff; }
              @media screen and (max-width: 768px) {
                section.mv .inner header nav .nav-r a.doc {
                  width: 100%;
                  margin-bottom: 18px; } }
              section.mv .inner header nav .nav-r a.doc span {
                font-size: 14px;
                font-weight: normal; }
                @media screen and (max-width: 768px) {
                  section.mv .inner header nav .nav-r a.doc span {
                    font-size: 13px; } }
            section.mv .inner header nav .nav-r a.cnt {
              width: 160px;
              background-color: #FFE940; }
              @media screen and (max-width: 768px) {
                section.mv .inner header nav .nav-r a.cnt {
                  width: 100%; } }
        section.mv .inner header nav.ex {
          transform: translateX(0); }
    section.mv .inner .left {
      width: 62%;
      padding: 0 65px 30px 120px; }
      @media screen and (max-width: 768px) {
        section.mv .inner .left {
          order: 3;
          width: 100%;
          margin-top: -65px;
          padding: 0 3% 20px; } }
      section.mv .inner .left p.lead {
        margin-bottom: 20px;
        font-size: 50px; }
        @media screen and (max-width: 1450px) {
          section.mv .inner .left p.lead {
            font-size: 3.45vw; } }
        @media screen and (max-width: 1200px) {
          section.mv .inner .left p.lead {
            font-size: 40px; } }
        @media screen and (max-width: 768px) {
          section.mv .inner .left p.lead {
            margin-bottom: 12px;
            font-size: 32px; } }
        @media screen and (max-width: 500px) {
          section.mv .inner .left p.lead {
            font-size: 24px; } }
        section.mv .inner .left p.lead span {
          background-color: #fff;
          color: #013667;
          padding: 0 10px;
        }
        section.mv .inner .left p.lead-top {
          font-size: 32px; 
        }
        @media screen and (max-width: 768px) {
        section.mv .inner .left p.lead-top {
          font-size: 18px; 
        }
          }
        section.mv .inner .left p.lead-top i {
          font-size: 20px; 
        }
        @media screen and (max-width: 768px) {
        section.mv .inner .left p.lead-top i {
          font-size: 18px; 
        }
          }
      section.mv .inner .left .service {
        margin-bottom: 20px; }
        @media screen and (max-width: 768px) {
              section.mv .inner .left .service {
              margin-bottom: 8px;
              } 
              }
        section.mv .inner .left .service p.ttl {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 30px;
          position: relative; }
          @media screen and (max-width: 768px) {
              section.mv .inner .left .service p.ttl {
              margin-bottom: 24px;
              }
            }
          section.mv .inner .left .service p.ttl::after {
            content: "";
            width: calc(100% - 190px);
            border-top: 1px solid #fff;
            position: absolute;
            top: 50%;
            right: 0; 
          }
            @media screen and (max-width: 768px) {
              section.mv .inner .left .service p.ttl::after {
                width: calc(100% - 130px); } 
              }
          section.mv .inner .left .service p.ttl i {
            color: #FFE940;
            font-weight: bold;
            font-size: 20px;
          }
            @media screen and (max-width: 768px) {
              section.mv .inner .left .service p.ttl i {
                width: calc((10px + 1.2vw) * 12);
                font-size: 14px; } }
          section.mv .inner .left .service p.ttl span {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 230px;
            height: 40px;
            border-radius: 20px;
            background-color: #013667;
            font-size: 16px;
            font-weight: bold;
            position: relative;
            z-index: 2; }
            @media screen and (max-width: 768px) {
              section.mv .inner .left .service p.ttl span {
                width: 200px;
                height: 30px;
                font-size: 14px; } }
            @media screen and (max-width: 500px) {
              section.mv .inner .left .service p.ttl span {
                width: auto;
                padding: 0 3px;
                font-size: 12px; } }
            section.mv .inner .left .service p.ttl span::before {
              content: "";
              width: 22px;
              height: 22px;
              margin-right: 3px;
              background: url(../img/icn_headset.png) no-repeat center center/contain; }
              @media screen and (max-width: 768px) {
                section.mv .inner .left .service p.ttl span::before {
                  width: 18px;
                  height: 18px; } }
        section.mv .inner .left .service .featureWrap {
          display: flex;
          flex-wrap: wrap; }
          section.mv .inner .left .service .featureWrap .featureItem {
            position: relative;
            width: 49.3%;
            background: #fff;
            padding-top: 30px;
            padding-bottom: 20px; 
          }
            section.mv .inner .left .service .featureWrap .featureItem .num {
              position: absolute;
              top: 0;
              left: 50%;
              transform: translate(-50%, -50%);
              height: 32px;
              width: 60px;
              display: flex;
              justify-content: center;
              align-items: center;
              background: #013667;
              border-radius: 30px; 
            }
              section.mv .inner .left .service .featureWrap .featureItem .num p {
                font-family: "Arapey", serif;
                color: #fff;
                font-size: 24px;
                font-weight: bold; 
              }
                @media screen and (max-width: 768px) {
                  section.mv .inner .left .service .featureWrap .featureItem .num p {
                    font-size: 20px; } }
            @media screen and (max-width: 768px) {
              section.mv .inner .left .service .featureWrap .featureItem {
                padding-top: 16px;
                padding-bottom: 8px; } }
            section.mv .inner .left .service .featureWrap .featureItem:nth-child(odd) {
              margin-right: 1.15%; }
            section.mv .inner .left .service .featureWrap .featureItem:nth-child(1) {
              margin-bottom: 25px; }
            section.mv .inner .left .service .featureWrap .featureItem:nth-child(2) {
              margin-bottom: 25px; }
            section.mv .inner .left .service .featureWrap .featureItem p {
              text-align: center;
              font-size: 14px;
              color: #013667; }
              @media screen and (max-width: 768px) {
                section.mv .inner .left .service .featureWrap .featureItem p {
                  font-size: 14px; } }
                  @media screen and (max-width: 500px) {
                section.mv .inner .left .service .featureWrap .featureItem p {
                  font-size: 12px; } }
              section.mv .inner .left .service .featureWrap .featureItem p span {
                font-size: 16px;
                font-weight: bold;
                display: block;
                color: #013667 }
                @media screen and (max-width: 768px) {
                section.mv .inner .left .service .featureWrap .featureItem p span {
                  font-size: 14px;
                }
              }
      section.mv .inner .left .cta {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        padding: 0 10px; }
@media screen and (max-width: 768px) {
section.mv .inner .left .cta {
        display: block;
        justify-content: center;
        align-items: flex-end;
        padding: 0 10px; 
      }
    }

        section.mv .inner .left .cta .doc,
        section.mv .inner .left .cta .cnt {
          margin: 0 10px; }
          section.mv .inner .left .cta .doc a,
          section.mv .inner .left .cta .cnt a {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 60px;
            border-radius: 10px;
            color: #013667;
            font-size: 20px;
            font-weight: bold;
          }
            @media screen and (max-width: 768px) {
              section.mv .inner .left .cta .doc a,
              section.mv .inner .left .cta .cnt a {
                height: 50px;
                font-size: 18px; } }
            @media screen and (max-width: 500px) {
              section.mv .inner .left .cta .doc a,
              section.mv .inner .left .cta .cnt a {
                font-size: 14px; } }
        section.mv .inner .left .cta .doc p {
          text-align: center;
          font-size: 18px; }
          @media screen and (max-width: 768px) {
            section.mv .inner .left .cta .doc p {
              font-size: 16px; } }
          @media screen and (max-width: 500px) {
            section.mv .inner .left .cta .doc p {
              font-size: 13px; } }
        section.mv .inner .left .cta .doc a {
          width: 260px;
          background-color: #fff; }
          @media screen and (max-width: 768px) {
            section.mv .inner .left .cta .doc a {
              width: 100%;
              margin-bottom: 15px;
              } }
          @media screen and (max-width: 500px) {
            section.mv .inner .left .cta .doc a {
              width: 100%;
              margin-bottom: 15px;
              } }
        section.mv .inner .left .cta .cnt a {
          width: 240px;
          background-color: #FFE940; }
          @media screen and (max-width: 768px) {
            section.mv .inner .left .cta .cnt a {
              width: 100%; } }
          @media screen and (max-width: 500px) {
            section.mv .inner .left .cta .cnt a {
              width: 100%; } }
    section.mv .inner .right {
      width: 38%; }
      @media screen and (max-width: 768px) {
        section.mv .inner .right {
          order: 2;
          width: 100%;
          padding-left: 30%;
          text-align: right;
          padding-top: 64px;
          } }
  section.mv .sponsor {
    height: 120px;
    width: 100%;
    background: #fff url(https://www.change-jp.com/hubfs/assets-corporate-lp/newhire-training/img/2026_sponsor_kari.png) repeat-x center center/auto 100%;
    animation: sponsor-slide 80s linear infinite; }
    @media screen and (max-width: 768px) {
      section.mv .sponsor {
        height: 80px;
        animation: sponsor-slide-sp 80s linear infinite; } }
  section.mv .partner {
    padding-top: 10px;
    background-color: #fff;
    text-align: center; }
    section.mv .partner p {
      padding-bottom: 15px;
      color: #333;
      font-size: 18px; }
    @media screen and (max-width: 768px) {
      section.mv .partner img {
        width: 190px; } }

@keyframes sponsor-slide {
  from {
    background-position: 0 0; }
  to {
    background-position: -4720px 0; } }
@keyframes sponsor-slide-sp {
  from {
    background-position: 0 0; }
  to {
    background-position: -3776px 0; } }
section.change {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 100px;
  background: #013667;
  text-align: center;
  color: #fff;
  }
  @media screen and (max-width: 768px) {
    section.change {
      padding: 45px 5% 45px;
      background: #013667; } }
  section.change h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    font-size: 40px;
    color: #FFE940; }
    @media screen and (max-width: 768px) {
      section.change h2 {
        max-width: 480px;
        width: 100%;
        padding: 20px 3.5% 10px;
        font-size: 24px;
        margin-bottom: 15px; } }
  section.change p {
    font-size: 18px; }
    @media screen and (max-width: 768px) {
      section.change p {
        font-size: 16px;
        text-align: left; } }
    section.change p:nth-last-of-type(n + 2) {
      margin-bottom: 22px; }
      @media screen and (max-width: 768px) {
        section.change p:nth-last-of-type(n + 2) {
          margin-bottom: 16px; } }

section.realize {
  padding: 100px 0 100px;
  background: #F3F9FF;
  text-align: center;
  color: #333; }
  @media screen and (max-width: 768px) {
    section.realize {
      padding: 45px 5% 45px; 
    } 
    }
.realizeBox_txt01 {
    font-size: 32px; 
  }
  @media screen and (max-width: 768px) {
.realizeBox_txt01 {
    font-size: 16px; 
  }
    }
  section.realize {
    width: 100%;
  }
.realizeBox_txt02 {
  font-size: 40px;
  line-height: 2.0;
  color: #013667;
  font-weight: bold;
}
  @media screen and (max-width: 768px) {
.realizeBox_txt02 {
  font-size: 18px;
  line-height: 1.4;
  color: #013667;
  font-weight: bold;
  padding: 8px 0;
  font-weight: 700;
}
    }

section.upbringing {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 100px;
  background: #fff;
  text-align: center;
  color: #333; }
  @media screen and (max-width: 768px) {
    section.upbringing {
      padding: 45px 5%; } }
  section.upbringing h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    font-size: 40px; }
    @media screen and (max-width: 768px) {
      section.upbringing h2 {
        flex-direction: column;
        max-width: 480px;
        margin-bottom: 20px;
        width: 100%;
        padding: 0px 3.5% 25px;
        font-size: 24px; } }
    @media screen and (max-width: 768px) {
      section.upbringing h2 span {
        font-size: 24px !important; } }
  section.upbringing .changeText {
    font-size: 18px;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      section.upbringing .changeText {
        margin-bottom: 30px;
        font-size: 16px;
        text-align: left; } }
    section.upbringing .changeText:nth-last-of-type(n + 2) {
      margin-bottom: 22px; }
      @media screen and (max-width: 768px) {
        section.upbringing .changeText:nth-last-of-type(n + 2) {
          margin-bottom: 16px; } }
  section.upbringing .root-top, section.upbringing .root-bottom {
    position: relative; }
  section.upbringing .root {
    max-width: 900px; }
    section.upbringing .root .vertical-last {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      top: 0;
      left: 0;
      width: 46px;
      height: 100%;
      font-size: 20px;
      font-weight: bold;
      color: #FFE940;
      background: #013667;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        section.upbringing .root .vertical-last {
          width: 35px;
          font-size: 16px; } }
      section.upbringing .root .vertical-last p {
        font-weight: bold; }
      section.upbringing .root .vertical-last span {
        text-orientation: upright;
        font-weight: bold; }
    section.upbringing .root .vertical-text {
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      position: absolute;
      top: 0;
      left: 0;
      width: 46px;
      height: 100%;
      font-size: 20px;
      font-weight: bold;
      color: #FFE940;
      background: #013667;
      display: flex;
      justify-content: center;
      align-items: center;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        section.upbringing .root .vertical-text {
          width: 35px;
          font-size: 16px; } }
      section.upbringing .root .vertical-text span {
        text-orientation: upright;
        /* すべて縦方向に表示 */
        font-weight: bold; }
    section.upbringing .root ul::before {
      bottom: -20px;
      left: 0;
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 20px 23px 0 23px;
      border-color: #013667 transparent transparent transparent;
      z-index: 30; }
      @media screen and (max-width: 768px) {
        section.upbringing .root ul::before {
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 17.5px 0 17.5px;
          border-color: #013667 transparent transparent transparent; } }
    section.upbringing .root ul::after {
      bottom: -26px;
      left: -5px;
      content: "";
      position: absolute;
      z-index: 20;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 26px 28px 0 28px;
      border-color: #ffffff transparent transparent transparent; }
      @media screen and (max-width: 768px) {
        section.upbringing .root ul::after {
          left: -2.5px;
          bottom: -23px;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 20px 0 20px;
          border-color: #ffffff transparent transparent transparent; } }
    section.upbringing .root ul li {
      padding-left: 56px;
      display: flex; }
      @media screen and (max-width: 768px) {
        section.upbringing .root ul li {
          padding-left: 40px; } }
      section.upbringing .root ul li .vertical-text-2 {
        background: #FFE940;
        min-width: 46px;
        color: #006c92;
        display: flex;
        justify-content: center;
        align-items: center;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        position: relative;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          section.upbringing .root ul li .vertical-text-2 {
            min-width: 35px;
            font-size: 16px; } }
        section.upbringing .root ul li .vertical-text-2::before {
          bottom: -20px;
          left: 0;
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 20px 23px 0 23px;
          border-color: #FFE940 transparent transparent transparent;
          z-index: 30; }
          @media screen and (max-width: 768px) {
            section.upbringing .root ul li .vertical-text-2::before {
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 20px 17.5px 0 17.5px;
              border-color: #FFE940 transparent transparent transparent; } }
        section.upbringing .root ul li .vertical-text-2::after {
          bottom: -26px;
          left: -5px;
          content: "";
          position: absolute;
          z-index: 20;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 26px 28px 0 28px;
          border-color: #ffffff transparent transparent transparent; }
          @media screen and (max-width: 768px) {
            section.upbringing .root ul li .vertical-text-2::after {
              left: -2.5px;
              bottom: -23px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 20px 20px 0 20px;
              border-color: #ffffff transparent transparent transparent; } }
        section.upbringing .root ul li .vertical-text-2 p {
          color: #013667;
          font-size: 20px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            section.upbringing .root ul li .vertical-text-2 p {
              font-size: 16px; } }
        section.upbringing .root ul li .vertical-text-2 span {
          text-orientation: upright;
          /* すべて縦方向に表示 */
          font-weight: bold; }
      section.upbringing .root ul li .right {
        display: flex;
        align-items: center;
        padding-top: 45px;
        padding-bottom: 45px; }
        @media screen and (max-width: 768px) {
          section.upbringing .root ul li .right {
            position: relative;
            padding-top: 0;
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 60px;
            flex-direction: column; } }
        section.upbringing .root ul li .right .add-sp {
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%); }
        section.upbringing .root ul li .right .left {
          position: relative; }
          section.upbringing .root ul li .right .left .add {
            position: absolute;
            left: 50%;
            bottom: -60px;
            transform: translateX(-50%);
            z-index: 100; }
            @media screen and (max-width: 768px) {
              section.upbringing .root ul li .right .left .add {
                display: none !important; } }
        section.upbringing .root ul li .right .right-wrap {
          width: 600px;
          display: flex;
          flex-direction: column;
          align-items: flex-start; }
          @media screen and (max-width: 768px) {
            section.upbringing .root ul li .right .right-wrap {
              width: auto; } }
          section.upbringing .root ul li .right .right-wrap .tag {
            border: 2px solid #013667;
            display: inline-block;
            border-radius: 30px;
            margin-bottom: 10px; }
            section.upbringing .root ul li .right .right-wrap .tag p {
              display: flex;
              align-items: center; }
              section.upbringing .root ul li .right .right-wrap .tag p span {
                border-radius: 14px;
                display: inline-block;
                background: #013667;
                color: #FFE940;
                font-weight: bold;
                padding: 5px 0;
                width: 50px;
                display: flex;
                justify-content: center;
                align-items: center; }
                @media screen and (max-width: 768px) {
                  section.upbringing .root ul li .right .right-wrap .tag p span {
                    padding: 4px 0; } }
              section.upbringing .root ul li .right .right-wrap .tag p i {
                font-style: normal;
                font-weight: bold;
                color: #013667;
                padding-left: 15px;
                padding-right: 30px; }
                @media screen and (max-width: 768px) {
                  section.upbringing .root ul li .right .right-wrap .tag p i {
                    padding-left: 4px;
                    padding-right: 8px;
                    font-size: 12px; } }
        section.upbringing .root ul li .right .title {
          font-size: 24px;
          font-weight: bold;
          margin-top: 5px;
          margin-bottom: 10px; }
          @media screen and (max-width: 768px) {
            section.upbringing .root ul li .right .title {
              font-size: 20px;
              text-align: left; } }
        section.upbringing .root ul li .right .content {
          line-height: 1.75;
          text-align-last: left;
          font-size: 16px; }
          @media screen and (max-width: 768px) {
            section.upbringing .root ul li .right .content {
              font-size: 14px; } }

@media screen and (max-width: 768px) {
section.newcourse {
padding: 45px 5%;
}
}
  
section.newcourse .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 60px;
}
  @media screen and (max-width: 768px) {
    section.newcourse .inner {
      width: 100%;
      padding: 0 10px;
      margin-top: 30px;
    } 
    }
  section.newcourse .inner .sp_pdf {
    max-width: 900px;
    width: 100%;
    margin: 0px auto;
    font-size: 14px;
  }
    @media screen and (max-width: 768px) {
  section.newcourse .inner .sp_pdf {
    margin: 10px auto 0;
    font-size: 12px;
  }
    }
  section.newcourse .inner .rare {
    max-width: 900px;
    width: 100%;
    margin: 70px auto 100px;
  }
    @media screen and (max-width: 768px) {
      section.newcourse .inner .rare {
        margin: 30px auto;
      }
    }
    section.newcourse .inner .rare p {
      font-size: 26px;
      font-weight: bold;
      text-align: center;
      padding: 40px 0; }
      @media screen and (max-width: 768px) {
        section.newcourse .inner .rare p {
          font-size: 18px;
          padding: 20px 0; } }
      section.newcourse .inner .rare p span {
        font-size: 30px;
        font-weight: bold;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.newcourse .inner .rare p span {
            font-size: 20px; } }
        section.newcourse .inner .rare p span::after {
          position: absolute;
          z-index: -1;
          content: "";
          bottom: 3px;
          left: 0;
          width: 100%;
          height: 8px;
          background: #ffe100; }

section.question {
  padding: 120px 0; }
  @media screen and (max-width: 768px) {
    section.question {
      padding: 0 5%; } }
  section.question .inner {
    width: 960px;
    min-width: 960px;
    margin: 0 auto;
    padding: 0 30px; }
    @media screen and (max-width: 768px) {
      section.question .inner {
        width: 100%;
        min-width: 0;
        padding: 0 15px; } }
    section.question .inner ul {
      margin-top: 60px; }
      @media screen and (max-width: 768px) {
        section.question .inner ul {
          margin-top: 30px; } }
      section.question .inner ul li {
        display: flex;
        padding: 20px 0;
        border-top: 1px solid #f2f2f2; }
        section.question .inner ul li:last-child {
          border-bottom: 1px solid #f2f2f2; }
        section.question .inner ul li .left {
          width: 40px;
          height: 40px;
          font-size: 28px;
          background: #8cc6e5;
          color: #FFE940;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 20px; }
          @media screen and (max-width: 768px) {
            section.question .inner ul li .left {
              margin-right: 5%; } }
        @media screen and (max-width: 768px) {
          section.question .inner ul li .right {
            width: 85%; } }
        section.question .inner ul li .right .question {
          height: 40px;
          font-size: 18px;
          font-weight: bold;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
          @media screen and (max-width: 768px) {
            section.question .inner ul li .right .question {
              height: auto;
              font-size: 16px; } }
        section.question .inner ul li .right .answer {
          padding: 15px 0;
          line-height: 1.75; }
          @media screen and (max-width: 768px) {
            section.question .inner ul li .right .answer {
              font-size: 14px; } }

section.worries h2:not(span + h2), section.reason h2:not(span + h2), section.upbringing h2:not(span + h2), section.realize h2:not(span + h2), section.newcourse h2:not(span + h2), section.question h2:not(span + h2), section.program h2:not(span + h2), section.voiceContents h2:not(span + h2), section.form h2:not(span + h2), section.thanks h2:not(span + h2) {
  text-align: center;
  font-size: 40px;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    section.worries h2:not(span + h2), section.reason h2:not(span + h2), section.upbringing h2:not(span + h2), section.realize h2:not(span + h2), section.newcourse h2:not(span + h2), section.question h2:not(span + h2), section.program h2:not(span + h2), section.voiceContents h2:not(span + h2), section.form h2:not(span + h2), section.thanks h2:not(span + h2) {
      font-size: 22px; } }
  section.worries h2:not(span + h2) span, section.reason h2:not(span + h2) span, section.upbringing h2:not(span + h2) span, section.realize h2:not(span + h2) span, section.newcourse h2:not(span + h2) span, section.question h2:not(span + h2) span, section.program h2:not(span + h2) span, section.voiceContents h2:not(span + h2) span, section.form h2:not(span + h2) span, section.thanks h2:not(span + h2) span {
    display: inline-block;
    background: linear-gradient(#FFE940, #FFE940) 0 100%/100% 10px no-repeat;
    line-height: 60px;
    font-size: 40px;
    font-weight: inherit; }
    @media screen and (max-width: 768px) {
      section.worries h2:not(span + h2) span, section.reason h2:not(span + h2) span, section.upbringing h2:not(span + h2) span, section.realize h2:not(span + h2) span, section.newcourse h2:not(span + h2) span, section.question h2:not(span + h2) span, section.program h2:not(span + h2) span, section.voiceContents h2:not(span + h2) span, section.form h2:not(span + h2) span, section.thanks h2:not(span + h2) span {
        line-height: 32px;
        font-size: 28px; } }

section.worries {
  padding: 90px 0;
  background-color: #ededed;
  position: relative;
  border-bottom: 10px solid #fff; }
  @media screen and (max-width: 768px) {
    section.worries {
      padding: 45px 5%; } }
  section.worries::before {
    z-index: 5;
    content: "";
    border-top: 30px solid #fff;
    border-left: 105px solid transparent;
    border-right: 105px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%); }
  section.worries::after {
    z-index: 10;
    content: "";
    border-top: 30px solid #ededed;
    border-left: 105px solid transparent;
    border-right: 105px solid transparent;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, 100%); }
  section.worries h2 {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      section.worries h2 {
        margin-bottom: 24px; } }
  section.worries .cntWrap {
    display: flex;
    justify-content: center; }
    @media screen and (max-width: 768px) {
      section.worries .cntWrap {
        flex-direction: column;
        align-items: center; } }
    section.worries .cntWrap .cntBox {
      width: 350px;
      margin: 0 12px;
      background-color: #fff; }
      @media screen and (max-width: 768px) {
        section.worries .cntWrap .cntBox {
          max-width: 440px;
          width: 100%; }
          section.worries .cntWrap .cntBox:nth-last-of-type(n + 2) {
            margin-bottom: 16px; } }
      section.worries .cntWrap .cntBox img {
        width: 100%; }
      section.worries .cntWrap .cntBox p {
        padding: 16px 10px;
        text-align: center;
        font-size: 16px; 
      }
        @media screen and (max-width: 768px) {
          section.worries .cntWrap .cntBox p {
            padding: 18px 5%; 
          } 
        }

section.reason {
  counter-reset: num;
  margin-bottom: 120px; }
  @media screen and (max-width: 768px) {
    section.reason {
      margin-bottom: 48px;
      padding: 45px 5%;
    } }
  section.reason h2 {
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      section.reason h2 {
        margin-bottom: 30px; } }
  section.reason .cntWrap {
    display: flex;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
    @media screen and (max-width: 768px) {
      section.reason .cntWrap {
        flex-direction: column;
        align-items: center; } }
    section.reason .cntWrap:nth-last-of-type(n + 2) {
      margin-bottom: 90px; }
      @media screen and (max-width: 768px) {
        section.reason .cntWrap:nth-last-of-type(n + 2) {
          margin-bottom: 68px; } }
    section.reason .cntWrap .cntBox.ttl {
      max-width: 100%;
      width: 560px;
      position: relative;
      text-align: center;
      font-size: 40px;
      line-height: 1.5;
      background: #8cc6e5;
      padding: 72px 24px;
      color: #fff;
    }
    @media screen and (max-width: 768px) {
    section.reason .cntWrap .cntBox.ttl {
      font-size: 24px;
      padding: 48px 24px;
    }

    }
      @media screen and (max-width: 768px) {
        section.reason .cntWrap .cntBox.ttl {
          width: 100%;
          margin-bottom: 26px; } }
    section.reason .cntWrap .cntBox.txt {
      width: calc(100% - 500px); }
      @media screen and (max-width: 768px) {
        section.reason .cntWrap .cntBox.txt {
          width: 100%; } }
      section.reason .cntWrap .cntBox.txt dl dt {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          section.reason .cntWrap .cntBox.txt dl dt {
            margin-bottom: 8px;
            font-size: 20px; } }
      section.reason .cntWrap .cntBox.txt dl dd {
        line-height: 1.8;
        font-size: 17px; }
        @media screen and (max-width: 768px) {
          section.reason .cntWrap .cntBox.txt dl dd {
            line-height: 1.6;
            font-size: 16px; } }
      section.reason .cntWrap .cntBox.txt ul {
        margin-top: 25px;
        border-top: 2px solid #ededed; }
        @media screen and (max-width: 768px) {
          section.reason .cntWrap .cntBox.txt ul {
            margin-top: 16px; } }
        section.reason .cntWrap .cntBox.txt ul li {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
          margin-top: 25px; }
          @media screen and (max-width: 768px) {
            section.reason .cntWrap .cntBox.txt ul li {
              margin-top: 16px; } }
          section.reason .cntWrap .cntBox.txt ul li::after {
            content: "";
            margin: 18px 15px 0;
            border-top: 4px dotted #00829a;
            flex-grow: 1; }
            @media screen and (max-width: 768px) {
              section.reason .cntWrap .cntBox.txt ul li::after {
                margin: 14px 10px 0; } }
          section.reason .cntWrap .cntBox.txt ul li p {
            text-indent: -15px;
            padding-left: 15px;
            font-size: 16px; }
            section.reason .cntWrap .cntBox.txt ul li p::before {
              content: "■ ";
              color: #ffe100;
              font-size: 12px; }
            section.reason .cntWrap .cntBox.txt ul li p span {
              font-size: 12px; }
          section.reason .cntWrap .cntBox.txt ul li i {
            order: 1;
            color: #0abbdb;
            font-size: 28px;
            font-weight: bold;
            font-style: italic; }
            section.reason .cntWrap .cntBox.txt ul li i::after {
              content: "%";
              font-size: 24px; }
      section.reason .cntWrap .cntBox.txt > p {
        text-align: right;
        font-size: 14px; }
        @media screen and (max-width: 768px) {
          section.reason .cntWrap .cntBox.txt > p {
            padding-top: 5px; } }
    section.reason .cntWrap:nth-of-type(odd) .cntBox.ttl::after {
      right: -0.4em; }
    section.reason .cntWrap:nth-of-type(odd) .cntBox.txt {
      width: 50%;
    }
      @media screen and (max-width: 768px) {
        section.reason .cntWrap:nth-of-type(odd) .cntBox.txt {
          padding: 0 5%;
          width: 100%;
        } }
      section.reason .cntWrap:nth-of-type(odd) .cntBox.txt dl dt {
        color: #8cc6e5; }
    @media screen and (min-width: 769px) {
      section.reason .cntWrap:nth-of-type(even) {
        flex-direction: row-reverse; } }
    section.reason .cntWrap:nth-of-type(even) .cntBox.ttl::after {
      left: -0.4em; }
    section.reason .cntWrap:nth-of-type(even) .cntBox.txt {
      /*padding: 75px 50px 0 120px;*/
      width: 50%;
    }
      @media screen and (max-width: 768px) {
        section.reason .cntWrap:nth-of-type(even) .cntBox.txt {
          padding: 0 5%;
          width: 100%;
        } }
      section.reason .cntWrap:nth-of-type(even) .cntBox.txt dl dt {
        color: #013667; }

section.reason .cntWrap .cntBox.ttl .icn {
    color: #FFE940;
    font-size: 72px;
    font-weight: bold;
    position: absolute;
    top: -48px;
    right: calc(10% - 0.5em);
    z-index: 2;
    font-family: "Arapey", serif;
}
@media screen and (max-width: 768px) {
section.reason .cntWrap .cntBox.ttl .icn {
    font-size: 48px;
    top: -40px;
}
}
.icn_l {
    color: #FFE940;
    font-size: 72px;
    font-weight: bold;
    position: absolute;
    top: -48px;
    z-index: 2;
    font-family: "Arapey", serif;
    left: calc(10% - 0.5em);
}
@media screen and (max-width: 768px) {
  .icn_l {
    font-size: 48px;
    top: -40px;
}
}

section.reason .cntWrap .cntBox.ttl.even {
  background:#013667;
}

section.cta-area {
    background: #f3f9ff;
    padding: 40px 0 56px;
    margin-bottom: 115px;
}
@media screen and (max-width: 768px) {
section.cta-area {
    margin-bottom: 0px;
}
}
section.cta-area .inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.cta-area .inner .div {
    display: flex;
    gap: 50px;
    align-items: flex-end;
}
@media screen and (max-width: 768px) {
section.cta-area .inner .div {
    display: block;
    width: 88%;
}
          }
section.cta-area .inner .div .eas {
    font-size: 18px;
    text-align: center;
    color: #013667;
    margin: 5px 0;
}
section.cta-area .inner .div .bottom .btn {
    font-weight: bold;
    border-radius: 10px;
}
@media screen and (max-width: 768px) {
section.cta-area .inner .div .bottom .btn {
margin-bottom: 15px;
}
          }
section.cta-area .inner .div .bottom .btn a {
    display: inline-block;
    font-size: 20px;
    color: #013667;
    background: #fff;
    border: #013667 2px solid;
    padding: 15px 40px;
    width: 100%;
    height: 100%;
    font-weight: bold;
    transition: color 0.5s;
    border-radius: 10px;
    transition: 0.5s;
}
@media screen and (max-width: 768px) {
section.cta-area .inner .div .bottom .btn a {
    display: block;
    font-size: 18px;
    width: 88%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
          
          }

section.cta-area .inner .div .bottom .btn a:hover {
    color: #fff;
    background: #013667;

}
section.cta-area .inner .div .bottom .btn--cc a {
    color: #013667;
    font-weight: bold;
    border: #FFE940 2px solid;
    background: #FFE940;
    border-radius: 10px;
    transition: 0.5s;
}
section.cta-area .inner .div .bottom .btn--cc a:hover {
    color: #FFE940;
    background: #013667;
    border: #013667 2px solid;
}

section.program {
  margin-bottom: 120px;
  padding: 0 5%; }
  @media screen and (max-width: 768px) {
    section.program {
      margin-bottom: 58px; } }
  section.program h2:not(span ~ h2) {
    margin-bottom: 60px; }
    @media screen and (max-width: 768px) {
      section.program h2:not(span ~ h2) {
        margin-bottom: 24px; } }
  section.program p.lead.top {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      section.program p.lead.top {
        margin-bottom: 22px;
        font-size: 18px; } }
    section.program p.lead.top img {
      vertical-align: middle;
      margin: 0 4px 5px; }
      @media screen and (max-width: 768px) {
        section.program p.lead.top img[width="70"] {
          width: 63px; }
        section.program p.lead.top img[width="83"] {
          width: 75px; } }
  section.program .tblWrap {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto 80px; }
    @media screen and (max-width: 768px) {
      section.program .tblWrap {
        overflow-x: scroll; } }
    section.program .tblWrap .flow {
      margin-right: 15px;
      position: relative; }
      section.program .tblWrap .flow::before {
        content: "";
        display: block;
        height: calc(100% - 153px);
        border-left: 6px solid #fff6b2;
        position: absolute;
        left: 50%;
        top: 136px;
        transform: translateX(-50%); }
        @media screen and (max-width: 768px) {
          section.program .tblWrap .flow::before {
            height: calc(100% - 120px);
            top: 110px; } }
      section.program .tblWrap .flow::after {
        content: "";
        border-top: 17px solid #fff6b2;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%); }
      section.program .tblWrap .flow [class^="month"] {
        border-radius: 45px;
        overflow: hidden; }
        section.program .tblWrap .flow [class^="month"] span {
          display: flex;
          justify-content: center;
          width: 90px;
          padding-bottom: 5px;
          text-align: center;
          position: relative;
          z-index: 1; }
          @media screen and (max-width: 768px) {
            section.program .tblWrap .flow [class^="month"] span {
              width: 80px;
              padding-bottom: 3px; } }
          section.program .tblWrap .flow [class^="month"] span:nth-of-type(1) {
            align-items: flex-end;
            height: 35px;
            background-color: #00829a;
            line-height: 1;
            color: #fff;
            font-size: 16px;
            font-weight: bold; }
            @media screen and (max-width: 768px) {
              section.program .tblWrap .flow [class^="month"] span:nth-of-type(1) {
                height: 30px;
                font-size: 14px; } }
            section.program .tblWrap .flow [class^="month"] span:nth-of-type(1):after {
              content: "月";
              line-height: 1;
              font-size: 14px; }
              @media screen and (max-width: 768px) {
                section.program .tblWrap .flow [class^="month"] span:nth-of-type(1):after {
                  font-size: 13px; } }
          section.program .tblWrap .flow [class^="month"] span:nth-of-type(2) {
            align-items: center;
            height: 55px;
            background-color: #fff6b2;
            line-height: 1.2;
            color: #00829a;
            font-size: 15px; }
            @media screen and (max-width: 768px) {
              section.program .tblWrap .flow [class^="month"] span:nth-of-type(2) {
                height: 50px;
                font-size: 14px; } }
      section.program .tblWrap .flow .month01 {
        margin: 46px 0 494px; }
        @media screen and (max-width: 768px) {
          section.program .tblWrap .flow .month01 {
            margin: 32px 0 415px; } }
    section.program .tblWrap table {
      border-collapse: separate;
      white-space: nowrap; }
      section.program .tblWrap table tr:nth-of-type(1) th {
        width: 280px;
        border-left: 2px solid #fff;
        border-radius: 10px 10px 0 0;
        background-color: #00829a;
        text-align: center;
        line-height: 46px;
        color: #fff;
        font-size: 20px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          section.program .tblWrap table tr:nth-of-type(1) th {
            width: 240px;
            line-height: 32px;
            font-size: 18px; } }
      section.program .tblWrap table tr:nth-of-type(n + 2) th {
        vertical-align: middle;
        border-radius: 10px 0 0 10px;
        background-color: #0abbdb;
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.program .tblWrap table tr:nth-of-type(n + 2) th {
            width: 210px;
            padding: 26px 10px 0;
            font-size: 16px; } }
        section.program .tblWrap table tr:nth-of-type(n + 2) th span {
          display: flex;
          justify-content: center;
          align-items: center;
          width: 90px;
          height: 26px;
          border: 1px solid #fff;
          border-radius: 15px;
          font-size: 14px;
          opacity: 0.9;
          position: absolute;
          top: 10px;
          left: 10px; }
          @media screen and (max-width: 768px) {
            section.program .tblWrap table tr:nth-of-type(n + 2) th span {
              width: 80px;
              height: 24px;
              font-size: 13px;
              top: 8px;
              left: 8px; } }
      section.program .tblWrap table tr:nth-of-type(n + 2) td.bg {
        vertical-align: middle;
        padding: 17px 10px;
        border-left: 2px solid #fff;
        background-color: #ededed;
        text-align: center; }
        @media screen and (max-width: 768px) {
          section.program .tblWrap table tr:nth-of-type(n + 2) td.bg {
            padding: 13px 6px; } }
        section.program .tblWrap table tr:nth-of-type(n + 2) td.bg .inner {
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          height: 100%; }
          section.program .tblWrap table tr:nth-of-type(n + 2) td.bg .inner span {
            display: block;
            width: 100%;
            padding: 10px 0;
            border: 2px solid #ededed;
            background-color: #fff;
            line-height: 1.2;
            font-size: 16px; }
            @media screen and (max-width: 768px) {
              section.program .tblWrap table tr:nth-of-type(n + 2) td.bg .inner span {
                padding: 8px 5px;
                font-size: 14px; } }
        section.program .tblWrap table tr:nth-of-type(n + 2) td.bg p {
          margin-bottom: 5px;
          font-size: 20px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            section.program .tblWrap table tr:nth-of-type(n + 2) td.bg p {
              margin-bottom: 3px;
              font-size: 18px; } }
        section.program .tblWrap table tr:nth-of-type(n + 2) td.bg .cntWrap {
          display: flex;
          padding: 7px 5px;
          background-color: #d9d9d9; }
          section.program .tblWrap table tr:nth-of-type(n + 2) td.bg .cntWrap .cntBox {
            display: flex;
            justify-content: center;
            align-items: center;
            width: 33.333%;
            height: 70px;
            border: 5px solid #d9d9d9;
            background-color: #fff;
            font-size: 16px; }
            @media screen and (max-width: 768px) {
              section.program .tblWrap table tr:nth-of-type(n + 2) td.bg .cntWrap .cntBox {
                height: 60px;
                font-size: 15px; } }
      section.program .tblWrap table tr:nth-of-type(n + 2) td.arw {
        padding-bottom: 10px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          section.program .tblWrap table tr:nth-of-type(n + 2) td.arw {
            padding-bottom: 5px; } }
        section.program .tblWrap table tr:nth-of-type(n + 2) td.arw::before {
          content: "";
          display: inline-block;
          vertical-align: top;
          border-top: 20px solid #ededed;
          border-left: 48px solid transparent;
          border-right: 48px solid transparent; }
          @media screen and (max-width: 768px) {
            section.program .tblWrap table tr:nth-of-type(n + 2) td.arw::before {
              border-top-width: 15px;
              border-left-width: 38px;
              border-right-width: 38px; } }
  section.program .movWrap {
    max-width: 800px;
    margin: 0 auto 90px; }
    @media screen and (max-width: 768px) {
      section.program .movWrap {
        margin: 0 auto 42px; } }
    section.program .movWrap .ttl {
      border: 2px solid #007d96;
      border-bottom: none;
      border-radius: 10px 10px 0 0; }
      @media screen and (min-width: 769px) {
        section.program .movWrap .ttl {
          display: flex; } }
      section.program .movWrap .ttl span {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 190px;
        height: 60px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANklEQVQYlWNg6Fr4HyeunfafAa9k10IcCmCSWBUgS2IoQJdEUYBNEq4Al2TXwv8MeCW7Fv4HAKmaicGckE/gAAAAAElFTkSuQmCC) repeat;
        color: #fff;
        font-size: 20px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          section.program .movWrap .ttl span {
            width: 100%;
            height: 40px;
            font-size: 16px; } }
      section.program .movWrap .ttl h2 {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(100% - 190px);
        color: #007d96;
        font-size: 26px;
        font-weight: bold; }
        @media screen and (max-width: 768px) {
          section.program .movWrap .ttl h2 {
            width: 100%;
            height: 40px;
            font-size: 22px; } }
    section.program .movWrap iframe {
      display: block;
      width: 100%;
      height: 450px; }
      @media screen and (max-width: 768px) {
        section.program .movWrap iframe {
          height: 50.625vw; } }
    section.program .movWrap p {
      display: flex;
      justify-content: flex-end;
      width: 100%;
      padding-top: 5px;
      font-size: 12px; }
  section.program p.lead.btm {
    text-align: center;
    font-size: 26px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      section.program p.lead.btm {
        font-size: 22px; } }
    section.program p.lead.btm span {
      display: inline-block;
      background: linear-gradient(#ffe100, #ffe100) 0 100%/100% 10px no-repeat;
      line-height: 32px;
      font-size: 30px;
      font-weight: inherit; }
      @media screen and (max-width: 768px) {
        section.program p.lead.btm span {
          line-height: 28px;
          font-size: 24px; } }

section.cta02 {
  margin-bottom: 115px;
  padding: 25px 0 50px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAO0lEQVQYlWO49/33f1z48uef/xnwSd77/hu7ApgkVgXIkhgK0CVRFGCThCvAJXnv++//DPgk733//R8AY8/zOc6Xsf4AAAAASUVORK5CYII=) repeat; }
  @media screen and (max-width: 768px) {
    section.cta02 {
      margin-bottom: 54px;
      padding: 25px 5% 30px; } }
  section.cta02 .cntWrap {
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      section.cta02 .cntWrap {
        flex-direction: column;
        padding-bottom: 18px; } }
    @media screen and (max-width: 768px) {
      section.cta02 .cntWrap .cntBox img {
        width: 200px; } }
    section.cta02 .cntWrap .cntBox.txt {
      font-size: 24px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        section.cta02 .cntWrap .cntBox.txt {
          font-size: 20px; } }
  section.cta02 .cta {
    display: flex;
    flex-direction: column;
    align-items: center; }
    section.cta02 .cta span {
      color: #00829a;
      font-size: 18px; }
    section.cta02 .cta a {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 260px;
      height: 70px;
      border: 2px solid #00829a;
      border-radius: 10px;
      background-color: #fff;
      color: #00829a;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        section.cta02 .cta a {
          width: 240px;
          height: 60px;
          font-size: 18px; } }

section.voiceContents h2 {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    section.voiceContents h2 {
      margin-bottom: 26px; } }
section.voiceContents .bg {
  max-width: 1560px;
  margin: 0 auto 120px;
  padding: 75px 40px 20px;
  }
  @media screen and (max-width: 768px) {
    section.voiceContents .bg {
      margin: 0 auto ;
      padding: 45px 5% 20px; } }
  .voiceContents {
    margin-bottom: 30px;
  }
@media screen and (max-width: 768px) {
  .voiceContents {
    padding: 45px 5%;
  }
}
.voiceWrap {
    display: flex;
    margin: 0 auto;
    gap: 2rem;
    overflow-x: scroll;
}
@media screen and (max-width: 768px) {
.voiceWrap {
  overflow-x: scroll;
  flex-wrap: nowrap;
}
}
.voiceItem {
    height: 350px;
    border-radius: 3rem;
    box-sizing: border-box;
    display: block;
    padding: 1rem 3rem 1rem;
    text-align: center;
    background: #f3f9ff;
    min-width: 280px;
}
  @media screen and (max-width: 768px) {
.voiceItem {
    min-width: 340px;
}
    }
.voiceContents .voiceWrap .voiceItem img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.voiceContents .voiceWrap .voiceItem .name {
    font-size: 14px;
    color: #333;
    margin-top: 4px;
    margin-bottom: 23px;
    font-weight: bold;
}
.voiceContents .voiceWrap .voiceItem .disc {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
}
.scroll {
  position: relative;
  margin-top: 8px;
}
.arrow {
  position: absolute;
  top: 20px;
  left: 0;
  animation: 1.2s arrow-animation infinite;
  width: 0;
  height: 0;
  border: .5px solid #0ABBDB;
  transform: rotate(-180deg);
}
.arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: -5px;
  left: -8px;
  width: 1px;
  height: 0;
  border-top: 10px solid #0ABBDB;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  transform: rotate(-270deg);
}
@keyframes arrow-animation {
  0% {
    width: 1em;
}
  66% {
    width: 5em;
}
}


section.form {
  margin-bottom: 140px; }
  @media screen and (max-width: 768px) {
    section.form {
    padding: 45px 5px;
}
}

  section.form h2 {
    margin-bottom: 32px;
    padding-top: 20px; }
    @media screen and (max-width: 768px) {
      section.form h2 {
        margin-bottom: 12px; } }
  section.form .inner {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      section.form .inner {
        padding: 0 15px;
        font-size: 15px; } }
    section.form .inner form {
      display: flex;
      flex-direction: column; }
      section.form .inner form [class*="error-message"] {
        width: 100%;
        color: #f00; }
      section.form .inner form .parts-error-message {
        padding: 15px;
        font-size: 18px; }
      section.form .inner form .form-parts {
        display: flex;
        align-items: center;
        border-bottom: 1px solid #ccc; }
        section.form .inner form .form-parts:nth-of-type(1) {
          border-top: 1px solid #ccc; }
        @media screen and (max-width: 768px) {
          section.form .inner form .form-parts {
            flex-direction: column; } }
        section.form .inner form .form-parts .parts-head, section.form .inner form .form-parts .parts-content {
          width: 100%;
          padding: 18px 20px; }
        section.form .inner form .form-parts .parts-head {
          line-height: 1.2;
          font-weight: bold; }
          @media screen and (min-width: 769px) {
            section.form .inner form .form-parts .parts-head {
              width: 200px; } }
          @media screen and (max-width: 768px) {
            section.form .inner form .form-parts .parts-head {
              padding: 16px 3.5% 4px; } }
          section.form .inner form .form-parts .parts-head.req::after {
            content: ' *';
            color: red; }
        section.form .inner form .form-parts .parts-content {
          display: flex;
          flex-wrap: wrap;
          gap: 4px 20px; }
          @media screen and (min-width: 769px) {
            section.form .inner form .form-parts .parts-content {
              width: calc(100% - 200px); } }
          @media screen and (max-width: 768px) {
            section.form .inner form .form-parts .parts-content {
              padding: 4px 3.5% 18px; } }
          section.form .inner form .form-parts .parts-content * {
            box-sizing: border-box; }
          section.form .inner form .form-parts .parts-content .error-message {
            font-size: 14px; }
          section.form .inner form .form-parts .parts-content > div:not(.error-message) {
            display: flex;
            flex-direction: column;
            width: 32%; }
            @media screen and (max-width: 768px) {
              section.form .inner form .form-parts .parts-content > div:not(.error-message) {
                width: 38%; } }
          section.form .inner form .form-parts .parts-content input, section.form .inner form .form-parts .parts-content textarea {
            padding: 3px; }
          section.form .inner form .form-parts .parts-content textarea {
            min-height: 100px; }
          section.form .inner form .form-parts .parts-content label {
            cursor: pointer; }
      section.form .inner form button {
        margin-top: 28px;
        border: none; }
        @media screen and (max-width: 768px) {
          section.form .inner form button {
            margin-top: 16px; } }

footer {
  width: 100%;
  background-color: #8cc6e5; }
  footer ul {
    max-width: 1500px;
    width: 100%;
    padding: 0 50px; }
    @media screen and (min-width: 769px) {
      footer ul {
        display: flex;
        align-items: center;
        height: 50px; } }
    @media screen and (max-width: 768px) {
      footer ul {
        padding: 10px 5%; } }
    @media screen and (min-width: 769px) {
      footer ul li:nth-last-of-type(n + 2) {
        margin-right: 18px;
        padding-right: 18px;
        border-right: 2px solid #fff; } }
    @media screen and (max-width: 768px) {
      footer ul li {
        display: block;
        margin: 5px 0; } }
    footer ul li a {
      color: #fff;
      font-size: 14px; }

.three-area {
  display: flex;
  margin: 0 auto 20px;
  max-width: 1500px;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .three-area {
      flex-direction: column;
      margin-bottom: 0; } }
  .three-area .pl {
    width: calc(100% / 3);
    height: 500px; }
    @media screen and (max-width: 768px) {
      .three-area .pl {
        width: 350px;
        margin: 0 auto;
        height: 350px;
        margin-bottom: 15px; } }
    .three-area .pl.one {
      background: #fff6b2; }
      .three-area .pl.one .top {
        background: #fabb00; }
    .three-area .pl.two {
      background: #dff6f7; }
      .three-area .pl.two .top {
        background: #1ebcc7; }
    .three-area .pl.three {
      background: #e9fac8; }
      .three-area .pl.three .top {
        background: #8dc320; }
    .three-area .pl .top {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      height: 50px; }
    .three-area .pl .bottom {
      height: calc(100% - 50px);
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: column; }
      @media screen and (max-width: 768px) {
        .three-area .pl .bottom {
          padding-bottom: 30px; } }
      .three-area .pl .bottom img {
        margin: 50px 0 35px;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .three-area .pl .bottom img {
            width: 80%;
            display: block;
            margin: 30px auto; } }
      .three-area .pl .bottom .art {
        background: #fff;
        padding: 10px 40px;
        display: inline-block; }
        .three-area .pl .bottom .art p {
          display: inline-block;
          font-size: 16px;
          text-align: center; }
          .three-area .pl .bottom .art p span {
            color: #0fb7f8; }
            .three-area .pl .bottom .art p span i {
              font-size: 30px;
              font-style: normal;
              font-weight: bold; }
              @media screen and (max-width: 768px) {
                .three-area .pl .bottom .art p span i {
                  font-size: 24px; } }
      .three-area .pl .bottom .wrap {
        margin-top: 15px;
        margin-bottom: 25px; }
        @media screen and (max-width: 768px) {
          .three-area .pl .bottom .wrap {
            margin-bottom: 0; } }
        .three-area .pl .bottom .wrap .under-t {
          margin: 0 15px;
          font-size: 14px;
          line-height: 1.5;
          padding-left: 1em;
          text-indent: -1em; }
          @media screen and (max-width: 768px) {
            .three-area .pl .bottom .wrap .under-t {
              font-size: 12px; } }

a.btn, form button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 60px;
  margin: auto auto 50px;
  border-radius: 10px;
  background-color: #0ABBDB;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  transition: .3s;
}
  @media screen and (max-width: 768px) {
    a.btn, form button {
      width: 220px;
      height: 40px;
      margin: 26px auto 4px;
      font-size: 18px; } }

.min-text {
  max-width: 1500px;
  margin: auto;
  text-align: right;
  font-size: 12px; }
  @media screen and (max-width: 768px) {
    .min-text {
      width: 350px;
      text-align-last: left; } }

.videoArea {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px; }
  @media screen and (max-width: 768px) {
    .videoArea {
      padding: 0 30px; } }
  .videoArea iframe {
    height: auto;
    aspect-ratio: 5 / 3;
    width: 100%; }

section.thanks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 58px 0;
  min-height: calc(100vh - 280px);
  padding: 0 5% 15vh; }
  @media screen and (max-width: 768px) {
    section.thanks {
      gap: 36px 0;
      min-height: calc(100vh - 272px);
      padding: 0 5%; } }
  @media screen and (min-width: 769px) {
    section.thanks p.txt {
      font-size: 18px; } }
  section.thanks a {
    margin: 0 auto; }
  section.thanks a.thanksBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 20px auto 10px;
    border-radius: 10px;
    background-color: #0abbdb;
    padding: 0 30px;
    color: #fff;
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      section.thanks a.thanksBtn {
        height: 40px;
        margin: 16px auto 4px;
        padding: 0 20px;
        font-size: 18px; } }
