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;
}
.bg_soap {
  mix-blend-mode: screen;
}
.amazing_ttl {
  padding-top: clamp(56px, calc(26 / 1366 * 100vw), 26px);
  padding-bottom: clamp(56px, calc(80 / 1366 * 100vw), 80px);
  background-image: url(../img/aie-amazing/bg_amazing.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0;
}
.amazing_ttl .page_ttl {
  width: min(calc(848 / 1366 * 100vw), 848px);
  margin-inline: auto;
}
.amazing_ttl .reason {
  width: min(calc(344 / 1366 * 100vw), 344px);
  margin-inline: auto;
}
.amazing_ttl .reason_list {
  margin-top: min(calc(24 / 1366 * 100vw), 24px);
  display: flex;
  gap: min(calc(11 / 1366 * 100vw), 11px);
}
.amazing_ttl .reason_item {
  flex: 1;
}
.intro_section {
  padding-top: clamp(56px, calc(84 / 1366 * 100vw), 84px);
  padding-bottom: clamp(56px, calc(63 / 1366 * 100vw), 63px);
  background-image: url(../img/aie-amazing/bg_intro.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 0;
}
.intro_section .sec_ttl {
  width: min(calc(784 / 1366 * 100vw), 784px);
  margin-inline: auto;
}
.intro_section .txt {
  width: calc(511 / 1160 * 100%);
  margin-top: min(calc(36 / 1366 * 100vw), 36px);
}
.intro_section .photo {
  width: calc(805 / 1366 * 100vw);
  max-height: 558px;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.facility_section {
  padding-top: clamp(56px, calc(66 / 1366 * 100vw), 66px);
  padding-bottom: clamp(56px, calc(63 / 1366 * 100vw), 63px);
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.facility_section::before {
  content: "";
  display: block;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, #C3F0FF, transparent);
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
}
.facility_section .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: min(calc(27 / 1366 * 100vw), 27px);
}
.facility_section .heading {
  width: min(calc(389 / 1366 * 100vw), 389px);
}
.facility_section .sec_ttl {
  width: min(calc(432 / 1366 * 100vw), 432px);
}
.facility_section .txt {
  font-weight: bold;
  font-size: 18px;
  margin-top: min(calc(35 / 1366 * 100vw), 35px);
}
.facility_section .btn {
  width: 223px;
  aspect-ratio: 4.0545454545;
  margin-top: min(calc(34 / 1366 * 100vw), 34px);
}
.facility_section .btn a {
  width: 100%;
  height: 100%;
  border-radius: 40px;
  background-color: #6BC7F1;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  position: relative;
}
.facility_section .btn a::before {
  content: "";
  display: block;
  background-color: #fff;
  inset: 0;
}
.facility_section .btn a::after {
  content: "";
  display: block;
  width: 10px;
  aspect-ratio: 1;
  background-image: url(../img/common/arrow_i.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.facility_section .facility {
  width: min(calc(554 / 1366 * 100vw), 554px);
}
.strength_section {
  position: relative;
  z-index: 0;
  padding-top: clamp(56px, calc(180 / 1366 * 100vw), 180px);
  padding-bottom: clamp(56px, calc(150 / 1366 * 100vw), 150px);
  background-image: url(../img/aie-amazing/bg_strength.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.strength_section .sec_ttl {
  width: min(calc(1077 / 1366 * 100vw), 1077px);
  margin-inline: auto;
}
.strength_section .strength_list {
  margin-top: min(calc(76 / 1366 * 100vw), 76px);
}
.strength_section .strength_item .item_textarea {
  position: relative;
}
.strength_section .strength_item .bubble {
  position: absolute;
  z-index: 1;
}
.strength_section .strength_item .bubble.bubble1 {
  width: calc(255 / 1366 * 100vw);
  aspect-ratio: 1.5548780488;
}
@media (min-width: 1600px) {
  .strength_section .strength_item .bubble.bubble1 {
    width: 255px;
  }
}
.strength_section .strength_item .bubble.bubble2 {
  width: calc(260 / 1366 * 100vw);
  aspect-ratio: 1.5950920245;
  top: 0;
  left: calc(-28 / 1366 * 100vw);
}
@media (min-width: 1600px) {
  .strength_section .strength_item .bubble.bubble2 {
    width: 260px;
    left: -28px;
  }
}
.strength_section .strength_item .bubble.bubble3 {
  width: calc(219 / 1366 * 100vw);
  aspect-ratio: 1.4503311258;
  top: calc(-46 / 1366 * 100vw);
  left: calc(29 / 1366 * 100vw);
}
@media (min-width: 1600px) {
  .strength_section .strength_item .bubble.bubble3 {
    width: 219px;
    top: -46px;
    left: 29px;
  }
}
.strength_section .strength_item .deco_nail {
  position: absolute;
  width: calc(220 / 1366 * 100vw);
  aspect-ratio: 0.9865470852;
  top: calc(-66 / 1366 * 100vw);
  left: calc(214 / 1366 * 100vw);
  z-index: 1;
}
@media (min-width: 1600px) {
  .strength_section .strength_item .deco_nail {
    width: 220px;
    top: -66px;
    left: 214px;
  }
}
.strength_section .strength_item .deco_aroma {
  position: absolute;
  width: calc(245 / 1366 * 100vw);
  aspect-ratio: 1.4411764706;
  top: calc(-32 / 1366 * 100vw);
  right: calc(-55 / 1366 * 100vw);
  z-index: 1;
}
@media (min-width: 1600px) {
  .strength_section .strength_item .deco_aroma {
    width: 245px;
    top: -32px;
    right: -55px;
  }
}
.strength_section .strength_item .item_ttl {
  margin-inline: auto;
  transform: translateY(min(calc(16 / 1366 * 100vw), 16px));
  margin-top: clamp(-16px, calc(-16 / 1366 * 100vw), 0px);
}
.strength_section .strength_item:nth-child(1) .item_ttl {
  width: min(calc(640 / 1366 * 100vw), 640px);
}
.strength_section .strength_item:nth-child(1) .bubble1 {
  top: calc(-56 / 1366 * 100vw);
  left: calc(-63 / 1366 * 100vw);
}
@media (min-width: 1600px) {
  .strength_section .strength_item:nth-child(1) .bubble1 {
    top: -56px;
    left: -63px;
  }
}
.strength_section .strength_item:nth-child(2) .item_ttl {
  width: min(calc(666/ 1366 * 100vw), 666px);
}
.strength_section .strength_item:nth-child(2) .bubble1 {
  top: calc(-26 / 1366 * 100vw);
  left: calc(-63 / 1366 * 100vw);
}
@media (min-width: 1600px) {
  .strength_section .strength_item:nth-child(2) .bubble1 {
    top: -26px;
    left: -63px;
  }
}
.strength_section .strength_item:nth-child(3) .item_ttl {
  width: min(calc(477 / 1366 * 100vw), 477px);
}
.strength_section .strength_item:nth-child(4) .item_ttl {
  width: min(calc(460 / 1366 * 100vw), 460px);
}
.strength_section .strength_item:nth-child(5) .item_ttl {
  width: min(calc(722 / 1366 * 100vw), 722px);
}
.strength_section .strength_item:not(:first-child) {
  margin-top: min(calc(72 / 1366 * 100vw), 72px);
}
.support_section {
  padding-top: clamp(56px, calc(131 / 1366 * 100vw), 131px);
  padding-bottom: clamp(56px, calc(171 / 1366 * 100vw), 171px);
  background-color: #FFFABC;
  position: relative;
}
.support_section::before {
  content: "";
  display: block;
  inset: 0;
  background-image: url(../img/aie-amazing/bg_support.webp);
}
.support_section .sec_ttl {
  width: min(calc(566 / 1366 * 100vw), 566px);
  margin-inline: auto;
}
.support_section .heading_area {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: min(calc(63 / 1366 * 100vw), 63px);
  margin-top: min(calc(47 / 1366 * 100vw), 47px);
}
.support_section .heading {
  width: min(calc(636 / 1366 * 100vw), 636px);
  margin-bottom: min(calc(30 / 1366 * 100vw), 30px);
}
.support_section .rate {
  width: min(calc(323 / 1366 * 100vw), 323px);
}
.support_section .support_list {
  display: flex;
  gap: clamp(24px, calc(42 / 1366 * 100vw), 42px);
  margin-top: min(calc(47 / 1366 * 100vw), 47px);
}
.support_section .support_item {
  flex: 1;
}
.support_section .support_item .child_list {
  margin-top: min(calc(30 / 1366 * 100vw), 30px);
}
.support_section .support_item .child_item .child_ttl {
  color: #5F67AE;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.support_section .support_item .child_item .child_ttl::before {
  content: "";
  display: block;
  width: 12px;
  aspect-ratio: 0.6666666667;
  background-color: #5F67AE;
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}
.support_section .support_item .child_item .child_txt {
  font-weight: 500;
  font-size: 16px;
  line-height: calc(27 / 16);
}
.support_section .support_item .child_item:not(:first-child) {
  margin-top: min(calc(40 / 1366 * 100vw), 40px);
}
.support_section .box {
  background-image: url(../img/aie-amazing/bg_box.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  aspect-ratio: 3.2132963989;
  gap: min(calc(33 / 1366 * 100vw), 33px);
  position: relative;
  margin-top: min(calc(75 / 1366 * 100vw), 75px);
  padding: 0 min(calc(36 / 1366 * 100vw), 36px);
}
.support_section .box_ttl {
  width: calc(477 / 1366 * 100vw);
}
@media (min-width: 1600px) {
  .support_section .box_ttl {
    width: 477px;
  }
}
.support_section .box_txt {
  font-weight: 500;
  font-size: 18px;
  line-height: calc(34 / 18);
  width: calc(316 / 1366 * 100vw);
}
@media (min-width: 1600px) {
  .support_section .box_txt {
    width: 316px;
  }
}
.support_section .box_photo {
  width: calc(257 / 1160 * 100%);
  position: absolute;
  bottom: 0;
  right: min(calc(35 / 1366 * 100vw), 35px);
  z-index: 1;
}
.ttl_section {
  padding-top: min(calc(66 / 1366 * 100vw), 66px);
  position: relative;
  z-index: 2;
}
.ttl_section .flex {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transform: translateY(min(calc(40 / 1366 * 100vw), 40px));
  margin-top: clamp(-40px, calc(-40 / 1366 * 100vw), 0px);
}
.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);
  background-image: url(../img/aie-amazing/bg_support.webp);
}
.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: 1024px) {
  .support_section .box_txt {
    width: 35%;
  }
  .support_section .support_list {
    flex-direction: column;
    margin-top: 0;
  }
  .support_section .support_item {
    display: flex;
    gap: 24px;
  }
  .support_section .support_item .item_img {
    width: 30%;
  }
  .support_section .support_item .child_list {
    flex: 1;
  }
  .support_section .support_item:not(:first-child) {
    margin-top: 24px;
  }
}
@media screen and (max-width: 768px) {
  .support_section .box {
    aspect-ratio: auto;
    background-image: url(../img/aie-amazing/bg_main.webp);
    position: relative;
    z-index: 0;
    padding: 40px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .support_section .box::before {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .support_section .box_ttl {
    margin-inline: auto;
  }
  .support_section .box_txt {
    width: 80%;
    padding: 16px;
  }
}
@media screen and (max-width: 480px) {
  .amazing_ttl {
    padding-top: 40px;
    padding-bottom: 56px;
  }
  .amazing_ttl .page_ttl {
    width: 100%;
  }
  .amazing_ttl .reason {
    width: 70%;
  }
  .amazing_ttl .reason_list {
    flex-direction: column;
  }
  .intro_section {
    padding-bottom: 120px;
  }
  .intro_section .sec_ttl {
    width: 100%;
  }
  .intro_section .txt {
    width: 100%;
  }
  .facility_section .content {
    flex-direction: column;
    gap: 24px;
  }
  .facility_section .facility {
    width: 50%;
    position: absolute;
    top: 20px;
    right: 0;
    z-index: -1;
  }
  .facility_section .heading {
    width: 50%;
  }
  .facility_section .sec_ttl {
    width: 50%;
  }
  .facility_section .txt {
    width: 100%;
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .facility_section .btn {
    margin-inline: auto;
  }
  .strength_section .sec_ttl {
    width: 100%;
  }
  .strength_section .strength_list {
    margin-top: 32px;
  }
  .support_section {
    position: relative;
    padding-bottom: 37%;
  }
  .support_section .support_list {
    margin-top: 40px;
  }
  .support_section .support_item {
    flex-direction: column;
    gap: 16px;
  }
  .support_section .support_item .item_img {
    width: 100%;
  }
  .support_section .support_item .child_item .child_ttl {
    font-size: 18px;
  }
  .support_section .box {
    padding: 32px;
    gap: 16px;
  }
  .support_section .box::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
  .support_section .box .box_ttl {
    width: 100%;
  }
  .support_section .box .box_txt {
    width: 100%;
    padding: 0;
  }
  .support_section .box_photo {
    width: 30%;
  }
  .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%2Faie-amazing.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%3BAAaF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIE%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%3BAAAA%3BAAKE%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%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAON%3BAAEI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBF%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%3BAAKA%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 */