@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

#container {
  max-width: 1800px;
}

.office-hero {
  position: relative;
  z-index: 1;
  color: #fff;
  height: 800px;
 
  background-color: #363636;
  background-image: url(/jp/lighting/office-solution/img/main.png);
  background-size: auto 100%;
  background-position: 45% 0;
  background-repeat: no-repeat;
}
/* .office-hero {
  position: relative;
  z-index: 1;
}

.office-hero-bg {
  position: relative;
  z-index: -1;
} */
 .office-hero-inner {
  max-width: 976px;
  margin: auto;
 }

.office-hero-text {
  padding-top: 80px;
}


.office-hero-lead-sub{
  font-size: 15px;
  background: #EE8E00;
  color: #333;
  display: inline;
  border-radius: 30px;
  margin: auto;
  padding: 8px 16px;
  text-align: center;
  font-weight: 600;
  line-height: 1.5;

}
.office-hero-lead {
  font-weight: 600;
  font-size: 32px;
  margin: 24px auto 8px;
}

.office-hero-paragraph {
  font-weight: 300;
  font-size: 18px;
  line-height: 1.5;
}

@media screen and (max-width: 640px) {
  .office-hero {
    background-image: url(/jp/lighting/office-solution/img/main_sp.png);
    background-size: cover;
    height: 976px;
    margin: 0 auto;
  }
  .office-hero-text {
    padding-top: 40px;
  }
  .office-hero-lead-sub{
    font-size: 14px;
  }
  .office-hero-lead {
    font-size: 24px;
  }
  .office-hero-paragraph {
    font-size: 14px;
  }
}
.office-hero-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 16px 30px;
  background: #fff url(/jp/lighting/office-solution/img/icon.svg) no-repeat;
  background-position: calc(100% - 15px) calc(50% - 2px);
  background-size: 23px auto;
  color: #333;
  font-weight: 600;
  text-align: center;
  font-size: 20px;
}
.office-hero-button__link span{
  font-size: 15px;
}
.office-hero-button__link:hover{
  opacity: .8;
}


.office-hero-point-wrapper{
  width: 450px;
  margin: 60px 0 0 auto;
}
@media screen and (max-width: 640px) {
  .office-hero-point-wrapper{
    position: absolute;
    bottom: 30px;
   left: 5%;
    width: 90%;
  }
  .office-hero-button__link {
    font-size: 16px;
  }
}

.points-list {
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-bottom: 50px;
}

.point {
  position: relative;
  padding: 16px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.point-number {
  font-size: 18px;
  font-weight: 600;
  color: #EE8E00;
  min-width: 80px;
  flex-shrink: 0;
  font-family: "Open Sans";
}

.point-content {
  flex: 1;
}

.point-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}


.point:not(:last-child)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
}

.point:nth-child(1)::after,
.point:nth-child(2)::after {
  background: none;
  border-bottom: 2px dashed white;
}


@media (max-width: 640px) {
  .point {
      gap: 15px;
      padding: 15px 0;
  }
  
  .point-number {
      min-width: 70px;
      font-size: 1em;
  }
  
  .point-title {
      font-size: 1em;
  }
}



.office-column {
  display: flex;
  margin-top: 50px;
}

.office-column-paragraph {
  font-weight: 300;
  line-height: 1.8;
}

.office-column-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E2E2;
  background: #fff url(/jp/lighting/office-solution/img/icon.svg) no-repeat;
  background-size: 17px auto;
  color: #333;
}

.office-column-button__link:not([href]) {
  pointer-events: none;
}

@media print, screen and (min-width: 641px) {
.office-column {
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-bottom: 36px;
}

.office-column::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: calc(100% - 36px);
  background-color: #E2E2E2;
  content: '';
  pointer-events: none;
}

.office-column-item {
  width: calc(50% - 38px);
  padding: 10px 0;
}

.office-column-paragraph {
  margin-bottom: 27px;
  font-size: 15px;
}

.office-column-button__link {
  width: 100%;
  height: 65px;
  padding: 0 35px;
  background-position: calc(100% - 16px) 50%;
  font-size: 16px;
  line-height: 1.25;
}
}

@media screen and (max-width: 640px) {
.office-column {
  flex-direction: column;
  padding: 0 15px 25px;
}

.office-column-item {
  margin-bottom: 19px;
  padding-bottom: 25px;
  border-bottom: 1px solid #E2E2E2;
}

.office-column-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.office-column-paragraph {
  margin-bottom: 15px;
}

.office-column-button__link {
  height: 50px;
  padding: 0 25px;
  background-position: calc(100% - 8px) 50%;
}

}


.factory-column-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E2E2E2;
  background: #fff url(/jp/lighting/office-renewal/img/index_ic02.svg) no-repeat;
  background-size: 17px auto;
  color: #333;
}

.factory-column-button__link:not([href]) {
  pointer-events: none;
}

.factory-column-button__link--libecom {
  background-image: url(/jp/lighting/office-solution/img/libecom-banner.png);
  background-size: 100%;
  font-weight: 600;
}
.factory-column-button__link--libecom  p{
  position: relative;
  left: 70px;
  text-align: center;
}


.factory-column-button__link--merihari {
  background-image: url(/jp/lighting/office-renewal/img/merihari-banner.png);
  background-size: 100%;
  font-weight: 600;
  color: #fff;
}
.factory-column-button__link--merihari span {
  position: relative;
  left: 95px;
}
.factory-column-button__link--libecom:hover,
.factory-column-button__link--merihari:hover{
  opacity: .8;
}
.factory-column-button__link--merihari:hover span{
  color: #fff !important;

}


@media print, screen and (min-width: 641px) {
  .factory-column-button__link {
    width: 100%;
    height: 63px;
    padding: 0 35px;
    background-position: calc(100% - 16px) 50%;
    font-size: 16px;
    line-height: 1.25;
  }

  .factory-column-button__link--libecom {
    height: 65px;
    background-position: 50% 50%;
    font-size: 16px;
  }
  .factory-column-button__link--libecom p::after {
    position: absolute;
    background: url(/jp/lighting/office-solution/img/icon.svg) no-repeat;
    content: '';
    top: calc(50% - 3px);
    right: -47px;
    width: 23px;
    height: 7px;
    background-size: 23px auto;
  }
  .factory-column-button__link--libecom p::after {
  position: absolute;
  background: url(/jp/lighting/office-solution/img/icon.svg) no-repeat;
  content: '';
}
  .factory-column-button__link--merihari {
    height: 65px;
    background-position: 50% 50%;
    font-size: 16px;
  }

  .factory-column-button__link--merihari span::after {
    position: absolute;
    background: url(/jp/lighting/office-solution/img/index_ic01.svg) no-repeat;
    content: '';
    top: calc(50% - 3px);
    right: -40px;
    width: 23px;
    height: 7px;
    background-size: 23px auto;
  }
}
@media screen and (max-width: 640px) {
.factory-column-button__link {
  height: 50px;
  padding: 0 25px;
  background-position: calc(100% - 8px) 50%;
}
.factory-column-button__link--libecom {
  background-position: 50% 50%;
}

.factory-column-button__link--libecom p::after {
  top: calc(50% - 2px);
  right: -26px;
  width: 17px;
  height: 5px;
  background-size: 17px auto;
}
.factory-column-button__link--merihari {
  background-position: 50% 50%;
}

.factory-column-button__link--merihari span::after {
  top: calc(50% - 2px);
  right: -28px;
  width: 17px;
  height: 5px;
  background-size: 17px auto;
}
}
