@charset "UTF-8";

.faq-add_txt {
  margin-top: 10px;
  display: flex;
  align-items: center;
  font-size: 17px;
}

.faq-add_txt .questionMark {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  background: #222;
  border-radius: 100vmax;
  width: clamp(24px, 5vw, 30px);
  height: clamp(24px, 5vw, 30px);
}

@media (max-width: 450px) {
  .faq-add_txt {
    font-size: 15px;
  }
}

.aboutus-hg_mess {
  font-size: 3rem;
  margin-top: 20px;
}

.aboutus-cont__txt {
  margin-top: 35px;
  margin-bottom: 60px;
}

@media (max-width: 450px) {
  .aboutus-hg_mess {
    font-size: 2.4rem;
  }
}

@media (max-width: 400px) {
  .aboutus-hg_mess {
    font-size: 2.2rem;
  }
}

/* 仲間の声コメントアウトに伴う */

.column .column-wrap {
  padding-top: 0;
}

@media screen and (max-width: 834px) {
  .column .column-wrap {
    padding-top: 0;
  }
}

/* 250606 */
.column .column__contents {
  padding: 0 0 7rem;
}

.column .column-wrap {
  padding-top: 0rem;
}

.column .all-category .column__item a .item__text-box .tag {
  gap: 5px 0;
}

.column-detail .detail .info .tag {
  gap: 5px 0;
}

.column-detail .detail .detail__title {
  font-size: 2.4rem;
}

/* 250613 */

.generation .young .medal {
  position: absolute;
  width: 30%;
  top: -60%;
  left: -9%;
}

.generation-voice__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 15px;
}

.generation-voice__item-mess {
  position: absolute;
  top: 25px;
  left: 20px;
  color: #fff;
  width: 100%;
}

.generation-voice__item-mess02 {
  display: inline-block;
  margin-top: 3px;
}

/* 250619 */
.benefit .benefit-lead-sec .link__block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}

.benefit .benefit-lead-sec .link__block li {
  width: 33%;
}

.benefit .benefit-lead-sec .link__block a {
  font-size: 1.8rem;
}

@media(max-width:500px) {
  .benefit .benefit-lead-sec .link__block a {
    font-size: 1.6rem;
  }
}

.generation .woman .woman__picture {
  margin-top: 2rem;
  padding-left: 4%;
}

/* 250703 add */
.top-feature {
  background: url(../img/top/bg-feature.webp) no-repeat top center / contain #eeeeee;
}
.top-feature .top-store__mess {
  padding-left: 0;
}
.top-feature .top-store__btn {
  max-width: 325px;
  width: 100%;
}
.top-feature__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.top-feature__list img {
  border-radius: 10px;
}
@media(max-width:480px) {
  .top-feature .fsp50 {
    font-size: 10vw;
  }
  .top-feature__list {
    gap: 10px;
  }
}
