/* --------------------------- arrow links --------------------------- */
/* --------------------------- srci --------------------------- */
.srci__heading2nd-en {
  display: block;
  font-size: 3.8rem;
  line-height: 1.7;
  font-weight: 500;
  color: #00A491;
}

.srci__heading2nd-jp {
  display: block;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: bold;
  color: #00A491;
}

.srci__heading3rd {
  padding-bottom: 40px;
}

.srci__heading3rd-en {
  display: block;
  padding-bottom: 5px;
  font-size: 2.8rem;
  line-height: 1.7;
  font-weight: 500;
}

.srci__heading3rd-jp {
  display: block;
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: bold;
}

.srci__txt-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.srci__txt-wrap {
  width: 47.5%;
}

.srci__txt {
  line-height: 1.7;
  font-weight: 400;
}

.srci__card-wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  padding: 80px 9% 65px 9%;
  margin-top: 80px;
  background: #f6f6f6;
}

.srci__card-img {
  width: 33%;
}

.srci__card-cnt {
  width: 60%;
}

.srci__card-en-txt {
  display: block;
  padding-bottom: 10px;
  font-size: 1.6rem;
  line-height: 1.7;
  font-weight: 400;
}

.srci__card-en-heading {
  display: block;
  font-size: 3rem;
  font-weight: 500;
}

.srci__card-jp-txt {
  display: block;
  padding: 30px 0 25px 0;
  line-height: 1.7;
}

.srci__card-jp-heading {
  font-size: 2.5rem;
  font-weight: bold;
}

.srci__profile-list {
  display: flex;
  flex-wrap: wrap;
  gap: 70px 3.5%;
}

.srci__profile-item {
  width: 31%;
}

.srci__profile-img {
  width: 60%;
  margin: 0 auto;
}

.srci__profile-heading {
  padding: 20px 0 10px 0;
}

.srci__profile-heading-en {
  display: block;
  padding-bottom: 5px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 500;
}

.srci__profile-heading-jp {
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

.srci__profile {
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}

.srci__profile-en-heading {
  display: block;
  position: relative;
  padding: 22px 0;
  font-size: 2rem;
  font-weight: 500;
  color: #00A491;
}

.srci__profile-plus {
  display: block;
  position: absolute;
  right: 1px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}
.srci__profile-plus.-open::before {
  opacity: 0;
}

.srci__profile-plus::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #00A491;
  transition: 0.3s;
}

.srci__profile-plus::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #00A491;
}

.srci__profile-cnt {
  display: none;
  padding: 5px 0 40px 0;
  font-size: 1.4rem;
  opacity: 0;
  transition: opacity 0.3s;
}
.srci__profile-cnt.-open {
  opacity: 1;
}

.srci__profile-jp-heading {
  display: block;
  position: relative;
  padding: 24px 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00A491;
}

.srci__symposium-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -27px;
}

.srci__symposium-item {
  box-sizing: border-box;
  width: calc((100% - 27px) / 2);
  padding: 35px 35px 55px 35px;
  margin-bottom: 27px;
  background: #f6f6f6;
}

.srci__symposium-video iframe {
  width: 100%;
  height: 17vw;
}

/* -------------------------------------------------------------------------------- */
/* srci responsive */
/* -------------------------------------------------------------------------------- */
/* -------------------- sp1 -------------------- */
@media screen and (max-width: 1200px) {
  .srci__heading2nd-en {
    font-size: 3rem;
  }

  .srci__heading2nd-jp {
    font-size: 1.8rem;
  }

  .srci__heading3rd {
    padding-bottom: 30px;
  }

  .srci__heading3rd-en {
    padding-bottom: 2px;
    font-size: 2.4rem;
  }

  .srci__heading3rd-jp {
    font-size: 1.6rem;
  }

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

  .srci__txt-wrap {
    width: 100%;
    padding-bottom: 40px;
  }

  .srci__card-wrap {
    display: block;
    padding: 70px 7% 65px 7%;
    margin-top: 60px;
  }

  .srci__card-img {
    width: 50%;
    padding-bottom: 30px;
    margin: 0 auto;
  }

  .srci__card-cnt {
    width: 100%;
  }

  .srci__profile-list {
    gap: 70px 4%;
  }

  .srci__profile-item {
    width: 48%;
  }

  .srci__symposium-list {
    display: block;
  }

  .srci__symposium-item {
    width: 100%;
    padding: 35px 7% 55px 7%;
  }

  .srci__symposium-video iframe {
    height: 42vw;
  }
}
/* -------------------- sp2 -------------------- */
@media screen and (max-width: 700px) {
  .srci__heading2nd-en {
    font-size: 2.5rem;
  }

  .srci__heading2nd-jp {
    font-size: 1.6rem;
  }

  .srci__heading3rd {
    padding-bottom: 25px;
  }

  .srci__heading3rd-en {
    font-size: 1.8rem;
  }

  .srci__card-wrap {
    padding: 40px 7% 60px 7%;
    margin-top: 50px;
  }

  .srci__card-img {
    width: 67%;
    padding-bottom: 20px;
  }

  .srci__card-en-txt {
    font-size: 1.4rem;
  }

  .srci__card-en-heading {
    font-size: 2.4rem;
  }

  .srci__card-jp-txt {
    padding: 24px 0 20px 0;
  }

  .srci__card-jp-txt {
    font-size: 1.4rem;
  }

  .srci__card-jp-heading {
    font-size: 2rem;
  }

  .srci__profile-list {
    gap: 50px 4%;
  }

  .srci__profile-item {
    width: 100%;
  }

  .srci__profile-img {
    width: 50%;
  }

  .srci__profile-heading-en {
    font-size: 2.1rem;
  }

  .srci__profile-heading-jp {
    font-size: 1.5rem;
  }

  .srci__profile-en-heading {
    padding: 20px 0;
    font-size: 1.6rem;
  }

  .srci__profile-plus {
    width: 12px;
    height: 12px;
  }

  .srci__profile-cnt {
    padding: 5px 0 30px 0;
  }

  .srci__profile-jp-heading {
    padding: 22px 0;
    font-size: 1.5rem;
  }

  .srci__symposium-list {
    margin-bottom: -20px;
  }

  .srci__symposium-item {
    padding: 25px 7% 35px 7%;
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=srci.css.map */
