html {
  font-family: "Noto Sans TC", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Noto Sans TC", system-ui, -apple-system, "Segoe UI", Arial, sans-serif;
  background: var(--bg);
  color: #222;
  overflow-x: hidden;
}

/*.visually-hidden*/
.vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;

  /* 新增這行以支援現代瀏覽器 */
  clip-path: inset(50%);
}


.footer {
  color: white;
  font-size: .8em;
  padding: 60px 0 0;
}

p {
  font-size: 1em;
  color: #555;
}

.center {
  text-align: center;
}

.kv {
  background: #FFFFFF;
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(247, 207, 255, 1) 80%);
  /* background: transparent url("../img/kv-bg-m.jpg") scroll no-repeat center; */
  width: 100%;
  height: auto;
  position: relative;
  z-index: 99;
  overflow: hidden;
  height: 100vh;
}

.kv::after {
  content: '';
  background: transparent url('../img/kv-bg.png') top / contain no-repeat;
  width: 100%;
  aspect-ratio: 1920 / 300;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-size: cover;
  z-index: -1;
}

.kv-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.txt-area,
.obj-area {
  width: 100%;
  position: relative;
  /* height: calc((100vh - 200px)/2); */
}

.obj-area {
  height: 46vh;
}

.logo {
  width: 140px;
  height: auto;
  padding: 10px;
  display: block;
  position: relative;
  z-index: 100;
  margin: 4% 0 0 4%;
}

.mainTxt {
  position: relative;
  width: 85%;
  max-width: 585px;
  aspect-ratio: 585 / 376;
  background: transparent url('../img/kv-txt-main.png') center / contain no-repeat;
  margin: 3% auto 0;
}

.mainTxt::after {
  content: '';
  width: 56px;
  aspect-ratio: 56 / 68;
  background: transparent url(../img/kv-coin.png) center/ contain no-repeat;
  position: absolute;
  right: 22px;
  top: 30%;
  display: block;
  animation: rot .8s infinite;
}

@keyframes rot {

  0%,
  100% {
    transform: skewY(0);
  }

  50% {
    transform: skewY(10deg);
  }
}

@keyframes rot2 {

  0%,
  100% {
    transform: rotate(0);
  }

  50% {
    transform: rotate(10deg);
  }
}

.subTxt {
  position: relative;
  width: 80%;
  display: block;
  max-width: 376px;
  aspect-ratio: 376 / 52;
  background: transparent url('../img/kv-txt-sub.png') center / contain no-repeat;
  margin: 0 auto;
}

.btn-main {
  background: #ffd531;
  border: 3px solid #ff921e;
  color: #222;
  font-size: 1.375em;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  text-decoration: none;
  padding: 15px 0;
  box-shadow: inset 2px -5px 30px #ff921e;
  border-radius: 30px 30px 0 0;
  animation: shing 1.2s infinite;
}

.btn-main2 {
  background: #ffd531;
  border: 3px solid #ff921e;
  color: #222;
  font-size: 1.375em;
  position: relative;
  z-index: 10;
  text-decoration: none;
  padding: 15px 30px;
  margin: 0 auto;
  box-shadow: inset 2px -5px 30px #ff921e;
  border-radius: 30px;
  animation: shing 1.2s infinite;
  display: table;
}

.btn {
  color: white;
  padding: 20px 30px;
  text-align: center;
  border-radius: 60px;
  display: table;
  text-decoration: none;
  margin: 15px auto;
}

.btn-blue {
  background: #75a0ff;
  animation: shing .8s infinite;
}

.delay-b {
  animation: shing .8s .4s infinite;
}

.btn-orange {
  background: #f19c07;
}

.obj-area img {
  position: absolute;
  z-index: 1;
}

.o1 {
  width: 86%;
  max-width: 585px;
  aspect-ratio: 585 / 497;
  left: calc(50% - 43%);
  bottom: 5%;
}

.o2 {
  width: 40%;
  max-width: 248px;
  bottom: 8%;
  left: 5%;
  z-index: 2;
}

.o3 {
  width: 60%;
  max-width: 562px;
  left: calc(50% - 45%);
  bottom: 35%;
  animation: rot2 2s ease-in-out infinite;
  animation-play-state: paused;
}

.o3.aos-animate {
  animation-play-state: running;
}

.o4 {
  width: 10%;
  max-width: 60px;
  left: calc(50% - 42%);
  animation: move 1.8s 1s infinite;
}

.o5 {
  width: 15%;
  max-width: 121px;
  left: 38%;
  top: -2%;
  animation: move 1.8s .5s infinite;
}

.o6 {
  width: 8%;
  max-width: 45px;
  left: calc(50% + 20%);
  animation: move 1.8s infinite;
}

.light-block {
  position: absolute;
  width: 100%;
  height: 100vh;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.light-block img {
  position: absolute;
  max-width: none;
}

.o7 {
  width: 543px;
  z-index: 3;
  bottom: 14%;
  left: -125%;
  mix-blend-mode: overlay;
}

.o8 {
  width: 1041px;
  z-index: 3;
  bottom: 14%;
  left: -63%;
  mix-blend-mode: overlay;
}

.o9 {
  width: 1190px;
  z-index: 3;
  bottom: 14%;
  left: -62%;
  mix-blend-mode: overlay;
}

@keyframes talk {
  0% {
    transform: rotate(0);
  }

  30% {
    transform: rotate(5deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  60% {
    transform: rotate(1deg);
  }

  65% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(0);
  }
}

@keyframes move {
  0% {
    margin-top: 0;
  }


  50% {
    margin-top: 20px
  }

  100% {
    margin-top: 0;
  }
}

@keyframes floatM {
  0% {
    margin-right: 0;
  }

  50% {
    margin-right: 20px
  }

  100% {
    margin-right: 0;
  }
}

@keyframes shing {

  0%,
  100% {
    filter: brightness(100%);
  }

  50% {
    filter: brightness(115%);
  }
}

@keyframes scrollMove {
  0% {
    top: 0;
  }

  50% {
    top: 5px;
  }

  100% {
    top: 0;
  }
}

.w1200 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.w1100 {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.w1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.w800 {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.p2 {
  background: #fbfaff url(../img/p2-bg.png) center center no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  font-size: 1em;
  padding: 40px 30px 50px;
  overflow: hidden;
}

.p3 {
  background: #FFC6EF;
  background: linear-gradient(180deg, rgba(255, 198, 239, 1) 0%, rgba(252, 240, 254, 1) 100%);
  width: 100%;
  height: auto;
  position: relative;
  font-size: 1em;
  padding: 40px 30px 50px;
  overflow: hidden;
}

.p3::before {
  content: '';
  background: transparent url(../img/p3-bg.png) center /contain no-repeat;
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 1920/ 208;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
}

.p4 {
  background: #fbf2d1;
  background: linear-gradient(180deg, #fbf2d1 0%, #fdecb4 100%);
  width: 100%;
  height: auto;
  position: relative;
  font-size: 1em;
  padding: 40px 30px 50px;
}

.p4::before {
  content: '';
  background: transparent url(../img/p4-bg.png) center /contain no-repeat;
  width: 100%;
  max-width: 1920px;
  aspect-ratio: 1920/ 324;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
}

.p3 h2 {
  background: transparent url(../img/p3-title.png) center / contain no-repeat;
  width: 100%;
  max-width: 690px;
  aspect-ratio: 690 / 124;
  margin: 0 auto;
}

.p4 h2 {
  background: transparent url(../img/p4-title.png) center / contain no-repeat;
  width: 100%;
  max-width: 602px;
  aspect-ratio: 602 / 124;
  margin: 0 auto;
}

.p3 h4 {
  background: transparent url(../img/p3-subtitle-m.png) center / contain no-repeat;
  width: 100%;
  max-width: 428px;
  aspect-ratio: 428 / 113;
  margin: 20px auto;
}

.p4 h4 {
  background: transparent url(../img/p4-subtitle-m.png) center / contain no-repeat;
  width: 100%;
  max-width: 428px;
  aspect-ratio: 428 / 113;
  margin: 20px auto;
}

.p2 h2 {
  background: transparent url(../img/p2-title-m.png) center / contain no-repeat;
  width: 100%;
  max-width: 482px;
  aspect-ratio: 482 / 231;
  margin: 0 auto;
}

.p2 h4 {
  background: transparent url(../img/p2-subtitle-m.png) center / contain no-repeat;
  width: 100%;
  max-width: 375px;
  aspect-ratio: 375 / 112;
  margin: 20px auto;
}

.intro-frame {
  border: 3px solid white;
  border-radius: 60px;
  padding: 6px;
  margin-bottom: 20px;
}

.intro-frame-pink {
  border: 3px solid #f6cfff;
  border-radius: 60px;
  padding: 6px;
  margin-bottom: 20px;
}

.intro-content {
  background: #faf5e2;
  border-radius: 50px;
  padding: 25px 14px;
  color: #333;
  position: relative;
}

.p3 .intro-content {
  background: #fff;
}

.intro-frame-pink .intro-content {
  background: white;
}

.benefitGrid {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;

}

.benefitItem {
  margin-bottom: 20px;
}

.p2 li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
  justify-content: center;
}

.p2 a,
.p5 a {
  color: #9957b7;
  font-weight: bolder;
}

.title {
  background: #D172ED;
  background: linear-gradient(90deg, rgba(209, 114, 237, 1) 0%, rgba(247, 114, 209, 1) 100%);
  color: white;
  border-radius: 30px;
  padding: 0px 20px;
  font-size: 1.25em;
  margin: 0 20px 10px 0;
}

h3 {
  color: #f772d1;
  font-size: 1.5em;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

h4 {
  margin: 20px auto;
}

.benefitItem__title {
  font-size: 1.25em;
}

.info {
  color: #e69239;
  padding: 0 20px;
  border: 2px solid #f3dc19;
  border-radius: 30px;
}

.purple {
  color: #ce72ee;
}

.info-area {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 1.25em;
  font-weight: 800;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}

.p2 ol {
  letter-spacing: -0.01em;
}

.p2 .intro-frame-pink ol {
  padding: 10px 0 0 20px;
}

.p2 .intro-frame-pink li {
  display: list-item;
}

.p2 ul {
  list-style: disc;
  padding: 30px 0 30px 30px;
}

.benefit-area {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.benefit-content {
  border: 2px solid #f6cfff;
  border-radius: 30px;
  padding: 2px 20px 10px;
}

.benefitItem__media {
  text-align: center;
}

.benefitItem__title {
  color: #9957b8;
}

.benefitItem__desc {
  text-align: center;
}

.b-title {
  color: #9957b7;
  font-size: 1.25em;
  font-weight: bolder;
}

.b-title span {
  font-size: 2em;
  margin-right: 10px;
  font-style: italic;
}

.more-area {
  background: #f8f8f8;
  border-radius: 30px;
  margin-top: 50px;
  padding: 20px;
}

h5 {
  background: #9957b7;
  color: white;
  border-radius: 30px;
  padding: 5px 20px;
  display: block;
  margin: -30px auto 0;
  text-align: center;
  font-size: 1em;
}

.ovalCard {
  background: white;
  border-radius: 999px;
  padding: 35px;
  text-align: center;
  margin-bottom: 20px;
}

.ovalCard__title {
  color: #32528f;
  letter-spacing: normal;
  font-size: 1.25em;
}

.ovalCard__title span {
  color: #f19c07;
}

.ovalCard__desc {
  color: #666;
}

.ovalCard__note {
  color: #666;
}

.other-area span {
  color: #32528f;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 10px;
}

.other-area p {
  color: #444;
  font-size: .9em;
}

.p6 {
  background: #9957b7 url(../img/p6-bg.png) center top no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  font-size: 1em;
  padding: 30px 30px;
}

.p6 h2 {
  background: transparent url(../img/p6-title.png) center / contain no-repeat;
  width: 80%;
  max-width: 200px;
  aspect-ratio: 200 / 90;
  margin: 0 auto;
}

.p6 p {
  color: white;
}

.p6 a {
  color: white;
}

picture img {
  display: block;
  margin: 0 auto;
}

:root {
  --bg: #fff7c9;
  --purple: #7b3fd3;
  --purple-2: #5f28bf;
  --pink: #ff6fbd;
  --pink-2: #ff86c8;
  --card: #ff6fbd;
  --white: #ffffff;
  --text: #ffffff;
  --shadow: 0 10px 0 rgba(123, 63, 211, .12);
  --radius: 18px;
  --radius-lg: 22px;
  --container: 760px;
  --stroke: rgba(255, 255, 255, .35);
}



.p5 {
  background: transparent url(../img/p5-bg.png) center top no-repeat;
  width: 100%;
  height: auto;
  position: relative;
  font-size: 1em;
  margin-top: -70px;
  padding: 100px 30px 50px;
}

.p5 h2 {
  background: transparent url(../img/p5-title.png) center / contain no-repeat;
  width: 80%;
  max-width: 429px;
  aspect-ratio: 429 / 124;
  margin: 0 auto;
}

/* Title */
.faq__title {
  margin: 0 0 18px;
  text-align: center;
  font-weight: 900;
  letter-spacing: .08em;
  color: #b06cff;
  text-shadow: 0 4px 0 rgba(123, 63, 211, .18);
  font-size: clamp(32px, 4vw, 44px);
}

/* Tabs */
.tabs {
  width: min(620px, 100%);
  margin: 20px auto 24px;
  background: #9957b8;
  padding: 4px;
  border-radius: 999px;
  display: flex;
  gap: 8px;
}

.tab {
  border: 0;
  cursor: pointer;
  border-radius: 999px;
  padding: 20px 0px;
  font-weight: 800;
  color: white;
  background: #7b3a9e;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: .2s ease;
  letter-spacing: 0;
  width: 100%;
  flex-wrap: wrap;
}

.openAcctTabs {
  background: #32528f;
}

.openAcctTab {
  background: #294475;
}

.tab[data-tab='corp'] .ico {
  background: transparent url('../img/icon-business.png') center/ contain no-repeat;
  aspect-ratio: 48 / 43;
  width: 26px;
}

.tab[data-tab='corp'].is-active .ico {
  background: transparent url('../img/icon-business-active.png') center/ contain no-repeat;
}

.openAcctTab[data-tab='corp'].is-active .ico {
  background: transparent url('../img/icon-business-active2.png') center/ contain no-repeat;
}

.tab[data-tab='staff'] .ico {
  background: transparent url('../img/icon-case.png') center/ contain no-repeat;
  aspect-ratio: 48 / 43;
  width: 26px;
}

.tab[data-tab='staff'].is-active .ico {
  background: transparent url('../img/icon-case-active.png') center/ contain no-repeat;
}

.openAcctTab[data-tab='staff'].is-active .ico {
  background: transparent url('../img/icon-case-active2.png') center/ contain no-repeat;
}

.tab.is-active {
  background: #FFFFFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(251, 250, 255, 1) 100%);
  color: #7b3a9e;
}

.openAcctTab.is-active {
  color: #32528f;
}


.panel[data-panel="corp"] .section-head .section-head__icon {
  background: transparent url('../img/icon-business01.png.png') center/contain no-repeat;
}

.panel[data-panel="corp"] .section-head--mt .section-head__icon {
  background: transparent url('../img/icon-business02.png.png') center/contain no-repeat;
}

.panel[data-panel="staff"] .section-head .section-head__icon {
  background: transparent url('../img/icon-staff01.png') center/contain no-repeat;
}

.panel[data-panel="staff"] .section-head--mt .section-head__icon {
  background: transparent url('../img/icon-staff02.png') center/contain no-repeat;
}

.panel[data-panel="staff"] .section-head__title {
  color: #b47034;
}

.panel[data-panel="staff"] .acc {
  background: #f59f4a;
}

/* Section head */
.section-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 18px 0 12px;
}

.section-head--mt {
  margin-top: 28px;
}

.section-head__icon {
  width: 44px;
  height: 44px;
}

.section-head__title {
  margin: 0;
  font-size: 22px;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #d33593;
  text-shadow: 0 2px 0 rgba(255, 255, 255, .65);
}

/* Accordion */
.accordion {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.acc {
  border-radius: var(--radius-lg);
  overflow: hidden;
  background: #f872d1;
}

.acc__btn {
  width: 100%;
  border: 0;
  background: transparent;
  color: var(--text);
  cursor: pointer;
  padding: 25px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  letter-spacing: 0.05em;
}

.acc__q {
  text-align: left;
}

.acc__toggle {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  font-size: 18px;
  font-weight: 900;
}

/* Panel */
.acc__panel {
  display: none;
  background: rgba(255, 255, 255, .15);
  border-top: 1px solid rgba(255, 255, 255, .22);
}

.acc.is-open .acc__panel {
  display: block;
}

.acc__content {
  padding: 15px 20px 15px;
  background: white;
  color: #444;
  font-size: 0.9em;
}

/* Panels */
.panel {
  display: none;
}

.panel.is-active {
  display: block;
}

.objs-area {
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  z-index: 3;
}

.c1 {
  background: transparent url('../img/p2-obj01.png') center/contain no-repeat;
  width: 25%;
  max-width: 261px;
  aspect-ratio: 261/306;
  position: absolute;
  top: -100%;
  left: -18%;
  animation: move 1.8s infinite;
}

.c2 {
  background: transparent url('../img/p2-obj02.png') center/contain no-repeat;
  width: 15%;
  max-width: 136px;
  aspect-ratio: 136/136;
  position: absolute;
  top: -40%;
  right: -5%;
  animation: move 1.8s 1s infinite;
}

.c3 {
  background: transparent url('../img/p2-obj03.png') center/contain no-repeat;
  width: 25%;
  max-width: 290px;
  aspect-ratio: 290/296;
  position: absolute;
  top: -680%;
  right: -18%;
  animation: move 1.8s .5s infinite;
}

.c4 {
  background: transparent url('../img/p2-obj04.png') center/contain no-repeat;
  width: 30%;
  max-width: 249px;
  aspect-ratio: 249/271;
  position: absolute;
  top: -500%;
  left: -20%;
  animation: move 1.8s 1s infinite;
}

.c5 {
  background: transparent url('../img/p2-obj05.png') center/contain no-repeat;
  width: 20%;
  max-width: 200px;
  aspect-ratio: 200/131;
  position: absolute;
  top: 0;
  right: -5%;
  animation: move 1.8s infinite;
}

@media screen and (min-width: 400px) {
  .mainTxt {
    margin: 10% auto 0;
  }

  .o7 {
    bottom: 12%;
    left: -110%;
  }

  .o9,
  .o8 {
    bottom: 12%;
    left: -55%;
  }
}

@media screen and (min-width: 500px) {
  .mainTxt {
    margin: 10% auto 0;
  }

  .o7 {
    bottom: 15%;
    left: -45%;
  }

  .o9,
  .o8 {
    bottom: 15%;
    left: -14%;
  }


}

@media screen and (min-width: 768px) {
  .logo {
    width: 180px;
    margin: 20px 0 0 20px;
  }

  .kv {
    background: #FFFFFF;
    background: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, rgba(247, 207, 255, 1) 70%);
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
  }

  .txt-area,
  .obj-area {
    width: 75%;
    height: auto;
  }

  .obj-area {
    height: 50vh;
    min-height: 450px;
  }

  .mainTxt {
    margin: 30px auto 0;
  }

  .p2 h2 {
    background: transparent url(../img/p2-title.png) center/ contain no-repeat;
    width: 100%;
    max-width: 990PX;
    aspect-ratio: 990 / 124;
    position: relative;
  }

  .p2 h2::before {
    content: '';
    background: transparent url(../img/p2-icon01.png) center/ contain no-repeat;
    width: 30%;
    position: absolute;
    max-width: 119px;
    aspect-ratio: 119 / 161;
    left: -20%;
  }

  .p2 h2::after {
    content: '';
    background: transparent url(../img/p2-icon02.png) center/ contain no-repeat;
    width: 30%;
    max-width: 248PX;
    position: absolute;
    aspect-ratio: 248 / 254;
    right: -30%;
    top: -55%;
  }

  .p2 h4 {
    background: transparent url(../img/p2-subtitle.png) center / contain no-repeat;
    width: 100%;
    max-width: 653px;
    aspect-ratio: 653 / 64;
    margin: 20px auto;
  }

  .p4 h4 {
    background: transparent url(../img/p4-subtitle.png) center / contain no-repeat;
    width: 100%;
    max-width: 814px;
    aspect-ratio: 814 / 62;
    margin: 20px auto;
  }

  .p3 h4 {
    background: transparent url(../img/p3-subtitle.png) center / contain no-repeat;
    width: 100%;
    max-width: 656px;
    aspect-ratio: 656 / 62;
    margin: 20px auto;
  }

  .p2 li {
    justify-content: left;
  }

  .benefit-area {
    flex-wrap: nowrap;
  }

  .benefit-content {
    width: 50%;
  }

  .sec .benefit-content {
    width: 100%;
    text-align: center;
  }

  .info-area {
    margin-bottom: 30px;
  }

  .intro-content {
    padding: 25px;
  }

  .openAcctGrid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
    align-items: stretch;
  }

  .ovalCard {
    width: 45%;
  }

  .obj {
    text-align: center;
  }

  .obj img {
    display: inline-block;
  }

  .ovalCard__desc {
    font-size: .9em;
  }

  .ovalCard__note {
    font-size: .8em;
  }

  .more-area {
    padding: 20px 30px;
  }

  .tabs {
    flex-wrap: nowrap;
  }

  .tab {
    padding: 20px 30px;
  }

  .p2 h2 {
    width: 85%;
  }

  .p3 h2 {
    width: 60%;
    position: relative;
  }

  .p3 h2::before {
    content: '';
    background: transparent url(../img/p3-obj01.png) center/ contain no-repeat;
    width: 22%;
    position: absolute;
    max-width: 178px;
    aspect-ratio: 178 / 122;
    left: -25%;
  }

  .p3 h2::after {
    content: '';
    background: transparent url(../img/p3-obj02.png) center/ contain no-repeat;
    width: 20%;
    max-width: 108px;
    position: absolute;
    aspect-ratio: 108 / 66;
    right: -20%;
    top: 30%;
  }

  .p4 h2 {
    width: 50%;
  }

  .p5 h2 {
    width: 35%;
  }

  .p2 {
    padding: 50px 30px;
  }

  .p4::before,
  .p3::before {
    top: -50px;
  }

  .intro-frame,
  .intro-frame-pink {
    padding: 15px;
  }



  .clouds-area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
  }

  .d1 {
    background: transparent url('../img/p3-bg-obj.png') center/contain no-repeat;
    width: 8%;
    max-width: 161px;
    aspect-ratio: 161/87;
    position: absolute;
    top: 20%;
    right: 90%;
    animation: floatM 3s infinite;
  }

  .d2 {
    background: transparent url('../img/p3-bg-obj.png') center/contain no-repeat;
    width: 20%;
    max-width: 161px;
    aspect-ratio: 161/87;
    position: absolute;
    top: 60%;
    right: -5%;
    animation: floatM 2s 1s infinite;
  }

  .d3 {
    background: transparent url('../img/p3-bg-obj2.png') center/contain no-repeat;
    width: 20%;
    max-width: 326px;
    aspect-ratio: 326/142;
    position: absolute;
    top: 30%;
    right: -8%;
    animation: floatM 3s .5s infinite;
  }

  .d4 {
    background: transparent url('../img/p3-bg-obj2.png') center/contain no-repeat;
    width: 30%;
    max-width: 326px;
    aspect-ratio: 326/142;
    position: absolute;
    top: 70%;
    right: 85%;
    animation: floatM 1.8s 1s infinite;
  }

}

@media screen and (min-width: 1000px) {

  .txt-area,
  .obj-area {
    width: 50%;
    height: auto;
    min-height: auto;
  }

  .o7 {
    bottom: 17%;
    left: 7%;
  }

  .o9,
  .o8 {
    bottom: 16%;
    left: 28%;
  }
}

@media screen and (min-width: 1100px) {

  .txt-area,
  .obj-area {
    width: 50%;
    height: auto;
    min-height: auto;
  }

  .kv {
    height: 100vh;
  }

  .kv-block {
    margin: 20px auto;
  }



  .o1 {
    bottom: 0;
  }

  .o2 {
    bottom: -5%;
    left: 0;
  }

  .o3 {
    bottom: 22%;
  }

  .o7 {
    left: 15%;
    bottom: 11%;
  }

  .o9,
  .o8 {
    bottom: 10%;
    left: 32%;
  }

  .btn-main {
    position: relative;
    border-radius: 30px;
    font-size: 24px;
    letter-spacing: 0.1em;
    bottom: auto;
    left: auto;
    margin: 20px auto 0;
    display: block;
    width: 60%;
  }

  .light-block {
    overflow: visible;
  }

  .benefitGrid {
    flex-wrap: nowrap;
    gap: 30px;
  }

  .benefitItem {
    flex: 3;
  }

  .tab {
    font-size: 1.5em;
  }

  .tabs {
    border-radius: 999px;
    padding: 8px;
    font-weight: bold;
    margin: 40px auto;
  }

  .benefitTabs {
    margin: 0 auto;
  }


  .ovalCard,
  .obj {
    width: 30%;
  }

  .ovalCard {
    padding: 80px 20px;
  }


  .openAcctPanel[data-panel="corp"] .ovalCard {
    order: 2;
  }

  .openAcctPanel[data-panel="corp"] .obj {
    order: 1;
  }

  .accordion {
    gap: 20px;
  }

  .p2,
  .p3,
  .p4,
  .p5 {
    padding: 120px 0 150px;
  }

  .p6 {
    padding: 40px 0 20px;
  }

  .p4::before,
  .p3::before {
    top: -80px;
  }



  .section-head__title {
    font-size: 2em;
  }

  h3 {
    font-size: 2.25em;
  }

  .info-area {
    font-size: 1.5em;
  }

  .benefitItem__title,
  .ovalCard__title {
    font-size: 1.85em;
    font-weight: 600;
  }

  picture img {
    margin: 40px auto;
  }

  .p4::after {
    content: '';
    background: transparent url('../img/p4-bg-obj.png') center / cover no-repeat;
    aspect-ratio: 1920 / 529;
    width: 100%;
    position: absolute;
    top: 36%;
    left: 0;
    z-index: 0;
    max-width: 1920px;
  }
}

/* RWD */
@media (max-width: 420px) {
  .acc__btn {
    padding: 14px 14px;
  }

  .acc__toggle {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

}