@charset "UTF-8";

/* このLP専用CSS。共有の get_header() / get_footer() への波及を避けるため、
   要素セレクタのリセットはページ本体のラッパー（.l-container）配下に限定する。 */
.l-container em {
  font-style: normal;
}

.l-container img {
  width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .view_pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .view_sp {
    display: none;
  }
}

.orange_btn {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  background: linear-gradient(90deg, #f49219 0%, #ffb42d 100%);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 768px) {
  .orange_btn {
    width: 100%;
  }
}

.orange_btn a {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px 16px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .orange_btn a {
    font-size: 18px;
  }
}

.orange_btn span {
  transform: translateX(-50%);
  position: absolute;
  top: -14px;
  left: 50%;
  background: #fff;
  border: 1px solid #f6991d;
  color: #f6991d;
  font-size: 14px;
  padding: 0 60px;
  border-radius: 100px;
  white-space: nowrap;
  letter-spacing: 0;
}

.orange_btn:hover {
  background: #fff;
}

.orange_btn:hover a {
  color: #f6991d;
}

.blue {
  color: #003499;
}

header {
  z-index: 100;
}

.fv {
  position: relative;
  background: url("../../img/occupational-nurse/bg_fv.webp");
}

.fv .inner_fv {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .fv .inner_fv {
    width: 90%;
  }
}

.fv .inner_fv {
  position: relative;
  z-index: 10;
  padding: 80px 0;
}

@media screen and (max-width: 768px) {
  .fv .inner_fv {
    padding: 40px 0;
    width: 100%;
    text-align: center;
  }
}

@media screen and (min-width: 769px) {
  .fv .inner_fv {
    display: flex;
  }
}

.fv .inner_fv .box_main_title {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .fv .inner_fv .box_main_title {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }
}

.fv .inner_fv .box_main_title .txt_reception {
  font-size: 24px;
  color: #009279;
  background: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 0 16px;
  letter-spacing: 0.04em;
  border-radius: 100px;
}

@media screen and (max-width: 768px) {
  .fv .inner_fv .box_main_title .txt_reception {
    font-size: 20px;
  }
}

.fv .inner_fv .box_main_title .serif {
  width: 260px;
  margin-top: 24px;
  display: block;
}

.fv .inner_fv .box_main_title h1 {
  margin-top: 12px;
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .fv .inner_fv .box_main_title h1 {
    font-size: 36px;
    text-align: left;
  }
}

@media (min-width: 640px) and (max-width: 768px) {
  .fv .inner_fv .box_main_title h1 .view_sp {
    display: none;
  }
}

.fv .inner_fv .box_main_title h1 span {
  font-size: 56px;
  color: #fff1b0;
}

@media screen and (max-width: 768px) {
  .fv .inner_fv .box_main_title h1 span {
    font-size: 42px;
  }
}

.fv .inner_fv .fv_slider {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  border-radius: 16px;
  width: 48%;
}

@media screen and (max-width: 768px) {
  .fv .inner_fv .fv_slider {
    width: 100%;
    margin-top: 16px;
    padding-top: 93%;
  }
}

.fv .inner_fv .fv_slider li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 1.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .fv .inner_fv .fv_slider li {
    transition: opacity 0.5s ease-in-out;
  }
}

.fv .inner_fv .fv_slider li.is-active-slide {
  opacity: 1;
  z-index: 2;
}

.fv .inner_fv .fv_slider li img {
  width: 100%;
  border-radius: 16px;
}

@media screen and (min-width: 769px) {
  .fv .inner_fv .fv_slider li img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
  }
}

.fv .orange_btn {
  margin-top: 24px;
  width: 420px;
}

@media screen and (max-width: 768px) {
  .fv .orange_btn {
    margin: 20px auto 0;
    width: 90%;
  }
}

.fv .icon_fv {
  position: absolute;
  bottom: 0;
  right: -34px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .fv .icon_fv {
    width: 126px;
    z-index: 0;
    bottom: auto;
    top: 170px;
    right: 80px;
  }
}

@media screen and (max-width: 768px) and (max-width: 640px) {
  .fv .icon_fv {
    right: 30px;
    top: 225px;
  }
}

@media screen and (max-width: 768px) and (max-width: 500px) {
  .fv .icon_fv {
    right: 5px;
    top: 235px;
  }
}

/* ==========================================
   背景幾何学模様 (Blob背景) の躍動的アニメーション
   ========================================== */
.fv-organic-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
}

.organic-shape-1 {
  position: absolute;
  width: 130%;
  height: 130%;
  background: radial-gradient(
    circle at 75% 40%,
    rgba(2, 172, 132, 0.45) 0%,
    rgba(0, 107, 88, 0.15) 50%,
    rgba(0, 90, 75, 0) 80%
  );
  top: -15%;
  left: -15%;
  border-radius: 43% 57% 41% 59% / 51% 45% 55% 49%;
  animation: organicWave1 22s ease-in-out infinite alternate;
}

.organic-shape-2 {
  position: absolute;
  width: 110%;
  height: 110%;
  background: radial-gradient(circle at 15% 85%, rgba(255, 241, 176, 0.08) 0%, rgba(0, 90, 75, 0) 65%);
  bottom: -15%;
  right: -10%;
  border-radius: 53% 47% 51% 49% / 45% 52% 48% 55%;
  animation: organicWave2 18s ease-in-out infinite alternate;
}

@keyframes organicWave1 {
  0% {
    transform: rotate(0deg) scale(1) translate(0, 0);
    border-radius: 43% 57% 41% 59% / 51% 45% 55% 49%;
  }

  50% {
    transform: rotate(12deg) scale(1.08) translate(30px, -20px);
    border-radius: 50% 50% 38% 62% / 40% 58% 42% 60%;
  }

  100% {
    transform: rotate(-8deg) scale(0.95) translate(-10px, 30px);
    border-radius: 38% 62% 55% 45% / 60% 40%;
  }
}

@keyframes organicWave2 {
  0% {
    transform: rotate(0deg) scale(1) translate(0, 0);
  }

  100% {
    transform: rotate(-15deg) scale(1.12) translate(-25px, 25px);
  }
}

/* キラキラ・星・プラスマーク装飾レイヤー */
.fv-sparkles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5; /* 背景グラデーション(z-index:1)の上、かつメインタイトル(z-index:10)の裏に配置 */
  pointer-events: none;
}

.sparkle-item {
  position: absolute;
  pointer-events: none;
}

/* 各装飾の正確なサイズ設定（0x0ピクセルに縮小するのを防ぎます） */
.sparkle-item.type-star {
  width: 24px;
  height: 24px;
}

.sparkle-item.type-star-sm {
  width: 14px;
  height: 14px;
}

.sparkle-item.type-plus {
  width: 16px;
  height: 16px;
}

/* SVGそのものの表示・伸縮設定 */
.sparkle-item svg {
  width: 100%;
  height: 100%;
  display: block;
}

/* ==========================================
   キラキラ浮遊＆またたきアニメーション
   ========================================== */
.anim-twinkle-1 {
  animation: twinkleFloat1 4.5s ease-in-out infinite;
}

.anim-twinkle-2 {
  animation: twinkleFloat2 5.5s ease-in-out infinite;
}

.anim-rotate-plus {
  animation: plusRotateFloat 6.5s ease-in-out infinite;
}

/* またたきながら上下に優しく浮遊する星1 */
@keyframes twinkleFloat1 {
  0%,
  100% {
    transform: translateY(0) scale(0.7);
    opacity: 0.2;
  }

  50% {
    transform: translateY(-15px) scale(1.1);
    opacity: 0.95;
  }
}

/* またたきながら上下に浮遊する星2 */
@keyframes twinkleFloat2 {
  0%,
  100% {
    transform: translateY(0) scale(1.1);
    opacity: 0.9;
  }

  50% {
    transform: translateY(-12px) scale(0.5);
    opacity: 0.15;
  }
}

/* ゆっくりと回転しながら上下に浮遊する十字（プラス） */
@keyframes plusRotateFloat {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
    opacity: 0.3;
  }

  50% {
    transform: translateY(-15px) rotate(180deg);
    opacity: 0.85;
  }
}

.strengths {
  padding: 80px 0;
  background: #f6f6f6;
}

@media screen and (max-width: 768px) {
  .strengths {
    padding: 40px 0;
  }
}

.strengths .inner_strengths {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .strengths .inner_strengths {
    width: 90%;
  }
}

.strengths .inner_strengths h2 {
  width: 385px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .strengths .inner_strengths h2 {
    width: 245px;
  }
}

.strengths .inner_strengths ul {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .strengths .inner_strengths ul {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  .strengths .inner_strengths ul {
    margin-top: 20px;
  }
}

.strengths .inner_strengths ul li {
  position: relative;
  width: 32%;
  background: #fff;
  border-radius: 16px;
  padding: 24px 0;
}

@media screen and (max-width: 768px) {
  .strengths .inner_strengths ul li {
    width: 100%;
  }

  .strengths .inner_strengths ul li:nth-child(n + 2) {
    margin-top: 32px;
  }
}

.strengths .inner_strengths ul li h3 {
  font-size: 24px;
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}

.strengths .inner_strengths ul li h3 span em {
  font-size: 28px;
}

.strengths .inner_strengths ul li .txt_strengths {
  padding: 16px 16px 0;
}

.strengths .inner_strengths ul li img {
  width: 100%;
}

.strengths .inner_strengths ul li .kome::after {
  content: "※1";
  font-size: 10px;
  vertical-align: top;
  font-weight: normal;
}

.card-border-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* テキストやボタンへのマウス操作を邪魔しない */
  z-index: 5; /* カード表面コンテンツの真上に重ねる */
  border-radius: 16px; /* カード本体の角丸(16px)と完全に揃える */
  overflow: hidden;
}

.card-border-rect {
  fill: none;
  stroke: #003499; /* エムスリーキャリアのブランドカラーのブルー */
  stroke-width: 2px; /* 線の細さ */
  stroke-linecap: round; /* 線のつなぎ目や端を丸めて美しく見せる */

  /* 線のオフセット値(dashoffset)が切り替わった際、1.4秒かけて滑らかに変化させる */
  transition: stroke-dashoffset 1.4s cubic-bezier(0.25, 1, 0.5, 1);
}

.job {
  padding: 80px 0 0;
}

.job .inner_job {
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .job .inner_job {
    width: 90%;
  }
}

.job .inner_job h2 {
  text-align: center;
}

.job .inner_job h2 img {
  width: 240px;
  display: block;
  margin: 0 auto;
}

.job .inner_job h2 {
  color: #009279;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .job .inner_job h2 {
    font-size: 28px;
  }
}

.job .inner_job .icon_job_01 {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 118px;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .job .inner_job .icon_job_01 {
    width: 93px;
  }
}

.job .inner_job .icon_job_02 {
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 3;
}

@media screen and (max-width: 768px) {
  .job .inner_job .icon_job_02 {
    width: 55px;
  }
}

.job .box_conditions {
  margin-top: 40px;
  padding: 40px 0;
  background: url("../../img/occupational-nurse/bg_fv.webp");
}

@media screen and (max-width: 768px) {
  .job .box_conditions {
    margin-top: 55px;
  }
}

.job .box_conditions .inner_conditions {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .job .box_conditions .inner_conditions {
    width: 90%;
  }
}

.job .box_conditions .inner_conditions {
  text-align: center;
  position: relative;
  z-index: 2;
}

.job .box_conditions .inner_conditions h4 {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .job .box_conditions .inner_conditions h4 {
    font-size: 24px;
    letter-spacing: 0.04em;
  }
}

.job .box_conditions .inner_conditions h4 span {
  color: #fff1b0;
}

.job .box_conditions .inner_conditions .txt_conditions {
  margin-top: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .job .box_conditions .inner_conditions .txt_conditions {
    margin-top: 16px;
  }
}

.job .box_conditions .inner_conditions .orange_btn {
  margin: 38px auto 0;
}

@media screen and (min-width: 769px) {
  .job .box_conditions .inner_conditions .orange_btn {
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .job .box_conditions .inner_conditions .orange_btn {
    margin-top: 28px;
  }
}

/* 3D空間の視点設定 */
.scene {
  position: relative;
  width: 100%;
  height: 430px;
  perspective: 1000px; /* 3D遠近感を最適化 */
  overflow: visible;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .scene .scene {
    max-width: 695px;
    margin: 0 auto;
  }
}

.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
}

.carousel__cell {
  position: absolute;
  width: 240px;
  left: calc(50% - 120px);
  top: calc(50% - 172.5px);
  border-radius: 0.5rem;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition:
    box-shadow 0.5s,
    border-color 0.5s,
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.5s;
  backface-visibility: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: white;
  transform-origin: center;
  box-shadow: 0 0 15px rgba(46, 46, 46, 0.05);
}

@media screen and (min-width: 769px) {
  .carousel__cell {
    width: 300px;
    left: calc(50% - 137.5px);
  }
}

.carousel__cell .p-4 {
  padding: 16px;
}

.carousel__cell .p-4 h3 {
  transition: all 0.2s;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
}

.carousel__cell .p-4 .txt_salary {
  margin-top: 16px;
}

.carousel__cell .p-4 .txt_salary .en {
  font-size: 24px;
  font-weight: bold;
  color: #009279;
}

.carousel__cell .p-4 .txt_salary .salary {
  font-size: 16px;
  font-weight: bold;
}

.carousel__cell .p-4 table tr th {
  width: 23%;
  background: #f7f7f7;
  font-size: 12px;
  padding: 4px;
  vertical-align: middle;
}

.carousel__cell .p-4 table tr td {
  font-size: 12px;
  line-height: 1.4;
  padding: 4px;
}

.carousel__cell::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 17.53%, rgba(255, 255, 255, 0.9) 35.95%, #fff 100%);
}

/* スタイリッシュな進捗インジケーター（ドット） */
.indicator-dot {
  width: 8px;
  height: 8px;
  border-radius: 9999px;
  background-color: #cbd5e1;
  transition: all 0.3s ease;
  cursor: pointer;
}

.indicator-dot.is-active {
  background-color: #009279;
  width: 24px;
}

.information {
  padding: 80px 0 0;
  background: #f2fff7;
}

@media screen and (max-width: 768px) {
  .information {
    padding: 40px 0 0;
  }
}

.information .inner_information {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .information .inner_information {
    width: 90%;
  }
}

.information .inner_information h2 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  line-height: 1.4;
  color: #009279;
}

@media screen and (max-width: 768px) {
  .information .inner_information h2 {
    font-size: 28px;
  }
}

.information .inner_information ul {
  margin-top: 24px;
}

@media screen and (min-width: 769px) {
  .information .inner_information ul {
    display: flex;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .information .inner_information ul {
    margin-top: 20px;
  }
}

.information .inner_information ul li {
  width: 32%;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 16px;
  padding: 24px 16px;
}

@media screen and (max-width: 768px) {
  .information .inner_information ul li {
    width: 100%;
  }

  .information .inner_information ul li:nth-child(n + 2) {
    margin-top: 24px;
  }
}

.information .inner_information ul li .img_info {
  border-radius: 16px;
  overflow: hidden;
}

.information .inner_information ul li .img_info img {
  width: 100%;
}

.information .inner_information ul li h3 {
  margin-top: 16px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}

.information .inner_information ul li h3 img {
  width: 245px;
  display: block;
  margin: 0 auto;
}

.information .inner_information ul li .info_btn {
  margin-top: 16px;
  border-radius: 100px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  background: #fff;
  transition: all 0.4s;
}

.information .inner_information ul li .info_btn a {
  display: block;
  font-size: 18px;
  color: #009279;
  font-weight: bold;
  text-align: center;
  padding: 18px 0;
  transition: all 0.4s;
}

.information .inner_information ul li .info_btn:hover {
  background: #009279;
}

.information .inner_information ul li .info_btn:hover a {
  color: #fff;
}

.information .box_career {
  margin-top: 40px;
  padding: 40px 0;
  background: url("../../img/occupational-nurse/bg_fv.webp");
}

.information .box_career .inner_career {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .information .box_career .inner_career {
    width: 90%;
  }
}

.information .box_career .inner_career {
  text-align: center;
  position: relative;
  z-index: 2;
}

.information .box_career .inner_career h4 {
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 768px) {
  .information .box_career .inner_career h4 {
    font-size: 24px;
    letter-spacing: 0.04em;
  }
}

.information .box_career .inner_career h4 span {
  color: #fff1b0;
}

.information .box_career .inner_career .txt_career {
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .information .box_career .inner_career .txt_career {
    margin-top: 16px;
  }
}

.information .box_career .inner_career .orange_btn {
  margin: 38px auto 0;
}

@media screen and (min-width: 769px) {
  .information .box_career .inner_career .orange_btn {
    width: 420px;
  }
}

@media screen and (max-width: 768px) {
  .information .box_career .inner_career .orange_btn {
    margin-top: 28px;
  }
}

/* 1. パララックス全体の基準となるセクション設定
   -------------------------------------------------------------------------- */
.box_conditions,
.box_career {
  position: relative;
  overflow: hidden;
}

/* 2. 視差コンテナ・レイヤー（GPU加速対応）
   -------------------------------------------------------------------------- */
.parallax-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  overflow: hidden;
}

.parallax-container.bg-blobs {
  z-index: 1;
}

.parallax-layer {
  position: absolute;
  pointer-events: none;
  will-change: transform;
}

/* 3. 緑セクション背景専用：幾何学Blob（有機的な形状の波グラデーション）
   -------------------------------------------------------------------------- */

/* 左上に配置するメインの大きなBlob */
.organic-shape-conditions-1 {
  width: 450px;
  height: 450px;
  background: radial-gradient(
    circle at 50% 50%,
    rgba(2, 172, 132, 0.35) 0%,
    rgba(0, 107, 88, 0.1) 50%,
    rgba(0, 90, 75, 0) 70%
  );
  border-radius: 43% 57% 41% 59% / 51% 45% 55% 49%;
  animation: organicWave1 18s ease-in-out infinite alternate;
}

/* 右下に配置するサブのBlob */
.organic-shape-conditions-2 {
  width: 400px;
  height: 400px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 241, 176, 0.1) 0%, rgba(0, 90, 75, 0) 65%);
  border-radius: 53% 47% 51% 49% / 45% 52% 48% 55%;
  animation: organicWave2 15s ease-in-out infinite alternate;
}

/* 【追加】3つ目の柄：中央付近を漂う中サイズのソフトなアクセントBlob */
.organic-shape-conditions-3 {
  width: 320px;
  height: 320px;
  background: radial-gradient(circle at 50% 50%, rgba(2, 172, 132, 0.25) 0%, rgba(255, 255, 255, 0) 60%);
  border-radius: 35% 65% 55% 45% / 40% 50% 60% 60%;
  animation: organicWave3 20s ease-in-out infinite alternate;
}

/* 【追加】4つ目の柄：ふわっと浮かぶ小さなソフトライト（輝きドット） */
.organic-shape-conditions-4 {
  width: 150px;
  height: 150px;
  background: radial-gradient(circle at 50% 50%, rgba(255, 241, 176, 0.15) 0%, rgba(255, 241, 176, 0) 70%);
  border-radius: 50%;
  animation: pulseGlow 8s ease-in-out infinite alternate;
}

/* === 幾何学Blob用のアニメーションキーフレーム
   （organicWave1 / organicWave2 はFVと共通のためファイル冒頭で定義済み） === */

/* 逆回転とうねりを加えた新しいBlob軌道 */
@keyframes organicWave3 {
  0% {
    transform: rotate(180deg) scale(0.9) translate(0, 0);
    border-radius: 35% 65% 55% 45% / 40% 50% 60% 60%;
  }

  50% {
    transform: rotate(100deg) scale(1.1) translate(-20px, 15px);
    border-radius: 55% 45% 65% 35% / 60% 40% 50% 50%;
  }

  100% {
    transform: rotate(0deg) scale(0.95) translate(15px, -15px);
    border-radius: 45% 55% / 50% 50% 55% 45%;
  }
}

/* 光のドットがふわふわと呼吸するように大きくなる */
@keyframes pulseGlow {
  0% {
    transform: scale(0.85) translate(0, 0);
    opacity: 0.6;
  }

  100% {
    transform: scale(1.15) translate(10px, -10px);
    opacity: 1;
  }
}
