@charset "UTF-8";

/* top共通 */
.ttl1-en {
  font-size: 7rem;
  font-weight: 100;
  color: #0d2270;
line-height: 1.1;

}
.ttl1-en + p {
  font-size: 2.5rem;
  position: relative;
}
@media screen and (max-width: 820px) {
  .ttl1-en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .ttl1-en {
    font-size: 3rem;
  }
  .ttl1-en + p {
    font-size: 2rem;
  }
}

/* firstview */
.firstview {
  position: relative;
}
.firstview-bg {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.firstview .txt-wrap1 {
  position: absolute;
  bottom: 10%;
  left: 5%;
}

.firstview .js-scroll-item:nth-of-type(1) {
  margin-bottom: 0rem;
  display: block;
}
.firstview .txt-wrap1 .txt1 {
  font-size: 8rem;
  line-height: 1;
  margin-bottom: .5rem;
  background: #fff;
  padding: 1rem;
}
.firstview .txt-wrap1 .txt1 span {
  font-size: 12rem;
  line-height: 1;
  margin-bottom: .5rem;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .firstview-bg {
    height: 50vh;
  }
}
@media screen and (max-width: 820px) {
  .firstview .txt-wrap1 .txt1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 767px) {
  .firstview-bg {
    height: 400px;
  }
  .firstview .js-scroll-item:nth-of-type(1) {
    margin-bottom: 0;
  }
  .firstview .txt-wrap1 {
    bottom: 8%;
  }
  .firstview .txt-wrap1 .txt1 {
    font-size: 3rem;
  }
}

/* top-philosophy-sec */
.sec.top-philosophy-sec {
  padding: 10rem 0;
}
#particles {
  opacity: .2;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec.top-philosophy-sec {
    padding: 10rem 0 5rem;
  }
}

/* top-action-sec */
.ul-top-action {
  counter-reset: num 0;
}
.ul-top-action li {
  position: relative;
}
.ul-top-action li::before {
  position: absolute;
  display: inline-block;
  counter-increment: num 1;
  content: '0' counter(num);
  font-size: 12rem;
  line-height: 1;
  top: -90px;
  color: #181818;
  mix-blend-mode: color-burn;
}
.ul-top-action li:nth-child(odd)::before {
  right: 20px;
}
.ul-top-action li:nth-child(even)::before {
  left: 20px;
}
.ul-top-action li:not(:last-child) {
  margin-bottom: 5rem;
}
.ul-top-action li .media {
  align-items: center;
}
.ul-top-action li:nth-child(even) .media {
  flex-direction: row-reverse;
}
.ul-top-action li .media h3 {
  font-size: 2rem;
  margin-bottom: 2rem;
  border-left: 5px solid #0d2270;
  padding: 1rem;
}
@media screen and (max-width: 820px) {
  .ul-top-action li {
    padding-top: 6rem;
  }
  .ul-top-action li::before {
    font-size: 5rem;
    top: 0;
  }
  .ul-top-action li:nth-child(odd)::before {
    right: unset;
    left: 0;
  }
  .ul-top-action li:nth-child(even)::before {
    left: 0;
  }
  .ul-top-action .media-img-wrap {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .ul-top-action li {
    padding-top: 4rem;
  }
  .ul-top-action li::before {
    font-size: 3rem;
  }
  .ul-top-action li .media h3 {
    font-size: 1.8rem;
  }
}

/* top-initiative-sec */
.sec.top-initiative-sec {
  padding: 10rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec.top-initiative-sec {
    padding: 5rem 0 0;
  }
}

/* top-news-sec */
.sec.top-news-sec {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .sec.top-news-sec {
    padding: 5rem 0;
  }
}

/* top-page-link-sec */
.sec.top-page-link-sec {
  padding: 5rem 0;
  background: #f1f4ff;
}
.ul-page-link-bnr {
    display: flex;
    gap: 2rem;
    flex-direction: row;
    flex-wrap: wrap;
}
.ul-page-link-bnr li {
  border: 2px solid #181818;
  position: relative;
  background: #fff;
    max-width: 100%;
}
.ul-page-link-bnr li a{
  display: block;
  width: 250px;
  height: 200px;
  padding: 2rem;
}

.ul-page-link-bnr li .txt1 {
  font-size: 2rem;
  font-weight: 600;
  color: #0d2270;
}
.ul-page-link-bnr li:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px;
}
.ul-page-link-bnr li:nth-child(1):before {
  background: url(../images/top/illust-heart.svg) no-repeat center / contain;
}
.ul-page-link-bnr li:nth-child(2):before {
  background: url(../images/top/illust-memo.svg) no-repeat center / contain;
}
.ul-page-link-bnr li:nth-child(3):before {
  background: url(../images/top/illust-bill.svg) no-repeat center / contain;
}




@media screen and (max-width: 767px) {
  .ul-page-link-bnr {
    flex-wrap: wrap;
    width: 350px;
    max-width: 100%;
  }
  .ul-page-link-bnr li:nth-child(1) {
    height: 180px;
    margin-right: auto;
  }
  .ul-page-link-bnr li:nth-child(2) {
  height: 180px;
  margin-left: 80px;
  }
  .ul-page-link-bnr li:nth-child(3) {
  height: 180px;
  margin-right: auto;
}
}