@charset "UTF-8";
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px;
  }
}
.section-mainvisual {
  padding: 96px 0 80px;
  position: relative;
  clip-path: inset(0);
}
@media screen and (max-width: 1024px) {
  .section-mainvisual {
    padding: 12.8205128205vw 0 6.1538461538vw;
  }
}
.section-mainvisual::after {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -10;
  background-image: url(/assets/images/genetest/bg_mainvisual.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.section-mainvisual .page-title {
  margin-left: 65px;
  font-size: 36px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  color: #008B52;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 56px;
}
.section-mainvisual .page-title span {
  font-size: 16px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .page-title {
    margin-left: 4.358974359vw;
    font-size: 24px;
    font-size: 6.1538461538vw;
    margin-bottom: 5.1282051282vw;
  }
  .section-mainvisual .page-title span {
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
}
.section-mainvisual .mainvisual-head {
  width: 640px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-head {
    width: auto;
    margin-right: 20.7692307692vw;
    margin-bottom: 6.1538461538vw;
  }
  .section-mainvisual .mainvisual-head img {
    width: 100%;
  }
}
.section-mainvisual .mainvisual-body {
  display: flex;
  gap: 130px;
  padding: 0 0 0 160px;
}
@media screen and (max-width: 1280px) {
  .section-mainvisual .mainvisual-body {
    padding: 0 0 0 12.5%;
  }
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-body {
    padding: 0 0 0 4.1025641026vw;
    gap: 4.8717948718vw;
  }
}
.section-mainvisual .mainvisual-body .body-image {
  width: 351px;
  height: 193px;
  position: relative;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.section-mainvisual .mainvisual-body .body-image img {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-mainvisual .mainvisual-body .body-image::after {
  content: "";
  display: block;
  width: 351px;
  height: 100%;
  background-color: rgba(45, 173, 112, 0.65);
  position: absolute;
  bottom: -72px;
  right: -89px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-body .body-image {
    width: 30.7692307692vw;
    height: 16.9230769231vw;
  }
  .section-mainvisual .mainvisual-body .body-image::after {
    width: 30.7692307692vw;
    bottom: -6.4102564103vw;
    right: -7.9487179487vw;
  }
}
.section-mainvisual .mainvisual-body .body-text {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-body .body-text {
    padding-left: 7.9487179487vw;
  }
}
.section-mainvisual .mainvisual-body .body-text .lead-text {
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-bottom: 64px;
  padding-right: 160px;
}
@media screen and (max-width: 1280px) {
  .section-mainvisual .mainvisual-body .body-text .lead-text {
    padding-right: 12.5%;
  }
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-body .body-text .lead-text {
    font-size: 15px;
    font-size: 3.8461538462vw;
    letter-spacing: 0.03em;
    padding-right: 4.358974359vw;
    margin-bottom: 6.1538461538vw;
  }
}
.section-mainvisual .mainvisual-body .body-text .lead-price {
  border-bottom: 10px solid #FCE540;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-body .body-text .lead-price {
    margin-left: 3.8461538462vw;
  }
}
.section-mainvisual .mainvisual-body .body-text .lead-price .wrapper {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 80px;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-body .body-text .lead-price .wrapper {
    margin-left: 0;
  }
}
.section-mainvisual .mainvisual-body .body-text .lead-price .wrapper .name {
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 4px;
  text-align: center;
}
.section-mainvisual .mainvisual-body .body-text .lead-price .wrapper .name span {
  font-size: 16px;
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-body .body-text .lead-price .wrapper .name {
    font-size: 16px;
    font-size: 4.1025641026vw;
    letter-spacing: 1.0256410256vw;
    margin-bottom: 1.2820512821vw;
  }
  .section-mainvisual .mainvisual-body .body-text .lead-price .wrapper .name span {
    font-size: 10px;
    font-size: 2.5641025641vw;
    letter-spacing: 0.01em;
  }
}
.section-mainvisual .mainvisual-body .body-text .lead-price .wrapper .price {
  font-size: 64px;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.1;
}
.section-mainvisual .mainvisual-body .body-text .lead-price .wrapper .price .unit {
  font-size: 32px;
}
.section-mainvisual .mainvisual-body .body-text .lead-price .wrapper .price .tax {
  font-size: 15px;
  text-align: right;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-mainvisual .mainvisual-body .body-text .lead-price .wrapper .price {
    font-size: 24px;
    font-size: 6.1538461538vw;
    letter-spacing: 0.05em;
    margin-left: 3.8461538462vw;
    display: inline-block;
    line-height: 1.3;
  }
  .section-mainvisual .mainvisual-body .body-text .lead-price .wrapper .price .unit {
    font-size: 14px;
    font-size: 3.5897435897vw;
  }
  .section-mainvisual .mainvisual-body .body-text .lead-price .wrapper .price .tax {
    font-size: 10px;
    font-size: 2.5641025641vw;
  }
}

.section-problem {
  padding: 56px 0 82px;
  background-color: #DCF3BA;
}
@media screen and (max-width: 1024px) {
  .section-problem {
    padding: 8.2051282051vw 0;
  }
}
.section-problem .lead {
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 117px;
}
@media screen and (max-width: 1024px) {
  .section-problem .lead {
    font-size: 15px;
    font-size: 3.8461538462vw;
    letter-spacing: 0;
    margin-bottom: 16.6666666667vw;
  }
}
.section-problem .list-problems {
  max-width: 964px;
  margin-inline: auto;
  display: flex;
  gap: 50px;
  margin-bottom: 56px;
}
@media screen and (max-width: 1024px) {
  .section-problem .list-problems {
    max-width: 100%;
    gap: 2.5641025641vw;
    margin-bottom: 8.2051282051vw;
  }
}
.section-problem .list-problems .list-item {
  flex: 1;
  border: 5px solid #2a9e84;
  background-color: #FAF9F8;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .section-problem .list-problems .list-item {
    border-width: 0.5128205128vw;
  }
}
.section-problem .list-problems .list-item::before {
  content: "";
  display: block;
  background: #FAF9F8;
  border: 5px solid #2a9e84;
  border-radius: 50%;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 142px;
  height: 153px;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .section-problem .list-problems .list-item::before {
    border-width: 0.5128205128vw;
    width: 14.8717948718vw;
    height: 14.8717948718vw;
    top: 0.5128205128vw;
  }
}
.section-problem .list-problems .list-item .wrapper {
  width: 100%;
  height: 100%;
  background-color: #FAF9F8;
  padding: 38px 21px 16px;
  z-index: 3;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .section-problem .list-problems .list-item .wrapper {
    padding: 5.1282051282vw 1.5384615385vw 2.5641025641vw;
  }
}
.section-problem .list-problems .list-item .icon {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -100%);
}
.section-problem .list-problems .list-item .icon img {
  image-rendering: crisp-edges;
}
.section-problem .list-problems .list-item:nth-child(1) .icon {
  width: 73px;
  top: 23px;
}
@media screen and (max-width: 1024px) {
  .section-problem .list-problems .list-item:nth-child(1) .icon {
    width: 7.9487179487vw;
    top: 2.8205128205vw;
  }
}
.section-problem .list-problems .list-item:nth-child(2) .icon {
  width: 60px;
  top: 23px;
}
@media screen and (max-width: 1024px) {
  .section-problem .list-problems .list-item:nth-child(2) .icon {
    width: 5.8974358974vw;
    top: 2.3076923077vw;
  }
}
.section-problem .list-problems .list-item:nth-child(3) .icon {
  width: 47px;
  top: 20px;
}
@media screen and (max-width: 1024px) {
  .section-problem .list-problems .list-item:nth-child(3) .icon {
    width: 6.1538461538vw;
    top: 3.5897435897vw;
  }
}
.section-problem .list-problems .list-item .head {
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.section-problem .list-problems .list-item .head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 15px solid #2A9E84;
  border-bottom: 0;
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .section-problem .list-problems .list-item .head::after {
    border-right-width: 1.5384615385vw;
    border-left-width: 1.5384615385vw;
    border-top-width: 2.0512820513vw;
    bottom: -2.8205128205vw;
  }
}
@media screen and (max-width: 1024px) {
  .section-problem .list-problems .list-item .head {
    font-size: 10px;
    font-size: 2.5641025641vw;
    letter-spacing: 0;
    margin-bottom: 3.8461538462vw;
  }
}
.section-problem .list-problems .list-item .body {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 1.6;
}
@media screen and (max-width: 1024px) {
  .section-problem .list-problems .list-item .body {
    font-size: 10px;
    font-size: 2.5641025641vw;
    letter-spacing: 0;
  }
}
.section-problem .copy {
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 660px;
  margin-inline: auto;
}
.section-problem .copy span {
  padding-bottom: 5px;
  background: linear-gradient(transparent calc(100% - 4px), #EEE053 4px);
}
@media screen and (max-width: 1024px) {
  .section-problem .copy {
    max-width: 100%;
    width: 76.9230769231vw;
    font-size: 15px;
    font-size: 3.8461538462vw;
    letter-spacing: 0;
  }
}

.section-flow {
  background-color: #D4EAE5;
}
.section-flow .flow {
  background-color: #FAF9F8;
  max-width: 960px;
  margin-inline: auto;
  padding: 16px;
}
@media screen and (max-width: 1024px) {
  .section-flow .flow {
    max-width: 100%;
    padding: 4.1025641026vw 2.3076923077vw;
  }
}
.section-flow .flow .flow-inner {
  border: 5px solid #2DAD70;
  padding: 60px 174px 40px;
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner {
    border-width: 0.5128205128vw;
    padding: 6.1538461538vw 6.1538461538vw 7.6923076923vw 7.6923076923vw;
  }
}
.section-flow .flow .flow-inner .title {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "ヒラギノ角ゴシック", "Hiragino Sans", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner .title {
    font-size: 15px;
    font-size: 3.8461538462vw;
    margin-bottom: 8.2051282051vw;
  }
}
.section-flow .flow .flow-inner .list-flow .list-item:not(:last-child) {
  display: flex;
  align-items: center;
  position: relative;
}
.section-flow .flow .flow-inner .list-flow .list-item:not(:last-child) .icon {
  width: 191px;
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner .list-flow .list-item:not(:last-child) .icon {
    width: 23.8461538462vw;
  }
}
.section-flow .flow .flow-inner .list-flow .list-item:not(:last-child) .text {
  max-width: 352px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
.section-flow .flow .flow-inner .list-flow .list-item:not(:last-child) .text span {
  display: block;
  text-align: center;
  font-size: 11px;
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner .list-flow .list-item:not(:last-child) .text {
    max-width: 100%;
    font-size: 13px;
    font-size: 3.3333333333vw;
    letter-spacing: 0.03em;
    line-height: 1.5384615385;
    width: auto;
    flex: 1;
  }
  .section-flow .flow .flow-inner .list-flow .list-item:not(:last-child) .text span {
    font-size: 10px;
    font-size: 2.5641025641vw;
    text-align: left;
  }
}
.section-flow .flow .flow-inner .list-flow .list-item:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-top: 22px solid #D9D9D9;
  border-bottom: 0;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner .list-flow .list-item:not(:last-child)::after {
    border-left-width: 3.0769230769vw;
    border-right-width: 3.0769230769vw;
    border-top-width: 4.358974359vw;
    bottom: -9.7435897436vw;
  }
}
.section-flow .flow .flow-inner .list-flow .list-item:nth-child(1) {
  margin-bottom: 54px;
}
.section-flow .flow .flow-inner .list-flow .list-item:nth-child(1) .icon img {
  width: 114px;
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner .list-flow .list-item:nth-child(1) {
    margin-bottom: 11.7948717949vw;
  }
  .section-flow .flow .flow-inner .list-flow .list-item:nth-child(1) .icon img {
    width: 14.6153846154vw;
  }
}
.section-flow .flow .flow-inner .list-flow .list-item:nth-child(2) {
  margin-bottom: 48px;
}
.section-flow .flow .flow-inner .list-flow .list-item:nth-child(2) .icon img {
  width: 142px;
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner .list-flow .list-item:nth-child(2) {
    margin-bottom: 10.5128205128vw;
  }
  .section-flow .flow .flow-inner .list-flow .list-item:nth-child(2) .icon img {
    width: 20.7692307692vw;
  }
}
.section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) > p {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #2DAD70;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) > p {
    font-size: 14px;
    font-size: 3.5897435897vw;
    margin-bottom: 2.0512820513vw;
  }
}
.section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) .result {
  border-radius: 10px;
  border: 1px solid #2DAD70;
  text-align: center;
  padding: 20px 0 25px;
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) .result {
    padding: 3.5897435897vw 0;
    border-radius: 2.5641025641vw;
  }
}
.section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) .result p:nth-child(1) {
  font-size: 15px;
  letter-spacing: 0.02em;
  color: #2DAD70;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) .result p:nth-child(1) {
    font-size: 14px;
    font-size: 3.5897435897vw;
    margin-bottom: 2.0512820513vw;
  }
}
.section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) .result p:nth-child(2) {
  font-size: 15px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) .result p:nth-child(2) span {
  font-size: 13px;
  display: block;
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) .result p:nth-child(2) {
    font-size: 13px;
    font-size: 3.3333333333vw;
    margin-bottom: 2.0512820513vw;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    margin-inline: auto;
  }
  .section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) .result p:nth-child(2) span {
    font-size: 10px;
    font-size: 2.5641025641vw;
    display: block;
    margin-top: 2.0512820513vw;
  }
}
.section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) .result p:nth-child(3) {
  font-size: 13px;
  letter-spacing: 0.02em;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: left;
}
.section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) .result p:nth-child(3) span {
  padding-bottom: 5px;
  background: linear-gradient(transparent calc(100% - 4px), #EEE053 4px);
}
@media screen and (max-width: 1024px) {
  .section-flow .flow .flow-inner .list-flow .list-item:nth-child(3) .result p:nth-child(3) {
    padding: 0 5.641025641vw;
    font-size: 13px;
    font-size: 3.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */