@charset "UTF-8";
.page-cacaostyle-tec {
  color: #2D1805;
  background: #F7F2EA;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.1;
  word-break: break-word;
}
.page-cacaostyle-tec.cacao-tec-product {
  background: #fff;
}
.page-cacaostyle-tec .cacao-kv {
  /* margin-bottom: 157px; */
  height: 20vw;
}
@media screen and (max-width: 767px) {
  .page-cacaostyle-tec .cacao-kv {
    /* margin-bottom: 157px; */
    height: 60vw;
  }
}

.cacao-article-wrapper {
  max-width: 900px;
}

/*KV*/
.cacao-kv--cacaostyle-tec {
  background-image: url(../images/cacaostyle/technology/bg_cacao-kv-cacaostyle.png);
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 200px;
}
.cacao-kv--cacaostyle-tec .cacao-h1_tec {
  margin: 0;
  padding: 0;
  color: #fff;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .cacao-kv--cacaostyle-tec {
    height: 40vh;
  }
  .cacao-kv--cacaostyle-tec .cacao-h1_tec {
    font-size: 2rem;
  }
  .cacao-article-wrapper {
    width: 100%;
    padding: 0px;
  }
}
.cacao-tec-wrap_intro {
  background: #fff;
  text-align: center;
  font-size: 2.4rem;
  padding: 80px 0 60px;
  color: #953900;
}
@media screen and (max-width: 767px) {
  .cacao-tec-wrap_intro {
    padding: 30px 10% 20px;
  }
  .cacao-tec-wrap_intro p {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}

.cacao-tec-wrap {
  border-bottom: 1px solid #2D1805;
  padding: 120px 0;
}
.cacao-tec-wrap:last-child {
  border: none;
}
@media screen and (max-width: 767px) {
  .cacao-tec-wrap {
    padding: 80px 0;
  }
}

.cacao-tec-h2_l {
  font-size: 4rem;
  font-weight: 500;
  margin: 0px auto 30px;
  position: relative;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: center;
}
.cacao-tec-h2_l::before {
  content: "";
  width: 92px;
  height: 2px;
  background: #FFBD00;
  left: 50%;
}
@media screen and (max-width: 767px) {
  .cacao-tec-h2_l {
    margin: 0px auto 40px;
    font-size: 2.4rem;
    padding-left: 0px;
  }
  .cacao-tec-h2_l::before {
    width: 3em;
    height: 2px;
  }
}

.cacao-tec-h3 {
  font-size: 2.4rem;
  font-weight: 400;
  margin: 80px auto 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  line-height: 1.4;
  padding-left: 20px;
}
.cacao-tec-h3 span.block {
  font-size: 2.4rem;
}
.cacao-tec-h3 span {
  font-size: 1.6rem;
  width: 100%;
}
.cacao-tec-h3::before {
  content: "";
  width: 4px;
  height: 30px;
  background: #FFBD00;
  margin-right: 10px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767px) {
  .cacao-tec-h3 {
    margin: 40px auto 30px;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.4;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .cacao-tec-h3 span.block {
    font-size: 1.8rem;
  }
  .cacao-tec-h3 span {
    font-size: 1.4rem;
    width: 100%;
  }
  .cacao-tec-h3::before {
    height: 24px;
    top: 5%;
  }
}

.cacao-tec-h4 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .cacao-tec-h4 {
    line-height: 1.8;
    margin-bottom: 20px;
  }
}

.cacao-tec-wrap-text-detail {
  text-align: center;
  font-size: 1.8rem;
  color: #953900;
}
@media screen and (max-width: 767px) {
  .cacao-tec-wrap-text-detail {
    font-size: 1.6rem;
    text-align: left;
  }
}

.cacao-tec-upcycle_box_inner {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  margin-top: 80PX;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cacao-tec-upcycle_box_inner_text {
  width: 70%;
  padding-right: 20px;
}
.cacao-tec-upcycle_box_inner_text .cacao-tec-h3 {
  margin-top: 0;
}
.cacao-tec-upcycle_box_inner_img {
  width: 40%;
}
.cacao-tec-upcycle_box_inner_img img {
  margin-bottom: 10px;
}
.cacao-tec-upcycle_box_inner + .cacao-tec-upcycle_box_inner {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .cacao-tec-upcycle_box_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10% 8%;
    margin: 60px 0 30px;
  }
  .cacao-tec-upcycle_box_inner_text {
    width: 100%;
    padding-right: 0px;
  }
  .cacao-tec-upcycle_box_inner_text .cacao-tec-h3 {
    margin-top: 0;
  }
  .cacao-tec-upcycle_box_inner_img {
    width: 100%;
  }
  .cacao-tec-upcycle_box_inner + .cacao-tec-upcycle_box_inner {
    margin: 0px 0 60px 0;
  }
}

.col2 {
  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) {
  .col2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.col1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.note_box {
  background: #EDE4D8;
  margin-top: 30px;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .note_box {
    padding: 5%;
    font-size: 1.2rem;
  }
}

.cacao-tec-product_box {
  margin-bottom: 100px;
}
.cacao-tec-product_box figcaption {
  margin-top: 20px;
  font-size: 1.2rem;
}

/*デザインアワードバナー掲載*/
.bnr_award {
  padding: 0 14px;
}
.bnr_award img {
  /* margin: -50px auto 100px; */
  margin: 110px auto 120px;
}

/* news */
.news {
  /* padding-bottom: 120px; */
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
  padding: 30px;
  background: #f7f2ea;
  margin-top: 100px;
  height: 280px;
  /* overflow-y: scroll; */
  overflow: auto;
}
.news .ttl {
  font-size: 30px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid #333;
  padding-bottom: 8px;
}

.news-contents-wrap .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* padding-top: 30px; */
  /* padding-top: 20px; */
  /* padding-top: 24px; */
  padding-top: 14px;
  /* padding-bottom: 30px; */
  /* padding-bottom: 20px; */
  padding-left: 16px;
  margin-bottom: 0;
  /* border-bottom: 1px solid #333; */
}
.news-contents-wrap .news-item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  display: none;
  /* border-bottom: 1px solid #333; */
}
.news-contents-wrap .news-item dt, .news-contents-wrap .news-item dd {
  font-size: 16px;
}
.news-contents-wrap .news-item dt {
  margin-right: 60px;
  font-weight: bold;
}
.news-contents-wrap .news-item dd ul.news-dd-list {
  padding-left: 0;
  margin-bottom: 0;
}
.news-contents-wrap .news-item dd ul.news-dd-list li {
  list-style: none;
}
.news-contents-wrap .news-item dd ul.news-dd-list li + li {
  margin-top: 6px;
}

/* .news-contents-wrap .news-item+.news-item {
    border-top: 1px solid #333;
} */
.top_news_list-btn {
  margin-top: 20px;
  /* background-color: #efefef; */
  background-color: #2D1805;
  /* color:#333; */
  color: #fff;
  cursor: pointer;
  padding: 5px;
  font-size: 1.4rem;
  line-height: 1.4;
  border-radius: 30px;
  width: 8em;
  text-align: center;
  margin: 30px auto 0;
}
.top_news_list-btn.is-btn-hidden {
  display: none;
}

/* .simplebar-track.simplebar-horizontal {
    height: 10px;
    background: #B5B5B5;
    border-radius: 5px;
    max-width: 372px;
    margin: 0 auto;
  } */
.simplebar-scrollbar {
  /* height: 10px; */
  background: #412307;
  /* background: #FFBD00; */
  border-radius: 5px;
}
.simplebar-scrollbar:before {
  background: #412307 !important;
}

@media screen and (max-width: 767px) {
  .news {
    padding: 20px 16px;
    margin-bottom: 70px;
    margin-bottom: 45px;
    margin-top: 50px;
    height: 230px;
  }
  .news .ttl {
    font-size: 18px;
    padding-bottom: 4px;
    margin-bottom: 0;
  }
  .news-contents-wrap .news-item {
    /* padding-top: 10px; */
    /* padding-top: 14px; */
    padding-top: 16px;
    /* padding-bottom: 10px; */
    /* padding-bottom: 14px; */
    padding-left: 8px;
    display: block;
  }
  .news-contents-wrap .news-item dt, .news-contents-wrap .news-item dd {
    font-size: 14px;
  }
  .news-contents-wrap .news-item dt {
    margin-right: 0;
  }
  .news-contents-wrap .news-item dd {
    /* margin-top: 4px; */
    margin-top: 8px;
  }
  .news-contents-wrap .news-item dd ul.news-dd-list li + li {
    margin-top: 8px;
  }
  /* .simplebar-scrollbar {
      height: 40px !important;
    } */
}
/*About*/
.about {
  padding-bottom: 230px;
}
.about > div:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about > div:first-of-type > div {
  width: 50%;
}
.about h2 {
  padding-bottom: 128px;
  font-size: 22px;
  font-weight: normal;
}
.about > div > div > div {
  padding-left: 70px;
}
.about h3 {
  padding-bottom: 54px;
  font-size: 30px;
  font-weight: normal;
  line-height: 2;
}
.about p {
  font-size: 14px;
  line-height: 2.1;
}
.about > div:first-of-type > img {
  padding-left: 70px;
  padding-bottom: 10px;
  width: 50%;
}
.about > div:last-of-type {
  position: relative;
}
.about > div:last-of-type > div:first-of-type {
  width: 50%;
}
.about > div:last-of-type > div:first-of-type img {
  margin-left: 70px;
  width: 65%;
}
.about > div:last-of-type p {
  padding-top: 60px;
  padding-left: 35px;
  width: calc(50% - 34px);
  float: right;
}
.about > div:last-of-type > div:last-of-type {
  position: absolute;
  top: 206px;
  left: calc(50% + 34px);
}
.about > div:last-of-type > div:last-of-type img {
  margin-left: 35px;
  width: 80%;
}

@media screen and (max-width: 1350px) {
  .about h2 {
    padding-left: 2%;
  }
  .about > div > div > div {
    padding-left: 2%;
  }
  .about > div:first-of-type > img {
    padding-left: 30px;
  }
  .about > div:last-of-type p {
    padding-left: 0;
  }
  .about > div:last-of-type > div:first-of-type {
    margin-top: 50px;
  }
  .about > div:last-of-type > div:first-of-type img {
    margin-left: 2%;
    width: 70%;
  }
  .about > div:last-of-type > div:last-of-type img {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about > div:first-of-type > img {
    height: 100%;
  }
  .about > div:last-of-type > div:last-of-type {
    top: 240px;
  }
}
@media screen and (max-width: 767px) {
  .about {
    padding-bottom: 50px;
  }
  .about > div:first-of-type {
    display: block;
  }
  .about > div:first-of-type > div {
    width: 100%;
  }
  .about h2 {
    margin-left: 0;
    padding-bottom: 35px;
    padding-left: 0;
    font-size: 18px;
  }
  .about > div > div > div {
    padding-left: 0;
  }
  .about h3 {
    padding-bottom: 18px;
    font-size: 25px;
    line-height: 1.9;
  }
  .about p {
    line-height: 1.5;
  }
  .about p + p {
    margin-top: 22px;
  }
  .about > div:first-of-type > img {
    padding: 35px 0 0;
    width: 100%;
  }
  .about > div:last-of-type > div {
    width: 60%;
  }
  .about > div:last-of-type > div img {
    padding-top: 60px;
    width: 100%;
  }
  .about > div:last-of-type p {
    padding-top: 10px;
    padding-left: 0;
    width: 100%;
  }
  .about > div:last-of-type > div:first-of-type {
    width: 60%;
  }
  .about > div:last-of-type > div:first-of-type img {
    padding-top: 30px;
    margin-left: 0;
    width: 100%;
  }
  .about > div:last-of-type > div:last-of-type {
    width: 88%;
    position: relative;
    top: 0;
    left: unset;
    display: block;
    right: -12%;
  }
  .about > div:last-of-type > div:last-of-type img {
    width: 100%;
  }
}
/*Partner Products*/
.partner {
  padding-top: 86px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #F7F2EA;
}
.partner h2 {
  padding-bottom: 62px;
  font-size: 30px;
  font-weight: normal;
  color: #333;
  text-align: center;
}
.partner .cacao-cards {
  margin-top: 0;
}
.partner .cacao-cards > div {
  padding-top: 20px;
  border-top: 1px solid #333;
}
.partner .l-card-header > p {
  float: left;
}
.partner .btn {
  margin-top: 5px;
  padding: 11px 49px;
  font-size: 14px;
  line-height: 1;
  background: #FFBD00;
  border-radius: 20px;
  display: inline;
  text-decoration: none;
  float: right;
}
.partner .l-card .m-txt {
  font-size: 14px;
  font-weight: 400;
  color: #333;
}
.partner .l-card img {
  border-radius: 0;
  padding-top: 18px;
  /* min-height: 242px; */
}
.partner .l-card img.withTxt {
  border-radius: 0;
  padding-top: 0;
}
.partner h3 {
  font-weight: normal;
  color: #333;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .partner {
    padding-left: 2%;
    padding-right: 2%;
  }
  .partner .btn {
    padding: 11px 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .partner .l-card img {
    /* min-height: auto; */
    padding-top: 1.5vw;
  }
}
@media screen and (max-width: 767px) {
  .partner {
    padding-top: 43px;
  }
  .partner h2 {
    margin-bottom: 0;
    padding-bottom: 43px;
  }
  .partner .cacao-cards > div {
    padding-top: 18px;
  }
  .partner .l-card-header > p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.8;
  }
  .partner .btn {
    margin-top: 7px;
    padding: 14px 51px;
  }
  .partner .l-card {
    margin-bottom: 56px;
  }
  .partner h3 {
    font-size: 20px;
  }
  .partner .l-card img {
    /* min-height: auto; */
    padding-top: 0;
  }
}
/*mission*/
.mission {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 62px auto 0 auto;
  max-width: 1200px;
  color: #fff;
  background: #2D1805;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mission > div:first-of-type {
  width: calc(50% - 54px);
}
.mission > div:last-of-type {
  padding: 49px 0;
  padding-right: 70px;
  width: 50%;
}
.mission h2 {
  margin: 0;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: normal;
}
.mission h3 {
  padding-bottom: 28px;
  font-size: 26px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 400;
}
.mission p {
  font-size: 14px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .mission {
    width: 100%;
  }
  .mission > div:first-of-type {
    width: 50%;
  }
  .mission > div:last-of-type {
    padding: 36px 6% 46px 6%;
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .mission {
    margin: 30px auto 0 auto;
    width: 92vw;
    display: block;
  }
  .mission > div:first-of-type {
    width: 100%;
  }
  .mission > div:last-of-type {
    padding: 36px 6% 46px 6%;
    width: 100%;
  }
  .mission h2 {
    padding-bottom: 35px;
    font-size: 18px;
  }
  .mission h3 {
    padding-bottom: 35px;
    font-size: 30px;
  }
}
.cacao-movie-inner {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .cacao-movie-inner {
    max-width: 92vw;
  }
}
.cacao-video {
  /* max-width: 800px; */
  height: 450px;
  background: gray;
  margin: 50px auto;
}

@media screen and (max-width: 767px) {
  .cacao-video {
    /* max-width: 92vw; */
    height: 51.734vw;
    margin: 40px auto;
  }
}
.video-ttl {
  /* color: #CE2F42; */
  color: #2D1805;
  font-size: 3.2rem;
  position: relative;
  /* padding-left: 65px; */
  /* margin: 0 0 20px; */
  line-height: 1;
  /* max-width: 800px; */
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  text-align: center;
  /* font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif; */
  font-weight: 500;
}

.video-desc {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .video-desc {
    font-size: 1.4rem;
    /* text-align: left; */
  }
}
/* .video-ttl::before {
    position: absolute;
    left: 0;
    top: 50%;transform: translateY(-50%);
    display: block;
    content: "";
    width: 50px;
    height: 30px;
    background: url(/sustainability/newaction/cacao/assets/images/top/icon_play.png) no-repeat top right/contain;
} */
@media screen and (max-width: 767px) {
  .video-ttl {
    font-size: 2.2rem;
    /* padding-left: 40px; */
    margin: 24px 0 12px;
  }
  /* .video-ttl::before {
      position: absolute;
          left: 0;
          top: 50%;transform: translateY(-50%);
          display: block;
          content: "";
          width: 30px;
          height: 20px;
          background: url(/sustainability/newaction/cacao/assets/images/top/icon_play.png) no-repeat top right/contain;

  }   */
}
/*# sourceMappingURL=cacaostyle_technology.css.map */