@charset "UTF-8";
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

.ul-page.sus {
  overflow: hidden;
  /****** 各セクション（背景画像）のタイトル　*****/
  /******* h3,h4 ******/
  /*****メインビュー*****/
  /*
  -----------------------------------
  eco friendly products
  -----------------------------------
  */
  /*
  -----------------------------------
  environment
  -----------------------------------
  */
  /*
  -----------------------------------
  contribute
  -----------------------------------
  */
  /*今後の取り組みと目標*/
}
@media screen and (max-width: 768px) {
  .ul-page.sus .desc__title {
    font-size: 2.25rem;
    line-height: 1.3333333333;
    margin: 50px 0 50px;
  }
}
.ul-page.sus .sus-title {
  width: 100%;
  padding-top: 41.7%;
  position: relative;
  background-image: url(../images/brand-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .sus-title {
    padding-top: 154%;
    background-position: 50% center;
  }
}
.ul-page.sus .sus-title::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  background-image: url(../images/brand-01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .sus-title::before {
    background-position: 50% center;
  }
}
.ul-page.sus .sus-title p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 2.5862068966;
  letter-spacing: 0.4em;
  font-family: "Antonio", sans-serif;
  font-weight: 100;
  text-shadow: 0 4px 4px rgba(0, 0, 0, .25);
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .sus-title p {
    line-height: 1;
    text-align: center;
  }
}
.ul-page.sus .sus-title.long p {
  width: 100%;
  text-align: center;
}
.ul-page.sus .h3-title {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 50px;
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 500;
  padding: 16px 0 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.ul-page.sus .h4-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: bold;
}
.ul-page.sus .mv {
  background-image: url(../images/mv-sus-big.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .mv {
    background-image: url(../images/mv-sus-sp.jpg);
    background-position: center 81%;
  }
}
.ul-page.sus .set-right {
  background-color: rgba(204, 204, 204, .2);
}
.ul-page.sus .eco .sus-title p {
  letter-spacing: 0.2em;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .ul-page.sus .eco .sus-title p {
    line-height: 1;
  }
}
.ul-page.sus .coming {
  font-family: "Antonio", sans-serif;
  font-weight: 100;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.1428571429;
  text-align: center;
  text-transform: uppercase;
  color: #ccc;
  margin-bottom: 78px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .coming {
    margin-bottom: 50px;
  }
}
.ul-page.sus .eco .mv__parent {
  display: block;
  margin-top: -58px;
  font-size: 22px;
  font-size: 1.375rem;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .eco .mv__parent {
    margin-top: -109px;
  }
}
@media screen and (max-width: 768px) {
  .ul-page.sus .eco .h3-title {
    width: 90%;
    margin-bottom: 100px;
  }
}
.ul-page.sus .setUnder {
  background-color: #fff;
}
.ul-page.sus .set-right__under,
.ul-page.sus .set-left__under {
  font-family: "Antonio", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.1428571429;
  font-weight: 100;
  color: #ccc;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .set-right__under,
.ul-page.sus .set-left__under {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .ul-page.sus .set-right,
.ul-page.sus .set-left {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .ul-page.sus .set-left:last-child {
    margin-bottom: 50px;
  }
}
.ul-page.sus .set-right {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, transparent 620px, transparent calc(50% + 620px), rgba(204, 204, 204, .2) calc(50% + 620px), rgba(204, 204, 204, .2) 100%);
}
@media screen and (max-width: 768px) {
  .ul-page.sus .set-right {
    background: linear-gradient(90deg, rgba(204, 204, 204, .2) 0%, rgba(204, 204, 204, .2) calc(50% - 620px), transparent calc(50% - 620px), transparent 620px, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
  }
}
.ul-page.sus .set-left {
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgba(204, 204, 204, .2) 0%, rgba(204, 204, 204, .2) calc(50% - 620px), transparent calc(50% - 620px), transparent 620px, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%);
}
.ul-page.sus .set-right__column,
.ul-page.sus .set-left__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 50px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .set-right__column,
.ul-page.sus .set-left__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    padding: 0 40px 40px 20px;
  }
}
.ul-page.sus .set-right:nth-of-type(3) .set-right__column,
.ul-page.sus .set-left:nth-of-type(2) .set-left__column {
  padding: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .set-right:nth-of-type(3) .set-right__column,
.ul-page.sus .set-left:nth-of-type(2) .set-left__column {
    padding: 0 40px 40px 20px;
  }
}
.ul-page.sus .set-left__column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .set-left__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ul-page.sus .set-right__column::before,
.ul-page.sus .set-left__column::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 90%;
  background-color: rgba(204, 204, 204, .2);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .set-right__column::before,
.ul-page.sus .set-left__column::before {
    width: 95%;
  }
}
.ul-page.sus .set-right__column::before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .set-right__column::before {
    right: auto;
    right: initial;
    left: 0;
  }
}
.ul-page.sus .set-left__column::before {
  left: 0;
}
.ul-page.sus .set-right__column,
.ul-page.sus .set-right__under {
  width: 100%;
  max-width: 1098px;
  margin-left: auto;
}
.ul-page.sus .set-left__column,
.ul-page.sus .set-left__under {
  width: 100%;
  max-width: 1098px;
  margin-right: auto;
}
.ul-page.sus .set-left__under {
  text-align: right;
}
.ul-page.sus .set-right__img,
.ul-page.sus .set-left__img {
  width: 400px;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .set-right__img,
.ul-page.sus .set-left__img {
    width: 250px;
    height: 250px;
    margin-top: -50px;
  }
}
.ul-page.sus .set-right__img img,
.ul-page.sus .set-left__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ul-page.sus .set-right__text,
.ul-page.sus .set-left__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.ul-page.sus .set-right__text .h4-title,
.ul-page.sus .set-left__text .h4-title {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .set-right__text .h4-title,
.ul-page.sus .set-left__text .h4-title {
    margin-bottom: 40px;
  }
}
.ul-page.sus .set-right__text .h4-title + p,
.ul-page.sus .set-left__text .h4-title + p {
  margin-bottom: 40px;
  line-height: 2;
}
@media (max-width: 1280px) {
  .ul-page.sus .set-right__text .h4-title,
.ul-page.sus .set-right__text .h4-title + p {
    padding-right: 20px;
  }
}
@media (max-width: 1280px) {
  .ul-page.sus .set-left__text .h4-title,
.ul-page.sus .set-left__text .h4-title + p {
    padding-left: 20px;
  }
}
.ul-page.sus .set-right__text .link {
  margin-bottom: 5px;
}
.ul-page.sus .environment .sus-title {
  background-image: url(../images/environment-01.jpg);
}
.ul-page.sus .environment .sus-title::before {
  left: auto;
  left: initial;
  right: 0;
  background-image: url(../images/environment-02.jpg);
}
@media (max-width: 1280px) {
  .ul-page.sus .environment .sus-title p {
    letter-spacing: 0;
  }
}
.ul-page.sus .environment .h4-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.1428571429;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .environment .h4-title {
    line-height: 1.7142857143;
  }
}
@media screen and (max-width: 768px) {
  .ul-page.sus .environment .set-right,
.ul-page.sus .environment .set-left {
    margin-bottom: 50px;
  }
}
.ul-page.sus .environment .set-left__column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 40px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .environment .set-left__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ul-page.sus .environment .set-right__column {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .environment .set-right__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ul-page.sus .environment .set-left__column::before,
.ul-page.sus .environment .set-right__column::before {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .environment .set-left__column::before,
.ul-page.sus .environment .set-right__column::before {
    width: 95%;
  }
}
.ul-page.sus .environment .set-left__img,
.ul-page.sus .environment .set-right__img {
  width: 250px;
  height: 250px;
  margin-top: 40px;
  margin-inline: auto;
}
.ul-page.sus .environment .set-left__img {
  margin-left: 50px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .environment .set-left__img {
    margin-left: auto;
    -webkit-transform: translateX(11px);
            transform: translateX(11px);
  }
}
.ul-page.sus .environment .set-right__img {
  margin-right: 50px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .environment .set-right__img {
    margin-right: auto;
    -webkit-transform: translateX(11px);
            transform: translateX(11px);
  }
}
.ul-page.sus .environment .set-left__text {
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .environment .set-left__text {
    padding-right: 0;
  }
}
.ul-page.sus .environment .set-right__text {
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .environment .set-right__text {
    padding-left: 0;
  }
}
.ul-page.sus .environment .set-left__under {
  text-align: left;
}
.ul-page.sus .environment .set-right__under {
  text-align: right;
}
.ul-page.sus .environment .set-left__text.mb-none p {
  margin-bottom: 0;
}
.ul-page.sus .contribute .sus-title p {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute .sus-title p {
    letter-spacing: 0;
  }
}
.ul-page.sus .contribute .sus-title {
  background-image: url(../images/contribute-01.jpg);
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute .sus-title {
    background-position: 41% center;
  }
}
.ul-page.sus .contribute .sus-title::before {
  background-image: url(../images/contribute-02.jpg);
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute .sus-title::before {
    background-position: 13% center;
  }
}
.ul-page.sus .contribute .h4-title {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2857142857;
  margin-bottom: 40px;
}
.ul-page.sus .contribute__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
  margin-bottom: 124px;
  padding: 0 100px 0 110px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
    margin-bottom: 50px;
  }
}
.ul-page.sus .contribute__lead--img {
  width: 250px;
  height: 250px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute__lead--img {
    margin: 0 auto;
  }
}
.ul-page.sus .contribute__lead--text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 37px;
  line-height: 2;
}
.ul-page.sus .contribute__do {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute__do {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute__do--left {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute__do--right {
    margin-bottom: 40px;
  }
}
.ul-page.sus .contribute__do--img {
  margin-bottom: 50px;
}
.ul-page.sus .contribute__do--lists {
  max-width: 520px;
  width: 100%;
  padding: 0 35px 0;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute__do--lists {
    padding: 0 20px;
  }
}
.ul-page.sus .contribute__do--left .contribute__do--lists {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute__do--left .contribute__do--lists {
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute__do--right .contribute__do--lists {
    margin: 0 auto;
  }
}
.ul-page.sus .contribute__do--lists ul li {
  width: 100%;
  height: 50px;
  max-width: 450px;
  text-align: center;
  border: 1px solid #ccc;
  margin-bottom: 11px;
  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;
}
.ul-page.sus .contribute .h3-title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.125;
  font-weight: 500;
  padding: 30px 20px;
  width: 95%;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute .h3-title {
    margin-bottom: 40px;
  }
}
.ul-page.sus .contribute .h3-title span {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 2;
  font-weight: normal;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .contribute .h3-title span {
    line-height: 1.3;
  }
}
.ul-page.sus .ratio-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1040px;
  margin: 0 auto 28px;
  padding: 0 20px;
}
@media (max-width: 1080px) {
  .ul-page.sus .ratio-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.ul-page.sus .ratio-item:last-child {
  margin-bottom: 100px;
}
.ul-page.sus .ratio-item__ratio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 45.2%;
}
@media (max-width: 1080px) {
  .ul-page.sus .ratio-item__ratio {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .ul-page.sus .ratio-item__ratio {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}
.ul-page.sus .ratio-img {
  width: 80px;
  height: 103px;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .ratio-img {
    width: 50px;
    height: 64px;
    margin-right: 0;
  }
}
.ul-page.sus .ratio-item__name {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
  margin-right: 35px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .ratio-item__name {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-right: 25px;
  }
}
.ul-page.sus .ratio-item__name.--blue {
  margin-right: -3px;
}
.ul-page.sus .ratio-number {
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1.2857142857;
  color: #000;
}
.ul-page.sus .ratio-number span {
  font-size: 128px;
  font-size: 8rem;
  line-height: 1;
  letter-spacing: -0.05em;
  font-weight: 500;
  font-family: "Antonio", sans-serif;
  margin-right: 5px;
}
.ul-page.sus .ratio-number.--pink span {
  color: #e90054;
}
.ul-page.sus .ratio-number.--blue span {
  color: #00a0e9;
}
.ul-page.sus .ratio-number.--green span {
  color: #00aa11;
}
@media screen and (max-width: 768px) {
  .ul-page.sus .ratio-number.--green span {
    margin-left: 10px;
  }
}
.ul-page.sus .ratio-item__text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: -0.02em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
/*# sourceMappingURL=sustainability.css.map */
