@charset "UTF-8";
/*----------------------------------------------------
基本設定
----------------------------------------------------*/
/*----------------------------------------------------
フォント
----------------------------------------------------*/
/* Light/Medium */
/* Regular/Medium */
/* 游明朝体 Regular/Medium */
/* 游明朝体 Demibold */
/* 游明朝体 extrabold */
/*----------------------------------------------------
 中央寄せ
----------------------------------------------------*/
/* 上下左右中央寄せ */
/* 上下中央寄せ */
/* 左右中央寄せ */
/*----------------------------------------------------
背景
----------------------------------------------------*/
/*----------------------------------------------------
親要素よりも幅を超えて表示
----------------------------------------------------*/
/*----------------------------------------------------
リストマーカー
----------------------------------------------------*/
/*----------------------------------------------------
擬似要素
----------------------------------------------------*/
/*----------------------------------------------------
テキスト内リンク
//html例：
<p>テキスト<a href="" class="link_text">こちら</a>テキス</p>
----------------------------------------------------*/
/* ホバーで下線が左に消える */
/* ホバーで左から右に線が出る */
/*----------------------------------------------------
ボタン

基本のhtml
<a href="" class="btn">
  <span>私たちについて</span>
</a>
----------------------------------------------------*/
/* 丸角 ⇨ hoverで反転 */
/* 四角 矢印あり 左右寄せ*/
/*----------------------------------------------------
 main visual
----------------------------------------------------*/
#mainVisual {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#mainVisual picture {
  display: block;
  width: 100%;
}
#mainVisual picture img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  #mainVisual picture img {
    max-height: 80rem;
  }
}

/*----------------------------------------------------
 main
----------------------------------------------------*/
main {
  overflow-y: hidden;
  color: white;
}
main h2.title.project {
  background: url("../images/common/PROJECT.svg") no-repeat center center;
}
@media screen and (max-width: 750px) {
  main h2.title.project {
    background-size: contain;
  }
}
main h2.title.news {
  background: url("../images/common/NEWS.svg") no-repeat center center;
}
main h2.title.SNS {
  background: url("../images/common/SNS.svg") no-repeat center center;
}
main h2.title.research {
  background: url("../images/common/RESEARCH.svg") no-repeat center center;
}
@media screen and (max-width: 750px) {
  main h2.title.research {
    background-size: contain;
  }
}
main h2.title.highlights {
  background: url("../images/common/HIGHLIGHTS.svg") no-repeat center center;
}
@media screen and (max-width: 750px) {
  main h2.title.highlights {
    background-size: contain;
  }
}
main h2.title.movie {
  background: url("../images/common/MOVIE.svg") no-repeat center center;
}
@media screen and (max-width: 750px) {
  main h2.title.movie {
    background-size: contain;
  }
}
main #news .scrollWrap {
  background-color: #00A5E3;
  overflow-y: auto;
}
@media screen and (max-width: 750px) {
  main #news .scrollWrap {
    padding: 0 2rem 2rem;
    height: 440px;
  }
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #news .scrollWrap {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #news .scrollWrap {
    height: 440px;
  }
}
main #news .scrollWrap ul {
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #news .scrollWrap ul {
    margin: 2rem 4rem;
  }
}
main #news .scrollWrap ul li {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 2rem 0;
  border-bottom: solid 0.1rem #fff;
}
main #news .scrollWrap ul li p.date {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1rem;
  margin: 0 0 1.3rem;
}
main #news .scrollWrap ul li h3.text {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin: 0;
  padding-right: 4px;
}
@media screen and (min-width: 1025px) {
  main #news .scrollWrap ul li h3.text {
    font-size: 1.6rem;
  }
}
main #news .scrollWrap ul li h3.text a {
  transition: all 0.3s;
  position: relative;
  display: inline;
  color: #E60012;
  text-decoration: none;
}
main #twitter .tlWrap {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  main #twitter .tlWrap {
    height: 55rem;
  }
}
main #insta .tlWrap {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  main #insta .tlWrap {
    height: 55rem;
  }
}
main #message .messageWrap {
  border: 0.2rem solid red;
  border-radius: 2rem;
}
main #message .messageWrap .lead {
  text-align: left;
  line-height: 2;
}
main #message .messageWrap.beta {
  background-color: #fff;
  color: #000;
  padding: 1rem 4rem 3rem;
}
@media screen and (max-width: 750px) {
  main #message .messageWrap.beta {
    padding: 1rem 2rem 3rem;
  }
}
main #message .messageWrap.beta h2.title {
  color: #E60012;
  text-align: left;
  border-bottom: 0.2rem solid #E60012;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  main #message .messageWrap.beta h2.title {
    line-height: 1.8;
  }
}
main #message .messageWrap.red {
  position: relative;
  padding: 0rem 4rem 3rem;
}
@media screen and (max-width: 750px) {
  main #message .messageWrap.red {
    padding: 0rem 2rem 3rem;
  }
}
main #message .messageWrap.red h2.title {
  margin: 0 auto;
  position: absolute;
  display: inline-block;
  background-color: #000;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 0;
}
main #message .messageWrap.red .lead {
  padding-top: 5rem;
}
main #highlights .points {
  width: 100%;
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  position: relative;
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #highlights .points {
    margin-bottom: 10rem;
    display: grid;
    grid-template-columns: 0.4fr 2fr 1fr;
    grid-template-rows: 0.4fr 1fr;
  }
}
main #highlights .points-title {
  display: flex;
  align-items: center;
  width: 80%;
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #highlights .points-title {
    width: 100%;
    display: contents;
  }
}
@media screen and (max-width: 750px) {
  main #highlights .points-title:nth-child(odd) {
    width: 75%;
  }
}
main #highlights .points-title .number {
  font-size: 3rem;
  font-weight: 600;
  margin-right: 1rem;
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #highlights .points-title .number {
    font-size: 5rem;
    margin-right: 1rem;
    display: flex;
    grid-row: 1/2;
    grid-column: 1/2;
    justify-content: center;
    align-items: flex-start;
  }
}
main #highlights .points-title h3.title {
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 0;
}
@media screen and (max-width: 750px) {
  main #highlights .points-title h3.title {
    padding: 2rem 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #highlights .points-title h3.title {
    font-size: 2.4rem;
    grid-row: 1/2;
    grid-column: 2/3;
    display: flex;
    align-items: center;
  }
}
main #highlights .points-title h3.title span.blue {
  color: #00A5E3;
}
main #highlights .points-title h3.title span.red {
  color: #E60012;
}
main #highlights .points-title .points-img {
  width: 20%;
  height: auto;
}
@media screen and (max-width: 750px) {
  main #highlights .points-title .points-img {
    position: absolute;
    top: 10%;
    right: 0;
  }
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #highlights .points-title .points-img {
    width: 70%;
    grid-row: 1/3;
    grid-column: 3/4;
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (max-width: 750px) {
  main #highlights .points-title .points-img:nth-child(odd) {
    width: 25%;
  }
}
main #highlights .points-title .points-img video {
  width: 100%;
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #highlights .points-text {
    grid-row: 2/3;
    grid-column: 2/3;
  }
}
main #highlights .points-text p.description {
  width: 80%;
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #highlights .points-text p.description {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  main #highlights .points-text p.description:nth-child(odd) {
    width: 75%;
  }
}
main #highlights .points-text p.caption {
  font-size: 1rem;
  margin-top: 1rem;
  width: 80%;
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #highlights .points-text p.caption {
    width: 90%;
  }
}
@media screen and (max-width: 750px) {
  main #highlights .points:nth-child(odd) .points-img {
    left: 0;
  }
  main #highlights .points:nth-child(odd) .number, main #highlights .points:nth-child(odd) .points-text {
    margin-left: 10rem;
  }
  main #highlights .points:nth-child(odd) p.description, main #highlights .points:nth-child(odd) p.caption {
    width: 100%;
  }
}
@media screen and (min-width: 751px) and (max-width: 2560px) {
  main #highlights .points:nth-child(odd) {
    grid-template-columns: 0.4fr 1fr 2fr;
  }
  main #highlights .points:nth-child(odd) .points-img {
    grid-column: 2/3;
  }
  main #highlights .points:nth-child(odd) h3.title {
    grid-column: 3/4;
  }
  main #highlights .points:nth-child(odd) .points-text {
    grid-column: 3/4;
  }
}

#movie .video-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
#movie .video-container iframe {
  width: 100%;
  height: 290px;
}
#movie .video-wrapper {
  flex: 1 1 48%;
}
@media (max-width: 768px) {
  #movie .video-wrapper {
    flex: 1 1 100%;
  }
}/*# sourceMappingURL=home.css.map */