.hero {
  background: url(/img/company/bg_company05_sp.jpg) no-repeat;
  background-size: cover;
  height: 102px;
  color: #fff
}

.hero--product .breadCrumb {
  margin: 0 31px 23px;
  padding-top: 12px
}

.headerNavi {
  padding: 0 12px;
  text-align: center
}

.headerNavi__heading {
  padding: 4px 0 0;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 2;
  text-align: center
}

.headerNavi__heading .subText {
  display: block;
  color: #fff;
  font-size: 1.3rem
}

.products {
  padding: 20px 20px 10px;
  overflow-x: auto
}

.products__container {
  position: relative;
  margin: auto;
  background: url(/img/company/bg_company05.jpg) no-repeat;
  background-size: 100%;
  width: 441px;
  height: 597px;
  font-size: 1.2rem
}

.productsItem {
  position: relative;
  width: 120px;
  height: 120px
}

.productsItem__button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-tap-highlight-color: rgba(139, 205, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 50%;
  background: rgba(144, 211, 244, 0.95);
  width: 100%;
  height: 100%
}

.productsItem__img {
  max-width: 100%
}

.productsItem__caption {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 2;
  text-align: center
}

.productsItem__caption .subText {
  display: block
}

.productsItem--handle {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 118px;
  height: 118px
}

.productsItem--handle .productsItem__img {
  margin: 8px 0 12px;
  width: 64px;
  height: auto
}

.productsItem--shift {
  position: absolute;
  top: 6px;
  left: 133px;
  width: 118px;
  height: 118px
}

.productsItem--shift .productsItem__img {
  margin: 3px 0 5px;
  width: 56px;
  height: auto
}

.productsItem--comb {
  position: absolute;
  top: 6px;
  left: 260px;
  width: 118px;
  height: 118px
}

.productsItem--comb .productsItem__img {
  margin: 16px 0 3px;
  width: 84px;
  height: auto
}

.productsItem--heat {
  position: absolute;
  top: 133px;
  left: 6px;
  width: 118px;
  height: 118px
}

.productsItem--heat .productsItem__img {
  margin: 15px 0 6px;
  width: 83px;
  height: auto
}

.productsItem--cruise {
  position: absolute;
  top: 133px;
  left: 133px;
  width: 118px;
  height: 118px
}

.productsItem--cruise .productsItem__img {
  position: relative;
  width: 73px;
  height: auto
}

.productsItem--seat {
  position: absolute;
  top: 133px;
  left: 260px;
  width: 118px;
  height: 118px
}

.productsItem--seat .productsItem__img {
  margin: 19px 0 10px;
  width: 94px;
  height: auto
}

.productsItem--mirror {
  position: absolute;
  top: 262px;
  left: 6px;
  width: 118px;
  height: 118px
}

.productsItem--mirror .productsItem__img {
  margin: 15px 0 8px;
  width: 79px;
  height: auto
}

.productsItem--power {
  position: absolute;
  top: 388px;
  left: 6px;
  width: 133px;
  height: 133px
}

.productsItem--power .productsItem__img {
  margin: 6px 0 2px;
  width: 98px;
  height: auto
}

.productsItem--door {
  position: absolute;
  top: 452px;
  left: 133px;
  width: 118px;
  height: 118px
}

.productsItem--door .productsItem__img {
  margin: 11px 0 7px;
  width: 76px;
  height: auto
}

.productsItem--room {
  position: absolute;
  top: 401px;
  left: 253px;
  width: 118px;
  height: 118px
}

.productsItem--room .productsItem__img {
  margin: 13px 0 7px;
  width: 64px;
  height: auto
}

.productsItem--other {
  position: absolute;
  top: 524px;
  left: 251px;
  width: 60px;
  height: 60px
}

.productsItem--other>.productsItem__button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffef00
}

.ourProduct {
  padding-bottom: 46px
}

.ourProduct__container {
  padding: 13px 24px 0
}

.ourProduct__header>h3 {
  color: var(--h2-color);
  font-size: 1.6rem
}

.ourProduct__header>p {
  font-size: 1.3rem
}

.ourProduct__body {
  padding-right: 30px;
  padding-left: 30px
}

.ourProductList {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 8px 0 0 -30px
}

.ourProductList__item {
  -ms-flex-preferred-size: calc(50% - 30px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  flex-basis: calc(50% - 30px);
  flex-grow: 1;
  flex-shrink: 1;
  margin: 12px 0 0 30px;
  max-width: 255px
}

.ourProductList::after {
  -ms-flex-preferred-size: calc(50% - 12px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  display: block;
  flex-basis: calc(50% - 12px);
  flex-grow: 1;
  flex-shrink: 1;
  margin: 12px 0 0 30px;
  max-width: 255px;
  height: 0;
  content: ''
}

.ourProductDevelopList {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 20px 0 0 -30px
}

.ourProductDevelopList__item {
  -ms-flex-preferred-size: calc(50% - 30px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  flex-basis: calc(50% - 30px);
  flex-grow: 1;
  flex-shrink: 1;
  margin: 0 0 30px 30px;
  max-width: 255px
}

.ourProductDevelopList--develop .ourProductList__item {
  margin-bottom: 12px
}

.ourProductDevelopList::after {
  -ms-flex-preferred-size: calc(50% - 12px);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -ms-flex-negative: 1;
  display: block;
  flex-basis: calc(50% - 12px);
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 255px;
  height: 0;
  content: ''
}

.ourProductThumbnail {
  width: 100%
}

.ourProductThumbnail__img {
  width: 100%;
  max-width: 255px
}

.ourProductThumbnail__caption {
  padding: 2px 0;
  font-size: 1rem
}

.catalog__container {
  background: #fafafa;
  padding: 13px 24px 13px 54px;
  overflow: hidden
}

.catalog__header {
  font-size: 1.4rem
}

.catalog__header+p {
  margin-top: 10px
}

.catalog__thumbnail {
  float: left;
  margin-right: 24px;
  width: 79px
}

.catalog__thumbnail img {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.41);
  display: block;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.41)
}

.catalog__body {
  font-size: 1.2rem
}

.catalog__link {
  display: inline-block;
  margin-top: 20px;
  background: url(/img/products/icon_link.png) right no-repeat;
  background-size: 12px;
  padding-right: 14px;
  color: var(--link-color);
  font-size: 1.2rem;
  font-weight: bold
}

.modal {
  -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 200;
  transition: opacity 0.3s, visibility 0s 0.3s;
  background: rgba(0, 0, 0, 0);
  padding: 64px 20px;
  width: 100%;
  height: 100%
}

.modal.is-active {
  -webkit-transition: opacity 0.3s, visibility 0s 0s;
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s, visibility 0s 0s
}

.modal_container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100%
}

.modal_container _:-ms-lang(x)::-ms-backdrop,
.modal_container {
  min-height: 100vh
}

.modal_container::after {
  min-height: inherit;
  font-size: 0;
  content: ''
}

.modal_inner {
  margin: 20px auto;
  width: 100%
}

.modalClose {
  -webkit-tap-highlight-color: rgba(139, 205, 255, 0.5);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  background: url(/img/products/icon_close.svg) no-repeat;
  background-position: 50%;
  background-size: 16px;
  width: 50px;
  height: 50px
}

.modal_content {
  -webkit-box-shadow: 6px 3px 4px rgba(58, 50, 22, 0.45);
  position: relative;
  margin: auto;
  box-shadow: 6px 3px 4px rgba(58, 50, 22, 0.45);
  background: #e8f5fd;
  width: calc(100vw - 100px);
  max-width: 394px
}

.modal_content .is-active {
  display: block
}

.sliderWrapper {
  width: 100%
}

.is-inActive {
  display: none
}

.productsSlider {
  width: 100%
}

.productsSlider__title {
  padding: 10px 0 4px;
  font-size: 1.8rem;
  text-align: center
}

.productsSlider__subText {
  display: block;
  font-size: 1.2rem
}

.productsSlider__img {
  width: 100%
}

.productsSlider--mold {
  padding-top: 48px
}

.productsSlider--mold__title {
  padding: 15px 0x;
  font-size: 1.2rem
}

.swiper-slide--develop {
  padding-top: 24px
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-tap-highlight-color: rgba(139, 205, 255, 0.5);
  -webkit-box-shadow: none;
  top: calc(50% - 16px);
  outline: none;
  box-shadow: none;
  color: #00a1e9
}

.swiper-container-horizontal>.swiper-pagination-bullets {
  position: relative;
  bottom: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets>.swiper-pagination-bullet {
  margin: 12px 4px
}

.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  opacity: 1;
  border: 1px solid #595656;
  background-color: #fff
}

.swiper-pagination-bullet-active {
  background: #00a1e9
}

@media screen and (min-width: 960px) {
  .hero {
    background: url(/img/company/bg_company05_sp.jpg) no-repeat;
    background-size: cover;
    height: 150px
  }

  .hero__container {
    margin: auto;
    max-width: var(--pc-min-width)
  }

  .headerNavi {
    margin: auto;
    padding: 0;
    max-width: var(--pc-min-width)
  }

  .headerNavi__heading {
    padding-top: 16px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1
  }

  .headerNavi__heading .subText {
    display: block;
    font-size: 1.4rem;
    line-height: 2
  }

  .products {
    padding: 46px 0 57px
  }

  .products__container {
    position: relative;
    margin: 0 auto;
    background: url(/img/company/bg_company05.jpg) no-repeat;
    background-size: 100%;
    width: 717px;
    height: 717px
  }

  .productsItem {
    width: 231px;
    height: 231px
  }

  .productsItem__button {
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
    cursor: pointer
  }

  .productsItem__button:hover {
    background-color: rgba(187, 233, 255, 0.95)
  }

  .productsItem__button--other:hover {
    background-color: #fff67a
  }

  .productsItem__caption,
  .productsItem__img,
  .productsItem .subText {
    cursor: pointer
  }

  .productsItem--handle {
    top: 0px;
    left: 4px;
    width: 163px;
    height: 162px
  }

  .productsItem--handle .productsItem__img {
    margin: 23px 0 16px;
    width: 105px;
    height: 77px
  }

  .productsItem--shift {
    top: 0px;
    left: 182px;
    width: 163px;
    height: 162px
  }

  .productsItem--shift .productsItem__img {
    margin: 9px 0 13px;
    width: 77px;
    height: 95px
  }

  .productsItem--comb {
    top: 0px;
    left: 360px;
    width: 163px;
    height: 162px
  }

  .productsItem--comb .productsItem__img {
    margin: 33px 0 15px;
    width: 115px;
    height: 50px
  }

  .productsItem--seat {
    top: 0px;
    left: 537px;
    width: 163px;
    height: 162px
  }

  .productsItem--seat .productsItem__img {
    margin: 36px 0 10px;
    width: 137px;
    height: 71px
  }

  .productsItem--heat {
    top: 174px;
    left: 4px;
    width: 163px;
    height: 163px
  }

  .productsItem--heat .productsItem__img {
    margin: 34px 0 16px;
    width: 114px
  }

  .productsItem--cruise {
    top: 348px;
    left: 4px;
    width: 163px;
    height: 163px
  }

  .productsItem--cruise .productsItem__img {
    margin: 12px 0 2px;
    width: 99px;
    height: 104px
  }

  .productsItem--mirror {
    top: 517px;
    left: 56px;
    width: 162px;
    height: 163px
  }

  .productsItem--mirror .productsItem__img {
    margin: 27px 0 11px;
    width: 109px;
    height: 76px
  }

  .productsItem--power {
    top: 411px;
    left: 199px;
    width: 163px;
    height: 163px
  }

  .productsItem--power .productsItem__img {
    margin: 13px 0 9px;
    width: 134px;
    height: 86px
  }

  .productsItem--door {
    top: 551px;
    left: 305px;
    width: 163px;
    height: 162px
  }

  .productsItem--door .productsItem__img {
    margin: 25px 0 15px;
    width: 104px;
    height: 80px
  }

  .productsItem--room {
    top: 401px;
    left: 408px;
    width: 163px;
    height: 163px
  }

  .productsItem--room .productsItem__img {
    margin: 29px 0 9px;
    width: 88px;
    height: 76px
  }

  .productsItem--other {
    top: 574px;
    left: 503px;
    width: 84px;
    height: 84px
  }

  .ourProduct {
    padding-top: 46px;
    padding-bottom: 40px
  }

  .ourProduct__container {
    margin: auto;
    padding: 0;
    width: 833px;
    font-size: 1.8rem
  }

  .ourProduct__header>h3 {
    color: var(--h2-color);
    font-size: 2.1rem
  }

  .ourProduct__header>p {
    padding-top: 6px;
    font-size: 1.6rem;
    line-height: 1.7
  }

  .ourProduct__body {
    padding: 0
  }

  .ourProductList {
    margin: 0 0 0 -34px
  }

  .ourProductList__item {
    margin: 34px 0 0 34px
  }

  .ourProductList--develop .ourProductList__item {
    margin-bottom: 0
  }

  .ourProductDevelopList {
    margin: 34px 0 0 -32px
  }

  .ourProductDevelopList__item {
    -ms-flex-preferred-size: calc(50% - 30px);
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -ms-flex-negative: 1;
    flex-basis: calc(50% - 30px);
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 0 30px 32px;
    max-width: 255px
  }

  .ourProductThumbnail__caption {
    font-size: 1.6rem
  }

  .catalog {
    margin-top: 7px;
    padding-bottom: 20px
  }

  .catalog__container {
    margin: auto;
    background: #fafafa;
    padding: 20px 24px 20px 42px;
    width: 833px;
    overflow: hidden;
    font-size: 1.8rem
  }

  .catalog__thumbnail {
    margin-right: 40px;
    width: 122px
  }

  .catalog__body {
    font-size: 1.6rem
  }

  .catalog__header {
    font-size: 1.8rem;
    line-height: 1.9
  }

  .catalog__header+p {
    margin-top: 10px
  }

  .catalog__link {
    margin-top: 26px;
    background-size: 19px;
    padding-right: 29px;
    font-size: 2.1rem
  }

  .modalClose {
    background-size: 25px;
    width: 60px;
    height: 60px
  }

  .modal--mold .modal_content {
    max-width: 556px
  }

  .modal_content {
    max-width: 454px
  }

  .productsSlider__title {
    padding: 10px 0 4px;
    font-size: 2.1rem
  }

  .productsSlider__subText {
    font-size: 1.4rem
  }

  .productsSlider__img {
    margin: auto;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 395px
  }

  .productsSlider--mold {
    padding-top: 74px
  }

  .productsSlider--mold .swiper-slide {
    width: 382px
  }

  .productsSlider--mold .productsSlider__title {
    padding: 20px 0;
    font-size: 1.6rem
  }

  .swiper-button-next,
  .swiper-button-prev {
    --swiper-navigation-size: 54px;
    top: calc(50% - 39px)
  }

  .swiper-container-horizontal>.swiper-pagination-bullets>.swiper-pagination-bullet {
    margin: 24px 7px;
    width: 10px;
    height: 10px
  }
}

.article {
  padding: 25px;
  background-color: #f4f4f4;
  font-size: 1.5rem;
  line-height:1.6;
}

.article img {
  max-width: 50%;
  height: auto;
  float: left;
  margin: 0 20px 10px 0;
  vertical-align: bottom;
}

.article h2 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 2;
  color: rgba(5, 97, 181, 1.00);
}

.article p {
  margin: 20px 0 0 0;
  line-height: 1.6;
}

.article::after {
  content: "";
  display: block;
  clear: both;
}

.articlee {
  padding: 0px;
  background-color: #ffffff;
  font-size: 1.5rem;
  line-height:1.6;
}

.articlee img {
  max-width: 50%;
  height: auto;
  float: right;
  margin: 0 0 10px 20px;
  vertical-align: bottom;
}

.articlee h2 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.8;
  color: rgba(5, 97, 181, 1.00);
}

.articlee p {
  margin: 20px 0 0 0;
  line-height: 1.8;
}

.articlee::after {
  content: "";
  display: block;
  clear: both;
}

.articleeee {
  padding: 0px;
  background-color: #ffffff;
  font-size: 1.5rem;
  line-height:1.6;
}

.articleeee img {
  max-width: 80%;
  height: auto;
  float: left;
  vertical-align: bottom;
}

.articleeee h2 {
  margin: 0;
  font-size: 1.9rem;
  line-height: 1.6;
  color: rgba(5, 97, 181, 1.00);
}

.articleeee p {
  margin: 20px 0 0 0;
  line-height: 1.6;
}

.articleeee::after {
  content: "";
  display: block;
  clear: both;
}





