@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
.fixed-video {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}

.fixed-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  max-width: 177%;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {
  .fixed-video {
    margin-top: -1vh;
    height: 101vh;
  }
  .fixed-video video {
    max-width: 100%;
  }
}

#top {
  position: relative;
  z-index: 2;
}

#top .main-visual {
  height: 100vh;
  position: relative;
}

#top .main-visual .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 682rem;
}

#top .main-visual .base {
  opacity: 0;
}

#top .main-visual .texts {
  position: absolute;
  left: 0;
  overflow: hidden;
}

#top .main-visual .texts img {
  max-width: inherit;
}

#top .main-visual .texts .in {
  display: block;
  position: absolute;
  width: 0%;
  overflow: hidden;
  transition: width .25s .275s linear;
}

#top .main-visual .texts:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 0%;
  height: 100%;
  background-color: #000;
}

#top .main-visual .texts.on .in {
  width: 100%;
}

#top .main-visual .texts.on:after {
  animation: blk-obi .33s linear;
}

#top .main-visual .texts .txt02 {
  opacity: 0;
}

#top .main-visual .text01 {
  top: 0;
  width: 480rem;
}

#top .main-visual .text01 img {
  width: 480rem;
}

#top .main-visual .text02 {
  bottom: 0;
  left: 12rem;
  width: 671rem;
}

#top .main-visual .text02 img {
  width: 671rem;
}

#top .main-visual .scroll-mark {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#top .main-visual .scroll-mark .txt {
  color: #fff;
  font-size: 20px;
  padding-bottom: 10rem;
}

#top .main-visual .scroll-mark .bar {
  position: relative;
  margin: 0 auto;
  width: 1px;
  height: 70rem;
  overflow: hidden;
}

#top .main-visual .scroll-mark .bar::before, #top .main-visual .scroll-mark .bar::after {
  content: "";
  display: block;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#top .main-visual .scroll-mark .bar::before {
  opacity: .3;
}

#top .main-visual .scroll-mark .bar::after {
  animation: sc_mark 2s infinite;
}

@keyframes sc_mark {
  0% {
    top: 0%;
    height: 0%;
  }
  50% {
    top: 0%;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}

#top .concept {
  padding: 292rem 0 273rem;
  background: url(../images/top/concept-bg.png) repeat-x top center;
  background-size: 100% 100%;
}

#top .concept .inner {
  position: relative;
  max-width: 430rem;
}

#top .concept .inner .header {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#top .concept .inner .link {
  font-size: 22rem;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 50px;
  max-width: 352rem;
  margin: 70rem auto 0;
}

#top .concept .inner .link a {
  display: block;
  position: relative;
  color: #fff;
  transition: opacity .6s;
  letter-spacing: .12em;
  padding: 20rem 0;
  transition: .3s;
}

#top .concept .inner .link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.25);
  z-index: -1;
  transition: .3s;
}

#top .concept .inner .link a:hover {
  opacity: 1;
}

#top .concept .inner .link a:hover::after {
  background: rgba(255, 255, 255, 0.5);
}

#top .sections {
  position: relative;
  z-index: 2;
  background-color: #fff;
}

#top .section-pick-up {
  padding: 200rem 0;
}

#top .section-pick-up .inner {
  display: flex;
  justify-content: space-between;
}

#top .section-pick-up .header {
  width: 26%;
}

#top .section-pick-up .articles {
  width: 71%;
  border-top: 1px solid #CECECE;
}

#top .section-pick-up .articles li {
  border-bottom: 1px solid #CECECE;
}

#top .section-pick-up .articles .date {
  font-size: 15rem;
  line-height: 1.9;
  padding-right: 16rem;
}

#top .section-pick-up .articles .text {
  font-size: 14rem;
  line-height: 1.9;
}

#top .section-pick-up .articles a {
  display: flex;
  justify-content: left;
  padding: 40rem 30rem;
  color: #000000;
  transition: opacity .6s;
}

#top .section-pick-up .articles a:hover {
  opacity: .5;
}

#top .section-pick-up .title {
  font-size: 50rem;
  line-height: 1.5;
  font-weight: 100;
  padding-bottom: 10rem;
}

#top .section-pick-up .lead {
  font-size: 14rem;
  line-height: 1.5;
}

#top .section-people {
  padding: 130rem 0 110rem;
  background-color: #F5F4EF;
  text-align: center;
}

#top .section-people .header {
  padding-bottom: 89rem;
}

#top .section-people .title {
  margin: 0 auto;
  max-width: 815rem;
  padding-bottom: 20rem;
}

#top .section-people .lead {
  font-size: 23rem;
  font-weight: bold;
  letter-spacing: .15em;
}

#top .section-people .links {
  display: flex;
  justify-content: space-between;
  padding-bottom: 60rem;
}

#top .section-people .links li {
  width: 33.333%;
}

#top .section-people .links a {
  pointer-events: none;
  display: block;
  background-color: #000;
  color: #fff;
  position: relative;
  overflow: hidden;
}

#top .section-people .links a .image {
  background-color: #000;
  opacity: 1;
  transform: scale(1);
  transition: opacity .7s,transform .7s;
}

#top .section-people .links a .hover {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity .8s;
}

#top .section-people .links a .hover .txt01 {
  font-size: 20rem;
  font-weight: 600;
  padding-bottom: 14rem;
  letter-spacing: .2em;
}

#top .section-people .links a .hover .txt02 {
  font-size: 14rem;
  font-weight: 100;
  letter-spacing: .1em;
}

@media (min-width: 1025px) {
  #top .section-people .links a:hover {
    opacity: 1 !important;
  }
  #top .section-people .links a:hover .hover {
    opacity: 1;
  }
  #top .section-people .links a:hover .image {
    opacity: .5;
    transform: scale(1.1);
  }
  #top .section-people .links a:hover .txt02 {
    opacity: 1;
    transform: translateY(0rem);
  }
}

#top .section-people .text01 {
  font-size: 20rem;
  line-height: 1.5;
  padding-bottom: 30rem;
  letter-spacing: .2em;
}

#top .section-people .link-button a {
  display: block;
  margin: 0 auto;
  max-width: 190rem;
  padding: 20rem;
  border: 1px solid #B4B4B4;
  color: #000000;
  background-color: #F5F4EF;
  font-size: 14rem;
  letter-spacing: .2em;
  transition: border-color .5s,background-color .5s,color .5s;
}

@media (min-width: 1025px) {
  #top .section-people .link-button a:hover {
    opacity: 1 !important;
    color: #fff;
    background-color: #000;
    border-color: #000;
  }
}

#top .section-project {
  padding: 150rem 0 200rem;
}

#top .section-project .header {
  padding-bottom: 40rem;
}

#top .section-project .title {
  font-size: 50rem;
  line-height: 1.5;
  padding-bottom: 5rem;
  font-weight: 100;
}

#top .section-project .lead {
  font-size: 15rem;
}

#top .section-project .links-list {
  display: flex;
  justify-content: space-between;
}

#top .section-project .links-list li {
  width: 32%;
}

#top .section-project .links-list a {
  display: block;
  position: relative;
  background-color: #000;
  color: #fff;
  overflow: hidden;
}

@media (min-width: 1025px) {
  #top .section-project .links-list a:hover {
    opacity: 1 !important;
  }
  #top .section-project .links-list a:hover .image {
    opacity: .5;
    transform: scale(1.1);
  }
  #top .section-project .links-list a:hover .txt02 {
    opacity: 1;
    transform: translateY(0rem);
  }
}

#top .section-project .links-list .image {
  background-color: #000;
  opacity: 1;
  transform: scale(1);
  transition: opacity .7s,transform .7s;
}

#top .section-project .links-list .txt01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 35rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: bold;
  letter-spacing: .3em;
}

#top .section-project .links-list .txt02 {
  position: absolute;
  bottom: 30rem;
  left: 5%;
  width: 90%;
  font-size: 15rem;
  line-height: 1.8;
  font-weight: 500;
  opacity: 0;
  transform: translateY(20rem);
  transition: transform 1s,opacity 1s;
}

#top .site-footer {
  position: relative;
}

#top .site-footer .wrap {
  position: relative;
  z-index: 2;
}

@media (max-width: 768px) {
  #top .main-visual .text {
    width: 640rem;
  }
  #top .main-visual .text01 {
    width: 457rem;
  }
  #top .main-visual .text01 img {
    width: 457rem;
  }
  #top .main-visual .text02 {
    width: 631rem;
  }
  #top .main-visual .text02 img {
    width: 631rem;
  }
  #top .main-visual .scroll-mark .txt {
    font-size: 29rem;
  }
  #top .concept {
    padding: 235rem 0 230rem;
    background-image: url(../images/top/concept-bg-sp.png);
    background-size: 100% 100%;
  }
  #top .concept .inner {
    padding-left: 0rem;
    width: 80%;
  }
  #top .concept .inner .header {
    display: block;
  }
  #top .concept .inner .title {
    padding-bottom: 140rem;
  }
  #top .concept .inner .lead {
    padding-bottom: 110rem;
  }
  #top .concept .inner .link {
    font-size: 30rem;
    margin: auto;
    max-width: inherit;
  }
  #top .concept .inner .link a {
    padding: 30rem 0;
  }
  #top .section-pick-up {
    padding: 195rem 0 170rem;
  }
  #top .section-pick-up .inner {
    display: block;
    justify-content: space-between;
  }
  #top .section-pick-up .header {
    width: auto;
    padding-bottom: 65rem;
  }
  #top .section-pick-up .articles {
    width: auto;
  }
  #top .section-pick-up .articles .date {
    font-size: 27rem;
    padding: 0 0 26rem;
  }
  #top .section-pick-up .articles .text {
    font-size: 27rem;
    line-height: 1.9;
  }
  #top .section-pick-up .articles a {
    display: block;
    padding: 40rem 30rem;
  }
  #top .section-pick-up .title {
    font-size: 75rem;
    padding-bottom: 20rem;
  }
  #top .section-pick-up .lead {
    font-size: 27rem;
  }
  #top .section-people {
    padding: 135rem 0 90rem;
  }
  #top .section-people .header {
    padding-bottom: 45rem;
  }
  #top .section-people .title {
    width: 100%;
    padding-bottom: 10rem;
  }
  #top .section-people .lead {
    font-size: 23rem;
  }
  #top .section-people .links {
    padding-bottom: 50rem;
  }
  #top .section-people .text01 {
    font-size: 27rem;
    line-height: 1.9;
    padding-bottom: 50rem;
  }
  #top .section-people .link-button a {
    max-width: inherit;
    width: 75%;
    padding: 25rem;
    font-size: 22rem;
  }
  #top .section-project {
    padding: 185rem 0 75rem;
  }
  #top .section-project .header {
    padding-bottom: 75rem;
  }
  #top .section-project .title {
    font-size: 73rem;
    padding-bottom: 20rem;
  }
  #top .section-project .lead {
    font-size: 27rem;
  }
  #top .section-project .links-list {
    display: block;
  }
  #top .section-project .links-list li {
    width: auto;
    padding-bottom: 95rem;
  }
  #top .section-project .links-list a {
    background-color: transparent;
    display: block;
    overflow: auto;
    color: #000;
  }
  #top .section-project .links-list .image {
    background-color: transparent;
  }
  #top .section-project .links-list .txt01 {
    font-size: 75rem;
    -ms-writing-mode: inherit;
    writing-mode: inherit;
    color: #fff;
    width: 250rem;
    top: 40%;
  }
  #top .section-project .links-list .txt02 {
    position: static;
    width: auto;
    padding-top: 22rem;
    font-size: 30rem;
    line-height: 1.5;
    opacity: 1;
    transform: translateY(0rem);
  }
  #top .site-footer::before {
    width: 190vw;
    height: 50%;
    transform: rotate(-6.5deg) translateY(-28%);
  }
}

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