@charset "utf-8";

/* =========================================================
 common
========================================================= */
section + section {
  margin-top: 96px;
}
@media screen and (max-width: 959px) {
  section + section {
    margin-top: 56px;
  }
}

@media screen and (max-width: 959px) {
  .flex.tb-flex-start {
    justify-content: flex-start;
  }
}


/* =========================================================
 革新的な創薬を目指して
========================================================= */
.unique-h2-area {
  margin-top: 32px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 49px 10px;
  background: url(/img/r_d/inovation-bg01.png) no-repeat center/cover;
}

.unique-h2-area div {
  width: 80vw;
  max-width: 495px;
  margin-left: 10vw;
  padding: 32px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  background: #396CBA80;
  backdrop-filter: blur(5px);
}

@media screen and (max-width: 959px) {
  .unique-h2-area {
    padding: 30vh 20px 42px;
    background-image: url(/img/r_d/inovation-bg01_sp.png);
  }
  .unique-h2-area div {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding: 16px;
  }
}

.link-list-container li {
  width: 25%;
}
.link-list-container li + li {
  position: relative;
}
.link-list-container li + li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1px;
  height: 100%;
  background: var(--border1);
}
@media screen and (max-width: 959px) {
  .link-list-container li {
    width: fit-content;
  }
  .link-list-container li + li::before {
    display: none;
  }
}
@media screen and (max-width: 449px) {
  .anchor-link-list-2 a {
    padding: 0;
    border-bottom: none;
  }
}


/* =========================================================
 Meiji Seika ファルマとの協業
========================================================= */
.section-01 h3 {
  margin-bottom: 8px;
  font-size: 2.6rem;
  font-weight: 400;
}

.section-01 .page-link.link-type-6 a {
  padding: 18px 38px;
}
.section-01 .page-link.link-type-6 a .arrow {
  min-width: 16px;
  max-width: 16px;
  margin: 0 0 0 4px;
}

.page-link.link-type-6 a .arrow::after {
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 959px) {
  .section-01 h3 {
    font-size: 1.8rem;
  }
  .section-01 h2 + ul figure {
    min-width: 48px;
  }
  .section-01 .page-link.link-type-6 a {
    padding: 18px 20px;
  }
  .page-link.link-type-6 a > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}


/* =========================================================
 どのステージでも、さまざまな形態で協業できます
========================================================= */
.section-02 {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding: 56px 0;
  background: url(/img/r_d/inovation-bg02.png) no-repeat center/cover;
}

.section-02-inner {
  max-width: 1400px;
  width: 80vw;
  margin: 0 auto;
}

.section-02 ul,
.section-02 picture img {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.section-02 ul {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 40px;
}
.section-02 ul::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: -5%;
  bottom: -30px;
  width: 120%;
  max-width: 899px;
  height: 69px;
  background: url(/img/r_d/inovation-arrow01.svg) no-repeat center/contain;
}
.section-02 ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  padding: 16px 8px;
  border: 2px solid #fff;
  border-radius: 15px;
  font-weight: 600;
  color: #fff;
  background: rgba(77, 127, 250, .6);
}
.section-02 ul li:nth-child(3),
.section-02 ul li:last-child {
  color: var(--text-color1);
  background: rgba(255, 255, 255, .6);
}
@media screen and (max-width: 959px) {
  .section-02 ul::after {
    width: 112%;
    left: -3%;
  }
}
@media screen and (max-width: 699px) {
  .section-02 {
    padding: 56px 0 24%;
    background-image: url(/img/r_d/inovation-bg02_sp.png);
  }
  .section-02-inner {
    width: 100%;
    max-width: 100%;
    padding: 0 5vw;
  }
  .section-02-inner > div {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 14px;
    margin-top: 32px;
  }
  .section-02 ul {
    grid-template-columns: 1fr;
    width: 90%;
    transform: translateX(10%);
    margin: 0;
  }
  .section-02 ul::after {
    width: 100%;
    height: 113%;
    background-image: url(/img/r_d/inovation-arrow01_sp.svg);
    background-position: left center;
    left: -10%;
    top: -3%;
  }
  .section-02 ul li {
    padding: 8px;
    gap: 8px;
  }
  .section-02 ul li span {
    font-size: 1.3rem;
  }
  .section-02 ul li figure {
    width: clamp(50px, 10vw, 80px);
    height: clamp(50px, 10vw, 80px);
  }
}


/* =========================================================
 募集テーマ（疾患領域、モダリティ）
========================================================= */
.section-03 li {
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: end;
  min-height: 272px;
  padding: 18px;
  border-radius: 10px;
}
.section-03 li::before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 13, 255, 0) 43.57%, rgba(77, 127, 249, 0.8) 95.59%), linear-gradient(0deg, rgba(77, 127, 249, 0.35), rgba(77, 127, 249, 0.35));
}
.section-03 li::after {
  content: '';
  display: block;
  position: absolute;
  z-index: -2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center/cover;
}
.section-03 li:first-child::after {
  background: url(/img/r_d/inovation-thumb01.png) no-repeat center/cover;
}
.section-03 li:nth-child(2)::after {
  background: url(/img/r_d/inovation-thumb02.png) no-repeat center/cover;
}
.section-03 li:nth-child(3)::after {
  background: url(/img/r_d/inovation-thumb03.png) no-repeat center/cover;
}
.section-03 li:nth-child(4)::after {
  background: url(/img/r_d/inovation-thumb04.jpg) no-repeat center/cover;
}
.section-03 li:nth-child(5)::after {
  background: url(/img/r_d/inovation-thumb05.jpg) no-repeat center/cover;
}
.section-03 li:nth-child(6)::after {
  background: url(/img/r_d/inovation-thumb06.png) no-repeat center/cover;
}
.section-03 li:last-child::after {
  background: url(/img/r_d/inovation-thumb07.jpg) no-repeat center/cover;
}

.section-03 li h3 {
  font-size: 2rem;
  font-weight: 500;
}

.section-03 li span {
  min-height: 51px;
  font-size: 1.4rem;
  font-weight: 500;
}

.section-03 .pdf-link.link-type-2 {
  min-width: 274px;
  height: fit-content;
}
.pdf-link.link-type-2 a div {
  display: flex;
    justify-content: space-between;
    width: 100%;
}

@media screen and (max-width: 959px) {
  .section-03 li {
    min-height: 192px;
    padding: 8px 10px;
  }
  .section-03 li span {
    min-height: auto;
  }
}
@media screen and (max-width: 699px) {
  .section-03 li span {
    min-height: 51px;
  }
}


/* =========================================================
 募集テーマ（疾患領域、モダリティ）
========================================================= */
.section-04 h3:not(.h3-basic) {
  position: relative;
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
  font-size: 2rem;
  font-weight: 600;
}
.section-04 h3:not(.h3-basic)::before {
  content: '';
  display: block;
  min-width: 37px;
  width: 37px;
  height: 37px;
  background: no-repeat center/contain;
}
.section-04 h3.academia::before {
  background-image: url(/img/r_d/inovation-icon08.svg);
}
.section-04 h3.start-up::before {
  background-image: url(/img/r_d/inovation-icon09.svg);
}
.section-04 h3.global::before {
  background-image: url(/img/r_d/inovation-icon10.svg);
}
.section-04 h3.accelerator::before {
  background-image: url(/img/r_d/inovation-icon11.svg);
}

.unique-list-01 {
  display: grid;
  grid-template-columns: 264px 1fr;
  gap: 8px;
  width: calc(100% - 49px);
  margin: 0 0 0 auto;
  padding: 16px 0;
  border-top: 2px solid var(--bg2);
  border-bottom: 2px solid var(--bg2);
}

.unique-list-01 + .unique-list-01 {
  border-top: none;
}

.unique-list-01 h4 {
  font-size: 1.8rem;
  font-weight: 400;
}

.section-04 h3.h3-basic span {
  font-size: 1.6rem;
  margin-left: 16px;
}

@media screen and (max-width: 959px) {
  .section-04 h3:not(.h3-basic) {
    margin-bottom: 12px;
  }
  .unique-list-01 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}