@charset "UTF-8";
/* 沿革 */
.history__block {
  display: flex;
}
.history__block .year {
  position: relative;
  line-height: 1;
  font-weight: 700;
  padding-top: 15px;
}
@media screen and (max-width: 1060px) {
  .history__block .year {
    padding-top: 2.8rem;
  }
}
.history__block .year span {
  opacity: 0.7;
}
.history__block .year::before,
.history__block .year::after {
  content: "";
  display: block;
  position: absolute;
}
.history__block .year::before {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-image: var(--var-linear-gradient);
  top: 40px;
  right: 0;
  z-index: 2;
}
@media screen and (max-width: 1060px) {
  .history__block .year::before {
    width: 2rem;
    height: 2rem;
    top: 4.5rem;
  }
}
.history__block .year::after {
  width: 1px;
  height: 100%;
  z-index: 1;
  background-color: #ccc;
  top: 0;
  right: 6px;
}
@media screen and (max-width: 1060px) {
  .history__block .year::after {
    right: 1rem;
  }
}
.history__block .history__content {
  position: relative;
  padding: 30px 0 40px;
}
@media screen and (max-width: 1060px) {
  .history__block .history__content {
    padding: 3rem 0 4rem;
  }
}
.history__block .history__content::after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  height: 1px;
  z-index: 1;
  background-color: #ccc;
  bottom: 0;
  left: -6px;
}
@media screen and (max-width: 1060px) {
  .history__block .history__content::after {
    left: -1rem;
  }
}
.history__block .history__content .date {
  padding-left: 3rem;
  line-height: 1;
  margin-bottom: 2.5rem;
  font-weight: 700;
}
.history__block .history__content .event {
  padding-left: 3rem;
  margin-bottom: 2.5rem;
}
.history__block .history__content .world {
  padding-left: 8.5rem;
}
@media screen and (max-width: 1060px) {
  .history__block .history__content .world {
    padding-left: 4.5rem;
  }
}
.history__block .history__content .world .title {
  font-weight: 700;
  position: relative;
  padding-left: 15px;
}
.history__block .history__content .world .title::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-image: var(--var-linear-gradient);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.history__block .history__content .world ul {
  margin-left: 1.5rem;
}
.history__block .history__content .world ul li {
  color: #777777;
}
.history__block:first-child .year::after {
  height: calc(100% - 40px);
  top: 52px;
}
@media screen and (max-width: 1060px) {
  .history__block:first-child .year::after {
    height: calc(100% - 4.5rem);
    top: 5.5rem;
  }
}
.history__block:last-child .history__content::after {
  display: none;
}

/* 組織体制 */
.section__title02#system {
  margin-bottom: 4rem;
}

.system__tree .person {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 2;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 10px 0;
}
@media screen and (max-width: 1060px) {
  .system__tree .person {
    height: 10rem;
    padding: 1rem 0;
  }
}
.system__tree .person .position {
  line-height: 1.3;
  display: block;
  position: relative;
  padding-left: 35px;
}
@media screen and (max-width: 1060px) {
  .system__tree .person .position {
    padding-left: 4.5rem;
  }
}
.system__tree .person .position::before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 10px;
  background-image: var(--var-linear-gradient);
  margin-right: 5px;
  position: absolute;
  left: 20px;
}
@media screen and (max-width: 1060px) {
  .system__tree .person .position::before {
    width: 1.6rem;
    left: 1.8rem;
  }
}
.system__tree .person .name {
  display: inline-block;
  border-left: 1px solid #ccc;
  padding-left: 40px;
  line-height: 1.3;
}
@media screen and (max-width: 1060px) {
  .system__tree .person .name {
    padding-left: 2rem;
  }
}
.system__tree a.person {
  color: #000;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
}
.system__tree a.person .icon {
  position: absolute;
  top: 50%;
  right: 3rem;
  transform: translateY(-50%);
  overflow: hidden;
}
@media screen and (max-width: 1060px) {
  .system__tree a.person .icon {
    width: 2.4rem;
  }
  .system__tree a.person .icon svg {
    width: 100%;
  }
}
.system__tree a.person:hover {
  box-shadow: 0px 0px 10px 7px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1060px) {
  .system__tree a.person:hover {
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
  }
}
.system__tree a.person:hover .icon svg {
  animation: move-left-to-right_100 0.25s var(--var-animation-timing-function) 1 normal forwards;
}
@media screen and (max-width: 1060px) {
  .system__tree a.person:hover .icon svg {
    animation: none;
  }
}
.system__tree .item {
  margin-bottom: 13px;
}
@media screen and (max-width: 1060px) {
  .system__tree .item {
    margin-top: 2.6rem;
  }
}
.system__tree .child {
  position: relative;
  padding-left: 250px;
  z-index: 1;
  margin-top: 20px;
}
@media screen and (max-width: 1060px) {
  .system__tree .child {
    padding-left: 10rem;
    margin-top: 4rem;
  }
}
.system__tree .child::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-image: var(--var-linear-gradient);
  position: absolute;
  top: -24px;
  left: 125px;
}
@media screen and (max-width: 1060px) {
  .system__tree .child::before {
    top: -5rem;
    left: 5rem;
  }
}
.system__tree .child .child__item {
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .system__tree .child .child__item {
    margin-bottom: 2rem;
  }
}
.system__tree .child .child__item::before {
  content: "";
  display: block;
  width: 125px;
  height: 1px;
  background-image: var(--var-linear-gradient);
  position: absolute;
  top: 50%;
  left: -125px;
}
@media screen and (max-width: 1060px) {
  .system__tree .child .child__item::before {
    width: 5rem;
    left: -5rem;
  }
}

@media screen and (max-width: 1060px) {
  .grant__content.section__inner {
    padding-right: 0;
  }
}

.category__nav {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 3rem;
  padding-right: 3.5rem;
}

.category__nav__inner {
  position: relative;
}
.category__nav__inner .category__btn {
  font-weight: 700;
  width: 236px;
  height: 76px;
  border: 1px solid #ccc;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
  z-index: 2;
  color: #000;
}
@media screen and (max-width: 1060px) {
  .category__nav__inner .category__btn {
    width: 30rem;
    height: 9.6rem;
  }
}
.category__nav__inner .category__btn .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  transition: all 0.2s;
  transform: translateY(-50%);
}
@media screen and (max-width: 1060px) {
  .category__nav__inner .category__btn .icon {
    right: 2rem;
    width: 2.4rem;
  }
  .category__nav__inner .category__btn .icon svg {
    width: 100%;
  }
}
.category__nav__inner ul {
  position: absolute;
  z-index: 1;
  top: 76px;
  left: 50%;
  background-color: #fff;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.06);
  transition: all 0.2s;
  transform: translateY(-20px) translateX(-50%);
  transform-origin: top center;
  width: 100%;
  border-radius: 0 0 10px 10px;
  border: 1px solid #ccc;
  padding: 30px 20px 10px;
  opacity: 0;
  transition-timing-function: var(--var-animation-timing-function);
  visibility: hidden;
}
@media screen and (max-width: 1060px) {
  .category__nav__inner ul {
    top: 9.6rem;
    padding: 3rem 2rem 1rem;
  }
}
.category__nav__inner ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1060px) {
  .category__nav__inner ul li {
    margin-bottom: 2rem;
  }
}
.category__nav__inner ul li a {
  color: #000;
  background-image: linear-gradient(#000, #000);
}
.category__nav__inner.open .category__btn .icon {
  transform: translateY(-50%) rotate(-180deg);
}
.category__nav__inner.open ul {
  opacity: 1;
  transform: translateY(-10px) translateX(-50%);
  visibility: visible;
}

.general__style table.grant__table tbody tr > * {
  vertical-align: middle;
}
.general__style table.grant__table tr > *:nth-child(3) {
  width: 15%;
}
.general__style table tbody tr:nth-child(even) > * {
  background-color: #fbfbfa;
}

.university__list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 1060px) {
  .university__list {
    border-left: none;
  }
}
.university__list .list__item {
  width: 33.3333%;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 1060px) {
  .university__list .list__item {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .university__list .list__item {
    width: 100%;
    border-right: none;
  }
}
.university__list .list__item:nth-child(1),
.university__list .list__item:nth-child(2),
.university__list .list__item:nth-child(3) {
  border-top: none;
}
@media screen and (max-width: 520px) {
  .university__list .list__item:nth-child(2) {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 1060px) {
  .university__list .list__item:nth-child(3) {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 1060px) {
  .university__list .list__item:nth-child(even) {
    border-right: none;
  }
}
@media screen and (min-width: 1061px) {
  .university__list .list__item:nth-child(1),
  .university__list .list__item:nth-child(2),
  .university__list .list__item:nth-child(3) {
    border-bottom: 1px solid #ccc;
  }
  .university__list .list__item:nth-child(4),
  .university__list .list__item:nth-child(5),
  .university__list .list__item:nth-child(6) {
    border-top: none;
  }
}
.university__list .list__item:hover {
  z-index: 2;
}
.university__list .list__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 6.5rem 7rem;
  position: relative;
  color: #000;
  text-decoration: none;
}
.university__list .list__item a .img {
  position: relative;
  z-index: 1;
  margin-bottom: 3rem;
}
.university__list .list__item a .university {
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.university__list .list__item a .icon {
  display: inline-block;
  position: absolute;
  right: 3rem;
  bottom: 2.6rem;
  transition: all 0.2s var(--var-animation-timing-function);
}
@media screen and (max-width: 1060px) {
  .university__list .list__item a .icon {
    display: none;
  }
}
.university__list .list__item a .icon img {
  width: 18px;
}
.university__list .list__item a dl dt {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 700;
  padding-left: 20px;
}
.university__list .list__item a dl dt::before {
  content: "";
  display: block;
  width: 10px;
  height: 3px;
  background-image: var(--var-linear-gradient);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.university__list .list__item a dl dd {
  padding-left: 20px;
}

.under__page__section .section__content.about__content {
  border-bottom: none;
}

.about__content__inner {
  border-left: 1px solid #ccc;
  display: flex;
}
@media screen and (max-width: 1060px) {
  .about__content__inner {
    border-left: none;
    display: block;
  }
}
.about__content__inner .side__space {
  width: 19.33%;
}
@media screen and (max-width: 1060px) {
  .about__content__inner .side__space {
    display: none;
  }
}
.about__content__inner .about__content__block {
  width: 80.67%;
  border-left: 1px solid #ccc;
  padding: 8rem 0 6rem 0;
}
@media screen and (max-width: 1060px) {
  .about__content__inner .about__content__block {
    width: 100%;
    border-left: none;
    padding: 8rem 0 8rem 0;
  }
}
.about__content__inner .about__content__block .about__title {
  padding-right: 60px;
}
@media screen and (max-width: 1060px) {
  .about__content__inner .about__content__block .about__title {
    padding-right: 3.5rem;
  }
}

.about__content__wrapper {
  position: relative;
}

.side__nav {
  position: absolute;
  z-index: 18;
  left: calc((100vw - 1920px) / 2 + 22.2rem + 60px);
  width: calc((1920px - 22.2rem - 60px) * 0.1933);
}
@media screen and (max-width: 1920px) {
  .side__nav {
    left: calc(22.2rem + 60px);
    width: calc((100% - (22.2rem + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1730px) {
  .side__nav {
    left: calc(12.8324% + 60px);
    width: calc((100% - (12.8324% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1628px) {
  .side__nav {
    left: calc(10% + 60px);
    width: calc((100% - (10% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1220px) {
  .side__nav {
    left: calc(6% + 60px);
    width: calc((100% - (6% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1020px) {
  .side__nav {
    left: 60px;
    width: calc((100% - 60px) * 0.1933);
  }
}
@media screen and (max-width: 1060px) {
  .side__nav {
    position: static;
    left: 0;
    width: 100%;
  }
}
.side__nav.past {
  bottom: 0;
}
.side__nav .sidebar {
  display: flex;
  justify-content: center;
  padding: 9rem 0;
  width: 100%;
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar {
    padding: 0;
  }
}
.side__nav .sidebar.fixed {
  position: fixed;
  width: calc((1920px - 22.2rem - 60px) * 0.1933);
}
@media screen and (max-width: 1920px) {
  .side__nav .sidebar.fixed {
    width: calc((100% - (22.2rem + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1730px) {
  .side__nav .sidebar.fixed {
    width: calc((100% - (12.8324% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1628px) {
  .side__nav .sidebar.fixed {
    width: calc((100% - (10% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1220px) {
  .side__nav .sidebar.fixed {
    width: calc((100% - (6% + 60px)) * 0.1933);
  }
}
@media screen and (max-width: 1020px) {
  .side__nav .sidebar.fixed {
    width: calc((100% - 60px) * 0.1933);
  }
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar.fixed {
    width: 100%;
    position: static;
  }
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar ul {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    width: 100%;
    /* border-top: 1px solid #ccc; */
    /* border-bottom: 1px solid #ccc; */
  }
}
.side__nav .sidebar ul li {
  margin-bottom: 5rem;
  position: relative;
  padding-left: 2.2rem;
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar ul li {
    margin-bottom: 0;
    /* flex: 1; */
    max-width: calc(100% / 3);
    width: 100%;
    padding-left: 0;
    border-right: 1px solid #ccc;
    height: 10rem;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
  }
}
.side__nav .sidebar ul li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-image: var(--var-linear-gradient);
  display: block;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  transition: all 0.2s;
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar ul li::before {
    display: none;
  }
}
.side__nav .sidebar ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar ul li:last-child {
    border-right: none;
  }
  .side__nav .sidebar ul li:nth-of-type(3n) {
    border-right: none;
  }
}
.side__nav .sidebar ul li.is-active::before {
  visibility: visible;
  opacity: 1;
}
.side__nav .sidebar ul li a {
  color: #000;
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    font-size: 2.4rem;
    text-align: center;
  }
}
.side__nav .sidebar ul li a br.sp-inline {
  display: none;
}
@media screen and (max-width: 1060px) {
  .side__nav .sidebar ul li a br.sp-inline {
    display: inline;
  }
}

.about__large__img {
  margin-bottom: 10.5rem;
}
@media screen and (max-width: 1060px) {
  .about__large__img {
    margin-bottom: 6rem;
  }
}

.about__title {
  margin-bottom: 6rem;
  position: relative;
  line-height: 1.5;
  font-weight: 700;
  padding-left: 3.5rem;
}
.about__title::before {
  content: "";
  display: block;
  width: 5px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
@media screen and (max-width: 1060px) {
  .about__title::before {
    height: 6rem;
    width: 0.7rem;
  }
}

.about__subtitle {
  border-bottom: 2px solid #000;
  margin-bottom: 7rem;
  padding-bottom: 4rem;
}
.about__subtitle .jp {
  display: block;
  margin-bottom: 1.8rem;
}
.about__subtitle .en {
  display: block;
  font-weight: 400;
}

.innovation__text {
  margin-bottom: 8rem;
  line-height: 2.2;
}

.area__list {
  display: flex;
}
@media screen and (max-width: 1060px) {
  .area__list {
    width: calc(100% - 11.8rem);
    margin-left: 5rem;
    flex-wrap: wrap;
  }
}
.area__list li {
  background-color: #fff;
  flex: 1;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 5.5rem 0 7.5rem;
  position: relative;
}
@media screen and (max-width: 1060px) {
  .area__list li {
    /* width: 50%; */
    width: 100%;
    flex: unset;
    padding-top: 0;
    border-left: 1px solid #ccc;
  }
}
@media screen and (max-width: 1060px) {
  .area__list li:nth-child(even) {
    border-top: none;
    border-bottom: none;
  }
}
.area__list li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 1060px) {
  .area__list li .img {
    margin-bottom: 0;
    display: block;
    text-align: center;
  }
}
.area__list li .img img.silicon {
  width: 10.8rem;
}
@media screen and (max-width: 1060px) {
  .area__list li .img img.silicon {
    width: 14.7rem;
  }
}
.area__list li .img img.oxidation {
  width: 8.6rem;
}
@media screen and (max-width: 1060px) {
  .area__list li .img img.oxidation {
    width: 11.7rem;
  }
}
.area__list li .img img.functional {
  width: 11.8rem;
}
@media screen and (max-width: 1060px) {
  .area__list li .img img.functional {
    width: 15.6rem;
  }
}
.area__list li .img img.chemical {
  width: 9.5rem;
}
@media screen and (max-width: 1060px) {
  .area__list li .img img.chemical {
    width: 14.4rem;
  }
}
.area__list li .img img.bio {
  width: 9.2rem;
}
@media screen and (max-width: 1060px) {
  .area__list li .img img.bio {
    width: 12.1rem;
  }
}
.area__list li .img img.process {
  width: 11.2rem;
}
@media screen and (max-width: 1060px) {
  .area__list li .img img.process {
    width: 14.7rem;
  }
}
@media screen and (max-width: 1060px) {
  .area__list li.item01 .img {
    height: 25rem;
    padding-top: 5.6rem;
  }
}
@media screen and (max-width: 1060px) {
  .area__list li.item02 .img {
    height: 25rem;
    padding-top: 6.5rem;
  }
}
.area__list li.item02.is-animated {
  animation-delay: 0.4s;
}
@media screen and (max-width: 1060px) {
  .area__list li.item02.is-animated {
    animation-delay: 0.3s;
  }
}
@media screen and (max-width: 1060px) {
  .area__list li.item03 .img {
    height: 23.5rem;
    padding-top: 9.5rem;
  }
}
.area__list li.item03.is-animated {
  animation-delay: 0.5s;
}
@media screen and (max-width: 1060px) {
  .area__list li.item03.is-animated {
    animation-delay: 0.3s;
  }
}
@media screen and (max-width: 1060px) {
  .area__list li.item04 .img {
    height: 23.5rem;
    padding-top: 6.4rem;
  }
}
.area__list li.item04.is-animated {
  animation-delay: 0.6s;
}
@media screen and (max-width: 1060px) {
  .area__list li.item04.is-animated {
    animation-delay: 0.3s;
  }
}
@media screen and (max-width: 1060px) {
  .area__list li.item05 .img {
    height: 24rem;
    padding-top: 3.8rem;
  }
}
.area__list li.item05.is-animated {
  animation-delay: 0.7s;
}
@media screen and (max-width: 1060px) {
  .area__list li.item05.is-animated {
    animation-delay: 0.3s;
  }
}
@media screen and (max-width: 1060px) {
  .area__list li.item06 .img {
    height: 22rem;
    padding-top: 3.8rem;
  }
}
.area__list li.item06.is-animated {
  animation-delay: 0.8s;
}
@media screen and (max-width: 1060px) {
  .area__list li.item06.is-animated {
    animation-delay: 0.3s;
  }
}
.area__list li h4 {
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.5;
  padding: 0 1rem 0;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .area__list li h4 {
    line-height: 1.3;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}
.area__list li::before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  background-image: var(--var-linear-gradient);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s;
}
.area__list li .icon {
  position: absolute;
  bottom: 3rem;
  left: 50%;
  transform: translateX(-50%);
}
.area__list li .icon .arrow-down {
  width: 17px;
  height: 9px;
  transition: transform 0.2s;
}
.area__list li .icon .arrow-down-1 {
  fill: none;
  stroke: #000;
  stroke-width: 1px;
  fill-rule: evenodd;
}
.area__list li[aria-selected^="true"]::before {
  opacity: 1;
}
.area__list li:hover {
  cursor: pointer;
}
.area__list li:hover::before {
  opacity: 1;
}
.area__list li:hover .icon .arrow-down {
  animation: move-arrow-down 0.4s forwards;
}

.area__content__wrapper {
  margin-top: 6.5rem;
  padding-bottom: 5rem;
  position: relative;
}

.area__content {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s;
}
.area__content.active {
  opacity: 1;
  position: static;
  visibility: visible;
}

.area__title {
  border-bottom: 2px solid #000;
  margin-bottom: 6.5rem;
  padding-bottom: 2rem;
  font-weight: 500;
}

.area__cols {
  display: flex;
}
@media screen and (max-width: 1060px) {
  .area__cols {
    display: block;
  }
}
.area__cols .area__text {
  width: 57rem;
  padding-right: 4rem;
  line-height: 2;
}
@media screen and (max-width: 1060px) {
  .area__cols .area__text {
    width: 100%;
    margin-bottom: 5rem;
  }
}
/* 2023.08.09 追加 ここから */
.area__cols .area__text a[target^="_blank"]::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 15px;
  margin-left: 8px;
  background-image: url("../img/common/icon_link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 1060px) {
  .area__cols .area__text a[target^="_blank"]::after {
    width: 2.3rem;
    height: 1.8rem;
  }
}
/* 2023.08.09 追加 ここまで */
.area__cols .area__img {
  width: calc(100% - 57rem);
}
@media screen and (max-width: 1060px) {
  .area__cols .area__img {
    width: 100%;
    text-align: center;
  }
}
.area__cols .area__img img {
  border: 1px solid #cccccc;
  border-radius: 6px;
}

.about__col01 {
  clear: both;
}
.about__col01 .col__img {
  float: right;
  width: 35rem;
  margin-left: 5.5rem;
  margin-bottom: 5.5rem;
}
@media screen and (max-width: 1060px) {
  .about__col01 .col__img {
    width: 40%;
    max-width: 35rem;
  }
}
.about__col01 .col__img figcaption {
  text-align: right;
  margin-top: 1.5rem;
}
.about__col01 .col__img figcaption .t2 {
  font-weight: 700;
}
.about__col01 p {
  margin-bottom: 4rem;
  line-height: 2.2;
}

.about__content__block .anchor__list {
  background-color: #fff;
  border-left: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 6rem;
  text-align: center;
}
@media screen and (max-width: 1060px) {
  .about__content__block .anchor__list li {
    flex: 1;
  }
}
@media screen and (max-width: 520px) {
  .about__content__block .anchor__list li {
    flex: initial;
    width: 100%;
  }
}
@media screen and (max-width: 1060px) {
  .about__content__block .anchor__list li:nth-child(1),
  .about__content__block .anchor__list li:nth-child(2) {
    border-right: 1px solid #ccc;
  }
}
@media screen and (max-width: 1060px) and (max-width: 520px) {
  .about__content__block .anchor__list li:nth-child(1),
  .about__content__block .anchor__list li:nth-child(2) {
    border-right: none;
  }
}
@media screen and (max-width: 520px) {
  .about__content__block .anchor__list li:nth-child(2) {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 1060px) {
  .about__content__block .anchor__list li:nth-child(3) {
    border-right: none;
    border-top: none;
  }
}
@media screen and (max-width: 520px) {
  .about__content__block .anchor__list li:nth-child(3) {
    border-top: 1px solid #ccc;
  }
}
.about__content__block .anchor__list li a {
  position: relative;
}
.about__content__block .anchor__list li a .text {
  display: block;
  width: 100%;
}
.about__content__block .anchor__list li a .icon {
  position: absolute;
  right: 3rem;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1060px) {
  .about__content__block .anchor__list li a .icon {
    right: 2rem;
  }
}
.about__content__block .box__title {
  border-bottom: 2px solid #000;
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  font-weight: 500;
}
.about__content__block .box__text {
  margin-bottom: 5rem;
  line-height: 2.2;
}
.about__content__block .box__img {
  padding: 3rem;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  text-align: center;
  width: 100%;
}

.about__text__box02 {
  margin-bottom: 8rem;
}

.about__text__box01 {
  margin-bottom: 5.5rem;
  line-height: 2.2;
}

/* ------------------------------------ */

.p-about-box-img-wrap {
  position: relative;
}

.p-about-box-img-modal {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}

.p-about-box-img-wrap.is-open .p-about-box-img-modal {
  opacity: 1;
  visibility: visible;
}
.p-about-box-img-wrap.is-open.is-pj .p-about-box-img-modal-content--pj,
.p-about-box-img-wrap.is-open.is-st .p-about-box-img-modal-content--st,
.p-about-box-img-wrap.is-open.is-ifactory .p-about-box-img-modal-content--ifactory,
.p-about-box-img-wrap.is-open.is-acl .p-about-box-img-modal-content--acl,
.p-about-box-img-wrap.is-open.is-digital .p-about-box-img-modal-content--digital,
.p-about-box-img-wrap.is-open.is-digitalBio .p-about-box-img-modal-content--digitalBio,
.p-about-box-img-wrap.is-open.is-gi .p-about-box-img-modal-content--gi,
.p-about-box-img-wrap.is-open.is-erato .p-about-box-img-modal-content--erato,
.p-about-box-img-wrap.is-open.is-dic .p-about-box-img-modal-content--dic,
.p-about-box-img-wrap.is-open.is-resources .p-about-box-img-modal-content--resources {
  opacity: 1;
  visibility: visible;
  display: flex;
}

.p-about-box-img-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff9f;
  z-index: 1;
}

.p-about-box-img-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 60%;
  background-color: #fff;
  border-radius: 15px;
  z-index: 2;
  box-shadow: 5px 5px 20px -5px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1060px) {
  .p-about-box-img-modal-content {
    width: 100%;
    height: 100%;
  }
}

.p-about-box-img-modal-content-cross {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
  cursor: pointer;
  z-index: 3;
}

@media screen and (max-width: 1060px) {
  .p-about-box-img-modal-content-cross {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-about-box-img-modal-content-cross-line01 {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media screen and (max-width: 1060px) {
  .p-about-box-img-modal-content-cross-line01 {
  }
}

.p-about-box-img-modal-content-cross-line02 {
  width: 100%;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

@media screen and (max-width: 1060px) {
  .p-about-box-img-modal-content-cross-line02 {
  }
}

.p-about-box-img-modal-content-inner {
  padding: 20px;
}

@media screen and (max-width: 1060px) {
  .p-about-box-img-modal-content-inner {
    padding: 2rem;
  }
}

.p-about-box-img-modal-content-area {
  opacity: 0;
  visibility: hidden;
  display: none;

  flex-direction: column;
  align-items: center;
  gap: 10px 0;
}

@media screen and (max-width: 1060px) {
  .p-about-box-img-modal-content-area {
    gap: 2rem 0;
  }
}

.p-about-box-img-modal-content-title {
  color: #0e94bc;
  font-size: 16px;
}

@media screen and (max-width: 1060px) {
  .p-about-box-img-modal-content-title {
    font-size: 2.6rem;
  }
}

.p-about-box-img-modal-content-item {
  color: #0e94bc;
  font-size: 16px;
  text-indent: -0.5em;
  padding-left: 0.5em;
}

@media screen and (max-width: 1060px) {
  .p-about-box-img-modal-content-item {
    font-size: 2.6rem;
  }
}
