@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  background-color: #fff;
}

body {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  font-family: -apple-system, "Noto Sans JP", sans-serif;
  line-height: 2.4;
  background: linear-gradient(135deg, #fff5f7 0%, #ffffff 50%, #f0fdf4 100%);
  overflow-x: hidden;
  color: #333;
}

a {
  color: #fff;
  text-transform: none;
  text-decoration-line: none;
}

.inner {
  max-width: 390px;
  margin: 0 auto;
  padding: 12px;
}

@media screen and (max-width: 360px) {
  .inner {
    padding: 0 16px;
  }
}


.echo img {
  display: block;
  width: 100%;
  max-width: 90%;
  padding: 32px 12px;
  margin: 0 auto;
} 


.badge img {
  width: 100%;
}



/* sec01 */
.sec01 {
  padding: 20px 0 40px;
  background-color: #fffde4;
  background-image: url(../img/grid_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sec01__heading {
  font-size: 26px;
  line-height: 1.52;
  letter-spacing: 0.01em;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.sec01__heading span.has-dot {
  background-image: radial-gradient(circle at center, #f43e7e 20%, transparent 20%);
  background-position: top right 1px;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 5px;
}

.sec01__heading span.is-alert ,.is-alert {
  color: #f43e7e;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.1578947368;
}


.sec01__heading::before, .sec01__heading::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 40px;
  height: 58px;
}

@media screen and (max-width:768px) {
  .sec01__heading::before, .sec01__heading::after {
    width: 45px;
    height: 45px;
  }
}
.sec01__heading::before {
  background-image: url(../img/kirakira.png);
  bottom: 6px;
  left: -10px;
}
@media (max-width: 390px) {
  .sec01__heading::before {
    bottom: 6px;
    left: -10px;
  }
}
@media (max-width: 375px) {
  .sec01__heading::before {
    bottom: 6px;
    left: -4px;
  }
}
@media (max-width: 360px) {
  .sec01__heading::before {
    bottom: 6px;
    left: -15px;
  }
}
.sec01__heading::after {
  background-image: url(../img/kirakira.png);
  bottom: -14px;
  right: 2px;
}


/* sec02 */
.sec02 {
  padding: 0 0 30px;
  background-color: #77a7cb2b;
  /* background-image: url(../img/grid_bg_white.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; */
  position: relative;
  opacity: 0.3;
}



.sec02::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -51px;
  background-image: url(../img/icon-triple-down-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  width: 60px;
  height: 80px;
}

.sec02__item {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  margin-top: 20px;
}

.sec02__item:not(:first-child) {
  margin-top: 40px;
}

.sec02__item-inner {
  margin-top: 24px;
  display: flex;
  flex-flow: column-reverse;
  gap: 12px;
}


.sec02__title {
  display: flex;
  align-items: center;
  gap: 16px;
}


.sec02__title-text {
  flex: 1 1 auto;
  font-size: 24px;
  color: #56a6e6;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding-bottom: 12px;
}


.sec02__text {
  font-size: 15px;
  text-align: center;
  line-height: 1.7;
}

.sec02__text:not(:first-child) {
  margin-top: 10px;
}

.sec02__check-icon {
  width: 20px;
  object-fit: contain;
  position: relative;
  transform: translateY(2px);
}
.has-mt {
  padding-top: 8px;
}

.sec02__body {
  flex: 1 1 auto;
}

.sec02__img-wrap {
  flex: 0 0 128px;
  height: 108px;
}
.sec02__img-wrap.is-second {
  flex: 0 0 120px;
  height: 115px;
}
.sec02__img-wrap.is-third {
  flex: 0 0 108px;
  height: 109px;
}
.sec02__img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sec02__person-icon {
  width: 125px;
  object-fit: contain;
}

.section-title-02 {
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
  padding-top: 32px;
  margin: 0;
}

/* sec03 */
.sec03 {
  padding: 10px 0 20px;
  background-color: #fffef7;
}

.sec03__heading {
  position: relative;
  text-align: center;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 0.1em;
  font-weight: 700;
  z-index: 2;
}


.sec03__heading::before, .sec03__heading::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 30px;
  height: 48px;
}

.sec03__heading::before {
  background-image: url(../img/sparkling.png);
  top: 48px;
  left: 13px;
}

.sec03__heading::after {
  background-image: url(../img/sparkling.png);
  top: 48px;
  right: 13px;
}

.is-large {
  color: #f43e7e;
}

.sec03__heading span.is-large {
  font-size: 48px;
  letter-spacing: 0.1em;
}


.sec03__heading span.is-larger {
  font-size: 21px;
  letter-spacing: 0.15em;
}

.sec03__heading span.is-light {
  font-weight: 100;
  margin-left: -4px;
  margin-right: -4px;
}
.sec03__heading span.has-margin-right {
  margin-right: -22px;
}

.sec03__heading span.is-decorated {
  color: #f43e7e;
  position: relative;
}

.sec03__heading span.is-decorated::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  display: block;
  width: 100%;
  height: 26px;
  background-image: url(../img/underline.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  z-index: -1;
}

.sec03__content {
  margin-top: 42px;
  position: relative;
}
.sec03__content::before {
  content: "";
  position: absolute;
  top: 40%;
          transform: translateY(-50%);
  right: -20px;
  background-image: url(../img/bijinesu.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 150px;
  height: 100px;
}


.sec03__item {
  display: flex;
  flex-flow: column;
  min-height: 110px;
  border-radius: 6px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.sec03__point {
  font-size: 18px;
  background: linear-gradient(90deg, #4dcaff, #f77dc8);
  color: #fff;
  letter-spacing: 0.075em;
  font-weight: 600;
  display: grid;
  place-items: center;
  border-radius: 6px 6px 0 0;
}

.sec03__text {
  text-align: center;
  flex: 1 1 auto;
  background-color: #fff;
  padding: 12px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  border-radius: 0 6px 6px 0;
}

.sec03__item:not(:first-child) {
  margin-top: 22px;
}

.sec03__text.is-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.sec03__text span.is-colored {
  color: #f43e7e;
}

.sec03__button-wrap {
  display: block;
  transition: opacity 0.3s;
  margin-top: 50px;
}

.sec03__button-wrap:hover {
  opacity: 0.9;
}


/* slider */
.swiper-wrapper {
  gap: 30px;
}

.swiper-slide {
  width: 230px !important;
}

@media screen and (max-width:375px) {
  .swiper-slide {
    width: 100% !important;
  }
}

.swiper-slide img {
  height: 100%;
  object-fit: cover;
}


.sparkles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.sparkle {
  position: absolute;
  font-size: 24px;
  animation: float 3s ease-in-out infinite;
  opacity: 0.6;
}

.sparkle:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}
.sparkle:nth-child(2) {
  top: 20%;
  right: 15%;
  animation-delay: 0.5s;
}
.sparkle:nth-child(3) {
  bottom: 30%;
  left: 20%;
  animation-delay: 1s;
}
.sparkle:nth-child(4) {
  bottom: 20%;
  right: 10%;
  animation-delay: 1.5s;
}
.sparkle:nth-child(5) {
  top: 50%;
  left: 5%;
  animation-delay: 2s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}



.heart-burst {
  width: 100%;
  max-width: 16%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  animation: pulse 1.5s ease-in-out infinite;
}

.heart {
  font-size: 2rem;
  animation: heartBeat 1s ease-in-out infinite;
}

.heart img  {
  width: 100%;
  min-width: 40px;
}

.heart:nth-child(2) {
  animation-delay: 0.2s;
}
.heart:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes heartBeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

.matched-badge {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ff6b9d 0%, #ffa8c5 100%);
  color: white;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.2rem;
  box-shadow: 0 5px 20px rgba(255, 107, 157, 0.4);
  animation: matchedAppear 2s ease-in-out infinite;
  white-space: nowrap;
}

@keyframes matchedAppear {
  0%,
  40% {
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
  }
  50%,
  90% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
  }
}

.matched-text {
  margin-right: 5px;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.icon-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.section-title {
  font-weight: 700;
  color: #333;
  margin-bottom: 10px;
}

.section-title-04 {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.3;
  padding-top: 12px;
}

.technique-cards {
  display: grid;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.technique-card {
  background: linear-gradient(135deg, #fff5f7 0%, #ffffff 100%);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  position: relative;
}

.technique-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  font-weight: 900;
  color: #ffa8c5;
  opacity: 0.3;
}

.highlight {
  background: linear-gradient(135deg, #ff6b9d 0%, #ffa8c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-size: 1.8rem;
  font-weight: 900;
}

.job-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.job-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 150px;
}

.job-icon {
  font-size: 3rem;
  margin-bottom: 10px;
}

.job-label {
  font-weight: bold;
  color: #333;
}

.trust-badge {
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.badge-icon {
  font-size: 3rem;
}

.badge-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}

.badge-subtitle {
  font-size: 0.9rem;
  color: #666;
}

/* Partners Section */
.partners {
  padding: 80px 20px;
  background: linear-gradient(135deg, #fff5f7 0%, #f0fdf4 100%);
}

.partners .section-title {
  text-align: center;
  margin-bottom: 10px;
}

.section-subtitle {
  text-align: center;
  font-size: 1.1rem;
  color: #f43e7e;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4;
}

.partner-cards-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.swipe-hint {
  text-align: center;
  color: #999;
  margin-bottom: 20px;
  font-size: 0.9rem;
}

.partner-cards {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
  scrollbar-width: none;
}

.partner-cards::-webkit-scrollbar {
  display: none;
}

.partner-card {
  width: 100%;
  background: white;
  border-radius: 20px;
  padding: 30px;
  flex-shrink: 0;
  scroll-snap-align: center;
  box-shadow: 0 10px 30px rgba(255, 107, 157, 0.15);
  position: relative;
  transition: transform 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
}

.partner-photo {
  margin-bottom: 20px;
}

.photo-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffa8c5 0%, #ff6b9d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.photo-icon {
  font-size: 4rem;
}

.partner-specialty {
  background: #fff5f7;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}



.specialty-desc {
  color: #666;
  font-size: 0.9rem;
}

.partner-message {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.message-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.partner-message p {
  color: #666;
  line-height: 1.6;
}

.swipe-icon {
  position: absolute;
  right: 20px;
  top: 40%;
  transform: translateY(-50%);
  font-size: 2rem;
  opacity: 0.7;
  animation: swipeHint 2s ease-in-out infinite;
}

.swipe-icon img{
  width: 50px;
}

.swipe-icon-love {
  position: absolute;
  right: 30px;
  top: 30%;
  transform: translateY(-50%);
  font-size: 2rem;
  opacity: 0.7;
  animation: swipeHint 2s ease-in-out infinite;
}

.swipe-icon-love img{
  width: 50px;
}



@keyframes swipeHint {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(10px);
  }
}


.benefits .section-title {
  text-align: center;
  margin-bottom: 24px;
}

.highlight-speed {
  color: #f43e7e;
  font-weight: 900;
}

.benefit-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1000px;
  margin: 0 auto 60px;
}

.benefit-card {
  border-radius: 20px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

.benefit-icon {
  width: 80%;
  margin: 0 auto;
}

.benefit-icon img {
  max-width: 90%;
}

.benefit-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #f43e7e;
  margin-bottom: 20px;
}

.benefit-graph {
  background: #f0f0f0;
  border-radius: 10px;
  height: 40px;
  margin-bottom: 20px;
  overflow: hidden;
}

.graph-bar {
  background: linear-gradient(90deg, #ff6b9d 0%, #ffa8c5 100%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  transition: width 1s ease-out;
  animation: growBar 2s ease-out;
}

@keyframes growBar {
  from {
    width: 0;
  }
}

.graph-label {
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
}

.benefit-description {
  color: #666;
  line-height: 1.6;
}

/* Final CTA Section */


.cta-sparkles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cta-sparkles .sparkle {
  position: absolute;
  font-size: 2rem;
  animation: float 3s ease-in-out infinite;
}

.cta-sparkles .sparkle:nth-child(1) {
  top: 10%;
  left: 10%;
}
.cta-sparkles .sparkle:nth-child(2) {
  top: 20%;
  right: 15%;
  animation-delay: 0.5s;
}
.cta-sparkles .sparkle:nth-child(3) {
  bottom: 20%;
  left: 15%;
  animation-delay: 1s;
}
.cta-sparkles .sparkle:nth-child(4) {
  bottom: 30%;
  right: 10%;
  animation-delay: 1.5s;
}



/* Responsive Design */
@media (max-width: 768px) {
  .section-title {
    font-size: 1.5rem;
  }
  .matching-animation {
    gap: 10px;
  }
  .benefit-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .technique-card {
    padding: 16px;
  }
  .technique-number {
    font-size: 2rem;
  }
  .partner-card {
    min-width: 280px;
  }
}



/* Reset and Base Styles */




.container {
  max-width: 1200px;
  margin: 0 auto;
}

.hero {
  text-align: center;
  padding: 30px 15px;
  position: relative;
  overflow: hidden;
  /* Added gradient blob background */
  background: radial-gradient(circle at 20% 30%, rgba(251, 207, 232, 0.4) 0%, transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(191, 219, 254, 0.4) 0%, transparent 50%),
    radial-gradient(circle at 50% 50%, rgba(254, 249, 195, 0.3) 0%, transparent 60%);
}

.sparkles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

.sparkle {
  position: absolute;
  font-size: 24px;
  animation: float 3s ease-in-out infinite;
  opacity: 0.6;
}

.sparkle:nth-child(1) {
  top: 10%;
  left: 10%;
  animation-delay: 0s;
}
.sparkle:nth-child(2) {
  top: 20%;
  right: 15%;
  animation-delay: 0.5s;
}
.sparkle:nth-child(3) {
  bottom: 30%;
  left: 20%;
  animation-delay: 1s;
}
.sparkle:nth-child(4) {
  bottom: 20%;
  right: 10%;
  animation-delay: 1.5s;
}
.sparkle:nth-child(5) {
  top: 50%;
  left: 5%;
  animation-delay: 2s;
}

@keyframes float {
  0%,
  100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(10deg);
  }
}

.hero .container {
  position: relative;
  z-index: 2;
}

.main-copy {
  font-weight: 700;
  margin-bottom: 20px;
  background-clip: text;
  text-shadow: 0 2px 10px rgba(255, 180, 205, 0.3);
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 20px;
  position: relative;
  color: #607280;
}

.main-copy::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(-20deg);
  width: 30px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b9d, #ffb3c1);
  border-radius: 2px;
}

.main-copy::after {
  content: "";
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(-20deg);
  width: 30px;
  height: 4px;
  background: linear-gradient(90deg, #ffb3c1, #ff6b9d);
  border-radius: 2px;
}

.sub-copy {
  font-size: 1.3rem;
  color: #666;
  margin-bottom: 24px;
  line-height: 1.5;
}

/* Matching Animation */
.matching-animation {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
  position: relative;
}

.card {
  width: 100%;
  background: white;
  border-radius: 20px;
  padding: 20px 12px;
  box-shadow: 0 10px 30px rgba(255, 107, 157, 0.2);
  animation: cardSlide 2s ease-in-out infinite;
  max-width: 280px;
  min-width: 150px; 
  line-height: 1.2;
}

.card img {
  width: 100%;
  max-width: 100px;
}

.card-left {
  width: 43%;
  animation-name: cardSlideLeft;
}

.card-right {
  width: 43%;
  animation-name: cardSlideRight;
}

@keyframes cardSlideLeft {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(10px);
  }
}

@keyframes cardSlideRight {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-10px);
  }
}

.card-content {
  text-align: center;
}

.card-icon {
  font-size: 3rem;
  margin-bottom: 10px;
}

.card-label {
  font-size: 1rem;
  color: #333;
  margin-bottom: 5px;
}

.card-type {
  font-size: .95em;
  font-weight: bold;
  color: #ff6b9d;
}

.heart-burst {
  width: 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
  animation: pulse 1.5s ease-in-out infinite;
}

.heart {
  font-size: 2rem;
  animation-delay: 0.5s; 
  animation: heartBeat 1s ease-in-out infinite;
}

.heart:nth-child(2) {
  animation-delay: 0.2s;
}
.heart:nth-child(3) {
  animation-delay: 0.4s;
}

@keyframes heartBeat {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

@keyframes pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}

@keyframes matchedAppear {
  0%,
  40% {
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
  }
  50%,
  90% {
    opacity: 1;
    transform: translateX(-50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) scale(0.5);
  }
}



.matched-text {
  margin-right: 5px;
}

.hero-description {
  font-size: 1rem;
  color: #666;
  line-height: 1.8;
  text-align: center;
}

/* Techniques Section */
.techniques {
  padding: 50px 10px;
  background: transparent;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.icon-group {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 2.5rem;
}

.technique-cards {
  display: grid;
  gap: 40px;
  max-width: 900px;
  margin: 16px auto 0;
}

.technique-card {
  /* Updated to white card with soft shadow matching SHElikes style */
  background: white;
  border-radius: 25px;
  padding: 20px 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  position: relative;
}

.technique-number {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  font-weight: 900;
  /* Updated to coral pink */
  color: #ff8fab;
  opacity: 0.2;
}

.technique-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #f43e7e;
  margin-bottom: 15px;
  line-height: 1.4;
  text-align: center;
}

.highlight {
  background: linear-gradient(135deg, #ff6b9d 0%, #ffa8c5 100%);
  background-clip: text;
  font-size: 1.8rem;
  font-weight: 900;
}

.technique-description {
  color: #333;
  line-height: 1.8;
  margin-bottom: 12px;
  text-align: center;
}

.technique-visual {
  margin-top: 12px;
}

.type-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  position: relative;
}

.type-box {
  background: rgb(245, 127, 127);
  border: 2px solid #353535;
  border-radius: 8px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  color: #464646;
  font-size: 0.8rem;
  line-height: 1.4;
}

.work-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

 .work-box {
  background: white;
  border: 2px solid  ;
  border-image: linear-gradient(90deg, #aacbff, #ffa6d2) 1;
  border-radius: 0px 12px 0px 12px;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  color: #333;
  font-size: 0.8rem;
  line-height: 1.4;
 }

.job-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.job-card {
  background: white;
  border-radius: 15px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 150px;
}

.job-icon {
  font-size: 3rem;
  margin-bottom: 10px;
}

.job-label {
  font-weight: bold;
  color: #333;
}

.trust-badge {
  background: linear-gradient(135deg, #ffd700 0%, #ffed4e 100%);
  border-radius: 15px;
  padding: 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  box-shadow: 0 5px 15px rgba(255, 215, 0, 0.3);
}

.badge-icon {
  font-size: 3rem;
}

.badge-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
}

.badge-subtitle {
  font-size: 0.9rem;
  color: #666;
}


.partners {
  padding: 40px 20px;
  background: radial-gradient(circle at 10% 20%, rgba(191, 219, 254, 0.3) 0%, transparent 50%),
  radial-gradient(circle at 90% 80%, rgba(251, 207, 232, 0.3) 0%, transparent 50%);
}

.partners .section-title {
  text-align: center;
  margin-bottom: 10px;
}

.partner-cards-wrapper {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}

.swipe-hint {
  text-align: center;
  color: #999;
  margin-bottom: 3px;
  font-size: 0.9rem;
}

.partner-cards {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
  scrollbar-width: none;
}
.testimonial-cards {
  display: flex;
  gap: 30px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 20px 0;
  scrollbar-width: none;
}

.partner-cards::-webkit-scrollbar {
  display: none;
}

.partner-card {
  /* Updated card style to match SHElikes white cards */
  background: white;
  border-radius: 25px;
  padding: 30px;
  min-width: 300px;
  flex-shrink: 0;
  scroll-snap-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.12);
}

.partner-photo {
  margin-bottom: 20px;
}

.photo-placeholder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffa8c5 0%, #ff6b9d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.photo-icon {
  font-size: 4rem;
}

.partner-specialty {
  background: #fff5f7;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 20px;
}

.specialty-label {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 10px;
}

.specialty-types {
  width: 100%;
  display: flex;
  justify-content: left;
  gap: 20px;
  margin-bottom: 10px;
}

.specialty-types img {
  width: 30%;
  max-width: 45px;
  height: auto;
}

.type-badge-love {
  width:70%;
  background: linear-gradient(135deg, #ff6b9d 0%, #ff8fab 100%);
  color: white;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
}





.type-badge {
  background: linear-gradient(135deg, #ff6b9d 0%, #ff8fab 100%);
  color: white;
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: bold;
}

.specialty-desc {
  color: #666;
  font-size: 0.9rem;
}

.partner-message {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.message-icon {
  font-size: 1.5rem;
  flex-shrink: 0;
}

.partner-message p {
  color: #666;
  line-height: 1.6;
}



@keyframes swipeHint {
  0%,
  100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(10px);
  }
}

/* Benefits Section */
.benefits {
  padding: 20px 20px;
  margin-top: 32px;
  background:linear-gradient(135deg, #f5feff 0%, #fffaec 100%);
}


.highlight-speed {
  color: #f43e7e;
  font-weight: 800;
}


.benefit-graph {
  background: #f0f0f0;
  border-radius: 10px;
  height: 40px;
  margin-bottom: 15px;
  overflow: hidden;
}

.graph-bar {
  /* Updated to coral pink gradient */
  background: linear-gradient(90deg, #ff6b9d 0%, #ff8fab 50%, #ffb3c1 100%);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 10px;
  transition: width 1s ease-out;
  animation: growBar 2s ease-out;
}

@keyframes growBar {
  from {
    width: 0;
  }
}

.graph-label {
  color: white;
  font-weight: bold;
  font-size: 0.9rem;
}

.benefit-description {
  color: #666;
  line-height: 1.6;
}

/* Testimonial */
.testimonial {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  /* Updated to white card with soft shadow */
  background: white;
  border-radius: 25px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

.testimonial-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}

.testimonial-card {
  display: flex;
  gap: 20px;
  flex-flow: column;
  align-items: flex-start;
  /* Updated background to light pastel */
  background: linear-gradient(135deg, #fef3c7 0%, #fce7f3 100%);
  padding: 16px;
  border-radius: 20px;
  box-shadow: none;
}

.testimonial-avatar {
  flex-shrink: 0;
}

.avatar-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, #ffa8c5 0%, #ff6b9d 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
}

.testimonial-text {
  color: #333;
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 1.05rem;
}

.testimonial-author {
  display: flex;
  gap: 15px;
  font-size: 0.9rem;
  color: #999;
}

.author-type {
  color: #ff6b9d;
  font-weight: 600;
}

/* Final CTA Section */
.final-cta {
  padding: 30px 20px;
  width: 100%;
  background-image: url(../img/agent.jpg);
  background-position: center;
  background-size: contain;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(54, 36, 46, 0.7) 0%,
    rgba(30, 2, 8, 0.8) 100%
  );
  pointer-events: none;
}

.cta-sparkles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.cta-sparkles .sparkle {
  position: absolute;
  font-size: 2rem;
  animation: float 3s ease-in-out infinite;
}

.cta-sparkles .sparkle:nth-child(1) {
  top: 10%;
  left: 10%;
}
.cta-sparkles .sparkle:nth-child(2) {
  top: 20%;
  right: 15%;
  animation-delay: 0.5s;
}
.cta-sparkles .sparkle:nth-child(3) {
  bottom: 20%;
  left: 15%;
  animation-delay: 1s;
}
.cta-sparkles .sparkle:nth-child(4) {
  bottom: 30%;
  right: 10%;
  animation-delay: 1.5s;
}

.final-cta .container {
  position: relative;
  z-index: 2;
}

.cta-title {
  font-size: 1.3rem;
  font-weight: 7800;
  color: white;
  margin-bottom: 22px;
  line-height: 1.4;
}



/* LINECTA */
.cta-button-large {
  position: relative;
  display: inline-block;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(90deg, #06c755, #29d97c, #06c755);
  border: 2px solid #fff;
  border-radius: 50px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(255, 110, 199, 0.4);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* hoverでちょい浮く */
.cta-button-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 25px rgba(255, 110, 199, 0.6);
}

/* キラッ演出 */
.cta-button-large::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.6) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shine 3s infinite;
}

/* アニメーション定義 */
@keyframes shine {
  0% {
    left: -75%;
  }
  50% {
    left: 125%;
  }
  100% {
    left: 125%;
  }
}


























/* Responsive Design */
@media (max-width: 768px) {
  .card {
    padding: 12px;
    min-width: 125px;
  }

  .card-icon {
    font-size: 2rem;
  }

  .matched-badge {
    font-size: 1rem;
    padding: 8px 20px;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .technique-card {
    padding: 15px;
  }

  .technique-number {
    font-size: 2rem;
  }

  .technique-title {
    font-size: 1.2rem;
  }

  .highlight {
    font-size: 1.4rem;
  }

  .type-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner-card {
    min-width: 280px;
  }

  .testimonial-card {
    flex-direction: column;
    text-align: center;
  }

}










.fv-cta {
  margin-top: 24px;
}

.fv-wrap img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.section-title-Be {
  line-height: 1.4;
  font-weight: 700;
}

.section-titl-pa {
  line-height: 1.5;
}


.type1 {
  background-color: #ceebff;
}

.type2 {
  background-color: #fddfdc;
}

.type3 {
  background-color: #ffe4ff;
}

.type4 {
  background-color: #fffcd7;
}

.type-img01::before {
  content: "";
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  right: 52.5%;
  background-image: url(../img/ako.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.type-img02::before {
  content: "";
  position: absolute;
  top: 6.5%;
  transform: translateY(-50%);
  right: 53%;
  background-image: url(../img/neko.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.type-img03::before {
  content: "";
  position: absolute;
  top: 19.5%;
  transform: translateY(-50%);
  right: 2.5%;
  background-image: url(../img/yanki.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.type-img04::before {
  content: "";
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  right: 2.3%;
  background-image: url(../img/karisuma.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 27px;
  height: 27px;
}

.type-img05::before {
  content: "";
  position: absolute;
  top: 45.5%;
  transform: translateY(-50%);
  right: 52%;
  background-image: url(../img/kamereon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 24px;
  height: 24px;
}

.type-img06::before {
  content: "";
  position: absolute;
  top: 45.5%;
  transform: translateY(-50%);
  right: 2.5%;
  background-image: url(../img/rion.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 27px;
  height: 27px;
}

.type-img07::before {
  content: "";
  position: absolute;
  top: 58%;
  transform: translateY(-50%);
  right:53%;
  background-image: url(../img/roman.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 25px;
  height: 25px;
}

.type-img08::before {
  content: "";
  position: absolute;
  top: 58.3%;
  transform: translateY(-50%);
  right: 2%;
  background-image: url(../img/usagi.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 28px;
  height: 28px;
}

.type-img09::before {
  content: "";
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  right: 53%;
  background-image: url(../img/renai.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.type-img10::before {
  content: "";
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  right: 2.5%;
  background-image: url(../img/hati.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.type-img11::before {
  content: "";
  position: absolute;
  top: 83%;
  transform: translateY(-50%);
  right: 52.5%;
  background-image: url(../img/husigi.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.type-img12::before {
  content: "";
  position: absolute;
  top: 83.5%;
  transform: translateY(-50%);
  right: 1.5%;
  background-image: url(../img/mane.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 27px;
  height: 27px;
}

.type-img13::before {
  content: "";
  position: absolute;
  top: 96%;
  transform: translateY(-50%);
  right: 53%;
  background-image: url(../img/debiru.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.type-img14::before {
  content: "";
  position: absolute;
  top: 96%;
  transform: translateY(-50%);
  right: 2.5%;
  background-image: url(../img/last.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}

.type-img15::before {
  content: "";
  position: absolute;
  top: 7%;
  transform: translateY(-50%);
  right: 2.5%;
  background-image: url(../img/kakure.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}


.type-img16::before {
  content: "";
  position: absolute;
  top: 19.5%;
  transform: translateY(-50%);
  right: 53%;
  background-image: url(../img/syuyaku.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  width: 30px;
  height: 30px;
}













.voice-photo {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}

.voice-photo img {
  width: 100%;
  vertical-align: bottom;
}

.voice-specialty {
  background: #fff5f7;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 16px;
}




.partner-card-love {
  width: 100%;
  background: white;
  border-radius: 20px;
  padding: 22px;
  flex-shrink: 0;
  scroll-snap-align: center;
  box-shadow: 0 10px 30px rgba(255, 107, 157, 0.15);
  position: relative;
  transition: transform 0.3s ease;
  border: 1px solid #ff8fab;
}

.specialty-label {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 10px;
}

.partner-name {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  color: #333;
}

.voice-info-item {
  padding: 14px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  gap: 8px;
}

.voice-message {
  font-size: 15px;
  line-height: 1.65;
  color: #333;
}

.voice-name {
  line-height: 1.3;
  color: #333;
}

.voice-job {
  background-color: #1cc8f7;
  line-height: 1.5;
  border-radius: 6px;
  padding: 4px 12px;
  color: #fff;
  vertical-align: middle;
}










/* sec06 */
.section-title-06 {
  margin-top: 32px;
  margin-bottom: 0;
  text-align: center;
}

.sec_flow-item{
  padding: 24px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_flow-img{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec_flow-img img{
  width: 100%;
  max-width: 340px;
  height: auto;
}


/* FAQ Section */
.faq {
  padding: 40px 15px 20px;
  background-color: #fff;
}

.faq .section-title {
  text-align: center;
  margin-bottom: 20px;
}

.faq-list {
  max-width: 750px;
  margin: 0 auto;
}

.faq-item {
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 10px;
  border-radius: 12px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.faq-question {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  text-align: left;
}

.faq-question span {
  font-size: 16px;
}

.faq-question:hover {
  color: #ff6b9d;
}

.faq-icon {
  font-size: 20px !important;
  color: #ff6b9d;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0 0;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding:  0 20px 10px;
}

.faq-answer p {
  color: #666;
  line-height: 1.8;
  font-size: 15px;
}


.logo {
  width: 100%;
  padding: 20px;
  background-color: #fff;
}
.logo img {
  width: 100%;
  max-width: 60%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}


/* Footer */
.footer {
  background: #3c3c3c;
  padding: 20px 20px 30px;
}

.footer-content {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  gap: 20px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.footer-title {
  font-size: 1.2rem;
  margin-bottom: 20px;
  color: #ffb3c1;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #ffb3c1;
}

.footer-copyright {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #fff;
  color: #FFF;
  font-size: 0.9rem;
}

/* 追従型CTA */
.floating-cta {
  width: 100%;
  max-width: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 15px 40px;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  left: 50%;
  /* 最初は横中央＋少し下に隠す */
  transform: translate(-50%, 20px);

  font-size: 1.1rem;
  font-weight: 700;
  text-align: center;
  z-index: 1000;

  color: #fff;
  border: 2px solid #fff;
  border-radius: 50px;
  background: linear-gradient(90deg, #06c755, #29d97c, #06c755);

  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.floating-cta.show {
  /* 横中央は維持したまま、Y方向だけ0に */
  transform: translate(-50%, 0);
  opacity: 1;
  pointer-events: auto;
}