/*********************************/
/*           FirstView           */
/*********************************/
.firstview {
  background-image: url(../img/top/firstview_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 7.2% 0 0;
  position: relative;
  min-height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
}

.firstview-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.firstview-mainVisual {
  margin: 0 auto 4.4%;
  width: 76%;
}

.firstview-mainTitle {
  margin: 0 auto 7%;
  width: 85%;
}

.firstview-language-list {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  width: 76%;
}

.firstview-language-item {
  width: 46%;
}

