@font-face {
  font-family: "akrobat";
  src: url('../fonts/Akrobat-ExtraBold.woff');
}
.english {
  font-family: "akrobat", sans-serif;
}
.hide {
  display: none;
}
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
.clip-animate {
  opacity: 0;
  -webkit-clip-path: inset(0 0 0 100%);
  clip-path: inset(0 0 0 100%);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-animate2 {
  opacity: 0;
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-animate3 {
  opacity: 0;
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
  transition: clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96), -webkit-clip-path 1s cubic-bezier(0.79, 0.17, 0.15, 0.96);
}
.clip-active {
  opacity: 1 !important;
  -webkit-clip-path: inset(0) !important;
  clip-path: inset(0) !important;
}
.about-page .greeting {
  padding-top: 8rem;
}
@media (max-width: 767px) {
  .about-page .greeting {
    padding-top: 1rem;
  }
}
.about-page .greeting .info {
  padding: 5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 767px) {
  .about-page .greeting .info {
    flex-direction: column;
    padding-top: 0;
    gap: 10rem;
  }
}
.about-page .greeting .info .content {
  width: 50%;
}
@media (max-width: 767px) {
  .about-page .greeting .info .content {
    width: 100%;
  }
}
.about-page .greeting .info .content .company-info li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page .greeting .info .content .company-info li div:first-child {
  width: 15rem;
  border-bottom: 1px solid #ccc;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about-page .greeting .info .content .company-info li div:first-child {
    width: 9rem;
  }
}
.about-page .greeting .info .content .company-info li div {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  height: 7rem;
  border-bottom: 1px solid #f5f5f5;
}
@media (max-width: 767px) {
  .about-page .greeting .info .content .company-info li div {
    height: 6rem;
    font-size: 1.2rem;
  }
}
.about-page .greeting .info .content .company-info li div:last-child {
  justify-content: flex-end;
  width: 100%;
}
.about-page .greeting .info .images-group {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .about-page .greeting .info .images-group {
    width: 100%;
  }
}
.about-page .greeting .info .images-group img {
  border-radius: 5px;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2.2rem rgba(0, 0, 0, 0.1);
  -webkit-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}
.about-page .greeting .info .images-group .bottom-img:hover,
.about-page .greeting .info .images-group .top-img:hover {
  -webkit-box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.5rem 1.2rem rgba(0, 0, 0, 0.1), 0 2rem 3rem rgba(0, 0, 0, 0.15);
}
.about-page .greeting .info .bottom-img {
  width: 35rem;
  position: relative;
  top: -5rem;
  left: 5rem;
}
@media (max-width: 767px) {
  .about-page .greeting .info .bottom-img {
    width: 60vw;
  }
}
.about-page .greeting .info .top-img {
  width: 35rem;
  position: relative;
  top: 5rem;
  right: 5rem;
}
@media (max-width: 767px) {
  .about-page .greeting .info .top-img {
    width: 60vw;
  }
}
.about-page .history {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  margin-bottom: 20rem;
  position: relative;
}
@media (max-width: 767px) {
  .about-page .history {
    margin-bottom: 12rem;
  }
}
.about-page .history::before {
  width: 3px;
  height: 18rem;
  z-index: -1;
  position: absolute;
  content: "";
  top: 6rem;
  left: 28.4rem;
  background-color: #f6de79;
  box-shadow: 0 0 3rem #f6dd79e1;
  animation: lineDown 3s ease-in-out infinite;
}
@media (max-width: 767px) {
  .about-page .history::before {
    left: 4rem;
    height: 12rem;
  }
}
@keyframes lineDown {
  0% {
    top: 3rem;
    opacity: 0;
  }
  10% {
    top: 6rem;
    opacity: 1;
  }
  50% {
    top: 20rem;
    opacity: 1;
  }
  90% {
    top: 55rem;
    opacity: 1;
  }
  100% {
    top: 55rem;
    opacity: 0;
  }
}
.about-page .history::after {
  width: 1px;
  height: 68rem;
  z-index: -3;
  position: absolute;
  content: "";
  top: 6rem;
  left: 28.5rem;
  background-color: #eee;
}
@media (max-width: 767px) {
  .about-page .history::after {
    left: 4rem;
    height: 52rem;
  }
}
.about-page .history .item {
  display: flex;
  align-items: center;
  gap: 3rem;
}
.about-page .history .item .name {
  font-family: "akrobat", sans-serif;
  width: 12rem;
  height: 12rem;
  font-size: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  padding-top: 1rem;
  padding-left: 0.5rem;
  text-align: center;
  line-height: 2rem;
  box-shadow: 0 0 3rem #eee;
  background-color: white;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  color: #333;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .about-page .history .item .name {
    width: 8rem;
    height: 8rem;
    font-size: 1.2rem;
  }
}
.about-page .history .item .name span {
  position: relative;
  z-index: 4;
}
.about-page .history .item .name:hover {
  color: #ffffff !important;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
.about-page .history .item .name:hover::after {
  width: 18rem;
  height: 18rem;
  opacity: 1;
}
.about-page .history .item .name::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #333;
  border-radius: 50%;
  -webkit-transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  transition: 0.7s cubic-bezier(0.475, 0.425, 0, 0.995);
  right: auto;
  left: -70px;
  bottom: -60px;
  z-index: 0;
}
.about-page .history .item p {
  width: 60rem;
}
@media (max-width: 767px) {
  .about-page .history .item p {
    width: 60vw;
  }
}
/*# sourceMappingURL=./about.css.map */