/* ==========================================================================
   SELECT YOUR STYLE セクション（資料請求ページ専用）
   Figma: https://www.figma.com/design/ciXU4ykWCdLJR98AMmyma3/260826?node-id=3-5347
   ========================================================================== */
.l-selectStyle {
  padding: 0 0 120px;
  text-align: center;
}

.c-selectStyle__ribbonRow {
  position: relative;
  display: flex;
  justify-content: center;
  margin-bottom: 43px;
}

.c-selectStyle__ribbonRow .c-selectStyle__wave {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 794px;
  z-index: 0;
}

.c-selectStyle__ribbon {
  position: relative;
  z-index: 1;
  width: 388px;
  max-width: 80%;
}

.c-selectStyle__ribbon img {
  display: block;
  width: 100%;
  height: auto;
}

.c-selectStyle__ribbon span {
  position: absolute;
  inset: 0;
  top: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 3.6rem;
  letter-spacing: 0.2875rem;
}

.c-selectStyle__heading {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 5.6rem;
  letter-spacing: 0.442rem;
  color: #333;
}

.c-selectStyle__waveFull {
  display: block;
  width: 100%;
  max-width: 799px;
  height: auto;
  margin: 50px auto 0;
}

.c-selectStyle__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 70px auto 0;
  max-width: 1300px;
}

.c-selectStyle__card {
  position: relative;
  display: block;
  width: 410px;
  max-width: 100%;
  padding: 25px 20px 30px;
  border-radius: 20px;
  border: 2px solid;
  background: #fff;
  text-align: center;
  transition: .3s ease;
  overflow: hidden;
}

.c-selectStyle__card:hover {
  transform: translateY(-5px);
}

.c-selectStyle__card--green {
  border-color: #06c755;
}

.c-selectStyle__card--blue {
  border-color: #12cad5;
}

.c-selectStyle__card--pink {
  border-color: #ff7d90;
}

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

.c-selectStyle__icon {
  display: inline-block;
  width: 78px;
  height: 78px;
  margin-bottom: 15px;
}

.c-selectStyle__icon img {
  display: block;
  width: 100%;
  height: 100%;
}

.c-selectStyle__sub {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 3rem;
}

.c-selectStyle__card--green .c-selectStyle__sub {
  color: #06c755;
}

.c-selectStyle__card--blue .c-selectStyle__sub {
  color: #12cad5;
}

.c-selectStyle__card--pink .c-selectStyle__sub {
  color: #ff7d90;
}

.c-selectStyle__line {
  display: block;
  border-bottom: 1px dashed #ccc;
  margin: 10px auto;
  width: 100%;
}

.c-selectStyle__ttl {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  line-height: 3rem;
  color: #333;
}

.c-selectStyle__arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 37.5px;
  height: 37.5px;
  z-index: 1;
}

.c-selectStyle__arrow img {
  display: block;
  width: 100%;
  height: 100%;
}

.c-selectStyle__alt {
  margin-top: 35px;
}

.c-selectStyle__alt .link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

/* ▽ SP layout ========== */
@media only screen and (max-width: 767px) {
  .l-selectStyle {
    padding: 50px 0;
  }

  .c-selectStyle__heading {
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }

  .c-selectStyle__ribbon span {
    font-size: 1.8rem;
  }

  .c-selectStyle__list {
    gap: 15px;
    margin-top: 30px;
  }

  .c-selectStyle__card {
    width: 100%;
    padding: 20px 15px 25px;
  }

  .c-selectStyle__deco {
    object-fit: cover;
  }
}
/* ========== end △ */
