.parts-contact {
  margin-top: 15px;
}

/*************************************************

lighting-lead

*************************************************/
.lighting-lead {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: min(1360px, 100% - 20px);
  height: 600px;
  margin: 0 auto 80px;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .lighting-lead {
    height: auto;
    margin-bottom: 60px;
    padding: 40px 0 150px;
  }
}

.lighting-lead-letters {
  position: relative;
  padding: 0 80px;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lighting-lead-letters {
    padding: 0 20px;
  }
}

.lighting-lead-title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lighting-lead-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.lighting-lead-bg {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .lighting-lead-bg {
    width: auto;
    height: 40%;
  }
}
.lighting-lead-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lighting-lead-bg img {
    width: auto;
  }
}

/*************************************************

lighting-matters

*************************************************/
.lighting-matters {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .lighting-matters {
    margin-bottom: 60px;
  }
}

/* lighting-matters-icons
---------------------------------------*/
.lighting-matters-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .lighting-matters-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.lighting-matters-icons__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(33.3333333333% - 26.6666666667px);
  padding: 24px 24px 32px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
          box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
  border-radius: 4px;
  border: #F1F1F1 solid 1px;
}
@media screen and (max-width: 767px) {
  .lighting-matters-icons__item {
    width: 100%;
    padding: 14px 14px 22px;
  }
}
.lighting-matters-icons__item .in-top {
  width: 100%;
}
.lighting-matters-icons__item .in-bottom {
  width: 100%;
  color: #3084AC;
}
.lighting-matters-icons__item .in-icon {
  width: 59.2592592593%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.lighting-matters-icons__item .in-text {
  margin: 24px 0 16px;
  color: #3084AC;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lighting-matters-icons__item .in-text {
    margin-top: 14px;
    font-size: 14px;
  }
}
.lighting-matters-icons__item .in-text span {
  display: inline-block;
}

/*************************************************

lighting-lineup

*************************************************/
.lighting-lineup {
  padding-top: 80px;
  background-color: #ECECEC;
}
@media screen and (max-width: 767px) {
  .lighting-lineup {
    padding: 40px 0 30px;
  }
}

.lighting-lineup-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .lighting-lineup-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 35px;
  }
}

.lighting-lineup-flex__box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 20px);
  padding: 45px 32px 40px;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .lighting-lineup-flex__box {
    width: 100%;
    padding: 25px 15px 30px;
  }
}

.lighting-lineup-flex__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px 15px;
  margin-bottom: 12px;
  line-height: 1.4;
}
.lighting-lineup-flex__head .in-label {
  padding: 2px 10px;
  color: #3084AC;
  font-size: 14px;
  border-radius: 20px;
  background-color: #ECECEC;
}
@media screen and (max-width: 767px) {
  .lighting-lineup-flex__head .in-label {
    font-size: 13px;
  }
}
.lighting-lineup-flex__head .in-name {
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lighting-lineup-flex__head .in-name {
    font-size: 20px;
  }
}

.lighting-lineup-flex__img {
  margin-top: 24px;
  text-align: center;
}
.lighting-lineup-flex__img img {
  border-radius: 4px;
}

.lighting-lineup-flex__list {
  margin-top: 23px;
}
.lighting-lineup-flex__list .in-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 18px;
  padding-bottom: 20px;
  font-size: 18px;
  border-bottom: #ECECEC solid 1px;
}
@media screen and (max-width: 767px) {
  .lighting-lineup-flex__list .in-item {
    font-size: 14px;
  }
}
.lighting-lineup-flex__list .in-item::before {
  display: block;
  content: "";
  width: 32px;
  height: 32px;
  background: url(../images/common/icon_check01.svg) no-repeat center center/100% 100%;
}
@media screen and (max-width: 767px) {
  .lighting-lineup-flex__list .in-item::before {
    width: 26px;
    height: 26px;
  }
}
.lighting-lineup-flex__list .in-item__text {
  width: calc(100% - 56px);
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .lighting-lineup-flex__list .in-item__text {
    width: calc(100% - 38px);
  }
}

/*************************************************

lighting-medical

*************************************************/
.lighting-medical {
  overflow: hidden;
  margin-top: 0;
}
.lighting-medical::before {
  background-color: #ECECEC;
}

.lighting-medical-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lighting-medical-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}

.lighting-medical-letters {
  position: relative;
  width: 48.3333333333%;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .lighting-medical-letters {
    width: 100%;
  }
}

.lighting-medical-imgs {
  position: relative;
  width: 50%;
  z-index: 1;
}
.lighting-medical-imgs::before {
  position: absolute;
  top: 0;
  right: 100%;
  display: block;
  content: "";
  width: 100000px;
  height: 100%;
  background-color: #3084AC;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .lighting-medical-imgs {
    width: auto;
    margin: 0 -30px;
  }
}

.lighting-medical-about {
  padding: 20px 24px;
  color: #3084AC;
  background-color: #fff;
  border-radius: 4px;
}
.lighting-medical-about .in-title {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .lighting-medical-about .in-title {
    font-size: 16px;
  }
}

.lighting-medical-tablewrap {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .lighting-medical-tablewrap {
    margin: 0 -30px;
    padding: 0 30px 10px;
  }
}

.lighting-medical-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: #fff solid 1px;
}
@media screen and (max-width: 992px) {
  .lighting-medical-table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lighting-medical-table {
    width: 480px;
  }
}
.lighting-medical-table th {
  padding: 10px 0;
  color: #3084AC;
  font-weight: 500;
  background-color: #fff;
  text-align: center;
  border-bottom: #fff solid 1px;
}
.lighting-medical-table td {
  padding: 5px 0;
  text-align: center;
  border-bottom: #fff solid 1px;
}

.lighting-medical-slider__img {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .lighting-medical-slider__img {
    margin: 0 8px;
  }
}

.lighting-medical-slider__control {
  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;
  gap: 60px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .lighting-medical-slider__control {
    gap: 40px;
    margin: 15px 20px 0;
  }
}

.lighting-medical-slider__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  width: auto !important;
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .lighting-medical-slider__pagination {
    gap: 12px;
  }
}
.lighting-medical-slider__pagination .swiper-pagination-bullet {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 12px;
  height: 12px;
  display: block;
  margin: 0 !important;
  padding: 0;
  border: #fff solid 1px;
  background-color: transparent;
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .lighting-medical-slider__pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
}
.lighting-medical-slider__pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

.lighting-medical-slider__arws {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  line-height: 0;
}
@media screen and (max-width: 767px) {
  .lighting-medical-slider__arws {
    gap: 10px;
  }
}

.lighting-medical-slider__button {
  width: 40px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .lighting-medical-slider__button {
    width: 30px;
  }
}
.lighting-medical-slider__button.is-prev {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

/*************************************************

lighting-generation

*************************************************/
.lighting-generation {
  padding: 80px 0 100px;
  color: #fff;
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .lighting-generation {
    padding: 40px 0 50px;
  }
}

.lighting-generation-title {
  margin-bottom: 24px;
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .lighting-generation-title {
    font-size: 20px;
  }
}
.lighting-generation-title .in-big {
  font-size: 1.71em;
  line-height: 1.3;
}

/* lighting-generation-icons
---------------------------------------*/
.lighting-generation-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 40px;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .lighting-generation-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.lighting-generation-icons__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(25% - 30px);
  padding: 24px 24px 32px;
  background-color: #3084AC;
  -webkit-box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
          box-shadow: 4px 4px 8px rgba(4, 33, 47, 0.12);
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .lighting-generation-icons__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .lighting-generation-icons__item {
    width: 100%;
    padding: 14px 14px 22px;
  }
}
.lighting-generation-icons__item .in-top {
  width: 100%;
}
.lighting-generation-icons__item .in-bottom {
  width: 100%;
  color: #fff;
}
.lighting-generation-icons__item .in-icon {
  width: 59.2592592593%;
  margin: 0 auto;
  text-align: center;
  line-height: 0;
}
.lighting-generation-icons__item .in-text {
  margin: 24px 0 16px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .lighting-generation-icons__item .in-text {
    margin-top: 14px;
    font-size: 14px;
  }
}
.lighting-generation-icons__item .in-text span {
  display: inline-block;
}

/* lighting-generation-flex01
---------------------------------------*/
.lighting-generation-flex01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .lighting-generation-flex01 {
    display: block;
  }
}

.lighting-generation-flex01__img {
  width: 48.3333333333%;
}
@media screen and (max-width: 767px) {
  .lighting-generation-flex01__img {
    width: auto;
    margin-bottom: 30px;
  }
}

.lighting-generation-flex01__letters {
  width: 48.3333333333%;
}
@media screen and (max-width: 767px) {
  .lighting-generation-flex01__letters {
    width: auto;
  }
}

.lighting-generation-tablewrap {
  overflow: auto;
}
@media screen and (max-width: 767px) {
  .lighting-generation-tablewrap {
    margin: 0 -30px;
    padding: 0 30px 10px;
  }
}

.lighting-generation-table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: #ECECEC solid 1px;
  border-radius: 4px;
}
@media screen and (max-width: 992px) {
  .lighting-generation-table {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .lighting-generation-table {
    width: 480px;
  }
}
.lighting-generation-table th {
  padding: 10px 0;
  color: #282828;
  font-weight: 500;
  background-color: #ECECEC;
  text-align: center;
  border-bottom: #fff solid 1px;
}
.lighting-generation-table td {
  padding: 5px 0;
  text-align: center;
  border-bottom: #ECECEC solid 1px;
}

/*************************************************

lighting-download

*************************************************/
.lighting-download {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .lighting-download {
    margin-top: 50px;
  }
}

.lighting-download-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px 10px 0;
}
@media screen and (max-width: 767px) {
  .lighting-download-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.lighting-download__anchor {
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(50% - 8px);
  min-height: 320px;
  padding: 15px 0;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .lighting-download__anchor:hover::before {
    opacity: 0;
  }
  .lighting-download__anchor:hover .parts-contact__arw {
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .lighting-download__anchor {
    min-height: 200px;
    width: 100%;
    padding: 20px 0;
  }
}
.lighting-download__anchor .parts-dotstitle {
  margin-bottom: 20px;
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1100px) {
  .lighting-download__anchor .parts-dotstitle {
    font-size: 22px;
  }
}
@media screen and (max-width: 992px) {
  .lighting-download__anchor .parts-dotstitle {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .lighting-download__anchor .parts-dotstitle {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.lighting-download__anchor::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #84C033;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 2;
}

.lighting-download-btns__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lighting-download-btns__bg img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.lighting-download-btns__inner {
  position: relative;
  width: min(540px, 100% - 40px);
  z-index: 5;
}

.lighting-download-btns__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .lighting-download-btns__en {
    margin-top: 10px;
  }
}

.lighting-download-btns__title {
  font-size: 80px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .lighting-download-btns__title {
    font-size: 60px;
  }
}
@media screen and (max-width: 992px) {
  .lighting-download-btns__title {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .lighting-download-btns__title {
    font-size: min(46px, 11.9947848761vw);
  }
}

.lighting-download-btns__arw {
  line-height: 0;
  width: 75px;
}
@media screen and (max-width: 1100px) {
  .lighting-download-btns__arw {
    width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .lighting-download-btns__arw {
    right: 0;
    width: 45px;
  }
}