@font-face {
  font-family: "akrobat";
  src: url('../fonts/Akrobat-ExtraBold.woff');
}
.english {
  font-family: "akrobat", sans-serif;
}
.hide {
  display: none;
}
@media (min-width: 640px) {
  .sp-only {
    display: none;
  }
}
@media (max-width: 639px) {
  .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;
}
.top .kv {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.top .kv::before {
  content: '';
  position: absolute;
  background-color: black;
  width: 105%;
  height: 150%;
  top: -47%;
  right: -44.5%;
  z-index: -1;
  transform: rotate(-15deg);
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s, -webkit-clip-path 1s cubic-bezier(0.165, 0.84, 0.44, 1) 0.8s;
}
@media (max-width: 639px) {
  .top .kv::before {
    z-index: 2;
  }
}
.top .kv .kv-inner {
  position: relative;
  height: 100%;
  width: 120rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 20rem;
}
@media (max-width: 639px) {
  .top .kv .kv-inner {
    padding-top: 10rem;
    width: 90vw;
    background-color: white;
  }
}
.top .kv .kv-inner h1 {
  font-size: 25rem;
  line-height: 28rem;
}
.top .kv .kv-inner .main-title {
  display: flex;
  gap: 1rem;
  margin-bottom: 7rem;
  position: relative;
  z-index: 4;
}
.top .kv .kv-inner .main-title .part {
  height: 25rem;
  overflow: hidden;
  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);
}
.top .kv .kv-inner .main-title .part img {
  position: relative;
  top: 0;
  transition: top 0.5s ease-in-out;
}
@media (max-width: 639px) {
  .top .kv .kv-inner .main-title .part {
    height: 9rem;
  }
}
.top .kv .kv-inner .main-title .part-1 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.top .kv .kv-inner .main-title .part-2 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.top .kv .kv-inner .main-title .part-3 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.top .kv .kv-inner .main-title .part-4 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.top .kv .kv-inner .main-title img {
  height: 25rem;
}
@media (max-width: 639px) {
  .top .kv .kv-inner .main-title img {
    height: 9rem;
  }
}
.top .kv .kv-inner .sub-title {
  font-family: "akrobat", sans-serif;
}
@media (max-width: 639px) {
  .top .kv .kv-inner .sub-title {
    font-size: 2.2rem;
    mix-blend-mode: difference;
    color: white;
    position: relative;
    z-index: 4;
  }
}
.top .kv .kv-inner .tips {
  color: #888;
}
@media (max-width: 639px) {
  .top .kv .kv-inner .tips {
    font-size: 2.2rem;
  }
}
.top .kv .kv-inner::before {
  content: "";
  background-color: #f6de79;
  width: 1px;
  height: 107vh;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  position: absolute;
  right: 98px;
  top: -5vh;
  -webkit-transform: rotate(15deg) translateY(-120vh);
  transform: rotate(15deg) translateY(-120vh);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  transition: -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
  transition: transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s, -webkit-transform 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.3s;
}
@media (max-width: 639px) {
  .top .kv .kv-inner::before {
    right: auto;
    left: 36rem;
    z-index: 4;
  }
}
.top .active::before {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.top .active .kv-inner::before {
  -webkit-transform: rotate(15deg) translateY(0);
  transform: rotate(15deg) translateY(0);
}
.top .active .kv-inner .main-title .part {
  opacity: 1;
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}
.top .service {
  padding: 15rem 0;
}
@media (max-width: 639px) {
  .top .service {
    padding: 8rem 0;
  }
}
.top .service .service-list {
  display: flex;
  justify-content: center;
  gap: 7rem;
}
@media (max-width: 639px) {
  .top .service .service-list {
    flex-direction: column;
    gap: 4rem;
  }
}
.top .service .left-part {
  padding-top: 16rem;
}
@media (max-width: 639px) {
  .top .service .left-part {
    padding-top: 4rem;
  }
}
.top .service .part {
  width: 55rem;
  display: flex;
  flex-direction: column;
  gap: 8rem;
}
@media (max-width: 639px) {
  .top .service .part {
    width: 90vw;
    gap: 4rem;
  }
}
.top .service .part .service-item {
  width: 55rem;
  height: 38rem;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  display: flex;
  position: relative;
  cursor: pointer;
  border-radius: 0.6rem;
}
@media (max-width: 639px) {
  .top .service .part .service-item {
    width: 90vw;
    height: 28rem;
  }
}
.top .service .part .service-item .info {
  padding: 2rem;
  position: relative;
}
.top .service .part .service-item .info .title {
  font-size: 2.8rem;
  line-height: 4rem;
  margin-bottom: 1rem;
}
@media (max-width: 639px) {
  .top .service .part .service-item .info .title {
    font-size: 2rem;
    line-height: 3rem;
    mix-blend-mode: difference;
    color: white;
    font-weight: normal !important;
  }
}
.top .service .part .service-item .info .content ul li {
  line-height: 2.6rem;
}
@media (max-width: 639px) {
  .top .service .part .service-item .info .content ul li {
    line-height: 2.2rem;
  }
  .top .service .part .service-item .info .content ul li span {
    position: relative;
    z-index: 4;
    font-size: 1.4rem;
    mix-blend-mode: difference;
    color: white;
  }
}
.top .service .part .service-item .info .arrow {
  position: absolute;
  bottom: 2rem;
  left: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 639px) {
  .top .service .part .service-item .info .arrow {
    bottom: 0;
  }
}
.top .service .part .service-item .intro-image {
  width: 35rem;
  height: 38rem;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  border-top-right-radius: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  clip-path: polygon(43% 0, 100% 0, 100% 100%, 0 100%);
}
@media (max-width: 639px) {
  .top .service .part .service-item .intro-image {
    width: 50vw;
    height: 28rem;
  }
}
.top .service .part .service-item .intro-image img {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.top .service .part .service-item:hover .intro-image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.top .service .part .service-item:hover .info .arrow {
  left: 1rem;
}
.top .member .staff-list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10rem;
}
@media (max-width: 639px) {
  .top .member .staff-list {
    flex-direction: column;
    gap: 4rem;
    padding-bottom: 0;
  }
}
.top .member .staff-list .staff {
  width: 50rem;
}
@media (max-width: 639px) {
  .top .member .staff-list .staff {
    width: 90vw;
  }
}
.top .member .staff-list .staff .image {
  justify-content: center;
  padding-bottom: 1rem;
  height: 27rem;
  display: flex;
  align-items: center;
}
.top .member .staff-list .staff .image img {
  width: 25rem;
}
.top .member .staff-list .staff .info {
  margin-top: 2rem;
}
.top .member .staff-list .staff .info h2 {
  font-size: 3.6rem;
  line-height: 4.2rem;
  font-family: "akrobat", sans-serif;
}
@media (max-width: 639px) {
  .top .member .staff-list .staff .info h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
}
.top .member .staff-list .staff .info h3 {
  font-size: 2.8rem;
  line-height: 3.2rem;
}
@media (max-width: 639px) {
  .top .member .staff-list .staff .info h3 {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.top .member .staff-list .staff .info p {
  margin-top: 3.5rem;
  white-space: nowrap;
}
@media (max-width: 639px) {
  .top .member .staff-list .staff .info p {
    font-size: 1.4rem;
    margin-top: 1.5rem;
    white-space: initial;
  }
}
.top .member .sub-staff {
  position: relative;
  height: 67rem;
  margin-bottom: 13rem;
  display: flex;
  justify-content: flex-end;
  padding-right: 20rem;
  align-items: center;
}
@media (max-width: 639px) {
  .top .member .sub-staff {
    padding-right: 0;
    height: auto;
    margin-bottom: 8rem;
  }
}
.top .member .sub-staff .staff-bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 67rem;
  z-index: -1;
  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);
}
.top .member .sub-staff .sub-staff-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
}
@media (max-width: 639px) {
  .top .member .sub-staff .sub-staff-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 90vw;
    margin: 0 auto;
  }
}
.top .member .sub-staff .sub-staff-list .staff-column {
  position: relative;
}
.top .member .sub-staff .sub-staff-list .staff-column .clip {
  position: absolute;
  left: -10rem;
  top: 0;
  z-index: -1;
  height: 18rem;
  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);
}
@media (max-width: 639px) {
  .top .member .sub-staff .sub-staff-list .staff-column .clip {
    height: 10rem;
    left: 0;
  }
}
.top .member .sub-staff .sub-staff-list .staff-column .clip-2 {
  transition-delay: 0.2s;
}
.top .member .sub-staff .sub-staff-list .staff-column .clip-3 {
  transition-delay: 0.3s;
}
.top .member .sub-staff .sub-staff-list .staff-column .clip-4 {
  transition-delay: 0.4s;
}
.top .member .sub-staff .sub-staff-list .staff-column .clip-5 {
  transition-delay: 0.5s;
}
.top .member .sub-staff .sub-staff-list .staff-column .clip-6 {
  transition-delay: 0.6s;
}
.top .member .sub-staff .sub-staff-list .staff-column .title {
  font-family: "akrobat", sans-serif;
  font-size: 2.8rem;
  line-height: 4rem;
}
@media (max-width: 639px) {
  .top .member .sub-staff .sub-staff-list .staff-column .title {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}
.top .member .sub-staff .sub-staff-list .staff-column .sub-title {
  font-size: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 639px) {
  .top .member .sub-staff .sub-staff-list .staff-column .sub-title {
    font-size: 1.6rem;
    margin-bottom: 1.4rem;
  }
}
.top .member .sub-staff .sub-staff-list .staff-column .staff-item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.top .member .sub-staff .sub-staff-list .staff-column .staff-item img {
  width: 3.2rem;
  height: 3.2rem;
  margin-right: 1rem;
}
@media (max-width: 639px) {
  .top .member .sub-staff .sub-staff-list .staff-column .staff-item img {
    width: 2rem;
    height: 2rem;
    margin-right: 0.5rem;
  }
}
@media (max-width: 639px) {
  .top .member .sub-staff .sub-staff-list .staff-column .staff-item {
    font-size: 1.4rem;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 639px) {
  .top .about {
    margin-bottom: 8rem;
  }
}
.top .about .head-title {
  margin-bottom: 5rem;
}
.top .about .container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12rem;
}
@media (max-width: 639px) {
  .top .about .container {
    flex-direction: column;
    margin-bottom: 4rem;
  }
}
.top .about .container .about-img {
  width: 72rem;
}
@media (max-width: 639px) {
  .top .about .container .about-img {
    width: 90vw;
  }
}
.top .about .container .about-img img {
  width: 100%;
  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);
}
.top .about .container .about-content {
  width: 40rem;
}
@media (max-width: 639px) {
  .top .about .container .about-content {
    width: 90vw;
  }
}
.top .about .container .about-content .big-title {
  font-family: "akrobat", sans-serif;
  font-size: 4rem;
}
@media (max-width: 639px) {
  .top .about .container .about-content .big-title {
    font-size: 3rem;
  }
}
.top .about .container .about-content .sub-title {
  padding-left: 3rem;
  position: relative;
  font-size: 2.4rem;
}
@media (max-width: 639px) {
  .top .about .container .about-content .sub-title {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
}
.top .about .container .about-content .sub-title::after {
  position: absolute;
  content: '"';
  font-size: 4rem;
  left: 0;
  top: 0;
}
@media (max-width: 639px) {
  .top .about .container .about-content .sub-title::after {
    font-size: 2.4rem;
  }
}
.top .about .container .about-content p {
  padding-top: 2rem;
  padding-left: 1rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (max-width: 639px) {
  .top .about .container .about-content p {
    font-size: 1.4rem;
    padding-top: 1.4rem;
    padding-left: 2rem;
    line-height: 1.8rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 639px) {
  .top .about .sp-reverse {
    flex-direction: column-reverse;
  }
}
.top .news .news-list {
  display: flex;
  justify-content: space-between;
  padding: 13rem 0 5rem 0;
}
@media (max-width: 639px) {
  .top .news .news-list {
    flex-direction: column;
    padding: 4rem 0 8rem 0;
    gap: 4rem;
  }
}
.top .news .news-list .news-item {
  width: 30rem;
  cursor: pointer;
  box-shadow: 0 0 4rem rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 1rem;
}
@media (max-width: 639px) {
  .top .news .news-list .news-item {
    width: 90vw;
  }
}
.top .news .news-list .news-item .news-img {
  width: 30rem;
  height: 20rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
@media (max-width: 639px) {
  .top .news .news-list .news-item .news-img {
    width: 90vw;
  }
}
.top .news .news-list .news-item .news-img img {
  width: 100%;
  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);
  transition: all 0.3s ease-in-out;
}
.top .news .news-list .news-item .info {
  padding: 1rem;
}
.top .news .news-list .news-item .date {
  font-size: 1.2rem;
  color: #888;
}
.top .news .news-list .news-item .date .category {
  margin-left: 0.5rem;
  background-color: #888;
  color: white;
  border-radius: 2rem;
  padding: 0.2rem 0.5rem;
  font-size: 1rem;
}
.top .news .news-list .news-item .title {
  font-size: 1.4rem;
  padding: 0.5rem 0 1rem 0;
}
.top .news .news-list .news-item .tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  line-height: 1.5rem;
}
.top .news .news-list .news-item .tags .tag {
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.top .news .news-list .news-item .more {
  display: flex;
  justify-content: flex-end;
  padding-right: 1.6rem;
  transition: all 0.3s ease-in-out;
}
.top .news .news-list .news-item:hover .news-img img {
  width: 105%;
}
.top .news .news-list .news-item:hover .more {
  padding-right: 2.6rem;
}
.top .news .view-more {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 8rem;
}
.top .news .view-more .view-more-btn {
  width: 24rem;
  border-bottom: 1px solid #333;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  cursor: pointer;
}
.top .news .view-more .view-more-btn .text {
  padding-bottom: 1rem;
  font-family: "akrobat", sans-serif;
}
.top .news .view-more .view-more-btn .arrow {
  line-height: 0;
}
.top .news .view-more .view-more-btn .arrow img {
  position: relative;
  right: 0;
  transition: all 0.3s ease-in-out;
}
.top .news .view-more .view-more-btn:hover .arrow img {
  right: 1.8rem;
}
/*# sourceMappingURL=./top.css.map */