/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.mainvisual {
  position: relative;
}
.mainvisual .mv-bg {
  overflow: hidden;
  display: block;
  min-height: 100dvh;
}
.mainvisual .mv-bg .swiper-slide {
  height: 100%;
  min-height: 100dvh;
}
.mainvisual .mv-bg .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.mainvisual .container {
  position: absolute;
  width: 100%;
  max-width: 120rem;
  margin: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 99;
}
.mainvisual .container h1 {
  color: #fff;
  font-size: 7.5rem;
  line-height: 1.2;
  text-shadow: 0 0 2px #888;
}
.mainvisual .container h1 small {
  font-size: 6rem;
}
.mainvisual .container h1 small.txt-md {
  font-size: 6.5rem;
}
@media only screen and (min-width: 768px) {
  .mainvisual .container h1 {
    font-size: 15rem;
  }
  .mainvisual .container h1 small {
    font-size: 12.5rem;
  }
  .mainvisual .container h1 small.txt-md {
    font-size: 14rem;
  }
}
@media only screen and (max-width: 767px) {
  .mainvisual .mv-bg {
    height: 100dvh;
    max-height: 50rem;
    min-height: auto;
  }
  .mainvisual .mv-bg .swiper-slide {
    height: 100dvh;
    max-height: 50rem;
    min-height: auto;
  }
  .mainvisual .container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/*====================================================================================
2. START MAIN TOP
====================================================================================*/
/*---------- START sec-business ----------*/
.sec-business .txt-eng--lg {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .sec-business {
    background: url("../images/business-img.webp") no-repeat;
    background-size: 68%;
    background-position: top 8rem right -35%;
  }
  .sec-business .inner-business {
    width: 45%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-business .sp_business-img {
    margin-top: -10%;
    margin-bottom: -3.5rem;
  }
}

/*---------- START sec-recruit ----------*/
.list-recruit {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  margin-top: 2.5rem;
}
.list-recruit__item {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.list-recruit__link {
  position: relative;
  display: inline-block;
  color: #fff;
  text-decoration: none;
}
.list-recruit__txt {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  padding: 2rem 2.5rem;
}
.list-recruit__txt .txt-link {
  margin-top: 3rem;
}
.list-recruit__ttl {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
  .list-recruit {
    gap: 4rem;
    margin-top: 5rem;
  }
  .list-recruit__item {
    width: calc((100% - 8rem) / 3);
  }
  .list-recruit__link:hover .list-recruit__txt {
    background: rgba(20, 170, 59, 0.4);
  }
  .list-recruit__txt .txt-link {
    margin-top: 6rem;
  }
  .list-recruit__ttl {
    font-size: 2.4rem;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .list-recruit__link {
    width: 100%;
    height: 30rem;
  }
  .list-recruit__img {
    width: 100%;
    height: 100%;
  }
  .list-recruit__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: top center;
       object-position: top center;
  }
}

/*---------- START sec-company ----------*/
.sec-company {
  position: relative;
  z-index: 3;
}
.sec-company .txt-eng--lg {
  position: relative;
  line-height: 0.6;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .sec-company {
    background: url("../images/company-bg.webp") no-repeat top right/cover;
  }
}

/*---------- START sec-topics ----------*/
.sec-topics {
  position: relative;
  width: 100%;
}
.sec-topics:after {
  position: absolute;
  content: "";
  background: #ebf1ed;
  -webkit-clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(15% 0, 100% 0%, 100% 100%, 0% 100%);
  width: 27%;
  height: 8rem;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .sec-topics:after {
    -webkit-clip-path: polygon(4.8% 0, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(4.8% 0, 100% 0%, 100% 100%, 0% 100%);
    width: 57%;
    height: 13rem;
  }
  .sec-topics .cm-title01 {
    width: 30%;
  }
  .sec-topics__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-topics__main .main-left {
    width: 30%;
  }
  .sec-topics__main .cont-topics {
    width: 65%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-topics {
    padding: 3rem 0;
  }
}

.cont-topics__link {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1.5rem 0rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 3rem;
  font-weight: 500;
  border-bottom: 1px solid #c4c4c4;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.cont-topics__txt {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cont-topics .nav-link:after {
  bottom: -1px;
}
@media only screen and (min-width: 768px) {
  .cont-topics {
    margin-top: -2.5rem;
  }
  .cont-topics__link {
    padding: 2.5rem 0rem;
  }
  .cont-topics__link:hover .tag {
    background: #ec6c00;
  }
}
@media only screen and (max-width: 767px) {
  .cont-topics__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 2rem;
  }
  .cont-topics__txt {
    width: 100%;
  }
}

.tag {
  background: #DBB201;
  border-radius: 0.5rem;
  text-align: center;
  width: 11rem;
  min-width: 11rem;
  text-align: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
  padding: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tag.tag-2 {
  background: #83a592;
}
.tag.tag-3 {
  background: #9a9684;
}