/* Scss Document */
/* Scss Document */
#head {
  background: none; }

section .cont_wrap {
  width: fit-content;
  margin: 0 auto; }
section[key=msg].section_cont {
  padding: 100px 0 100px; }
section[key=msg] .text {
  letter-spacing: .7rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 1.6rem;
  line-height: 2.5;
  width: 27vw;
  max-width: 90px; }
  section[key=msg] .text span {
    display: block; }
@media (min-width: 768px) {
  section[key=msg] .text {
    width: 90px; } }
@media (min-width: 960px) {
  section[key=msg].section_cont {
    padding: 70px 0 170px; } }
section[key=lead].section_cont {
  padding: 100px 0 100px; }
section[key=lead] .cont_wrap {
  justify-content: flex-start; }
section[key=lead] .text {
  font-size: var(--fontsize_l);
  line-height: 2.75; }
  section[key=lead] .text > span {
    display: block;
    line-height: 2; }
    section[key=lead] .text > span:not(:last-child) {
      margin-bottom: 15px; }
@media (min-width: 960px) {
  section[key=lead].section_cont {
    padding: 170px 0 200px; }
  section[key=lead] .cont_wrap {
    justify-content: center; } }
section[key=concept] {
  background: #F7F4ED; }
  section[key=concept].section_cont {
    padding: 100px 0 100px; }
  section[key=concept] .cont {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    --gap: 80px; }
    @media (max-width: 959px) {
      section[key=concept] .cont {
        width: 274px; } }
    section[key=concept] .cont .logo_box {
      position: relative;
      width: 100%; }
      section[key=concept] .cont .logo_box:after {
        content: '';
        background: #333333;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: calc( -1 * var(--gap) / 2 );
        opacity: .2; }
    section[key=concept] .cont .text_box {
      width: 100%; }
  section[key=concept] .logo {
    text-align: center; }
    section[key=concept] .logo .mark {
      width: 274px;
      height: 75px;
      margin: 0 auto; }
      section[key=concept] .logo .mark .icon {
        background-image: url("../images/common/logo_head.svg"); }
    section[key=concept] .logo .text {
      font-size: var(--fontsize_s);
      margin-bottom: 30px; }
  section[key=concept] .text {
    line-height: 2.7; }
  @media (min-width: 960px) {
    section[key=concept].section_cont {
      padding: 330px 0 360px; }
    section[key=concept] .cont {
      --gap: 110px; }
      section[key=concept] .cont .logo_box {
        width: auto; }
        section[key=concept] .cont .logo_box:after {
          width: 1px;
          height: 100%;
          bottom: auto;
          top: 0;
          right: calc( -1 * var(--gap) / 2 ); }
      section[key=concept] .cont .text_box {
        width: auto;
        text-align: left;
        width: 274px; } }
section[key=overview] {
  background-color: #FCFBF8;
  overflow: hidden; }
  section[key=overview].section_cont {
    padding: 100px 0 100px; }
  section[key=overview] .bg_img {
    width: 300px;
    height: 480px;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
    section[key=overview] .bg_img .bg {
      background-size: 100% auto;
      background-image: url("../images/about/map.png"); }
  section[key=overview] .cont {
    max-width: 736px; }
  section[key=overview] .head {
    font-size: 2rem;
    margin-bottom: 30px; }
  section[key=overview] .text {
    font-size: var(--fontsize_l);
    line-height: 2.75; }
  @media (min-width: 960px) {
    section[key=overview].section_cont {
      padding: 284px 0 266px; }
    section[key=overview] .bg_img {
      width: 41.18vw;
      height: 64.51vw;
      top: 0;
      left: calc(50% - -40px);
      max-width: 593px;
      max-height: 929px;
      right: 0;
      bottom: 0;
      margin: auto; } }

#bg_movie {
  position: fixed !important;
  bottom: auto;
  right: auto;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  overflow: hidden; }
  #bg_movie > .movie_wrap {
    height: 100%;
    width: 100vw;
    position: absolute;
    bottom: auto;
    right: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFF;
    z-index: -1; }
    #bg_movie > .movie_wrap .inner_wrap {
      position: sticky;
      top: 0;
      left: 0;
      width: 100vw;
      height: 100vh;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: 0.33s opacity; }
    #bg_movie > .movie_wrap .inner {
      width: calc( ( 16 / 9 ) * 100vh );
      min-width: calc( ( 16 / 9 ) * 100vh );
      height: 100vh;
      /*&::before,
      &::after{
          width:100vw;
          height:100vh;
          position:absolute;
          top:0;
          left:0;
          content:"";
          z-index:1;
      }
      &::after{
          background:url("../images/common/img_dotted.png") repeat center center;
          background-size:8px;
          mix-blend-mode: overlay;
          @include alpha(25);
      }*/ }
      @media (min-aspect-ratio: 16 / 9) {
        #bg_movie > .movie_wrap .inner {
          width: 100%;
          min-width: 100%;
          height: calc( ( 9 / 16 ) * 100vw ); } }
      #bg_movie > .movie_wrap .inner .movie {
        opacity: 0;
        filter: Alpha(opacity=0); }
        #bg_movie > .movie_wrap .inner .movie.active {
          transition: 0.66s opacity;
          opacity: 0.25;
          filter: Alpha(opacity=25); }
        #bg_movie > .movie_wrap .inner .movie > video {
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto; }
