.about_gku__concept_title {
  margin: 40px 0 0 0;
  text-align: center;
  font-family: "FOT-TsukuBRdGothic Std", fot-tsukuardgothic-std, sans-serif;
  font-size: 40px;
  font-weight: bold;
  color: #2f8016;
}
@media (max-width: 1023px) {
  .about_gku__concept_title {
    font-size: 28px;
  }
}
.about_gku__concept_body {
  margin: 24px 0 0 0;
  text-align: center;
  font-family: "FOT-TsukuBRdGothic Std", fot-tsukuardgothic-std, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
}
.about_gku__concept_body_br {
  display: none;
}
@media (max-width: 1023px) {
  .about_gku__concept_body_br {
    display: inline;
  }
}
.about_gku__login_btn_container {
  margin: 20px 0 0 0;
}
.about_gku__login_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  width: 360px;
  margin: 0 auto;
  background-color: #80b627;
  color: #fff;
  font-family: "Toppan BunkyuMidashiGoStd", toppan-bunkyu-midashi-go-std, sans-serif;
  font-size: 20px;
  border-radius: 44px;
}
@media (max-width: 1023px) {
  .about_gku__login_btn {
    width: 260px;
  }
}
.about_gku__login_btn:link, .about_gku__login_btn:visited {
  color: #fff;
}
.about_gku__gallery_container {
  margin: 40px -28px 0;
  overflow: hidden;
}
@media (max-width: 768px) {
  .about_gku__gallery_container {
    margin: 40px -16px;
  }
}
.about_gku__gallery {
  display: flex;
  animation: slide 10s 0s linear infinite both;
  animation-fill-mode: both;
}
@keyframes slide {
  from {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
  }
  to {
    transform: translate3d(-733.3333333333px, 0, 0);
    -webkit-transform: translate3d(-733.3333333333px, 0, 0);
  }
}
.about_gku__gallery_block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
}
.about_gku__gallery_photo_large {
  width: 110px;
  height: 220px;
  grid-column: 1/2;
  grid-row: 1/4;
  overflow: hidden;
}
.about_gku__gallery_photo_large img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/2;
  will-change: transform;
}
.about_gku__gallery_photo_small {
  width: 73.3333333333px;
  height: 73.3333333333px;
}
.about_gku__gallery_photo_small img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  will-change: transform;
}