header {
  background-color: #fff;
}
.main {
  padding-top: 98px;
}
@media screen and (max-width: 480px) {
  .main {
    padding-top: 56px;
  }
}
.main::before {
  content: "";
  display: block;
  inset: 0;
  background-image: url(../img/aie-amazing/bg_main.webp);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.ttl_section .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 36px;
  padding-bottom: 6px;
}
.ttl_section .ttl {
  width: calc(706 / 1160 * 100%);
}
.ttl_section .sub_ttl {
  width: calc(349 / 1160 * 100%);
  margin-bottom: 6px;
}
.program_section {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(245, 178, 178, 0.8);
  position: relative;
  z-index: 1;
}
.program_section::before {
  content: "";
  display: block;
  width: 59px;
  aspect-ratio: 1;
  background-image: url(../img/aie-amazing/plus.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: calc(-59px / 2);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.program_section .content {
  position: relative;
}
.program_section .belt {
  position: absolute;
  top: 0;
  height: 100%;
  width: auto;
  left: calc(19 / 1160 * 100%);
  top: 0;
  z-index: 1;
}
.program_section .belt img {
  height: 100%;
  width: auto;
}
.program_section .box {
  background-color: #fff;
}
.program_section .box.programs {
  padding: 15px calc(26 / 1160 * 100%) 20px calc(136 / 1160 * 100%);
}
.program_section .box.courses {
  padding: 26px calc(26 / 1160 * 100%) 26px calc(136 / 1160 * 100%);
  margin-top: 10px;
}
.program_section .program {
  width: calc(998 / 1160 * 100%);
  margin-right: auto;
}
.program_section .course_list {
  display: flex;
  justify-content: space-between;
  margin-left: 0.8vw;
}
.program_section .course_item {
  flex: 1;
}
.program_section .course_item .item_btn {
  width: clamp(0px, calc(146 / 1366 * 100vw), 146px);
  aspect-ratio: 3.5609756098;
  margin-inline: auto;
  margin-top: 19px;
}
.program_section .course_item .item_btn a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 12px;
  line-height: normal;
  font-weight: 500;
  border-radius: 24px;
  transition: 0.5s;
  border: 1px solid;
}
.program_section .course_item .item_btn a::after {
  content: "";
  display: block;
  width: 8px;
  aspect-ratio: 1.6;
  background-size: contain;
  background-repeat: no-repeat;
}
.program_section .course_item:nth-child(1) .item_btn a {
  border-color: #EE86A8;
  color: #EE86A8;
}
.program_section .course_item:nth-child(1) .item_btn a::after {
  background-image: url(../img/aie-amazing/arrow1.svg);
}
.program_section .course_item:nth-child(1) .item_btn a:hover {
  background-color: #FFE8F2;
}
.program_section .course_item:nth-child(2) .item_btn a {
  border-color: #56B5E0;
  color: #56B5E0;
}
.program_section .course_item:nth-child(2) .item_btn a::after {
  background-image: url(../img/aie-amazing/arrow2.svg);
}
.program_section .course_item:nth-child(2) .item_btn a:hover {
  background-color: #E0F5FF;
}
.program_section .course_item:nth-child(3) .item_btn a {
  border-color: #FE717C;
  color: #FE717C;
}
.program_section .course_item:nth-child(3) .item_btn a::after {
  background-image: url(../img/aie-amazing/arrow3.svg);
}
.program_section .course_item:nth-child(3) .item_btn a:hover {
  background-color: #FFE3E5;
}
.program_section .course_item:nth-child(4) .item_btn a {
  border-color: #F29A63;
  color: #F29A63;
}
.program_section .course_item:nth-child(4) .item_btn a::after {
  background-image: url(../img/aie-amazing/arrow4.svg);
}
.program_section .course_item:nth-child(4) .item_btn a:hover {
  background-color: #FFE6D6;
}
.program_section .course_item:nth-child(5) .item_btn a {
  border-color: #757CBB;
  color: #757CBB;
}
.program_section .course_item:nth-child(5) .item_btn a::after {
  background-image: url(../img/aie-amazing/arrow5.svg);
}
.program_section .course_item:nth-child(5) .item_btn a:hover {
  background-color: #E3E6FF;
}
.license_section {
  padding-top: 32px;
  padding-bottom: 32px;
  background-color: rgba(187, 220, 244, 0.8);
}
.license_section .content {
  background-color: #fff;
  display: flex;
  gap: calc(32 / 1160 * 100%);
  padding: calc(40 / 1160 * 100%) calc(54 / 1160 * 100%) calc(40 / 1160 * 100%) calc(26 / 1160 * 100%);
}
.license_section .left {
  flex: 1;
}
.license_section .right {
  width: calc(452 / 1160 * 100%);
  position: relative;
}
.license_section .right::before {
  content: "";
  display: block;
  width: calc(180 / 1366 * 100vw);
  max-width: 180px;
  aspect-ratio: 1.44;
  background-image: url(../img/aie-amazing/rate.webp);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: calc(-114 / 1366 * 100vw);
  top: calc(-18 / 1366 * 100vw);
  z-index: 1;
}
@media (min-width: 1366px) {
  .license_section .right::before {
    left: -114px;
    top: -18px;
  }
}
.license_section .heading {
  width: calc(576 / 602 * 100%);
}
.license_section .head {
  margin-top: 32px;
}
.license_section .textarea {
  width: calc(555 / 602 * 100%);
  margin-inline: auto;
  margin-top: 30px;
}
.license_section .txt {
  font-size: clamp(14px, calc(16 / 1366 * 100vw), 16px);
  line-height: calc(27 / 16);
  font-weight: 500;
  margin-top: 7px;
}
.license_section .notes {
  margin-top: 40px;
}
.license_section .note {
  position: relative;
  z-index: 0;
}
.license_section .note::before {
  content: "";
  display: block;
  width: 105%;
  aspect-ratio: 19.1538461538;
  background-color: #FEF100;
  position: absolute;
  bottom: -14%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.license_section .note:nth-child(1) {
  width: calc(416 / 555 * 100%);
}
.license_section .note:nth-child(2) {
  width: calc(237 / 555 * 100%);
  margin-top: 18px;
  margin-left: auto;
}
.license_section .flow {
  margin-top: 12px;
}
.experience_section {
  padding-top: clamp(0px, calc(85 / 1366 * 100vw), 85px);
  padding-bottom: clamp(0px, calc(133 / 1366 * 100vw), 133px);
}
.experience_section .container {
  width: calc(1260 / 1366 * 100%);
}
.experience_section .experience_list {
  padding: 0 min(calc(48 / 1366 * 100vw), 48px);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 0;
}
.experience_section .experience_list::before {
  content: "";
  display: block;
  width: 100%;
  height: 86%;
  position: absolute;
  bottom: calc(33 / 1366 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  opacity: 0.8;
  border-radius: clamp(0px, calc(50 / 1366 * 100vw), 50px);
}
@media (min-width: 1366px) {
  .experience_section .experience_list::before {
    bottom: 33px;
  }
}
.experience_section .experience_item.item1 {
  width: min(calc(596 / 1366 * 100vw), 596px);
}
.experience_section .experience_item.item2 {
  width: min(calc(580 / 1366 * 100vw), 580px);
}
.experience_section .experience_item.item3 {
  width: min(calc(608 / 1366 * 100vw), 608px);
  margin-inline: auto;
}
.experience_section .karakime::before {
  background-color: #F5B2B2;
}
.experience_section .correspondence {
  margin-top: 30px;
  width: min(695 / 1366 * 100vw, 695px);
  margin-inline: auto;
}
.experience_section .correspondence::before {
  background-color: #BBDCF4;
}
@media screen and (max-width: 480px) {
  .ttl_section .flex {
    flex-direction: column;
    align-items: flex-end;
  }
  .ttl_section .ttl {
    width: 100%;
  }
  .ttl_section .sub_ttl {
    width: 50%;
  }
  .program_section::before {
    width: 40px;
    bottom: calc(-40px / 2);
  }
  .program_section .box.programs, .program_section .box.courses {
    overflow-x: auto;
    padding-left: 30vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .program_section .box.programs::-webkit-scrollbar, .program_section .box.courses::-webkit-scrollbar {
    display: none;
  }
  .program_section .program {
    width: 250vw;
  }
  .program_section .courses_wrap {
    width: 250vw;
  }
  .program_section .course_list {
    margin-left: 4vw;
  }
  .program_section .course_item .item_btn {
    width: 70%;
  }
  .license_section .content {
    flex-direction: column;
    gap: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .license_section .head {
    width: 100vw;
    margin: 24px calc(50% - 50vw) 16px;
  }
  .license_section .notes {
    margin-top: 16px;
  }
  .license_section .note:nth-child(1) {
    width: 100%;
  }
  .license_section .note:nth-child(2) {
    width: 70%;
    margin-top: 16px;
  }
  .experience_section .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .experience_section .experience_list {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 0;
  }
  .experience_section .correspondence {
    width: 100%;
  }
  .experience_section .experience_item {
    width: 100%;
  }
  .experience_section .experience_item.item1 {
    width: 100%;
  }
  .experience_section .experience_item.item2 {
    width: 100%;
  }
  .experience_section .experience_item.item3 {
    width: 100%;
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Faie-jhm.ctag-dev10.xyz%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2Faie-jhm-2026%2Fsrc%2Fscss%2Fkarakime.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMJ%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%22%7D */