@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
.is-primary {
  color: #FF92D7;
}

/* margin */
.m1 {
  margin: 1rem;
}

.mt1 {
  margin-top: 1rem;
}

.mb1 {
  margin-bottom: 1rem;
}

.ml1 {
  margin-left: 1rem;
}

.mr1 {
  margin-right: 1rem;
}

.mx1 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

/* padding */
.p1 {
  padding: 1rem;
}

.pt1 {
  padding-top: 1rem;
}

.pb1 {
  padding-bottom: 1rem;
}

.pl1 {
  padding-left: 1rem;
}

.pr1 {
  padding-right: 1rem;
}

.px1 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* margin */
.m2 {
  margin: 2rem;
}

.mt2 {
  margin-top: 2rem;
}

.mb2 {
  margin-bottom: 2rem;
}

.ml2 {
  margin-left: 2rem;
}

.mr2 {
  margin-right: 2rem;
}

.mx2 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

/* padding */
.p2 {
  padding: 2rem;
}

.pt2 {
  padding-top: 2rem;
}

.pb2 {
  padding-bottom: 2rem;
}

.pl2 {
  padding-left: 2rem;
}

.pr2 {
  padding-right: 2rem;
}

.px2 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py2 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* margin */
.m3 {
  margin: 3rem;
}

.mt3 {
  margin-top: 3rem;
}

.mb3 {
  margin-bottom: 3rem;
}

.ml3 {
  margin-left: 3rem;
}

.mr3 {
  margin-right: 3rem;
}

.mx3 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my3 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

/* padding */
.p3 {
  padding: 3rem;
}

.pt3 {
  padding-top: 3rem;
}

.pb3 {
  padding-bottom: 3rem;
}

.pl3 {
  padding-left: 3rem;
}

.pr3 {
  padding-right: 3rem;
}

.px3 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py3 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

/* margin */
.m4 {
  margin: 4rem;
}

.mt4 {
  margin-top: 4rem;
}

.mb4 {
  margin-bottom: 4rem;
}

.ml4 {
  margin-left: 4rem;
}

.mr4 {
  margin-right: 4rem;
}

.mx4 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my4 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

/* padding */
.p4 {
  padding: 4rem;
}

.pt4 {
  padding-top: 4rem;
}

.pb4 {
  padding-bottom: 4rem;
}

.pl4 {
  padding-left: 4rem;
}

.pr4 {
  padding-right: 4rem;
}

.px4 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

/* margin */
.m5 {
  margin: 5rem;
}

.mt5 {
  margin-top: 5rem;
}

.mb5 {
  margin-bottom: 5rem;
}

.ml5 {
  margin-left: 5rem;
}

.mr5 {
  margin-right: 5rem;
}

.mx5 {
  margin-left: 5rem;
  margin-right: 5rem;
}

.my5 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

/* padding */
.p5 {
  padding: 5rem;
}

.pt5 {
  padding-top: 5rem;
}

.pb5 {
  padding-bottom: 5rem;
}

.pl5 {
  padding-left: 5rem;
}

.pr5 {
  padding-right: 5rem;
}

.px5 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.py5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

body.lp main h1, body.lp main h2, body.lp main h3, body.lp main h4, body.lp main h5, body.lp main h6,
body.lp main p {
  font-size: inherit;
}

/* html / body */
html img {
  max-width: 100%;
  height: auto;
}

.is-pink {
  color: #FF92D7;
}

.is-mint {
  color: #00E2BC;
}

.is-blue {
  color: #4CC3E1;
}

.is-yellow {
  color: #F1D024;
}

.bg-pink {
  background-color: #FF92D7;
}

.bg-mint {
  background-color: #00E2BC;
}

.bg-blue {
  background-color: #4CC3E1;
}

.bg-yellow {
  background-color: #F1D024;
}

/* ベース適用 */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

/* 見出し */
h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
}

/* 本文 */
p {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  line-height: 1.7;
}

/* インライン */
span, a {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

/* テーブル */
table, th, td {
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
}

/* Utility class（HTMLから直接指定できる） */
.is-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
}

.is-vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}

.is-tilt {
  transform: rotate(-7deg);
}

.is-tilt-right {
  transform: rotate(7deg);
}

/* =========================
  Heading & Paragraph RESET
========================= */
h1, h2, h3, h4, h5, h6,
p {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

/* LPレイアウト */
.lp {
  max-width: 430px;
  margin: 0 auto;
  overflow: hidden;
}
.lp .h1_title--vertical {
  position: absolute;
  top: 80px;
  right: 35px;
  writing-mode: vertical-rl;
  font-size: 14px;
  font-weight: 400;
  height: -moz-max-content;
  height: max-content;
  width: auto;
}
.lp header {
  width: 100%;
  position: relative;
}
.lp header h1 {
  position: absolute;
  right: 20px;
  top: 20px;
  max-width: 110px;
}
.lp .hero {
  position: relative;
}
.lp .hero-media {
  width: 430xp;
}
.lp .hero-content {
  transform: rotate(-7deg);
  text-align: center;
}
.lp .hero-content-title {
  font-size: 4rem;
  background: linear-gradient(180deg, #E4007F, #C1DAFF);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  width: -moz-max-content;
  width: max-content;
  white-space: nowrap;
}
.lp .hero-content-text {
  font-size: 23px;
  font-weight: 900;
}
.lp .hero-content-text-big {
  font-size: 48px;
  font-weight: 900;
  display: block;
}
.lp .cta-button-area {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.lp .cta-button-area-line {
  border-radius: 3rem;
  background: #06C755;
  width: 360px;
  height: 57px;
  display: flex;
  color: white;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 2px 10px rgba(235, 68, 85, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lp .cta-button-area-line:hover {
  transform: translateY(-3px);
}
.lp .cta-button-area-line::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/lp/recruit/icon-line.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.lp .cta-button-area-instagram {
  border-radius: 3rem;
  background: linear-gradient(90deg, #6C23F5 0%, #EB4455 50%, #F8D849 100%);
  width: 360px;
  height: 57px;
  display: flex;
  color: white;
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: 0 2px 10px rgba(235, 68, 85, 0.25);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.lp .cta-button-area-instagram:hover {
  transform: translateY(-3px);
}
.lp .cta-button-area-instagram::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("../images/lp/recruit/icon-instagram.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.bg-line-loop {
  width: 100%;
  height: 40px; /* 好きな高さ */
  background-image: url("../images/lp/recruit/bg-line.svg");
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: auto 100%;
  transform: rotate(7deg);
  animation: bg-line-scroll 20s linear infinite;
}

.bg-line-loop-bottom {
  width: 100%;
  height: 40px; /* 好きな高さ */
  background-image: url("../images/lp/recruit/bg-line.svg");
  background-repeat: repeat-x;
  background-position: 0 50%;
  background-size: auto 100%;
  transform: rotate(-7deg);
  animation: bg-line-scroll 20s linear infinite;
}

@keyframes bg-line-scroll {
  from {
    background-position-x: 0;
  }
  to {
    background-position-x: -100%;
  }
}
.wath-area {
  text-align: center;
  margin: 4rem 0;
}
.wath-area-title {
  background-image: url("../images/lp/recruit/waths_title_bg.png");
  background-repeat: no-repeat;
  text-align: center;
  background-position-x: center;
  background-position-y: top;
}
.wath-area-title-h2 {
  font-size: 30px;
  font-weight: 900;
}
.wath-area-title-h2 span {
  display: block;
  font-size: 26px;
}
.wath-area-subtitle {
  font-size: 24px;
}
.wath-area-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 30px;
}

.akigeki-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.akigeki-area-title-h2 {
  font-size: 30px;
  font-weight: 900;
  color: #FF92D7;
  position: relative;
}
.akigeki-area-title-h2-box {
  background: #FF92D7;
  padding: 0 0.2rem;
  color: white;
}
.akigeki-area-title-h2-backtext {
  font-size: 64px;
  opacity: 0.2;
  display: block;
  color: #FF92D7;
  left: 0;
  top: 0rem;
  position: absolute;
  left: 0;
  z-index: -1;
  font-weight: 400;
}
.akigeki-area-text {
  line-height: normal;
  font-size: 12px;
  font-weight: 400;
}
.akigeki-area-items {
  display: flex;
}
.akigeki-area-item {
  flex: auto;
}

.akigeki-area {
  /* ===== items ラッパー ===== */
  /* ===== 各アイテム ===== */
  /* ===== アイテム下テキスト ===== */
}
.akigeki-area-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  width: 100%;
  /* 3列固定（150px × 3 + gap2本） */
  max-width: calc(450px + 1rem);
  margin: 0 auto;
}
.akigeki-area-item {
  flex: 0 0 110px;
  width: 110px;
  text-align: center;
  position: relative;
}
.akigeki-area-item img {
  width: 100%;
  height: auto;
  display: block;
}
.akigeki-area-item-text {
  margin-top: 0.5rem;
  font-size: 12px;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: 900;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.9);
  pointer-events: none; /* ← クリック阻害防止 */
  width: 100%;
}
.akigeki-area-item-text span {
  display: block;
  font-size: 11px;
  letter-spacing: 0.05em;
  color: white;
}

.strong-area {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.strong-area-title-h2 {
  font-size: 22px;
  text-align: center;
  position: relative;
}
.strong-area-title-h2::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/lp/recruit/strong-title-star.svg) no-repeat center/contain;
}
.strong-area-title-h2::after {
  content: "";
  position: absolute;
  bottom: -2rem;
  left: 40%;
  transform: translateX(50%);
  width: 25px;
  height: 25px;
  background: url(../images/lp/recruit/strong-title-star.svg) no-repeat center/contain;
}
.strong-area-ink-pink {
  position: absolute;
  width: 179px;
  right: -110px;
  z-index: 1;
}
.strong-area-ink-blue {
  position: absolute;
  width: 229px;
  left: -7rem;
  top: -3rem;
  z-index: 1;
}
.strong-area-bnr {
  position: relative;
  display: inline-block;
}
.strong-area-bnr-label {
  position: absolute;
  padding: 0.2rem 0.5rem;
  font-weight: 400;
  font-size: 20px;
  color: #fff;
  z-index: 1;
}
.strong-area-bnr-label-lt {
  top: 0;
  left: 0.3rem;
}
.strong-area-bnr-label-rb {
  bottom: 0;
  right: 0.3rem;
}
.strong-area-bnr-label::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: skewX(-15deg);
  z-index: -1;
  background: #FF92D7;
}
.strong-area-bnr-label--pink::before {
  background: #FF92D7;
}
.strong-area-bnr-label--mint::before {
  background: #00E2BC;
}
.strong-area-bnr-label--blue::before {
  background: #4CC3E1;
}
.strong-area-bnr-label--yellow::before {
  background: #F1D024;
}

.lesson-area {
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.1);
  width: 90%;
  margin: 0 auto;
  background: white;
  padding-top: 4rem;
  position: relative;
  border-radius: 1rem;
  background: url("../images/lp/recruit/bg-lesson-l.svg") left top/120px no-repeat, url("../images/lp/recruit/bg-lesson-r.svg") right top/120px no-repeat, url("../images/lp/recruit/bg-lesson-l-flip.svg") left bottom/120px no-repeat, url("../images/lp/recruit/bg-lesson-r-flip.svg") right bottom/120px no-repeat;
}
.lesson-area-title-h2 {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.lesson-area-title-h2::before {
  content: "";
  position: absolute;
  top: -2rem;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 30px;
  background: url(../images/lp/recruit/strong-title-star.svg) no-repeat center/contain;
}
.lesson-area-title-h2 span {
  font-size: 10px;
  color: #FF92D7;
  display: block;
}
.lesson-area-box {
  display: flex;
  /* 反転レイアウト */
}
.lesson-area-box--reverse {
  flex-direction: row-reverse;
}
.lesson-area-box-textarea {
  flex: 0 0 70%;
  position: relative;
}
.lesson-area-box-textarea-en {
  position: relative;
  top: -2rem;
}
.lesson-area-box-textarea-title {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.lesson-area-box-textarea-text {
  font-size: 0.8rem;
  line-height: 1.7;
}
.lesson-area-box > div:last-child {
  flex: 0 0 30%;
}
.lesson-area-box > div:last-child .lesson-area-box-images {
  width: 100%;
  height: auto;
  display: block;
}

.recruit-area-title {
  text-align: center;
  display: flex;
  justify-content: center;
}
.recruit-area-title-h2 {
  font-size: 30px;
  font-weight: 900;
  color: #FF92D7;
  position: relative;
}
.recruit-area-title-h2-box {
  background: #FF92D7;
  padding: 0 0.2rem;
  color: white;
}
.recruit-area-title-h2-backtext {
  font-size: 64px;
  opacity: 0.2;
  display: block;
  color: #FF92D7;
  left: 0;
  top: -3rem;
  position: relative;
  left: 0;
  z-index: -1;
  font-weight: 400;
}
.recruit-area-content-h3 {
  font-weight: 700;
  font-size: 18px;
}
.recruit-area-content-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  row-gap: 0.8rem;
  align-items: start;
  align-items: baseline;
}
.recruit-area-content-dl-dt {
  padding: 0.4rem 0.8rem;
  font-weight: 700;
  font-size: 14px;
  border-radius: 0.3rem;
  display: inline-block;
  margin-bottom: 0.3rem;
  border-radius: 3rem;
  width: 100px;
  text-align: center;
}
.recruit-area-content-dl .recruit-area-content-dl-dt:nth-of-type(1) {
  background-color: #3FDFF5;
}
.recruit-area-content-dl .recruit-area-content-dl-dt:nth-of-type(2) {
  background-color: #FB5C5C;
}
.recruit-area-content-dl .recruit-area-content-dl-dt:nth-of-type(3) {
  background-color: #4CC3E1;
}
.recruit-area-content-dl .recruit-area-content-dl-dt:nth-of-type(4) {
  background-color: #F8D849;
}
.recruit-area-content-dl .recruit-area-content-dl-dt:nth-of-type(5) {
  background-color: #FF92D7;
}
.recruit-area-content-dl .recruit-area-content-dl-dt:nth-of-type(6) {
  background-color: #7EFF72;
}
.recruit-area-content-dl .recruit-area-content-dl-dt:nth-of-type(7) {
  background-color: #FFBD72;
}
.recruit-area-content-dl-dd {
  margin-inline-start: 0;
  font-size: 14px;
  line-height: 1.7;
}
.recruit-area-content-support {
  margin-top: 2rem;
  padding: 1rem;
  border: #9FA1FF solid 2px;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  text-align: center;
}
.recruit-area-content-support-h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.recruit-area-content-support-h4 span {
  font-size: 12px;
  font-weight: 400;
  display: block;
  color: #FF92D7;
}
.recruit-area-content-support-p {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 0.5rem;
}
.recruit-area-content-support-point {
  font-size: 14px;
  font-weight: 900;
  color: #9FA1FF;
}

.recruit-area-footer {
  position: relative;
  background-image: url("../images/lp/recruit/footer_01.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30rem 0 1rem;
  margin-top: 3rem;
  clip-path: polygon(0 26%, 100% 0, 100% 100%, 0 100%);
}
.recruit-area-footer .footer-copy {
  font-size: 11px;
}
.recruit-area-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.recruit-area-footer > * {
  position: relative;
  z-index: 2;
}
.recruit-area-footer .footer-vertical-copy {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.8;
  color: #fff;
  position: absolute;
  right: 45%;
  bottom: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
  left: 0;
  top: 26%;
}

.hero-3col {
  width: 100%;
}
.hero-3col video {
  display: none;
}
@media (min-width: 431px) {
  .hero-3col video {
    display: block;
  }
}
.hero-3col__inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.hero-3col__left, .hero-3col__right {
  display: none;
}
.hero-3col__center {
  width: 100%;
}
@media (min-width: 431px) {
  .hero-3col__inner {
    flex-direction: row;
    align-items: stretch;
  }
  .hero-3col__right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    right: 0;
    width: clamp(240px, 18vw, 360px);
    height: 100vh;
    background: #FF92D7;
    z-index: 10;
  }
  .hero-3col__right-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    text-align: center;
  }
  .hero-3col__right-nav li {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.85);
  }
  .hero-3col__right-nav li a {
    display: inline-flex;
    text-decoration: none;
    color: #E4007F;
  }
  .hero-3col__center {
    position: relative;
    width: 430px;
    flex: 0 0 430px;
    margin-left: auto;
    margin-right: clamp(240px, 18vw, 360px);
    background: #fff;
    z-index: 20;
  }
  .hero-3col__left {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: calc(430px + clamp(240px, 18vw, 360px));
    height: 100vh;
    overflow: hidden;
    z-index: 5;
  }
  .hero-3col__left::after {
    content: "";
    position: absolute;
    inset: 0;
    /*background: rgba(0, 0, 0, 0.6);*/
    pointer-events: none;
  }
  .hero-3col__left video {
    height: 100vh;
    width: auto;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.video_title--vertical {
  position: absolute;
  top: 5%;
  writing-mode: vertical-rl;
  font-size: 44px;
  font-weight: 200;
  height: -moz-max-content;
  height: max-content;
  width: auto;
  color: white;
  left: 5%;
}

.hero-3col__right {
  background-image: url("../images/lp/recruit/sp-right-bg-top.png"), url("../images/lp/recruit/sp-right-bg-bottom.png");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: contain, contain;
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .hero-3col__right {
    display: none;
  }
}
.hero-3col__right .sns-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.hero-3col__right .sns-btn a {
  display: inline-block;
  text-decoration: none;
}
.hero-3col__right .sns-btn a img {
  display: block;
  width: 100%;
  height: auto;
}

.qr-animation {
  position: relative;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.qr-animation:hover {
  transform: translateY(-3px) scale(1.02);
}
.qr-animation:hover img {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.qr-animation:active {
  transform: translateY(-4px) scale(1.02);
  transition: all 0.15s ease;
}
.qr-animation:active img {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}
.qr-animation img {
  transition: all 0.4s ease;
}

.sns-btn-line {
  width: 30%;
}
.sns-btn-line:hover img {
  box-shadow: 0 15px 35px rgba(0, 185, 0, 0.3);
}

.sns-btn-instagram {
  width: 30%;
}
.sns-btn-instagram:hover img {
  box-shadow: 0 15px 35px rgba(225, 48, 108, 0.3);
}

/* ベーススタイル */
.hero-3col__right-nav {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* 通常のリンク（最初の5つ） */
.hero-3col__right-nav a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333; /* お好みの色に変更してください */
  padding-bottom: 4px;
  transition: color 0.3s ease;
}

/* ホバー時のテキスト色変更 */
.hero-3col__right-nav a:hover {
  color: #0066cc; /* お好みの色に変更してください */
}

/* アンダーラインアニメーション */
.hero-3col__right-nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0066cc; /* アンダーラインの色 */
  transition: width 0.4s ease;
}

.hero-3col__right-nav a:hover::after {
  width: 100%;
}

/* CTAボタンは除外（既存のボタンスタイルを維持） */
.hero-3col__right-nav .cta-button-area-line::after,
.hero-3col__right-nav .cta-button-area-instagram::after {
  display: none;
}/*# sourceMappingURL=lp.css.map */