@charset 'UTF-8';

.gaiyouWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gaiyouWrap a {
  position: absolute;
  top: 68%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 20px;
  border: solid white 1px;
  padding: 7px 7px 7px 10px;
  color: white;
  text-decoration: none;
  letter-spacing: 8px;
}

.gaiyouWrap a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.company-titleBox {
  position: absolute;
  text-align: center;
  color: white;
  font-weight: bold;
  font-family: "Georgia";
  font-size: 20px;
  width: 100%;
}

.line-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
}

.animated-line {
  height: 1px;
  background-color: white;
  width: 100vw;
  transform: scaleX(0);
  transition: transform 1s ease-in-out;
}

.company-title {
  font-size: 70px;
  text-transform: uppercase;
  margin: 0 20px;
  font-weight: lighter;
}

.company-titleBox p {
  font-family: "Libre Baskerville", serif;
  letter-spacing: 8px;
  font-weight: bold;
}


.line-left {
  transform-origin: left;
}

.line-right {
  transform-origin: right;
}

@media screen and (max-width: 960px) {
  .gaiyouWrap a {
    top: 75%;
  }
}


@media screen and (max-width: 795px) {
  .gaiyouWrap a {
    top: 80%;
    font-size: 14px;
  }

  .company-title {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 20px;
  }

  .company-titleBox p {
    font-size: 20px;
    letter-spacing: 8px;
  }

}

@media screen and (max-width: 480px) {
  .gaiyouWrap a {
    top: 72%;
    font-size: 8px;
    letter-spacing: 4px;
    padding: 6px 1px 6px 5px;
  }

  .company-title {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 20px;
  }

  .company-titleBox p {
    font-size: 12px;
    letter-spacing: 4px;
  }

}

@media screen and (max-width: 400px) {
  .gaiyouWrap a {
    font-size: 9px;
    top: 75%;
    padding: 5px 1px 5px 5px;
    letter-spacing: 2px;
  }
}