@charset "UTF-8";
.news-one {
  /*			background-image: linear-gradient(-225deg, #E3FDF5 0%, #FFE6FA 100%);*/
  /*background-image: linear-gradient(101deg, #E3FDF5 0%, #dfcbef 100%);*/
  /*background-image: url(../images/food-packaging-bg_grayscale.jpg);
  background-position: left center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
     padding-bottom: 10px;*/
  margin: 0 0 0;
}
.news-one .entry-content {
  /*margin-bottom: 150px;*/
}
.news-one .entry-content section {
  /*margin-bottom: 50px;*/
}
.news-one .entry-content section .head-txt {
  margin-bottom: 50px;
}
.news-one .entry-content section .col {
  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;
  margin-bottom: 100px;
}
.news-one .entry-content section .col .txt {
  width: 50%;
  text-align: left;
  padding-right: 50px;
}
.news-one .entry-content section .col .txt .ttl {
  font-weight: 600;
  padding: 10px 0;
}
.news-one .entry-content section .col .img {
  width: 50%;
  padding-right: 0;
  padding-left: 110px;
}
.news-one .entry-content section .col .img img {
  margin: 0 auto;
}
.news-one .entry-content section .col:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.news-one .entry-content section .col:nth-child(even) .txt {
  width: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 50px;
}
.news-one .entry-content section .col:nth-child(even) .txt .ttl {
  font-weight: 600;
  padding: 10px 0;
}
.news-one .entry-content section .col:nth-child(even) .img {
  width: 50%;
  padding-right: 110px;
  padding-left: 0;
}
.news-one .entry-content section .col:nth-child(even) .img img {
  margin: 0 auto;
}
.news-one .entry-content section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.news-one .entry-content section .box .item {
  width: 33.33%;
  text-align: center;
}
.news-one .entry-content section .box .item img {
  margin: 0 auto;
}
.news-one .entry-content section .box .item .ttl {
  font-weight: 600;
  padding: 10px 0;
}

@media (max-width: 900px) {
  .news-one .entry-content section .col .img {
    padding-right: 0;
    padding-left: 20px;
  }
  .news-one .entry-content section .col:nth-child(even) .img {
    padding-right: 20px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .news-one .entry-content section .col .txt {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }
  .news-one .entry-content section .col .txt h2 {
    text-align: left;
  }
  .news-one .entry-content section .col .txt .head-txt {
    text-align: left;
  }
  .news-one .entry-content section .col .img {
    width: 100%;
    padding-left: 0;
  }
  .news-one .entry-content section .col .img img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    padding-left: 0;
  }
  .news-one .entry-content section .col:nth-child(even) .txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .news-one .entry-content section .col:nth-child(even) .img {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .news-one .entry-content section .col:nth-child(even) .img img {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .news-one .entry-content section .box .item {
    width: 100%;
    text-align: center;
  }
  .news-one .entry-content section .box .item img {
    margin: 0 auto;
    padding-left: 0;
  }
}
.page-wrapper {
  max-width: none;
  padding: 0;
}

.section01 {
  background-color: #f5f5fa;
  background-image: url(../images/introduction/introduction-intro-bg.jpg);
  background-position: center;
  padding: 100px 4% !important;
}
@media (max-width: 1000px) {
  .section01 {
    padding: 50px 4% !important;
  }
}
.section01 .inner {
  max-width: 1580px;
  margin: 0 auto;
}
.section01 .catch {
  font-family: ten-mincho, "Yu Mincho", "游明朝", "Hiragino Mincho ProN", "ヒラギノ明朝 ProN", serif;
  font-size: 26px;
  text-align: center;
  margin-bottom: 120px;
}
@media (max-width: 1000px) {
  .section01 .catch {
    font-size: 18px;
    text-align: left;
    margin-bottom: 40px;
  }
}
.section01 .list {
  max-width: 1200px;
  margin: 0 auto;
}
.section01 .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1666666667%;
  margin-bottom: 80px;
}
@media (max-width: 1000px) {
  .section01 .list > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
.section01 .list > li .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
@media (max-width: 1000px) {
  .section01 .list > li .img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
  }
}
.section01 .list > li .img-list > li {
  width: 49.6089385475%;
}
@media (max-width: 1000px) {
  .section01 .list > li .img-list > li {
    width: auto;
  }
}
.section01 .list > li .txtarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.section01 .list > li .kanji {
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .section01 .list > li .kanji {
    width: 100px;
  }
}
.section01 .list > li:nth-child(even) .img-list {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 1000px) {
  .section01 .list > li:nth-child(even) .img-list {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}/*# sourceMappingURL=page-company-introduction.css.map */