@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,500&display=swap");
ol li {
  list-style: none;
}

em {
  font-style: normal;
}

.bnr {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bnr:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}
@media screen and (max-width: 640px) {
  .bnr:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.bnr-tel {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  .bnr-tel {
    pointer-events: auto;
  }
}

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

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

.yellow-line {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffff66));
  background: linear-gradient(transparent 60%, #ffff66 60%);
  font-weight: 500;
  display: inline-block;
}

.anchor-offset {
  padding-top: 80px;
  margin-top: -80px;
}
@media screen and (max-width: 640px) {
  .anchor-offset {
    padding-top: 40px;
    margin-top: -40px;
  }
}

.article {
  overflow-x: hidden;
}

.single-block-contents {
  margin: 48px auto 0;
}
.single-block-contents ul li .limit {
  color: #fff;
  background: #EA6168;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}

.single-block__inner, .m-articleContents__box__inner {
  margin: 0;
}

.m-articleContents__box__inner p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .m-articleContents__box__inner p {
    font-size: 14px;
  }
}

.fv .single-fv-block-title {
  font-size: 26px;
}
@media screen and (max-width: 640px) {
  .fv .single-fv-block-title {
    font-size: 24px;
    line-height: 1.3;
  }
}

.fv .single-fv-block-outline-txt {
  display: initial;
  -webkit-box-orient: initial;
  -webkit-line-clamp: initial;
}

.imgBox p + p {
  line-height: 1.5;
  margin-top: 15px !important;
}

.imgBox p + p + p {
  margin-top: 8px !important;
}

.archive-block {
  margin: 120px 0 115px;
}
@media screen and (max-width: 640px) {
  .archive-block {
    margin: 60px 0 55px;
  }
}

.m-articleContents__box__inner ul,
.m-articleContents__box__inner ol {
  padding: 0;
  margin: 0;
  line-height: inherit;
}

.m-articleContents__box__inner ul li,
.m-articleContents__box__inner ol li {
  list-style: none;
}

.single-block-contents ul li .limit {
  color: #fff;
  background: #FF5555;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  border-radius: 6px;
  padding: 1px 10px 2px;
  margin-left: 10px;
}
@media screen and (max-width: 640px) {
  .single-block-contents ul li .limit {
    font-size: 14px;
    padding: 0px 6px 1px;
    margin-left: 16px;
  }
}
.single-block-contents ul li .limit.web {
  background: #F0883E;
}

.fv {
  padding-top: 48px;
}

.top-txt {
  margin-top: 52px;
}
@media screen and (max-width: 640px) {
  .top-txt {
    margin-top: 40px;
  }
}
.top-txt__txt {
  line-height: 1.8 !important;
}
@media screen and (max-width: 640px) {
  .top-txt__txt {
    font-size: 14px !important;
  }
}
.top-txt__txt .txtBold {
  font-weight: 700;
}
.top-txt__note {
  font-size: 13px;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .top-txt__note {
    font-size: 12px;
    margin-top: 10px;
  }
}
.top-txt__source {
  font-size: 13px;
  line-height: 1.8;
  text-align: right;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .top-txt__source {
    font-size: 12px;
    margin-top: 40px;
  }
}

.sectionTit {
  position: relative;
  color: #1968A2;
  font-size: 26px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  border-top: 2px solid #1968A2;
  border-bottom: 2px solid #1968A2;
  padding: 44px 0 32px;
}
@media screen and (max-width: 640px) {
  .sectionTit {
    font-size: 18px !important;
    letter-spacing: -0.05em;
    border-top: 1px solid #1968A2;
    border-bottom: 1px solid #1968A2;
    padding: 32px 0 14px;
  }
}
.sectionTit::before {
  content: "";
  background: url(../uploads/challengesup_ico-secTit.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -54px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 133px;
  height: 89px;
}
@media screen and (max-width: 640px) {
  .sectionTit::before {
    top: -24px;
    width: 68px;
    height: 48px;
  }
}

.sectionTopTxt {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .sectionTopTxt {
    margin-top: 20px;
  }
}

.pointTit {
  color: #006EB6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 42px;
}
@media screen and (max-width: 640px) {
  .pointTit {
    gap: 36px;
  }
}
.pointTit__numWrap {
  position: relative;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media screen and (max-width: 640px) {
  .pointTit__numWrap {
    gap: 3px;
  }
}
.pointTit__numWrap::before {
  content: "";
  background: #006EB6;
  position: absolute;
  top: 50%;
  right: -22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 44px;
}
@media screen and (max-width: 640px) {
  .pointTit__numWrap::before {
    right: -19px;
    height: 39px;
  }
}
.pointTit__numWrap__point {
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .pointTit__numWrap__point {
    font-size: 11px;
  }
}
.pointTit__numWrap__num {
  font-family: "Inter", sans-serif;
  font-size: 35px;
}
@media screen and (max-width: 640px) {
  .pointTit__numWrap__num {
    font-size: 31px;
  }
}
.pointTit__txt {
  font-size: 22px !important;
  font-weight: 700;
  line-height: 1.5 !important;
}
@media screen and (max-width: 640px) {
  .pointTit__txt {
    font-size: 19px !important;
  }
}

.waveHead {
  color: #006EB6;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .waveHead {
    font-size: 16px !important;
  }
}
.waveHead span {
  position: relative;
  display: inline-block;
}
.waveHead span::before {
  content: "";
  background: url(../uploads/challengesup_ico_wave.png) no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  height: 5px;
}
@media screen and (max-width: 640px) {
  .waveHead span::before {
    bottom: -7px;
    width: 164px;
  }
}

.staffInfo {
  border: 2px solid #006EB6;
  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: 48px 52px 40px;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .staffInfo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 22px;
    padding: 20px 20px 24px;
    margin-top: 50px;
  }
}
.staffInfo__img {
  width: 31.75%;
}
@media screen and (max-width: 640px) {
  .staffInfo__img {
    width: 43.75%;
  }
}
.staffInfo__body {
  width: 63.75%;
}
@media screen and (max-width: 640px) {
  .staffInfo__body {
    width: 100%;
  }
}
.staffInfo__body__tit {
  position: relative;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .staffInfo__body__tit {
    font-size: 13px !important;
    border-bottom: 2px solid #333;
    padding-bottom: 8px;
  }
}
.staffInfo__body__tit::before {
  content: "";
  background-color: #fff;
  background-image: url(../uploads/switch-to-led_challengesup-staffInfo-icoTit.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 12px;
}
@media screen and (max-width: 640px) {
  .staffInfo__body__tit::before {
    bottom: -10px;
    width: 10px;
    height: 10px;
  }
}
.staffInfo__body__tit span {
  position: relative;
  display: inline-block;
}
.staffInfo__body__tit span::before {
  content: "";
  background: url(../uploads/switch-to-led_challengesup-staffInfo-ico.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: -12px;
  right: -24px;
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  width: 28px;
  height: 19px;
}
@media screen and (max-width: 640px) {
  .staffInfo__body__tit span::before {
    right: -28px;
  }
}
.staffInfo__body__title {
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .staffInfo__body__title {
    font-size: 13px !important;
    margin-top: 12px;
  }
}
.staffInfo__body__name {
  font-size: 26px !important;
  font-weight: 900;
  line-height: 1.5 !important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .staffInfo__body__name {
    font-size: 16px !important;
  }
}
.staffInfo__body__name span {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .staffInfo__body__name span {
    font-size: 10px;
  }
}
.staffInfo__body__txt {
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .staffInfo__body__txt {
    line-height: 1.6 !important;
  }
}

.point {
  margin-top: 148px;
}
@media screen and (max-width: 640px) {
  .point {
    margin-top: 74px;
  }
}
.point__whatSup {
  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;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .point__whatSup {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 20px;
  }
}
.point__whatSup__img {
  width: 20%;
}
@media screen and (max-width: 640px) {
  .point__whatSup__img {
    width: 34%;
  }
}
.point__whatSup__body {
  width: 77%;
}
@media screen and (max-width: 640px) {
  .point__whatSup__body {
    width: 64%;
  }
}
.point__whatSup__tit {
  color: #E76F1A;
  font-size: 20px !important;
  font-weight: 500;
  line-height: 1.5 !important;
  text-align: center;
  border: 2px dotted #E76F1A;
  border-radius: 60px;
  display: inline-block;
  max-width: 187px;
  width: 100%;
  padding: 3px 0;
}
@media screen and (max-width: 640px) {
  .point__whatSup__tit {
    font-size: 14px !important;
    max-width: 122px;
    padding: 1px 0;
  }
}
.point__whatSup__txt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .point__whatSup__txt {
    margin-top: 8px;
  }
}
.point__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .point__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.point__wrap__item {
  background: #F4F8FF;
  width: 48%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .point__wrap__item {
    width: 100%;
  }
}
.point__wrap__item--w100 {
  width: 100%;
}
.point__wrap__topTxt {
  font-size: 15px !important;
  line-height: 1.5 !important;
  letter-spacing: 0.03em;
  margin-top: 12px;
}
@media screen and (max-width: 640px) {
  .point__wrap__topTxt {
    font-size: 14px !important;
    line-height: 1.8 !important;
    letter-spacing: 0;
    margin-top: 8px;
  }
}
.point__wrap__course {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .point__wrap__course {
    gap: 6px;
    margin-top: 12px;
  }
}
.point__wrap__course--adjust {
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .point__wrap__course--adjust {
    margin-top: 12px;
  }
}
.point__wrap__course .courseTag {
  color: #fff;
  background: #F08300;
  font-weight: 700;
  line-height: 1.5 !important;
  padding: 3px 12px 5px;
}
@media screen and (max-width: 640px) {
  .point__wrap__course .courseTag {
    padding: 3px 10px 4px;
  }
}
.point__wrap__course .courseName {
  font-weight: 500;
  line-height: 1.5 !important;
}
.point__wrap__img {
  width: 68%;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .point__wrap__img {
    width: 70%;
    margin: 12px auto 0;
  }
}
.point__wrap__txt {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .point__wrap__txt {
    margin-top: 12px;
  }
}
.point__wrap__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .point__wrap__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.point__wrap__flexItem {
  width: 45.5%;
}
@media screen and (max-width: 640px) {
  .point__wrap__flexItem {
    width: 100%;
  }
}
.point .column {
  background: #006EB6;
  padding: 40px 40px 30px;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .point .column {
    position: relative;
    padding: 28px 0 30px;
    margin-top: 50px;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .point .column::after {
    content: "";
    background: #006EB6;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 115%;
    height: 100%;
    z-index: -1;
  }
}
.point .column__titWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
@media screen and (max-width: 640px) {
  .point .column__titWrap {
    -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;
    gap: 16px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.point .column__titWrap__head {
  color: #006EB6;
  background: #fff;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  padding: 4px 42px;
}
@media screen and (max-width: 640px) {
  .point .column__titWrap__head {
    font-size: 18px !important;
    padding: 3px 20px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.point .column__titWrap__txt {
  color: #fff;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.5 !important;
}
@media screen and (max-width: 640px) {
  .point .column__titWrap__txt {
    font-size: 19px !important;
  }
}
.point .column__txt {
  color: #fff;
  line-height: 1.5 !important;
  letter-spacing: 0.005em;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .point .column__txt {
    margin-top: 10px;
  }
}
.point .column__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .point .column__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
}
.point .column__wrap__img {
  color: #fff;
  width: 44.5%;
}
@media screen and (max-width: 640px) {
  .point .column__wrap__img {
    width: 100%;
  }
}
.point .column__wrap__imgTxt {
  font-size: 14px !important;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .point .column__wrap__imgTxt {
    font-size: 13px !important;
    margin-top: 8px;
  }
}
.point .column__wrap__present {
  color: #fff;
  background: #2985C2;
  width: 51.5%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px 18px 20px 0;
}
@media screen and (max-width: 640px) {
  .point .column__wrap__present {
    position: relative;
    width: 100%;
    padding: 18px 0;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .point .column__wrap__present::after {
    content: "";
    background: #2985C2;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 112%;
    height: 100%;
    z-index: -1;
  }
}
.point .column__wrap__presentTit {
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .point .column__wrap__presentTit {
    font-size: 18px !important;
  }
}
.point .column__wrap__presentWrap {
  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;
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  .point .column__wrap__presentWrap {
    margin-top: 8px;
  }
}
.point .column__wrap__presentImg {
  width: 32%;
}
@media screen and (max-width: 640px) {
  .point .column__wrap__presentImg {
    width: 30%;
  }
}
.point .column__wrap__presentBody {
  width: 68%;
}
@media screen and (max-width: 640px) {
  .point .column__wrap__presentBody {
    width: 70%;
  }
}
.point .column__wrap__presentBodyTit {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 1.3 !important;
}
@media screen and (max-width: 640px) {
  .point .column__wrap__presentBodyTit {
    font-size: 16px !important;
    line-height: 1.5 !important;
  }
}
.point .column__wrap__presentBodyTxt {
  font-size: 14px !important;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .point .column__wrap__presentBodyTxt {
    font-size: 13px !important;
    margin-top: 7px;
  }
}
.point .column__wrap__presentBodyLink {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .point .column__wrap__presentBodyLink {
    font-size: 12px !important;
    margin-top: 6px;
  }
}
.point .column__wrap__presentBodyLink a {
  color: #FF6 !important;
  border-bottom: 1px dashed #FF6 !important;
}

.thingsYouShouldKnow {
  margin-top: 148px;
}
@media screen and (max-width: 640px) {
  .thingsYouShouldKnow {
    margin-top: 74px;
  }
}
.thingsYouShouldKnow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 48px;
}
@media screen and (max-width: 640px) {
  .thingsYouShouldKnow__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.thingsYouShouldKnow__wrap__item {
  border: 1px solid #006EB6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  width: 48%;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .thingsYouShouldKnow__wrap__item {
    width: 100%;
  }
}
.thingsYouShouldKnow__wrap__txt {
  font-size: 15px !important;
  line-height: 1.5 !important;
}
@media screen and (max-width: 640px) {
  .thingsYouShouldKnow__wrap__txt {
    font-size: 14px !important;
    line-height: 1.8 !important;
  }
}

.basics {
  margin-top: 148px;
}
@media screen and (max-width: 640px) {
  .basics {
    margin-top: 74px;
  }
}
.basics__topWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .basics__topWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.basics__topWrap__txt {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .basics__topWrap__txt {
    width: 100%;
  }
}
.basics__topWrap__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .basics__topWrap__img {
    width: 100%;
  }
}
.basics .waveHead {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .basics .waveHead {
    margin-top: 22px;
  }
}
.basics__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .basics__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 18px;
  }
}
.basics__wrap__img {
  width: 48%;
}
.basics__wrap__body {
  width: 48%;
}
.basics__wrap__guideline {
  position: relative;
  width: 92%;
  margin: 20px auto 0;
}
@media screen and (max-width: 640px) {
  .basics__wrap__guideline {
    width: 74.5%;
    margin: 12px 0 0 28px;
  }
}
.basics__wrap__guideline.pcOn {
  display: block !important;
}
@media screen and (max-width: 640px) {
  .basics__wrap__guideline.pcOn {
    display: none !important;
  }
}
.basics__wrap__guideline.spOn {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .basics__wrap__guideline.spOn {
    display: block !important;
  }
}
.basics__wrap__guidelineTxt {
  position: absolute;
  bottom: 60px;
  right: -28px;
  width: 49%;
}
@media screen and (max-width: 640px) {
  .basics__wrap__guidelineTxt {
    bottom: 11.25%;
    right: -15.5%;
    width: 64.5%;
  }
}
.basics__wrap + .basics__wrap {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .basics__wrap + .basics__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 640px) {
  .basics__wrap + .basics__wrap .basics__wrap__img {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .basics__wrap + .basics__wrap .basics__wrap__body {
    width: 100%;
  }
}

.standUp {
  margin-top: 148px;
}
@media screen and (max-width: 640px) {
  .standUp {
    margin-top: 74px;
  }
}
.standUp__topWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .standUp__topWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.standUp__topWrap__txt {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .standUp__topWrap__txt {
    width: 100%;
  }
}
.standUp__topWrap__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .standUp__topWrap__img {
    width: 100%;
  }
}
.standUp .waveHead {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .standUp .waveHead {
    margin-top: 20px;
  }
}
.standUp__img01 {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .standUp__img01 {
    margin-top: 22px;
  }
}
.standUp__img02 {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .standUp__img02 {
    margin-top: 16px;
  }
}
.standUp__imgTxt {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .standUp__imgTxt {
    margin-top: 4px;
  }
}
.standUp__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .standUp__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
    margin-top: 16px;
  }
}
.standUp__wrap__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .standUp__wrap__img {
    width: 100%;
  }
}
.standUp__wrap__body {
  background: #F4F8FF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 48%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  .standUp__wrap__body {
    width: 100%;
    padding: 15px;
  }
}
.standUp__wrap__bodyImg {
  width: 47.75%;
}
@media screen and (max-width: 640px) {
  .standUp__wrap__bodyImg {
    width: 48%;
  }
}
.standUp__wrap__bodyWrap {
  width: 47.75%;
}
@media screen and (max-width: 640px) {
  .standUp__wrap__bodyWrap {
    width: 48%;
  }
}
.standUp__wrap__bodyWrap .waveHead {
  font-size: 18px !important;
  text-align: left;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .standUp__wrap__bodyWrap .waveHead {
    font-size: 15px !important;
  }
}
.standUp__wrap__bodyWrap .waveHead span::before {
  bottom: -6px;
  width: 131px;
}
@media screen and (max-width: 640px) {
  .standUp__wrap__bodyWrap .waveHead span::before {
    width: 106px;
  }
}
.standUp__wrap__bodyTxt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .standUp__wrap__bodyTxt {
    margin-top: 10px;
  }
}

.paddle {
  margin-top: 148px;
}
@media screen and (max-width: 640px) {
  .paddle {
    margin-top: 74px;
  }
}
.paddle__topWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .paddle__topWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
}
.paddle__topWrap__txt {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .paddle__topWrap__txt {
    width: 100%;
  }
}
.paddle__topWrap__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .paddle__topWrap__img {
    width: 100%;
  }
}
.paddle .waveHead {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .paddle .waveHead {
    margin-top: 20px;
  }
}
.paddle .waveHead .smTxt {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .paddle .waveHead .smTxt {
    font-size: 14px;
  }
}
.paddle .waveHead .smTxt::before {
  content: none;
}
.paddle__img01 {
  margin-top: 32px;
}
@media screen and (max-width: 640px) {
  .paddle__img01 {
    margin-top: 18px;
  }
}
.paddle__imgTxt {
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .paddle__imgTxt {
    margin-top: 12px;
  }
}
.paddle__img02 {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .paddle__img02 {
    margin-top: 20px;
  }
}
.paddle .column {
  background: #F4F8FF;
  padding: 48px 40px 100px;
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  .paddle .column {
    position: relative;
    padding: 28px 0 30px;
    margin-top: 50px;
    z-index: 1;
  }
}
@media screen and (max-width: 640px) {
  .paddle .column::after {
    content: "";
    background: #F4F8FF;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 115%;
    height: 100%;
    z-index: -1;
  }
}
.paddle .column__titWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
@media screen and (max-width: 640px) {
  .paddle .column__titWrap {
    -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;
    gap: 16px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.paddle .column__titWrap__head {
  color: #006EB6;
  background: #fff;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  padding: 4px 42px;
}
@media screen and (max-width: 640px) {
  .paddle .column__titWrap__head {
    font-size: 18px !important;
    padding: 3px 20px;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
}
.paddle .column__titWrap__txt {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.5 !important;
}
@media screen and (max-width: 640px) {
  .paddle .column__titWrap__txt {
    font-size: 19px !important;
  }
}
.paddle .column__txt {
  margin-top: 16px;
}
.paddle .column .waveHead {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .paddle .column .waveHead {
    margin-top: 12px;
  }
}
.paddle .column .waveHead span::before {
  bottom: -6px;
  width: 140px;
}
@media screen and (max-width: 640px) {
  .paddle .column .waveHead span::before {
    width: 114px;
  }
}
.paddle .column__item {
  background: #fff;
  padding: 20px;
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .paddle .column__item {
    padding: 10px;
    margin-top: 20px;
  }
}
.paddle .column__item .pointTit {
  gap: 25px;
}
@media screen and (max-width: 640px) {
  .paddle .column__item .pointTit {
    gap: 16px;
  }
}
.paddle .column__item .pointTit__numWrap::before {
  right: -14px;
}
@media screen and (max-width: 640px) {
  .paddle .column__item .pointTit__numWrap::before {
    right: -9px;
    height: 28px;
  }
}
.paddle .column__item .pointTit__numWrap__point {
  font-size: 10px;
}
@media screen and (max-width: 640px) {
  .paddle .column__item .pointTit__numWrap__point {
    font-size: 8px;
  }
}
.paddle .column__item .pointTit__numWrap__num {
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .paddle .column__item .pointTit__numWrap__num {
    font-size: 22px;
  }
}
@media screen and (max-width: 640px) {
  .paddle .column__item .pointTit__txt {
    font-size: 15px !important;
  }
}
.paddle .column__item__txt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .paddle .column__item__txt {
    margin-top: 10px;
  }
}
.paddle .column__item__img01 {
  max-width: 182px;
  margin: 8px auto 0;
}
@media screen and (max-width: 640px) {
  .paddle .column__item__img01 {
    max-width: none;
    width: 29%;
    margin: 12px auto 0;
  }
}
.paddle .column__item__img02 {
  max-width: 608px;
  margin: 8px auto 0;
}
@media screen and (max-width: 640px) {
  .paddle .column__item__img02 {
    max-width: none;
    margin: 12px auto 0;
  }
}
.paddle .column__item__img03 {
  max-width: 182px;
  margin: 8px auto 0;
}
@media screen and (max-width: 640px) {
  .paddle .column__item__img03 {
    max-width: none;
    width: 29%;
    margin: 12px auto 0;
  }
}
@media screen and (max-width: 640px) {
  .paddle .column__item + .column__item {
    margin-top: 16px;
  }
}
.paddle .column__img {
  max-width: 420px;
  margin: 24px auto 0;
}
@media screen and (max-width: 640px) {
  .paddle .column__img {
    max-width: none;
    margin: 16px auto 0;
  }
}

.results {
  margin-top: 148px;
}
@media screen and (max-width: 640px) {
  .results {
    margin-top: 74px;
  }
}
.results__topImg {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .results__topImg {
    margin-top: 20px;
  }
}
.results__participants01 {
  margin-top: 24px;
}
@media screen and (max-width: 640px) {
  .results__participants01 {
    margin-top: 20px;
  }
}
.results__participants02 {
  max-width: 410px;
  margin: 60px auto 0;
}
@media screen and (max-width: 640px) {
  .results__participants02 {
    max-width: none;
    width: 62%;
    margin: 20px auto 0;
  }
}

.supSpots {
  margin-top: 148px;
}
@media screen and (max-width: 640px) {
  .supSpots {
    margin-top: 74px;
  }
}
.supSpots__topWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .supSpots__topWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 24px;
  }
}
.supSpots__topWrap__txt {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .supSpots__topWrap__txt {
    width: 100%;
  }
}
.supSpots__topWrap__img {
  width: 48%;
}
@media screen and (max-width: 640px) {
  .supSpots__topWrap__img {
    width: 100%;
  }
}
.supSpots__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .supSpots__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.supSpots__item {
  position: relative;
  background: #F4F8FF;
  width: 48.125%;
  padding: 42px 30px;
}
@media screen and (max-width: 640px) {
  .supSpots__item {
    width: 94%;
    padding: 38px 20px;
    margin: 0 auto;
  }
}
.supSpots__item::before, .supSpots__item::after {
  content: "";
  background: url(../uploads/challengesup_ico_wave03.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 330px;
  height: 7px;
}
@media screen and (max-width: 640px) {
  .supSpots__item::before, .supSpots__item::after {
    width: 275px;
    height: 6px;
  }
}
.supSpots__item::before {
  top: 20px;
}
.supSpots__item::after {
  bottom: 20px;
}
.supSpots__item__tag {
  background: #FF6;
  font-weight: 700;
  line-height: 1.5 !important;
  display: inline-block;
  padding: 4px 12px;
}
@media screen and (max-width: 640px) {
  .supSpots__item__tag {
    padding: 4px 10px;
  }
}
.supSpots__item__tit {
  font-size: 24px !important;
  font-weight: 500;
  line-height: 1 !important;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .supSpots__item__tit {
    font-size: 20px !important;
    margin-top: 12px;
  }
}
.supSpots__item__tit .area {
  font-size: 16px !important;
}
@media screen and (max-width: 640px) {
  .supSpots__item__tit .area {
    font-size: 13px !important;
  }
}
.supSpots__item__img {
  margin-top: 20px;
}
@media screen and (max-width: 640px) {
  .supSpots__item__img {
    margin-top: 16px;
  }
}
.supSpots__item__txt {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .supSpots__item__txt {
    margin-top: 12px;
  }
}
.supSpots__item__address {
  font-size: 15px !important;
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .supSpots__item__address {
    font-size: 13px !important;
  }
}
.supSpots__item__link {
  margin-top: 8px;
}

.bottomInfo {
  position: relative;
  background: #3C91D9;
  max-width: 700px;
  padding: 40px;
  margin: 120px auto 0;
}
@media screen and (max-width: 640px) {
  .bottomInfo {
    width: 86.5%;
    padding: 30px 20px;
    margin: 60px auto 0;
  }
}
.bottomInfo__tit {
  color: #3C91D9;
  background: #fff;
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.5 !important;
  border: 2px solid #3C91D9;
  position: absolute;
  top: -18px;
  left: 40px;
  display: inline-block;
  padding: 2px 14px;
}
@media screen and (max-width: 640px) {
  .bottomInfo__tit {
    font-size: 15px !important;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    padding: 2px 8px;
  }
}
.bottomInfo__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .bottomInfo__wrap {
    -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;
    gap: 18px;
  }
}
.bottomInfo__wrap__img {
  width: 58%;
}
@media screen and (max-width: 640px) {
  .bottomInfo__wrap__img {
    width: 100%;
  }
}
.bottomInfo__wrap__body {
  color: #fff;
  width: 36.75%;
}
@media screen and (max-width: 640px) {
  .bottomInfo__wrap__body {
    width: 100%;
  }
}
.bottomInfo__wrap__tit {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.5 !important;
}
@media screen and (max-width: 640px) {
  .bottomInfo__wrap__tit {
    font-size: 21px !important;
  }
}
.bottomInfo__wrap__address {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .bottomInfo__wrap__address {
    font-size: 13px !important;
  }
}
.bottomInfo__wrap__txt {
  font-size: 14px !important;
  margin-top: 8px;
}
.bottomInfo__wrap__link {
  font-size: 14px !important;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .bottomInfo__wrap__link {
    font-size: 12px !important;
  }
}
.bottomInfo__wrap__link a {
  color: #FF6 !important;
  border-bottom: 1px dashed #FF6 !important;
}