/* section
---------------------------------------------------- */
section {
  padding-top: max(12.5rem, 100px);
  padding-bottom: max(12.5rem, 100px);
}

/* mv
---------------------------------------------------- */
.mv {
  position: relative;
  height: 100svh;
  background-image: linear-gradient(to top, rgb(20, 78, 128) 0%, rgba(20, 78, 128, 0) 40%), url(../images/top-mv-img.jpg);
  background-size: cover;
  background-position: center;
}
.mv__catch {
  position: absolute;
  right: 5.625rem;
  bottom: 5rem;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 767.98px) {
  .mv__catch {
    right: inherit;
    left: 3.125rem;
    bottom: 6.25rem;
  }
}
.mv__catch span {
  display: inline-block;
}
.mv__catch-01 {
  display: block;
  margin-bottom: 0.65em;
  font-size: max(3.75rem, 32px);
  line-height: 1.3;
}
@media (max-width: 440px) {
  .mv__catch-01 {
    font-size: 24px;
  }
}
.mv__catch-02 {
  font-size: max(2rem, 18px);
}
@media (max-width: 440px) {
  .mv__catch-02 {
    font-size: 13px;
  }
}
.top-about {
  overflow: hidden;
  padding-top: max(10rem, 100px);
  padding-bottom: 0;
}
.top-about__text {
  padding-top: max(3.125rem, 30px);
  padding-bottom: max(3.125rem, 30px);
  padding-right: 5em;
}
@media (max-width: 767.98px) {
  .top-about__text {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: max(5rem, 50px);
  }
}
.top-about .description__text-01, .top-about .description__text-02 {
  padding-bottom: 1.5em;
}
.top-about .description .br-top-about {
  display: none;
}
@media (max-width: 1500px) {
  .top-about .description .br-top-about {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .top-about .description .br-top-about {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .top-about .description .br-top-about {
    display: block;
  }
}
.top-about__img {
  position: relative;
}
@media (max-width: 767.98px) {
  .top-about__img .reveal-img {
    position: relative !important;
  }
}
.top-about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-about__img-01 {
  position: absolute;
  width: 80%;
  height: 350px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .top-about__img-01 {
    position: static;
    width: 100%;
    margin-bottom: 1em;
  }
}
@media (max-width: 575.98px) {
  .top-about__img-01 {
    height: 200px;
  }
}
.top-about__img-01 img {
  -o-object-position: 20% center;
     object-position: 20% center;
}
.top-about__img-02 {
  position: absolute;
  right: 0;
  top: max(15.625rem, 30px);
  width: 55%;
  height: 240px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .top-about__img-02 {
    position: static;
    width: 100%;
    height: 350px;
    top: 0;
  }
}
@media (max-width: 575.98px) {
  .top-about__img-02 {
    height: 200px;
  }
}
.top-about__img-02 img {
  -o-object-position: right;
     object-position: right;
}

.top-service {
  overflow: hidden;
  padding-top: max(5rem, 100px);
  padding-bottom: max(11.25rem, 120px);
  background-image: url(../images/logo-mark-bg.jpg);
  background-repeat: no-repeat;
  background-position: right -200px top;
  background-size: 1000px;
}
@media (max-width: 1399.98px) {
  .top-service {
    background-size: 80%;
    background-position: right -200px top 100px;
  }
}
@media (max-width: 767.98px) {
  .top-service {
    background-position: right -100px top 100px;
    background-size: 90%;
  }
}
@media (max-width: 575.98px) {
  .top-service {
    background-position: right -100px top 150px;
  }
}
.top-service__text {
  padding-left: 5em;
}
@media (max-width: 767.98px) {
  .top-service__text {
    padding-left: 0;
    padding-bottom: max(5rem, 50px);
  }
}
.top-service__text .description {
  padding-bottom: max(3.75rem, 30px);
}
.top-service__text .description .br-top-service {
  display: block;
}
@media (max-width: 1399.98px) {
  .top-service__text .description .br-top-service {
    display: none;
  }
}
.top-service__img {
  height: 460px;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .top-service__img {
    height: 350px;
  }
}
@media (max-width: 575.98px) {
  .top-service__img {
    height: 200px;
  }
}
.top-service__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 767.98px) {
  .top-features .heading {
    padding-bottom: max(5rem, 50px);
  }
}
@media (max-width: 991.98px) {
  .top-features__content {
    padding-left: 2em;
  }
}
@media (max-width: 767.98px) {
  .top-features__content {
    padding-left: 0;
  }
}
.top-features__item {
  display: flex;
  margin-bottom: max(2.5rem, 30px);
  background-color: #fff;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 2px 20px rgba(20, 78, 128, 0.2);
}
@media (max-width: 575.98px) {
  .top-features__item {
    display: block;
  }
}
.top-features__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 100%;
  background-color: rgb(30, 112, 185);
  border-radius: 16px 0 0 16px;
  z-index: 1;
}
.top-features__text {
  width: 60%;
  padding: 4.5em 3.5em 4.5em 4em;
}
@media (max-width: 575.98px) {
  .top-features__text {
    width: 100%;
    padding: 3em 2em 3em 2.5em;
  }
}
.top-features__heading {
  padding-bottom: 1em;
  font-size: max(1.75rem, 20px);
  font-weight: 700;
}
@media (max-width: 575.98px) {
  .top-features__heading {
    text-align: center;
  }
}
.top-features__description .description-1 {
  margin-bottom: 0.8em;
}
.top-features__img {
  width: 40%;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .top-features__img {
    width: 100%;
    height: 250px;
  }
}
.top-features__img img {
  width: 100%;
  height: 100%;
  border-radius: 0 16px 16px 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 575.98px) {
  .top-features__img img {
    border-radius: 0 0 16px 16px;
  }
}

.top-works {
  padding-bottom: 0;
}
.top-works .heading {
  padding-bottom: 0;
}
@media (max-width: 575.98px) {
  .top-works .heading {
    padding-bottom: max(3.75rem, 30px);
  }
}
@media (max-width: 575.98px) {
  .top-works .heading__en {
    justify-content: center;
  }
}
@media (max-width: 575.98px) {
  .top-works .btn-link {
    text-align: center;
  }
}
.top-works__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: max(3.75rem, 30px);
}
@media (max-width: 575.98px) {
  .top-works__top {
    display: block;
    text-align: center;
  }
}
.top-works__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 991.98px) {
  .top-works__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767.98px) {
  .top-works__content {
    grid-template-columns: repeat(1, 1fr);
  }
}
.top-works__item {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .top-works__item:hover .top-works__img img {
    transform: scale(1.1);
  }
}
.top-works__text {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding: 0 2em 2em;
  color: #fff;
  font-size: 18px;
}
.top-works__text .btn-link__icon {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.top-works__title {
  padding-right: 1em;
}
.top-works__img {
  width: 100%;
  height: auto;
  aspect-ratio: 25/26;
  position: relative;
}
@media (max-width: 767.98px) {
  .top-works__img {
    aspect-ratio: auto;
  }
}
.top-works__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(20, 78, 128) 0%, rgba(20, 78, 128, 0) 20%);
  pointer-events: none;
}
@media (max-width: 575.98px) {
  .top-works__img::after {
    background: linear-gradient(to top, rgb(20, 78, 128) 0%, rgba(20, 78, 128, 0) 50%);
  }
}
.top-works__img img {
  transition: 0.5s ease;
}

.top-area {
  padding-bottom: max(8.125rem, 80 px);
}
.top-area__inner {
  position: relative;
  overflow: hidden;
}
.top-area__text {
  padding: 5em 5em 5em 0;
}
@media (max-width: 767.98px) {
  .top-area__text {
    padding-right: 3em;
  }
}
@media (max-width: 575.98px) {
  .top-area__text {
    padding: 3em 3em 16em;
  }
}
.top-area .heading {
  padding-bottom: max(2.5rem, 20px);
}
.top-area .heading__en {
  padding-bottom: 1em;
}
.top-area__description {
  font-size: max(1.125rem, 16px);
  text-align: justify;
}
.top-area__img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  width: 48%;
}
@media (max-width: 575.98px) {
  .top-area__img {
    top: auto;
    transform: none;
    bottom: -50px;
    transform: translateX(-50%);
    left: 50%;
    width: 300px;
  }
}

.top-link {
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  display: flex;
}
@media (max-width: 767.98px) {
  .top-link {
    display: block;
  }
}
.top-link__item-wrapper {
  width: 50%;
}
@media (max-width: 767.98px) {
  .top-link__item-wrapper {
    width: 100%;
  }
}
.top-link__item {
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .top-link__item:hover .top-link__img img {
    transform: scale(1.1);
  }
}
.top-link__text {
  display: inline-flex;
  justify-content: space-between;
  position: absolute;
  z-index: 1;
  width: 100%;
  bottom: 0;
  padding: 0 3em 3.5em;
  color: #fff;
  font-size: 18px;
}
@media (max-width: 575.98px) {
  .top-link__text {
    padding: 0 2.5em 3em;
  }
}
.top-link__text .btn-link__icon {
  align-self: flex-end;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.top-link .heading {
  padding-bottom: 0;
}
.top-link .heading__en {
  padding-bottom: 1em;
}
.top-link__img {
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .top-link__img {
    height: 350px;
  }
}
.top-link__img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgb(20, 78, 128) 0%, rgba(20, 78, 128, 0) 70%);
  pointer-events: none;
}
.top-link__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s ease;
}
.top-link__item-wrapper.__recruit img {
  -o-object-position: 60% center;
     object-position: 60% center;
}/*# sourceMappingURL=index.css.map */