@charset "UTF-8";
/*
事業紹介ページ
/business/
Version: 1.1.0
Update: 2024-09-03
*/
@media screen and (max-width: 767px) {
  .content {
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .content section {
    padding: 40px 0 60px;
  }
}

@media screen and (max-width: 767px) {
  .content section .heading .en {
    font-size: 3.2rem;
  }
}

/* トップイメージ画像 */
.content .pageTitle {
  background-image: url(../biz_cardboardbox/img/pagetitle-pc.jpg);
}

@media screen and (max-width: 767px) {
  .content .pageTitle {
    background-image: url(../biz_cardboardbox/img/pagetitle-mb.jpg);
  }
}

/* コンテンツ背景 */
.content.businessTop {
  background-color: #e5f0f8;
}

.content.businessTop section {
  background-color: transparent;
}

.content.businessTop section:nth-of-type(2n) {
  background-color: transparent;
}

/* 導入部 */
#introduction {
  text-align: center;
}

#introduction .copys .copy1 {
  padding-bottom: 20px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  #introduction .copys .copy1 {
    font-size: 2rem;
  }
}

#introduction .copys .copy2 {
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2.4rem;
}

@media screen and (max-width: 767px) {
  #introduction .copys .copy2 {
    font-size: 1.6rem;
  }
}

#introduction .pageLink {
  padding-top: 40px;
}

#introduction .pageLink a {
  padding: 10px 30px;
  font-size: 2.4rem;
  background-image: linear-gradient(90deg, #ff9900, #ff6633);
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  #introduction .pageLink a {
    font-size: 1.6rem;
  }
}

#introduction .pageLink a::after {
  margin: 2px;
  margin-left: 15px;
  width: 12px;
  height: 12px;
}

/* 特長 */
#merits {
  padding: 0;
}

#merits .contentList > li {
  position: relative;
  margin-bottom: 90px;
  padding: 80px 0;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  #merits .contentList > li {
    margin-bottom: 40px;
    padding: 50px 0;
  }
}

#merits .contentList > li .box {
  max-width: 1680px;
  margin: auto;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #merits .contentList > li .box {
    padding: 0 20px;
    overflow: visible;
  }
}

#merits .contentList > li .texts {
  float: left;
  width: calc(100% - 810px);
}

@media screen and (max-width: 1550px) {
  #merits .contentList > li .texts {
    width: calc(100% - 670px);
  }
}

@media screen and (max-width: 1400px) {
  #merits .contentList > li .texts {
    width: calc(100% - 550px);
  }
}

@media screen and (max-width: 767px) {
  #merits .contentList > li .texts {
    float: none;
    width: 100%;
  }
}

#merits .contentList > li .heading {
  min-height: 115px;
  padding-left: 140px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 4.6rem;
  line-height: 1.2;
  text-align: left;
  background: no-repeat left top;
}

@media screen and (max-width: 1400px) {
  #merits .contentList > li .heading {
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 767px) {
  #merits .contentList > li .heading {
    min-height: 60px;
    margin: 0 -20px;
    padding-bottom: 15px;
    font-size: 2rem;
    padding-left: 64px;
    background-size: 48px;
  }
}

#merits .contentList > li .comment {
  padding-left: 210px;
}

@media screen and (max-width: 1400px) {
  #merits .contentList > li .comment {
    padding-left: 140px;
  }
}

@media screen and (max-width: 1400px) {
  #merits .contentList > li .comment {
    padding-left: 0;
    padding-bottom: 20px;
  }
}

#merits .contentList > li .comment .list {
  padding-top: 30px;
  padding-left: 60px;
}

@media screen and (max-width: 1400px) {
  #merits .contentList > li .comment .list {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  #merits .contentList > li .comment .list {
    padding-top: 15px;
    padding-left: 2em;
  }
}

#merits .contentList > li .comment .list dt {
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #merits .contentList > li .comment .list dt {
    font-size: 1.6rem;
  }
}

#merits .contentList > li .comment .list dd {
  padding-bottom: 15px;
}

#merits .contentList > li .image,
#merits .contentList > li .points {
  float: right;
  width: 600px;
  margin-right: 140px;
}

@media screen and (max-width: 1550px) {
  #merits .contentList > li .image,
  #merits .contentList > li .points {
    margin-right: 0;
  }
}

@media screen and (max-width: 1400px) {
  #merits .contentList > li .image,
  #merits .contentList > li .points {
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  #merits .contentList > li .image,
  #merits .contentList > li .points {
    float: none;
    width: 100%;
  }
}

#merits .contentList > li .image img {
  max-width: 100%;
}

#merits .contentList > li .points ul {
  border-bottom: 1px solid #0068b6;
}

#merits .contentList > li .points li {
  height: auto;
  margin-bottom: 0;
  padding: 30px 0;
  overflow: hidden;
  border-top: 1px solid #0068b6;
}

@media screen and (max-width: 767px) {
  #merits .contentList > li .points li {
    padding: 15px 0;
  }
}

#merits .contentList > li .points .icon {
  float: left;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  #merits .contentList > li .points .icon {
    width: 48px;
  }
}

#merits .contentList > li .points .title {
  padding-bottom: 10px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #merits .contentList > li .points .title {
    font-size: 1.6rem;
  }
}

#merits .contentList > li .points .title,
#merits .contentList > li .points .text {
  margin-left: 100px;
}

@media screen and (max-width: 767px) {
  #merits .contentList > li .points .title,
  #merits .contentList > li .points .text {
    margin-left: 60px;
  }
}

#merits .contentList > li:nth-child(1) .heading {
  background-image: url(../biz_cardboardbox/img/no01.png);
}

#merits .contentList > li:nth-child(2) .heading {
  background-image: url(../biz_cardboardbox/img/no02.png);
}

#merits .contentList > li:nth-child(3) .heading {
  background-image: url(../biz_cardboardbox/img/no03.png);
}

#merits .contentList > li:nth-child(4) .heading {
  background-image: url(../biz_cardboardbox/img/no04.png);
}

#merits .pageLink {
  padding-top: 40px;
}

@media screen and (max-width: 767px) {
  #merits .pageLink {
    text-align: center;
  }
}

/* 採用情報 */
#recruit {
  position: relative;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(90deg, #408ec8, #0068b6);
}

#recruit .heading .en {
  color: #fff;
}

#recruit .comment {
  padding-bottom: 40px;
}

#recruit .pageLink a {
  color: #0068b6;
  background-color: #fff;
  background-image: none;
}

#recruit .pageLink a::after {
  border-top-color: #0068b6;
  border-right-color: #0068b6;
}

#products {
  background-color: #fff;
}

#products .heading {
  padding-bottom: 60px;
  color: #0068b6;
  font-family: "Noto Sans Bold", -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
  font-size: 4.8rem;
}

@media screen and (max-width: 767px) {
  #products .heading {
    padding-bottom: 30px;
    font-size: 2rem;
  }
}

#orderlink {
  text-align: center;
}

@media screen and (max-width: 767px) {
  #orderlink .pageLink {
    padding: 0 20px;
  }
}

#orderlink .pageLink a {
  padding: 10px 30px;
  font-size: 2.4rem;
  background-image: linear-gradient(90deg, #ff9900, #ff6633);
  border-radius: 40px;
}

@media screen and (max-width: 767px) {
  #orderlink .pageLink a {
    font-size: 1.6rem;
  }
}

#orderlink .pageLink a::after {
  margin: 2px;
  margin-left: 15px;
  width: 12px;
  height: 12px;
}

.image_or_slider {
  padding-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .image_or_slider {
    padding: 20px 20px 0;
  }
}

/* スライドショー */
.slick-arrow {
  position: absolute;
  display: block;
  bottom: 15px;
  z-index: 100;
  width: 48px;
  height: 48px;
  padding: 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  border: none;
  outline: none;
  background-color: #333;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .slick-arrow {
    bottom: -24px;
  }
}

.slick-arrow::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -3px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-135deg);
}

.slick-arrow.slick-prev {
  right: 65px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-prev {
    right: 74px;
  }
}

.slick-arrow.slick-next {
  right: 15px;
}

@media screen and (max-width: 767px) {
  .slick-arrow.slick-next {
    right: 24px;
  }
}

.slick-arrow.slick-next::before {
  margin-left: -7px;
  transform: rotate(45deg);
}
