@-webkit-keyframes arrow1 {
  0% {
    left: -5px;
  }
  100% {
    left: 105%;
  }
}
@keyframes arrow1 {
  0% {
    left: -5px;
  }
  100% {
    left: 105%;
  }
}
@-webkit-keyframes arrow2 {
  0% {
    left: -105%;
  }
  100% {
    left: -5px;
  }
}
@keyframes arrow2 {
  0% {
    left: -105%;
  }
  100% {
    left: -5px;
  }
}
.ch {
  position: relative;
}

.ch-img {
  position: absolute;
  width: 100%;
  height: 350px;
  background-color: #000;
  z-index: -1;
}

.ch-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.8;
}

.ch-wrap {
  position: relative;
  width: 100%;
  height: 350px;
  max-width: 1100px;
  margin: 0 auto;
}

.ch-board {
  position: relative;
  top: 25%;
  left: 0;
  width: 350px;
  background-color: #fff;
  text-align: center;
  padding: 40px 0 45px 0;
}

@media screen and (max-width: 600px) {
  .ch-board {
    left: calc((100% - 300px) / 2);
    width: 280px;
  }
}
.ch-board::after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100%;
  height: 100%;
  background-color: #1bb3e0;
  z-index: -1;
}

.ch-tit {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  background-image: linear-gradient(to left, #1bb3e0 5px, transparent 5px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .ch-tit {
    font-size: 20px;
  }
}
.ch-tit p {
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .ch-tit p {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.ch-img img {
  -o-object-position: 50% 15%;
     object-position: 50% 15%;
}

@media screen and (max-width: 600px) {
  .ch-img img {
    -o-object-position: 95% 15%;
       object-position: 95% 15%;
  }
}
.cnav {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 85px;
}

@media screen and (max-width: 600px) {
  .cnav {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .cnav {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .cnav {
    margin-top: 60px;
  }
}
.cnav-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 2px;
}

@media screen and (max-width: 600px) {
  .cnav-grid {
    grid-template-columns: 1fr 1fr;
  }
}
.cnav-link {
  display: block;
  background-color: #1bb3e0;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cnav-link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 600px) {
  .cnav-link {
    font-size: 12px;
    padding: 10px 5px;
  }
}
.cnav-link span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0 10px 3px 0;
}

@media screen and (max-width: 600px) {
  .cnav-link span {
    width: 6px;
    height: 6px;
    margin: 0 5px 3px 0;
  }
}
.cnav.scroll {
  position: fixed;
  top: 0;
  background-color: #fff;
  max-width: 100%;
  width: 100vw;
  margin-top: 0;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.cnav.scroll .cnav-grid {
  gap: 1px;
}

.cnav.scroll .cnav-link {
  padding: 10px;
}

.cnav.scroll.active {
  opacity: 1;
  z-index: 10;
}

@media screen and (max-width: 600px) {
  .cnav.scroll {
    top: 60px;
    margin: 0;
  }
  .cnav.scroll .cnav-link {
    padding: 5px;
  }
}
.message {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0;
}

@media screen and (max-width: 600px) {
  .message {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .message {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .message {
    padding: 60px 0;
  }
}
.message-tit {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .message-tit {
    font-size: 18px;
  }
}
.message-tit p {
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .message-tit p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.message-tit::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#1bb3e0 25%, transparent 15%);
  background-size: 6px 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}

.features {
  background-color: #f8f8f8;
  padding: 80px 0;
}

@media screen and (max-width: 600px) {
  .features {
    padding: 60px 0;
  }
}
.features-wrap {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .features-wrap {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .features-wrap {
    margin: 0 20px;
  }
}
.features-tit {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .features-tit {
    font-size: 18px;
  }
}
.features-tit p {
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .features-tit p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.features-tit::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#1bb3e0 25%, transparent 15%);
  background-size: 6px 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 3px;
  margin: 50px 0;
}

@media screen and (max-width: 600px) {
  .features-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.features-cel {
  position: relative;
  background-color: #fff;
  padding: 30px 25px;
  z-index: 0;
}

.features-cel span {
  position: absolute;
  top: 35px;
  left: 20px;
  color: #cef3ff;
  font-family: "Jost", sans-serif;
  font-size: 75px;
  font-weight: bold;
  z-index: -1;
}

.features-cel h3 {
  position: relative;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .features-cel h3 {
    font-size: 16px;
    padding-bottom: 25px;
  }
}
.features-cel h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#1bb3e0 25%, transparent 15%);
  background-size: 6px 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10px;
}

.features-btn {
  display: block;
  width: 350px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #1bb3e0;
  text-align: center;
  border: 1px solid #1bb3e0;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin: 0 auto;
}

.features-btn:hover {
  background-color: #fff;
  color: #1bb3e0;
}

@media screen and (max-width: 600px) {
  .features-btn {
    width: 100%;
  }
}
.scholarship {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 80px 0;
}

@media screen and (max-width: 600px) {
  .scholarship {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .scholarship {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .scholarship {
    padding: 60px 0;
  }
}
.scholarship-tit {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .scholarship-tit {
    font-size: 18px;
  }
}
.scholarship-tit p {
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .scholarship-tit p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.scholarship-tit::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#1bb3e0 25%, transparent 15%);
  background-size: 6px 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}

.scholarship-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-top: 40px;
}

@media screen and (max-width: 600px) {
  .scholarship-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-top: 30px;
  }
}
.scholarship-wrap {
  background-color: #f8f8f8;
  padding: 30px 20px;
}

@media screen and (max-width: 600px) {
  .scholarship-wrap {
    padding: 25px 15px 20px;
  }
}
.scholarship-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.scholarship-course {
  font-family: "Jost", sans-serif;
  font-weight: bold;
  margin-right: 15px;
}

.scholarship-course h4 {
  font-size: 110px;
  line-height: 88px;
}

.scholarship-course p {
  font-size: 25px;
  letter-spacing: 2px;
  margin-top: -5px;
}

.scholarship-list li span {
  font-size: 20px;
  font-weight: bold;
}

.scholarship ._red {
  color: #fa1b1b;
}

.scholarship ._red a {
  background-color: #fa1b1b;
  border: 1px solid #fa1b1b;
}

.scholarship ._red a:hover {
  color: #fa1b1b;
  background-color: #fff;
}

.scholarship ._blue {
  color: #1bb3e0;
}

.scholarship ._blue a {
  background-color: #1bb3e0;
  border: 1px solid #1bb3e0;
}

.scholarship ._blue a:hover {
  color: #1bb3e0;
  background-color: #fff;
}

.scholarship-btn {
  display: block;
  width: 350px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #1bb3e0;
  text-align: center;
  border: 1px solid #1bb3e0;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin: 40px auto 0;
}

.scholarship-btn:hover {
  background-color: #fff;
  color: #1bb3e0;
}

@media screen and (max-width: 600px) {
  .scholarship-btn {
    width: 100%;
  }
}
.voice {
  background-image: radial-gradient(#cef3ff 30%, transparent 30%), radial-gradient(#cef3ff 30%, transparent 30%);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  padding: 80px 0 90px;
}

@media screen and (max-width: 600px) {
  .voice {
    padding: 60px 0;
  }
}
.voice-wrap {
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .voice-wrap {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .voice-wrap {
    margin: 0 20px;
  }
}
.voice-tit {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 600px) {
  .voice-tit {
    font-size: 18px;
  }
}
.voice-tit p {
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .voice-tit p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .voice-tit {
    margin-bottom: 20px;
  }
}
.voice-grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .voice-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.voice-cell {
  position: relative;
  display: block;
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.voice-cell:hover {
  opacity: 0.8;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.voice-cell:hover .voice-btn::before {
  -webkit-animation: arrow1 0.4s;
  animation: arrow1 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.voice-cell:hover .voice-btn::after {
  -webkit-animation: arrow2 0.4s 0.2s;
  animation: arrow2 0.4s 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.voice-thumb {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.voice-thumb img {
  width: 145%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 23%;
     object-position: 50% 23%;
}

@media screen and (max-width: 600px) {
  .voice-thumb img {
    width: 105%;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.voice-label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  font-weight: bold;
  padding: 35px 80px 40px 60px;
}

@media screen and (max-width: 600px) {
  .voice-label {
    position: initial;
    -webkit-transform: none;
            transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 5px 5px;
  }
}
.voice-name p {
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

@media screen and (max-width: 600px) {
  .voice-name p {
    font-size: 10px;
  }
}
.voice-name h3 {
  font-size: 20px;
  letter-spacing: 1px;
  margin: 5px 0 10px;
}

@media screen and (max-width: 600px) {
  .voice-name h3 {
    font-size: 16px;
    margin: 0;
  }
}
.voice-name h3 span {
  font-size: 12px;
}

.voice-btn {
  position: relative;
  font-size: 12px;
  padding: 0 35px 5px 0;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .voice-btn {
    font-size: 10px;
    padding: 0 20px 5px 0;
  }
}
.voice-btn::before,
.voice-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 8px;
  -webkit-transform: skewX(50deg);
          transform: skewX(50deg);
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}

.voice-btn::before {
  left: -5px;
}

.voice-btn::after {
  left: -105%;
}

.achieve {
  background-color: #1bb3e0;
  padding: 80px 0;
}

@media screen and (max-width: 600px) {
  .achieve {
    padding: 60px 0;
  }
}
.achieve-wrap {
  max-width: 1100px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .achieve-wrap {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .achieve-wrap {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .achieve-wrap {
    display: block;
  }
}
.achieve-tit {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  position: relative;
  padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .achieve-tit {
    font-size: 18px;
  }
}
.achieve-tit p {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .achieve-tit p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.achieve-tit::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#fff 25%, transparent 15%);
  background-size: 6px 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}

.achieve-company {
  max-width: 800px;
  background-color: #fff;
  font-size: 16px;
  margin: 25px auto 40px;
}

@media screen and (max-width: 600px) {
  .achieve-company {
    font-size: 14px;
  }
}
.achieve-company h3 {
  position: relative;
  color: #1bb3e0;
  font-weight: bold;
  border-bottom: 1px solid #1bb3e0;
  padding: 7px 0;
}

.achieve-company p {
  color: #000;
  line-height: 32px;
  letter-spacing: 1px;
  padding: 15px 30px 20px;
}

.achieve-btn {
  display: block;
  width: 350px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #1bb3e0;
  text-align: center;
  border: 1px solid #1bb3e0;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  border: 1px solid #fff;
  margin: 0 auto;
}

.achieve-btn:hover {
  background-color: #fff;
  color: #1bb3e0;
}

@media screen and (max-width: 600px) {
  .achieve-btn {
    width: 100%;
  }
}
.achieve-img {
  width: 100%;
  height: 350px;
  margin-left: 40px;
}

@media screen and (max-width: 600px) {
  .achieve-img {
    display: none;
  }
}
.achieve-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.achieve-img_sp {
  display: none;
  margin-top: 35px;
}

@media screen and (max-width: 600px) {
  .achieve-img_sp {
    display: block;
  }
}
.achieve-img_sp img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.questions {
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 600px) {
  .questions {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .questions {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .questions {
    padding: 60px 0;
  }
}
.questions-head {
  position: relative;
  text-align: center;
}

@media screen and (max-width: 600px) {
  .questions-head p {
    font-size: 11px;
  }
}
.questions-tit {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
  .questions-tit {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.questions-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.questions-line span {
  position: relative;
  display: block;
  width: 400px;
}

.questions-line span::before,
.questions-line span::after {
  content: "";
  position: absolute;
  bottom: 4px;
}

.questions-line .left::before {
  left: -15px;
  width: 27px;
  height: 15px;
  background-image: linear-gradient(to right, #1bb3e0 5px, transparent 5px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.questions-line .left::after {
  left: 17px;
  height: 45px;
  border-left: 3px solid #fa1b1b;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}

.questions-line .right::before {
  right: 0;
  height: 27px;
  border-left: 3px solid #fa1b1b;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
}

.questions-line .right::after {
  right: -15px;
  width: 45px;
  height: 30px;
  background-image: linear-gradient(to right, #1bb3e0 5px, transparent 5px);
  background-size: 10px 3px;
  background-repeat: repeat-x;
  -webkit-transform: rotate(-58deg);
          transform: rotate(-58deg);
}

@media screen and (max-width: 600px) {
  .questions-line {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .questions-line span {
    position: relative;
    display: block;
    width: 300px;
  }
  .questions-line span::before,
  .questions-line span::after {
    content: "";
    position: absolute;
    bottom: 4px;
  }
  .questions-line .left::before {
    left: -15px;
    width: 27px;
    height: 15px;
    background-image: linear-gradient(to right, #1bb3e0 5px, transparent 5px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .questions-line .left::after {
    left: 17px;
    height: 45px;
    border-left: 3px solid #fa1b1b;
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  .questions-line .right::before {
    right: 0;
    height: 27px;
    border-left: 3px solid #fa1b1b;
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  .questions-line .right::after {
    right: -15px;
    width: 45px;
    height: 30px;
    background-image: linear-gradient(to right, #1bb3e0 5px, transparent 5px);
    background-size: 10px 3px;
    background-repeat: repeat-x;
    -webkit-transform: rotate(-58deg);
            transform: rotate(-58deg);
  }
}
.questions-list {
  padding: 40px 0;
}

@media screen and (max-width: 600px) {
  .questions-list {
    padding: 20px 0;
  }
}
.questions-item {
  background-image: linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 30px 0;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .questions-item {
    padding: 15px 0;
  }
}
.questions-item:first-child {
  background-image: linear-gradient(to right, #000 1px, transparent 1px), linear-gradient(to right, #000 1px, transparent 1px);
  background-size: 5px 1px, 5px 1px;
  background-repeat: repeat-x, repeat-x;
  background-position: top, bottom;
}

.questions-label {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  padding-left: 70px;
}

@media screen and (max-width: 600px) {
  .questions-label {
    font-size: 14px;
    padding: 0 30px;
  }
}
.questions-label::before,
.questions-label::after {
  position: absolute;
}

.questions-label::before {
  content: "Q";
  top: 0;
  left: 25px;
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .questions-label::before {
    left: 0;
    font-size: 20px;
  }
}
.questions-label::after {
  content: "";
  top: 50%;
  right: 30px;
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #1bb3e0;
  border-right: 2px solid #1bb3e0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 600px) {
  .questions-label::after {
    right: 5px;
  }
}
.questions ._under::after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.questions-txt {
  position: relative;
  display: none;
  font-size: 16px;
  border-radius: 10px;
  padding: 0 0 0 70px;
  margin-top: 25px;
}

@media screen and (max-width: 600px) {
  .questions-txt {
    font-size: 14px;
    padding: 20px 20px 20px 45px;
    margin-top: 15px;
  }
}
.questions-txt::before {
  content: "A";
  position: absolute;
  top: 0;
  left: 25px;
  color: #fa1b1b;
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .questions-txt::before {
    top: 0;
    left: 20px;
    font-size: 20px;
  }
}
.questions-btn {
  display: block;
  width: 350px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #1bb3e0;
  text-align: center;
  border: 1px solid #1bb3e0;
  padding: 15px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}

.questions-btn:hover {
  background-color: #fff;
  color: #1bb3e0;
}

@media screen and (max-width: 600px) {
  .questions-btn {
    width: 100%;
  }
}
.advisor {
  position: relative;
  background-image: radial-gradient(#cef3ff 30%, transparent 30%), radial-gradient(#cef3ff 30%, transparent 30%);
  background-position: 0 0, 3px 3px;
  background-size: 6px 6px;
  max-width: 1100px;
  padding: 60px 70px;
  margin: 120px auto 140px;
  z-index: 0;
}

@media screen and (max-width: 600px) {
  .advisor {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .advisor {
    margin: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .advisor {
    padding: 40px 30px;
  }
}
.advisor-wrap {
  max-width: 710px;
}

.advisor-img {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 430px;
  height: 450px;
  overflow: hidden;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .advisor-img {
    right: 15px;
    bottom: 95px;
    width: calc(100% - 40px);
    height: 210px;
  }
}
.advisor-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% -5%;
     object-position: 50% -5%;
}

.advisor-tit {
  color: #1bb3e0;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 600px) {
  .advisor-tit {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
.advisor-btn {
  display: block;
  width: 350px;
  color: #fff;
  font-weight: 500;
  letter-spacing: 2px;
  background-color: #1bb3e0;
  text-align: center;
  border: 1px solid #1bb3e0;
  padding: 15px 0;
  margin-top: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 600px) {
  .advisor-btn {
    width: 100%;
    margin-top: 200px;
  }
}
.advisor-btn:hover {
  background-color: #fff;
  color: #1bb3e0;
}

.advisor-btn:hover span::after {
  right: -15px;
  border-right: 1px solid #1bb3e0;
  border-bottom: 1px solid #1bb3e0;
}

.advisor-btn span {
  position: relative;
  display: inline-block;
  width: 40px;
}

.advisor-btn span::after {
  content: "";
  position: absolute;
  top: -8px;
  right: 0;
  display: block;
  width: 20px;
  height: 4px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: skew(55deg);
          transform: skew(55deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media screen and (max-width: 600px) {
  .advisor {
    margin-top: 0;
    margin-bottom: 80px;
  }
}
.company {
  background-color: #f8f8f8;
  padding: 70px 0 80px;
}

@media screen and (max-width: 600px) {
  .company {
    padding: 50px 0;
  }
}
.company-wrap {
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 600px) {
  .company-wrap {
    max-width: 425px;
  }
}
@media screen and (max-width: 425px) {
  .company-wrap {
    margin: 0 20px;
  }
}
.company-tit {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  padding-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .company-tit {
    font-size: 18px;
  }
}
.company-tit p {
  color: #1bb3e0;
  font-family: "Jost", sans-serif;
  font-size: 16px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .company-tit p {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.company-tit::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#1bb3e0 25%, transparent 15%);
  background-size: 6px 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 20px;
}

.company-tit,
.company-txt {
  text-align: center;
}

.company-article {
  margin-bottom: 70px;
}

@media screen and (max-width: 600px) {
  .company-article {
    margin-bottom: 50px;
  }
}
.company-article h3 {
  position: relative;
  color: #1bb3e0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 600px) {
  .company-article h3 {
    font-size: 16px;
    text-align: center;
  }
}
.company-article h3::after {
  content: "";
  position: absolute;
  left: 0;
  width: 70px;
  height: 5px;
  background-image: radial-gradient(#1bb3e0 25%, transparent 15%);
  background-size: 6px 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -5px;
  width: 100%;
}

.company-img {
  width: 100%;
  max-width: 700px;
  margin: 50px auto 70px;
}

.company-img img {
  width: 100%;
  height: auto;
}

.company-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 600px) {
  .company-grid {
    grid-template-columns: 1fr;
  }
}
.company-img_tournament {
  width: 100%;
  aspect-ratio: 10/7;
}

.company-img_tournament img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scholarship-grid {
  grid-template-columns: 1fr 1fr;
}
@media screen and (max-width: 600px) {
  .scholarship-grid {
    grid-template-columns: 1fr;
  }
}
.scholarship-cell._c {
  margin-top: 20px;
}
.scholarship-wrap._c {
  padding: 20px;
}
@media screen and (max-width: 600px) {
  .scholarship-flex {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.scholarship-flex._c {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scholarship-label {
  position: relative;
  display: block;
  background-color: #000;
  width: 100%;
  color: #fff !important;
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 100vh;
}
@media screen and (max-width: 600px) {
  .scholarship-label {
    width: 180px;
  }
}
.scholarship-label::after {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.scholarship-label._red {
  background-color: #fa1b1b;
}
.scholarship-label._red::after {
  border-top: 10px solid #fa1b1b;
}
.scholarship-label._blue {
  background-color: #1bb3e0;
}
.scholarship-label._blue::after {
  border-top: 10px solid #1bb3e0;
}
.scholarship-label._black {
  background-color: #000;
}
.scholarship-label._black::after {
  border-top: 10px solid #000;
}
.scholarship-label._c::after {
  position: absolute;
  bottom: 50%;
  left: auto;
  right: -19px;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 10px solid #000;
}
.scholarship-course._c {
  margin-right: 35px;
}
.scholarship-course._c h4 {
  font-size: 90px;
  line-height: 70px;
}
.scholarship-course._c p {
  font-size: 20px;
  letter-spacing: 1px;
  margin: -5px 0 0 5px;
}
.scholarship-inner {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scholarship-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
}
@media screen and (max-width: 600px) {
  .scholarship-list {
    grid-template-columns: 1fr;
    row-gap: 5px;
    margin-top: 10px;
  }
}
.scholarship-list._c {
  margin-top: 0;
}
.scholarship-list li {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
  padding: 0 10px;
}
@media screen and (max-width: 600px) {
  .scholarship-list li {
    padding: 0;
  }
}
.scholarship-list li:nth-child(2) {
  position: relative;
}
.scholarship-list li:nth-child(2)::before, .scholarship-list li:nth-child(2)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 600px) {
  .scholarship-list li:nth-child(2)::before, .scholarship-list li:nth-child(2)::after {
    display: none;
  }
}
.scholarship-list li:nth-child(2)::before {
  left: 0;
}
.scholarship-list li:nth-child(2)::after {
  right: 0;
}
.scholarship-list li:nth-child(2)._red::before, .scholarship-list li:nth-child(2)._red::after {
  background-color: #fa1b1b;
}
.scholarship-list li:nth-child(2)._blue::before, .scholarship-list li:nth-child(2)._blue::after {
  background-color: #1bb3e0;
}