@keyframes kv-scroll-dot {
  0% {
    transform: translate(-50%, 0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, 8.5rem);
    opacity: 0;
  }
}
.kv {
  position: relative;
  padding-bottom: 20.1rem;
  margin: 0 auto;
}
@media (min-width: 1441px) {
  .kv {
    padding-bottom: 0.4rem;
  }
}
@media (max-width: 768px) {
  .kv {
    padding-bottom: 9.1rem;
  }
}
.kv .kv__container {
  display: flex;
  justify-content: space-between;
  padding-left: 6.9rem;
  height: 82rem;
}
@media (min-width: 1441px) {
  .kv .kv__container {
    height: 111.6rem;
    padding-left: 13.7%;
  }
}
@media (max-width: 768px) {
  .kv .kv__container {
    padding-left: 0;
    flex-direction: column-reverse;
    height: auto;
  }
}
.kv .kv__content {
  flex: 1;
  padding-top: 10rem;
  position: relative;
}
@media (min-width: 1441px) {
  .kv .kv__content {
    padding-top: 10.1rem;
  }
}
@media (max-width: 768px) {
  .kv .kv__content {
    padding: 4.2rem 1.6rem 0;
  }
}
.kv .kv__title {
  display: flex;
  flex-direction: column;
  font-size: 5.1rem;
  margin-right: -40rem;
  letter-spacing: 0.45rem;
  line-height: 1.7;
  font-weight: 700;
}
@media (max-width: 768px) {
  .kv .kv__title {
    font-size: 2.8rem;
    line-height: 1.3;
    margin-right: 0;
    letter-spacing: 0.18rem;
  }
}
.kv .kv__title > p {
  margin-bottom: 0;
  letter-spacing: -0.01em;
}
@media (max-width: 768px) {
  .kv .kv__title > p {
    letter-spacing: 0.04em;
  }
}
.kv .kv__title > p:nth-child(3) {
  margin-top: 1.5rem;
}
.kv .kv__title .kv__title-text {
  overflow: hidden;
}
.kv .kv__title span {
  display: inline-block;
}
.kv .kv__text {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.4;
  margin-top: 2.6rem;
  margin-left: 0.2rem;
}
@media (max-width: 768px) {
  .kv .kv__text {
    display: flex;
    justify-content: center;
    margin-top: 1.2rem;
    margin-left: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 1.5rem;
    margin-left: -3.2rem;
    font-weight: 400;
  }
  .kv .kv__text br {
    display: none;
  }
}
.kv .kv__scroll {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  position: absolute;
  padding-bottom: 8.6rem;
  bottom: -2rem;
  left: 0.4rem;
}
@media (min-width: 1441px) {
  .kv .kv__scroll {
    bottom: 28rem;
    left: 0.3rem;
  }
}
@media (max-width: 768px) {
  .kv .kv__scroll {
    left: auto;
    right: 1.6rem;
    bottom: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.kv .kv__scroll::before {
  content: "";
  position: absolute;
  top: 5.3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.1rem;
  height: 8rem;
  background-color: #1c2a52;
  border-radius: 1rem;
}
.kv .kv__scroll::after {
  content: "";
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #1c2a52;
  border-radius: 50%;
  top: 5rem;
  left: 50%;
  transform: translate(-50%, 0);
  animation: kv-scroll-dot 2.5s ease infinite;
}
.kv .kv__scroll span {
  writing-mode: vertical-rl;
  cursor: default;
}
.kv .kv__images {
  display: flex;
  gap: 14rem;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
  width: 62%;
  max-width: 81rem;
  height: 83.8rem;
}
@media (min-width: 1441px) {
  .kv .kv__images {
    width: 63.2%;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .kv .kv__images {
    width: 100%;
    gap: 0;
    max-height: 38.6rem;
    margin-top: 2.4rem;
  }
}
.kv .kv__images .kv__image {
  width: 100%;
  max-width: 17.7rem;
  flex: none;
  position: relative;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (min-width: 1441px) {
  .kv .kv__images .kv__image {
    width: 100%;
    max-width: 21.788%;
  }
}
@media (max-width: 768px) {
  .kv .kv__images .kv__image {
    max-width: 8.2rem;
  }
}
.kv .kv__images .kv__image .is-ani {
  height: 100%;
}
.kv .kv__images .kv__image img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.kv .kv__images .kv__image.is-first {
  height: 50.1%;
  align-self: flex-end;
}
@media (min-width: 1441px) {
  .kv .kv__images .kv__image.is-first {
    height: 50%;
  }
}
@media (max-width: 768px) {
  .kv .kv__images .kv__image.is-first {
    max-height: 19.5rem;
  }
}
.kv .kv__images .kv__image.is-last {
  height: 49.9%;
}
@media (min-width: 1441px) {
  .kv .kv__images .kv__image.is-last {
    height: 50%;
  }
}
@media (max-width: 768px) {
  .kv .kv__images .kv__image.is-last {
    max-height: 19.5rem;
  }
}
.kv .kv__images .kv__image.is-last img {
  transition-delay: 0.5s;
}
.kv .kv__images .kv__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 42, 82, 0.5);
  z-index: 1;
  mix-blend-mode: overlay;
}
.kv .kv__cta {
  position: absolute;
  right: 3.9rem;
  bottom: 9.2rem;
  color: #1c2a52;
  font-size: 1.6rem;
  padding-right: 1.7rem;
  cursor: pointer;
}
@media (min-width: 1441px) {
  .kv .kv__cta {
    bottom: 25.8rem;
  }
}
@media (max-width: 768px) {
  .kv .kv__cta {
    display: none;
  }
}
.kv .kv__cta::before {
  content: "";
  position: absolute;
  top: 3.6rem;
  right: 0;
  width: 0.2rem;
  height: 2rem;
  background-color: #1c2a52;
  border-radius: 1rem;
  transition: all 0.5s ease;
}
.kv .kv__cta::after {
  content: "";
  position: absolute;
  top: 3.6rem;
  right: 0;
  width: 1.2rem;
  height: 20rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='202' viewBox='0 0 12 202' fill='none'%3E%3Cpath d='M11 1V201L1 191' stroke='%231C2A52' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  z-index: 2;
  opacity: 0;
}
.kv .kv__cta:hover::before {
  height: 20rem;
}
.kv .kv__cta:hover::after {
  opacity: 1;
  transition-delay: 0.5s;
}
.kv .kv__cta .kv__cta-icon {
  width: 2.5rem;
  height: 2.2rem;
  margin-bottom: 1.1rem;
  position: relative;
  left: 0.4rem;
  top: -0.3rem;
}
.kv .kv__cta .kv__cta-icon img {
  width: 100%;
  height: 100%;
}
.kv .kv__cta span {
  color: #1c2a52;
  text-decoration: none;
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.c-bnr-parallax {
  min-height: 55rem;
  background: transparent;
}
@media (max-width: 768px) {
  .c-bnr-parallax {
    min-height: 20rem;
  }
}

.c-block-title {
  display: flex;
  flex-direction: column;
  padding-bottom: 6.4rem;
}
@media (max-width: 768px) {
  .c-block-title {
    padding-bottom: 2.3rem;
  }
}
.c-block-title__images {
  display: flex;
  flex-wrap: wrap;
  gap: var(--image-gap, 2.1rem);
  padding-bottom: 2.4rem;
}
@media (max-width: 768px) {
  .c-block-title__images {
    gap: 0.9rem;
    padding-top: 5.7rem;
  }
}
.c-block-title__image-wrapper {
  height: var(--image-height, 14.5rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-block-title__image-wrapper img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.c-block-title span {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 20rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1c2a52;
  opacity: 0.2;
}
@media (max-width: 768px) {
  .c-block-title span {
    font-size: 8rem;
  }
}
@media (max-width: 768px) {
  .c-block-title span .ani-bottom-to-top {
    display: flex;
    padding-left: 1.2rem;
    letter-spacing: 0;
  }
}
@media (max-width: 768px) {
  .c-block-title.is-big-title .c-block-subtitle {
    font-size: 2.4rem;
    padding-top: 1rem;
    gap: 1.4rem;
  }
}
@media (max-width: 768px) {
  .c-block-title.is-big-title .c-block-subtitle svg {
    width: 2.7rem;
    height: 2.5rem;
  }
}

.c-block-subtitle {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  color: #1c2a52;
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 1.2rem 2rem 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 1441px) {
  .c-block-subtitle {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .c-block-subtitle {
    font-size: 1.8rem;
    gap: 1rem;
    padding: 0.6rem 1rem 0 0.3rem;
  }
}
@media (max-width: 768px) {
  .c-block-subtitle svg {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.c-block-subtitle .is-small {
  font-size: 1.2rem;
  color: #1c2a52;
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  margin-top: 0.8rem;
  opacity: 1;
}
@media (max-width: 768px) {
  .c-block-subtitle .is-small {
    display: inline-block;
    margin-top: 0;
    margin-left: 1.6rem;
    opacity: 1;
  }
}

.c-btn3 {
  position: relative;
  width: 20rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  overflow: visible;
}
.c-btn3 svg {
  width: 1.6rem;
  height: 1.6rem;
  position: relative;
  transition: transform 0.3s ease;
}
.c-btn3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 0.1rem;
  background-color: #1c2a52;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-btn3::after {
    width: 100%;
  }
}
.c-btn3:hover::after {
  width: 100%;
}
.c-btn3:hover svg {
  transform: translate(40%, -40%);
}
.c-btn3:hover .c-btn3__text span:first-child {
  transform: translateY(-100%);
}
.c-btn3:hover .c-btn3__text span:nth-child(2) {
  transform: translateY(0);
}

.c-btn3__text {
  position: relative;
  overflow: hidden;
  height: 100%;
  color: #1c2a52;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 4rem;
}
.c-btn3__text span {
  display: block;
  transition: transform 0.3s ease;
}
.c-btn3__text span:first-child {
  transform: translateY(0);
}
.c-btn3__text span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}

.c-news {
  padding: 15.2rem 8rem;
}
@media (max-width: 768px) {
  .c-news {
    padding: 3.7rem 1rem 8rem;
  }
}
.c-news .c-block-title__images {
  align-items: flex-end;
  padding-bottom: 0.8rem;
  padding-top: 0;
  margin-bottom: 2.4rem;
  flex-wrap: nowrap;
}
.c-news .c-block-title__images span {
  display: inline-block;
}
.c-news .c-block-title__images span img {
  display: block;
}
.c-news .c-block-title__images span:nth-child(1) img {
  width: 12.54rem;
  height: 16.32rem;
  margin-left: 1.4rem;
}
.c-news .c-block-title__images span:nth-child(1) img {
  margin-bottom: -0.8rem;
}
.c-news .c-block-title__images span:nth-child(2) img {
  width: 8.52rem;
  height: 14.84rem;
  margin-left: 1.5rem;
}
.c-news .c-block-title__images span:nth-child(3) img {
  width: 20.08rem;
  height: 16.37rem;
}
.c-news .c-block-title__images span:nth-child(3) img {
  margin-bottom: -0.8rem;
}
.c-news .c-block-title__images span:nth-child(4) img {
  width: 10rem;
  height: 15.41rem;
  margin-left: -0.8rem;
  margin-bottom: -0.3rem;
}
@media (max-width: 768px) {
  .c-news .c-block-title__images span:nth-child(1) img {
    width: 5rem;
    height: 6.57rem;
  }
  .c-news .c-block-title__images span:nth-child(1) img {
    margin-bottom: -0.3rem;
  }
  .c-news .c-block-title__images span:nth-child(2) img {
    width: 3.4212rem;
    height: 5.96rem;
    margin-left: 0;
  }
  .c-news .c-block-title__images span:nth-child(3) img {
    width: 8.0632rem;
    height: 6.57rem;
  }
  .c-news .c-block-title__images span:nth-child(3) img {
    margin-bottom: -0.3rem;
  }
  .c-news .c-block-title__images span:nth-child(4) img {
    width: 4.0156rem;
    height: 6.19rem;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .c-news .c-block-title__images {
    gap: 0.9rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0;
  }
}
.c-news .c-block-subtitle {
  padding: 0.6rem 1rem 0;
}

.c-news__inner {
  max-width: 128rem;
  margin: auto;
}
@media (min-width: 1441px) {
  .c-news__inner {
    max-width: 144rem;
    padding-right: 0;
  }
}

.c-news__wrap {
  display: flex;
  gap: 12rem;
  padding: 0 2rem;
}
@media (min-width: 1441px) {
  .c-news__wrap {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .c-news__wrap {
    flex-direction: column;
    padding: 0 1.2rem;
    gap: 6rem;
    margin-top: 3.8rem;
  }
}

.c-news__list {
  width: 70rem;
}
@media (min-width: 1441px) {
  .c-news__list {
    width: 55.5%;
  }
}
.c-news__list ul {
  padding-bottom: 4rem !important;
}
@media (max-width: 768px) {
  .c-news__list ul {
    padding-bottom: 1.6rem !important;
  }
}
.c-news__list ul,
.c-news__list li {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 768px) {
  .c-news__list {
    width: 100%;
  }
}

.c-news__item {
  display: flex;
  align-items: center;
  gap: 8rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1c2a52;
  text-decoration: none;
  transition: all 0.3s ease;
  position: relative;
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
}
@media (max-width: 768px) {
  .c-news__item {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
    padding-bottom: 0.7rem;
  }
}
.c-news__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2rem;
  height: 0.1rem;
  background-color: #1c2a52;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-news__item::before {
    width: 100%;
    height: 0;
    border-bottom: 0.1rem solid #1c2a52;
  }
}
.c-news__item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background-color: rgba(28, 42, 82, 0.2);
}
@media (max-width: 768px) {
  .c-news__item::after {
    height: 0;
  }
}
.c-news__item-title {
  line-height: 200%;
  width: 40.2rem;
  max-width: 90%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  display: -webkit-box;
}
@media (max-width: 768px) {
  .c-news__item-title {
    line-height: 2;
  }
}
.c-news__item-date {
  font-family: "Jost", sans-serif;
  line-height: 100%;
  width: 9rem;
}
@media (max-width: 768px) {
  .c-news__item-date {
    line-height: 1;
  }
}
.c-news__item svg {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 3.2rem;
  top: calc(50% - 0.4rem);
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-news__item svg {
    position: absolute;
    right: 0.6rem;
    top: calc(44% - 0.4rem);
  }
}
.c-news__item p {
  margin: 0;
}
.c-news__item:hover::before {
  width: 100%;
}
.c-news__item:hover svg {
  transform: translate(65%, -65%);
}

.c-news__image-wrap {
  display: flex;
  width: 40rem;
  height: 40rem;
  max-width: 100%;
  background-color: rgba(28, 42, 82, 0.2);
  overflow: hidden;
  border-radius: 0.8rem;
}
@media (max-width: 768px) {
  .c-news__image-wrap {
    height: 20rem;
  }
}
.c-news__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-company {
  position: relative;
}
.c-company #c-company-id {
  position: absolute;
  top: 5rem;
  width: 100%;
  height: 1px;
}
@media (max-width: 768px) {
  .c-company {
    padding: 0 1rem;
    margin-bottom: 0;
  }
}
@media (min-width: 1441px) {
  .c-company .c-block-subtitle {
    padding-left: 0;
  }
}
.c-company .c-block-title {
  max-width: 128rem;
  margin: 0 auto;
  padding-right: 2rem;
}
@media (min-width: 1441px) {
  .c-company .c-block-title {
    max-width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .c-company .c-block-title {
    padding-right: 0;
    padding-left: 1rem;
  }
}
.c-company .c-block-title__images {
  align-items: flex-end;
  padding-bottom: 0.8rem;
  padding-top: 0;
  margin-bottom: 1.6rem;
  flex-wrap: nowrap;
}
.c-company .c-block-title__images span {
  display: inline-block;
}
.c-company .c-block-title__images span img {
  display: block;
}
.c-company .c-block-title__images span:nth-child(1) img {
  width: 11.72rem;
  margin-left: 0.7rem;
}
.c-company .c-block-title__images span:nth-child(2) img {
  width: 14.54rem;
  height: 15.41rem;
}
.c-company .c-block-title__images span:nth-child(3) img {
  width: 15.34rem;
  height: 15.58rem;
  margin-left: 0.3rem;
}
.c-company .c-block-title__images span:nth-child(4) img {
  width: 9.24rem;
  height: 14.84rem;
  margin-left: 0.7rem;
}
.c-company .c-block-title__images span:nth-child(5) img {
  width: 13.68rem;
  height: 15.67rem;
  margin-left: -2.1rem;
  margin-bottom: 0.3rem;
}
.c-company .c-block-title__images span:nth-child(6) img {
  width: 12.54rem;
  height: 16.32rem;
  margin-bottom: -0.5rem;
}
.c-company .c-block-title__images span:nth-child(7) img {
  width: 11.9rem;
  height: 14.84rem;
  margin-bottom: 0.6rem;
  margin-left: 0;
}
@media (max-width: 768px) {
  .c-company .c-block-title__images span:nth-child(1) img {
    width: 4.6941rem;
    height: 6.15rem;
  }
  .c-company .c-block-title__images span:nth-child(2) img {
    width: 5.8235rem;
    height: 6.17rem;
  }
  .c-company .c-block-title__images span:nth-child(3) img {
    width: 6.1439rem;
    height: 6.24rem;
    margin-left: -0.3rem;
  }
  .c-company .c-block-title__images span:nth-child(4) img {
    width: 3.7008rem;
    height: 5.94rem;
    margin-left: 0.3rem;
  }
  .c-company .c-block-title__images span:nth-child(5) img {
    width: 5.4791rem;
    height: 6.27rem;
    margin-left: 0;
    margin-bottom: 0;
  }
  .c-company .c-block-title__images span:nth-child(5) {
    margin-left: -1.5rem;
  }
  .c-company .c-block-title__images span:nth-child(6) img {
    width: 5.0225rem;
    height: 6.54rem;
    margin-bottom: -0.4rem;
    margin-left: -0.3rem;
  }
  .c-company .c-block-title__images span:nth-child(7) img {
    width: 4.7662rem;
    height: 5.94rem;
    margin-left: -0.4rem;
    margin-bottom: -0.1rem;
  }
}
@media (max-width: 768px) {
  .c-company .c-block-title__images {
    gap: 0.9rem;
    padding-bottom: 0.4rem;
    margin-bottom: 0;
  }
}

.c-company__inner {
  max-width: 144rem;
  margin: auto;
}

.c-company__image {
  flex: none;
  max-width: 59rem;
  position: relative;
  display: flex;
}
@media (max-width: 768px) {
  .c-company__image {
    max-width: 100%;
    padding: 0 2.2rem 0 1.6rem;
    max-height: 35.7rem;
  }
}
.c-company__image img {
  width: 100%;
}

.c-company__list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 6.8rem;
  width: 100%;
}
@media (min-width: 1441px) {
  .c-company__list {
    max-width: 49.2%;
  }
}
@media (max-width: 768px) {
  .c-company__list {
    margin-top: 0;
  }
}

.c-company__item:last-child {
  border-bottom: none;
}

.c-company__link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  position: relative;
  transition: all 0.3s ease;
}
.c-company__link::before {
  content: "";
  position: absolute;
  width: 2.9rem;
  height: 2.9rem;
  background-image: url("data:image/svg+xml,%3Csvg width='29' height='29' viewBox='0 0 29 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.97426 27.7252L27.733 1.72852M27.733 1.72852H1.73633M27.733 1.72852V27.7252' stroke='%231C2A52' stroke-width='1.53617' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  right: 4.727rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  .c-company__link::before {
    width: 1.8rem;
    height: 1.8rem;
    right: 3.9rem;
  }
}
.c-company__link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  bottom: 0;
  background-color: #1c2a52;
  transition: all 0.3s ease;
  z-index: 1;
}
.c-company__link:hover::after {
  height: 100%;
}
.c-company__link:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='29' viewBox='0 0 28 29' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.42739 27.2721L27.1861 1.27539M27.1861 1.27539H1.18945M27.1861 1.27539V27.2721' stroke='white' stroke-width='1.53617' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  transform: translateY(-50%) translate(36%, 0);
}
.c-company__link:hover span {
  color: #ffffff;
}
.c-company__link span {
  position: relative;
  z-index: 2;
}
.c-company__link:hover::before {
  transform: translate(80%, -80%);
}
.c-company__link {
  font-size: 2.363rem;
  line-height: 3.5rem;
  font-weight: 500;
  color: #1c2a52;
  padding: 2.487rem 4.727rem 2.418rem;
  border-bottom: 0.1rem solid #ececec;
}
@media (max-width: 768px) {
  .c-company__link {
    padding: 1.5rem 3.8rem 1.5rem 3.2rem;
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}

.c-company__link-category {
  font-family: "Jost", sans-serif;
  font-size: 1.654rem;
  line-height: 3.3rem;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .c-company__link-category {
    font-size: 1.2rem;
    line-height: 2.4rem;
    margin-bottom: -0.3rem;
  }
}

.c-company__wrap {
  display: flex;
  gap: 8.1rem;
  padding-right: 6rem;
  align-items: flex-start;
}
@media (min-width: 1441px) {
  .c-company__wrap {
    padding-right: 0;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  .c-company__wrap {
    flex-direction: column;
    padding: 0;
    gap: 2.5rem;
  }
}

.c-about {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 100%;
  margin: 0 auto;
  background-image: url("../images/top/bg_about_left.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto 100%;
}
@media (max-width: 768px) {
  .c-about {
    background-size: 100% auto;
    background-image: url("../images/top/about_bg.png");
  }
}
.c-about::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(270deg, #000000 44.08%, rgba(0, 0, 0, 0) 65.6%);
}
@media (max-width: 768px) {
  .c-about::before {
    background: linear-gradient(0deg, #000000 44.08%, rgba(0, 0, 0, 0) 65.6%);
  }
}

.c-about__container {
  position: relative;
  width: 100%;
  padding-left: 69rem;
  padding-right: 10rem;
  padding-top: 12.6rem;
  padding-bottom: 10rem;
}
@media (min-width: 1441px) {
  .c-about__container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  .c-about__container {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
    padding-top: 33.9rem;
    padding-bottom: 12rem;
  }
}
.c-about__container::before {
  content: "";
  position: absolute;
  width: 110%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(270deg, #000000 44.08%, rgba(0, 0, 0, 0) 65.6%);
}
@media (min-width: 1441px) {
  .c-about__container::before {
    width: 128%;
  }
}
@media (max-width: 768px) {
  .c-about__container::before {
    background: linear-gradient(0deg, #000000 66.08%, rgba(0, 0, 0, 0) 88.6%);
    width: 100%;
  }
}
.c-about__container::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(134.52deg, #1c2a52 63.55%, rgba(0, 141, 188, 0.5) 218.99%);
  mix-blend-mode: screen;
  z-index: 2;
}

.c-about__content {
  position: relative;
  margin-left: auto;
  color: #ffffff;
  z-index: 3;
}
@media (min-width: 1441px) {
  .c-about__content {
    max-width: 124rem;
    margin: 0 auto;
  }
}

.c-about__header {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .c-about__header {
    margin-bottom: 2rem;
  }
}

.c-about__title {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 20rem;
  line-height: 1;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.5;
  justify-content: flex-end;
}
.c-about__title .ani-bottom-to-top {
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  gap: 1.6rem;
}
@media (max-width: 768px) {
  .c-about__title .ani-bottom-to-top {
    gap: 0.9rem;
    justify-content: center;
  }
}
.c-about__title .ani-bottom-to-top span {
  display: inline-block;
}
.c-about__title .ani-bottom-to-top span img {
  height: auto;
  display: block;
}
.c-about__title .ani-bottom-to-top span:nth-child(1) img {
  width: 13.68rem;
  height: 14.78rem;
}
.c-about__title .ani-bottom-to-top span:nth-child(2) img {
  width: 9.5rem;
  height: 14rem;
}
.c-about__title .ani-bottom-to-top span:nth-child(3) img {
  width: 14.54rem;
  height: 14.54rem;
}
.c-about__title .ani-bottom-to-top span:nth-child(4) img {
  width: 10.2rem;
  height: 14.34rem;
}
.c-about__title .ani-bottom-to-top span:nth-child(5) img {
  width: 9.76rem;
  height: 14rem;
}
@media (max-width: 768px) {
  .c-about__title .ani-bottom-to-top span:nth-child(1) img {
    width: 5.6096rem;
    height: 6.0606rem;
  }
  .c-about__title .ani-bottom-to-top span:nth-child(2) img {
    width: 3.8955rem;
    height: 5.7408rem;
  }
  .c-about__title .ani-bottom-to-top span:nth-child(3) img {
    width: 5.9622rem;
    height: 5.9622rem;
  }
  .c-about__title .ani-bottom-to-top span:nth-child(4) img {
    width: 4.1826rem;
    height: 5.8802rem;
  }
  .c-about__title .ani-bottom-to-top span:nth-child(5) img {
    width: 4.0021rem;
    height: 5.7408rem;
  }
}
@media (max-width: 768px) {
  .c-about__title {
    font-size: 12rem;
    justify-content: flex-start;
    margin: 0;
  }
}

.c-about__subtitle {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 4.45rem;
  margin-top: 2.7rem;
}
@media (max-width: 768px) {
  .c-about__subtitle {
    font-size: 1.8rem;
    margin-bottom: 0;
    justify-content: flex-start;
    opacity: 1;
    margin-top: 3.8rem;
  }
}
.c-about__subtitle::before {
  content: "";
  display: inline-block;
  width: 2.3rem;
  height: 2.4rem;
  background-image: url("../images/icons/logo_title.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1.7rem;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .c-about__subtitle::before {
    width: 1.7rem;
    height: 1.6rem;
    margin-right: 1.1rem;
  }
}

.c-about__description {
  font-weight: 700;
  font-size: 5.2rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: right;
  color: #ffffff;
}
@media (max-width: 768px) {
  .c-about__description {
    font-size: 2.8rem;
    margin-top: 3.4rem;
  }
}
.c-about__description-line {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .c-about__description-line {
    justify-content: left;
  }
}

.c-about__text {
  margin-bottom: 8.8rem;
  text-align: right;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-about__text {
    font-size: 1.5rem;
    margin-bottom: 3.9rem;
    text-align: left;
    line-height: 1.86;
  }
}

.c-about__button {
  margin-top: 5rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .c-about__button {
    justify-content: flex-end;
    margin-top: 0rem;
  }
}

.c-btn__extend {
  position: relative;
  padding: 0 0 0 1.3rem;
  width: 100%;
  max-width: 20rem;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  overflow: visible;
}
@media (min-width: 1441px) {
  .c-btn__extend {
    padding: 0 0 0 1.3rem;
  }
}
.c-btn__extend .c-btn__extend__text {
  position: relative;
  overflow: hidden;
  height: 3.68rem;
  color: #ffffff;
  font-style: SemiBold;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 3.7rem;
}
@media (min-width: 1441px) {
  .c-btn__extend .c-btn__extend__text {
    height: 3.68rem;
    line-height: 3.7rem;
  }
}
.c-btn__extend .c-btn__extend__text span {
  display: block;
  transition: transform 0.3s ease;
}
.c-btn__extend .c-btn__extend__text span:first-child {
  transform: translateY(0);
}
.c-btn__extend .c-btn__extend__text span:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
}
.c-btn__extend::after {
  position: absolute;
  right: 1.4rem;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url("../images/icons/link_extend.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 1rem;
  transition: all 0.3s ease;
  z-index: 1;
}
@media (min-width: 1441px) {
  .c-btn__extend::after {
    right: 1.8rem;
    top: 62%;
  }
}
@media (max-width: 768px) {
  .c-btn__extend::after {
    width: 1.3rem;
    height: 1.3rem;
    top: 60%;
    margin-right: 0.4rem;
  }
}
.c-btn__extend:hover .c-btn__extend__text span:first-child {
  transform: translateY(-100%);
}
.c-btn__extend:hover .c-btn__extend__text span:nth-child(2) {
  transform: translateY(0);
}
.c-btn__extend:hover::after {
  right: 1rem;
  top: calc(50% - 0.6rem);
  transform: translateY(-50%);
}
@media (max-width: 768px) {
  .c-btn__extend:hover .c-btn__extend__text span:first-child {
    transform: translateY(0);
  }
  .c-btn__extend:hover .c-btn__extend__text span:nth-child(2) {
    transform: translateY(100%);
  }
  .c-btn__extend:hover::after {
    right: 1.4rem;
    top: 60%;
    transform: translateY(-50%);
  }
}

.processing {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 15.5rem 0 0;
  background-image: url(../images/top/bg_processing.png);
  background-size: 83.1rem;
  background-position: 60.9rem -1rem;
  background-repeat: no-repeat;
  position: relative;
}
.processing #processing__s {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  top: 2rem;
}
@media (min-width: 1441px) {
  .processing {
    background-position: 63.9rem 7.2rem;
  }
}
@media (max-width: 768px) {
  .processing {
    padding: 14rem 0 0;
    background-size: 38.7rem;
    background-position: 4.9rem -7rem;
  }
}

.processing__wrap {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}

.processing__info {
  position: relative;
  max-width: 144rem;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
@media (max-width: 768px) {
  .processing__info {
    height: auto;
    padding-bottom: 4.4rem;
  }
}

.processing__container {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 144rem;
  margin: 6rem auto 9.1rem;
  padding: 0 10.3rem;
}
@media (min-width: 1441px) {
  .processing__container {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .processing__container {
    padding: 2rem 2.2rem 0;
    margin-top: 0;
    margin-bottom: 0;
  }
}

.processing__bg-text {
  pointer-events: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .processing__bg-text {
    justify-content: flex-start;
    padding-left: 2.4rem;
  }
}

.processing__bg-text__static {
  display: block;
  margin-left: -3.4rem;
}
@media (max-width: 768px) {
  .processing__bg-text__static {
    margin-left: 0;
  }
}
.processing__bg-text__static img {
  height: 15rem;
  width: auto;
}
@media (max-width: 768px) {
  .processing__bg-text__static img {
    height: 6.2rem;
    width: auto;
  }
}

.processing__bg-text__loop {
  display: none;
}
@media (max-width: 768px) {
  .processing__bg-text__loop {
    display: block;
    overflow: hidden;
  }
  .processing__bg-text__loop .ani-rtl-loop__content {
    animation-duration: 20s;
  }
  .processing__bg-text__loop .ani-rtl-loop__item {
    padding-right: 4rem;
  }
  .processing__bg-text__loop .ani-rtl-loop__item img {
    height: 6.2rem;
    width: auto;
    display: block;
  }
}

.processing__header {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .processing__header {
    position: relative;
    left: 0;
    justify-content: center;
    gap: 1rem;
  }
}

.processing__icon {
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  background-image: url("../images/icons/logo_title_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: -1.2rem;
}
@media (max-width: 768px) {
  .processing__icon {
    width: 1.8rem;
    height: 1.8rem;
    margin-top: 0;
    margin-left: 0;
  }
}

.processing__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1;
  color: #1c2a52;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .processing__title {
    font-size: 1.8rem;
  }
}

.processing__description {
  width: 34.7rem;
  margin-top: 5.5rem;
}
@media (min-width: 1441px) {
  .processing__description {
    margin-top: 6.3rem;
  }
}
@media (max-width: 768px) {
  .processing__description {
    position: relative;
    left: 0;
    margin-top: 2rem;
    width: 100%;
  }
}

.processing__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  color: #1c2a52;
  text-align: justify;
}
@media (max-width: 768px) {
  .processing__text {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.services {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.services :nth-child(even) .services__overlay {
  right: 35.65%;
  top: 50%;
  width: 27.4rem;
}
.services :nth-child(2) .services__overlay {
  right: 32.2%;
  top: 50%;
}
.services :nth-child(3) .services__overlay {
  right: 33.96%;
  top: 50%;
}
.services :nth-child(4) .services__overlay {
  right: 31.85%;
  top: 50%;
}
.services :nth-child(5) .services__overlay {
  right: 31.55%;
  top: 50%;
}

.services__item {
  display: block;
  color: inherit;
  text-decoration: none;
  border-bottom: 0.2rem solid rgba(28, 42, 82, 0.5);
  position: relative;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 768px) {
  .services__item {
    border-bottom: 0.1rem solid rgba(28, 42, 82, 0.5);
  }
}
.services__item:first-child {
  border-top: 0.2rem solid rgba(28, 42, 82, 0.5);
}
@media (max-width: 768px) {
  .services__item:first-child {
    border-top: none;
  }
}
.services__item:first-child .services__content-wrapper {
  padding: 2.9rem 0 2.7rem 11.2rem;
  gap: 14.7rem;
}
@media (max-width: 768px) {
  .services__item:first-child .services__content-wrapper {
    padding: 1.1rem 2.4rem 1.9rem;
    gap: 2.4rem;
    align-items: flex-end;
  }
}
.services__item:nth-child(3) .services__content-wrapper {
  gap: 14.2rem;
}
@media (max-width: 768px) {
  .services__item:nth-child(3) .services__content-wrapper {
    gap: 2.4rem;
  }
}
.services__item:nth-child(4) .services__content-wrapper {
  padding: 3rem 0 2.7rem 10.6rem;
}
@media (max-width: 768px) {
  .services__item:nth-child(4) .services__content-wrapper {
    padding: 0.8rem 2.4rem 1.8rem;
    gap: 2.4rem;
    align-items: flex-end;
  }
}
.services__item:last-child {
  border-bottom: 0.2rem solid rgba(28, 42, 82, 0.5);
}
@media (max-width: 768px) {
  .services__item:last-child {
    border-bottom: 0.1rem solid rgba(28, 42, 82, 0.5);
  }
}
.services__item:last-child .services__content-wrapper {
  padding: 3.1rem 0 2.7rem 10.5rem;
  gap: 14.4rem;
}
@media (max-width: 768px) {
  .services__item:last-child .services__content-wrapper {
    padding: 0.8rem 2.4rem 1.8rem;
    gap: 2.4rem;
    align-items: flex-end;
  }
}
.services__item:hover {
  z-index: 200;
  border-bottom: 0.2rem solid transparent;
}
.services__item:hover:first-child {
  border-top: 0.2rem solid rgba(28, 42, 82, 0.5);
  border-bottom: 0.1rem solid #cccccc;
}
.services__item:hover .services__content-wrapper {
  transform: translateX(8.6rem);
  width: calc(100% - 8.6rem);
  background: #ededed;
  padding: 2.9rem 0 2.7rem 9.6rem;
}
@media (min-width: 1441px) {
  .services__item:hover .services__content-wrapper {
    padding: 2.9rem 0 2.7rem 16.9rem;
    gap: 21.6rem;
  }
}
.services__item:hover .services__content-wrapper::before {
  opacity: 1;
}
@media (max-width: 768px) {
  .services__item:hover .services__content-wrapper {
    transform: translateX(2rem);
    padding: 2rem;
  }
}
.services__item:hover:first-child .services__content-wrapper {
  padding: 2.9rem 0 2.7rem 10.2rem;
}
@media (min-width: 1441px) {
  .services__item:hover:first-child .services__content-wrapper {
    padding: 2.9rem 0 2.7rem 16.9rem;
    gap: 21.6rem;
  }
}
@media (max-width: 768px) {
  .services__item:hover:first-child .services__content-wrapper {
    transform: translateX(2rem);
    padding: 2rem;
  }
}
.services__item:hover .services__arrow {
  transform: translateY(-50%) translateY(-2.3rem) translateX(2.3rem);
  opacity: 1;
}
@media (max-width: 768px) {
  .services__item:hover .services__arrow {
    transform: translateY(-50%) translateY(-1.5rem) translateX(1.5rem);
  }
}
.services__item:hover .services__overlay {
  transform: translateY(-50%) translateX(50%) scale(1);
  opacity: 1;
}
.services__item:hover .services__overlay-image {
  transform: scale(1.02);
  border-radius: 0.4rem;
}

.services__content-wrapper {
  height: 100%;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  padding: 3.1rem 0 2.7rem 11rem;
  gap: 14rem;
  background: #ffffff;
}
@media (max-width: 768px) {
  .services__content-wrapper {
    padding: 0.8rem 2.4rem 1.8rem;
    gap: 2.4rem;
    align-items: flex-end;
  }
}
.services__content-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1.85rem;
  background-color: #1c2a52;
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: 1;
}
@media (max-width: 768px) {
  .services__content-wrapper::before {
    width: 1.2rem;
  }
}

.services__number {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 8rem;
  line-height: 1;
  color: #1c2a52;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .services__number {
    font-size: 3.2rem;
  }
}

.services__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  margin-top: -0.6rem;
}
@media (max-width: 768px) {
  .services__content {
    margin-top: 0;
    gap: 0;
  }
}

.services__subtitle {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2;
  color: #1c2a52;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .services__subtitle {
    font-size: 1.2rem;
    line-height: 2.8rem;
  }
}

.services__title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1;
  color: #1c2a52;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .services__title {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-top: -0.3rem;
  }
}

.services__arrow {
  width: 3.4rem;
  height: 3.4rem;
  background-image: url("../images/icons/link_extend_dark.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.4s ease;
  position: absolute;
  right: 12rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
@media (min-width: 1441px) {
  .services__arrow {
    right: 17.32rem;
    top: 52%;
  }
}
@media (max-width: 768px) {
  .services__arrow {
    width: 1.8rem;
    height: 1.8rem;
    right: 1.7rem;
    top: 46%;
    transform: translateX(-50%);
  }
}

.services__overlay {
  position: absolute;
  right: 29.96%;
  top: 50%;
  width: 27.4rem;
  transform: translateY(-50%) translateX(100%) scale(0);
  transform-origin: left center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  z-index: 300;
  pointer-events: none;
}
@media (max-width: 768px) {
  .services__overlay {
    display: none !important;
  }
}
.services__overlay-image {
  position: relative;
  width: 100%;
  height: 100%;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

.marquee-container {
  display: flex;
  width: 100%;
}

.marquee-text {
  display: inline-block;
  animation: marquee 15s linear infinite;
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}
.c-contact-processing {
  padding-left: 10rem;
  overflow: hidden;
}
@media (min-width: 1441px) {
  .c-contact-processing {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .c-contact-processing {
    padding-left: 2.2rem;
    padding-right: 2.2rem;
  }
}
.c-contact-processing .c-block-title {
  padding-bottom: 4rem;
}
@media (max-width: 768px) {
  .c-contact-processing .c-block-title {
    padding-bottom: 2.4rem;
  }
}
.c-contact-processing .c-block-title .c-block-subtitle {
  padding-left: 0;
  padding-top: 0;
}

.c-contact-processing__content {
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 768px) {
  .c-contact-processing__content {
    flex-direction: column;
  }
}

.c-contact-processing__info {
  flex: 1;
  max-width: 34.7rem;
  width: 26%;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .c-contact-processing__info {
    max-width: 100%;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 500;
  }
}
@media (max-width: 768px) {
  .c-contact-processing__info .c-btn3 {
    justify-self: flex-end;
    margin-top: 3.8rem;
    margin-left: auto;
  }
}

.c-contact-processing__description {
  margin-bottom: 0;
}

.c-contact-processing__line {
  margin: 1.6rem auto 1.5rem;
}

.c-contact-processing__image {
  width: 75%;
  max-width: 82rem;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
  overflow: hidden;
  max-height: 30rem;
}
@media (max-width: 768px) {
  .c-contact-processing__image {
    width: calc(100% + 2.2rem);
    max-width: calc(100% + 2.2rem);
    max-height: max-content;
    margin: 4.2rem -2.2rem 0 0;
  }
}
.c-contact-processing__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pg-top {
  overflow: hidden;
}
@media (max-width: 768px) {
  .pg-top {
    overflow: hidden;
  }
}
.pg-top .c-company {
  padding: 16rem 0;
}
@media (max-width: 768px) {
  .pg-top .c-company {
    padding: 7.5rem 0 12rem;
    margin-left: 0.5rem;
  }
}
.pg-top .c-contact-processing {
  padding-top: 16.4rem;
  padding-bottom: 18rem;
  max-width: 144rem;
  margin: 0 auto;
}
@media (min-width: 1441px) {
  .pg-top .c-contact-processing {
    padding-top: 16.2rem;
  }
}
@media (max-width: 768px) {
  .pg-top .c-contact-processing {
    padding-top: 8rem;
    padding-bottom: 6.1rem;
  }
}

/*# sourceMappingURL=top.css.map */
