@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=check_box);
.font-bold {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W6", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

#mv_inner {
  background-image: url(./img/treatment/nucleicacidmedicine/mv_nucleicacidmedicine.jpg);
}

@media (max-width: 768px) {
  #mv_inner {
    background-image: url(./img/treatment/nucleicacidmedicine/sp/mv_genetherapy.jpg);
  }
}
.is_font_serif, #sub_page section.p-sec_about, #sub_page section .p-aptamers_box {
  font-family: "Noto Serif JP", serif;
}

.block2col {
  width: 48%;
  margin-top: 60px;
}

.section_01 figure {
  text-align: center;
}

.flex_block {
  display: flex;
  justify-content: space-between;
}

.flex_block > .flex_2 {
  width: 48%;
}

.section_02 .flex_block {
  align-items: center;
}

.about_img {
  text-align: center;
}

#sub_page .inner.case_01 {
  margin: 0 auto 70px;
}

.case_wrap {
  display: flex;
  margin-bottom: 40px;
}

.case_wrap .gradation_ttl_01 {
  margin-right: 70px;
}

.case_wrap ul {
  font-size: 18px;
}

.case_wrap ul li {
  margin-bottom: 1rem;
}

.case_img_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}

.case_img_wrap figure {
  position: relative;
  width: 23%;
  text-align: center;
}

.case_img_wrap .case_arrow::after {
  content: "";
  background-image: url(./img/com/case_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 78px;
  height: 30px;
  position: absolute;
  top: 40%;
  right: -20%;
  transform: translateY(-40%);
  z-index: 5;
}

.case_img_wrap figure img {
  margin-bottom: 1.5rem;
}

.case_img_wrap figure figcaption {
  font-size: 20px;
  font-weight: bold;
  color: #222222;
}

.sub_ttl {
  font-size: 30px;
  color: #004faf;
  font-weight: bold;
  margin-bottom: 1rem;
}

.section_07 figure {
  text-align: center;
}

.section_08 ul {
  font-size: 18px;
  line-height: 1.5;
}

.section_08 ul li {
  margin-bottom: 1rem;
  text-indent: -5.5em;
  padding-left: 5.5em;
}

@media (max-width: 1500px) {
  .case_img_wrap .case_arrow::after {
    width: 5.2vw;
    height: 2vw;
  }
}
@media (max-width: 768px) {
  .section_01 figure {
    padding: 0 5% 7%;
  }
  .flex_block {
    display: block;
  }
  .flex_block > .flex_2 {
    width: 100%;
  }
  .check_list {
    font-size: 15px;
    line-height: 1.3;
  }
  .check_list li {
    margin-bottom: 1rem;
  }
  .check::before {
    min-width: 20px;
    height: 17px;
    margin-right: 0.5rem;
  }
  .check span {
    display: block;
    font-size: 12px;
    text-indent: -1em;
    padding-left: 1em;
  }
  #sub_page .inner.case_01 {
    margin: 0 auto;
  }
  .case_wrap {
    display: block;
    margin-bottom: 5%;
  }
  .case_wrap .gradation_ttl_01 {
    margin: 0 auto 5%;
  }
  .case_wrap ul {
    font-size: 15px;
  }
  .case_wrap ul li {
    margin-bottom: 0.3rem;
  }
  .case_img_wrap {
    width: 70%;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  .case_img_wrap figure {
    width: 48%;
    margin-bottom: 10%;
  }
  .case_img_wrap figure img {
    margin-bottom: 1rem;
  }
  .case_img_wrap .case_arrow::after {
    width: 10vw;
    height: 3.9vw;
    right: -5.8vw;
  }
  .case_img_wrap figure figcaption {
    font-size: 12px;
  }
  .sub_ttl {
    font-size: 18px;
  }
  .section_08 ul {
    font-size: 15px;
  }
  .section_08 ul li {
    margin-bottom: 0.5rem;
  }
  .block2col {
    width: 100%;
    margin-top: 30px;
  }
  .block2col_heading {
    font-size: 20px;
    padding-left: 20px;
    border-left: solid #419BD2 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .case_img_wrap {
    width: 90%;
  }
}
#sub_page .block2col_heading {
  color: #419BD2;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  background: #F3F9FD;
  padding: 5px 0 5px 30px;
  border-left: solid #419BD2 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #sub_page .block2col_heading {
    font-size: 20px;
  }
}
#sub_page section.-sec02 .p-anchor_link {
  display: flex;
  justify-content: center;
  gap: 0 170px;
}
@media screen and (max-width: 768px) {
  #sub_page section.-sec02 .p-anchor_link {
    display: block;
    gap: 0 4vw;
  }
}
#sub_page section.-sec02 .p-anchor_link li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
#sub_page section.-sec02 .p-anchor_link li:nth-child(1) img {
  width: 241px;
}
@media screen and (max-width: 768px) {
  #sub_page section.-sec02 .p-anchor_link li:nth-child(1) img {
    width: 57.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  #sub_page section.-sec02 .p-anchor_link li:nth-child(2) {
    margin-top: 6.6666666667vw;
  }
}
#sub_page section.-sec02 .p-anchor_link li:nth-child(2) img {
  width: 347px;
}
@media screen and (max-width: 768px) {
  #sub_page section.-sec02 .p-anchor_link li:nth-child(2) img {
    width: 83.2vw;
  }
}
#sub_page section.-sec02 .p-anchor_link li img {
  display: block;
}
#sub_page section.-sec02 .p-anchor_link li a {
  display: table;
  margin: 16px auto 0;
  color: #419BD2;
  text-decoration: underline;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.9;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #sub_page section.-sec02 .p-anchor_link li a {
    font-size: 15px;
  }
}
#sub_page section .p-block__ttl {
  font-weight: bold;
  color: #419BD2;
  margin-bottom: 2.5rem;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.6071428571;
}
@media screen and (max-width: 768px) {
  #sub_page section .p-block__ttl {
    font-size: 18px;
  }
}
#sub_page section#block01 figure {
  max-width: 500px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #sub_page section#block01 figure {
    width: 57.8666666667vw;
    margin-top: 8vw;
  }
}
#sub_page section#block02 figure {
  max-width: 721px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #sub_page section#block02 figure {
    width: 83.2vw;
    margin-top: 8vw;
  }
}
#sub_page section.p-sec_approach .block2col_heading {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_approach .block2col_heading {
    font-size: 20px;
  }
}
#sub_page section.p-sec_approach .p-approach__ttl {
  color: #419BD2;
  border-bottom: 1px solid #004faf;
  padding-bottom: 10px;
  margin-bottom: 50px;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.2666666667;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_approach .p-approach__ttl {
    font-size: 20px;
    padding-bottom: 3%;
    margin-bottom: 5%;
  }
}
#sub_page section.p-sec_approach .p-approach_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_approach .p-approach_list {
    display: block;
  }
}
#sub_page section.p-sec_approach .p-approach_list .p-approach_list_box {
  width: 47.7%;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_approach .p-approach_list .p-approach_list_box {
    width: 100%;
  }
}
#sub_page section.p-sec_approach .p-approach_list .p-approach_list_box + .p-approach_list_box {
  margin-top: 0;
}
#sub_page section .p-approach_list_box + .p-approach_list_box {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  #sub_page section .p-approach_list_box + .p-approach_list_box {
    margin-top: 1.5em;
  }
}
#sub_page section .p-approach_list_box .p-approach_list__text01 span {
  font-family: "ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;
  font-weight: bold;
}
#sub_page section.p-structure {
  border: 1px solid rgba(203, 203, 203, 0.65);
  border-radius: 16px;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-structure {
    border-radius: 2.1333333333vw;
    padding: 5.3333333333vw;
  }
}
#sub_page section.p-structure .p-structure__ttl {
  color: #419BD2;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.0714285714;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-structure .p-structure__ttl {
    font-size: 20px;
  }
}
#sub_page section.p-structure .p-inner {
  display: flex;
  margin-top: 21px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-structure .p-inner {
    display: block;
  }
}
#sub_page section.p-structure .p-inner .p-text01 {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-structure .p-inner .p-text01 {
    width: 100%;
  }
}
#sub_page section.p-structure .p-inner .p-img {
  width: 42.5%;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-structure .p-inner .p-img {
    width: 70.6666666667vw;
    margin-left: 2vw;
  }
}
#sub_page section .p-aptamers_box {
  padding: 40px 40px 50px;
  margin-bottom: 40px;
  background-color: #F3F9FD;
  border: 1px solid rgba(203, 203, 203, 0.65);
  border-radius: 16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sub_page section .p-aptamers_box {
    padding: 5.3333333333vw 5.3333333333vw 6.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
#sub_page section .p-aptamers_box .p-aptamers_box__text01_01 {
  color: #1D86C6;
  font-weight: bold;
  margin-bottom: 0;
}
#sub_page section .p-aptamers_box .p-aptamers_box__text01_01 span {
  font-size: 25px;
  font-size: 2.5rem;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  #sub_page section .p-aptamers_box .p-aptamers_box__text01_01 span {
    display: block;
    font-size: 18px;
  }
}
#sub_page section .p-aptamers_box .p-aptamers_box__text01_02 span {
  font-weight: bold;
}
#sub_page section .p-aptamers_box .p-aptamers_box__text02 {
  color: #fff;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3636363636;
  text-align: center;
  background-color: #1D86C6;
  display: table;
  border-radius: 16px;
  padding: 22px 28px;
  margin: 60px auto 0;
}
@media screen and (max-width: 768px) {
  #sub_page section .p-aptamers_box .p-aptamers_box__text02 {
    border-radius: 2.1333333333vw;
    font-size: 16px;
    text-align: left;
    padding: 2.6666666667vw 4vw;
    margin-top: 8vw;
  }
}
#sub_page section .p-text_sup {
  text-align: right;
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #sub_page section .p-text_sup {
    font-size: 12px;
    text-align: left;
  }
}
#sub_page section.p-sec_about .p-about_block_box .p-inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box .p-inner {
    display: block;
  }
}
#sub_page section.p-sec_about .p-about_block_box + .p-about_block_box {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box + .p-about_block_box {
    margin-top: 13.3333333333vw;
  }
}
#sub_page section.p-sec_about .p-about_block_box .p-imgArea {
  width: 42.42%;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box .p-imgArea {
    width: 100%;
    margin-top: 4vw;
  }
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea {
  width: 52%;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box .p-textArea {
    width: 100%;
  }
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-block__ttl {
  color: #419BD2;
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_recommended {
  padding-left: 2.5em;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_recommended {
    padding-left: 1rem;
  }
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_recommended li {
  padding-left: 2em;
  position: relative;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_recommended li {
    font-size: 15px;
  }
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_recommended li + li {
  margin-top: 1.5em;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_recommended li + li {
    margin-top: 1em;
  }
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_recommended li::before {
  content: "\e834";
  font-family: "Material Icons";
  color: #31b700;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li {
  padding-left: 90px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li {
    padding-left: 17.3333333333vw;
  }
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li + li {
  margin-top: 2em;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li + li {
    margin-top: 1.5em;
  }
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li::before {
  content: "";
  display: block;
  width: 90px;
  height: 90px;
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li::before {
    width: 17.3333333333vw;
    height: 17.3333333333vw;
  }
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li:nth-child(1)::before {
  background-image: url(/img/common/ico_flow_03.svg);
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li:nth-child(2)::before {
  background-image: url(/img/common/ico_flow_04.svg);
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li:nth-child(3)::before {
  background-image: url(/img/common/ico_flow_05.svg);
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li:nth-child(4)::before {
  background-image: url(/img/common/ico_flow_06.svg);
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li .p-list_flow__ttl {
  color: #419BD2;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.1428571429;
  margin-bottom: 0.2em;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li .p-list_flow__ttl {
    font-size: 18px;
  }
}
#sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li .p-list_flow__text01 {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #sub_page section.p-sec_about .p-about_block_box .p-textArea .p-list_flow li .p-list_flow__text01 {
    font-size: 15px;
  }
}/*# sourceMappingURL=nucleicacidmedicine.css.map */