@charset "UTF-8";


/* メインビジュアル
------------------------------------*/

.top__main {
  display: block;
  position: relative;
  background: url("../img/top/main__building.webp");
  background-size: cover;
  height: 100vh;
  min-height: 1000px;
  max-height: 1500px;
}
.top__main-bg {
  background: url("../img/top/main__bg.webp");
  background-size: cover;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  }
.top__main-contents {
  display: grid;
  place-items: center;
  height: 100vh;
}
.top__main-bg-top {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
}
.top__main-bg-btm {
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
}
.top__main-logo {
  width: 244px;
  margin-bottom: 4px;
}
.top__main-cc {
  font-size: 100px;
  font-weight: bold;
  color: var(--ft-blue);
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.top__main-cc-jp {
  font-size: 23px;
  color: var(--ft-blue);
  margin-bottom: 50px;
}
.top__main-txt {
  margin-bottom: 30px;
}
.top__main-txt-en {
  color: #9F9F9F;
}
.top__main-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 250px;
  z-index: 1;
}


@media (max-width: 767px) {


}
/* end @media */



/* ABOUT US
------------------------------------*/

.top__about {
  background: url("../img/top/about__bg.webp");
  background-size: cover;
  padding: 130px 0;
}
.top__about-fx {
  display: flex;
}
.top__about-fxL {
  width: 48%;
  margin-right: 4%;
}
.top__about-fxR {
  flex: 1;
}
.top__about-fxL h2 {
  font-size: 34px;
  font-weight: bold;
  color: var(--ft-blue);
  margin-bottom: 40px;
}

.top__about-fxL p {
  margin-bottom: 40px;
}



/* SERVICE
------------------------------------*/

.top__service {
  background: #FFF;
  border-radius: 40px;
}













