:root {
  --color-black: #191C1D;
  --color-txt: #494C4E;
  --color-txtWhite: #D4D4D4;
  --color-bluegray: #EDF4F8;
  --color-border: #A1A1A1;
}

.js-kv-fadeIn {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  will-change: opacity, transform;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.js-kv-fadeIn.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

p.txt,
p.txt--wh {
  font-size: 1.6rem;
  color: var(--color-txt);
  line-height: 1.625;
}
@media screen and (min-width: 520px) {
  p.txt,
  p.txt--wh {
    line-height: 1.8;
  }
}

p.txt--wh {
  color: var(--color-txtWhite);
}

.fhealthcare {
  color: var(--color-black);
}
.fhealthcare__mainvisual {
  padding-bottom: 72px;
}
@media screen and (min-width: 640px) {
  .fhealthcare__mainvisual {
    padding-bottom: min(8%, 104px);
  }
}
.fhealthcare__mainvisual img {
  width: 100%;
}
.fhealthcare__section {
  position: relative;
  padding-block: 40px;
}
@media screen and (min-width: 520px) {
  .fhealthcare__section {
    padding-block: 60px;
  }
}
.fhealthcare__inner {
  max-width: 1400px;
  width: 100%;
  margin-inline: auto;
  padding: 0 20px;
}
@media screen and (min-width: 960px) {
  .fhealthcare__inner {
    padding-inline: 30px;
  }
}
.fhealthcare__bg-blue {
  color: #ffffff;
  background-color: #004a70;
}
.fhealthcare__sectionTtl {
  font-weight: 500;
  font-size: clamp(2.4rem, 2.4rem + (1vw - 0.52rem) * 4.7727272727, 4.5rem);
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #ffffff;
}
@media screen and (max-width: 320px) {
  .fhealthcare__sectionTtl {
    font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 0.9090909091, 2.4rem);
  }
}
.fhealthcare__sectionTtl span {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.fhealthcare__sectionTtl--bk {
  color: var(--color-black);
}
.fhealthcare__sectionTtl--bk span {
  color: #004a70;
}
.fhealthcare__sectionTtl u {
  margin-left: -0.5em;
}
.fhealthcare__whatis p {
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.4545454545, 1.8rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: var(--color-txtWhite);
}
@media screen and (min-width: 960px) {
  .fhealthcare__whatis p {
    line-height: 1.7;
  }
}
@media screen and (min-width: 960px) {
  .fhealthcare__featuresList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 960px) {
  .fhealthcare__featuresList li {
    width: min(33.3333333333% - 10px, 430px);
  }
}
.fhealthcare__featuresList figcaption {
  background-color: var(--color-bluegray);
  border-radius: 32px;
  padding: 30px 10px 24px;
}
.fhealthcare__featuresList figcaption span {
  font-size: clamp(3.4rem, 3.4rem + (1vw - 0.52rem) * 0.4545454545, 3.6rem);
  color: #004a70;
  line-height: 1;
}
.fhealthcare__featuresList figcaption div {
  font-size: clamp(2rem, 1.6vw, 2.2rem);
  margin-bottom: 20px;
}
@media screen and (min-width: 1220px) {
  .fhealthcare__featuresList figcaption br {
    display: none;
  }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
  .fhealthcare__featuresList figcaption br {
    display: none;
  }
}
.fhealthcare__featuresList figcaption a {
  position: relative;
  color: #004a70;
  background-color: #ffffff;
  border-radius: 999px;
  border: 1px solid #004a70;
  width: 136px;
  font-size: 1.4rem;
  padding: 8px 16px;
  text-align: left;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fhealthcare__featuresList figcaption a::before, .fhealthcare__featuresList figcaption a::after {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
}
.fhealthcare__featuresList figcaption a::before {
  width: 8px;
  height: 6px;
  background: url(../../fhealthcare26/images/ico-arrow.svg) no-repeat center center/contain;
  right: 16px;
  z-index: 1;
}
.fhealthcare__featuresList figcaption a::after {
  width: 24px;
  aspect-ratio: 1;
  border-radius: 999px;
  background-color: #004a70;
  right: 8px;
}
.fhealthcare__featuresList figcaption a:hover {
  opacity: 0.7;
}
.fhealthcare__signals {
  position: relative;
}
.fhealthcare__signals p {
  color: var(--color-txtWhite);
}
.fhealthcare__signals-read {
  margin-bottom: 40px;
}
@media screen and (min-width: 960px) {
  .fhealthcare__signals-read {
    width: 45%;
    margin-bottom: 180px;
  }
}
.fhealthcare__signals-read h2 {
  margin-bottom: clamp(20px, 4%, 40px);
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .fhealthcare__signals-read h2 {
    font-size: clamp(3rem, 3.8vw, 4.5rem);
  }
}
.fhealthcare__signals-read u {
  text-decoration-color: #0099C4;
}
@media screen and (min-width: 960px) {
  .fhealthcare__signals-read p {
    max-width: 430px;
  }
}
@media screen and (max-width: 959px) {
  .fhealthcare__signals-read figure {
    margin-bottom: max(20px, 4%);
  }
}
@media screen and (min-width: 960px) {
  .fhealthcare__signals-read figure {
    position: absolute;
    top: 0;
    right: 0;
    width: 52%;
  }
}
.fhealthcare__signals-read figure img {
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
@media screen and (min-width: 960px) {
  .fhealthcare__signals-read figure img {
    border-radius: 0 0 0 32px;
    min-height: 600px;
    max-height: 660px;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
}
@media screen and (min-width: 960px) {
  .fhealthcare__signals-figure {
    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: 8%;
    max-width: 1130px;
    margin-inline: auto;
  }
}
.fhealthcare__signals-figure picture {
  display: block;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .fhealthcare__signals-figure picture {
    margin-bottom: max(20px, 4%);
  }
}
.fhealthcare__signals-figure img {
  max-width: 530px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (max-width: 959px) {
  .fhealthcare__signals-figure img {
    width: 75%;
  }
}
.fhealthcare__signals-figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fhealthcare__signals-figure figcaption h3 {
  font-size: clamp(2.3rem, 2.3rem + (1vw - 0.52rem) * 2.7272727273, 3.5rem);
  margin-bottom: clamp(20px, 4%, 40px);
}
.fhealthcare__featureContents {
  background-color: var(--color-bluegray);
}
.fhealthcare__featureContents .fhealthcare__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.fhealthcare__featureContents-boxWrap {
  background-color: #ffffff;
  border-radius: 32px;
  padding: clamp(20px, 5%, 60px);
}
.fhealthcare__featureContents-head {
  background-color: var(--color-bluegray);
  border-radius: 16px;
  padding: clamp(14px, 4%, 30px);
  line-height: 1.4;
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-head {
    border-radius: 24px;
  }
}
.fhealthcare__featureContents-head h2 {
  text-align: center;
  font-size: clamp(2.5rem, 2.5rem + (1vw - 0.52rem) * 4.5454545455, 4.5rem);
  font-weight: 600;
}
.fhealthcare__featureContents-head h2 span {
  color: #004a70;
  display: block;
  font-weight: normal;
}
.fhealthcare__featureContents-head h2 .num {
  font-size: clamp(4.5rem, 4.5rem + (1vw - 0.52rem) * 5.6818181818, 7rem);
  line-height: 1.4;
}
.fhealthcare__featureContents-head h2 .en {
  font-size: 1.4rem;
  margin-bottom: 16px;
}
.fhealthcare__featureContents-kv {
  text-align: center;
  margin-block: 16px clamp(30px, 8%, 48px);
}
.fhealthcare__featureContents-kv img {
  width: min(100%, 548px);
}
.fhealthcare__featureContents-figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-figure {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 243px;
    grid-template-rows: auto 1fr;
    -webkit-column-gap: 8%;
       -moz-column-gap: 8%;
            column-gap: 8%;
    max-width: 810px;
    margin-inline: auto;
    margin-bottom: 48px;
  }
}
.fhealthcare__featureContents-figure h3 {
  font-size: clamp(2.3rem, 2.3rem + (1vw - 0.52rem) * 1.5909090909, 3rem);
  margin-bottom: clamp(20px, 4%, 40px);
  font-weight: 600;
  line-height: 1.5;
}
.fhealthcare__featureContents-figure .figcaption-top {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-figure .figcaption-top {
    grid-column: 1;
    grid-row: 1;
  }
}
.fhealthcare__featureContents-figure .figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: min(60%, 360px);
  margin-inline: auto;
  margin-top: 24px;
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-figure .figure {
    margin: auto;
    grid-column: 2;
    grid-row: 1/3;
    width: min(100%, 243px);
  }
}
.fhealthcare__featureContents-figure .figure img {
  width: 100%;
  -webkit-filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.3));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-figure .figure img {
    -webkit-filter: drop-shadow(5px 8px 14px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(5px 8px 14px rgba(0, 0, 0, 0.3));
  }
}
.fhealthcare__featureContents-figure .figcaption-bottom {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-figure .figcaption-bottom {
    grid-column: 1;
    grid-row: 2;
  }
}
.fhealthcare__featureContents-figure ul {
  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;
  gap: 8px;
  max-width: 320px;
  margin-inline: auto;
  margin-block: 24px;
}
@media screen and (min-width: 520px) {
  .fhealthcare__featureContents-figure ul {
    max-width: inherit;
    gap: 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-block: 30px;
  }
}
.fhealthcare__featureContents-figure ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: var(--color-bluegray);
  border-radius: 999px;
  padding: 10px 20px;
  white-space: nowrap;
  font-weight: 600;
  letter-spacing: 0;
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.52rem) * 0.4545454545, 1.6rem);
  text-align: center;
}
@media screen and (max-width: 519px) {
  .fhealthcare__featureContents-figure ul li {
    padding: 8px 16px;
  }
  .fhealthcare__featureContents-figure ul li:nth-child(1), .fhealthcare__featureContents-figure ul li:nth-child(4) {
    margin-inline: 4vw;
  }
}
.fhealthcare__featureContents-box {
  max-width: 900px;
  margin-inline: auto;
  border-radius: 32px;
  border: 1px solid var(--color-border);
  padding: clamp(24px, 6%, 40px) clamp(20px, 6%, 80px) clamp(32px, 6%, 40px);
  text-align: center;
}
.fhealthcare__featureContents-box p {
  font-size: clamp(1.7rem, 1.7rem + (1vw - 0.52rem) * 1.1363636364, 2.2rem);
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.6;
}
.fhealthcare__featureContents-box img {
  width: min(100%, 384px);
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-box img {
    width: 100%;
  }
}
.fhealthcare__featureContents-box > div {
  color: #004a70;
  font-weight: 600;
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 2.7272727273, 3.2rem);
  margin-bottom: clamp(10px, 3%, 20px);
}
@media screen and (max-width: 959px) {
  .fhealthcare__featureContents-box > div {
    margin-top: 8px;
  }
}
.fhealthcare__featureContents-box > div span {
  font-size: clamp(7.6rem, 7.6rem + (1vw - 0.52rem) * 5.4545454545, 10rem);
  white-space: nowrap;
  line-height: 1;
}
.fhealthcare__featureContents-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
  margin-top: clamp(48px, 8%, 56px);
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 900px;
    margin-inline: auto;
    -webkit-column-gap: 6%;
       -moz-column-gap: 6%;
            column-gap: 6%;
  }
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-column figure {
    width: 50%;
  }
}
.fhealthcare__featureContents-column img {
  -webkit-filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(2px 4px 8px rgba(0, 0, 0, 0.3));
  margin-bottom: 32px;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-column img {
    -webkit-filter: drop-shadow(5px 8px 14px rgba(0, 0, 0, 0.3));
            filter: drop-shadow(5px 8px 14px rgba(0, 0, 0, 0.3));
  }
}
.fhealthcare__featureContents-column h4 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 0.4545454545, 2rem);
  font-weight: 600;
  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;
  gap: 2rem;
  margin-block: 16px;
}
.fhealthcare__featureContents-column h4::before, .fhealthcare__featureContents-column h4::after {
  content: "";
  height: 1px;
  background-color: var(--color-border);
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.fhealthcare__featureContents-column ul li {
  padding-left: 3rem;
  position: relative;
}
.fhealthcare__featureContents-column ul li::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  background: url(../../fhealthcare26/images/ico-check.svg) no-repeat center center/contain;
  width: 15px;
  height: 15px;
}
.fhealthcare__featureContents-column ul li:not(:last-child) {
  margin-bottom: 16px;
}
.fhealthcare__featureContents-boxWrap-02, .fhealthcare__featureContents-boxWrap-03 {
  background-color: #ffffff;
  border-radius: 32px;
  padding: clamp(20px, 5%, 60px) clamp(20px, 5%, 60px) clamp(40px, 8%, 60px);
}
.fhealthcare__featureContents-boxWrap-02 h3, .fhealthcare__featureContents-boxWrap-03 h3 {
  font-size: clamp(2.3rem, 2.3rem + (1vw - 0.52rem) * 1.5909090909, 3rem);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: clamp(16px, 4%, 24px);
}
.fhealthcare__featureContents-boxWrap-02 .fhealthcare__featureContents-kv img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  height: min(45vw, 240px);
}
@media screen and (min-width: 520px) {
  .fhealthcare__featureContents-boxWrap-02 .fhealthcare__featureContents-kv img {
    height: min(45vw, 300px);
  }
}
.fhealthcare__featureContents-boxWrap-02 .fhealthcare__featureContents-column img {
  width: min(60%, 360px);
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-boxWrap-02 .fhealthcare__featureContents-column img {
    width: min(100%, 243px);
  }
}
.fhealthcare__featureContents-boxWrap-03 .fhealthcare__featureContents-column img {
  width: min(85%, 660px);
}
@media screen and (min-width: 960px) {
  .fhealthcare__featureContents-boxWrap-03 .fhealthcare__featureContents-column img {
    width: 100%;
  }
}
.fhealthcare__separate img {
  width: 100%;
}
.fhealthcare__expert {
  padding-top: clamp(40px, 10%, 100px);
}
.fhealthcare__expert h2 {
  margin-bottom: clamp(20px, 4%, 40px);
  letter-spacing: 0;
}
@media screen and (min-width: 960px) {
  .fhealthcare__expert h2 {
    font-size: clamp(3rem, 3.8vw, 4.5rem);
  }
}
.fhealthcare__expert u {
  text-decoration-color: #0099C4;
}
.fhealthcare__expert h3 {
  font-size: clamp(2rem, 2rem + (1vw - 0.52rem) * 3.4090909091, 3.5rem);
  line-height: 1.4;
  margin-bottom: clamp(24px, 4%, 40px);
}
@media screen and (min-width: 960px) {
  .fhealthcare__expert ul {
    width: min(43%, 500px);
  }
}
.fhealthcare__expert ul li {
  position: relative;
  color: var(--color-txtWhite);
  padding-left: 1.5em;
  line-height: 1.8;
}
.fhealthcare__expert ul li::before {
  content: "";
  display: inline-block;
  width: 5px;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: var(--color-txtWhite);
  position: absolute;
  top: 0.65em;
  left: 0.5em;
}
.fhealthcare__expert-read {
  border-bottom: 1px solid #ffffff;
  padding-bottom: clamp(32px, 8%, 60px);
  margin-bottom: clamp(32px, 8%, 60px);
}
@media screen and (min-width: 960px) {
  .fhealthcare__expert-read {
    padding-bottom: clamp(32px, 10vw, 210px);
  }
}
@media screen and (max-width: 959px) {
  .fhealthcare__expert-read figure {
    margin-bottom: max(20px, 4%);
  }
}
@media screen and (min-width: 960px) {
  .fhealthcare__expert-read figure {
    position: absolute;
    top: 8%;
    right: 0;
    width: 52%;
  }
}
.fhealthcare__expert-read figure img {
  width: 100%;
  border-radius: 16px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0% 0%;
     object-position: 0% 0%;
}
@media screen and (min-width: 960px) {
  .fhealthcare__expert-read figure img {
    border-radius: 32px 0 0 32px;
    min-height: 540px;
    max-height: 660px;
    -o-object-position: 50% 60%;
       object-position: 50% 60%;
  }
}
.fhealthcare__expert-box {
  border: 1px solid #ffffff;
  border-radius: 16px;
  padding: 12px 12px 16px;
}
@media screen and (min-width: 960px) {
  .fhealthcare__expert-box {
    padding: 16px;
    max-width: 800px;
    margin-inline: auto;
  }
}
.fhealthcare__expert-box h4 {
  background-color: rgba(237, 244, 248, 0.2);
  border-radius: 12px;
  color: #ffffff;
  margin-bottom: 16px;
  text-align: center;
  padding-block: clamp(8px, 4%, 12px);
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 0.4545454545, 2rem);
  line-height: 1;
}
.fhealthcare__expert-box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(16px, 4%, 24px);
}
@media screen and (min-width: 960px) {
  .fhealthcare__expert-box figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fhealthcare__expert-box figure img {
  border-radius: 8px;
  width: 100%;
}
@media screen and (min-width: 960px) {
  .fhealthcare__expert-box figure img {
    max-width: 288px;
  }
}
.fhealthcare__expert-box figure figcaption {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.fhealthcare__expert-box figure h5 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 0.4545454545, 2rem);
  margin-bottom: 8px;
  line-height: 1.5;
}
.fhealthcare__expert-box figure p {
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.52rem) * 0.4545454545, 1.6rem);
}
.fhealthcare__product .fhealthcare__inner {
  max-width: 1174px;
}
.fhealthcare__product h2 {
  font-size: clamp(2.3rem, 2.3rem + (1vw - 0.52rem) * 2.7272727273, 3.5rem);
}
.fhealthcare__product h3 {
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 1.5909090909, 2.5rem);
  margin-block: clamp(40px, 10%, 48px) 16px;
  line-height: 1.4;
}
.fhealthcare__product .note-s {
  font-size: 1.4rem;
  margin-top: 24px;
  line-height: 1.2;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 959px) {
  .fhealthcare__product .note-s {
    text-align: left;
  }
}
.fhealthcare__product .note {
  font-size: 1.8rem;
  margin-top: clamp(24px, 4%, 48px);
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.fhealthcare__product-boxWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 960px) {
  .fhealthcare__product-boxWrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .fhealthcare__product-boxWrap > div {
    width: calc(50% - 10px);
  }
}
.fhealthcare__product-box {
  border: 1px solid var(--color-border);
  border-radius: 16px;
  padding: 12px 12px clamp(16px, 6%, 24px);
}
.fhealthcare__product-box h4 {
  background-color: var(--color-bluegray);
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.4545454545, 1.8rem);
  border-radius: 12px;
  margin-bottom: 24px;
  height: clamp(42px, 6vw, 56px);
  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;
}
.fhealthcare__product-box h4.arrows {
  font-size: 130%;
}
.fhealthcare__product-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2px;
  max-width: 424px;
  margin-inline: auto;
}
.fhealthcare__product-box ul li {
  width: 33.3333333333%;
}
.fhealthcare__product-box ul a {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.fhealthcare__product-box ul a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 959px) {
  .fhealthcare__product-box ul a:hover {
    opacity: 1;
  }
}
.fhealthcare__product-box ul img {
  width: min(80%, 117px);
}
.fhealthcare__product-box figcaption {
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.52rem) * 0.2272727273, 1.5rem);
  line-height: 1.1;
  margin-top: 18px;
  letter-spacing: 0;
}
.fhealthcare__product-box p {
  font-size: clamp(1.7rem, 1.7rem + (1vw - 0.52rem) * 0.2272727273, 1.8rem);
}
@media screen and (max-width: 959px) {
  .fhealthcare__product-box p {
    text-align: left;
  }
}
.fhealthcare__product-box:nth-of-type(3) {
  padding: 24px;
}
.fhealthcare {
  /* popup modal */
}
.fhealthcare .healthData {
  border: 1px solid var(--color-border);
  border-radius: 32px;
  padding: 0 clamp(12px, 5%, 32px) clamp(16px, 5%, 24px);
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .fhealthcare .healthData {
    border-radius: 24px;
  }
}
.fhealthcare .healthData h4 {
  text-align: center;
  background-color: #ffffff;
  font-size: clamp(1.6rem, 1.6rem + (1vw - 0.52rem) * 0.9090909091, 2rem);
  font-weight: 600;
  display: inline-block;
  padding-inline: 1em;
  position: relative;
  top: -16px;
  line-height: 1.4;
}
.fhealthcare .healthData p {
  font-size: clamp(1.2rem, 1.2rem + (1vw - 0.52rem) * 0.4545454545, 1.4rem);
  text-align: center;
  color: var(--color-txt);
  line-height: 1.4;
}
.fhealthcare .healthData__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 0;
  list-style: none;
  margin-bottom: clamp(16px, 4%, 32px);
}
@media screen and (max-width: 519px) {
  .fhealthcare .healthData__list {
    gap: 6px;
  }
}
.fhealthcare .healthData__list li {
  width: calc((100% - 16px) / 2);
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.15));
}
@media screen and (max-width: 519px) {
  .fhealthcare .healthData__list li {
    width: calc((100% - 6px) / 2);
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.15));
  }
}
@media screen and (max-width: 320px) {
  .fhealthcare .healthData__list li {
    width: 100%;
  }
}
.fhealthcare .healthData button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  text-align: left;
  width: 100%;
  height: clamp(64px, 11vw, 74px);
  padding-inline: min(10%, 24px);
  font-size: clamp(1.4rem, 1.4rem + (1vw - 0.52rem) * 1.5909090909, 2.1rem);
  border: 1px solid #EFEFEF;
  border-radius: 24px;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media screen and (max-width: 519px) {
  .fhealthcare .healthData button {
    padding-inline: 8px;
    gap: 6px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}
@media screen and (max-width: 320px) {
  .fhealthcare .healthData button {
    gap: 4px;
    font-size: 1.3rem;
    border-radius: 14px;
  }
}
.fhealthcare .healthData button:hover {
  border: 1px solid #0099C4;
}
.fhealthcare .healthData button::after {
  content: "";
  position: absolute;
  background: url(../../fhealthcare26/images/ico-arrow.svg) no-repeat center center/contain;
  width: 11px;
  height: 10px;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-filter: brightness(0);
          filter: brightness(0);
}
@media screen and (max-width: 519px) {
  .fhealthcare .healthData button::after {
    right: 6px;
  }
}
@media screen and (max-width: 320px) {
  .fhealthcare .healthData button::after {
    right: 4px;
  }
}
.fhealthcare .healthData .ico {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 320px) {
  .fhealthcare .healthData .ico {
    width: 20px;
    height: 20px;
  }
}
.fhealthcare .healthData .sub {
  color: var(--color-txt);
  font-size: clamp(1rem, 1rem + (1vw - 0.52rem) * 0.4545454545, 1.2rem);
  line-height: 1;
  display: block;
}
@media screen and (max-width: 320px) {
  .fhealthcare .healthData .sub {
    letter-spacing: -0.1em;
  }
}
.fhealthcare .healthModal {
  position: fixed;
  z-index: 1000;
  inset: 0;
  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;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
}
.fhealthcare .healthModal.is-open {
  visibility: visible;
  opacity: 1;
}
.fhealthcare .healthModal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  cursor: pointer;
}
.fhealthcare .healthModal__contents {
  position: relative;
  z-index: 1;
  width: min(100%, 610px);
  max-height: calc(100vh - 80px);
  overflow: auto;
}
.fhealthcare .healthModal__close {
  position: absolute;
  z-index: 10;
  top: 40;
  right: 40px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.fhealthcare .healthModal__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 46px;
  height: 1px;
  background-color: black;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fhealthcare .healthModal__close span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.fhealthcare .healthModal__close span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.fhealthcare .healthModal__close:hover span {
  background-color: #0099C4;
}
.fhealthcare .healthModal__slide {
  max-width: 610px;
  padding: 30px;
}
.fhealthcare .healthModal__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: min(50%, 240px);
  min-width: 192px;
  margin: 30px auto;
}
.fhealthcare .healthModal__image img {
  display: block;
  width: 100%;
  height: auto;
}
.fhealthcare .healthModal__text {
  background-color: #ffffff;
  border-radius: 32px;
  padding: 22px clamp(16px, 5%, 24px);
  -webkit-filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 519px) {
  .fhealthcare .healthModal__text {
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
  }
}
.fhealthcare .healthModal__text h3 {
  margin-bottom: 16px;
  font-size: clamp(1.8rem, 1.8rem + (1vw - 0.52rem) * 0.6818181818, 2.1rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.fhealthcare .healthModal__text h3 .sub {
  color: var(--color-txt);
  font-size: 1.2rem;
  line-height: 1;
  display: block;
}
.fhealthcare .healthModal .slick-arrow {
  position: absolute;
  z-index: 5;
  top: 35%;
  width: 20px;
  height: 40px;
  padding: 0;
  border: 0;
  background: url(../../fhealthcare26/images/ico-arrow-l.svg) no-repeat center center/contain;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  font-size: 0;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: unset;
}
.fhealthcare .healthModal .slick-arrow::before, .fhealthcare .healthModal .slick-arrow::after {
  content: none;
}
.fhealthcare .healthModal .slick-prev {
  left: 16%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.fhealthcare .healthModal .slick-next {
  left: 82%;
}
.fhealthcare body.is-modal-open {
  overflow: hidden;
}