@charset "UTF-8";
:root {
  --primary-color: #038CCE;
  --secondary-color: #91D2E5;
}

@media (min-width: 769px) {
  .sponly {
    display: none;
  }
}

@media (max-width: 768px) {
  .pconly {
    display: none;
  }
}

.service-section {
  /* contact card */
}
.service-section .service-features-section2 {
  padding: 94px 16px 20px 16px;
}
.service-section .service-features-section2 .service-features-point {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
}
@media (min-width: 769px) {
  .service-section .service-features-section2 .service-features-point {
    margin-top: 80px;
  }
}
.service-section .service-features-section2 .service-features-point .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  border-radius: 12px;
  border: solid 3px var(--primary-color);
  width: 100%;
}
.service-section .service-features-section2 .service-features-point .inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
}
@media (min-width: 769px) {
  .service-section .service-features-section2 .service-features-point .inner {
    padding: 30px 35px;
  }
}
.service-section .service-features-section2 .service-features-point .inner .note {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media (min-width: 769px) {
  .service-section .service-features-section2 .service-features-point .inner .note {
    line-height: 1.42;
  }
}
.service-section .service-features-section2 .service-features-point .inner .img {
  margin-top: auto;
  margin-bottom: 0;
  padding-top: 20px;
  text-align: center;
}
.service-section .service-features-section2 .service-features-point .inner .img img {
  width: 205px;
  height: 163px;
  -o-object-fit: contain;
     object-fit: contain;
}
.service-section .service-features-section2 .service-features-point .lead {
  color: #000;
  padding-bottom: 5px;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  text-align: left;
}
@media (min-width: 769px) {
  .service-section .service-features-section2 .service-features-point .lead {
    font-size: 1.6rem;
    padding-bottom: 10px;
  }
}
.service-section .service-features-section2 .service-features-point .list {
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.02em;
}
@media (min-width: 769px) {
  .service-section .service-features-section2 .service-features-point .list {
    font-size: 1.6rem;
  }
}
.service-section .service-features-section2 .service-features-point .list li {
  padding-left: 20px;
  position: relative;
  text-indent: 0 !important;
  line-height: 1.5;
}
.service-section .service-features-section2 .service-features-point .list li + * {
  margin-top: 5px;
}
.service-section .service-features-section2 .service-features-point .list li::before {
  position: absolute;
  content: "";
  background: var(--secondary-color);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 0;
  top: 8px;
}
.service-section .service-features-section2 .service-features-point .flex {
  display: -ms-grid;
  display: grid;
  row-gap: 80px;
  margin-top: 80px;
}
@media (min-width: 769px) {
  .service-section .service-features-section2 .service-features-point .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
  .service-section .service-features-section2 .service-features-point .flex > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
}
.service-section .service-features-section2 .service-features-point .bar {
  background: var(--primary-color);
  text-align: center;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: bold;
  position: relative;
  padding: 20px 0 10px;
}
.service-section .service-features-section2 .service-features-point .bar::before {
  position: absolute;
  content: "";
  background: var(--primary-color);
  width: 98px;
  height: 98px;
  border-radius: 50%;
  top: -50px;
  left: 50%;
  margin-left: -49px;
  z-index: 1;
}
.service-section .service-features-section2 .service-features-point .bar .heading {
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.02em;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .service-section .service-features-section2 .service-features-point .bar .heading {
    font-size: 2.6rem;
  }
}
.service-section .service-features-section2 .service-features-point .bar .number {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.service-section .service-features-section2 .service-features-point .case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 36px;
  margin-top: 10px;
  padding: 15px 8px;
}
@media (max-width: 768px) {
  .service-section .service-features-section2 .service-features-point .case > * {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .service-section .service-features-section2 .service-features-point .case > *:nth-child(even) {
    border-left: 1px solid #ccc;
  }
}
@media (min-width: 769px) {
  .service-section .service-features-section2 .service-features-point .case {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 27px;
    margin-top: 25px;
    padding: 10px 24px 23px;
  }
  .service-section .service-features-section2 .service-features-point .case > * {
    position: relative;
    padding: 0;
    width: 31.382%;
    min-width: 270px;
  }
  .service-section .service-features-section2 .service-features-point .case > *:not(:first-child)::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
  }
  .service-section .service-features-section2 .service-features-point .case > *:nth-child(4)::before {
    display: none;
  }
  .service-section .service-features-section2 .service-features-point .case .case__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 282px;
  }
}
.service-section .service-features-section2 .service-features-point .case__card {
  text-align: center;
}
.service-section .service-features-section2 .service-features-point .case__ttl {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.533;
  text-align: center;
}
@media (min-width: 769px) {
  .service-section .service-features-section2 .service-features-point .case__ttl {
    font-size: 19px;
  }
}
.service-section .service-features-section2 .service-features-point .case__ttl em {
  font-size: 17px;
  font-weight: 900;
}
@media (min-width: 769px) {
  .service-section .service-features-section2 .service-features-point .case__ttl em {
    font-size: 26px;
  }
}
.service-section .service-features-section2 .service-features-point .case__ttl + * {
  margin-top: 20px;
}
.service-section .service-features-section2 .service-features-point .case + .note-ninti {
  font-size: 1.2rem;
  text-align: right;
}
.service-section .service-features-section2 .service-features-point .point01 .number {
  width: 38px;
}
.service-section .service-features-section2 .service-features-point .point02 .number {
  width: 42px;
}
.service-section .service-features-section2 .service-features-point .point03 .number {
  width: 42px;
}
.service-section .service-features-section2 .service-features-point .txt {
  margin-top: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-align: center;
}
@media (min-width: 769px) {
  .service-section .service-features-section2 .service-features-point .txt {
    font-size: 1.8rem;
  }
}
.service-section .service-features-section2 .service-features-block3 .caption {
  margin-top: 1em;
  font-size: 1.4rem;
}
.service-section .service-features-section6 {
  padding: 61px 16px 80px 16px;
}
.service-section .service-features__product > div {
  padding: 30px 15px 40px;
}
.service-section .service-features__product .service-product__predict,
.service-section .service-features__product .service-product__condition {
  padding: 15px;
}
.service-section .service-product__name {
  text-align: center;
}
.service-section .service-product__name > p {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
.service-section .service-product__predict {
  background: #E7F7FD;
}
.service-section .service-product__predict p {
  font-size: 1.6rem;
  font-weight: bold;
}
.service-section .service-product__predict ul {
  margin-top: 10px;
}
.service-section .service-product__predict ul li {
  font-size: 1.4rem;
  font-weight: bold;
}
.service-section .service-product__predict ul li sup {
  font-size: 78%;
  vertical-align: super;
  font-weight: normal;
}
.service-section .service-product__predict em {
  font-style: normal;
  border-bottom: 2px solid #000;
}
.service-section .service-product__condition {
  background: rgba(212, 246, 248, 0.5019607843);
  padding: 32px 24px;
}
.service-section .service-product__condition p {
  font-size: 1.6rem;
  font-weight: bold;
}
.service-section .service-product__condition ul {
  margin-top: 10px;
}
.service-section .service-product__condition ul li {
  font-size: 1.4rem;
  font-weight: bold;
}
.service-section .service-product1 {
  margin-top: 24px;
}
.service-section .service-product1 .service-product__name {
  background: #00ACA9;
}
.service-section .service-product1 .service-product__link {
  color: #00ACA9;
}
.service-section .service-product1 .service-product__predict p {
  color: #00ACA9;
}
.service-section .service-product1 .service-product__predict ul li::marker {
  font-size: 1.5rem;
  color: #00ACA9;
}
.service-section .service-product1 .service-product__condition p {
  color: #00ACA9;
}
.service-section .service-product1 .service-product__condition ul li::marker {
  font-size: 1.5rem;
  color: #00ACA9;
}
.service-section .service-product2 {
  margin-top: 24px;
}
.service-section .service-product2 .service-product__name {
  background: #F49F3B;
}
.service-section .service-product2 .service-product__link {
  color: #F49F3B;
}
.service-section .service-product2 .service-product__predict p {
  color: #F49F3B;
}
.service-section .service-product2 .service-product__predict ul li::marker {
  font-size: 1.5rem;
  color: #F49F3B;
}
.service-section .service-product2 .service-product__condition p {
  color: #F49F3B;
}
.service-section .service-product2 .service-product__condition ul li::marker {
  font-size: 1.5rem;
  color: #F49F3B;
}
.service-section .service-product3 {
  position: relative;
}
.service-section .service-product3 img {
  position: absolute;
  top: -15px;
  left: -22px;
  width: 130px;
}
.service-section .service-product3 .service-product__name {
  position: relative;
  background: #038CCE;
}
.service-section .service-product3 .service-product__link {
  color: #038CCE;
}
.service-section .service-product3 .service-product__predict p {
  color: #038CCE;
}
.service-section .service-product3 .service-product__predict ul li::marker {
  font-size: 1.5rem;
  color: #038CCE;
}
.service-section .service-product3 .service-product__condition p {
  color: #038CCE;
}
.service-section .service-product3 .service-product__condition ul li::marker {
  font-size: 1.5rem;
  color: #038CCE;
}
.service-section .service-product__link {
  display: block;
  background: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 18px 24px;
  border-radius: 33px;
  text-align: center;
  margin-top: 24px;
}
.service-section .service-product__note {
  font-size: 1.2rem;
  margin-top: 45px;
}
.service-section .service-product__note a {
  text-decoration: underline;
  color: #000;
}
.service-section .service-features-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
}
.service-section .service-features-banner + * {
  margin-top: 40px;
}
.service-section .service-features-banner > * {
  display: block;
  text-align: center;
}
.service-section .service-features-note {
  display: -ms-grid;
  display: grid;
  row-gap: 3px;
  -webkit-column-gap: 0.025em;
     -moz-column-gap: 0.025em;
          column-gap: 0.025em;
  font-size: 1.2rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
@media (min-width: 769px) {
  .service-section .service-features-note {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.service-section .features__note {
  font-size: 1.2rem;
}
.service-section .service-flow-col__application {
  position: relative;
  padding: 25px 15px 86px;
  font-weight: bold;
  margin-top: 32px;
}
.service-section .service-flow-col__application .service-flow-link01::after {
  background-image: url(../img/arrow-link02.png);
}
.service-section .service-flow-application__name {
  text-align: center;
  color: #005EBC;
  font-size: 2rem;
  font-weight: bold;
}
.service-section .service-flow-application__cont {
  -moz-text-align-last: left;
       text-align-last: left;
}
.service-section .service-flow-application__cont dt {
  color: #005EBC;
  font-size: 1.8rem;
  font-weight: bold;
}
.service-section .service-flow-application__cont dd {
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: normal;
}
.service-section .service-flow-application__cont dd + dt {
  margin-top: 24px;
}
.service-section .service-flow-application__link {
  display: block;
  color: #fff;
  font-size: 1.4rem;
  padding: 13px 44px;
  border-radius: 40px;
  text-align: center;
  line-height: 1.4;
}
.service-section .service-flow-application__link.application-product1 {
  margin-top: 16px;
  background: #00ACA9;
}
.service-section .service-flow-application__link.application-product2 {
  margin-top: 16px;
  background: #F49F3B;
}
.service-section .service-flow-application__link.application-product3 {
  margin-top: 40px;
  background: #E9730C;
}
.service-section .service-flow-application__link .pconly {
  display: block;
}
.service-section .service-flow-product__link {
  display: block;
  font-size: 1.4rem;
  text-align: center;
  text-decoration: underline;
  font-weight: normal;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}
@media (min-width: 769px) {
  .service-section .service-flow-product__link {
    font-size: 1.8rem;
  }
}
.service-section .service-flow-product__link:hover {
  text-decoration: none;
}
.service-section .service-flow-link01.application__link {
  color: #014E9B;
  border: 1px solid #014E9B;
  background-color: #fff;
  margin: 0;
  position: absolute;
  bottom: 32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.service-section .service-flow-note {
  display: -ms-grid;
  display: grid;
  row-gap: 5px;
  margin-left: 0;
  margin-top: 8px;
}
.service-section .service-flow-note > * {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1em 0.025em 1fr;
  grid-template-columns: 1em 1fr;
  -webkit-column-gap: 0.025em;
     -moz-column-gap: 0.025em;
          column-gap: 0.025em;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  text-indent: 0;
}
.service-section .service-flow-note > *::before {
  content: "※";
}
.service-section .contact {
  width: 100%;
  max-width: 690px;
  margin: 24px auto;
  padding: 24px;
  border: 1px solid #005EBC;
  background: #fff;
}
.service-section .contact a {
  color: #000;
  text-decoration: none;
}
.service-section .contact .contact__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.service-section .contact .contact__title + p {
  font-size: 1.4rem;
  line-height: 2;
  margin-top: 16px;
}
.service-section .contact .contact__freedial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.service-section .contact .contact__freedial span {
  width: clamp(50px, 8vw, 80.5px);
}
.service-section .contact .contact__freedial a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(3rem, 6vw, 6.9rem);
  font-weight: bold;
  line-height: 1.11;
}
.service-section .contact .contact__businessday {
  font-size: 18px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}
.service-section .contact .contact__businessday span {
  font-size: 1.4rem;
  font-weight: normal;
}
.service-section .section-footer--service-features > div {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.service-section .section-footer--service-features > div p {
  padding: 0;
}

@media (min-width: 769px) {
  .service-section {
    /* contact card */
    /* end contact card */
  }
  .service-section .service-features-section2 {
    padding: 61px 16px 80px 16px;
  }
  .service-section .service-features-section6 {
    padding: 70px 16px 60px;
  }
  .service-section .service-features-section6 .service-features-body {
    margin-top: 150px;
  }
  .service-section .service-features__products {
    position: relative;
  }
  .service-section .service-features__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .service-section .service-features__product > div {
    padding: 32px 16px 43px;
    border: 1px solid #fff;
  }
  .service-section .service-features__product .service-product__predict,
.service-section .service-features__product .service-product__condition {
    padding: 32px 16px;
  }
  .service-section .service-product__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 372px;
    height: 200px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .service-section .service-product__name > p {
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
  }
  .service-section .service-product__name > p .sponly {
    display: none;
  }
  .service-section .service-product__predict {
    width: clamp(235px, 30vw, 379px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #E7F7FD;
  }
  .service-section .service-product__predict p.sponly {
    display: none;
  }
  .service-section .service-product__predict ul {
    margin-top: 0;
  }
  .service-section .service-product__predict ul li {
    font-size: 1.7rem;
    font-weight: bold;
  }
  .service-section .service-product__condition {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(212, 246, 248, 0.5019607843);
    width: calc((100% - 372px) / 2);
    max-width: 100%;
    height: 600px;
  }
  .service-section .service-product__condition.sponly {
    display: none;
  }
  .service-section .service-product__condition p.sponly {
    display: none;
  }
  .service-section .service-product__condition ul {
    margin-top: 0;
  }
  .service-section .service-product__condition ul li {
    font-size: 1.7rem;
  }
  .service-section .service-product1 {
    position: absolute;
    bottom: 0;
  }
  .service-section .service-product1 .service-product__link {
    color: #00ACA9;
    margin-top: 12px;
  }
  .service-section .service-product1 .service-product__predict ul li::marker {
    color: #00ACA9;
  }
  .service-section .service-product2 {
    margin-top: 0;
    position: absolute;
    top: 200px;
  }
  .service-section .service-product2 .service-product__link {
    color: #F49F3B;
  }
  .service-section .service-product2 .service-product__predict ul li::marker {
    color: #F49F3B;
  }
  .service-section .service-product3 img {
    top: -28px;
    left: -30px;
    width: auto;
  }
  .service-section .service-product3 .service-product__link {
    color: #038CCE;
  }
  .service-section .service-product3 .service-product__predict,
.service-section .service-product3 .service-product__condition {
    position: relative;
  }
  .service-section .service-product3 .service-product__predict::before,
.service-section .service-product3 .service-product__condition::before {
    font-weight: bold;
    font-size: 2rem;
    background: #F1F1F1;
    position: absolute;
    bottom: 100%;
    width: 100%;
    padding: 22px;
    text-align: center;
    border-bottom: 2px solid #fff;
  }
  .service-section .service-product3 .service-product__predict::before {
    content: "将来の疾患予測";
    margin-left: -16px;
  }
  .service-section .service-product3 .service-product__predict ul li::marker {
    color: #038CCE;
  }
  .service-section .service-product3 .service-product__condition::before {
    content: "現在の体の状態";
  }
  .service-section .service-product__link {
    display: block;
    background: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
    padding: 20px 24px;
    border-radius: 40px;
    text-align: center;
    margin-top: 24px;
  }
  .service-section .service-product__note {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 16px;
    padding-left: 1em;
    text-indent: -1em;
  }
  .service-section .service-product__note a {
    text-decoration: underline;
    color: #000;
  }
  .service-section .service-flow-col__application {
    width: 100%;
    max-width: 690px;
    margin: 0 auto;
    position: relative;
    padding: 25px 48px 130px;
    font-weight: bold;
  }
  .service-section .service-flow-application__name {
    text-align: center;
    color: #005EBC;
    font-size: 2.4rem;
    font-weight: bold;
  }
  .service-section .service-flow-application__cont {
    -moz-text-align-last: left;
         text-align-last: left;
  }
  .service-section .service-flow-application__cont dt {
    color: #005EBC;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .service-section .service-flow-application__cont dd {
    font-size: 1.8rem;
    line-height: 1.4;
    font-weight: normal;
  }
  .service-section .service-flow-application__cont dd + dt {
    margin-top: 24px;
  }
  .service-section .service-flow-application__link {
    font-size: 1.8rem;
    padding: 20px 44px;
    border-radius: 50px;
  }
  .service-section .service-flow-application__link.application-product1 {
    margin-top: 16px;
    background: #00ACA9;
  }
  .service-section .service-flow-application__link.application-product2 {
    margin-top: 16px;
    background: #F49F3B;
  }
  .service-section .service-flow-application__link.application-product3 {
    margin-top: 40px;
    background: #E9730C;
  }
  .service-section .service-flow-application__link .pconly {
    display: none;
  }
  .service-section .service-flow-link01.application__link {
    color: #014E9B;
    border: 1px solid #014E9B;
    background-color: #fff;
    margin: 0;
    position: absolute;
    bottom: 48px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .service-section .service-flow-note > * {
    font-size: 1.8rem;
  }
  .service-section .contact {
    margin: 32px auto;
    padding: 32px 40px;
  }
  .service-section .contact__businessday span {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .service-section .section-footer--service-features > div {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .service-section .section-footer--service-features > div p {
    padding: 0;
  }
}
.fl-bnr-section .section-body {
  overflow: visible;
}

.fv-slidebnr-section .slick-arrow {
  position: absolute;
  top: 100%;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 10px 0 0 0;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 25px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #005ebc;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 50%;
  text-align: left;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.fv-slidebnr-section .slick-prev {
  left: 30%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.741%22%20height%3D%2218%22%20viewBox%3D%220%200%2018.741%2018%22%3E%3Cg%20transform%3D%22translate(9.37%209)%22%3E%3Cpath%20d%3D%22M11.442%2C0%2C4.61%2C7.518H18.741v2.963H4.61L11.442%2C18H8.177L0%2C9%2C8.177%2C0Z%22%20transform%3D%22translate(-9.37%20-9)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
.fv-slidebnr-section .slick-next {
  right: 30%;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2218.741%22%20height%3D%2218%22%20viewBox%3D%220%200%2018.741%2018%22%3E%3Cg%20transform%3D%22translate(9.37%209)%22%3E%3Cpath%20d%3D%22M7.3%2C0l6.832%2C7.518H0v2.963H14.131L7.3%2C18h3.265l8.177-9L10.564%2C0Z%22%20transform%3D%22translate(-9.37%20-9)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@media (min-width: 769px) {
  .fv-slidebnr-section .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 50px;
    height: 50px;
    margin: 0;
  }
  .fv-slidebnr-section .slick-prev {
    left: -25px;
  }
  .fv-slidebnr-section .slick-next {
    right: -25px;
  }
}
@media (min-width: 769px) {
  .site-header-nav__link.is-market {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 188px;
            flex: 0 0 188px;
    max-width: 188px;
    width: 188px;
    background: #F49F3B;
    color: #fff;
  }
  .site-header-nav__link.is-market span {
    color: #fff;
  }
  .site-header-nav__link.is-market:hover {
    background: #ef870d;
  }
}

@media (min-width: 769px) {
  .home .home-mainv__nav-sub {
    width: auto;
  }
}
.home .home-mainv__image {
  font-family: "object-fit: cover; object-position: center;";
  -o-object-position: center;
     object-position: center;
}
@media (min-width: 769px) {
  .home .home-mainv__image {
    font-family: "object-fit: cover; object-position: center top;";
    -o-object-position: center top;
       object-position: center top;
  }
}
.home .home-mainv__display {
  position: absolute;
  top: 50%;
  left: 48.6%;
  width: 48.8%;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
  line-height: 1;
  -webkit-transition: none;
  transition: none;
}
@media (min-width: 769px) {
  .home .home-mainv__display {
    top: 32%;
    left: 47.7%;
    width: 36.61%;
  }
}
@media (min-width: 1001px) {
  .home .home-mainv__display {
    top: 45.48%;
    left: 47.7%;
    width: 36.61%;
  }
}
.home .home-mainv__display img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 769px) {
  .home .home-mainv__nav {
    padding: 4rem 0;
  }
}
@media (min-width: 769px) {
  .home .home-mainv__nav-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media (min-width: 769px) {
  .home .home-mainv__nav-list > li {
    width: calc(33% - 1rem);
  }
}
.home .home-mainv__nav-list > li.home-mainv__nav-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.home .home-mainv__nav-list .home-mainv__nav-sub {
  position: relative;
  display: -ms-grid;
  display: grid;
  row-gap: 22px;
}
@media (max-width: 768px) {
  .home .home-mainv__nav-list .home-mainv__nav-sub {
    margin-top: 29px !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
@media (min-width: 769px) {
  .home .home-mainv__nav-list .home-mainv__nav-sub {
    row-gap: 10px;
  }
}
.home .home-mainv__nav-list .home-mainv__note {
  width: auto;
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .home .home-mainv__nav-list .home-mainv__note {
    position: absolute;
    bottom: -2em;
  }
}
@media (min-width: 769px) {
  .home .home-mainv__nav-list .home-mainv__note {
    right: 0;
  }
}
@media (min-width: 900px) {
  .home .home-mainv__nav-list .home-mainv__note {
    right: auto;
    left: 0;
  }
}
.home .home-mainv__nav-link {
  font-weight: bold;
  border: 3px solid #005EBC;
  border-radius: 100rem;
}
@media (min-width: 769px) {
  .home .home-mainv__nav-link {
    height: 9rem;
    font-size: 1.85rem;
  }
}
.home .home-mainv__nav-textlink {
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  text-decoration: underline;
  line-height: 1.45;
}
@media (min-width: 963px) {
  .home .home-mainv__nav-textlink {
    font-size: 1.6rem;
  }
}
.home .home-mainv__nav-textlink:hover {
  text-decoration: none;
}

.service-section .section-header .section-header__main {
  height: 100%;
}
@media (max-width: 768px) {
  .service-section .section-header .section-header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    width: 60vw;
    top: 0;
    left: auto;
    right: 0;
    padding: 0 9vw;
  }
}
@media (min-width: 769px) {
  .service-section .section-header .section-header__main {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 clamp(28px, 2.342vw, 40px);
  }
}
.service-section .section-header .section-header__main .display3 {
  width: 100%;
  height: auto;
  aspect-ratio: 944/487;
}
@media (max-width: 768px) {
  .service-section .section-header .section-header__main .display3 {
    background-position: left center;
    position: absolute;
    top: 2vw;
    right: 3vw;
    width: clamp(92.5px, 23.59vw, 180px);
  }
}
@media (min-width: 769px) {
  .service-section .section-header .section-header__main .display3 {
    width: clamp(225px, 25.96vw, 450px);
  }
}
.service-section .section-header .section-header__main .display-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 768px) {
  .service-section .section-header .section-header__main .display-title img {
    height: auto;
  }
}
@media (min-width: 769px) {
  .service-section .section-header .section-header__main .display-title {
    width: clamp(209px, 30.6vw, 418px);
    -webkit-transform: translateY(-4%);
            transform: translateY(-4%);
  }
}
.service-section .section-header .section-header__main a.btn {
  display: block;
  margin-top: 24px;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  color: #fff;
  padding: 16px 32px;
  border-radius: 8px;
  max-width: 350px;
  background: #F98081;
  position: relative;
  -webkit-transition: all ease-in 0.2s;
  transition: all ease-in 0.2s;
}
.service-section .section-header .section-header__main a.btn::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  position: absolute;
  right: 7%;
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.service-section .section-header .section-header__main a.btn:hover {
  background: #f56e70;
}
@media (max-width: 768px) {
  .service-section .section-header .section-header__main a.btn {
    font-size: clamp(1.2rem, 3vw, 2rem);
    padding: 10px 16px 10px 12px;
    margin-top: clamp(12px, 3.08vw, 20px);
  }
  .service-section .section-header .section-header__main a.btn::after {
    width: 7px;
    height: 7px;
    right: 7%;
  }
}

@media (min-width: 1200px) {
  .service-section .section-header__bg picture {
    padding-right: 0;
  }
}

.service-section #s01 .service-flow-text02 ul:not([class]) {
  margin-left: 1em;
}

.section-header__nav3 {
  display: -ms-grid;
  display: grid;
  row-gap: 10px;
}
.section-header__nav3 > * {
  margin: 0;
  padding: 0;
}
.section-header__nav3 .section-header__note {
  position: static;
  text-align: left;
  text-indent: 0;
}

/* 230919 evidence */
.sec-evidence {
  padding: 80px 16px 10px;
}

.evidence {
  padding: 30px;
  margin: 0 auto 58px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1080px;
  width: 100%;
}

.p-research.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
.p-research .title {
  font-size: 2.4rem;
  font-weight: bold;
}
.p-research .txt {
  font-size: 1.8rem;
  margin-top: 16px;
}
.p-research .small {
  font-size: 1.2rem;
  margin-top: 24px;
}
.p-research .research__img {
  width: 345px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-diseasemodel {
  margin-top: 40px;
}
.p-diseasemodel .title {
  font-size: 2.4rem;
  font-weight: bold;
}
.p-diseasemodel .txt {
  margin-top: 16px;
  font-size: 1.8rem;
}
.p-diseasemodel .diseasemodel__example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  margin-top: 32px;
}
.p-diseasemodel .diseasemodel__example .title {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-diseasemodel .diseasemodel__example .txt {
  font-size: 1.4rem;
  margin-top: 16px;
}
.p-diseasemodel .diseasemodel__example .txt sup {
  font-size: 70%;
  vertical-align: super;
}
.p-diseasemodel .diseasemodel__example .small {
  font-size: 1.2rem;
  margin-top: 24px;
}
.p-diseasemodel .diseasemodel__example .example__img {
  width: 345px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-diseasemodel .note {
  font-size: 1.2rem;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  .sec-evidence {
    margin-top: 40px;
    padding: 0;
  }
  .evidence {
    padding: 0 16px 16px;
    margin: 0 auto 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .p-research.flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-research .title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
  }
  .p-research .txt {
    font-size: 1.6rem;
  }
  .p-research .research__img {
    width: 100%;
  }
  .p-diseasemodel .title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
  }
  .p-diseasemodel .txt {
    font-size: 1.6rem;
  }
  .p-diseasemodel .diseasemodel__example {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-diseasemodel .diseasemodel__example .title {
    font-size: clamp(1.6rem, 3vw, 1.8rem);
  }
  .p-diseasemodel .diseasemodel__example .example__img {
    width: 100%;
  }
}
.m-zoom {
  margin-top: 10px;
  text-align: center;
  color: #001E5B;
  font-size: 1.6rem !important;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.m-zoom span {
  display: inline-block;
  padding: 0 0 0 20px;
  background: url(../img/ico_zoom.svg) no-repeat;
  background-size: 12px;
  background-position: left center;
}

@media screen and (max-width: 767px) {
  .m-zoom {
    margin-top: 10px;
    font-size: 1.4rem !important;
  }
}
/* // 230919 evidence */
/*# sourceMappingURL=fvadd.css.map */