.banner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.banner-readmore {
  z-index: 1;
  position: absolute;
  bottom: 15vh;
  color: #FFF;
  margin: auto;
  left: 0;
  right: 0;
  text-align: center; }
  .banner-readmore img {
    display: block;
    width: 1.5rem;
    margin: 0.5rem auto 0; }

.banner-index {
  position: relative;
  z-index: 3;
  margin-top: 5rem;
  height: calc(100vh - 150px);
  overflow: visible; }
  .banner-index::before {
    z-index: 2;
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 80px;
    background: #cf152d;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -35px; }
  .banner-index::after {
    z-index: 2;
    position: absolute;
    display: block;
    content: "SCROLL";
    font-weight: bold;
    color: #cf152d;
    right: 0;
    left: 0;
    width: 200px;
    text-align: center;
    margin: auto;
    bottom: -75px; }
  .banner-index .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .banner-index .swiper-slide {
    position: relative;
    color: #FFF;
    width: 100%;
    height: 100%;
    background-color: #000;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    text-align: center; }
    .banner-index .swiper-slide::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1); }
    .banner-index .swiper-slide .ytVideo {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%; }
    .banner-index .swiper-slide article {
      position: absolute;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .banner-index .swiper-slide h1 {
      font-size: 2.5rem;
      line-height: 3.25rem;
      letter-spacing: 1.5rem;
      opacity: 0;
      transform: translateY(3rem);
      transition: opacity 1s, transform 1s; }
      @media only screen and (max-width: 640px) {
        .banner-index .swiper-slide h1 {
          font-size: 2rem;
          line-height: 2.75rem; } }
    .banner-index .swiper-slide p {
      font-size: 1.25rem;
      line-height: 2rem;
      font-weight: bold;
      letter-spacing: 0.75rem;
      margin-top: 1.5rem;
      opacity: 0;
      transform: translateY(3rem);
      transition: opacity 1s 0.5s, transform 1s 0.5s; }
    .banner-index .swiper-slide.swiper-slide-active h1, .banner-index .swiper-slide.swiper-slide-active p {
      opacity: 1;
      transform: translateY(0); }
  .banner-index .swiper-pagination {
    bottom: 50px; }
  .banner-index .swiper-pagination-bullet {
    background: #FFF; }
  .banner-index .index-volume {
    display: none;
    z-index: 3;
    position: absolute;
    right: 3rem;
    bottom: 1rem;
    width: 2rem;
    height: 2rem;
    background: url("../img/icon/icon-volume.svg") no-repeat center center;
    background-size: contain; }
    .banner-index .index-volume.mute::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      height: 100%;
      background: url("../img/icon/icon-volume-mute.svg") no-repeat center center;
      background-size: contain; }
  .banner-index .index-play {
    display: none;
    z-index: 1;
    position: absolute;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 40%;
    width: 5rem; }

.banner-page {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 35rem;
  max-height: calc(85vh - 5rem );
  color: #FFF;
  text-align: center;
  margin-top: 5rem;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  .banner-page.dark {
    color: #171717; }
  .banner-page > div {
    opacity: 0;
    transform: translateY(3rem);
    animation: bannerShow 1s forwards; }
  .banner-page h1 {
    margin: auto;
    font-size: 2.5rem;
    line-height: 3.25rem;
    letter-spacing: 0.5rem;
    white-space: nowrap; }
    @media only screen and (max-width: 640px) {
      .banner-page h1 {
        font-size: 2rem;
        line-height: 2.75rem; } }
    .banner-page h1 p {
      letter-spacing: 0.75rem;
      margin-top: 0.5rem;
      font-size: 1.25rem;
      line-height: 2rem; }
  .banner-page h2 {
    color: #5f9202;
    border-top: 1px solid #171717;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 2.5rem; }
    .banner-page h2 p {
      color: #171717;
      font-size: 1rem;
      line-height: 1.75rem; }
      .body-en .banner-page h2 p, .banner-page h2 p.body-en {
        font-size: 1.1rem;
        line-height: 1.85rem; }
      @media only screen and (max-width: 640px) {
        .body-en .banner-page h2 p, .banner-page h2 p.body-en {
          font-size: 1rem;
          line-height: 1.75rem; } }

@keyframes bannerShow {
  to {
    opacity: 1;
    transform: translateY(0); } }
.banner-milestones {
  background: url("../img/milestones/banner-milestones.jpg"); }

.banner-vision {
  background: url("../img/vision/banner-vision.jpg"); }

.banner-team {
  background: url("../img/team/banner-team.jpg"); }

.banner-performance {
  background: url("../img/performance/banner-performance.jpg"); }

.banner-organization {
  background: url("../img/organization/banner-organization.jpg"); }

.banner-product {
  background: url("../img/product/banner-product.jpg"); }

.banner-governance {
  background: url("../img/governance/banner-governance.jpg"); }

.banner-sustainability {
  background: url("../img/sustainability/banner-sustainability.jpg"); }

.banner-sustainability-message {
  background: url("../img/sustainability/banner-sustainability-message.jpg"); }

.banner-environment {
  background: url("../img/environment/banner-environment.jpg"); }

.banner-financials {
  background: url("../img/financials/banner-financials.jpg"); }

.banner-stock {
  background: url("../img/stock/banner-stock.jpg"); }

.banner-report {
  background: url("../img/report/banner-report.jpg"); }

.banner-stakeholder {
  background: url("../img/stakeholder/banner-stakeholder.jpg"); }

.banner-society {
  background: url("../img/society/banner-society.jpg"); }

.banner-service-intro {
  background: url("../img/service/banner-service-intro.jpg"); }

.banner-service-sustainable {
  background: url("../img/service/banner-service-sustainable.jpg"); }

.banner-service-package {
  background: url("../img/service/banner-service-package.jpg"); }

.banner-service-recycle {
  background: url("../img/service/banner-service-recycle.jpg"); }

.banner-recruit {
  background: url("../img/recruit/banner-recruit.jpg"); }

.banner-nav {
  background: #fbfbfb;
  text-align: center; }
  .banner-nav a {
    display: inline-block;
    padding: 0.75rem 1.5rem 0.5rem;
    border-bottom: 3px solid transparent;
    transition: color 0.5s, border 0.5s; }
    .banner-nav a.active {
      color: #cf152d;
      border-color: #cf152d;
      font-weight: bold; }
  .banner-nav p {
    text-align: left; }

.banner-word {
  width: 1200px;
  margin: auto;
  padding: 1.5rem 0; }
  @media only screen and (max-width: 1440px) {
    .banner-word {
      width: 1024px; } }
  @media only screen and (max-width: 1024px) {
    .banner-word {
      width: calc(100% - 3rem); } }
  .banner-word h1 {
    margin: auto;
    font-size: 2.5rem;
    line-height: 3.25rem;
    letter-spacing: 0.5rem; }
    @media only screen and (max-width: 640px) {
      .banner-word h1 {
        font-size: 2rem;
        line-height: 2.75rem; } }
    .banner-word h1 p {
      letter-spacing: 0.75rem;
      margin-top: 0.5rem;
      font-size: 1.25rem;
      line-height: 2rem; }

.bread {
  padding: 3rem 0 1rem 0;
  width: 1200px;
  margin: auto;
  margin: auto;
  font-size: 0.85rem;
  line-height: 1.5rem; }
  @media only screen and (max-width: 1440px) {
    .bread {
      width: 1024px; } }
  @media only screen and (max-width: 1024px) {
    .bread {
      width: calc(100% - 3rem); } }

.bread-nav {
  position: relative;
  padding-left: 1.5rem;
  top: -1rem;
  width: 1200px;
  margin: auto; }
  @media only screen and (max-width: 1440px) {
    .bread-nav {
      width: 1024px; } }
  @media only screen and (max-width: 1024px) {
    .bread-nav {
      width: calc(100% - 3rem); } }
  .bread-nav > div {
    display: inline-block;
    margin-right: 1rem; }
  .bread-nav::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url("../img/icon/icon-banner-nav.svg") no-repeat center center;
    background-size: contain;
    transform: translateY(-50%); }
  .bread-nav a {
    color: #cf152d;
    border-bottom: 1px dashed #cf152d;
    transition: color 0.5s, border 0.5s;
    margin: 0 0.5rem; }
    .bread-nav a.bread-nav-sub {
      color: #848484;
      border-bottom: 1px dashed #848484; }

@media only screen and (min-width: 1025px) {
  .banner-nav a:hover {
    color: #cf152d;
    border-color: #cf152d; } }
@media only screen and (max-width: 1440px) {
  .banner-index .swiper-slide .ytVideo {
    width: 1440px; } }
@media only screen and (max-width: 1024px) {
  .banner-index {
    margin-top: 3.5rem;
    height: calc(90vh - 150px); }
    .banner-index::before {
      height: 70px; }
    .banner-index .swiper-slide {
      padding-top: 0; }
      .banner-index .swiper-slide h1 {
        letter-spacing: 0.5rem; }
      .banner-index .swiper-slide p {
        letter-spacing: 0.25rem; }
      .banner-index .swiper-slide .ytVideo {
        width: 300%;
        height: 150%; }
      .banner-index .swiper-slide article {
        position: relative;
        margin-top: 15vh;
        width: 100%;
        height: auto; }
    .banner-index .swiper-pagination {
      bottom: 5vh; }

  .banner-page {
    margin-top: calc(2 * 3.5rem);
    height: 16rem;
    max-height: none; }
    .banner-page h2 {
      margin-top: 1rem;
      padding-top: 1rem;
      font-size: 1rem;
      line-height: 1.75rem;
      line-height: 125% !important; }
      .body-en .banner-page h2, .banner-page h2.body-en {
        font-size: 1.1rem;
        line-height: 1.85rem; } }
    @media only screen and (max-width: 1024px) and (max-width: 640px) {
      .body-en .banner-page h2, .banner-page h2.body-en {
        font-size: 1rem;
        line-height: 1.75rem; } }
@media only screen and (max-width: 1024px) {
      .banner-page h2 p {
        font-size: 0.85rem;
        line-height: 1.5rem;
        margin-top: 0.5rem;
        line-height: 125% !important; }
      .body-en .banner-page h2 {
        font-size: 0.85rem;
        line-height: 1.5rem; }
        .body-en .banner-page h2 p {
          font-size: 0.85rem;
          line-height: 1.5rem; }

  .no-banner-nav {
    margin-top: 3.5rem; }

  .banner-nav {
    z-index: 2;
    position: absolute;
    position: fixed;
    top: 3.5rem;
    left: 0;
    font-weight: normal;
    width: 100%; }
    .banner-nav.open p::after {
      transform: translateY(-50%) rotate(-45deg); }
    .banner-nav div {
      display: none;
      border-top: 1px solid #c9c9c9;
      padding: 0.5rem 1.5rem;
      background: #fbfbfb;
      max-height: 20rem;
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; }
      .banner-nav div a {
        display: block;
        text-align: left;
        padding: 0.5rem 0; }
        .banner-nav div a.active {
          border: none; }
    .banner-nav p {
      position: relative;
      display: flex;
      align-items: center;
      height: 3.5rem;
      padding: 0 1.5rem; }
      .banner-nav p::after {
        display: block;
        position: absolute;
        content: "";
        border-right: 1px solid #cf152d;
        border-top: 1px solid #cf152d;
        width: 0.5rem;
        height: 0.5rem;
        top: 50%;
        right: 2rem;
        transform: translateY(-100%) rotate(135deg); }

  .banner-page h1 p {
    letter-spacing: 0.25rem; }

  .banner-word {
    padding-top: calc(3.5rem * 2); }
    .banner-word h1 p {
      letter-spacing: 0.25rem; } }
@media only screen and (max-width: 640px) {
  .banner-page h1 {
    letter-spacing: 0.25rem; }
    .banner-page h1 p {
      margin-top: 0.25rem;
      letter-spacing: 0;
      font-size: 1rem;
      line-height: 1.75rem; }
      .body-en .banner-page h1 p, .banner-page h1 p.body-en {
        font-size: 1.1rem;
        line-height: 1.85rem; } }
    @media only screen and (max-width: 640px) and (max-width: 640px) {
      .body-en .banner-page h1 p, .banner-page h1 p.body-en {
        font-size: 1rem;
        line-height: 1.75rem; } }

/*# sourceMappingURL=banner.css.map */
