@charset "UTF-8";
/* PC、SPの非表示 */
body {
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic, "Yu Gothic", sans-serif;
  font-size: max(1.6rem, 10px);
  color: #1b1b1b;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  margin-inline: auto;
  position: relative;
}

@media (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}
img {
  width: 100%;
  height: auto;
}

html {
  scroll-behavior: smooth;
  font-size: 10px;
}
@media (max-width: 2000px) and (min-width: 768px) {
  html {
    font-size: 0.5vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: min(2.6666666667vw, 20px);
  }
}

/* PC、SPの非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.footer {
  background-color: #58bff3;
  color: #fff;
  text-align: center;
  padding-block: 3rem;
  font-size: max(2rem, 12px);
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .footer {
    font-size: 1rem;
    padding-inline: 2rem;
  }
}

.footer__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  margin-bottom: 0.5rem;
}
.footer__flex a {
  transition: all 0.5s;
}
.footer__flex a:hover {
  opacity: 0.5;
}

.CTA01 {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  background-color: #e6f4ff;
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .CTA01 {
    padding: 3rem 0;
  }
}
.CTA01__container {
  position: relative;
  width: 100%;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .CTA01__container {
    border-radius: 5px;
    margin-bottom: 1rem;
    width: 90%;
  }
}
.CTA01__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../img-file/PC/gene_background.png");
  background-size: cover;
  background-position: center;
  z-index: 0;
  opacity: 0.3;
}
@media (max-width: 767px) {
  .CTA01__background {
    background-image: url("../../../img-file/SP/gene_background.png");
  }
}
.CTA01__content {
  display: flex;
  padding: 1.5vw;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .CTA01__content {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .CTA01__content {
    flex-direction: column;
    padding: 2rem 1.5rem;
  }
}
.CTA01__left {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .CTA01__left {
    margin-bottom: 2rem;
  }
}
.CTA01__kit-image {
  max-width: 100%;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .CTA01__kit-image {
    max-width: 70%;
    margin: 0 auto;
  }
}
.CTA01__right {
  flex: 0 0 70%;
  padding-left: 1.5vw;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .CTA01__right {
    padding-left: 0;
  }
}
.CTA01__title {
  font-size: 2vw;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 0.75vw;
}
@media (max-width: 767px) {
  .CTA01__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 1rem;
  }
}
.CTA01__subtitle {
  margin-bottom: 1vw;
}
@media (max-width: 767px) {
  .CTA01__subtitle {
    margin-bottom: 1.5rem;
  }
}
.CTA01__service-type {
  font-size: 1.2vw;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 0.25vw;
}
@media (max-width: 767px) {
  .CTA01__service-type {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
.CTA01__plus {
  color: #58bff3;
  font-weight: bold;
}
.CTA01__test-items {
  font-size: 0.9vw;
  color: #2c2c2c;
}
@media (max-width: 767px) {
  .CTA01__test-items {
    font-size: 1.6rem;
    text-align: center;
  }
}
.CTA01__items-count {
  font-size: 1.5vw;
  font-weight: bold;
  color: #58bff3;
}
@media (max-width: 767px) {
  .CTA01__items-count {
    font-size: 2.2rem;
  }
}
.CTA01__items-unit {
  font-size: 0.9vw;
}
@media (max-width: 767px) {
  .CTA01__items-unit {
    font-size: 1.6rem;
  }
}
.CTA01__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5vw;
  margin-bottom: 1vw;
}
@media (max-width: 767px) {
  .CTA01__tags {
    justify-content: center;
    gap: 0.8rem;
    margin-bottom: 1.5rem;
  }
}
.CTA01__tag {
  background-color: #58bff3;
  color: white;
  font-size: 0.7vw;
  padding: 0.25vw 0.75vw;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .CTA01__tag {
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
  }
}
.CTA01__limited-banner {
  background-color: #ff6b6b;
  color: white;
  display: inline-flex;
  align-items: center;
  padding: 0.25vw 0.75vw;
  border-radius: 5px;
  margin-bottom: 0.75vw;
}
@media (max-width: 767px) {
  .CTA01__limited-banner {
    margin: 0 auto 1rem;
    padding: 0.3rem 1rem;
  }
}
.CTA01__limited-text {
  font-size: 0.9vw;
}
@media (max-width: 767px) {
  .CTA01__limited-text {
    font-size: 1.4rem;
  }
}
.CTA01__limited-number {
  font-size: 1.5vw;
  font-weight: bold;
  margin: 0 0.25vw;
}
@media (max-width: 767px) {
  .CTA01__limited-number {
    font-size: 2.2rem;
    margin: 0 0.3rem;
  }
}
.CTA01__price-container {
  margin-bottom: 1vw;
}
@media (max-width: 767px) {
  .CTA01__price-container {
    text-align: center;
    margin-bottom: 1.5rem;
  }
}
.CTA01__regular-price {
  display: flex;
  align-items: center;
  margin-bottom: 0.5vw;
}
@media (max-width: 767px) {
  .CTA01__regular-price {
    justify-content: center;
    margin-bottom: 0.8rem;
  }
}
.CTA01__sale-price {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .CTA01__sale-price {
    justify-content: center;
  }
}
.CTA01__price-label {
  font-size: 0.8vw;
  margin-right: 0.5vw;
}
@media (max-width: 767px) {
  .CTA01__price-label {
    font-size: 1.4rem;
    margin-right: 0.6rem;
  }
}
.CTA01__price-value {
  font-size: 1.2vw;
  font-weight: bold;
}
@media (max-width: 767px) {
  .CTA01__price-value {
    font-size: 1.8rem;
  }
}
.CTA01__price-value--strikethrough {
  text-decoration: line-through;
}
.CTA01__price-value--large {
  font-size: 2.1vw;
  color: #ff6b6b;
}
@media (max-width: 767px) {
  .CTA01__price-value--large {
    font-size: 3rem;
  }
}
.CTA01__price-unit {
  font-size: 0.8vw;
  margin-left: 0.25vw;
}
@media (max-width: 767px) {
  .CTA01__price-unit {
    font-size: 1.4rem;
    margin-left: 0.3rem;
  }
}
.CTA01__tax {
  font-size: 0.7vw;
}
@media (max-width: 767px) {
  .CTA01__tax {
    font-size: 1.2rem;
  }
}
.CTA01__shipping {
  font-size: 0.8vw;
  background-color: #ff6b6b;
  color: white;
  padding: 0.15vw 0.5vw;
  border-radius: 3px;
  margin-left: 0.5vw;
}
@media (max-width: 767px) {
  .CTA01__shipping {
    font-size: 1.2rem;
    padding: 0.2rem 0.6rem;
    margin-left: 0.6rem;
  }
}
.CTA01__link {
  width: 18.99vw;
  display: block;
  z-index: 2;
  position: relative;
  margin: 2rem auto;
  transition: all 0.5s;
}
.CTA01__link:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .CTA01__link {
    max-width: 63.1rem;
    width: 31.55rem;
    margin: 1.5rem auto;
  }
}
.CTA01-btn {
  background-color: #ff6b6b;
  border-radius: 50px;
  padding: 0.75vw 1vw;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .CTA01-btn {
    padding: 1rem 1.5rem;
  }
}
.CTA01-btn__text {
  color: white;
  font-size: 1.2vw;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-right: 1.2vw;
}
.CTA01-btn__text::after {
  content: "▶";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8em;
}
@media (max-width: 767px) {
  .CTA01-btn__text {
    font-size: 1.6rem;
    padding-right: 1.5rem;
  }
}

.CTA02 {
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .CTA02 {
    margin-top: -1rem;
  }
}
.CTA02__link {
  width: 19.11vw;
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 3.5vw;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.CTA02__link:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .CTA02__link {
    max-width: 63.1rem;
    width: 31.55rem;
    bottom: 2.7rem;
  }
}

.CTA04 {
  margin-inline: auto;
  position: relative;
  z-index: 1;
}
.CTA04__link-red {
  width: 21.13vw;
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 24.1vw;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.CTA04__link-red:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .CTA04__link-red {
    max-width: 63.1rem;
    width: 31.55rem;
    bottom: 42rem;
  }
}
.CTA04__link-blue {
  width: 21.13vw;
  display: block;
  z-index: 2;
  position: absolute;
  bottom: 2.5vw;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.CTA04__link-blue:hover {
  opacity: 0.5;
}
@media (max-width: 767px) {
  .CTA04__link-blue {
    max-width: 63.1rem;
    width: 31.55rem;
    bottom: 2rem;
  }
}

@media (max-width: 767px) {
  .comparison {
    margin-top: -0.5rem;
  }
}

.attention {
  width: 37.2vw;
  margin-inline: auto;
  letter-spacing: 0.05rem;
}
@media (max-width: 767px) {
  .attention {
    font-size: 1.4rem;
    max-width: 660px;
    width: 33rem;
    letter-spacing: 0rem;
  }
}

.attention__title {
  text-align: center;
  margin-top: 7rem;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .attention__title {
    margin-bottom: 2.5rem;
  }
}

.attention__subtitle {
  text-align: left;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .attention__subtitle {
    margin-bottom: 2.5rem;
  }
}

.attention__text {
  text-align: left;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .attention__text {
    margin-bottom: 2.5rem;
  }
}

.evidence {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
  background-color: #f8f8f8;
}
.evidence__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5vw;
}
@media (max-width: 767px) {
  .evidence__content {
    padding: 2rem 1.5rem;
    width: 90%;
  }
}
.evidence__title {
  font-size: 1.6vw;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 1vw;
  text-align: center;
}
@media (max-width: 767px) {
  .evidence__title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.evidence__subtitle {
  font-size: 1.2vw;
  font-weight: bold;
  color: #2c2c2c;
  margin-top: 1.25vw;
  margin-bottom: 0.75vw;
}
@media (max-width: 767px) {
  .evidence__subtitle {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }
}
.evidence__text {
  font-size: 0.8vw;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0.75vw;
}
@media (max-width: 767px) {
  .evidence__text {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}

.diseases {
  margin-inline: auto;
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
.diseases__content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5vw;
}
@media (max-width: 767px) {
  .diseases__content {
    padding: 2rem 1.5rem;
    width: 90%;
  }
}
.diseases__title {
  font-size: 1.6vw;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 1vw;
  text-align: center;
}
@media (max-width: 767px) {
  .diseases__title {
    font-size: 2.2rem;
    margin-bottom: 1.5rem;
  }
}
.diseases__intro {
  font-size: 0.8vw;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1.5vw;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .diseases__intro {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}

.disease-categories {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5vw;
  margin-bottom: 1.5vw;
}
@media (max-width: 767px) {
  .disease-categories {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 2rem;
  }
}

.disease-category {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 1vw;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .disease-category {
    padding: 1.5rem;
    border-radius: 5px;
  }
}
.disease-category__title {
  font-size: 1vw;
  font-weight: bold;
  color: #2c2c2c;
  margin-bottom: 0.75vw;
  border-bottom: 2px solid #58bff3;
  padding-bottom: 0.25vw;
}
@media (max-width: 767px) {
  .disease-category__title {
    font-size: 1.7rem;
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
.disease-category__list {
  list-style-type: none;
  padding-left: 0;
}
.disease-category__item {
  font-size: 0.8vw;
  line-height: 1.6;
  color: #333;
  margin-bottom: 0.4vw;
  position: relative;
  padding-left: 1vw;
}
.disease-category__item::before {
  content: "•";
  color: #58bff3;
  font-size: 1.2em;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .disease-category__item {
    font-size: 1.5rem;
    margin-bottom: 0.7rem;
    padding-left: 1.5rem;
  }
}

/*# sourceMappingURL=style.css.map */
