/*========================================
コンテナ
========================================*/

@media (min-width: 1280px) {
  .c-container {
    margin: 0 auto;
    max-width: 1280px;
  }
}



/*========================================
コンテンツ
========================================*/

.l-contents {
  height: 100vh;
  color: var(--text-color2);
  background-image: url(../img/language-selection_background-01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right -100px top;
}

.l-contents__main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -76%);
  width: 80%;
}

@media (min-width: 640px) {
  .l-contents {
    background-position: center top;
  }
  .l-contents__main {
    transform: translate(-50%, -80%);
    width: 100%;
  }
}



/*========================================
フッター
========================================*/

.l-footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 12px 24px;
  color: var(--text-color2);
  font-size: 1.2rem;
  font-family: var(--font-family-sansserif);
  font-weight: bold;
  background-color: var(--theme-color);
}

.l-footer__contents > .c-container {
  position: relative;
  padding-top: 36px;
}

.l-footer__company-information {
  margin-top: 6px;
}

.l-footer__company-address {
  font-size: 1.2rem;
  text-align: center;
}

.c-copyright {
  margin-top: 18px;
  text-align: center;
}

@media (min-width: 640px) {
  .l-footer {
    padding: 0 24px 24px;
  }
  .l-footer__company-information {
    margin-top: 12px;
  }
  .l-footer__company-address {
    font-size: 1.6rem;
  }
  .c-copyright {
    margin-top: 24px;
    font-size: 1.6rem;
  }
}

@media (min-width: 1024px) {
  .l-footer__contents > .c-container {
    padding-top: 36px;
  }
}
