@charset "UTF-8";

.page__header .ttl {
  margin-top: 1em;
}

@media (min-width: 992px) {
  .page__header .huge2 {
    font-size: 8.5714rem;
  }
  .page__header .ttl {
    font-size: 1.286rem;
  }
}

@media (min-width: 992px) {
  #side-fixed {
    transform: none;
    transition: transform .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
}

/*----------------
#mv
----------------*/
#mv .mv-ttl {
  color: var(--color1);
}

/*----------------
#video
----------------*/
#video video {
  width: 100%;
  height: calc(100svh - 20px);
  object-fit: cover;
  vertical-align: bottom;
}
@media (min-width: 992px) {
  #video video {
    height: calc(100svh - 40px);
  }
}

/*----------------
intro
----------------*/
#intro p {
  font-size: 1.167rem;
  font-weight: 700;
}
@media (min-width: 992px) {
  #intro p {
    font-size: 1.143rem;
  }
}


/*----------------
jobs
----------------*/
#jobs .page__header .ttl {
  font-size: 1rem;
}
@media (max-width: 767px) {
  #jobs .page__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #jobs .page__header .ttl {
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  #jobs .more-link {
    position: absolute;
    top: 0;
    right: 0;
  }
}


/*----------------
instagram
----------------*/
#instagram {
  color: var(--color1);
  font-family: var(--font1);
  font-size: 7.5vw;
  font-weight: 600;
  line-height: .9;
  position: relative;
}
#instagram a {
  display: block;
}
#instagram a:hover {
  color: var(--color2);
}
#instagram a:hover .banner_link {
  color: var(--white);
}
#instagram picture {
  position: absolute;
  top: 30px;
  right: 10px;
  bottom: 10px;
  left: 10px;
}
#instagram picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#instagram .container {
  max-width: 90%!important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#instagram .en_ttl {
  display: inline-block;
  font-size: 320%;
  position: relative;
}
#instagram .en_ttl .svg-arrow._arrow7 {
  width: 1.25em;
  position: absolute;
  top: 75%;
  transform: scale(-1,1) rotate(60deg);
}
#instagram .banner_link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 72px auto;
  transition: color .2s;
}
#instagram .banner_link h3 {
  font-size: 1.667rem;
}
#instagram .account {
  font-size: 1.25rem;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#instagram .banner_label {
  text-transform: uppercase;
}
#instagram .banner_label span {
  display: inline-block;
}
@media (min-width: 576px) {
  #instagram {
    font-size: 4vw;
  }
}
@media (min-width: 992px) {
  #instagram picture {
    top: 4vw;
    right: 20px;
    bottom: 2vw;
    left: 20px;
  }
  #instagram .container {
    align-items: flex-start;
  }
  #instagram .en_ttl {
    font-size: 250%;
    margin-bottom: 80px;
  }
  #instagram .en_ttl .svg-arrow._arrow7 {
    width: 2.75em;
    top: 26%;
    left: 105%;
    transform: scale(1,1) rotate(0);
  }
  #instagram .banner_link {
    align-items: flex-end;
    gap: 1.75rem;
    position: absolute;
    right: 15px;
  }
  #instagram .banner_link h3 {
    font-size: 2.15rem;
  }
  #instagram .account {
    flex-direction: row;
    font-size: 1rem;
  }
  #instagram .banner_label {
    width: 100%;
    text-align: center;
  }
}







