.decoration {
  position: relative;
}
.decoration .ticket {
  position: absolute;
  aspect-ratio: 1;
  background: center/contain no-repeat;
  filter: drop-shadow(0 0 0.2rem rgba(0, 0, 0, 0.2509803922));
}
@media screen and (max-width: 1367px) {
  .decoration .ticket {
    display: none !important;
  }
}
.decoration .ticket-blue {
  background-image: url(../images/ticket-blue.png);
  top: 20rem;
  right: 0;
  width: 11.5rem;
  transform: translateX(110%);
}
@media screen and (min-width: 1800px) {
  .decoration .ticket-blue {
    transform: translateX(150%);
  }
}
.decoration .ticket-blue-lg {
  width: 19rem;
  transform: translateX(180%) translateY(-30%);
}
@media screen and (max-width: 1800px) {
  .decoration .ticket-blue-lg {
    display: none;
  }
}
.decoration .ticket-pink {
  background-image: url(../images/ticket-pink.png);
  top: 5rem;
  left: 0;
  width: 11.5rem;
  transform: translateX(-240%);
}
.decoration .ticket-pink-lg {
  width: 24rem;
  transform: translateX(-70%) translateY(-56%);
}
.decoration .ticket-yellow {
  background-image: url(../images/ticket-yellow.png);
  width: 13rem;
  top: -8.5rem;
  right: -2rem;
  transform: translateX(60%);
}
@media screen and (min-width: 1800px) {
  .decoration .ticket-yellow {
    transform: translateX(100%);
  }
}
.decoration .ticket-black {
  background-image: url(../images/ticket-black.png);
  width: 13rem;
}

.marquee-container {
  --offset: -0%;
  --move-initial: 0;
  --move-final: calc(-50% + var(--offset));
}

.marquee-inner {
  transform: translateZ(0) translateX(var(--move-initial));
  will-change: contents;
  transition: all 0.4s;
  animation: 40s linear infinite marquee;
  display: flex;
  flex-wrap: nowrap;
  width: -moz-max-content;
  width: max-content;
  animation-duration: 35s;
}

.marquee-inner.marquee-reverse {
  animation-direction: reverse;
}

.marquee-card {
  height: auto;
  width: -moz-max-content;
  width: max-content;
  display: flex;
}

@keyframes marquee {
  0% {
    transform: translateX(var(--move-initial)) translateZ(0);
  }
  to {
    transform: translateX(var(--move-final)) translateZ(0);
  }
}
#hero {
  width: 100dvw;
  overflow: hidden;
  position: relative;
}
#hero .hero-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1560px;
  padding-left: 2rem;
  padding-right: 2rem;
  margin: 0 auto;
  padding-top: 10rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  #hero .hero-wrap {
    flex-direction: column;
    gap: 2rem;
    padding-top: 10rem;
  }
}
@media screen and (max-width: 767px) {
  #hero .hero-wrap .hero-content {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #hero .hero-wrap .hero-content {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#hero .hero-wrap .hero-content h1 {
  margin: 0;
  color: #000000;
  font-weight: bold;
  line-height: 120%;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  font-size: 3.4rem;
}
@media screen and (max-width: 767px) {
  #hero .hero-wrap .hero-content h1 {
    font-feature-settings: "palt" 1;
    text-shadow: -3px -1px 0 #fff, -3px 0px 0 #fff, -3px 1px 0 #fff, -2px -2px 0 #fff, -2px -1px 0 #fff, -2px 0px 0 #fff, -2px 1px 0 #fff, -2px 2px 0 #fff, -1px -3px 0 #fff, -1px -2px 0 #fff, -1px -1px 0 #fff, -1px 0px 0 #fff, -1px 1px 0 #fff, -1px 2px 0 #fff, -1px 3px 0 #fff, 0px -3px 0 #fff, 0px -2px 0 #fff, 0px -1px 0 #fff, 0px 0px 0 #fff, 0px 1px 0 #fff, 0px 2px 0 #fff, 0px 3px 0 #fff, 1px -3px 0 #fff, 1px -2px 0 #fff, 1px -1px 0 #fff, 1px 0px 0 #fff, 1px 1px 0 #fff, 1px 2px 0 #fff, 1px 3px 0 #fff, 2px -2px 0 #fff, 2px -1px 0 #fff, 2px 0px 0 #fff, 2px 1px 0 #fff, 2px 2px 0 #fff, 3px -1px 0 #fff, 3px 0px 0 #fff, 3px 1px 0 #fff;
  }
}
@media screen and (min-width: 768px) {
  #hero .hero-wrap .hero-content h1 {
    font-size: 6.8rem;
    font-size: clamp(4.8rem, 3vw + 1rem, 6.8rem);
  }
}
#hero .hero-wrap .hero-content h1 b {
  color: #e4005a;
}
#hero .hero-wrap .hero-content .desc {
  color: #0a1a37;
  font-weight: 500;
  letter-spacing: 0.01em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  #hero .hero-wrap .hero-content .desc {
    font-feature-settings: "palt" 1;
  }
}
@media screen and (min-width: 768px) {
  #hero .hero-wrap .hero-content .desc {
    font-size: 2.4rem;
    font-size: 1.5384615385vw;
  }
}
#hero .hero-wrap .hero-content ul {
  display: flex;
  flex-wrap: wrap;
  margin: 3rem auto;
}
@media screen and (max-width: 767px) {
  #hero .hero-wrap .hero-content ul {
    row-gap: 2rem;
    -moz-column-gap: 5rem;
         column-gap: 5rem;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  #hero .hero-wrap .hero-content ul {
    margin: 6rem auto;
    justify-content: space-between;
  }
}
#hero .hero-wrap .hero-content ul li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 767px) {
  #hero .hero-wrap .hero-content ul li {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#hero .hero-wrap .hero-content ul li::before {
  content: "";
  aspect-ratio: 1;
  display: block;
  background: var(--hero-icon) center/contain no-repeat;
  width: 4rem;
}
@media screen and (min-width: 768px) {
  #hero .hero-wrap .hero-content ul li::before {
    width: 4.8rem;
    width: 2.5vw;
  }
}
#hero .hero-wrap .hero-content ul li span {
  color: #015eac;
  font-weight: 800;
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) {
  #hero .hero-wrap .hero-content ul li span {
    font-size: 2.8rem;
    font-size: 1.4583333333vw;
  }
}
#hero .hero-wrap .hero-content ul li:nth-child(1) {
  --hero-icon: url(../images/hero-icon-1.svg);
}
#hero .hero-wrap .hero-content ul li:nth-child(2) {
  --hero-icon: url(../images/hero-icon-2.svg);
}
#hero .hero-wrap .hero-content ul li:nth-child(3) {
  --hero-icon: url(../images/hero-icon-3.svg);
}
#hero .hero-wrap .hero-content ul li:nth-child(4) {
  --hero-icon: url(../images/hero-icon-4.svg);
}
#hero .hero-wrap .hero-content .action .btn {
  background-color: #e5005a;
  --ripple-color: #e5005a;
  display: inline-block;
  color: #fff;
  padding: 2rem 3.6rem;
  border-radius: 10rem;
  text-decoration: none;
  transition: 0.3s;
  animation: ripple 1.5s infinite;
  overflow: hidden;
  position: relative;
}
#hero .hero-wrap .hero-content .action .btn::before {
  content: "";
  display: block;
  position: absolute;
  background-image: linear-gradient(-40deg, rgba(255, 255, 255, 0) 15%, rgba(242, 250, 228, 0.2) 50%, rgba(255, 255, 255, 0) 85%);
  width: 20rem;
  height: 20rem;
  left: -100%;
  top: 50%;
  transform: translateY(-50%);
  animation: shiny 4s infinite linear;
}
#hero .hero-wrap .hero-content .action .btn span {
  font-weight: 800;
  letter-spacing: 0.05em;
  font-size: 2.4rem;
  width: 1.5384615385vw;
}
#hero .hero-wrap .hero-content .action .btn:hover {
  background-color: #001737;
  --ripple-color: #001737;
}
#hero .hero-wrap .hero-main {
  flex: 1;
}
@media screen and (max-width: 767px) {
  #hero .hero-wrap .hero-main {
    width: 100%;
  }
}
#hero .hero-wrap .hero-main:after {
  content: "";
  display: block;
  aspect-ratio: 579/622;
  background: url(../images/hero-img.png) bottom center/contain no-repeat;
  margin-left: auto;
  margin-right: 0;
  width: 100%;
  width: 30rem;
}
@media screen and (min-width: 768px) {
  #hero .hero-wrap .hero-main:after {
    width: 37.1794871795vw;
    max-width: 58rem;
  }
}
#hero .hero-wrap .hero-main .box {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 430/143;
  background: url(../images/hero-box.png) top center/contain no-repeat;
  padding-bottom: 2%;
  width: 35rem;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.2509803922));
}
@media screen and (min-width: 768px) {
  #hero .hero-wrap .hero-main .box {
    margin-bottom: -2rem;
    transform: translateX(-5%);
    width: 27.5641025641vw;
    max-width: 43rem;
    font-size: clamp(4.8rem, 3vw + 1rem, 6.8rem);
  }
}
#hero .hero-wrap .hero-main .box span {
  display: inline-block;
  color: #0a1a37;
  letter-spacing: 0.01em;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #hero .hero-wrap .hero-main .box span {
    font-size: 1.0256410256vw;
  }
}
@media screen and (min-width: 1560px) {
  #hero .hero-wrap .hero-main .box span {
    font-size: 1.6rem;
  }
}
#hero .decoration {
  z-index: 1;
}
#hero .infinity-ticket {
  position: relative;
  z-index: 4;
  display: flex;
  flex-direction: column;
  margin-top: -2rem;
  pointer-events: none;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  #hero .infinity-ticket {
    gap: 2rem;
    margin-top: -4rem;
  }
}
@media screen and (min-width: 1560px) {
  #hero .infinity-ticket {
    margin-top: -8rem;
  }
}
#hero .infinity-ticket .img img {
  width: auto;
  height: 10rem;
}
@media screen and (min-width: 768px) {
  #hero .infinity-ticket .img img {
    height: 17rem;
  }
}
#hero .ticket {
  display: block !important;
}
#hero .ticket-black {
  top: 1rem;
  left: 65%;
  width: 8rem;
}
@media screen and (min-width: 768px) {
  #hero .ticket-black {
    top: 0;
    left: auto;
    right: 20vw;
    width: 12.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  #hero .ticket-black {
    right: 10vw;
  }
}
#hero .ticket-blue {
  top: 17.5rem;
  transform: none;
  right: -5rem;
}
@media screen and (min-width: 768px) {
  #hero .ticket-blue {
    right: 15rem;
  }
}
#hero .ticket-blue-lg {
  top: auto;
  bottom: 2rem;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  #hero .ticket-blue-lg {
    width: 14rem;
  }
}
@media screen and (min-width: 768px) {
  #hero .ticket-blue-lg {
    left: 50%;
    transform: translateX(5%) translateY(-30%);
  }
}
#hero .ticket-pink {
  left: auto;
  right: -3rem;
  top: 65%;
  width: 14rem;
  transform: none;
}
@media screen and (min-width: 768px) {
  #hero .ticket-pink {
    right: 0;
    top: 50%;
    transform: translateY(0%) translateX(15%);
  }
}
#hero .ticket-yellow-lg {
  left: auto;
  right: -3rem;
  top: 65%;
  width: 14rem;
  transform: none;
}
@media screen and (min-width: 768px) {
  #hero .ticket-yellow-lg {
    top: 1.5rem;
    left: 50%;
    width: 21rem;
    max-width: 12vw;
    transform: translateX(-100%);
  }
}
@media screen and (min-width: 768px) and (max-width: 1230px) {
  #hero .ticket-yellow-lg {
    width: 16rem;
  }
}

@media screen and (min-width: 768px) {
  #reason {
    padding-top: 15rem;
  }
}
#reason .reason-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  row-gap: 4.8rem;
}
#reason .reason-group .item {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #reason .reason-group .item {
    width: 33.3333333333%;
  }
}
#reason .reason-group .point {
  height: 100%;
  background-color: #fff;
  position: relative;
  border-radius: 2.4rem;
  padding: 5.4rem 2.4rem 3.6rem 2.4rem;
}
#reason .reason-group .point .num {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #0096d1;
  color: #fff;
  font-weight: 800;
  font-size: 1.6rem;
  padding: 1rem 3.6rem;
  border-radius: 5rem;
}
#reason .reason-group .point .num:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  color: transparent;
  border: 1rem solid #0096d1;
  border-color: #0096d1 transparent transparent;
}
#reason .reason-group .point .point-title {
  text-align: center;
  color: #e5005a;
  font-weight: 800;
  font-size: 2.4rem;
  margin-bottom: 3.6rem;
}
#reason .reason-group .point .point-icon {
  height: 10rem;
  margin-bottom: 3.6rem;
}
#reason .reason-group .point .point-icon figure {
  width: 100%;
  height: 100%;
}
#reason .reason-group .point .point-icon img {
  height: 100%;
  display: block;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}
#reason .reason-group .point .point-txt {
  text-align: center;
}

@media screen and (min-width: 768px) {
  #service .title {
    margin-bottom: 7rem;
  }
}
#service .service-content {
  margin: 0 auto;
  max-width: 93rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #service .service-content {
    font-size: 2.4rem;
  }
}
#service .service-content p {
  margin-bottom: 0.7em;
}

.section-banner .banner {
  background-image: linear-gradient(to left, #44c7fb, #0c9ed9);
  border-radius: 2.4rem;
  border-radius: 2.4rem;
  position: relative;
  margin: 0 auto;
  max-width: 100.6rem;
}
@media screen and (min-width: 768px) {
  .section-banner .banner {
    padding: 4rem;
    padding-bottom: 2.5rem;
  }
}
.section-banner .banner:after {
  content: "";
  background: url(../images/banner-contact-img.png) top right/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .section-banner .banner:after {
    display: block;
    height: 24rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .section-banner .banner:after {
    position: absolute;
    top: 0;
    right: 0;
    aspect-ratio: 720/498;
    height: 100%;
  }
}
.section-banner .banner .banner-content {
  max-width: 57rem;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .section-banner .banner .banner-content {
    padding: 2.4rem 1rem;
    padding-top: 3.6rem;
  }
}
.section-banner .banner .banner-content .banner-title {
  font-weight: 800;
  margin-bottom: 2rem;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .section-banner .banner .banner-content .banner-title {
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
}
.section-banner .banner .banner-content .btn {
  text-align: center;
  margin-bottom: 2rem;
}
.section-banner .banner .banner-content .btn a {
  background-color: #e5005a;
  --ripple-color: #e5005a;
  display: inline-block;
  color: #fff;
  font-weight: 800;
  font-size: 2rem;
  padding: 2rem 3.6rem;
  text-decoration: none;
  border-radius: 3.6rem;
  transition: 0.3s;
  animation: ripple 1.5s infinite;
}
.section-banner .banner .banner-content .btn a:hover {
  background-color: #001737;
  --ripple-color: #001737;
}
.section-banner .banner .banner-content .note {
  font-size: 1.4rem;
}

#step .title {
  margin-bottom: 2rem;
}

.step-content {
  margin: 0 auto;
  max-width: 93rem;
  text-align: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .step-content {
    font-size: 2rem;
    margin-bottom: 7rem;
  }
}
.step-content p {
  margin-bottom: 0.7em;
}

@media screen and (min-width: 768px) {
  .step-note {
    text-align: center;
  }
}

.step-wrap {
  background-color: var(--step-color, #e5005a);
  padding: 2.4rem;
  padding-top: 3.6rem;
  border-radius: 2.4rem;
}
.step-wrap:not(:last-child) {
  margin-bottom: 4.8rem;
}
.step-wrap .step-title {
  font-weight: 800;
  font-size: 2.8rem;
  margin-bottom: 3rem;
  color: #fff;
}
.step-wrap .step-group {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
  row-gap: 2.4rem;
}
.step-wrap .step-group .item {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .step-wrap .step-group .item {
    width: 33.3333333333%;
  }
}
.step-wrap .step-group .step {
  background-color: #fff;
  border-radius: 2.4rem;
  padding: 2.4rem;
  border-radius: 2.4rem;
  height: 100%;
}
.step-wrap .step-group .step .step-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.4rem;
}
.step-wrap .step-group .step .step-head .step-number {
  color: #fff;
  background-color: var(--step-color, #e5005a);
  padding: 0.8rem 2.4rem;
  font-weight: 800;
  border-radius: 5rem;
}
.step-wrap .step-group .step .step-head .step-icon {
  width: 4.8rem;
  height: 4.8rem;
}
.step-wrap .step-group .step .step-head .step-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.step-wrap .step-group .step .step-detail .step-name {
  font-weight: 800;
  font-size: 2.4rem;
  margin-bottom: 1.2rem;
}
.step-wrap .step-group .step .step-detail .txt {
  letter-spacing: 0.05em;
}

.product-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
@media screen and (max-width: 767px) {
  .product-wrap {
    flex-direction: column;
    align-items: center;
    gap: 6rem;
  }
}
.product-wrap .item {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (max-width: 767px) {
  .product-wrap .item {
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  .product-wrap .item {
    width: 33.3333333333%;
  }
}
.product-wrap .item .product {
  background-color: #0096d1;
  border-radius: 1.2rem;
  position: relative;
  padding: 5rem 1.8rem 1.8rem 1.8rem;
}
@media screen and (min-width: 768px) {
  .product-wrap .item .product {
    border-radius: 2.4rem;
    padding: 6rem 2.4rem 2.4rem 2.4rem;
  }
}
.product-wrap .item .product .product-name {
  position: absolute;
  top: 0;
  left: 50%;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border-radius: 2.4rem;
  transform: translateX(-50%) translateY(-50%);
  filter: drop-shadow(0 -0.2rem 0.4rem rgba(0, 0, 0, 0.0862745098));
  color: #0096d1;
  font-weight: 900;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1rem 2.6rem;
}
@media screen and (min-width: 768px) {
  .product-wrap .item .product .product-name {
    padding: 1.2rem 3.6rem;
  }
}
.product-wrap .item .product .product-name:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  color: transparent;
  border: 1rem solid #fff;
  border-color: #fff transparent transparent;
}
.product-wrap .item .product .product-image {
  background-color: #fff;
  border-radius: 1.4rem;
  padding: 2.4rem;
}
.product-wrap .item .product .product-image img {
  display: block;
  margin: 0 auto;
  width: auto;
  height: 12rem;
}
@media screen and (min-width: 768px) {
  .product-wrap .item .product .product-image img {
    height: 15rem;
  }
}

.voice-wrap {
  display: flex;
  margin-left: -1.2rem;
  margin-right: -1.2rem;
}
@media screen and (max-width: 767px) {
  .voice-wrap {
    flex-direction: column;
    gap: 2rem;
  }
}
.voice-wrap .item {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
@media screen and (min-width: 768px) {
  .voice-wrap .item {
    width: 50%;
  }
}
.voice-wrap .item .voice {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 2.4rem 1.8rem;
}
@media screen and (min-width: 768px) {
  .voice-wrap .item .voice {
    border-radius: 2.4rem;
    padding: 4.8rem 3.6rem;
  }
}
.voice-wrap .item .voice .voice-head {
  display: flex;
  align-items: center;
  margin-bottom: 1.8rem;
  gap: 1.4rem;
}
@media screen and (min-width: 768px) {
  .voice-wrap .item .voice .voice-head {
    gap: 2.8rem;
    margin-bottom: 3.6rem;
  }
}
.voice-wrap .item .voice .voice-head .avatar {
  width: 6rem;
  height: 6rem;
}
@media screen and (min-width: 768px) {
  .voice-wrap .item .voice .voice-head .avatar {
    width: 7.2rem;
    height: 7.2rem;
  }
}
.voice-wrap .item .voice .voice-head .avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-wrap .item .voice .voice-head .info .name {
  font-weight: 900;
  line-height: 1;
  margin-bottom: 1rem;
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  .voice-wrap .item .voice .voice-head .info .name {
    font-size: 2.8rem;
  }
}
.voice-wrap .item .voice .voice-head .info .pos {
  font-weight: 900;
  color: #e5005a;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .voice-wrap .item .voice .voice-head .info .pos {
    font-size: 2rem;
  }
}

.faq_wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .faq_wrap {
    gap: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .faq_wrap {
    gap: 3.6rem;
  }
}
.faq_wrap .faq_item {
  background-color: #fff;
  border-radius: 1.2rem;
  display: flex;
  align-items: flex-start;
  padding: 2rem 1rem;
  gap: 0.8rem;
}
@media screen and (min-width: 768px) {
  .faq_wrap .faq_item {
    gap: 2.4rem;
    padding: 2.4rem;
  }
}
.faq_wrap .faq_item:nth-child(3n+1) {
  --qbg: #e5005a;
}
.faq_wrap .faq_item:nth-child(3n+2) {
  --qbg: #f4c900;
}
.faq_wrap .faq_item:nth-child(3n+3) {
  --qbg: #0fa1da;
}
.faq_wrap .faq_item::before {
  content: "Q";
  background-color: var(--qbg, #e5005a);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 0.8;
  aspect-ratio: 1;
  border-radius: 50%;
  padding-bottom: 0.2em;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_item::before {
    width: 3.2rem;
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .faq_wrap .faq_item::before {
    width: 4.2rem;
    font-size: 2.4rem;
  }
}
.faq_wrap .faq_item .btn-more {
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_item .btn-more {
    width: 3.2rem;
    height: 3.2rem;
  }
}
@media screen and (min-width: 768px) {
  .faq_wrap .faq_item .btn-more {
    margin-left: 2.4rem;
    width: 4.2rem;
    height: 4.2rem;
  }
}
.faq_wrap .faq_item .btn-more::before, .faq_wrap .faq_item .btn-more::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #001737;
  transform: translate(-50%, -50%);
  transition: 0.3s all;
  height: 0.2rem;
  width: 2rem;
}
@media screen and (min-width: 768px) {
  .faq_wrap .faq_item .btn-more::before, .faq_wrap .faq_item .btn-more::after {
    height: 0.4rem;
    width: 2.8rem;
  }
}
.faq_wrap .faq_item .btn-more::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq_wrap .faq_item.active {
  background-color: #f2f9ff;
}
.faq_wrap .faq_item.active .btn-more::after {
  width: 0;
}
.faq_wrap .faq_item.active .answer {
  display: block;
}
.faq_wrap .faq_item .faq-inn {
  flex: 1;
  width: 100%;
}
.faq_wrap .faq_item .question {
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .faq_wrap .faq_item .question {
    font-size: 2rem;
    min-height: 4.2rem;
    display: flex;
    align-items: center;
  }
}
.faq_wrap .faq_item .answer {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 1.6rem;
  display: none;
}
@media screen and (max-width: 767px) {
  .faq_wrap .faq_item .answer {
    font-size: 1.4rem;
  }
}
.faq_wrap .faq_item .answer a {
  color: #046cca;
}