@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap");
@media screen and (max-width: 1023px) {
  #main_content {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  #main_content {
    padding-top: 40px;
  }
}

section {
  padding-bottom: 80px;
}

section h1 {
  margin: 30px 0 20px;
  color: #274ac4;
  text-align: center;
}

section h3 {
  margin-bottom: 15px;
  font-weight: 400;
  text-align: center;
}

section .wrap > p {
  margin-bottom: 15px;
  text-align: center;
}

section .btns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding-top: 20px;
}

section .btns-wrap * {
  margin: 0;
}

section.tp-section h1 {
  font-size: 60px;
}

@media screen and (max-width: 767px) {
    section.tp-section h1 {
        font-size: 40px;
    }
}

section.tp-section h2 {
  margin: 30px 0 20px;
  color: #274ac4;
  font-size: 34px;
  text-align: center;
}

section.tp-section2 h2 {
  color: #181B1E;
}

section.tp-section2 h2 b {
  color: #274ac4;
}

body section.section-banner-01 .wrap {
  text-align: center;
}

body section.section-banner-01 .wrap > h1::before {
  display: none;
}

body section.section-banner-01 .wrap > h1::after {
  display: none;
}

body section.section-banner-01 .coaching_list li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 700px;
  padding-top: 150px;
  color: #fff;
}

body section.section-banner-01 .coaching_list li p {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #949BA2;
}

body section.section-banner-01 .coaching_list li:first-child {
  padding-right: 5%;
}

body section.section-banner-01 .coaching_list li:first-child p, body section.section-banner-01 .coaching_list li:first-child h1 {
  margin-left: calc(50% - 150px);
  text-align: left;
}

body section.section-banner-01 .coaching_list li:first-child::before {
  background-color: #30363C;
}

body section.section-banner-01 .coaching_list li:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 5%;
}

body section.section-banner-01 .coaching_list li:last-child p, body section.section-banner-01 .coaching_list li:last-child h1 {
  margin-right: calc(50% - 150px);
}

body section.section-banner-01 .coaching_list li:last-child h1 {
  text-align: right;
}

body section.section-banner-01 .coaching_list li:last-child::before {
  background-color: #4268EF;
}

body section.section-banner-01 .coaching_list-2 li:first-child::before {
  background-color: #4268EF;
}

body section.section-banner-01 .coaching_list-2 li:last-child::before {
  background-color: #30363C;
}

.sec01.sub_banner {
  height: 660px;
  background-image: url("/assets/images/sub_banner_01.jpg");
  position: relative;
}

.sec01.sub_banner::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #0B1535;
  opacity: 0.5;
}

.sec01.sub_banner .wrap {
  position: relative;
  height: inherit;
}

.sec01.sub_banner .wrap .banner_text {
  position: absolute;
  bottom: 0;
  left: inherit;
  z-index: 10;
}

.sec01.sub_banner .wrap .banner_text h1 {
  text-align: left;
  font-family: "Montserrat", "Noto Sans KR", san-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 60px;
  line-height: 120%;
  color: #fff;
  margin-bottom: 13%;
}

.sec01.sub_banner .wrap .banner_text h1 b {
  color: #6582E7;
}

.sec01.sub_banner .wrap .banner_text p {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 12px;
}

.sec01.sub_banner .wrap .banner_text ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -30px;
  padding: 15px 0;
  padding-right: 110px;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec01.sub_banner .wrap .banner_text ol::before {
  content: '';
  position: absolute;
  background-color: #fff;
  height: 100%;
  width: 300%;
  right: 0;
  top: 0;
  background-color: #0B1535;
  z-index: -1;
  opacity: 0.9;
}

.sec01.sub_banner .wrap .banner_text ol li a {
  display: block;
  padding: 30px;
  font-family: "Noto Sans KR", san-serif;
  color: #6A7076;
  font-size: 16px;
  font-weight: 5000;
  white-space: nowrap;
  cursor: pointer;
  text-align: center;
}

.sec01.sub_banner .wrap .banner_text ol li.on a {
  color: #fff;
  position: relative;
}

.sec01.sub_banner .wrap .banner_text ol li.on a::after {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 7px;
  height: 7px;
  background-color: #fff;
  border-radius: 50%;
}

.lnb-dep2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px 0;
}

.lnb-dep2 li {
  width: 25%;
  border: 1px solid #E4E8ED;
  background-color: #F8F9FA;
}

.lnb-dep2 li:nth-of-type(1) {
  border-radius: 8px 0 0 0;
}

.lnb-dep2 li:nth-of-type(4) {
  border-radius: 0 8px 0 0;
}

.lnb-dep2 li:last-of-type {
  border-radius: 0 0 8px 0;
}

.lnb-dep2 li a {
  display: block;
  padding: 25px 0;
  text-align: center;
  color: #B4BAC0;
}

.lnb-dep2 li.on {
  border-width: 2px;
  border-color: #274ac4;
}

.lnb-dep2 li.on a {
  color: #274ac4;
  font-weight: 700;
}

.lnb-dep2.lnb-dep2-type2 li {
  width: 33.33%;
}

.lnb-dep2.lnb-dep2-type2 li:nth-of-type(1) {
  border-radius: 8px 0 0 0;
}

.lnb-dep2.lnb-dep2-type2 li:nth-of-type(3) {
  border-radius: 0 8px 8px 0;
}

.lnb-dep2.lnb-dep2-type2 li:nth-of-type(4) {
  border-radius: 0 0 0 8px;
}

section.section-table-round h2 {
  padding: 120px 0 50px;
}

section.section-table-round p {
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

section.section-table-round img {
  display: block;
  width: 600px;
  margin: auto;
}

section.section-table-round-2 {
  background-color: #E8EDFD;
}

section.section-table-round-2 img {
  width: 100%;
}

section.section-text-box {
  background-color: #F8F9FA;
  padding: 80px 0;
}

section.section-text-box .wrap {
  max-width: 800px;
}

section.section-text-box p {
  font-size: 28px;
  text-align: center;
}

section.section-text-box p span {
  color: #274ac4;
}

section.section-blue-box {
  padding: 180px 0;
  position: relative;
}

section.section-blue-box::before, section.section-blue-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

section.section-blue-box::before {
  z-index: -2;
}

section.section-blue-box::after {
  background-color: #14245E;
  opacity: 0.8;
  z-index: -1;
}

section.section-blue-box .wrap {
  color: #E4E8ED;
}

section.section-blue-box .wrap > h1 {
  font-weight: 700;
  color: #fff;
  text-align: left;
}

section.section-blue-box .wrap > h1 b {
  color: #45ebd7;
}

section.section-blue-box .wrap > ol {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

section.section-blue-box .wrap > ol li {
  min-height: 320px;
  border: 1px solid #fff;
  padding: 12px;
}

section.section-blue-box .wrap > ol li div {
  text-align: center;
  border: 1px solid #fff;
  height: 100%;
  padding: 50px;
}

section.section-blue-box .wrap > ol li div h4 {
  color: #45ebd7;
  font-size: 28px;
  font-weight: 700;
}

section.section-blue-box .wrap > ol li div p {
  margin-bottom: 10px;
  font-size: 20px;
}

section.section-blue-box .wrap > ol li div p:first-of-type {
  font-size: 28px;
}

section.section-blue-box .wrap > ol li div p.fz16 {
  font-size: 16px;
}

section.section-blue-box .wrap > ol li div p.fz20 {
  font-size: 20px;
}

section.section-text-box2 .wrap {
  max-width: 800px;
}

section.section-text-box2 .wrap p {
  margin: 80px 0 20px;
  font-size: 20px;
}

section.section-text-box2-2 .wrap {
  max-width: 1600px;
}

section.section-text-box2-2 .wrap p {
  margin: 48px 0 60px;
}

section.section-text-box3 {
  padding: 100px 0;
  background-color: #F8F9FA;
}

section.section-text-box3 .wrap {
  width: 70%;
  margin-left: 15%;
}

section.section-text-box3 .wrap .text-part {
  padding-left: 100px;
}

section.section-text-box3 .wrap .text-part h2 {
  padding-bottom: 20px;
  margin-bottom: 35px;
  border-bottom: 1px solid #CED4DA;
}

section.section-text-box3 .wrap .text-part h2 p {
  font-size: 20px;
  color: #000;
  font-weight: 400;
}

section.section-text-box3 .wrap .text-part * {
  text-align: left;
}

section.section-text-box3 .wrap .text-part li h4 {
  margin-bottom: 10px;
  color: #274ac4;
  font-size: 20px;
}

section.section-text-box3 .wrap .text-part li p {
  margin-bottom: 40px;
}

section.section-text-box3.section-text-box3-3 .wrap .text-part h2 {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

section.section-text-box3.section-text-box3-3 ol {
  margin-top: 30px;
}

section.section-text-box3.section-text-box3-3 .btns-wrap {
  margin-top: 100px;
}

section.section-text-box3-3 .wrap .text-part li h4 {
  margin-bottom: 15px;
}

section.section-blue-box-01 .wrap > h1 {
  margin-bottom: 0;
}

section.section-blue-box-01 .wrap > p {
  padding-top: 10px;
  text-align: left;
}

section.section-blue-box-01::before {
  background-image: url("/assets/images/g_about_04.jpg");
}

section.section-blue-box-01 .wrap > ol li {
  width: calc(50% - 20px);
}

@media screen and (max-width: 767px) {
    section.section-blue-box-01 .wrap > ol li {
        width: 100%;
    }
    section.section-blue-box .wrap > ol li div {
        padding: 10px;
    }
    section.section-blue-box .wrap > ol li div h4 {
        font-size: 20px;
    }
    section.section-blue-box .wrap > ol li div p:first-of-type {
        font-size: 20px;
    }
    section.section-blue-box .wrap > ol li div p {
        margin-bottom: 10px;
        font-size: 16px;
    }
}

section.section-blue-box-02 .wrap h1 {
  margin-bottom: 0;
  text-align: center;
}

section.section-blue-box-02 .wrap h2 {
  margin-top: 0;
  color: #fff;
}

section.section-blue-box-02 .wrap > ol li {
  width: 100%;
  height: auto;
  min-height: auto;
}

section.section-blue-box-02 .wrap > p {
  padding-top: 30px;
  text-align: left;
}

section.section-blue-box-03 .wrap > ol li div p {
  font-size: 16px;
}

section.section-blue-box3 {
  padding: 100px 0;
  background-color: #E8EDFD;
}

section.section-blue-box3 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

section.section-blue-box3 ol li {
  width: 25%;
  margin-top: 30px;
  padding-bottom: 20px;
  padding-right: 20px;
}

section.section-blue-box3 ol li h4 {
  font-size: 20px;
  color: #274ac4;
}

section.section-blue-box3 ol li p {
  font-size: 14px;
}

section.section-blue-box4 {
  padding: 100px 0;
  background-color: #E8EDFD;
}

section.section-blue-box4 .wrap h3 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 700;
}

section.section-blue-box4 .wrap h3 span {
  color: #274ac4;
}

section.section-blue-box4 .wrap p {
  margin-top: 30px;
  font-size: 14px;
  text-align: left;
}

section.section-blue-box5 {
  padding: 100px 0;
  background-color: #E8EDFD;
}

section.section-blue-box5 h1 {
  text-align: left;
}

section.section-blue-box5 .wrap > p {
  text-align: left;
}

section.section-blue-box5-2 h1 {
  text-align: center;
}

section.section-blue-box5-3 h1 {
  text-align: center;
}

section.section-blue-box5-3 .wrap > p {
  text-align: center;
}

section.section-blue-box6 {
  padding: 100px 0;
  background-color: #E8EDFD;
}

section.section-blue-box6 h2 {
  font-size: 28px;
  color: #181B1E;
  margin-bottom: 40px;
}

section.section-blue-box6 .wrap {
  width: 800px;
}

section.section-blue-box6 .wrap > p {
  font-size: 20px;
}

section.section-blue-box6 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

section.section-blue-box6 ol li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 300px;
  height: 300px;
  padding: 40px;
  border-radius: 150px;
  text-align: center;
  color: #fff;
}

section.section-blue-box6 ol li > div h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

section.section-blue-box6 ol li > div p {
  padding: 20px 20px 0;
  margin-top: 20px;
  border-top: 1px solid #E4E8ED;
}

section.section-blue-box6 ol li:nth-of-type(1) > div, section.section-blue-box6 ol li:nth-of-type(2) > div {
  position: relative;
}

section.section-blue-box6 ol li:nth-of-type(1) > div::after, section.section-blue-box6 ol li:nth-of-type(2) > div::after {
  content: "";
  display: block;
  position: absolute;
  right: -40px;
  top: 50%;
  width: 15px;
  height: 25px;
  background-image: url(/assets/images/icon/arrow_line_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

section.section-blue-box6 ol li:nth-of-type(1) > div {
  background-color: #6582E7;
}

section.section-blue-box6 ol li:nth-of-type(2) > div {
  background-color: #274AC4;
}

section.section-blue-box6 ol li:nth-of-type(3) > div {
  background-color: #14245E;
}

/*
@media screen and (max-width: 767px) {
    section.section-blue-box6 ol {
        flex-wrap: wrap;
    }
    section.section-blue-box6 ol > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-bottom: 1rem;
    }
    section.section-blue-box6.section-blue-box6-2 ol li {
        width: 100% !important;
    }
}
*/



section.section-blue-box6.section-blue-box6-2 ol li {
  width: 220px;
}

section.section-blue-box6.section-blue-box6-2 ol li > div {
  width: 220px;
  height: 220px;
  padding: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.section-blue-box6.section-blue-box6-2 ol li > div p {
  width: 160px;
  margin: 0;
  border: 0;
}

section.section-blue-box6.section-blue-box6-2 ol li > div img {
  width: 90px;
}

section.section-blue-box6.section-blue-box6-2 ol li > div::after {
  display: none;
}

section.section-blue-box6.section-blue-box6-2 ol li:nth-of-type(1) > div {
  background-color: #90A9FF;
}

section.section-blue-box6.section-blue-box6-2 ol li:nth-of-type(2) > div {
  background-color: #6582E7;
}

section.section-blue-box6.section-blue-box6-2 ol li:nth-of-type(3) > div {
  background-color: #274AC4;
}

section.section-blue-box6.section-blue-box6-2 ol li:nth-of-type(4) > div {
  background-color: #14245E;
}

section.section-blue-box6.section-blue-box6-2 ol li > p {
  margin-top: 20px;
  font-size: 14px;
  text-align: center;
}

section.section-blue-box6-3 ol li > div h4 {
  width: 100px;
  margin: 30px auto 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  font-weight: 600;
}

section.section-blue-box6-3 ol li > div p {
  border: 0;
  margin: 0;
  padding: 20px 0;
  font-size: 20px;
}

section.section-blue-box6-3 ol li:nth-of-type(1) > div {
  background-color: #90A9FF;
}

section.section-blue-box6-3 ol li:nth-of-type(2) > div {
  background-color: #6582E7;
}

section.section-blue-box6-3 ol li:nth-of-type(3) > div {
  background-color: #4268EF;
}

section.section-blue-box6-3 .wrap > h3 {
  font-size: 20px;
}

section.section-blue-box6-3 .wrap > h3 > span {
  color: #274ac4;
  font-weight: 700;
}

section.section-blue-box6-3 .wrap > p {
  font-size: 16px;
}

section.section-blue-box6-3 ol li:nth-of-type(1) > div::after, section.section-blue-box6-3 ol li:nth-of-type(2) > div::after {
  display: none;
}

section.section-blue-box6-4 .wrap {
  width: 70%;
}

section.section-blue-box6-4 .wrap > h3 {
  margin-bottom: 40px;
}

section.section-blue-box6-4 ol {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}

section.section-blue-box6-4 ol li > p {
  margin-top: 20px;
  padding: 0;
  text-align: center;
  font-size: 14px;
  color: #30363c;
}

section.section-blue-box6-4 ol li > div {
  width: 280px;
  height: 280px;
}

section.section-blue-box6-4 ol li > div h4, section.section-blue-box6-4 ol li > div h5 {
  font-size: 16px;
}

section.section-blue-box6-4 ol li > div h5 {
  font-weight: 600;
}

section.section-blue-box6-4 ol li > div p {
  padding: 20px 0 0;
  font-size: 20px;
  font-weight: 700;
}

section.section-blue-box6-4 ol li > div::after {
  display: none !important;
}

section.section-blue-box6-4 ol li:nth-of-type(1) > div {
  background-color: #90A9FF;
}

section.section-blue-box6-4 ol li:nth-of-type(2) > div {
  background-color: #6582E7;
}

section.section-blue-box6-4 ol li:nth-of-type(3) > div {
  background-color: #4268EF;
}

section.section-blue-box6-4 ol li:nth-of-type(4) > div {
  background-color: #274AC4;
}

section.section-blue-box7 {
  padding: 100px 0;
  background-color: #E8EDFD;
}

section.section-blue-box7 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}

section.section-blue-box7 ol > li {
  text-align: center;
}

section.section-blue-box7 ol > li h4 {
  color: #274ac4;
  font-size: 20px;
}

section.section-blue-box7 ol > li ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.section-blue-box7 ol > li ul li span::before {
  content: '•';
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
    section.section-blue-box7 ol {
        flex-wrap: wrap;
    }
    section.section-blue-box7 ol > li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding-bottom: 1rem;
    }
}



section.section-green-box {
  padding: 100px 0;
  background-color: #EEFCFA;
}

section.section-green-box h1 {
  color: #00A5A5;
}

section.section-green-box > .wrap > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
}

section.section-green-box > .wrap > ol > li {
  width: calc( 50% - 20px);
  border-radius: 32px;
  padding: 48px;
  background-color: #fff;
}

section.section-green-box > .wrap > ol > li > h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

section.section-green-box > .wrap > ol > li > p {
  font-size: 14px;
}

@media screen and (max-width: 767px) {
    section.section-green-box > .wrap > ol > li {
        width: 100%;
    }
    section.section-green-box > .wrap > ol > li h4, section.section-green-box > .wrap > ol > li h5, section.section-green-box > .wrap > ol > li p {
        text-align: left;
    }
}

section.section-green-box2 .wrap > h3 {
  font-weight: 700;
}

section.section-green-box2 .wrap > h3 span {
  color: #00a5a5;
}

section.section-green-box2 h5 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #00a5a5;
}

section.section-green-box2 .wrap > ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

section.section-green-box2 .wrap > ol > li > p {
  margin-top: auto;
  padding-top: 10px;
  border-top: 1px solid #CED4DA;
}

section.section-green-box2-2 h5 {
  font-size: 14px;
  font-weight: 500;
}

section.section-green-box2-2 .wrap > ol > li > p {
  margin-top: 0;
}

section.section-blue-box2 {
  padding: 100px 0;
  background-color: #E8EDFD;
}

section.section-blue-box2 h3 {
  font-size: 20px;
  font-weight: 700;
}

section.section-blue-box2 h3 span {
  color: #274ac4;
}

section.section-blue-box2 .wrap > p {
  margin: 20px 0;
  padding: 48px;
  border-radius: 32px;
  background-color: #274ac4;
  color: #fff;
}

section.section-blue-box2 .wrap ul li h4 {
  color: #274ac4;
  margin-bottom: 10px;
  font-size: 20px;
}

section.section-blue-box2 .wrap ul li p {
  margin-bottom: 40px;
  font-size: 14px;
}

section.section-green-box3 > .wrap > ol {
  gap: 30px;
}

section.section-green-box3 > .wrap > ol > li {
  width: calc( 33.33% - 20px);
}

@media screen and (max-width: 767px) {
    section.section-green-box3 > .wrap > ol > li {
        width: 100%;
    }
    section.section-green-box3 > .wrap > ol > li h4, section.section-green-box3 > .wrap > ol > li p {
        text-align: left;
    }
}

section.section-green-box4 > .wrap > ol > li p:nth-of-type(1) {
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CED4DA;
}

section.section-green-box4 > .wrap > ol > li h5 {
  margin-bottom: 10px;
  font-size: 16px;
  color: #00A5A5;
}

section.section-green-box4 > .wrap > ol > li:last-of-type p:nth-of-type(1) {
  border-bottom: 0;
}

section.section-green-box4-2 > .wrap > ol > li h4 {
  width: 300px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #CED4DA;
  white-space: nowrap;
}

section.section-green-box4-2 > .wrap > ol > li p {
  margin-bottom: 30px;
}

section.section-green-box4-2 > .wrap > ol > li p:nth-of-type(1) {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
}

section.section-green-box5 .wrap > ol {
  margin-bottom: 30px;
}

section.section-green-box5 .wrap > ol > li:first-of-type {
  width: 100%;
  background-color: #C5F9F1;
}

section.section-green-box5 .wrap > ol > li:first-of-type h4 {
  color: #005454;
}

section.section-green-box6 {
  padding: 100px 0;
  background-color: #EEFCFA;
}

section.section-green-box6 h2 {
  font-size: 34px;
  color: #181B1E;
  margin-bottom: 40px;
}

section.section-green-box6 .wrap {
  width: 800px;
}

section.section-green-box6 .wrap > p {
  margin-bottom: 50px;
  font-size: 20px;
  text-align: center;
}

section.section-green-box6 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

section.section-green-box6 ol li > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 320px;
  height: 320px;
  padding: 60px 0;
  border-radius: 200px;
  text-align: center;
  color: #30363C;
  overflow: hidden;
}

section.section-green-box6 ol li > div h4 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

section.section-green-box6 ol li > div p {
  padding: 20px 20px 0;
  margin-top: 20px;
  border-top: 1px solid #fff;
  font-size: 14px;
}

section.section-green-box6 ol li:nth-of-type(1) > div {
  background-color: #C5F9F1;
}

section.section-green-box6 ol li:nth-of-type(2) {
  background-image: url(/assets/images/bg-001.png);
}

section.section-green-box6 ol li:nth-of-type(2) > div {
  width: 300px;
  height: 300px;
  margin: 10px;
  padding: 50px 0;
  background-color: #274AC4;
  color: #fff;
}

section.section-green-box6 ol li:nth-of-type(2) > div p {
  border-top-color: #6582E7;
}

section.section-green-box6 ol li:nth-of-type(3) > div {
  background-color: #C5F9F1;
}

section.section-video-wrap {
  padding: 190px 0;
  overflow: hidden;
}

section.section-video-wrap .swiper-06 .swiper-slide .inner {
  position: relative;
  width: 60%;
  height: 600px;
  margin: auto;
  background-color: #000;
}

section.section-video-wrap .swiper-06 .swiper-slide .inner::after {
  content: 'Coaching';
  position: absolute;
  right: -250px;
  top: 160px;
  width: 400px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  color: #EFF2F4;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

section.section-video-wrap .swiper-pagination {
  bottom: auto;
  top: -50px;
  left: calc(20% - 50px);
  width: 60%;
  color: #CED4DA;
  font-size: 28px;
  font-weight: 700;
  text-align: right;
}

section.section-video-wrap .swiper-pagination span {
  color: #274ac4;
}

section.section-video-wrap .swiper-button-prev, section.section-video-wrap .swiper-button-next {
  top: -28px;
}

section.section-video-wrap .swiper-button-prev:after, section.section-video-wrap .swiper-button-next:after {
  font-size: 25px;
  color: #6A7076;
}

section.section-video-wrap .swiper-button-prev, section.section-video-wrap .swiper-rtl .swiper-button-next {
  left: calc( 80% - 200px);
}

section.section-video-wrap .swiper-button-next, section.section-video-wrap .swiper-rtl .swiper-button-prev {
  right: 20%;
}

section.section-video-wrap .swiper-06-wrap {
  position: relative;
}

section.section-video-wrap .swiper-06-wrap::before {
  display: block;
  content: '';
  position: absolute;
  top: -100px;
  left: -100vw;
  width: 100vw;
  height: 240px;
  background-color: #EFF2F4;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

section.section-video-wrap .swiper-06-wrap::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -70px;
  right: -100vw;
  width: 100vw;
  height: 180px;
  background-color: #10C3B8;
  -webkit-transition: 3s;
  transition: 3s;
}

section.section-video-wrap .swiper-06-wrap.show:before {
  left: -48vw;
}

section.section-video-wrap .swiper-06-wrap.show::after {
  right: -52vw;
}

section.section-list-box-01 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

section.section-list-box-01 ol li {
  position: relative;
  width: calc( 50% - 10px);
}

section.section-list-box-01 ol li h4 {
  margin-bottom: 10px;
}

section.section-list-box-01 ol li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  margin-bottom: 0;
  padding-left: 20px;
  background-color: #0B1535;
  color: #fff;
  line-height: 80px;
  text-align: left;
}

section.section-list-box-02 {
  padding: 100px 0 150px;
}

section.section-list-box-02 h2 {
  text-align: left;
}

section.section-list-box-02 ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid #CED4DA;
}

section.section-list-box-02 ol li {
  width: calc( 33.33% - 20px);
}

section.section-list-box-02 ol li * {
  text-align: left;
}

section.section-list-box-02 ol li h3 {
  color: #1F3893;
  font-weight: 700;
  font-size: 20px;
}

section.section-list-box-02 ol li p {
  font-size: 14px;
}

section.section-list-box-03 * {
  text-align: left;
}

section.section-list-box-03 h2 {
  font-size: 32px;
  text-align: left;
  color: #000;
}

section.section-list-box-03 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

section.section-list-box-03 ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 32%;
  height: 600px;
  padding: 30px 40px;
  background-color: rgba(24, 27, 30, 0.8);
}

section.section-list-box-03 ul > li * {
  color: #fff;
}

section.section-list-box-03 ul > li > ol {
  margin-top: auto;
}

body section.section-list-box-03-1 {
  padding-bottom: 0;
}

body section.section-list-box-03-1 .wrap > h2 {
  font-size: 42px;
  text-align: center;
}

body section.section-list-box-03-1 .wrap > h3 {
  padding-top: 40px;
  margin-top: 30px;
  border-top: 1px solid #CED4DA;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

body section.section-list-box-03-1 .wrap > p {
  font-size: 20px;
}

body section.section-list-box-03-1 .wrap ul li {
  height: 22vw;
  min-height: 320px;
}

body section.section-list-box-03-1 .wrap ul li h1 {
  margin: 0;
}

body section.section-list-box-03-1 .wrap ul li h3 {
  font-weight: 700;
  font-size: 16px;
  color: #CED4DA;
}

body section.section-list-box-03-1 .wrap ul li h4 {
  font-weight: normal;
  font-size: 16px;
}

body section.section-list-box-03-1 .wrap ul:last-of-type {
  padding-bottom: 48px;
  border-bottom: 1px solid #CED4DA;
}

body section.section-list-box-03-1 .wrap .inner-btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

body section.section-list-box-03-1 .wrap .inner-btn a {
  display: block;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #181B1E;
  font-size: 14px;
}

section.section-swiper-01 {
  padding-top: 90px;
  padding-bottom: 180px;
  background-color: #E8EDFD;
}

section.section-swiper-01 h1 {
  font-size: 60px;
  color: #274ac4;
}

section.section-swiper-01 > div.wrap {
  z-index: 0;
  position: relative;
}

section.section-swiper-01 > div.wrap > div.ta-r {
  margin-bottom: 20px;
}

section.section-swiper-01 > div.wrap > div.ta-r a {
  border-bottom: 1px solid #274ac4;
  color: #274ac4;
}

section.section-swiper-01 .swiper-05 .swiper-slide {
  border-radius: 32px;
  padding: 48px 42px 45px 48px;
  background-color: #fff;
}

section.section-swiper-01 .swiper-05 .swiper-slide h3 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 600;
}

section.section-swiper-01 .swiper-05 .swiper-slide h4 {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CED4DA;
  color: #274ac4;
  font-size: 14px;
  font-weight: 600;
}

section.section-swiper-01 .swiper-05 .swiper-slide p {
  margin-bottom: 50px;
  font-size: 14px;
}

section.section-swiper-01 .swiper-05 .swiper-slide div.date {
  font-size: 12px;
  color: #CED4DA;
}

section.section-swiper-01 .swiper-button-prev, section.section-swiper-01 .swiper-button-next {
  top: calc(50% + 50px);
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background-color: #B4BAC0;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

section.section-swiper-01 .swiper-button-prev::after, section.section-swiper-01 .swiper-button-next::after {
  font-size: 20px;
}

section.section-swiper-01 .swiper-pagination-custom {
  bottom: -70px;
  color: #CED4DA;
  font-size: 28px;
  font-weight: 700;
}

section.section-swiper-01 .swiper-pagination-custom span {
  color: #274ac4;
}

section.section-swiper-01 .swiper-button-prev {
  left: -100px;
}

section.section-swiper-01 .swiper-button-next, section.section-swiper-01 .swiper-rtl .swiper-button-prev {
  right: -100px;
}

section.section-swiper-01 .section.section-swiper-01-cover {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #E8EDFD;
}

section.section-table-box-1 {
  padding: 100px 0;
  background-color: #E8EDFD;
}

section.section-table-box-1 > .wrap > p {
  margin-bottom: 30px;
}

section.section-table-box-1 ol.table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

section.section-table-box-1 ol.table-wrap > li {
  border-radius: 32px;
  padding: 40px;
  text-align: center;
  color: #fff;
}

section.section-table-box-1 ol.table-wrap > li h4 {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #6A7076;
  font-weight: 600;
}

section.section-table-box-1 ol.table-wrap > li li {
  margin-bottom: 10px;
  font-size: 20px;
}

section.section-table-box-1 ol.table-wrap > li:nth-of-type(1), section.section-table-box-1 ol.table-wrap > li:nth-of-type(3) {
  width: calc( 25% - 10px);
}

section.section-table-box-1 ol.table-wrap > li:nth-of-type(1) {
  background-color: #30363C;
}

section.section-table-box-1 ol.table-wrap > li:nth-of-type(2) {
  width: calc(50% - 20px);
  background-color: #1F3893;
}

section.section-table-box-1 ol.table-wrap > li:nth-of-type(3) {
  background-color: #274AC4;
}

section.section-table-box-1 ol.table-wrap > li:nth-of-type(3) h4 {
  border-bottom-color: #6582E7;
}

section.section-table-box-1 .part-btm {
  text-align: left;
}

section.section-table-box-1 .part-btm h3 {
  margin-top: 50px;
  color: #274ac4;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
}

section.section-table-box-1 .part-btm ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
}

section.section-table-box-1 .part-btm ol li {
  position: relative;
  width: 20%;
  margin-right: 5%;
}

section.section-table-box-1 .part-btm ol li::after {
  content: "";
  display: block;
  position: absolute;
  right: -5%;
  top: 30px;
  width: 15px;
  height: 25px;
  background-image: url(/assets/images/icon/arrow_line_right.png);
  background-size: contain;
  background-repeat: no-repeat;
}

section.section-table-box-1 .part-btm ol li:last-of-type::after {
  display: none;
}

section.section-table-box-1 .part-btm ol li h4 {
  max-width: 185px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #C6D3FF;
  color: #274ac4;
}

section.sec02 .wrap > h3 {
  font-size: 20px;
}

section.sec02 .wrap > p {
  font-size: 16px;
}

section.section-banner-01 {
  padding-bottom: 0;
}

section.section-banner-01 .wrap {
  padding-bottom: 120px;
}

section.section-banner-01 .wrap > h2 {
  font-size: 34px;
}

section.section-banner-01 .wrap > h3 {
  font-size: 20px;
}

section.section-banner-01 .wrap > p {
  font-size: 16px;
}

section.section-banner-01 .wrap > h1 {
  position: relative;
  margin: auto;
  font-size: 42px;
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

section.section-banner-01 .wrap > h1::before, section.section-banner-01 .wrap > h1::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 60px;
  z-index: -1;
  top: -20px;
  background-size: cover;
}

section.section-banner-01 .wrap > h1::before {
  left: -30px;
  background-image: url("/assets/images/icon/quotation_1.png");
}

section.section-banner-01 .wrap > h1::after {
  right: -30px;
  background-image: url("/assets/images/icon/quotation_2.png");
}

section.section-banner-01 .wrap > h1 b {
  color: #274ac4;
}

section.section-banner-01 .wrap > p {
  margin-top: 32px;
}

section.section-banner-01 .coaching_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.section-banner-01 .coaching_list li {
  width: 50%;
  height: 500px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

section.section-banner-01 .coaching_list li h1 {
  font-size: 60px;
  font-weight: 700;
  color: #fff;
  position: relative;
}

section.section-banner-01 .coaching_list li::before, section.section-banner-01 .coaching_list li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

section.section-banner-01 .coaching_list li:first-child {
  text-align: left;
}

section.section-banner-01 .coaching_list li:first-child h1::after {
  content: '';
  position: absolute;
  top: -15px;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

section.section-banner-01 .coaching_list li:first-child::before {
  background-color: #4268EF;
  opacity: 0.9;
}

section.section-banner-01 .coaching_list li:first-child::after {
  background-image: url("/assets/images/g_about_01.jpg");
  z-index: -2;
}

section.section-banner-01 .coaching_list li:last-child {
  text-align: right;
}

section.section-banner-01 .coaching_list li:last-child h1 {
  color: #C6D3FF;
  text-align: right;
}

section.section-banner-01 .coaching_list li:last-child h1::after {
  content: '';
  position: absolute;
  top: -15px;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 50%;
}

section.section-banner-01 .coaching_list li:last-child::before {
  background-color: #30363C;
  opacity: 0.9;
}

section.section-banner-01 .coaching_list li:last-child::after {
  background-image: url("/assets/images/g_about_02.jpg");
  z-index: -2;
}

section.section-banner-02 {
  padding: 120px 0;
  background-color: #E8EDFD;
  overflow: hidden;
}

section.section-banner-02 .banner-inner li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
}

section.section-banner-02 .banner-inner li img {
  width: 47%;
  height: 470px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.section-banner-02 .banner-inner li .wrap {
  border: 1px solid #F8F9FA;
  padding: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

section.section-banner-02 .banner-inner li .wrap .list_text {
  background-color: #F8F9FA;
  opacity: 0.95;
  padding: 48px 78px;
}

section.section-banner-02 .banner-inner li .wrap .list_text h4 {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 34px;
  margin-bottom: 20px;
}

section.section-banner-02 .banner-inner li .wrap .list_text h4::after {
  content: '';
  display: block;
  position: absolute;
  width: 100vw;
  height: 1px;
  background-color: #274ac4;
}

section.section-banner-02 .banner-inner li .wrap .list_text h5 {
  color: #274ac4;
  font-size: 16px;
}

section.section-banner-02 .banner-inner li .wrap .list_text p {
  margin: 20px 0 50px;
  font-size: 12px;
  font-weight: 500;
}

section.section-banner-02 .banner-inner li:nth-of-type(1), section.section-banner-02 .banner-inner li:nth-of-type(3) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

section.section-banner-02 .banner-inner li:nth-of-type(1) .wrap .list_text, section.section-banner-02 .banner-inner li:nth-of-type(3) .wrap .list_text {
  padding-left: calc(47% + 40px);
}

section.section-banner-02 .banner-inner li:nth-of-type(1) .wrap .list_text h4::after, section.section-banner-02 .banner-inner li:nth-of-type(3) .wrap .list_text h4::after {
  left: calc(100% + 40px);
  top: 50%;
}

section.section-banner-02 .banner-inner li:nth-of-type(2) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

section.section-banner-02 .banner-inner li:nth-of-type(2) .wrap .list_text h4::after {
  right: calc(100% + 40px);
  top: 50%;
}

section.section-banner-03 {
  padding-top: 50px;
}

section.section-banner-03 h3 {
  font-size: 20px;
}

section.section-banner-04 {
  padding: 100px 0;
}

section.section-banner-04 > h3 {
  font-size: 20px;
  font-weight: 700;
}

section.section-banner-04 > p {
  font-size: 14px;
  text-align: center;
}

section.section-banner-04 > img {
  display: block;
  width: 800px;
  margin: 50px auto;
}

section.section-banner-04 .text-box {
  text-align: center;
}

section.section-banner-04 .text-box h3 {
  font-size: 16px;
}

section.section-banner-04 .text-box p {
  font-size: 12px;
}

body section .sub-ex-ol * {
  text-align: left;
}

body section .sub-ex-ol h2 {
  margin: 50px 0;
}

body section .sub-ex-ol h3 {
  font-size: 20px;
  font-weight: 700;
}

body section .sub-ex-ol p {
  font-size: 14px;
}

body section .sub-ex-ol > li {
  padding: 30px 0;
  border-bottom: 1px solid #6A7076;
}

body section .sub-ex-ol > li:last-of-type {
  border-bottom: 0;
}

body section .sub-ex-ol > li > p {
  margin-bottom: 50px;
}

body section .sub-ex-ol > li > ol > li {
  margin-bottom: 50px;
}

body section.section-illust-box-01 {
  padding: 0;
  background-color: #14245E;
}

body section.section-illust-box-01 * {
  text-align: left;
  color: #fff;
}

body section.section-illust-box-01 > .wrap {
  padding: 120px 0;
  padding-right: 25vw;
  background-image: url(/assets/images/illust-01.png);
  background-size: 25vw;
  background-position: 100% 100%;
}

body section.section-illust-box-01 > .wrap h1 {
  margin-bottom: 40px;
  color: #2EFFE6;
}

body section.section-illust-box-01 > .wrap > p {
  margin-bottom: 20px;
  text-align: left;
  font-size: 14px;
}

body section.section-illust-box-01 > .wrap > h4 {
  font-weight: 400;
}

body section.section-illust-box-01 > .wrap > h4 b {
  color: #fff;
}

body section.section-illust-box-01-2 {
  background-color: #E8EDFD;
}

body section.section-illust-box-01-2 > .wrap.part-1 {
  position: relative;
  padding-bottom: 0;
  background-image: url(/assets/images/illust-02.png);
}

body section.section-illust-box-01-2 > .wrap.part-1 h1 {
  color: #274ac4;
}

body section.section-illust-box-01-2 > .wrap.part-1 p, body section.section-illust-box-01-2 > .wrap.part-1 h3 {
  color: #181B1E;
}

body section.section-illust-box-01-2 > .wrap.part-1 h3 {
  display: inline-block;
  padding-left: 8px;
  padding-right: 23px;
}

body section.section-illust-box-01-2 > .wrap.part-1 h3 > span {
  position: relative;
  color: #274ac4;
  font-weight: 700;
  font-size: 20px;
}

body section.section-illust-box-01-2 > .wrap.part-1 h3::before {
  content: '';
  display: block;
  position: relative;
  left: -8px;
  top: 35px;
  width: calc(100% + 31px);
  height: 17px;
  border-radius: 4px;
  background-color: #C6D3FF;
  opacity: 0.6;
}

body section.section-illust-box-01-2 > .wrap.part-1 p {
  max-width: 700px;
  font-size: 14px;
}

body section.section-illust-box-01-2 > .wrap.part-1 p > b {
  color: inherit;
}

body section.section-illust-box-01-2 > .wrap.part-2 {
  padding-right: 0;
  padding-left: 300px;
  background-image: url(/assets/images/illust-03.png);
  background-position: 0 150px;
  background-size: 270px;
}

body section.section-illust-box-01-2 > .wrap.part-2 * {
  color: #181B1E;
}

body section.section-illust-box-01-2 > .wrap.part-2 > h3 {
  font-size: 28px;
  font-weight: 700;
}

body section.section-illust-box-01-2 > .wrap.part-2 > p {
  font-size: 16px;
  font-weight: 500;
}

body section.section-illust-box-01-2 > .wrap.part-2 > p > span {
  color: #274ac4;
}

body section.section-illust-box-01-2 > .wrap.part-2 > ol {
  position: relative;
  left: -24px;
  padding-left: 24px;
  border-left: 1px dashed #fff;
}

body section.section-illust-box-01-2 > .wrap.part-2 > ol li * {
  color: #30363C;
}

body section.section-illust-box-01-2 > .wrap.part-2 > ol li > h4 {
  position: relative;
  margin-top: 30px;
  font-size: 28px;
  color: #274ac4;
}

body section.section-illust-box-01-2 > .wrap.part-2 > ol li > h4::after {
  content: '';
  display: block;
  position: absolute;
  left: -30px;
  bottom: 16px;
  width: 11px;
  height: 11px;
  border-radius: 10px;
  background-color: #C6D3FF;
}

body section.section-illust-box-01-2 > .wrap.part-2 > ol li span {
  font-size: 12px;
}

@media screen and (max-width: 1023px) {
  section.section-video-wrap {
    min-height: 0;
    padding: 40px 0 120px;
  }
  section.section-video-wrap .swiper-06 .swiper-slide .inner {
    width: 70%;
    min-width: 280px;
    height: 200px;
  }
  section.section-video-wrap .swiper-06-wrap::before, section.section-video-wrap .swiper-06-wrap::after {
    display: none;
  }
  section.section-video-wrap .swiper-button-prev, section.section-video-wrap .swiper-button-next, section.section-video-wrap .swiper-pagination {
    display: none;
  }
  section.section-video-wrap .swiper-06 .swiper-slide .inner::after {
    right: -65px;
    top: 40px;
    width: 100px;
    font-size: 24px;
  }
  section.section-video-wrap > p.wrap {
    min-width: 280px;
    width: 70%;
    margin-bottom: 12px;
    color: #274ac4;
    text-align: left;
    font-weight: 700;
  }
  #section.section-swiper-01 .swiper-button-prev, #section.section-swiper-01 .swiper-button-next {
    background: none;
    border: none;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
  }
  #section.section-swiper-01 {
    overflow: hidden;
  }
  #section.section-swiper-01 .swiper * {
    text-align: left;
  }
  #section.section-swiper-01 .swiper-button-prev, #section.section-swiper-01 .swiper-button-next {
    top: 20px;
    color: #274ac4;
  }
  #section.section-swiper-01 .swiper-button-next, #section.section-swiper-01 .swiper-rtl .swiper-button-prev {
    right: -3%;
  }
  #section.section-swiper-01 .swiper-button-prev {
    left: -3%;
  }
  #section.section-swiper-01 .swiper-05 .swiper-slide {
    padding: 30px 15px;
  }
  #section.section-swiper-01 .swiper-05 .swiper-slide p {
    margin-bottom: 20px;
  }
  #section.section-swiper-01 h1 {
    font-size: 28px;
  }
  #section.section-swiper-01 .swiper-button-prev, #section.section-swiper-01 .swiper-button-next {
    top: 5px;
  }
  #section.section-swiper-01 > div.wrap > div.ta-r a {
    display: none;
  }
  #section.section-swiper-01 .swiper-05 .swiper-slide h4 {
    padding-bottom: 0;
    border-bottom: 0;
  }
  #section.section-swiper-01 {
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .sec01.sub_banner {
    height: 400px;
    overflow: hidden;
  }
  .sec01.sub_banner .wrap .banner_text {
    width: 100%;
  }
  .sec01.sub_banner .wrap .banner_text h1 {
    font-size: 34px;
    text-align: left;
    margin-bottom: 30%;
  }
  .sec01.sub_banner .wrap .banner_text p {
    display: none;
  }
  .sec01.sub_banner .wrap .banner_text ol {
    gap: 0;
    padding: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec01.sub_banner .wrap .banner_text ol::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: -15px;
    height: 150%;
    width: 150%;
  }
  .sec01.sub_banner .wrap .banner_text ol li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    width: 23%;
    padding: 15px 0;
  }
  .sec01.sub_banner .wrap .banner_text ol li a {
    font-size: 12px;
  }
  .sec01.sub_banner .wrap .banner_text ol li:last-of-type {
    margin-right: auto;
  }
  section.section-video-wrap .swiper-06 .swiper-slide .inner::after {
    display: none;
  }
  section.section-banner-01 .wrap {
    padding: 60px 0;
  }
  section.section-banner-01 .wrap > h1 {
    font-size: 20px;
  }
  section.section-banner-01 .wrap > h1::before, section.section-banner-01 .wrap > h1::after {
    width: 26px;
    height: 20px;
    top: 0;
  }
  section.section-banner-01 .wrap > h1::before {
    left: 0;
  }
  section.section-banner-01 .wrap > h1::after {
    right: 0;
  }
  section.section-banner-01 .coaching_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.section-banner-01 .coaching_list li {
    width: 100%;
    height: 300px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 20px;
  }
  section.section-banner-01 .coaching_list li h1 {
    font-size: 28px;
    text-align: left;
  }
  section.section-banner-01 .coaching_list li h1::before, section.section-banner-01 .coaching_list li h1::after {
    display: none;
  }
}
/*# sourceMappingURL=sub-common.css.map */
