/*====================================================================================
1. START MAIN VISUAL SECTION.
====================================================================================*/
.mainvisual {
  position: relative;
  height: 100dvh;
}
.mainvisual video {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.mainvisual .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .mainvisual {
    max-height: 45rem;
  }
  .mainvisual h1 {
    max-width: 85%;
  }
}
@media only screen and (min-width: 768px) {
  .mainvisual h1 {
    zoom: 50%;
  }
}

/*====================================================================================
2. START SECTION value
====================================================================================*/
.sec-value__inner {
  border-bottom: 1px dashed #707070;
  padding: 7rem 0 5rem;
}
.sec-value__img {
  max-width: 69.2rem;
  margin: 4rem auto 0;
}
@media only screen and (min-width: 768px) {
  .sec-value__inner {
    padding: 15rem 0 10rem;
  }
  .sec-value__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-value__main-txt {
    padding: 0 12rem;
    margin-top: 5rem;
  }
  .sec-value__img {
    margin-top: 8rem;
  }
}

/*====================================================================================
3. START SECTION logos
====================================================================================*/
.sec-logos {
  padding: 4rem 0 5rem;
}
.sec-logos__inner {
  margin-bottom: 3rem;
}
.sec-logos .infiniteslide .slide-box {
  width: 40%;
  padding: 0 0.4rem;
}
@media only screen and (min-width: 768px) {
  .sec-logos {
    padding: 8rem 0 10rem;
  }
  .sec-logos__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10rem;
    margin-bottom: 8rem;
  }
  .sec-logos__inner .txt-l {
    margin-bottom: 0;
  }
  .sec-logos .infiniteslide .slide-box {
    width: 15%;
    padding: 0 0.8rem;
  }
}

/*====================================================================================
4. START SECTION service
====================================================================================*/
.sec-service {
  background: #303030;
  padding: 6rem 0;
}
.sec-service__main {
  color: #fff;
}
.sec-service__list-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.2rem;
  margin-top: 5rem;
}
.sec-service__list-banner .banner {
  position: relative;
  width: calc((100% - 1.2rem) / 2);
  background: #fff;
  padding: 1rem;
  text-decoration: none;
  counter-increment: number;
}
.sec-service__list-banner .banner:after {
  position: absolute;
  content: counter(number, decimal-leading-zero);
  font-weight: bold;
  font-size: 1.6rem;
  font-family: var(--font-Poppins);
  top: 5rem;
  right: 1rem;
}
.sec-service__list-banner .banner__logo {
  position: relative;
  margin-bottom: 2rem;
}
.sec-service__list-banner .banner__logo img {
  width: auto;
  max-height: 7rem;
}
.sec-service__list-banner .banner__ttl {
  color: #343538;
}
.sec-service__list-banner .banner__ttl span {
  display: block;
}
.sec-service__list-banner .banner__ttl .txt-jp {
  font-size: 1.2rem;
}
.sec-service__list-banner .banner__ttl .txt-eng {
  font-size: 1.8rem;
  font-family: var(--font-Poppins);
}
.sec-service__list-banner .banner__arr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .sec-service {
    padding: 12rem 0;
  }
  .sec-service__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sec-service__main-txt {
    width: 50%;
  }
  .sec-service__list-banner {
    margin-top: 11rem;
  }
  .sec-service__list-banner .banner {
    width: calc((100% - 2.4rem) / 3);
    padding: 3.5rem 4rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .sec-service__list-banner .banner:after {
    right: 5rem;
  }
  .sec-service__list-banner .banner__logo {
    margin-bottom: 4rem;
  }
  .sec-service__list-banner .banner__ttl .txt-jp {
    font-size: 1.4rem;
  }
  .sec-service__list-banner .banner__ttl .txt-eng {
    font-size: 3.2rem;
  }
  .sec-service__list-banner .banner:hover {
    background: rgba(255, 255, 255, 0.5);
    outline: 2px solid var(--red);
  }
  .sec-service__list-banner .banner:hover .cm-arr {
    background: var(--blue);
  }
  .sec-service__list-banner .banner:hover .cm-arr:after {
    background: #fff;
  }
  .sec-service__list-banner .banner:hover .cm-arr:before {
    border-color: #fff;
  }
}

/*====================================================================================
5. START SECTION topics_news
====================================================================================*/
.sec-topics_news {
  padding: 5rem 0;
}
@media only screen and (min-width: 768px) {
  .sec-topics_news {
    padding: 10rem 0;
  }
}

.topic-new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6rem;
}
.topic-new .topics, .topic-new .news {
  width: 100%;
}
.topic-new__list {
  border-bottom: 1px solid #E2E2E2;
}
.topic-new__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 1.5rem 3.5rem 1.5rem 0.5rem;
  border-top: 1px solid #E2E2E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: 1.5rem;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  overflow: hidden;
}
.topic-new__link:after {
  position: absolute;
  content: "";
  background: var(--gray);
  opacity: 0.5;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  right: 1rem;
  bottom: 1.5rem;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.topic-new__date {
  font-size: 1.1rem;
}
.topic-new .list-tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
.topic-new .list-tag li {
  width: auto;
  min-width: 9rem;
  border-radius: 3rem;
  text-align: center;
  padding: 0.2rem 0.5rem 0rem;
  border: 1px solid var(--gray);
  font-size: 1.2rem;
  color: var(--gray);
}
.topic-new__txt {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.topic-new .news .list-tag li {
  color: var(--blue);
  border-color: var(--blue);
}
@media only screen and (min-width: 768px) {
  .topic-new {
    gap: 12rem;
  }
  .topic-new .topics, .topic-new .news {
    width: calc((100% - 12rem) / 2);
  }
  .topic-new__link {
    padding: 3rem 7rem 3rem 0.5rem;
  }
  .topic-new__link:after {
    bottom: 3rem;
  }
  .topic-new__link:hover {
    background: #fff;
  }
  .topic-new__link:hover:after {
    background: var(--blue);
    opacity: 1;
  }
}

/*====================================================================================
6. START SECTION company
====================================================================================*/
.sec-company {
  padding: 1rem 0 6rem;
}
.sec-company__main {
  width: 100%;
}
.sec-company__img {
  width: 100%;
  max-width: 37.8rem;
  margin: auto;
}
.sec-company__img img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sec-company__img {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .sec-company {
    padding: 2rem 0 12rem;
  }
  .sec-company__main {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sec-company__txt {
    width: 60%;
  }
  .sec-company__img {
    width: 40%;
    max-width: 100%;
  }
}

/*====================================================================================
7. START SECTION recruit
====================================================================================*/
.sec-recruit {
  background: url("../images/top/recruit-bg_SP.webp") no-repeat top center/cover;
  border-radius: 1rem;
  padding: 5rem 0;
  text-align: center;
  color: #fff;
  margin: 0 1.2rem;
}
.sec-recruit .c-title01 .txt-eng {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .sec-recruit {
    background: url("../images/top/recruit-bg.webp") no-repeat top center/cover;
    padding: 10rem 0;
    border-radius: 1.2rem;
  }
}