:root {
  --black: #333;
  --main-blue: #003466;
  --white: white;
  --main-orange: #d54916;
  --light-blue: #cdd9e5;
  --bg-blue: #3f6c99;
  --light-blue2: #e6eef4;
  --grey: #b9b9b9;
}

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--black);
  background-image: url('../images/bg-img.jpg');
  background-position: 0 0;
  background-size: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  line-height: 130%;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Happy Monkey, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 110%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  text-decoration: none;
  transition: all .3s;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.home-banner-container {
  flex-flow: column;
  min-height: 700px;
  display: flex;
  overflow: hidden;
}

.home-banner-b {
  background-color: var(--main-blue);
  color: var(--white);
  flex: 1;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-banner-title-wrap {
  z-index: 99;
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.home-banner-title1 {
  color: var(--main-orange);
  font-family: Happy Monkey, sans-serif;
  font-size: 4.2vw;
  line-height: 110%;
}

.container {
  width: 100%;
  max-width: 1920px;
  padding-left: 60px;
  padding-right: 60px;
}

.container.home-banner {
  max-width: none;
}

.container._120-padding {
  padding-left: 120px;
  padding-right: 120px;
}

.container.section-top {
  padding-left: 0;
}

.home-banner-title-b {
  width: 100%;
  margin-top: -10px;
}

.title-frame-wrap {
  color: var(--white);
  text-align: center;
  display: flex;
}

.title-frame-side {
  background-image: url('../images/title-side-l.png');
  background-position: 0 0;
  background-size: 40px 100%;
  width: 40px;
}

.title-frame-side.right {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.title-frame-body {
  z-index: 1;
  background-image: url('../images/title-body.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 100px 100%;
  flex: 1;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.title-frame-txt-b {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.home-banner-title2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Happy Monkey, sans-serif;
  font-size: 6.2vw;
  font-weight: 400;
  line-height: 110%;
}

.home-banner-logo {
  width: 180px;
}

.common-btn {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--white);
  text-transform: uppercase;
  background-image: linear-gradient(#fd9c7b, #d54916);
  border-radius: 10px;
  padding: 10px;
  font-weight: 600;
  display: flex;
  position: relative;
  overflow: hidden;
}

.common-btn.white {
  background-color: var(--white);
  color: var(--main-orange);
  background-image: none;
}

.common-btn-img-b {
  background-color: var(--white);
  border-radius: 10px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.common-btn-img-b.orange {
  background-color: var(--white);
  background-image: linear-gradient(0deg, var(--main-orange), #fd9c7b);
}

.common-btn-img {
  width: 50%;
}

.common-btn-border {
  background-color: var(--white);
  width: 1px;
}

.common-btn-txt {
  align-self: center;
}

.common-btn-arrow {
  align-self: center;
  width: 8px;
  margin-left: auto;
}

.common-btn-bg {
  z-index: -1;
  border: 1px solid var(--main-orange);
  background-color: var(--white);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
  transform: translate(5px, 5px);
}

.common-btn-bg.white {
  border-color: var(--white);
  background-color: var(--main-blue);
}

.home-banner-bot {
  z-index: 1;
  background-image: url('../images/cloud.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 120px;
  margin-top: -5px;
  position: relative;
}

.banner-mask-container {
  z-index: 1;
  width: 100vw;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.banner-mask {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

.img-cover {
  object-fit: cover;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.img-cover.no-event {
  pointer-events: none;
}

.img-cover.top {
  object-position: 50% 0%;
}

.home-banner-subtitle-b {
  width: 100%;
}

.common-btn-b {
  z-index: 1;
  position: relative;
}

.section {
  padding-top: 80px;
}

.section.no-padding {
  padding-top: 0;
}

.all {
  padding-top: 120px;
  overflow: hidden;
}

.home-about-wrap {
  display: flex;
  overflow: visible;
}

.home-about-col {
  flex: none;
  width: 65%;
}

.inline-b {
  display: inline-block;
}

.home-about-b {
  padding-top: 40px;
}

.home-about-ilustration {
  width: 60%;
  max-width: 380px;
  padding-top: 40px;
}

.home-about-img-col {
  flex: 1;
  position: relative;
}

.home-about-img-b {
  width: 500px;
  height: 500px;
  position: relative;
}

.home-about-img-container {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.txt-center {
  text-align: center;
}

._40-padding-top {
  padding-top: 40px;
}

.common-note-container {
  background-color: var(--light-blue);
  border-radius: 20px;
  padding: 15px;
  position: relative;
}

.common-note-container.about-insight {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.common-note-container.resource {
  width: 100%;
  max-width: 1000px;
}

.common-note-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  background-image: url('../images/notes-pattern.png');
  background-position: 0 0;
  background-size: auto 20px;
  border-radius: 10px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 4px #0003;
}

.subtitle-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.subtitle-icon {
  flex: none;
  width: 60px;
  margin-top: -5px;
}

.txt-orange {
  color: var(--main-orange);
}

.subtitle-content {
  padding-top: 20px;
}

.common-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.common-list.bullet {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  padding-left: 15px;
}

.common-list._10-gap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.common-list-item {
  background-image: url('../images/bullet-list.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-left: 30px;
}

.common-list-item.bullet {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
  list-style-type: disc;
}

.common-list-item.num {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-left: 0;
  list-style-type: decimal;
}

.txt-b {
  font-weight: 600;
}

.home-video-container {
  background-color: var(--light-blue);
  max-width: 800px;
  padding: 5px;
  position: relative;
  transform: rotate(-2deg);
}

.home-video-b {
  padding-top: 56.25%;
  position: relative;
}

.video-pin-l {
  z-index: 1;
  pointer-events: none;
  width: 30px;
  margin-top: -10px;
  margin-left: 10px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.video-pin-r {
  z-index: 1;
  pointer-events: none;
  width: 30px;
  margin-top: -10px;
  margin-right: 10px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-logo-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-logo1 {
  width: 30%;
  min-width: 180px;
  max-width: 220px;
}

.home-logo2 {
  flex: 1;
  min-width: 300px;
  max-width: 340px;
}

.common-notes-deco {
  pointer-events: none;
  background-image: url('../images/notes-deco-top.svg');
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: auto 40px;
  height: 40px;
  margin-top: -10px;
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto;
}

.home-notes-deco1 {
  pointer-events: none;
  width: 100px;
  margin-right: -60px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-notes-deco2 {
  pointer-events: none;
  width: 100px;
  margin-left: -120px;
  position: absolute;
  inset: 25% auto auto 0%;
  transform: translate(0, -25%);
}

.home-notes-deco3 {
  pointer-events: none;
  width: 100px;
  margin-right: -160px;
  position: absolute;
  inset: 75% 0% auto auto;
  transform: translate(0, -75%);
}

.home-notes-deco4 {
  pointer-events: none;
  width: 200px;
  margin-bottom: -120px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.footer-top-b {
  z-index: 99;
  background-color: var(--main-blue);
  color: var(--white);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.footer-top-img {
  background-image: linear-gradient(270deg, var(--main-blue), #00346600 10%), linear-gradient(270deg, #00346600 90%, var(--main-blue)), url('../images/footer-top-img-2x.jpg');
  pointer-events: none;
  background-position: 0 0, 0 0, 50%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
}

.footer-top-wrap {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: relative;
}

.footer-top-col {
  flex: 1;
}

.footer-top-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 44px;
  font-weight: 600;
  line-height: 110%;
}

.footer-top-content-b {
  text-align: center;
  padding-top: 20px;
}

.footer-top-btn-b {
  text-align: center;
  padding-top: 40px;
}

.footer-bot-b {
  z-index: 99;
  background-color: var(--main-orange);
  color: var(--white);
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.footer-bot-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 5px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header {
  z-index: 999;
  background-color: var(--white);
  background-image: url('../images/bg-img.jpg');
  background-position: 0 0;
  background-size: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.header-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  display: flex;
}

.header-logo {
  width: 80px;
}

.header-logo:hover {
  transform: scale(1.1);
}

.nav-wrap-b {
  padding: 0;
}

.nav-link {
  width: 16.6667%;
  color: var(--main-blue);
  text-align: center;
  text-transform: uppercase;
  padding: 0;
  font-size: 1.2vw;
  font-weight: 700;
  line-height: 110%;
  display: block;
}

.nav-link:hover {
  transform: scale(1.1);
}

.nav-link.w--current {
  color: var(--main-orange);
}

.nav-link-icon {
  width: 40px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-link-active {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.header-left-col {
  flex: none;
}

.header-left-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-lang-btn {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-image: linear-gradient(0deg, var(--main-orange), #fd9c7b);
  width: 80px;
  height: 80px;
  color: var(--white);
  text-align: center;
  border-radius: 50%;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.header-lang-icon {
  width: 50%;
}

.nav-big-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.nav-mobile-border {
  display: none;
}

.section-banner {
  background-color: var(--main-blue);
  padding-top: 40px;
  padding-bottom: 20px;
}

.section-banner-bot {
  z-index: 1;
  background-image: url('../images/cloud-section-banner.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 120px;
  margin-top: -5px;
  position: relative;
}

.section-banner-title-wrap {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section-banner-logo {
  flex: none;
  width: 200px;
}

.section-banner-title {
  color: var(--main-orange);
  font-size: 60px;
  line-height: 110%;
}

.section-banner-title.detail {
  font-size: 44px;
  line-height: 110%;
}

.section-banner-logo-b {
  z-index: 1;
  width: 100%;
  padding-top: 77%;
  position: relative;
}

.section-banner-logo-side {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--main-blue), #00346600 15%);
  pointer-events: none;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.section-banner-illus {
  margin-right: 80px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-banner-illus.about {
  width: 300px;
}

.about-info-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.about-info-col {
  flex: none;
  width: 65%;
}

.about-info-illus-col {
  flex: none;
}

.about-info-img-b {
  width: 350px;
  height: 350px;
  position: relative;
}

._20-padding-top {
  padding-top: 20px;
}

.about-info-deco1 {
  pointer-events: none;
  width: 80px;
  margin-right: -100px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.about-info-deco2 {
  pointer-events: none;
  width: 100px;
  margin-left: -150px;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.about-info-deco3 {
  pointer-events: none;
  width: 100px;
  margin-bottom: -25px;
  margin-right: -50px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-pdf-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.about-pdf-b {
  width: 100%;
  padding-top: 130%;
  position: relative;
  overflow: hidden;
}

.about-pdf-content-col {
  width: calc(50% - 20px);
}

.about-insight-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.about-insight-col {
  width: calc(50% - 20px);
}

.about-pdf-container {
  background-color: var(--light-blue);
  padding: 5px;
  position: relative;
}

.about-insight-b {
  background-color: var(--light-blue);
  border-radius: 10px;
  height: 100%;
  padding: 10px 10px 40px;
  display: block;
}

.about-insight-img {
  width: 100%;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
}

.about-insight-title {
  color: var(--black);
  text-align: center;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.about-insight-deco1 {
  pointer-events: none;
  width: 80px;
  margin-left: -100px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.about-insight-deco2 {
  pointer-events: none;
  width: 80px;
  margin-right: -100px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.about-insight-deco3 {
  pointer-events: none;
  width: 80px;
  margin-left: -100px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.about-insight-deco4 {
  pointer-events: none;
  width: 150px;
  margin-bottom: -100px;
  margin-right: -60px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.blue-bg-contaiener {
  background-color: var(--bg-blue);
  color: var(--white);
  border-top-left-radius: 80px;
  border-top-right-radius: 80px;
  padding-top: 80px;
}

.blue-bg-contaiener.resource {
  margin-bottom: -80px;
  padding-bottom: 80px;
  position: relative;
}

.endorsement-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  padding-bottom: 20px;
  display: flex;
}

.endorsement-col {
  width: calc(50% - 30px);
}

.endorsement-b {
  background-color: var(--light-blue2);
  border-radius: 10px;
  padding: 10px 10px 40px;
  position: relative;
}

.endorsement-b.l {
  transform: rotate(-2deg);
}

.endorsement-b.r {
  transform: rotate(2deg);
}

.endorsement-video-b {
  width: 100%;
  padding-top: 56%;
  position: relative;
}

.endorsement-title {
  color: var(--black);
  text-align: center;
  padding-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.endorsement-line-b {
  height: 60px;
  margin-bottom: 5px;
  margin-left: -20px;
  margin-right: -20px;
  position: relative;
}

.endorsement-line {
  background-image: url('../images/endorsement-line.svg');
  background-position: 100% 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100vw;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.endorsement-line.r {
  background-position: 0 0;
  inset: 0% auto auto 0%;
}

.endorsement-pin {
  width: 20px;
  margin-top: -40px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.endorsement-bot-container {
  background-image: url('../images/blue-bg-cloud.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 120px;
  margin-top: -5px;
  padding-left: 60px;
  display: flex;
}

.endorsement-bot-illus {
  width: 160px;
}

.swiper-wrapper {
  display: flex;
}

.about-comment-col {
  flex: none;
  width: 33.33%;
}

.about-comment-b {
  background-color: var(--white);
  border-radius: 10px;
  height: 100%;
  padding: 10px 10px 10px 30px;
  position: relative;
  overflow: hidden;
}

.about-comment-note {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/notes-pattern.png');
  background-position: 0 0;
  background-size: auto 15px;
  flex-flow: column;
  justify-content: center;
  height: 100%;
  padding: 5px;
  display: flex;
}

.about-comment-quote {
  width: 25px;
}

.about-comment-quote.close {
  margin-left: auto;
  transform: rotate(-180deg);
}

.about-comment-name {
  background-color: var(--light-blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 110%;
}

.about-comment-side {
  width: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.about-comment-side.green {
  background-color: #68b3a3;
}

.about-comment-side.yellow {
  background-color: #b3a868;
}

.about-comment-side.purple {
  background-color: #8168b3;
}

.about-comment-container {
  position: relative;
}

.about-comment-deco {
  width: 100px;
  margin-bottom: -80px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.prog-design-wrap {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.prog-design-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
}

.prog-design-b {
  color: #333;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.prog-design-b._01 {
  color: #d0a50e;
}

.prog-design-b._02 {
  color: #124586;
}

.prog-design-b._03 {
  color: #19a632;
}

.prog-design-b._04 {
  color: #f36530;
}

.prog-design-num {
  font-size: 80px;
  font-weight: 700;
  line-height: 100%;
}

.prog-design-title {
  padding-top: 10px;
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
}

.prog-design-illus {
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.recognize-area-wrap {
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.recognize-area-col {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.recognize-area-img {
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
}

.recognize-area-title-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.recognize-area-title {
  font-size: 36px;
  font-weight: 600;
  line-height: 110%;
}

._80-padding-top {
  padding-top: 80px;
}

.recognize-area-card-wrap {
  grid-row-gap: 80px;
  flex-flow: wrap;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.recognize-area-card-col {
  width: 50%;
  padding-left: 40px;
  padding-right: 40px;
}

.recognize-area-card {
  backface-visibility: hidden;
  text-align: center;
  background-image: url('../images/bg-img.jpg');
  background-position: 0 0;
  background-size: 30px;
  border-radius: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.recognize-area-card.yellow {
  color: #d0a50e;
}

.recognize-area-card.blue {
  color: #124586;
}

.recognize-area-card.green {
  color: #19a632;
}

.recognize-area-card.orange {
  color: #f36530;
}

.recognize-area-card-container {
  height: 100%;
  position: relative;
}

.recognize-area-card-back {
  background-color: var(--black);
  backface-visibility: hidden;
  height: 100%;
  min-height: 550px;
  transform-style: preserve-3d;
  border-radius: 40px;
  padding: 40px;
  position: relative;
  overflow: hidden;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.recognize-area-card-back.yellow {
  background-color: #d0a50e;
}

.recognize-area-card-back.blue {
  background-color: #124586;
}

.recognize-area-card-back.green {
  background-color: #19a632;
}

.recognize-area-card-back.orange {
  background-color: #f36530;
}

.recognize-area-card-back-title {
  padding-bottom: 20px;
  padding-right: 26px;
  font-size: 28px;
  line-height: 130%;
}

.recognize-area-card-back-b {
  padding-top: 10px;
}

.card-rotate-icon {
  pointer-events: none;
  width: 40px;
  margin-top: 20px;
  margin-right: 20px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.recognize-area-num {
  font-size: 100px;
  font-weight: 700;
  line-height: 100%;
}

.recognize-area-card-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 110%;
}

.recognize-area-card-img {
  width: 100%;
  max-width: 320px;
}

.recognize-card-bot-container {
  background-image: url('../images/blue-bg-cloud.svg');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: auto 100%;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 120px;
  margin-top: -5px;
  padding-left: 60px;
  display: flex;
}

.recognize-card-bot-illus {
  width: 120px;
}

.carosell-img-b {
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.carosell-img-b._70 {
  padding-top: 70%;
}

.carosell-img-b._80 {
  padding-top: 80%;
}

.carosell-img-b._130 {
  padding-top: 130%;
}

.swiper-slide {
  flex: none;
}

.swiper-slide._01 {
  width: 20%;
}

.swiper-slide._02 {
  width: 24%;
}

.swiper-slide._03 {
  width: 18%;
}

.swiper-slide._04, .swiper-slide._05 {
  width: 20%;
}

.swiper-slide._06, .swiper-slide._07 {
  width: 15%;
}

.swiper-slide._08 {
  width: 22%;
}

.carosell-img._01 {
  padding-top: 100px;
}

.carosell-img._03 {
  padding-top: 120px;
}

.carosell-img._04 {
  padding-top: 80px;
}

.carosell-img._05 {
  padding-top: 150px;
}

.carosell-img._06 {
  padding-top: 50px;
}

.carosell-img._07 {
  padding-top: 100px;
}

.carosell-img._08 {
  padding-top: 150px;
}

.benefit-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.benefit-b {
  background-color: var(--white);
  border-radius: 10px;
  padding: 10px 10px 10px 30px;
  position: relative;
  overflow: hidden;
}

.benefit-note {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/notes-pattern.png');
  background-position: 0 0;
  background-size: auto 15px;
  flex-flow: column;
  justify-content: center;
  padding: 5px;
  display: flex;
}

.benefit-side-b {
  width: 20px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.benefit-side-b.green {
  background-color: #68b3a3;
}

.benefit-side-b.yellow {
  background-color: #b3a868;
}

.benefit-side-b.purple {
  background-color: #8168b3;
}

.benefit-deco1 {
  pointer-events: none;
  width: 90px;
  margin-top: -120px;
  margin-left: -120px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.benefit-deco2 {
  pointer-events: none;
  width: 80px;
  margin-right: -70px;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.benefit-deco3 {
  z-index: 1;
  pointer-events: none;
  width: 150px;
  margin-bottom: -120px;
  margin-right: -80px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.how-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  padding-bottom: 40px;
  display: flex;
}

.how-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--white);
  text-align: center;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  display: flex;
}

.how-title-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.how-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 130%;
}

.how-title-icon {
  flex: none;
  width: 100px;
}

.timetabe-wrap {
  display: flex;
}

.timetabe-col {
  width: 16.6667%;
}

.timetabe-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.timetabe-icon {
  width: 100%;
  max-width: 120px;
}

.timetable-dot {
  z-index: 1;
  border: 1px solid var(--main-orange);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 3px;
  position: relative;
}

.timetable-dot-solid {
  background-image: linear-gradient(180deg, var(--main-orange), #fd9c7b);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.timetable-dot-container {
  width: 100%;
  position: relative;
}

.timetable-line {
  pointer-events: none;
  width: 200%;
  margin-top: 10px;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%);
}

.timetable-title {
  color: var(--main-blue);
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
}

.timetable-txt {
  color: var(--main-blue);
  text-align: center;
  padding-top: 5px;
  font-weight: 600;
}

.timetable-title-b {
  padding-left: 10px;
  padding-right: 10px;
}

.timetable-container {
  width: 200%;
  position: relative;
}

.timetabe-icon-img {
  width: 100%;
  padding-top: 115%;
  position: relative;
}

.timetable-logo {
  z-index: 5;
  width: 100%;
  max-width: 150px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.timetabe-scroll-container, .timetable-wrapper {
  width: 100%;
}

.recap-btn-wrap {
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.recap-btn-b {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.recap-btn-col {
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.relative {
  position: relative;
}

.recap-deco1 {
  pointer-events: none;
  width: 100px;
  margin-left: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.recap-deco2 {
  pointer-events: none;
  width: 200px;
  margin-bottom: -90px;
  position: absolute;
  inset: auto 0% 0% auto;
}

._24-txt {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
}

.school-list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--light-blue);
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: auto;
  display: grid;
}

.school-list-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--light-blue);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  margin: -1px;
  padding: 20px;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  display: flex;
}

.common-deco-b {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  min-height: 1500px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.common-deco-r {
  width: 80px;
  margin-left: auto;
  margin-right: -100px;
}

.common-deco-l {
  width: 80px;
  margin-left: -100px;
}

.foote-bot-link {
  color: var(--white);
}

.foote-bot-link:hover {
  opacity: .5;
}

.activities-list-wrap {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.activities-list-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.activities-list-b {
  background-color: var(--light-blue);
  height: 100%;
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  padding: 10px 10px 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  display: block;
  position: relative;
  overflow: hidden;
}

.activities-list-img {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}

.activities-title {
  padding-top: 20px;
}

.activities-list-mask {
  z-index: 99;
  position: absolute;
  inset: 0%;
}

.activities-date-tag {
  background-color: var(--main-orange);
  color: var(--white);
  text-align: left;
  padding: 5px 25px;
  font-family: Happy Monkey, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 110%;
}

.activities-date-tag-b {
  background-image: url('../images/activities-date-tag-icon.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  margin-top: 15px;
  padding-right: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.detail-big-video-b {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.detail-video-wrap {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.detail-video-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.detail-video-list-b {
  background-color: var(--light-blue);
  height: 100%;
  color: var(--black);
  text-align: center;
  border-radius: 10px;
  padding: 10px 10px 40px;
  font-size: 22px;
  font-weight: 600;
  line-height: 110%;
  display: block;
  position: relative;
  overflow: hidden;
}

.detail-video-list-img {
  width: 100%;
  padding-top: 56%;
  position: relative;
  overflow: hidden;
}

.detail-video-title {
  padding-top: 20px;
}

.assembly-detail-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  display: flex;
}

.assembly-detail-col {
  flex: 1;
}

.assembly-detail-img-col {
  flex: 1;
  max-width: 500px;
}

.assembly-detail-img-b {
  background-color: var(--light-blue);
  padding: 5px;
  position: relative;
}

.assembly-detail-b {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.assembly-detail-list {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.assembly-detail-list-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.assembly-detail-list-icon {
  flex: none;
  width: 15px;
  margin-top: 2px;
}

.stage-wrap {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 10px;
  display: flex;
}

.stage-col {
  flex: 1;
  min-width: 200px;
  max-width: 320px;
  margin: -20px -10px;
}

.stage-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid var(--main-orange);
  text-align: center;
  border-radius: 50%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.stage-icon {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}

.stage-title {
  color: var(--main-orange);
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}

.stage-container {
  padding-top: 100%;
  position: relative;
}

.stage-deco-b {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.resource-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resource-img-wrap {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.resource-img-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.resource-img-b {
  background-color: var(--light-blue);
  border-radius: 10px;
  padding: 10px;
}

.resource-img {
  padding-top: 140%;
  display: block;
  position: relative;
}

.resource-tag-b {
  z-index: 1;
  background-image: url('../images/activities-date-tag-icon.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 20px 100%;
  margin-top: 40px;
  padding-right: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.resource-deco-b {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: -115px;
  margin-left: -40px;
  margin-right: -40px;
  display: flex;
}

.resource-deco1, .resource-deco2 {
  width: 120px;
}

.partners-list {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.partners-wrap {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.partners-col {
  width: calc(50% - 20px);
  padding-left: 20px;
  padding-right: 20px;
}

.partners-binder {
  width: 40px;
  position: relative;
}

.partner-b-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.big-title-frame-body {
  z-index: 1;
  background-image: url('../images/title-body.png');
  background-position: 0 0;
  background-repeat: repeat-x;
  background-size: 100px 100%;
  flex: 1;
  margin-left: -5px;
  margin-right: -5px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}

.common-note-b-no-ani {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  background-image: url('../images/notes-pattern.png');
  background-position: 0 0;
  background-size: auto 20px;
  border-radius: 10px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  overflow: hidden;
}

.partners-binder-desktop {
  background-image: url('../images/partners-binder-desktop.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: 40px;
  width: 100%;
  height: 100%;
}

.partner-slider-container {
  background-color: var(--light-blue);
  border-radius: 20px;
  padding: 10px 10px 35px;
}

.partner-slider {
  background-color: #ddd0;
  width: 100%;
  height: 100%;
}

.hide {
  display: none;
}

.partner-slider-mask {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.partner-slide {
  padding-top: 65%;
}

.partner-slide-nav {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 10px;
  margin-bottom: -20px;
  padding-top: 0;
  display: flex;
}

.partners-deco-mobile {
  display: none;
}

.timetable-ani-logo-container {
  z-index: 1;
  pointer-events: none;
  width: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.timetable-ani-logo-b {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 20px;
  margin-top: -8%;
  display: flex;
  position: relative;
}

.timetable-ani-logo {
  width: 100%;
  transform: rotate(0);
}

.timetable-ani-logo-div {
  width: 16.66%;
}

.contact-deco-b {
  z-index: 1;
  pointer-events: none;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  inset: 0%;
}

.contact-wrap {
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.contact-col {
  width: calc(50% - 20px);
  padding-left: 20px;
  padding-right: 20px;
}

.contact-list-wrap {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  display: flex;
}

.contact-list-col {
  width: 100%;
}

.contact-info-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--black);
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 500;
  line-height: 110%;
  display: flex;
}

.contact-info-wrap:hover {
  opacity: .5;
}

.contact-icon {
  flex: none;
  width: 25px;
}

.txt-all-wrap {
  overflow-wrap: anywhere;
}

.contact-social-icon {
  width: 30px;
}

.contact-social-icon:hover {
  opacity: .65;
  transform: scale(1.1);
}

.contact-map-b {
  padding-top: 75%;
  position: relative;
}

.contact-map-container {
  background-color: var(--light-blue);
  border-radius: 10px;
  padding: 10px;
}

.contact-tag {
  margin-top: -25px;
  margin-left: 40px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact-tag-b {
  background-color: var(--main-orange);
  height: 40px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Happy Monkey, sans-serif;
  font-size: 28px;
  line-height: 110%;
  display: flex;
  box-shadow: inset 0 -5px 2px #0000001a;
}

.contact-tag-top {
  height: 15px;
  margin-top: -14px;
  position: absolute;
  inset: 0% 0% auto;
}

.common-note-load-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--white);
  background-image: url('../images/notes-pattern.png');
  background-position: 0 0;
  background-size: auto 20px;
  border-radius: 10px;
  flex-flow: column;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 4px 4px 4px #0003;
}

.activities-btn-b {
  padding-top: 10px;
}

.activities-btn-txt {
  text-transform: none;
  align-self: center;
  font-size: 16px;
}

@media screen and (min-width: 1280px) {
  .home-banner-b {
    min-height: 50vh;
  }

  .container.recognize-card {
    max-width: 1280px;
  }

  .title-frame-body {
    background-size: 10px 100%;
  }

  .banner-mask-container {
    width: 65vw;
  }

  .header-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .nav-link {
    font-size: 14px;
  }

  .nav-link-icon {
    width: 50px;
  }

  .nav-big-wrap, .nav-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-banner-title {
    font-size: 70px;
  }

  .section-banner-title.detail {
    font-size: 48px;
  }

  .section-banner-logo-side {
    display: block;
  }

  .about-info-img-b {
    width: 400px;
    height: 400px;
  }

  .endorsement-bot-illus {
    width: 180px;
  }

  .recognize-area-card-back-title {
    font-size: 32px;
    line-height: 130%;
  }

  .recognize-card-bot-illus {
    width: 140px;
  }

  .recap-btn-wrap {
    display: flex;
  }

  .school-list-b, .activities-list-b {
    font-size: 24px;
    line-height: 110%;
  }

  .activities-date-tag, .activities-date-tag-b {
    font-size: 32px;
    line-height: 110%;
  }

  .detail-video-list-b {
    font-size: 24px;
    line-height: 110%;
  }

  .stage-icon {
    max-width: 120px;
  }

  .resource-tag-b {
    font-size: 32px;
    line-height: 110%;
  }

  .big-title-frame-body {
    background-size: 10px 100%;
  }

  .contact-info-wrap {
    font-size: 24px;
    line-height: 110%;
  }

  .contact-icon {
    width: 30px;
    margin-top: 0;
  }

  .contact-tag-b {
    font-size: 32px;
    line-height: 110%;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 32px;
    line-height: 110%;
  }

  h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 130%;
  }

  .container, .container.home-banner, .container._120-padding {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .banner-mask-container {
    width: 110vw;
  }

  .section {
    padding-top: 60px;
  }

  .section.no-padding {
    padding-top: 0;
  }

  .home-about-b, .home-about-ilustration {
    padding-top: 25px;
  }

  .home-about-img-b {
    width: 420px;
    height: 420px;
  }

  .common-note-container {
    padding: 10px;
    position: relative;
  }

  .common-note-b {
    padding: 40px 25px;
  }

  .footer-top-title {
    font-size: 40px;
  }

  .nav-wrap-b {
    background-color: var(--white);
    background-image: url('../images/bg-img.jpg');
    background-position: 0 0;
    background-size: 30px;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .nav-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 110%;
    display: flex;
    position: relative;
  }

  .nav-link:hover {
    transform: none;
  }

  .nav-link-icon {
    flex: none;
    width: 50px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header-left-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .header-lang-btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(0deg, var(--main-orange), #fd9c7b);
    width: 60px;
    height: 60px;
    padding: 5px;
  }

  .menu-btn {
    background-image: linear-gradient(0deg, var(--main-orange), #fd9c7b);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    padding: 15px;
    display: flex;
  }

  .menu-line01 {
    background-color: var(--white);
    border-radius: 10px;
    width: 25px;
    height: 2px;
    margin-bottom: 6px;
    position: relative;
  }

  .menu-line02 {
    background-color: var(--white);
    border-radius: 10px;
    width: 25px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .menu-line03 {
    background-color: var(--white);
    border-radius: 10px;
    width: 25px;
    height: 2px;
    margin-top: 6px;
    position: relative;
  }

  .nav-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .nav-mobile-border {
    background-color: var(--main-blue);
    opacity: .25;
    height: 1px;
    margin-left: -5vw;
    margin-right: -5vw;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .section-banner-logo {
    width: 140px;
    margin-left: -2%;
  }

  .section-banner-title {
    font-size: 7vw;
    line-height: 110%;
  }

  .section-banner-title.detail {
    font-size: 42px;
    line-height: 110%;
  }

  .section-banner-illus.about {
    width: 250px;
    margin-right: 5vw;
  }

  .about-info-img-b {
    width: 420px;
    height: 420px;
  }

  .about-info-deco1 {
    width: 60px;
    margin-top: -60px;
    margin-right: -40px;
  }

  .about-info-deco2 {
    margin-left: -100px;
  }

  .about-pdf-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-pdf-content-col {
    width: calc(50% - 10px);
  }

  .about-insight-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .about-insight-col {
    width: calc(50% - 10px);
  }

  .about-insight-title {
    font-size: 20px;
    line-height: 110%;
  }

  .about-insight-deco1 {
    width: 60px;
    margin-top: -25px;
    margin-left: -40px;
  }

  .about-insight-deco2 {
    margin-right: -60px;
  }

  .about-insight-deco3 {
    width: 60px;
    margin-top: -25px;
    margin-left: -40px;
  }

  .about-insight-deco4 {
    width: 120px;
    margin-right: 0;
  }

  .blue-bg-contaiener {
    padding-top: 60px;
  }

  .blue-bg-contaiener.resource {
    margin-bottom: -60px;
    padding-bottom: 60px;
  }

  .endorsement-bot-container {
    padding-left: 5vw;
  }

  .endorsement-bot-illus {
    width: 180px;
  }

  .about-comment-col {
    width: 45%;
  }

  .about-comment-deco {
    margin-bottom: -60px;
  }

  .prog-design-title {
    font-size: 18px;
    line-height: 110%;
  }

  .recognize-area-title {
    font-size: 32px;
    line-height: 110%;
  }

  ._80-padding-top {
    padding-top: 60px;
  }

  .recognize-area-card-wrap {
    grid-row-gap: 40px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .recognize-area-card-col {
    padding-left: 20px;
    padding-right: 20px;
  }

  .recognize-area-card {
    border-radius: 25px;
  }

  .card-rotate-icon {
    width: 32px;
    margin-top: 12px;
    margin-right: 12px;
  }

  .recognize-area-card-title {
    font-size: 32px;
    line-height: 110%;
  }

  .recognize-card-bot-container {
    padding-left: 5vw;
  }

  .recognize-card-bot-illus {
    width: 120px;
  }

  .swiper-slide._01 {
    width: 30%;
  }

  .swiper-slide._02 {
    width: 28%;
  }

  .swiper-slide._03 {
    width: 25%;
  }

  .swiper-slide._04, .swiper-slide._05 {
    width: 30%;
  }

  .swiper-slide._06, .swiper-slide._07 {
    width: 24%;
  }

  .swiper-slide._08 {
    width: 32%;
  }

  .benefit-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .benefit-deco1 {
    width: 80px;
    margin-left: -80px;
  }

  .benefit-deco2 {
    width: 80px;
  }

  .benefit-deco3 {
    width: 120px;
    margin-bottom: -80px;
    margin-right: -45px;
  }

  .how-container {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-bottom: 25px;
  }

  .how-b {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .how-title {
    font-size: 24px;
    line-height: 130%;
  }

  .how-title-icon {
    width: 80px;
  }

  .recap-deco1 {
    margin-left: -25px;
  }

  .recap-deco2 {
    margin-bottom: -70px;
  }

  ._24-txt {
    font-size: 22px;
    line-height: 130%;
  }

  .school-list-b {
    font-size: 20px;
    line-height: 110%;
  }

  .common-deco-r {
    width: 60px;
    margin-right: -50px;
  }

  .common-deco-l {
    width: 60px;
    margin-left: -50px;
  }

  .activities-list-b {
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 110%;
  }

  .activities-title {
    padding-top: 10px;
  }

  .activities-date-tag, .activities-date-tag-b {
    font-size: 24px;
    line-height: 110%;
  }

  .detail-video-list-b {
    padding-bottom: 25px;
    font-size: 20px;
    line-height: 110%;
  }

  .detail-video-title {
    padding-top: 10px;
  }

  .assembly-detail-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .stage-col {
    min-width: 250px;
  }

  .stage-icon {
    max-width: 80px;
  }

  .resource-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .resource-tag-b {
    font-size: 24px;
    line-height: 110%;
  }

  .resource-deco-b {
    margin-bottom: -90px;
    margin-left: 0;
    margin-right: 0;
  }

  .resource-deco1 {
    width: 100px;
  }

  .resource-deco2 {
    width: 80px;
  }

  .partners-list {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .partners-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row-reverse wrap-reverse;
  }

  .partners-col {
    width: 100%;
  }

  .partners-binder {
    display: none;
    position: static;
  }

  .common-note-b-no-ani {
    padding: 40px 25px;
  }

  .partners-deco-mobile {
    display: block;
  }

  .contact-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row-reverse wrap-reverse;
  }

  .contact-col {
    width: 100%;
  }

  .contact-map-b {
    padding-top: 50%;
  }

  .contact-tag {
    z-index: 2;
    margin-top: 10px;
    margin-left: 60px;
  }

  .contact-tag-b {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 24px;
  }

  .contact-tag-top {
    height: 12px;
    margin-top: -11px;
  }

  .common-note-load-b {
    padding: 40px 25px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
    line-height: 110%;
  }

  .home-banner-title-wrap {
    grid-row-gap: 15px;
  }

  .home-banner-title1 {
    font-size: 5vw;
  }

  .home-banner-title-b {
    margin-top: -15px;
  }

  .home-banner-title2 {
    font-size: 6vw;
  }

  .home-banner-logo {
    width: 120px;
  }

  .home-banner-btn-b {
    order: 9999;
  }

  .banner-mask-container {
    width: 180vw;
    margin-top: -5vw;
  }

  .home-about-wrap {
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .home-about-col {
    flex: 0 auto;
    width: 100%;
  }

  .home-about-b {
    padding-top: 25px;
  }

  .home-about-ilustration {
    width: 100%;
    display: none;
  }

  .home-about-img-col {
    order: -9999;
    margin-top: -80px;
  }

  .home-about-img-b {
    width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .common-note-container, .common-note-container.about-insight {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .common-note-b {
    padding-bottom: 40px;
  }

  .subtitle-icon {
    width: 48px;
    margin-top: 0;
  }

  .video-pin-l {
    width: 22px;
    margin-top: -8px;
    margin-left: 8px;
  }

  .video-pin-r {
    width: 22px;
    margin-top: -8px;
    margin-right: 8px;
  }

  .home-logo-wrap {
    grid-column-gap: 20px;
  }

  .home-notes-deco1 {
    margin-top: -40px;
  }

  .home-notes-deco3 {
    margin-right: -70px;
  }

  .footer-top-wrap {
    grid-row-gap: 80px;
    flex-flow: wrap;
  }

  .footer-top-col {
    flex: 0 auto;
    width: 100%;
  }

  .footer-top-content-b {
    padding-top: 10px;
  }

  .footer-top-btn-b {
    padding-top: 25px;
  }

  .footer-bot-b {
    font-size: 14px;
    line-height: 130%;
  }

  .nav-link {
    font-size: 22px;
  }

  .nav-link-icon {
    width: 40px;
  }

  .section-banner-logo {
    width: 120px;
    margin-left: -5%;
  }

  .section-banner-title.detail {
    font-size: 34px;
    line-height: 110%;
  }

  .section-banner-illus.about {
    width: 220px;
  }

  .about-info-wrap {
    flex-flow: wrap;
  }

  .about-info-col {
    width: 100%;
  }

  .about-info-illus-col {
    flex: 0 auto;
    order: -9999;
    width: 100%;
  }

  .about-info-img-b {
    width: 350px;
    height: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .about-info-deco1 {
    margin-top: -40px;
    margin-right: 0;
  }

  .about-info-deco2 {
    width: 80px;
    margin-left: -60px;
  }

  .about-info-deco3 {
    width: 80px;
    margin-right: -25px;
  }

  .about-pdf-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .about-pdf-content-col, .about-insight-col {
    width: 100%;
  }

  .about-insight-b {
    padding-bottom: 20px;
  }

  .about-insight-deco1 {
    width: 40px;
    margin-top: -30px;
    margin-left: -15px;
    margin-right: 0;
  }

  .about-insight-deco2 {
    width: 50px;
    margin-right: -20px;
  }

  .about-insight-deco3 {
    margin-top: -30px;
    margin-left: -15px;
    margin-right: 0;
  }

  .about-insight-deco4 {
    width: 100px;
    margin-right: 0;
  }

  .blue-bg-contaiener {
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
  }

  .endorsement-wrap {
    flex-flow: wrap;
  }

  .endorsement-col {
    width: 100%;
  }

  .endorsement-line-b {
    margin-left: -5vw;
    margin-right: -5vw;
  }

  .about-comment-col {
    width: 60%;
  }

  .prog-design-col {
    width: 50%;
  }

  .recognize-area-wrap {
    margin-left: -10px;
    margin-right: -10px;
  }

  .recognize-area-col {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .recognize-area-title {
    font-size: 28px;
    line-height: 110%;
  }

  .recognize-area-card-col {
    width: 100%;
  }

  .recognize-area-card-back {
    min-height: 440px;
  }

  .recognize-area-num {
    font-size: 88px;
    line-height: 100%;
  }

  .recognize-area-card-title {
    font-size: 28px;
    line-height: 110%;
  }

  .recognize-card-bot-illus {
    width: 100px;
  }

  .swiper-slide._01 {
    width: 40%;
  }

  .swiper-slide._02 {
    width: 46%;
  }

  .swiper-slide._03 {
    width: 42%;
  }

  .swiper-slide._04 {
    width: 46%;
  }

  .swiper-slide._05 {
    width: 40%;
  }

  .swiper-slide._06, .swiper-slide._07 {
    width: 35%;
  }

  .swiper-slide._08 {
    width: 42%;
  }

  .benefit-deco1 {
    width: 60px;
    margin-left: -60px;
  }

  .benefit-deco2 {
    width: 60px;
    margin-right: -50px;
  }

  .benefit-deco3 {
    width: 110px;
    margin-right: -60px;
  }

  .how-title {
    font-size: 22px;
    line-height: 130%;
  }

  .how-title-icon {
    width: 60px;
  }

  .timetable-title {
    font-size: 20px;
    line-height: 110%;
  }

  .timetable-container {
    width: 300%;
  }

  .recap-btn-wrap {
    grid-row-gap: 20px;
  }

  .recap-btn-col {
    width: 100%;
  }

  .recap-deco1 {
    margin-left: -50px;
  }

  .recap-deco2 {
    width: 150px;
  }

  ._24-txt {
    font-size: 20px;
    line-height: 130%;
  }

  .school-list {
    grid-template-columns: 1fr 1fr;
  }

  .school-list-b {
    font-size: 18px;
    line-height: 110%;
  }

  .common-deco-r {
    width: 40px;
    margin-right: -50px;
  }

  .common-deco-l {
    width: 40px;
    margin-left: -50px;
  }

  .activities-list-wrap {
    justify-content: center;
  }

  .activities-list-col {
    width: 80%;
  }

  .activities-list-b, .detail-video-list-b {
    font-size: 18px;
    line-height: 110%;
  }

  .assembly-detail-col {
    flex: 0 auto;
    width: 100%;
  }

  .assembly-detail-img-col {
    flex: 0 auto;
    order: -9999;
    max-width: 400px;
  }

  .stage-col {
    min-width: 280px;
    max-width: 280px;
  }

  .resource-img-b {
    padding: 5px;
  }

  .common-note-b-no-ani {
    padding-bottom: 40px;
  }

  .timetable-ani-logo-b {
    width: 125%;
    margin-top: -12%;
  }

  .contact-map-b {
    padding-top: 55%;
  }

  .contact-tag-b {
    font-size: 22px;
    line-height: 110%;
  }

  .common-note-load-b {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 24px;
    line-height: 130%;
  }

  .home-banner-container {
    min-height: 550px;
  }

  .home-banner-title1 {
    font-size: 7vw;
  }

  .container.home-banner {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .home-banner-title2 {
    font-size: 9vw;
  }

  .home-banner-logo {
    width: 100px;
  }

  .common-btn-img-b {
    border-radius: 5px;
    width: 30px;
    height: 30px;
  }

  .common-btn-img {
    width: 70%;
  }

  .common-btn-txt {
    font-size: 14px;
    line-height: 150%;
  }

  .banner-mask-container {
    margin-top: -10vw;
  }

  .common-note-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-notes-deco3 {
    margin-right: -80px;
  }

  .home-notes-deco4 {
    width: 180px;
  }

  .nav-link {
    font-size: 5.3vw;
  }

  .section-banner-bot {
    height: 80px;
  }

  .section-banner-logo {
    width: 80px;
    margin-left: -5%;
  }

  .section-banner-title {
    font-size: 32px;
    line-height: 110%;
  }

  .section-banner-title.detail {
    font-size: 28px;
    line-height: 109%;
  }

  .section-banner-illus.about {
    width: 45%;
  }

  .about-info-img-b {
    width: 250px;
    height: 250px;
  }

  .about-info-deco1 {
    width: 50px;
  }

  .about-insight-title {
    font-size: 18px;
    line-height: 110%;
  }

  .about-insight-deco1 {
    margin-left: -22px;
  }

  .about-insight-deco2 {
    margin-right: -35px;
  }

  .about-insight-deco3 {
    margin-left: -25px;
  }

  .about-insight-deco4 {
    margin-left: -22px;
  }

  .blue-bg-contaiener {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
  }

  .endorsement-wrap {
    grid-row-gap: 25px;
  }

  .endorsement-bot-container {
    height: 80px;
  }

  .endorsement-bot-illus {
    width: 125px;
  }

  .about-comment-col {
    width: 100%;
  }

  .about-comment-container {
    margin-left: -4vw;
    margin-right: -4vw;
  }

  .prog-design-wrap {
    margin-left: -5px;
    margin-right: -5px;
  }

  .prog-design-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .recognize-area-col {
    width: 100%;
  }

  .recognize-card-bot-container {
    height: 80px;
    padding-left: 0;
  }

  .recognize-card-bot-illus {
    width: 85px;
    margin-left: -20px;
  }

  .benefit-deco2 {
    width: 50px;
  }

  .benefit-deco3 {
    margin-right: -50px;
  }

  .how-title {
    font-size: 20px;
    line-height: 130%;
  }

  .timetabe-icon {
    max-width: 100px;
  }

  .school-list {
    grid-template-columns: 1fr;
  }

  .school-list-b {
    min-height: 100px;
  }

  .common-deco-r {
    width: 35px;
    margin-right: -40px;
  }

  .common-deco-l {
    width: 35px;
    margin-left: -40px;
  }

  .activities-list-col {
    width: 100%;
  }

  .stage-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .stage-col {
    flex: 0 auto;
    width: 100%;
    min-width: 0;
    max-width: 300px;
    margin: -10px;
  }

  .resource-img-col {
    width: 100%;
  }

  .common-note-b-no-ani {
    padding-left: 10px;
    padding-right: 10px;
  }

  .timetable-ani-logo-b {
    width: 180%;
    margin-top: -15%;
  }

  .contact-info-wrap {
    font-size: 20px;
    line-height: 110%;
  }

  .contact-tag {
    margin-left: 40px;
  }

  .common-note-load-b {
    padding-left: 10px;
    padding-right: 10px;
  }

  .activities-btn-txt {
    font-size: 14px;
    line-height: 150%;
  }
}


