/* 栄商会とは */
.about-section {
  background-image: url(../../img/top-sec2-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.about-section .inner {
  display: flex;
  padding: 0;
}
.about-section .inner .item-text {
  background-color: #fff;
  width: 65%;
  padding: 80px;
}
.about-section .inner .item-text .description {
  margin: 30px 0;
  line-height: 2;
}
.about-section .inner .item-text .defalt-btn {
  text-align: left;
}
.about-section .inner .item-text .defalt-btn a.normal-btn {
  text-align: center;
}

/* 私たちの強み */
.strengths-section {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.strengths-section .flex-content {
  display: flex;
  margin-top: 60px;
}
.strengths-section .flex-content:first-child {
  margin-top: 0;
}
.strengths-section .flex-content .text-container p {
  line-height: 2;
  margin-top: 40px;
}
.strengths-section .flex-content.left-container .item-img {
  width: 50%;
}
.strengths-section .flex-content.left-container .text-container {
  width: 50%;
  padding: 20px 0 0 40px;
}
.strengths-section .flex-content.left-container .text-container .default-title {
  margin-bottom: 30px;
}
.strengths-section .flex-content.right-container {
  flex-direction: row-reverse;
}
.strengths-section .flex-content.right-container .item-img {
  width: 35%;
}
.strengths-section .flex-content.right-container .text-container {
  width: 65%;
  padding: 30px 70px 0 80px;
}

/* 取扱商品 */
.products-section .description {
  margin-top: 40px;
  line-height: 2;
}
.products-section .products-wrap {
  margin-top: 40px;
  position: relative;
}
.products-section .products-wrap .item-column {
  padding: 0 10px;
}
.products-section .products-wrap .item-column .item {
  border: 1px solid #B5B5B5;
  margin-bottom: 20px;
}
.products-section .products-wrap .item-column .item a {
  transition: .3s;
}
.products-section .products-wrap .item-column .item a:hover {
  opacity: 0.8;
}
.products-section .products-wrap .item-column .item img {
  vertical-align: bottom;
}
.products-wrap .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  z-index: 3;
  cursor:pointer;  
}
.products-wrap .slick-arrow::before {
  content: "";
  width: 40px;
  height: 40px;
  border: 1px solid #B5B5B5;
  border-radius: 50%;
  position: absolute;
  background: #fff;
  opacity: 1;
}
.products-wrap .slick-arrow::after {
  content: "";
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #B5B5B5;
  border-right: 2px solid #B5B5B5;
  position: absolute;
}
.products-wrap .slick-arrow.slick-prev {
  left: -40px;
}

.products-wrap .slick-arrow.slick-next {
  right: -40px;
}
.products-wrap .slick-arrow.slick-prev::before {
  top: calc(50% - 10px);
  transform: translateY(-50%);
  left: -8px;
}
.products-wrap .slick-arrow.slick-prev::after {
  top: calc(50% - 10px);
  transform: translateY(-50%) rotate(135deg);
  left: 8px;
}
.products-wrap .slick-arrow.slick-next::before {
  top: calc(50% - 10px);
  transform: translateY(-50%);
  right: -7px;
}
.products-wrap .slick-arrow.slick-next::after {
  top: calc(50% - 10px);
  transform: translateY(-50%) rotate(-45deg);
  right: 8px;
}

/* お客様の声 */
.voice-section {
  position: relative;
}
.voice-section .voice-bg {
  background-image: url(../../img/top-voice-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  z-index: -1;
}
.voice-section .inner {
  padding: 0 0 100px;
  display: flex;
}
.voice-section .inner .voice-image {
  width: 35%;
}
.voice-section .inner .voice-text {
  width: 65%;
  padding: 40px 80px;
  background-color: #fff;
  position: relative;
  left: -20px;
  bottom: -30px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
}
.voice-section .inner .voice-text .description {
  line-height: 2;
  margin: 30px 0;
}

/* ニュース */
.top_page .news-section .inner {
  width: 65%;
}
.top_page .news-section .news-wrap {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1080px) {
  .about-section .inner .item-text {
    width: 75%;
    padding: 40px;
  }
  .about-section .inner .item-text .description {
    margin: 20px 0;
    line-height: 1.8;
    font-size: 0.9rem;
  }
  .strengths-section .flex-content.left-container .text-container {
    padding: 0px 0 0 20px;
  }
  .strengths-section .flex-content.left-container .text-container .default-title {
    margin-bottom: 20px;
  }
  .strengths-section .flex-content .text-container p {
    line-height: 1.8;
    margin-top: 20px;
    font-size: 0.9rem;
  }
  .strengths-section .flex-content.right-container .text-container {
    padding: 0px 50px 0 60px;
  }
  .products-wrap .slick-arrow.slick-prev::before {
    left: 5px;
  }
  .products-wrap .slick-arrow.slick-prev::after {
    left: 21px;
  }
  .products-wrap .slick-arrow.slick-next::before {
    right: 5px;
  }
  .products-wrap .slick-arrow.slick-next::after {
    right: 21px;
  }
  .voice-section .inner .voice-text {
    padding: 20px 30px;
  }
  .voice-section .inner .voice-text .description {
    line-height: 1.8;
    margin: 20px 0;
    font-size: 0.9rem;
  }
  .top_page .news-section .inner {
    width: 90%;
  }
  .news-category-tabs {
    gap: 0 15px;
  }
}

@media only screen and (max-width: 767px) {
  .about-section .inner .item-text .description {
    font-size: 0.8rem;
  }
  .about-section .inner {
    width: 100%;
  }
  .about-section .inner .item-text {
    width: 100%;
    padding: 25px 5% 0;
  }
  .about-section .inner .item-text .default-title {
    text-align: center;
  }
  .about-section .inner .item-text .defalt-btn {
    text-align: center;
  }
  .strengths-section .flex-content {
    margin-top: 40px;
    flex-direction: column;
  }
  .strengths-section .flex-content.left-container .text-container {
    padding: 0;
    width: 100%;
  }
  .strengths-section .flex-content.left-container .item-img {
    width: 100%;
  }
  .strengths-section .flex-content .text-container p {
    font-size: 0.8rem;
  }
  .strengths-section .flex-content.right-container {
    flex-direction: column;
  }
  .strengths-section .flex-content.right-container .item-img {
    width: 100%;
  }
  .strengths-section .flex-content.right-container .text-container {
    padding: 0;
    width: 100%;
    padding-top: 20px;
  }
  .strengths-section .flex-content.left-container .text-container h3 {
    margin-top: 20px;
  }
  .products-section .inner {
    padding: 20px 0 40px;
  }
  .products-section .description {
    margin-top: 20px;
    line-height: 1.8;
    font-size: 0.8rem;
  }
  .products-section .products-wrap .item-column {
    padding: 0 5px;
  }
  .products-section .products-wrap .item-column .item {
    margin-bottom: 10px;
  }
  .products-section .products-wrap {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  .products-wrap .slick-arrow.slick-prev::before {
    left: 25px;
  }
  .products-wrap .slick-arrow.slick-prev::after {
    left: 41px;
  }
  .products-wrap .slick-arrow.slick-next::before {
    right: 25px;
  }
  .products-wrap .slick-arrow.slick-next::after {
    right: 41px;
  }
  .voice-section .inner .voice-text {
    width: 100%;
    padding: 20px;
  }
  .voice-section .inner {
    flex-direction: column;
  }
  .voice-section .inner .voice-image {
    width: 80%;
  }
  .voice-section .inner .voice-text {
    width: 90%;
    left: 10%;
    bottom: 60px;
    padding: 20px;
  }
  .voice-section .inner .voice-text .description {
    margin: 10px 0;
    font-size: 0.8rem;
  }
  .voice-section .inner {
    padding: 0;
  }
  .news-list-wrap .list-item {
    padding: 15px 0;
  }
  .news-list-wrap .list-item .list-inner {
    gap: 10px;
    flex-direction: column;
  }
  .news-list-wrap .list-inner p.title {
    font-size: 0.9rem;
  }
  .news-category-tabs .news-tab {
    padding: 0;
  }
  .news-section .news-category-tabs {
    gap: 10px 20px;
    margin: 30px auto 20px;
  }
  .top_page .news-section .news-wrap {
    margin-bottom: 40px;
  }
}