/* #region header*/
.cst-scroll {
  display: block;
  padding-top: 90px !important;
  margin-top: -90px;
}
.cst-font-small {
  font-size: 0.8rem;
}
@media (max-width: 784px) {
  .cst-scroll {
    display: block;
    padding-top: 60px !important;
    margin-top: -60px;
  }
}
.cst-lp-top-1 {
  top: 28%;
}
.button {
  background-color: #eb6100;
  color: white;
  border: none;
}
.button:not(.is-inline) {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.cst-lp-top {
  height: 90vh;
  max-height: 580px;
  background-image: url(/assets/add/dna_pc.png);
  background-size: contain;
  background-position: top right;
  background-position-y: -30px;
  background-repeat: no-repeat;
}
.cst-lp-top-1 p {
  font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium,
    游ゴシック, Yu Gothic, sans-serif;
}
.cst-lp-top-1 p:nth-child(2) {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: normal;
  text-shadow: none;
  margin-bottom: 0;
  letter-spacing: 0;
}
.cst-lp-top-1 p:first-child {
  background: none;
  color: #2b2b2b;
  font-size: 1.4rem;
  margin-bottom: 15px;
  margin-left: 10px;
}
#gene-lp .cst-lp-top-1 .cst-gene-top-text {
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: bold;
  text-shadow: 2px 2px 5px white;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-family: "Yu Mincho", serif;
}
.cst-gene-top-2 {
  margin-top: 32px;
}
#cst-gene-circle-sign {
  display: flex;
  align-items: end;
  margin-bottom: 5px;
}
#cst-gene-circle-sign p {
  font-size: 1rem;
  line-height: 2rem;
  font-weight: 400;
  text-shadow: none;
  margin-bottom: 0;
}
#cst-gene-circle-sign img {
  max-width: 200px;
}
.cst-gene-top-2 a {
  max-width: 300px;
  margin-top: 16px;
}
/* #endregion*/
/**/
.cst-gene-midashi {
  background-color: #fff3eb;
  text-align: center;
  padding: 24px 0;
  position: relative;
}
.cst-gene-midashi p {
  width: 75%;
  max-width: 800px;
  margin: 0 auto;
}
.cst-gene-midashi img:first-child {
  width: 20vw;
  max-width: 200px;
  position: absolute;
  top: -80px;
  left: -80px;
}
.cst-gene-midashi img:nth-child(2) {
  position: absolute;
  height: 50px;
  right: 0;
  left: 0;
  margin: 0 auto;
  bottom: -40px;
}
/**/
.cst-gene-problem {
  text-align: center;
  margin-top: 80px;
}
/**/
.cst-gene-problem-flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 900px;
  margin: 0 auto;
  gap: 10px;
  margin-bottom: 32px;
}
.cst-gene-problem-flex div img {
  max-width: 80px;
  margin-bottom: 16px;
}
.cst-gene-problem-flex div p {
  font-size: 14px;
}
/**/
.cst-gene-tendency {
  padding: 32px 0;
  background-color: #fff3eb;
  text-align: center;
}
.cst-gene-tendency div {
  background-color: white;
  padding: 20px;
  margin: 0 auto;
  margin-top: 32px;
  max-width: 60em;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  border-radius: 5px;
  box-shadow: 2px 3px 7px rgb(223, 223, 223);
}
.cst-gene-tendency img {
  max-width: 95%;
}
.cst-gene-topic h2 {
  line-height: 2.8rem;
}
.cst-gene-topic h3 {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  font-family: "Yu Mincho", serif;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: 16px;
}
.cst-gene-topic h3 img {
  position: absolute;
  max-width: 360px;
  left: 0;
  opacity: 0.8;
  bottom: 0px;
  z-index: -999;
}
.cst-gene-topic-flex {
  display: flex;
  align-items: center;
}
.cst-gene-topic-image {
  max-width: 40%;
  margin: 0 30px;
}
@media (min-width: 641px) {
  .cst-gene-order1 {
    order: 1;
  }
  .cst-gene-order2 {
    order: 2;
  }
}
/**/
.cst-gene-flow {
  padding: 32px 0;
  background-color: #fff3eb;
}
.cst-gene-flow h2 {
  line-height: 2.8rem;
  text-align: center;
}
.cst-gene-flow h3 {
  font-family: "Yu Mincho", serif;
  font-weight: bold;
  margin-bottom: 8px;
}
.cst-gene-flow img {
  max-width: 100%;
}
.cst-gene-maxwidth {
  width: 84%;
}
@media (min-width: 641px) {
  .cst-gene-flow-sp {
    display: none;
  }
}
@media (max-width: 640.99px) {
  .cst-gene-flow-pc {
    display: none;
  }
}
/**/
.cst-gene-price h2 {
  text-align: center;
}
.cst-gene-price {
  text-align: center;
}
.cst-gene-price-price {
  color: #eb6100;
  font-size: 2.5rem;
  font-family: "Yu Mincho", serif;
  text-align: center;
  font-weight: bolder;
}
.cst-gene-price-price span {
  font-size: 0.7rem;
}
/**/
.cst-gene-other {
  padding: 32px 0;
  background-color: #fff3eb;
}
.cst-gene-other h2 {
  line-height: 2.8rem;
  text-align: center;
}
.cst-gene-other .paragraph {
  text-align: center;
}
.cst-gene-other-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  max-width: 800px;
  margin: 0 auto;
}
.cst-gene-other-grid div {
  text-align: center;
  border: 1px solid #dfdfdf;
  background-color: white;
  border-radius: 10px;
  padding: 20px 0;
  box-shadow: 2px 2px 4px rgb(223, 223, 223);
}
.cst-gene-other-grid div h3 {
  font-weight: bold;
  margin-bottom: 16px;
  font-size: 14px;
}
.cst-gene-other-grid div a {
  text-decoration: none;
  color: #eb6100;
  font-size: 14px;
  font-weight: bold;
}
.cst-gene-other-grid div img {
  width: 40%;
  margin-bottom: 10px;
}
@media screen and (max-width: 783.9px) {
  .cst-top-clinic-img {
    width: 35%;
  }
}
.cst-gene-contact {
  text-align: center;
}
.cst-top-clinic-img img {
  width: 80%;
  margin-bottom: 20px;
}
.cst-gene-contact ul .paragraph {
  text-align: left;
  font-size: 14px;
  margin-left: 35px;
  margin-bottom: 10px;
}
.cst-gene-monshin {
  text-align: center;
}
.cst-gene-monshin a {
  background-color: white;
  border: #eb6100 1px solid;
  color: #eb6100;
}
.cst-gene-question h2 {
  text-align: center;
}
@media (max-width: 1000px) {
  #gene-lp .cst-lp-top-1 .cst-gene-top-text {
    font-size: 2.6rem;
  }
}
@media (max-width: 640.99px) {
  .cst-sp-none {
    display: none;
  }
  .cst-lp-top-1 p:first-child {
    font-size: 0.8rem;
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-weight: bold;
  }
  #gene-lp .cst-lp-top-1 .cst-gene-top-text {
    font-size: 2rem;
    line-height: 2.5rem;
  }
  .cst-lp-top-1 {
    top: 12%;
    left: 5%;
  }
  .cst-gene-top-2 {
    margin-right: 16px;
  }
  .cst-lp-top-1 p:nth-child(2) {
    font-size: 14px;
  }
  .cst-gene-midashi p {
    width: 85%;
  }
  #cst-gene-circle-sign p {
    font-size: 14px;
  }
  #cst-gene-circle-sign {
    display: block;
    margin-bottom: 0;
  }
  .cst-lp-top {
    height: 440px;
    min-height: auto;
  }
  .cst-gene-midashi img:first-child {
    display: none;
  }
  #cst-gene-circle-sign img {
    max-width: 160px;
  }
  .cst-gene-top-2 a {
    max-width: 100%;
  }
  .cst-gene-problem-flex {
    grid-template-columns: 1fr 1fr;
  }
  .cst-gene-problem-flex div p {
    font-size: 12px;
  }
  .cst-gene-problem-flex {
    gap: 3px;
  }
  .cst-gene-tendency div {
    display: block;
    margin: 32px 20px 0px 20px;
  }
  .cst-gene-topic-flex {
    display: block;
  }
  .cst-gene-topic-image {
    max-width: 100%;
    margin: 0;
    margin-top: 32px;
  }
  .cst-gene-topic h2 {
    line-height: 2rem;
  }
  .cst-gene-topic h3 {
    font-size: 1.6rem;
    line-height: 2.8rem;
  }
  .cst-gene-topic h3 img {
    max-width: 100%;
  }
  .cst-gene-other-grid {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .cst-gene-other-grid div h3 {
    font-size: 12px;
  }
  .cst-gene-other-grid div {
    padding: 16px 0;
  }
  .cst-lp-top {
    background-position-y: 0;
  }
  #gene-lp .cst-lp-top-1 .cst-gene-top-text {
    text-shadow: 2px 2px 1px white;
  }
}

@media (min-width: 641px) {
  .cst-pc-none {
    display: none;
  }
}
@media (max-width: 348px) {
  .cst-lp-top-1 p:nth-child(2) {
    font-size: 12px;
  }
  #cst-gene-circle-sign p {
    font-size: 12px;
  }
}
