.contents_inner {
  max-width: 1100px;
  margin-inline: auto;
}

#healthcare {
  padding-inline: 35px;
  container-type: inline-size;
  overflow: hidden;
}
@media screen and (min-width: 576px) {
  #healthcare {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #healthcare {
    padding-inline: 60px;
  }
}

.healthcare_title {
  font-family: "Zen Old Mincho";
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (min-width: 768px) {
  .healthcare_title {
    font-size: 4rem;
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}
@media screen and (min-width: 992px) {
  .healthcare_title {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .healthcare_title .sp_break {
    display: none;
  }
}
.healthcare_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: url("../../img/healthcareprofessionals/healthcare_title_bg.webp");
  width: 100vw;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1366/350;
  z-index: -1;
}

.health_care_flex {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .health_care_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 40px;
  }
}
@media screen and (min-width: 992px) {
  .health_care_flex {
    gap: 0 60px;
  }
}

.healthcare_map {
  max-width: 590px;
}
@media screen and (min-width: 768px) {
  .healthcare_map {
    width: 50%;
  }
}

.healthcare_text_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.healthcare_text {
  font-size: 1.6rem;
  line-height: 1.9;
  font-weight: 400;
}

.section_title p {
  font-family: "Zen Old Mincho";
  position: relative;
  color: #0064B6;
  font-size: 1.5rem;
  -webkit-padding-start: 1em;
          padding-inline-start: 1em;
  line-height: 1.4;
}
.section_title p::before {
  content: "";
  position: absolute;
  top: 55%;
  translate: 0 -50%;
  left: 0;
  width: 4px;
  height: 16px;
  border-radius: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#38b8ef), color-stop(50%, #38b8ef), color-stop(50%, #0064b6));
  background: linear-gradient(180deg, #38b8ef 0%, #38b8ef 50%, #0064b6 50% #0064b6 100%);
}
.section_title h2 {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 992px) {
  .section_title h2 {
    font-size: 3.2rem;
  }
}

#download_cta, #development_cta {
  padding-inline: 35px;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (min-width: 576px) {
  #download_cta, #development_cta {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #download_cta, #development_cta {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #download_cta, #development_cta {
    -webkit-margin-before: 90px;
            margin-block-start: 90px;
  }
}
@media screen and (min-width: 992px) {
  #download_cta, #development_cta {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}

.download_contents {
  position: relative;
  padding: 30px 20px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#b4eeff), to(rgba(180, 238, 255, 0.2)));
  background: linear-gradient(90deg, #b4eeff 0%, rgba(180, 238, 255, 0.2) 100%);
  z-index: 2;
  container-type: inline-size;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .download_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0 30px;
    padding: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .download_contents {
    padding: 60px;
  }
}
.download_contents::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  aspect-ratio: 482/368;
  width: 123.5897435897cqi;
  height: auto;
  background-image: url("../../img/healthcareprofessionals/download_contents_bg_object_sp.webp");
  background-size: cover;
  background-repeat: no-repeat;
  translate: -13% 25%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .download_contents::before {
    width: 66.7272727273cqi;
    left: unset;
    bottom: unset;
    top: 0;
    right: 0;
    translate: 13% -17%;
    aspect-ratio: 734/560;
    background-image: url("../../img/healthcareprofessionals/download_contents_bg_object.webp");
  }
}

.download_cta_text_block {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 560px;
}

.download_text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
}

.download_btn_area {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .download_btn_area {
    max-width: 250px;
  }
}
.download_btn_area .link_btn {
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .download_btn_area .link_btn {
    margin-inline: unset;
  }
}

#development {
  --text-color:#0064B6;
  padding-inline: 35px;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (min-width: 576px) {
  #development {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #development {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #development {
    -webkit-margin-before: 90px;
            margin-block-start: 90px;
  }
}
@media screen and (min-width: 992px) {
  #development {
    -webkit-margin-before: 120px;
            margin-block-start: 120px;
  }
}
#development._english {
  --text-color:#00A1D1;
}

@media screen and (min-width: 768px) {
  .development_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
  }
}
@media screen and (min-width: 992px) {
  .development_flex {
    gap: 0 70px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .development_title_block {
    width: 250px;
  }
}

.development_btn {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.development_btn .link_btn {
  margin-inline: auto;
}

.development_list_block {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .development_list_block {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 670px;
  }
}

.development_single a {
  position: relative;
  display: block;
  -webkit-padding-end: 55px;
          padding-inline-end: 55px;
  -webkit-padding-after: 25px;
          padding-block-end: 25px;
  border-bottom: solid 1px var(--text-color);
}
.development_single a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 40px;
  height: auto;
  border: solid 1px var(--text-color);
  translate: 0 -50%;
  border-radius: 50%;
  aspect-ratio: 1/1;
  -webkit-transition: translate 0.3s, background-color 0.3s;
  transition: translate 0.3s, background-color 0.3s;
}
.development_single a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 17px;
  width: 6px;
  height: 10px;
  -webkit-mask-image: url(../../img/common/arrow.svg);
          mask-image: url(../../img/common/arrow.svg);
  background-color: var(--text-color);
  translate: 0% -50%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: translate 0.3s;
  transition: translate 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .development_single a:hover::before, .development_single a:hover::after {
    translate: 5px -50%;
  }
  .development_single a:hover::before {
    background-color: #fff;
  }
  .development_single a:hover .development_single_title {
    color: var(--text-color);
  }
}
.development_single + .development_single {
  -webkit-margin-before: 25px;
          margin-block-start: 25px;
}

.development_date {
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--text-color);
  line-height: 1.5;
}

.development_single_title {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  font-size: 1.5rem;
  margin-block-start: 10px;
  min-height: 2lh;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-align: left;
  color: #3B3B3C;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .development_single_title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    min-height: 0;
  }
}

#products {
  padding-inline: 35px;
  padding-block: 60px;
}
@media screen and (min-width: 576px) {
  #products {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #products {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 768px) {
  #products {
    padding-block: 90px;
  }
}
@media screen and (min-width: 992px) {
  #products {
    padding-block: 120px;
  }
}

.produsts_title {
  text-align: center;
  position: relative;
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
}
.produsts_title p {
  font-size: 1.5rem;
  font-family: "Zen Old Mincho";
  font-weight: 400;
  line-height: 1.4;
  color: #0064B6;
  text-align: center;
}
.produsts_title h2 {
  font-size: 2.6rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
.produsts_title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  background: -webkit-gradient(linear, left top, right top, from(#0064b6), color-stop(50%, #0064b6), color-stop(50%, #38b8ef), to(#38b8ef));
  background: linear-gradient(90deg, #0064b6 0%, #0064b6 50%, #38b8ef 50%, #38b8ef 100%);
  width: 80px;
  height: 4px;
  border-radius: 999px;
}

#rebossis {
  padding-inline: 35px;
  padding-block: 60px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(238, 251, 255)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(238, 251, 255) 100%);
  background-size: 100% 300px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 576px) {
  #rebossis {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #rebossis {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 1200px) {
  #rebossis {
    padding-block: 100px 40px;
  }
}

.product_list_header {
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  border-bottom: solid 1px #0064B6;
  max-width: 1100px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .product_list_header {
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
  }
}

.product_list_title {
  color: #0064B6;
  font-size: 2.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 992px) {
  .product_list_title {
    font-size: 4rem;
  }
}
.product_list_title small {
  font-size: 1.6rem;
}
@media screen and (min-width: 992px) {
  .product_list_title small {
    font-size: 2rem;
  }
}

.product_list_body {
  max-width: 1100px;
  margin-inline: auto;
  padding-block: 40px 0;
}

.product_list_target {
  position: relative;
  font-size: 2.2rem;
  font-weight: 500;
  -webkit-padding-start: 0.5em;
          padding-inline-start: 0.5em;
  margin-inline: auto;
  max-width: 940px;
}
.product_list_target::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  background-color: #0064B6;
  width: 4px;
  height: 20px;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .product_list_target::before {
    top: 50%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
  }
}

.product_item_wrap {
  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;
  gap: 20px 0;
  padding-block: 20px 60px;
}
@media screen and (min-width: 768px) {
  .product_item_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 50px 20px;
    margin-inline: auto;
    width: 620px;
  }
}
@media screen and (min-width: 1060px) {
  .product_item_wrap {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 940px;
  }
}

.product_item {
  padding: 10px;
  max-width: 300px;
}

.product_item_header {
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
  border-bottom: solid 1px #0064B6;
}

.product_item_category {
  color: #0064B6;
  font-size: 1.2rem;
  background-color: #EEFBFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  border-radius: 999px;
  line-height: 1.5;
}

.product_item_name {
  font-size: 2.2rem;
  font-weight: 500;
  padding-block: 5px;
}

.product_item_subname {
  font-size: 1.4rem;
  font-weight: 500;
}

.product_item_image {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  border-radius: 20px;
}

.product_item_btn {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.product_item_btn .link_btn {
  margin-inline: auto;
}

#cell_culture {
  padding-inline: 35px;
  padding-block: 60px 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgb(238, 251, 255)));
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(238, 251, 255) 100%);
  background-size: 100% 300px;
  background-repeat: no-repeat;
}
@media screen and (min-width: 576px) {
  #cell_culture {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #cell_culture {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 992px) {
  #cell_culture {
    padding-block: 100px;
  }
}

.cell_culture_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px 0;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  margin-inline: auto;
  max-width: 1100px;
}
@media screen and (min-width: 992px) {
  .cell_culture_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 60px;
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }
}

.cell_culture_image {
  max-width: 560px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .cell_culture_image {
    width: 40%;
  }
}
.cell_culture_image img {
  border-radius: 20px;
}

.cell_culture_textwrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cell_culture_heading {
  color: #0064B6;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.cell_culture_text {
  font-size: 1.6rem;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.cell_culture_btn {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
.cell_culture_btn .link_btn {
  width: 100%;
  max-width: 450px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .cell_culture_btn .link_btn br {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .cell_culture_btn .link_btn {
    margin-inline: 0;
  }
}

._english .product_list_header {
  border-bottom: solid 1px #00A1D1;
}
._english .product_list_title {
  color: #00A1D1;
  text-align: center;
}
._english .product_list_target::before {
  background-color: #00A1D1;
}
._english .product_item_header {
  border-bottom: solid 1px #00A1D1;
}
._english .cell_culture_heading {
  color: #00A1D1;
}
@media screen and (min-width: 576px) {
  ._english .cell_culture_heading .br_sp {
    display: none;
  }
}
._english .cell_culture_btn .link_btn {
  max-width: 200px;
}

#rebossis {
  background: initial;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  padding-block: 0;
}
@media screen and (min-width: 992px) {
  #rebossis {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}

#cell_culture {
  background: initial;
}

._english .healthcare_title {
  text-align: center;
}
._english .produsts_title {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  ._english .download_contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
._english .development_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background-color: #EEFBFF;
  padding: 30px 20px;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  ._english .development_flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 40px;
  }
}
@media screen and (min-width: 992px) {
  ._english .development_flex {
    padding: 60px;
  }
}
@media screen and (min-width: 1200px) {
  ._english .development_flex {
    padding: 80px 100px;
  }
}
._english .development_title_block {
  display: contents;
}
@media screen and (min-width: 768px) {
  ._english .development_title_block {
    display: block;
  }
}
._english .border_title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
._english .development_list_block {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-width: 522px;
}
._english .development_btn {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media screen and (min-width: 992px) {
  ._english .development_btn {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    width: 280px;
  }
}

.border_title {
  position: relative;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
@media screen and (min-width: 768px) {
  .border_title {
    font-size: 3.2rem;
  }
}
.border_title::before {
  content: "";
  position: absolute;
  top: 0.5em;
  left: 0;
  width: 8px;
  height: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#00a1d1), color-stop(50%, #00a1d1), color-stop(50%, #003053)), #003053 100%;
  background: linear-gradient(180deg, #00a1d1 0%, #00a1d1 50%, #003053 50%), #003053 100%;
  border-radius: 60px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/*# sourceMappingURL=healthcareprofessionals.css.map */