@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; } }

section.mv {
  margin-bottom: 100px;
  background: #0ABBDB;
  }
  @media screen and (max-width: 768px) {
    section.mv {
      margin-bottom: 48px; } }
  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 15px 3.5%;
          position: relative; } }
      @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: 80px;
        height: 80px;
        background-color: #fff;
        position: relative;
        z-index: 9; }
        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: 40px;
            height: 3px;
            background-color: #0abbdb; }
          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: -16px; }
          section.mv .inner header .spNavTgl i::after {
            bottom: -16px; }
        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: 50px; }
          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: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAOklEQVQYlWPgP3jvPy7Mue3GfwZ8kvwH72FXAJPEqgBZEkMBuiSKAmyScAW4JPkP3vvPgE+S/+C9/wCWRaqJz6ifGAAAAABJRU5ErkJggg==) repeat;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 5;
            transform: translateX(200%); }
            section.mv .inner header nav::before {
              content: "";
              width: calc(100vw - 400px);
              height: 100%;
              background-color: rgba(0, 0, 0, 0.6);
              position: absolute;
              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: #ffe100; }
                  @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: 20px; } }
                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: 18px; } }
            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: #00829a;
            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: #ffe100; }
              @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: 6.4vw; } }
        section.mv .inner .left p.lead span {
          background-color: #fff;
          color: #013667;
        }
        section.mv .inner .left p.lead i {
          font-size: 0.8em; 
        }
      section.mv .inner .left .service {
        margin-bottom: 20px; }
        section.mv .inner .left .service p.ttl {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 30px;
          position: relative; }
          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: #ffe100;
            font-size: 20px;
            font-weight: bold;
          }
            @media screen and (max-width: 768px) {
              section.mv .inner .left .service p.ttl i {
                width: calc((10px + 1.2vw) * 12);
                font-size: calc(10px + 1.2vw); } }
          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: #fa9300;
            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 15px;
                font-size: calc(10px + 0.8vw); } }
            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: #069BB5;
            border: 2px solid #ffee99;
            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: #ffee99;
              border-radius: 30px; 
            }
              section.mv .inner .left .service .featureWrap .featureItem .num p {
                font-family: "Arapey", serif;
                color: #fff;
                font-size: 26px;
                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: 20px;
                padding-bottom: 15px; } }
            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: #fff; }
              @media screen and (max-width: 768px) {
                section.mv .inner .left .service .featureWrap .featureItem p {
                  font-size: 14px; } }
              section.mv .inner .left .service .featureWrap .featureItem p span {
                font-size: 16px;
                font-weight: bold;
                display: block;
                color: #ffee99 }
      section.mv .inner .left .cta {
        display: flex;
        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: #00829a;
            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: 230px; } }
          @media screen and (max-width: 500px) {
            section.mv .inner .left .cta .doc a {
              width: calc(50vw - 20px); } }
        section.mv .inner .left .cta .cnt a {
          width: 240px;
          background-color: #ffe100; }
          @media screen and (max-width: 768px) {
            section.mv .inner .left .cta .cnt a {
              width: 210px; } }
          @media screen and (max-width: 500px) {
            section.mv .inner .left .cta .cnt a {
              width: calc(50vw - 20px); } }
    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; } }
  section.mv .sponsor {
    height: 150px;
    width: 100%;
    background: #fff url(../img/sponsor.png) repeat-x center center/auto 100%;
    animation: sponsor-slide 60s linear infinite; }
    @media screen and (max-width: 768px) {
      section.mv .sponsor {
        height: 120px;
        animation: sponsor-slide-sp 35s linear infinite; } }
  section.mv .partner {
    padding-top: 10px;
    background-color: #fff;
    text-align: center; }
    section.mv .partner p {
      padding-bottom: 15px;
      color: #000;
      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: #00829a;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 768px) {
    section.change {
      padding: 25px 5% 35px;
      background: #00829a; } }
  section.change h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 28px;
    font-family: "Noto Serif JP", serif;
    font-size: 40px;
    color: #fff6b2; }
    @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: 14px;
        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 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 100px;
  background: #fff6b2;
  text-align: center;
  color: #000; }
  @media screen and (max-width: 768px) {
    section.realize {
      padding: 30px 5% 45px; } }
  section.realize h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    font-size: 40px; }
    @media screen and (max-width: 768px) {
      section.realize h2 {
        flex-direction: column;
        max-width: 480px;
        margin-bottom: 20px;
        width: 100%;
        padding: 20px 3.5% 25px;
        font-size: 24px; } }
  section.realize p {
    font-size: 18px; }
    section.realize p:nth-last-of-type(n + 2) {
      margin-bottom: 22px; }
      @media screen and (max-width: 768px) {
        section.realize p:nth-last-of-type(n + 2) {
          margin-bottom: 16px; } }
  section.realize .realizeBox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px; }
    @media screen and (max-width: 768px) {
      section.realize .realizeBox {
        flex-direction: column; } }
    section.realize .realizeBox .rearizeItem {
      width: 48.333%;
      border: 2px solid #00829a; }
      @media screen and (max-width: 768px) {
        section.realize .realizeBox .rearizeItem {
          width: 100%; } }
      section.realize .realizeBox .rearizeItem:nth-child(odd) {
        margin-right: 3.334%; }
        @media screen and (max-width: 768px) {
          section.realize .realizeBox .rearizeItem:nth-child(odd) {
            right: 0; } }
      section.realize .realizeBox .rearizeItem:nth-child(1) {
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          section.realize .realizeBox .rearizeItem:nth-child(1) {
            margin-bottom: 30px; } }
      section.realize .realizeBox .rearizeItem:nth-child(2) {
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          section.realize .realizeBox .rearizeItem:nth-child(2) {
            margin-bottom: 30px; } }
      @media screen and (max-width: 768px) {
        section.realize .realizeBox .rearizeItem:nth-child(3) {
          margin-bottom: 30px; } }
      section.realize .realizeBox .rearizeItem .top {
        background: #00829a;
        padding: 15px; }
        section.realize .realizeBox .rearizeItem .top p {
          color: #fff;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            section.realize .realizeBox .rearizeItem .top p {
              font-size: 14px; } }
      section.realize .realizeBox .rearizeItem .bottom {
        padding: 25px 40px;
        background: #fff; }
        @media screen and (max-width: 768px) {
          section.realize .realizeBox .rearizeItem .bottom {
            padding: 20px 40px; } }
        section.realize .realizeBox .rearizeItem .bottom p {
          font-size: 16px;
          text-align: left; }

section.upbringing {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 0 100px;
  background: #fff;
  text-align: center;
  color: #000; }
  @media screen and (max-width: 768px) {
    section.upbringing {
      padding: 30px 5% 55px; } }
  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: 30px; }
    @media screen and (max-width: 768px) {
      section.upbringing .changeText {
        margin-bottom: 30px;
        font-size: 14px;
        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: #fff6b2;
      background: #00829a;
      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: #fff6b2;
      background: #00829a;
      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: #00829a 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: #00829a 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: #ffee99;
        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: #ffee99 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: #ffee99 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: #006c92;
          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 #0abbdb;
            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: 30px;
                display: inline-block;
                background: #0abbdb;
                color: #ffee99;
                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: #0abbdb;
                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: 8px;
                    padding-right: 10px;
                    font-size: 14px; } }
        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: 13px; } }

section.newcourse .inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px; }
  @media screen and (max-width: 768px) {
    section.newcourse .inner {
      width: 100%;
      padding: 0 10px; } }
  section.newcourse .inner .content {
    margin-top: 60px;
    width: 970px;
    display: flex;
    position: relative; }
    @media screen and (max-width: 768px) {
      section.newcourse .inner .content {
        width: 100%; } }
    section.newcourse .inner .content .title {
      padding: 30px 0;
      text-align: center;
      margin-bottom: 50px;
      color: #00829a;
      font-weight: bold; }
      section.newcourse .inner .content .title span {
        display: block;
        font-size: 20px;
        font-weight: bold; }
    section.newcourse .inner .content .left {
      width: 73%;
      padding-bottom: 40px;
      background: #fff6b2; }
      @media screen and (max-width: 768px) {
        section.newcourse .inner .content .left {
          width: 50%;
          padding-bottom: 150px; } }
      section.newcourse .inner .content .left .title {
        position: relative; }
        section.newcourse .inner .content .left .title .label {
          position: absolute;
          height: 40px;
          width: 132%;
          background: #0abbdb;
          bottom: -40px;
          left: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff; }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .left .title .label {
              left: 0;
              width: 200%; } }
          section.newcourse .inner .content .left .title .label p {
            font-size: 18px;
            font-weight: bold; }
      section.newcourse .inner .content .left .gridArea {
        padding-bottom: 30px;
        position: relative;
        position: relative;
        display: grid;
        padding: 0 20px;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 40px 40px;
        gap: 5px; }
        section.newcourse .inner .content .left .gridArea .ec {
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 100%;
          display: flex;
          justify-content: center; }
        section.newcourse .inner .content .left .gridArea .label {
          position: absolute;
          height: 40px;
          width: 132%;
          background: #0abbdb;
          bottom: -55px;
          left: 20px;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff; }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .left .gridArea .label {
              left: 0;
              width: 200%; } }
          section.newcourse .inner .content .left .gridArea .label p {
            font-size: 18px;
            font-weight: bold; }
        @media screen and (max-width: 768px) {
          section.newcourse .inner .content .left .gridArea {
            padding: 0 5px 135px;
            display: flex;
            flex-direction: column; } }
        section.newcourse .inner .content .left .gridArea .gridItem {
          background: #fff;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          section.newcourse .inner .content .left .gridArea .gridItem .str {
            content: "";
            position: absolute;
            top: 5px;
            right: 5px;
            background: url("../img/star.png");
            background-repeat: no-repeat;
            width: 13px;
            height: 13px; }
            @media screen and (max-width: 768px) {
              section.newcourse .inner .content .left .gridArea .gridItem .str {
                top: 0;
                right: 0; } }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .left .gridArea .gridItem {
              padding: 10px 5px; } }
          section.newcourse .inner .content .left .gridArea .gridItem.big {
            grid-row: 1 / 3;
            grid-column: 3 / 4; }
          section.newcourse .inner .content .left .gridArea .gridItem p {
            font-size: 14px;
            text-align: center; }
            @media screen and (max-width: 768px) {
              section.newcourse .inner .content .left .gridArea .gridItem p {
                font-size: 12px; } }
      section.newcourse .inner .content .left .skillArea {
        width: 480px;
        margin: 65px auto 0; }
        @media screen and (max-width: 768px) {
          section.newcourse .inner .content .left .skillArea {
            width: 100%;
            padding: 0 5px; } }
        section.newcourse .inner .content .left .skillArea .firstArea {
          display: flex;
          flex-wrap: wrap;
          padding-bottom: 20px; }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .left .skillArea .firstArea {
              flex-direction: column; } }
          section.newcourse .inner .content .left .skillArea .firstArea .item {
            position: relative;
            height: 40px;
            background: #fff;
            width: calc(50% - 2.5px);
            display: flex;
            justify-content: center;
            align-items: center; }
            section.newcourse .inner .content .left .skillArea .firstArea .item .str {
              content: "";
              position: absolute;
              top: 5px;
              right: 5px;
              background: url("../img/star.png");
              background-repeat: no-repeat;
              width: 13px;
              height: 13px; }
              @media screen and (max-width: 768px) {
                section.newcourse .inner .content .left .skillArea .firstArea .item .str {
                  top: 0;
                  right: 0; } }
            @media screen and (max-width: 768px) {
              section.newcourse .inner .content .left .skillArea .firstArea .item {
                width: 100%; } }
            section.newcourse .inner .content .left .skillArea .firstArea .item:nth-child(odd) {
              margin-right: 5px; }
            section.newcourse .inner .content .left .skillArea .firstArea .item:nth-child(1) {
              margin-bottom: 5px; }
            section.newcourse .inner .content .left .skillArea .firstArea .item:nth-child(2) {
              margin-bottom: 5px; }
            @media screen and (max-width: 768px) {
              section.newcourse .inner .content .left .skillArea .firstArea .item:nth-child(3) {
                margin-bottom: 5px; } }
            @media screen and (max-width: 768px) {
              section.newcourse .inner .content .left .skillArea .firstArea .item p {
                font-size: 12px; } }
      section.newcourse .inner .content .left .drillArea {
        position: relative;
        width: 480px;
        margin: 0 auto;
        background: #fae870;
        position: relative; }
        section.newcourse .inner .content .left .drillArea .ec {
          position: absolute;
          bottom: -138px;
          left: 50%;
          display: flex;
          justify-content: center;
          width: 100%; }
        section.newcourse .inner .content .left .drillArea .label {
          position: absolute;
          height: 40px;
          width: 195%;
          background: #0abbdb;
          bottom: -55px;
          left: -95px;
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff; }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .left .drillArea .label {
              left: 0;
              bottom: -195px;
              width: 200%; } }
          section.newcourse .inner .content .left .drillArea .label p {
            font-size: 18px;
            font-weight: bold; }
        @media screen and (max-width: 768px) {
          section.newcourse .inner .content .left .drillArea {
            padding-bottom: 10px;
            width: 100%; } }
        section.newcourse .inner .content .left .drillArea .mttl {
          padding: 15px 0;
          text-align: center;
          font-weight: bold;
          color: #00829a; }
        section.newcourse .inner .content .left .drillArea .secondArea {
          display: flex;
          justify-content: center;
          flex-wrap: wrap;
          padding-bottom: 10px; }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .left .drillArea .secondArea {
              padding: 0 5px; } }
          section.newcourse .inner .content .left .drillArea .secondArea .item {
            height: 40px;
            background: #fff;
            padding: 0 20px;
            width: 220px;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative; }
            @media screen and (max-width: 768px) {
              section.newcourse .inner .content .left .drillArea .secondArea .item p {
                font-size: 12px; } }
            section.newcourse .inner .content .left .drillArea .secondArea .item .str {
              content: "";
              position: absolute;
              top: 5px;
              right: 5px;
              background: url("../img/star.png");
              background-repeat: no-repeat;
              width: 13px;
              height: 13px; }
              @media screen and (max-width: 768px) {
                section.newcourse .inner .content .left .drillArea .secondArea .item .str {
                  top: 0;
                  right: 0; } }
            section.newcourse .inner .content .left .drillArea .secondArea .item:nth-child(odd) {
              margin-right: 5px; }
              @media screen and (max-width: 768px) {
                section.newcourse .inner .content .left .drillArea .secondArea .item:nth-child(odd) {
                  margin-right: 0; } }
            section.newcourse .inner .content .left .drillArea .secondArea .item:nth-child(1) {
              margin-bottom: 5px; }
            section.newcourse .inner .content .left .drillArea .secondArea .item:nth-child(2) {
              margin-bottom: 5px; }
            @media screen and (max-width: 768px) {
              section.newcourse .inner .content .left .drillArea .secondArea .item:nth-child(3) {
                margin-bottom: 5px; } }
      section.newcourse .inner .content .left .mindArea {
        margin: 60px auto 0;
        display: flex;
        justify-content: center;
        position: relative; }
        section.newcourse .inner .content .left .mindArea .ec {
          position: absolute;
          bottom: -138px;
          left: 50%;
          width: 100%;
          display: flex;
          justify-content: center; }
        @media screen and (max-width: 768px) {
          section.newcourse .inner .content .left .mindArea {
            margin: 200px auto 0;
            padding: 0 5px;
            flex-direction: column; } }
        section.newcourse .inner .content .left .mindArea .item {
          position: relative;
          background: #fff;
          width: 220px;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-right: 5px; }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .left .mindArea .item p {
              font-size: 12px; } }
          section.newcourse .inner .content .left .mindArea .item .str {
            content: "";
            position: absolute;
            top: 5px;
            right: 5px;
            background: url("../img/star.png");
            background-repeat: no-repeat;
            width: 13px;
            height: 13px; }
            @media screen and (max-width: 768px) {
              section.newcourse .inner .content .left .mindArea .item .str {
                top: 0;
                right: 0; } }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .left .mindArea .item {
              width: 100%;
              margin-bottom: 5px; } }
    section.newcourse .inner .content .right {
      padding-bottom: 40px;
      width: 27%;
      background: #def7fb; }
      @media screen and (max-width: 768px) {
        section.newcourse .inner .content .right {
          width: 50%;
          padding-bottom: 160px; } }
      section.newcourse .inner .content .right .programingArea {
        position: relative; }
        @media screen and (max-width: 768px) {
          section.newcourse .inner .content .right .programingArea {
            padding: 0 5px; } }
        section.newcourse .inner .content .right .programingArea .rightImg1 {
          position: absolute;
          left: 280px;
          width: 100%;
          top: 25%;
          transform: translateY(-50%); }
        section.newcourse .inner .content .right .programingArea .item {
          margin: 0 auto;
          width: 220px;
          background: #fff;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 5px; }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .right .programingArea .item {
              width: 100%;
              padding: 10px 5px; } }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .right .programingArea .item p {
              font-size: 12px;
              text-align: center; } }
      section.newcourse .inner .content .right .twoskillArea {
        margin-top: 65px;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.newcourse .inner .content .right .twoskillArea {
            margin-top: 360px;
            padding: 0 5px; } }
        section.newcourse .inner .content .right .twoskillArea .rightImg2 {
          position: absolute;
          left: 280px;
          width: 100%;
          top: 80%;
          transform: translateY(-50%); }
        section.newcourse .inner .content .right .twoskillArea .item {
          position: relative;
          margin: 0 auto;
          width: 220px;
          background: #fff;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 5px; }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .right .twoskillArea .item p {
              font-size: 12px; } }
          section.newcourse .inner .content .right .twoskillArea .item .str {
            content: "";
            position: absolute;
            top: 5px;
            right: 5px;
            background: url("../img/star.png");
            background-repeat: no-repeat;
            width: 13px;
            height: 13px; }
            @media screen and (max-width: 768px) {
              section.newcourse .inner .content .right .twoskillArea .item .str {
                top: 0;
                right: 0; } }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .right .twoskillArea .item {
              width: 100%; } }
      section.newcourse .inner .content .right .lastArea {
        margin-top: 182px;
        position: relative; }
        @media screen and (max-width: 768px) {
          section.newcourse .inner .content .right .lastArea {
            margin-top: 503px;
            padding: 0 5px; } }
        section.newcourse .inner .content .right .lastArea .rightImg3 {
          position: absolute;
          left: 280px;
          width: 100%;
          top: -40%;
          transform: translateY(-50%); }
        section.newcourse .inner .content .right .lastArea .item {
          position: relative;
          margin: 0 auto;
          width: 220px;
          background: #fff;
          height: 40px;
          display: flex;
          justify-content: center;
          align-items: center; }
          section.newcourse .inner .content .right .lastArea .item .str {
            content: "";
            position: absolute;
            top: 5px;
            right: 5px;
            background: url("../img/star.png");
            background-repeat: no-repeat;
            width: 13px;
            height: 13px; }
            @media screen and (max-width: 768px) {
              section.newcourse .inner .content .right .lastArea .item .str {
                top: 0;
                right: 0; } }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .right .lastArea .item {
              width: 100%; } }
          @media screen and (max-width: 768px) {
            section.newcourse .inner .content .right .lastArea .item p {
              font-size: 12px; } }
  section.newcourse .inner .rar {
    margin-bottom: 75px;
    display: flex;
    align-items: center; }
    section.newcourse .inner .rar img {
      display: block;
      width: 13px;
      height: 13px; }
    @media screen and (max-width: 768px) {
      section.newcourse .inner .rar {
        margin-bottom: 30px; } }
  section.newcourse .inner .new {
    display: block;
    margin: 0 auto 25px;
    padding: 0 30px; }
  section.newcourse .inner .semi {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 768px) {
      section.newcourse .inner .semi {
        font-size: 16px; } }
  section.newcourse .inner a.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 380px;
    height: 60px;
    margin: 20px auto 10px;
    border-radius: 10px;
    background-color: #0abbdb;
    color: #fff;
    font-size: 20px;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      section.newcourse .inner a.btn {
        width: 240px;
        height: 40px;
        margin: 16px auto 4px;
        font-size: 14px; } }
  section.newcourse .inner .rare {
    max-width: 900px;
    width: 100%;
    margin: 70px auto 100px;
    border-top: 2px solid #ffe100;
    border-bottom: 2px solid #ffe100; }
    @media screen and (max-width: 768px) {
      section.newcourse .inner .rare {
        margin: 45px 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: 50px 0; } }
  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: #0abbdb;
          color: #ffee99;
          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.case 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.case h2:not(span + h2), section.form h2:not(span + h2), section.thanks h2:not(span + h2) {
      font-size: 24px; } }
  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.case 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(#ffe100, #ffe100) 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.case 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: 42px 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 1px;
      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: 20px 0;
        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; } }
  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: flex-start;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; }
    @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: 500px;
      position: relative; }
      @media screen and (max-width: 768px) {
        section.reason .cntWrap .cntBox.ttl {
          max-width: 400px;
          min-width: 240px;
          width: 60%;
          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 {
      padding: 75px 0 0 50px; }
      @media screen and (max-width: 768px) {
        section.reason .cntWrap:nth-of-type(odd) .cntBox.txt {
          padding: 0 5%; } }
      section.reason .cntWrap:nth-of-type(odd) .cntBox.txt dl dt {
        color: #0abbdb; }
    @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; }
      @media screen and (max-width: 768px) {
        section.reason .cntWrap:nth-of-type(even) .cntBox.txt {
          padding: 0 5%; } }
      section.reason .cntWrap:nth-of-type(even) .cntBox.txt dl dt {
        color: #00829a; }

section.cta01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 200px;
  margin-bottom: 110px;
  padding-bottom: 55px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAO0lEQVQYlWO49/33f1z48uef/xnwSd77/hu7ApgkVgXIkhgK0CVRFGCThCvAJXnv++//DPgk733//R8AY8/zOc6Xsf4AAAAASUVORK5CYII=) repeat; }
  @media screen and (max-width: 768px) {
    section.cta01 {
      height: 250px;
      margin-bottom: 56px;
      padding-bottom: 30px;
      align-items: center;
      flex-direction: column; } }
  @media screen and (max-width: 768px) {
    section.cta01 a {
      padding: 0 30px; } }
  section.cta01 a.left {
    margin-right: 30px; }
    @media screen and (max-width: 768px) {
      section.cta01 a.left {
        margin-right: 0;
        margin-bottom: 15px; } }

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.case h2 {
  margin-bottom: 60px; }
  @media screen and (max-width: 768px) {
    section.case h2 {
      margin-bottom: 26px; } }
section.case .videoArea {
  max-width: 800px;
  width: 100%;
  margin: 0 auto 40px; }
  @media screen and (max-width: 768px) {
    section.case .videoArea {
      padding: 0 30px; } }
  section.case .videoArea iframe {
    height: auto;
    aspect-ratio: 5 / 3;
    width: 100%; }
section.case .bg {
  max-width: 1050px;
  margin: 0 auto 120px;
  padding: 75px 40px 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANUlEQVQYlX3KsREAIAzDwOy/a04jmAougJNC1SsAdWWmYkLADxvtUPEbXrwGh2foEFBMCGgBNYPy0WQxohgAAAAASUVORK5CYII=); }
  @media screen and (max-width: 768px) {
    section.case .bg {
      margin: 0 auto 68px;
      padding: 45px 5% 20px; } }
  section.case .bg .cntWrap {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 30px;
    padding: 10px;
    background-color: #fff; }
    @media screen and (max-width: 768px) {
      section.case .bg .cntWrap {
        margin-bottom: 18px;
        padding: 5%;
        flex-direction: column;
        align-items: center; } }
    section.case .bg .cntWrap .cntBox.txt {
      width: calc(100% - 240px);
      padding: 20px 110px 0 20px;
      position: relative; }
      @media screen and (max-width: 768px) {
        section.case .bg .cntWrap .cntBox.txt {
          width: 100%;
          padding: 16px 90px 0 0; } }
      section.case .bg .cntWrap .cntBox.txt dl {
        width: 100%;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ededed; }
        @media screen and (max-width: 768px) {
          section.case .bg .cntWrap .cntBox.txt dl {
            margin-bottom: 10px;
            padding-bottom: 10px; } }
        section.case .bg .cntWrap .cntBox.txt dl dt {
          margin-bottom: 4px;
          font-size: 18px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            section.case .bg .cntWrap .cntBox.txt dl dt {
              font-size: 16px; } }
        section.case .bg .cntWrap .cntBox.txt dl dd {
          font-size: 16px; }
          @media screen and (max-width: 768px) {
            section.case .bg .cntWrap .cntBox.txt dl dd {
              font-size: 15px; } }
      section.case .bg .cntWrap .cntBox.txt p {
        color: #007d96;
        font-size: 15px; }
        @media screen and (max-width: 768px) {
          section.case .bg .cntWrap .cntBox.txt p {
            font-size: 14px; } }
      section.case .bg .cntWrap .cntBox.txt img {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          section.case .bg .cntWrap .cntBox.txt img {
            right: 0; } }
        section.case .bg .cntWrap .cntBox.txt img.ddd {
          width: 70px; }
    section.case .bg .cntWrap a.btn {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 240px;
      height: 60px;
      margin: 20px auto 10px;
      border-radius: 10px;
      background-color: #0abbdb;
      color: #fff;
      font-size: 20px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        section.case .bg .cntWrap a.btn {
          width: 220px;
          height: 40px;
          margin: 16px auto 4px;
          font-size: 18px; } }

section.form {
  margin-bottom: 140px; }
  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: #0abbdb; }
  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; }
  @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; } }
