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

#future {
  --text-color:#0064B6;
  padding-inline: 35px;
  padding-block: 60px 80px;
}
@media screen and (min-width: 576px) {
  #future {
    padding-inline: 40px;
  }
}
@media screen and (min-width: 992px) {
  #future {
    padding-inline: 60px;
  }
}
@media screen and (min-width: 992px) {
  #future {
    padding-block: 80px 115px;
  }
}
#future._english {
  --text-color:#00A1D1;
}

.future_block + .future_block {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (min-width: 768px) {
  .future_block + .future_block {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}
@media screen and (min-width: 992px) {
  .future_block + .future_block {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

.future_contents_block {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (min-width: 992px) {
  .future_contents_block {
    -webkit-margin-before: 80px;
            margin-block-start: 80px;
  }
}

.future_contents_title {
  font-size: 2.6rem;
  color: var(--text-color);
  font-weight: 500;
  line-height: 1.5;
  -webkit-padding-after: 20px;
          padding-block-end: 20px;
  border-bottom: solid 1px var(--text-color);
}
@media screen and (min-width: 768px) {
  .future_contents_title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 992px) {
  .future_contents_title {
    font-size: 3.2rem;
  }
}

.future_contents_text {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.7;
}

.section_title p {
  font-family: "Zen Old Mincho";
  position: relative;
  color: var(--text-color);
  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;
}

#development_cta {
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (min-width: 768px) {
  #development_cta {
    -webkit-margin-before: 90px;
            margin-block-start: 90px;
  }
}

.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_flex {
  background-color: #EEFBFF;
  border-radius: 20px;
  padding: 30px 20px;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media screen and (min-width: 768px) {
  .development_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 30px;
    padding: 70px 40px;
  }
}
@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: 992px) {
  .development_flex {
    padding: 100px 80px;
  }
}

@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: 522px;
  }
}

.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;
}
@media screen and (min-width: 768px) {
  .development_single_title {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    min-height: 0;
  }
}

@media screen and (min-width: 768px) {
  ._english .mainvisual_title br {
    display: block !important;
  }
}
._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: 0px;
            margin-block-start: 0px;
    width: 280px;
  }
}

.border_title {
  position: relative;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.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=future.css.map */