@charset "utf-8";
/* ↓↓↓ common ↓↓↓ */
:root {
  --kronaOne:"Krona One", sans-serif;
  --notosansJP: "Noto Sans JP", sans-serif;
  --ooohBaby: "Oooh Baby", cursive;
  --grad: linear-gradient(135deg, #FF0048 0%, #9E60CC 50%, #00E3FF 100%);
}
body {
  color: #182772;
  font-size: 1.6rem;
  font-family: var(--notosansJP);
}
.-noscroll {
  overflow: hidden;
}
.-pc {
  display: block;
}
.-sp {
  display: none;
}
@media (max-width: 768px) {
  .-pc {
    display: none;
  }
  .-sp {
    display: block;
  }
}
.-wb {
  display: inline-block;
}
.conts_ttl {
  max-width: 1156px;
  container-type: inline-size;
  padding-inline: 26px;
  margin: 0 auto;
}
.conts_ttl .en {
  width: fit-content;
  font-size: 6.920415224913495cqw;
  font-family: var(--kronaOne);
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.04em;
  text-align: center;
  color: #182772;
  -webkit-text-stroke: 0.17301038062283738cqw #182772;
  display: block;
  margin: 0 auto;

  @media (max-width: 768px) {
    font-size: 4.4rem;
  }
}
.conts_ttl .ja {
  width: fit-content;
  font-size: max(1.384083044982699cqw,1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #182772;
  border-radius: 9999px;
  display: block;
  padding: 0.5190311418685121cqw 2.0761245674740483cqw;
  margin: 1.0380622837370241cqw auto 0;

  @media (max-width: 768px) {
    font-size: 1.6rem;
    padding: 6px 24px;
    margin-top: 6px;
  }
}
/* ↑↑↑ common ↑↑↑ */
/* ↓↓↓ header ↓↓↓ */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: min(7.971014492753622vw,88px);
  padding-inline: min(3.6231884057971016vw,40px);
  z-index: 10;
  transition: background-color 300ms ease;

  @media (max-width: 768px) {
    height: 72px;
    padding-inline: 26px;
    background-color: #fff;
  }
}
header.-white {
  background-color: #fff;
} 
header .logo {
  display: block;
  width: min(26.268115942028984vw,290px);
  @media (max-width: 768px) {
    width: 266px;
  }
  picture {
    display: block;
    width: 100%;
  }
}
header .navi {
  display: flex;
  align-items: center;
  gap: min(2.1739130434782608vw,24px);
  height: 100%;
  @media (max-width: 768px) {
    height: fit-content;
    gap: 24px;
  }
}
header .navi .list_wrap {
  width: fit-content;
  height: 100%;
  display: block;

  @media (max-width: 768px) {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    width: 100%;
    height: min(320px,calc(100dvh - 72px));
    padding: 40px 26px 48px;
    z-index: 2;
    overflow-y: scroll;
    &::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.85);
      backdrop-filter: blur(20px);
      background-size: cover;
    }
  }
}
header .navi .list {
  display: flex;
  align-items: center;
  gap: min(2.1739130434782608vw,24px);
  height: 100%;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 24px;
    height: 232px;
  }
}
header .navi .list .item {
  height: 100%;

  @media (max-width: 768px) {
    position: relative;
    width: 100%;
    height: 40px;
    
  }
}
header .navi .list .item .anchor {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: min(1.358695652173913vw, 1.5rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  transition: opacity .3s ease;

  @media (min-width: 769px) {
    &:hover {
      opacity: 0.5;
    }
  }

  @media (max-width: 768px) {
    font-size: 1.8rem;
    &::before {
      content: '';
      position: absolute;
      translate: 0 -50%;
      top: 50%;
      right: 0;
      width: 40px;
      height: 40px;
      background-color: #fff;
      border: 1px solid #182772;
      border-radius: 50%;
    }

    &::after {
      content: '';
      position: absolute;
      translate: 0 -50%;
      top: 50%;
      right: 15px;
      width: 8px;
      height: 16px;
      background: url(../img/menu_arrow.svg) no-repeat;
      background-size: cover;
    }
  }

}
header .navi .entry_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: min(14.492753623188406vw,160px);
  aspect-ratio: 160/48;
  font-size: min(1.4492753623188406vw,1.6rem);
  font-family: var(--kronaOne);
  letter-spacing: 0.04em;
  color: #fff;
  border-radius: 9999px;
  overflow: hidden;
  transition: opacity .3s ease;

  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--grad);
    z-index: -1;
    border-radius: 9999px;
  }
  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #182772;
    z-index: -1;
    border-radius: 9999px;
    transition: opacity .3s ease;
  }

  @media (min-width: 769px) {
    &:hover {
      &::after {
        opacity: 0;
      }
    }
  }

  @media (max-width: 768px) {
    position: fixed;
    translate: -50% 0;
    bottom: 8px;
    left: 50%;
    width: 210px;
    aspect-ratio: 210 / 50;
    font-size: 1.6rem;
    z-index: 1;
  }
}
header .navi .menu_btn {
  display: none;
  @media (max-width: 768px) {
    display: block;
    position: relative;
    width: 32px;
    height: 30px;
    cursor: pointer;
    span {
      position: absolute;
      translate: -50% 0;
      left: 50%;
      width: 32px;
      height: 2px;
      background-color: #182772;
      &:nth-of-type(1) {
        top: 0;
        transition: top .3s ease, rotate .3s ease, width .3s ease;
      }
      &:nth-of-type(2) {
        top: 50%;
        transition: opacity .3s ease;
      }
      &:nth-of-type(3) {
        top: 100%;
        transition: top .3s ease, rotate .3s ease, width .3s ease;
      }
    }

    &.-active {
      span {
        &:nth-of-type(1) {
          top: 50%;
          width: 40px;
          rotate: -37deg;
        }
        &:nth-of-type(2) {
          opacity: 0;
        }
        &:nth-of-type(3) {
          top: 50%;
          width: 40px;
          rotate: 37deg;
        }
      }
    }
  }
}
/* ↑↑↑ header ↑↑↑ */
/* ↓↓↓ fv ↓↓↓ */
.fv {
  width: 100%;
  height: 100vh;
  min-height: 620px;
  opacity: 0;
}
.fv .inner {
  position: relative;
  max-width: 1156px;
  padding: min(7.612456747404845vw,88px) 26px 0;
  height: 100%;
  container-type: inline-size;
  margin: 0 auto;

  @media (max-width: 768px) {
    max-width: 100%;
    padding: 88px 26px 0;
  }
}
.fv .image {
  position: fixed;
  translate: -50% 0;
  top: 31.52777777777778%;
  left: 50%;
  width: min(82.97101449275362vw,916px);
  @media (max-width: 768px) {
    top: 24.887556221889056%;
    width: 100%;
  }
}
.fv .morph01 {
  position: absolute;
  top: 34.72222222222222%;
  left: 9.083044982698961%;
  width: min(38.04347826086957vw,420px);
  mix-blend-mode: multiply;
  z-index: 3;
  svg {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 768px) {
    width: 45.86666666666667vw;
    top: 24.737631184407796%;
    left: -4.266666666666667%;
  }
}
.fv .morph02 {
  position: absolute;
  top: 0;
  left: 17.301038062283737%;
  width: min(38.04347826086957vw,420px);
  mix-blend-mode: multiply;
  z-index: 2;
  svg {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 768px) {
    width: 45.86666666666667vw;
    top: 8.695652173913043%;
    left: 5.866666666666666%;
  }
}
.fv .morph03 {
  position: absolute;
  translate: -42% -50%;
  top: 50%;
  left: 50%;
  width: min(38.04347826086957vw,420px);
  mix-blend-mode: multiply;
  z-index: 1;
  svg {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 768px) {
    width: 45.86666666666667vw;
    translate: 0 0;
    top: 18.140929535232384%;
    left: 26.666666666666668%;
  }
}
.fv .morph04 {
  position: absolute;
  top: 9.722222222222223%;
  right: 7.352941176470589%;
  width: min(38.04347826086957vw,420px);
  mix-blend-mode: multiply;
  z-index: 3;
  svg {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 768px) {
    width: 45.86666666666667vw;
    top: 13.493253373313344%;
    right: 0px;
  }
}
.fv .morph05 {
  position: absolute;
  top: 39.44444444444444%;
  right: 12.54325259515571%;
  width: min(38.04347826086957vw,420px);
  mix-blend-mode: multiply;
  z-index: 2;
  svg {
    width: 100%;
    height: 100%;
  }
  @media (max-width: 768px) {
    width: 45.86666666666667vw;
    top: 26.83658170914543%;
    right: 3.2983508245877062%;
  }
}
.fv .ttl_wrap {
  position: absolute;
  translate: -50% 0;
  bottom: 0;
  left: 50%;
  width: fit-content;
  z-index: 4;
  @media (max-width: 768px) {
    bottom: unset;
    top: 47.976011994002995%;
  }
}
.fv .ttl_wrap .sub_ttl {
  font-size: min(3.75vw,48px);
  font-family: var(--kronaOne);
  letter-spacing: -0.02em;
  line-height: 1;
  @media (max-width: 768px) {
    font-size: 4.4rem;
  }
}
.fv .ttl_wrap .ttl {
  font-size: min(11.71875vw,150px);
  font-family: var(--kronaOne);
  line-height: 1;
  letter-spacing: 0;
  @media (max-width: 768px) {
    font-size: 7.2rem;
    margin-top: 15px;
  }
}
.fv .ttl_wrap .year {
  position: absolute;
  top: min(2.734375vw, 35px);
  right: min(1.015625vw, 13px);
  font-size: min(9.375vw,120px);
  font-family: var(--ooohBaby);
  color: #FF3D77;
  line-height: 1;
  letter-spacing: 0;
  @media (max-width: 768px) {
    top: 83%;
    right: 2.83%;
    font-size: 7.2rem;
  }
}
/* ↑↑↑ fv ↑↑↑ */
/* ↓↓↓ intro ↓↓↓ */
.intro {
  overflow-x: clip;
  position: relative;
  margin-top: min(11.71875vw,150px);
  @media (max-width: 768px) {
    margin-top: 120px;
  }
}
.intro .morph01 {
  position: absolute;
  top: min(27.173913043478258vw,300px);
  left: 50%;
  translate: min(36.71875vw, 470px) 0;
  width: min(18.359375vw, 235px);
  height: min(18.359375vw, 235px);
  @media (max-width: 768px) {
    width: 118px;
    height: 118px;
    top: 16.912%;
    left: unset;
    right: -60px;
    translate: 0 0;
  }
  svg {
    width: 100%;
    height: 100%;
  }
}
.intro .morph02 {
  position: absolute;
  translate: min(7.03125vw, 90px) 0;
  top: min(42.572463768115945vw,470px);
  left: 50%;
  width: min(18.359375vw, 235px);
  height: min(18.359375vw, 235px);
  aspect-ratio: 1 / 1;
  @media (max-width: 768px) {
    width: 118px;
    height: 118px;
    top: 39.745%;
    left: unset;
    right: 40px;
    translate: 0 0;
  }
  svg {
    width: 100%;
    height: 100%;
  }
}
.intro .morph03 {
  position: absolute;
  translate: max(-51.5625vw, -660px);
  top: min(0.9057971014492754vw,10px);
  left: 50%;
  width: min(16.640625vw, 213px);
  height: min(16.640625vw, 213px);
  aspect-ratio: 1 / 1;
  @media (max-width: 768px) {
    width: 104px;
    height: 104px;
    top: 2.668%;
    left: -32px;
    translate: 0 0;
  }
  svg {
    width: 100%;
    height: 100%;
  }
}
.intro .morph04 {
  position: absolute;
  translate: min(25vw,320px);
  top: min(-6.340579710144928vw, -70px);
  left: 50%;
  width: min(18.359375vw, 235px);
  height: min(18.359375vw, 235px);
  aspect-ratio: 1 / 1;
  @media (max-width: 768px) {
    width: 118px;
    height: 118px;
    top: -5.869%;
    left: unset;
    right: -30px;
    translate: 0 0;
  }
  svg {
    width: 100%;
    height: 100%;
  }
}
.intro .morph05 {
  position: absolute;
  translate: max(-43.75vw, -560px);
  top: min(28.985507246376812vw, 320px);
  left: 50%;
  width: min(18.359375vw, 235px);
  height: min(18.359375vw, 235px);
  aspect-ratio: 1 / 1;
  @media (max-width: 768px) {
    width: 118px;
    height: 118px;
    top: 26.835%;
    left: -5px;
    translate: 0 0;
  }
  svg {
    width: 100%;
    height: 100%;
  }
}
.intro .inner {
  position: relative;
  max-width: 1156px;
  container-type: inline-size;
  padding-inline: 26px;
  margin: 0 auto;
  z-index: 1;
  @media (max-width: 768px) {
    max-width: 100%;
  }
}
.intro .intro-text {
  font-size: 1.6304347826086956cqw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.444444;
  text-align: center;
  @media (max-width: 768px) {
    font-size: 1.8rem;
    line-height: 2.222222;
  }
}
.intro .point-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 14.492753623188406cqw;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 16px;
    margin-top: 120px;
  }
}
.intro .point-container .point {
  position: relative;
  width: 31.88405797101449cqw;
  height: fit-content;
  padding: 3.0797101449275366cqw 3.6231884057971016cqw 3.6231884057971016cqw;
  border-radius: 40px 40px 40px 0;
  @media (max-width: 768px) {
    width: 100%;
    padding: 34px 24px 24px;
  }
  &:nth-of-type(1) {
    background-color: #FF3D77;
  }
  &:nth-of-type(2) {
    background-color: #A2F100;
    margin-top: 5.88768115942029cqw;
    @media (max-width: 768px) {
      margin-top: 0;
    }
  }
  &:nth-of-type(3) {
    background-color: #00D1FF;
  }
  &::after {
    content: '';
    position: absolute;
    translate: -50% 0;
    top: 0;
    left: 50%;
    width: 14.855072463768115cqw;
    aspect-ratio: 164/10;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    @media (max-width: 768px) {
      width: 164px;
    }
  }
}
.intro .point-container .point .head {
  width: fit-content;
  margin: 0 auto;
}
.intro .point-container .point .head .head-text {
  font-size: 1.4492753623188406cqw;
  font-family: var(--kronaOne);
  color: #fff;
  letter-spacing: 0.04em;
  text-align: center;
  @media (max-width: 768px) {
    font-size: 1.6rem;
  }
}
.intro .point-container .point:nth-of-type(2) .head .head-text {
  color: #182772;
}
.intro .point-container .point .head .num {
  font-size: 3.6231884057971016cqw;
  font-family: var(--kronaOne);
  color: #fff;
  letter-spacing: 0.04em;
  line-height: 1.1;
  text-align: center;
  @media (max-width: 768px) {
    font-size: 4.0rem;
  }
}
.intro .point-container .point:nth-of-type(2) .head .num {
  color: #182772;
}
.intro .point-container .point .text01 {
  font-size: 1.8115942028985508cqw;
  font-weight: 700;
  text-align: center;
  margin-top: 1.4492753623188406cqw;
  line-height: 1.8;
  @media (max-width: 768px) {
    font-size: 2.0rem;
    margin-top: 8px;
  }
}
.intro .point-container .point .text01 .marker {
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone;
  padding: 0.18115942028985507cqw 0.7246376811594203cqw;
  background-color: #fff;
  @media (max-width: 768px) {
    padding: 2px 8px;
  }
}
.intro .point-container .point .text02 {
  font-size: 1.4492753623188406cqw;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.75;
  color: #fff;
  text-align: justify;
  word-break: break-all;
  margin-top: 2.1739130434782608cqw;
  @media (max-width: 768px) {
    font-size: 1.6rem;
    margin-top: 16px;
  }
}
.intro .point-container .point:nth-of-type(2) .text02 {
  color: #182772;
}
/* ↑↑↑ intro ↑↑↑ */
/* ↓↓↓ program ↓↓↓ */
.program {
  overflow-x: clip;
  margin: min(12.5vw,160px) auto 0;

  @media (max-width: 768px) {
    margin-top: 100px;
  }
}
.program .splide_block {
  position: relative;
}
.program .splide {
  position: relative;
  width: 100%;
  margin: min(6.875vw,88px) 0 0 min(6.875vw,88px);
  @media (max-width: 768px) {
    margin: 40px 0 0 26px;
  }
}
.program .splide .splide__track {
  overflow: visible;
}
.program .splide .splide__slide {
  position: relative;
  width: min(27.5vw, 352px);
  border: 1px solid #000;
  background-color: #fff;
  border-radius: 40px 40px 40px 0;
  box-sizing: border-box;
  overflow: hidden;
  @media (max-width: 768px) {
    width: 322px;
  }
}
.program .splide .splide__slide.slide1 {
  border: 1px solid #9A6EFF;
}
.program .splide .splide__slide.slide2 {
  border: 1px solid #A2F100;
}
.program .splide .splide__slide.slide3 {
  border: 1px solid #FF3D77;
}
.program .splide .splide__slide.slide4 {
  border: 1px solid #FFE800;
}
.program .splide .splide__slide.slide5 {
  border: 1px solid #00D1FF;
}
.program .splide .splide__slide .category {
  position: relative;
  border-radius: 39px 39px 0 0;
  padding: min(1.25vw, 16px) min(1.875vw, 24px) min(0.625vw, 8px);
  background-color: #000;
  @media (max-width: 768px) {
    padding: 16px 24px 8px;
  }
}
.program .splide .splide__slide.slide1 .category {
  background-color: #9A6EFF;
}
.program .splide .splide__slide.slide2 .category {
  background-color: #A2F100;
}
.program .splide .splide__slide.slide3 .category {
  background-color: #FF3D77;
}
.program .splide .splide__slide.slide4 .category {
  background-color: #FFE800;
}
.program .splide .splide__slide.slide5 .category {
  background-color: #00D1FF;
}
.program .splide .splide__slide .category .category-text {
  font-size: min(1.09375vw, 1.4rem);
  font-family: var(--kronaOne);
  color: #fff;
  line-height: 1;
  @media (max-width: 768px) {
    font-size: 1.4rem;
  }
}
.program .splide .splide__slide.slide2 .category .category-text,
.program .splide .splide__slide.slide4 .category .category-text {
  color: #182772;
}
.program .splide .splide__slide .category .num {
  font-size: min(2.5vw, 3.2rem);
  font-family: var(--kronaOne);
  color: #fff;
  line-height: 1.4;
  @media (max-width: 768px) {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}
.program .splide .splide__slide.slide2 .category .num,
.program .splide .splide__slide.slide4 .category .num {
  color: #182772;
}
.program .splide .splide__slide .category .deco {
  content: '';
  position: absolute;
  top: min(1.171875vw, 15px);
  right: min(1.7968749999999998vw, 23px);
  width: min(3.75vw, 48px);
  @media (max-width: 768px) {
    top: 16px;
    right: 24px;
    width: 48px;
  }
}
.program .splide .splide__slide .head {
  font-size: min(1.875vw, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-inline: min(2.421875vw, 31px);
  margin-top: min(1.875vw, 24px);
  @media (max-width: 768px) {
    font-size: 2.4rem;
    padding-inline: 23px;
    margin-top: 16px;
    line-height: 1.2;
  }
}
.program .splide .splide__slide .list {
  display: flex;
  gap: min(0.3125vw, 4px);
  margin-top: min(0.78125vw, 10px);
  padding-inline: min(2.421875vw, 31px);
  @media (max-width: 768px) {
    gap: 4px;
    margin-top: 10px;
    padding-inline: 24px;
  }
}
.program .splide .splide__slide .list .item {
  font-size: min(0.9375vw, 1.2rem);
  letter-spacing: 0.04em;
  line-height: 1;
  padding: min(0.3125vw, 4px) min(0.859375vw, 11px);
  border: 1px solid #182772;
  border-radius: 20px;
  @media (max-width: 768px) {
    font-size: 1.2rem;
    padding: 4px 12px;
  }
}
.program .splide .splide__slide .text {
  height: min(8.59375vw, 110px);
  font-size: min(1.25vw, 1.6rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: min(1.875vw, 24px);
  padding-inline: min(2.421875vw, 31px);
  @media (max-width: 768px) {
    height: 110px;
    font-size: 1.6rem;
    margin-top: 16px;
    padding-inline: 24px;
  }
}
.program .splide .splide__slide .ex-link {
  position: relative;
  width: min(22.5vw, 288px);
  font-size: min(1.171875vw, 1.5rem);
  letter-spacing: 1.75;
  aspect-ratio: 288/48;
  border-radius: 24px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  margin: min(1.875vw, 24px) auto min(2.421875vw, 32px);
  transition: color .3s ease, background-color .3s ease;
  @media (max-width: 768px) {
    width: 275px;
    font-size: 1.5rem;
    aspect-ratio: 275/48;
    margin: 20px 32px;
  }
  &::before {
    content: '';
    position: absolute;
    top: min(1.328125vw, 17px);
    right: min(1.328125vw, 17px);
    width: min(1.25vw, 16px);
    height: min(1.09375vw, 14px);
    background: url(../img/ex-link06.svg) no-repeat;
    background-size: cover;
    @media (max-width: 768px) {
      top: 17px;
      right: 17px;
      width: 16px;
      height: 14px;
    }
  }
  &::after {
    content: '';
    position: absolute;
    top: min(1.328125vw, 17px);
    right: min(1.328125vw, 17px);
    width: min(1.25vw, 16px);
    height: min(1.09375vw, 14px);
    transition: opacity .3s ease;
    @media (max-width: 768px) {
      top: 17px;
      right: 17px;
      width: 16px;
      height: 14px;
    }
  }
  @media (min-width: 769px) {
    &:hover {
      color: #fff !important;
      background-color: #182772 !important;
      &::after {
        opacity: 0;
      }
    }
  }
}
.program .splide .splide__slide.slide1 .ex-link {
  background-color: #9A6EFF;
  &::after {
    background: url(../img/ex-link01.svg) no-repeat;
    background-size: cover;
  }
}
.program .splide .splide__slide.slide2 .ex-link {
  background-color: #A2F100;
  color: #182772;
  &::after {
    background: url(../img/ex-link02.svg) no-repeat;
    background-size: cover;
  }
}
.program .splide .splide__slide.slide3 .ex-link {
  background-color: #FF3D77;
  &::after {
    background: url(../img/ex-link03.svg) no-repeat;
    background-size: cover;
  }
}
.program .splide .splide__slide.slide4 .ex-link {
  background-color: #FFE800;
  color: #182772;
  &::after {
    background: url(../img/ex-link04.svg) no-repeat;
    background-size: cover;
  }
}
.program .splide .splide__slide.slide5 .ex-link {
  background-color: #00D1FF;
  &::after {
    background: url(../img/ex-link05.svg) no-repeat;
    background-size: cover;
  }
}
.splide__pagination {
  width: fit-content;
  translate: -50% 0;
  bottom: max(-2.34375vw, -30px);
  left: calc(50% - min(6.875vw,88px));
  gap: min(0.78125vw, 10px);
  @media (max-width: 768px) {
    translate: -80px 0;
    bottom: -30px;
    left: 50%;
    gap: 10px;
  }
}
.splide:not(.is-overflow) .splide__pagination {
  display: flex;
}
.splide__pagination__page {
  width: min(0.9375vw, 12px);
  height: min(0.9375vw, 12px);
  background-color: #F0F0F0;
  opacity: 1;
  margin: 0;
  transition: opacity .3s ease;
  @media (max-width: 768px) {
    width: 12px;
    height: 12px;
  }
  @media (max-width: 768px) {
    &:hover {
      opacity: 0.5;
    }
  }
}
.splide__pagination__page.is-active {
  transform: scale(1);
  background-color: #9A6EFF;
}
.program .course_block {
  position: relative;
  max-width: 1156px;
  container-type: inline-size;
  padding-inline: 26px;
  margin: min(11.956521739130435vw,132px) auto 0;
  @media (max-width: 768px) {
    margin: 105px auto 0;
  }
}
.program .course_block .deco {
  position: absolute;
  top: -4.076086956521739cqw;
  translate: -50% 0;
  left: 50%;
  width: min(110.625vw, 1416px);
}
@media (max-width: 768px) {
  .program .course_block .deco01 {
    position: absolute;
    top: -40px;
    right: -15px;
    width: 125px;
  }
  .program .course_block .deco02 {
    position: absolute;
    top: 55px;
    left: 0;
    width: 125px;
  }
  .program .course_block .deco03 {
    position: absolute;
    top: 320px;
    right: -42px;
    width: 125px;
  }
  .program .course_block .deco04 {
    position: absolute;
    top: 600px;
    left: -33px;
    width: 125px;
  }
  .program .course_block .deco05 {
    position: absolute;
    top: 940px;
    left: 50px;
    width: 125px;
    z-index: -1;
  }
}
.program .course_block .block_ttl {
  position: relative;
  width: 100%;
  font-size: 2.898550724637681cqw;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  background-color: #182772;
  border-radius: 9999px;
  padding: 1.5398550724637683cqw;
  z-index: 1;

  @media (max-width: 768px) {
    font-size: 2.8rem;
    padding: 12px;
  }
  
  &::before {
    content: '';
    position: absolute;
    width:0;
    height:0;
    border-style:solid;
    border-width: 2.898550724637681cqw 2.1739130434782608cqw 0 2.1739130434782608cqw;
    border-color: #182772 transparent transparent transparent;
    translate: -50% 0;
    bottom: -1.2681159420289856cqw;
    left: 50%;
    @media (max-width: 768px) {
      border-width: 32px 24px 0 24px;
      bottom: -14px;
    }
  }
}
.program .course_block .key_block {
  position: relative;
  border-radius: 3.6231884057971016cqw;
  border: 1px solid #182772;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  padding: 2.1739130434782608cqw 2.355072463768116cqw 8.695652173913043cqw;
  margin-top: 5.615942028985507cqw;

  @media (max-width: 768px) {
    border-radius: 40px;
    padding: 34px 25px 72px;
    margin-top: 30px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 14.855072463768115cqw;
    height: auto;
    aspect-ratio: 164/10;
    background-color: #182772;
    border-radius: 0 0 0.36231884057971014cqw 0.36231884057971014cqw;
    translate: -50% 0;
    top: 0;
    left: 50%;

    @media (max-width: 768px) {
      width: 164px;
      border-radius: 0 0 4px 4px;
    }
  }
}
.program .course_block .key_block .key_ttl {
  font-size: 2.1739130434782608cqw;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;

  @media (max-width: 768px) {
    font-size: 2.4rem;
  }
}
.program .course_block .key_block .key_wrap {
  width: 76.53985507246377cqw;
  display: flex;
  flex-direction: column;
  gap: 3.6231884057971016cqw;
  margin: 4.3478260869565215cqw auto 0;

  @media (max-width: 768px) {
    width: 100%;
    gap: 24px;
    margin-top: 24px;
  }
}
.program .course_block .key_block .key_wrap .key_box {
  display: flex;
  gap: 16px 2.1739130434782608cqw;
  align-items: flex-start;

  @media (max-width: 768px) {
    flex-direction: column;
  }
}
.program .course_block .key_block .key_wrap .key_head {
  width: 10.68840579710145cqw;
  font-size: max(1.4492753623188406cqw,1rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  flex-shrink: 0;

  @media (max-width: 768px) {
    width: 100%;
    font-size: 1.6rem;
  }
}
.program .course_block .key_block .key_wrap .key_conts {
  flex: 1;
}
.program .course_block .key_block .key_wrap .key_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7246376811594203cqw;

  @media (max-width: 768px) {
    gap: 8px;
  }
}
.program .course_block .key_block .key_wrap .key_list .key {
  font-size: max(1.4492753623188406cqw,1rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: var(--color);
  border: 1px solid var(--color);
  border-radius: 9999px;
  background-color: var(--bg);
  cursor: pointer;
  transition: background-color ease .3s, color ease .3s;
  padding: 0.2717391304347826cqw 1.358695652173913cqw;
  flex-shrink: 0;
  --color: #182772;
  --bg: #fff;

  @media (min-width: 769px) {
    &:hover {
      --color: #fff;
      --bg: #182772;
    }
  }

  @media (max-width: 768px) {
    font-size: 1.6rem;
    padding: 3px 15px;
  }
  
  &.-active {
    --color: #fff;
    --bg: #182772;
  }
}
.program .course_block .key_block .reset-btn {
  position: absolute;
  width: 14.855072463768115cqw;
  font-size: max(1.4492753623188406cqw,1rem);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color);
  display: flex;
  gap: 1.9021739130434785cqw;
  align-items: center;
  background-color: var(--bg);
  border-radius: 1.8115942028985508cqw 0 3.6231884057971016cqw 0;
  cursor: pointer;
  transition: background-color ease .3s, color ease .3s;
  padding: 1.2681159420289856cqw 1.8115942028985508cqw 0.9963768115942028cqw;
  bottom: 0;
  right: 0;
  --color: #fff;
  --bg: #182772;

  @media (min-width: 769px) {
    &:hover {
      --color: #182772;
      --bg: #fff;
    }
  }

  @media (max-width: 768px) {
    width: 164px;
    font-size: 1.6rem;
    gap: 21px;
    border-radius: 20px 0 40px 0;
    padding: 14px 20px 11px;
  }
}
.program .course_block .key_block .reset-btn .icon {
  width: 2.2644927536231885cqw;
  height: fit-content;
  aspect-ratio: 25/23;
  display: block;
  mask-image: url(../img/reset_icon.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  background-color: var(--color);
  transition: background-color ease .3s;
  flex-shrink: 0;

  @media (max-width: 768px) {
    width: 25px;
  }
}
.program .course_block .item_block {
  position: relative;
  margin-top: 7.971014492753622cqw;
  z-index: 2;
  @media (max-width: 768px) {
    margin-top: 85px;
  }
}
.program .course_block .item_block .item_list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 2.1739130434782608cqw;

  @media (max-width: 768px) {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.program .course_block .item_block .item_list .item {
  position: relative;
  /* width: calc((100% - 2.1739130434782608cqw*2)/3); */
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 5;
  gap: 0 0;
  border: 2px solid var(--item_color);
  border-radius: 2.898550724637681cqw 2.898550724637681cqw 2.898550724637681cqw 0;
  padding: 5.797101449275362cqw 2.1739130434782608cqw 2.1739130434782608cqw;
  background-color: #fff;

  @media (max-width: 768px) {
    width: 100%;
    border-width: 2px;
    border-radius: 32px 32px 32px 0;
    padding: 56px 23px 24px;
  }

  &.color01 {
    --item_color: #9A6EFF;
    --color: #fff;
    --deco: url(../img/course_head_deco01.svg);
  }
  &.color02 {
    --item_color: #A2F100;
    --deco: url(../img/course_head_deco02.svg);
  }
  &.color03 {
    --item_color: #FF3D77;
    --color: #fff;
    --deco: url(../img/course_head_deco03.svg);
  }
  &.color04 {
    --item_color: #FFE800;
    --deco: url(../img/course_head_deco04.svg);
  }
  &.color05 {
    --item_color: #00D1FF;
    --color: #fff;
    --deco: url(../img/course_head_deco05.svg);
  }
}
.program .course_block .item_block .item_list .item .item_head {
  position: absolute;
  width: calc(100% + 2px*2);
  display: flex;
  border-radius: 2.898550724637681cqw 2.898550724637681cqw 0 0;
  overflow: clip;
  translate: -50% 0;
  top: -2px;
  left: 50%;

  @media (max-width: 768px) {
    border-radius: 32px 32px 0 0;
  }

  .cat {
    position: relative;
    flex: 1;
    font-size: max(1.358695652173913cqw,1rem);
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--color,inherit);
    text-align: center;
    background-color: var(--catcolor,var(--item_color));
    padding-block: 0.9057971014492754cqw;

    &.cat_color01 {
      --catcolor: #9A6EFF;
    }
    &.cat_color02 {
      --catcolor: #A2F100;
    }
    &.cat_color03 {
      --catcolor: #FF3D77;
    }
    &.cat_color04 {
      --catcolor: #FFE800;
    }
    &.cat_color05 {
      --catcolor: #00D1FF;
    }

    &:nth-of-type(odd) {
      padding-inline: 1.2681159420289856cqw 0.7246376811594203cqw;
    } 
    &:nth-of-type(even) {
      padding-inline: 0.7246376811594203cqw 1.2681159420289856cqw;
    }
    
    @media (max-width: 768px) {
      font-size: 1.4rem;
      padding-block: 10px;
      
      &:nth-of-type(odd) {
        padding-inline: 10px 7px;
      } 
      &:nth-of-type(even) {
        padding-inline: 7px 10px;
      }
    }

    &::before {
      content: '';
      position: absolute;
      width: 2.1739130434782608cqw;
      height: auto;
      aspect-ratio: 1/1;
      background-image: var(--deco);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      translate: 0 -50%;
      top: 50%;
      right: 1.4492753623188406cqw;
      @media (max-width: 768px) {
        width: 24px;
        right: 16px;
      }
    }
  }

  &:has(.cat:nth-of-type(2)) .cat::before {
    content: unset;
  }
}
.program .course_block .item_block .item_list .item .num {
  font-size: max(1.0869565217391304cqw,1rem);
  font-family: var(--kronaOne);
  font: 400;
  letter-spacing: 0.04em;
  color: var(--item_color);
  
  @media (max-width: 768px) {
    font-size: 1.2rem;
  }
}
.program .course_block .item_block .item_list .item .item_ttl {
  font-size: 1.8115942028985508cqw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: justify;
  word-break: break-all;
  margin-top: 0.7246376811594203cqw;

  @media (max-width: 768px) {
    font-size: 2rem;
    margin-top: 8px;
  }
}
.program .course_block .item_block .item_list .item .tag_list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7246376811594203cqw;
  align-items: center;
  margin-top: 0.7246376811594203cqw;

  @media (max-width: 768px) {
    gap: 8px;
    margin-top: 8px;
  }
}
.program .course_block .item_block .item_list .item .tag_list .tag {
  font-size: max(1.0869565217391304cqw,1rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  border-radius: 9999px;
  border: 1px solid #182772;
  padding: 0.2717391304347826cqw 0.9963768115942028cqw;

  @media (max-width: 768px) {
    font-size: 1.2rem;
    padding: 3px 11px;
  }
}
.program .course_block .item_block .item_list .item .group {
  display: flex;
  flex-direction: column;
  gap: 0.7246376811594203cqw;
  margin-top: 2.1739130434782608cqw;

  @media (max-width: 768px) {
    gap: 8px;
    margin-top: 16px;
  }
}
.program .course_block .item_block .item_list .item .felx_txt {
  display: flex;
  gap: 0.7246376811594203cqw;
  align-items: center;

  @media (max-width: 768px) {
    gap: 8px;
  }
}
.program .course_block .item_block .item_list .item .flex_head {
  align-self: flex-start;
  font-size: max(1.0869565217391304cqw,1rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #182772;
  border-radius: 0.36231884057971014cqw 0.36231884057971014cqw 0 0.36231884057971014cqw;
  padding: 0.36231884057971014cqw 1.0869565217391304cqw;
  flex-shrink: 0;

  @media (max-width: 768px) {
    font-size: 1.2rem;
    border-radius: 4px 4px 0 4px;
    padding: 4px 12px;
  }
}
.program .course_block .item_block .item_list .item .flex_cont {
  flex: 1;
  font-size: max(1.358695652173913cqw,1rem);
  font-weight: 400;
  letter-spacing: 0.04em;

  @media (max-width: 768px) {
    font-size: 1.5rem;
  }
}
.program .course_block .item_block .item_list .item .item_more {
  position: relative;
  width: 100%;
  font-size: max(1.2681159420289856cqw,1rem);
  font-family: var(--kronaOne);
  font-weight: 400;
  letter-spacing: 0.04em;
  color: var(--color);
  border-radius: 9999px;
  border: unset;
  background-color: var(--item_color);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color ease .3s, color ease .3s;
  padding: 1.358695652173913cqw;
  margin-top: 2.1739130434782608cqw;

  @media (min-width: 769px) {
    &:hover {
      color: #fff;
      background-color: #182772;
    }
  }

  @media (max-width: 768px) {
    font-size: 1.4rem;
    padding: 15px;
    margin-top: 16px;
  }
}
.program .course_block .item_block .item_list .item .item_more .icon {
  position: absolute;
  width: 2.898550724637681cqw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  translate: 0 -50%;
  top: 50%;
  right: 0.7246376811594203cqw;

  @media (max-width: 768px) {
    width: 32px;
    right: 8px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    mask-image: url(../img/item_more_icon.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: #182772;
    top: 0;
    left: 0;
  }
}
.program .course_block .item_block .item-nohit {
  font-size: 1.8115942028985508cqw;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  display: none;
  margin: 1.8115942028985508cqw auto 0;

  @media (max-width: 768px) {
    font-size: 2rem;
    margin-top: 20px;
  }
}
.program .course_block .item_block :is(.item_list .item.-show,.item-nohit.-show) {
  display: grid;

}
.program .course_block .item_block :is(.item_list .item.-none,.item-nohit.-none) {
  display: none;
}
.program .course_block .item_block .course_more {
  position: relative;
  width: 100%;
  font-size: 1.8115942028985508cqw;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  border: 1px solid #182772;
  background-color: #182772;
  cursor: pointer;
  transition: background-color ease .3s, color ease .3s;
  padding: 1.5398550724637683cqw;
  margin-top: 3.6231884057971016cqw;

  @media (min-width: 769px) {
    &:hover {
      color: #182772;
      background-color: #fff;

      .icon {
        background-color: #182772;
        
        &::before {
          background-color: #fff;
        }
      }
    }
  }

  @media (max-width: 768px) {
    font-size: 2rem;
    padding: 17px;
    margin-top: 40px;
  }
}
.program .course_block .item_block .course_more .icon {
  position: absolute;
  width: 3.6231884057971016cqw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #fff;
  transition: background-color ease .3s;
  border-radius: 50%;
  translate: 0 -50%;
  top: 50%;
  right: 1.0869565217391304cqw;

  @media (max-width: 768px) {
    width: 40px;
    right: 12px;
  }

  &::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    mask-image: url(../img/course_more_icon.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    background-color: #182772;
    transition: background-color ease .3s;
    top: 0;
    left: 0;
  }
}
/* ↑↑↑ program ↑↑↑ */

/* ↓↓↓ voice ↓↓↓ */
.voice {
  margin: min(12.5vw,160px) auto 0;
  @media (max-width: 768px) {
    margin: 100px auto 0;
  }
}
.voice .inner {
  width: 100%;
}
.voice .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1156px;
  padding-inline: 26px;
  container-type: inline-size;
  margin: 0 auto;
  gap:  min(5vw, 60px) min(2vw, 24px);
  margin-top: min(11.072664359861593vw, 128px);
  @media (max-width: 768px) {
    flex-direction: column;
    max-width: 100%;
    padding-inline: 0;
    gap: 76px;
    margin-top: 100px;
  }
}
.voice .container .card {
  position: relative;
  width: 31.88405797101449cqw;
  height: fit-content;
  padding: 6.884057971014493cqw 2.1739130434782608cqw 2.1739130434782608cqw;
  border-radius: 40px 40px 40px 0;
  @media (max-width: 768px) {
    width: calc(100% - 36px);
    padding: 76px 24px 24px;
  }
}
.voice .container .card:nth-of-type(1),
.voice .container .card:nth-of-type(6){
  background-color: #FF3D77;
}
.voice .container .card:nth-of-type(2) {
  background-color: #A2F100;
  margin-top: 5.434782608695652cqw;
  @media (max-width: 768px) {
    margin-top: 0;
  }
}
.voice .container .card:nth-of-type(3){
  background-color: #9A6EFF;
}
.voice .container .card:nth-of-type(4) {
  background-color: #FFE800;
}
.voice .container .card:nth-of-type(5){
  background-color: #00D1FF;
  margin-top: 5.434782608695652cqw;
  @media (max-width: 768px) {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  .voice .container .card:nth-of-type(1),
  .voice .container .card:nth-of-type(3),
  .voice .container .card:nth-of-type(5) {
    margin-left: auto;
  }
}

.voice .container .card .icon {
  position: absolute;
  translate: -50% 0;
  top: -5.434782608695652cqw;
  left: 50%;
  width: 10.869565217391305cqw;
  @media (max-width: 768px) {
    top: -60px;
    width: 120px;
  }
}
.voice .container .card .text {
  font-size: 1.4492753623188406cqw;
  height: 12.318840579710146cqw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: justify;
  word-break: break-all;
  color: #fff;
  @media (max-width: 768px) {
    font-size: 1.6rem;
    height: fit-content;
  }
}
.voice .container .card:nth-of-type(2) .text,
.voice .container .card:nth-of-type(4) .text,
.voice .container .card:nth-of-type(5) .text {
  color: #182772;
}
/* ↑↑↑ voice ↑↑↑ */
/* ↓↓↓ detail ↓↓↓ */
.detail {
  overflow-x: clip;
  position: relative;
  margin: min(12.5vw,160px) auto 0;
  padding-bottom: min(6.875vw, 88px);
  @media (max-width: 768px) {
    margin: 100px auto 0;
  }

  &::before {
    content: '';
    position: absolute;
    translate: -50% 0;
    bottom: 0;
    left: 50%;
    width: min(110.625vw, 1416px);
    height: fit-content;
    aspect-ratio: 1416/2332;
    background: url(../img/detail_bg_deco.png) no-repeat;
    background-size: cover;
    @media (max-width: 768px) {
      width: 100%;
      top: 95px;
      height: calc(100% - 95px);
      aspect-ratio: unset;
      background: url(../img/detail_bg_deco_sp.png) repeat-y;
      background-size: 100% auto;
    }
  }
}
.detail .inner {
  max-width: 1156px;
  padding-inline: 26px;
  container-type: inline-size;
  margin: 0 auto;
  @media (max-width: 768px) {
    max-width: 100%;
  }
}
.detail .content {
  position: relative;
  padding: 7.246376811594203cqw 8.51449275362319cqw;
  margin-top: 7.971014492753622cqw;
  @media (max-width: 768px) {
    padding: 40px 24px;
    margin-top: 40px;
  }
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(20px);
  }
}
.detail .content .item {
  position: relative;
  display: flex;
  gap: 6.340579710144928cqw;
  padding-bottom: 3.6231884057971016cqw;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 16px;
    padding-bottom: 24px;
  }
  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #182772;
  }
}
.detail .content .item + .item {
  margin-top: 3.6231884057971016cqw;
  @media (max-width: 768px) {
    margin-top: 24px;
  }
}
.detail .content .item .head {
  width: 17.02898550724638cqw;
  font-size: 1.4492753623188406cqw;
  font-weight: 700;
  letter-spacing: 0.1em;
  @media (max-width: 768px) {
    width: 100%;
    font-size: 1.6rem;
  }
}
.detail .content .item .text_wrap {
  flex: 1;
}
.detail .content .item .text_wrap .text {
  font-size: 1.4492753623188406cqw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: justify;
  word-break: break-all;
  @media (max-width: 768px) {
    font-size: 1.6rem;
  }
}
.detail .content .item .text_wrap .text .-bold {
  font-weight: 700;
}
.detail .content .item .text_wrap .text a {
  text-decoration-line: underline;
  text-decoration-color: currentColor;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  transition: opacity 300ms ease;
  @media (min-width: 769px) {
    &:hover {
      opacity: 0.7;
    }
  }
}
.detail .content .item .text_wrap .text .attention {
  display: block;
  padding-left: 3.5rem;
  text-indent: -3.5rem;
  @media (max-width: 768px) {
    padding-left: 1.8rem;
    text-indent: -1.8rem;
  }
}
.detail .content .entry_btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48.91304347826087cqw;
  aspect-ratio: 540/88;
  font-size: 2.1739130434782608cqw;
  font-family: var(--kronaOne);
  color: #fff;
  border-radius: 9999px;
  overflow: hidden;
  z-index: 1;
  margin: 3.6231884057971016cqw auto 0;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: var(--grad);
    z-index: -1;
  }
  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #182772;
    z-index: -1;
    transition: opacity .3s ease;
  }
  @media (min-width: 769px) {
    &:hover {
      &::after {
        opacity: 0;
      }
    }
  }
  @media (max-width: 768px) {
    display: none;
  }
}
/* ↑↑↑ detail ↑↑↑ */
/* ↓↓↓ faq ↓↓↓ */
.faq {
  position: relative;
  margin: min(12.5vw,160px) auto;
  z-index: 1;
  @media (max-width: 768px) {
    margin: 100px auto;
  }
}
.faq .inner {
  max-width: 1156px;
  padding-inline: 26px;
  container-type: inline-size;
  margin: 0 auto;
  @media (max-width: 768px) {
    max-width: 100%;
  }
}
.faq .content {
  width: 82.97101449275362cqw;
  margin: 7.971014492753622cqw auto 0;
  @media (max-width: 768px) {
    width: 100%;
    margin: 10px auto 0;
  }
}
.faq .content .block {
  width: 100%;
}
.faq .content .block + .block {
  margin-top: 2.1739130434782608cqw;
  @media (max-width: 768px) {
    margin-top: 16px;
  }
}
.faq .content .block .question {
  display: flex;
  align-items: center;
  gap: 2.1739130434782608cqw;
  padding: 1.4492753623188406cqw 2.1739130434782608cqw;
  border-radius: 24px 24px 0 0;
  @media (max-width: 768px) {
    gap: 16px;
    padding: 18px 24px;
  }
}
.faq .content .block:nth-of-type(1) .question {
  background-color: #9A6EFF;
}
.faq .content .block:nth-of-type(2) .question {
  background-color: #A2F100;
}
.faq .content .block:nth-of-type(3) .question {
  background-color: #FF3D77;
}
.faq .content .block:nth-of-type(4) .question {
  background-color: #FFE800;
}
.faq .content .block:nth-of-type(5) .question {
  background-color: #00D1FF;
}
.faq .content .block .question .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.072463768115942cqw;
  aspect-ratio: 1/1;
  height: fit-content;
  background-color: #fff;
  border-radius: 50%;
  @media (max-width: 768px) {
    width: 40px;
  }
}
.faq .content .block .question .icon p {
  font-size: 2.1739130434782608cqw;
  font-family: var(--kronaOne);
  line-height: 1;
  @media (max-width: 768px) {
    font-size: 2.0rem;
  }
}
.faq .content .block .question .text {
  flex: 1;
  font-size: 1.4492753623188406cqw;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.75;
  @media (max-width: 768px) {
    font-size: 1.6rem;
  }
}
.faq .content .block:nth-of-type(2) .question .text,
.faq .content .block:nth-of-type(4) .question .text,
.faq .content .block:nth-of-type(5) .question .text {
  color: #182772;
}
.faq .content .block .answer {
  box-sizing: border-box;
  padding: 2.1739130434782608cqw 6.340579710144928cqw;
  @media (max-width: 768px) {
    padding: 16px 24px 24px;
  }
}
.faq .content .block:nth-of-type(1) .answer {
  border: 1px solid #9A6EFF;
  border-radius: 0 0 24px 0;
}
.faq .content .block:nth-of-type(2) .answer {
  border: 1px solid #A2F100;
  border-radius: 0 0 24px 0;
}
.faq .content .block:nth-of-type(3) .answer {
  border: 1px solid #FF3D77;
  border-radius: 0 0 24px 0;
}
.faq .content .block:nth-of-type(4) .answer {
  border: 1px solid #FFE800;
  border-radius: 0 0 24px 0;
}
.faq .content .block:nth-of-type(5) .answer {
  border: 1px solid #00D1FF;
  border-radius: 0 0 24px 0;
}
.faq .content .block .answer .text {
  font-size: 1.4492753623188406cqw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: justify;
  word-break: break-all;
  @media (max-width: 768px) {
    font-size: 1.6rem;
  }
}

/* ↑↑↑ faq ↑↑↑ */
/* ↓↓↓ modal ↓↓↓ */
.js-modal {
  opacity:0;
  visibility:hidden;
  transition: opacity 300ms ease, visibility 0ms 300ms ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  z-index: 30;
  padding-inline: 26px;
  &.-open{
    opacity:1;
    visibility:visible;
    transition: opacity 300ms ease;
  }
}
.modal__bg {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transform: translateZ(0); 
  position: absolute;
  top: 0;
  left: 0;
}
.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: min(94.62809917355372vw, 916px);
  height: 75dvh;
  background: #fff;
  container-type: inline-size;
  border: 2px solid var(--item-color);
  border-radius: 64px 64px 64px 0;
  @media (max-width: 768px) {
    max-width: calc(100% - 52px);
    height: 80dvh;
    border-radius: 40px 40px 40px 0;
  }
  &.color01 {
    --item-color: #00D1FF;
    --color: #fff;
    --deco: url(../img/modal_deco01.svg);
    --width: min(12.396694214876034vw, 120px);
    @media (max-width: 768px) {
      --width: 80px;
    }
  }
  &.color02 {
    --item-color: #9A6EFF;
    --color: #fff;
    --deco: url(../img/modal_deco02.svg);
    --width: min(12.396694214876034vw, 120px);
    @media (max-width: 768px) {
      --width: 80px;
    }
  }
  &.color03 {
    --item-color: #A2F100;
    --deco: url(../img/modal_deco03.svg);
    --width: min(12.396694214876034vw, 120px);
    @media (max-width: 768px) {
      --width: 80px;
    }
  }
  &.color04 {
    --item-color: #FF3D77;
    --color: #fff;
    --deco: url(../img/modal_deco04.svg);
    --width: min(12.396694214876034vw, 120px);
    @media (max-width: 768px) {
      --width: 80px;
    }
  }
  &.color05 {
    --item-color: #FFE800;
    --deco: url(../img/modal_deco05.svg);
    --width: min(12.396694214876034vw, 120px);
    @media (max-width: 768px) {
      --width: 80px;
    }
  }
  &.color06 {
    --item-color: #00D1FF;
    --color: #fff;
    --deco: url(../img/modal_deco06.svg);
    --width: min(24.793388429752067vw, 240px);
    @media (max-width: 768px) {
      --width: 160px;
    }
  }
  &::after {
    content: '';
    position: absolute;
    top: max(-6.198347107438017vw, -60px);
    left: min(6.198347107438017vw, 60px);
    width: var(--width);
    height: min(12.396694214876034vw, 120px);
    background-image: var(--deco);
    background-repeat: no-repeat;
    background-size: cover;
    @media (max-width: 768px) {
      top: -40px;
      left: 25px;
      height: 80px;
    }
  }
}
.modal__content .scroll_area {
  width: 100%;
  height: calc(100% - 9.100877192982457cqw);
  overflow-y: scroll;
  margin: 0 auto;
  margin-block: 9.100877192982457cqw 0;
  padding-inline: 10.087719298245613cqw;
  @media (max-width: 768px) {
    height: calc(100% - 56px);
    margin-block: 56px 0;
    padding-inline: 24px;
  }
}
.modal__content .content {
  width: 100%;
  padding-bottom: 6.907894736842106cqw;
  @media (max-width: 768px) {
    padding-bottom: 96px;
  }
}
.modal__content .content .head_list {
  display: flex;
  gap: 0.8771929824561403cqw;
  @media (max-width: 768px) {
    flex-wrap: wrap;
    gap: 8px;
  }
}
.modal__content .content .head {
  width: fit-content;
  padding: 0.8771929824561403cqw 2.631578947368421cqw;
  background-color: var(--item-color);
  border-radius: 24px 24px 24px 0;
  font-size: 1.644736842105263cqw;
  font-weight: 700;
  color: var(--color);
  line-height: 1.2;
  @media (max-width: 768px) {
    padding: 8px 24px;
    font-size: 1.6rem;
  }
}
.modal__content .content .head.-mo {
  background-color: #FF3D77;
}
.modal__content .content .ttl_wrap {
  margin-top: 1.7543859649122806cqw;
  @media (max-width: 768px) {
    margin-top: 16px;
  }
}
.modal__content .content .ttl_wrap .sub_ttl {
  font-size: 1.5350877192982455cqw;
  font-family: var(--kronaOne);
  letter-spacing: 0.04em;
  color: var(--item-color);
  @media (max-width: 768px) {
    font-size: 1.4rem;
  }
}
.modal__content .content .ttl_wrap .ttl {
  font-size: 2.4122807017543857cqw;
  letter-spacing: 0.1em;
  font-weight: 700;
  @media (max-width: 768px) {
    font-size: 2.4rem;
    margin-top: 4px;
  }
}
.modal__content .content .keyword_list {
  display: flex;
  gap: 0.8771929824561403cqw;
  margin-top: 0.43859649122807015cqw;
  @media (max-width: 768px) {
    gap: 8px;
    margin-top: 4px;
  }
}
.modal__content .content .keyword {
  font-size: 1.3157894736842104cqw;
  font-weight: 500;
  border-radius: 9999px;
  padding: 0.43859649122807015cqw 1.3157894736842104cqw;
  border: 1px solid #182772;
  line-height: 1.3;
  @media (max-width: 768px) {
    font-size: 1.2rem;
    padding: 4px 12px;
  }
}
.modal__content .content .info_list {
  margin-top: 3.508771929824561cqw;
  @media (max-width: 768px) {
    margin-top: 32px;
  }
}
.modal__content .content .info {
  display: flex;
  align-items: flex-start;
  gap: 1.7543859649122806cqw;
  @media (max-width: 768px) {
    gap: 8px;
  }
}
.modal__content .content .info + .info {
  margin-top: 0.8771929824561403cqw;
  @media (max-width: 768px) {
    margin-top: 8px;
  }
}
.modal__content .content .info .text01 {
  font-size: 1.644736842105263cqw;
  color: #fff;
  font-weight: 500;
  padding: 0.43859649122807015cqw 1.3157894736842104cqw;
  background-color: #182772;
  border-radius: 4px 4px 0 4px;
  @media (max-width: 768px) {
    font-size: 1.6rem;
    padding: 4px 8px;
  }
}
.modal__content .content .info .text02 {
  font-size: 1.644736842105263cqw;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0.43859649122807015cqw;
  @media (max-width: 768px) {
    font-size: 1.6rem;
    margin-top: 4px;
  }
}
.modal__content .content .text {
  font-size: 1.644736842105263cqw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: justify;
  word-break: break-all;
  margin-top: 3.508771929824561cqw;
  @media (max-width: 768px) {
    font-size: 1.6rem;
    margin-top: 32px;
  }
}
.modal__content .content .container {
  display: flex;
  gap: 2.7412280701754383cqw;
  margin-top: 7.017543859649122cqw;
  @media (max-width: 768px) {
    flex-direction: column;
    gap: 32px;
    margin-top: 55px;
  }
}
.modal__content .content .container .skill_list {
  position: relative;
  width: 24.780701754385966cqw;
  height: fit-content;
  box-sizing: border-box;
  padding: 4.824561403508771cqw 1.5350877192982455cqw 2.4122807017543857cqw;
  border: 2px solid var(--item-color);
  border-radius: 8px;
  @media (max-width: 768px) {
    width: 100%;
    padding: 44px 22px 22px;
  }
}
.modal__content .content .container .skill_list .skill_head {
  position: absolute;
  translate: -50% 0;
  top: -1.7543859649122806cqw;
  left: 50%;
  width: max-content;
  padding: 0.6578947368421052cqw 3.289473684210526cqw;
  font-size: 1.644736842105263cqw;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.75;
  background-color: var(--item-color);
  color: var(--color);
  border-radius: 9999px;
  @media (max-width: 768px) {
    top: -16px;
    padding: 8px 30px;
    font-size: 1.6rem;
  }
  &::after {
    content: '';
    position: absolute;
    translate: -50% 0;
    left: 50%;
    bottom: -0.6578947368421052cqw;
    width: 1.0964912280701753cqw;
    height: 0.8771929824561403cqw;
    mask-image: url(../img/modal_triangle.svg);
    mask-repeat: no-repeat;
    mask-size: cover;
    background-color: var(--item-color);
    @media (max-width: 768px) {
      bottom: -6px;
      width: 10px;
      height: 8px;
    }
  }
}
.modal__content .content .container .skill_list .point {
  position: relative;
  font-size: 1.644736842105263cqw;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  padding-left: 1.7543859649122806cqw;
  text-align: justify;
  word-break: break-all;
  @media (max-width: 768px) {
    font-size: 1.6rem;
    padding-left: 16px;
  }
  &::after {
    content: '';
    position: absolute;
    top: 1.3157894736842104cqw;
    left: 0.6578947368421052cqw;
    width: 0.43859649122807015cqw;
    height: 0.43859649122807015cqw;
    background-color: var(--item-color);
    border-radius: 50%;
    @media (max-width: 768px) {
      top: 13px;
      left: 6px;
      width: 4px;
      height: 4px;
    }
  }
}
.modal__content .content .container .skill_list .point + .point {
  margin-top: 1.3157894736842104cqw;
  @media (max-width: 768px) {
    margin-top: 16px;
  }
}
.modal__content .close_btn {
  position: absolute;
  top: -5.921052631578947cqw;
  right: -2.631578947368421cqw;
  width: 7.017543859649122cqw;
  aspect-ratio: 1 / 1;
  background-color: #000;
  border-radius: 50%;
  border: 1px solid #fff;
  cursor: pointer;
  transition: opacity .3s ease;
  @media (max-width: 768px) {
    top: unset;
    bottom: 40px;
    translate: -50% 0;
    right: unset;
    left: 50%;
    width: 56px;
  }
  &::after, &::before {
    content: '';
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    width: 3.508771929824561cqw;
    height: 0.21929824561403508cqw;
    background-color: #fff;
    @media (max-width: 768px) {
      width: 28px;
      height: 2px;
    }
  }
  &::after {
    rotate: 45deg;
  }
  &::before {
    rotate: -45deg;
  }
  @media (min-width: 769px) {
    &:hover {
      opacity: 0.5;
    }
  }
}

/* ↑↑↑ modal ↑↑↑ */
/* ↓↓↓ footer ↓↓↓ */
footer {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 48px;
  background-color: #182772;
}

footer .copyright {
  font-size: 1.2rem;
  font-family: var(--kronaOne);
  letter-spacing: 0.04em;
  color: #fff;
}
/* ↑↑↑ footer ↑↑↑ */