@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
.fv-slide {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.fv-slide.slick-initialized {
  opacity: 1;
}

.fv {
  position: relative;
  height: 45vw;
}
@media (max-width: 1399.98px) {
  .fv {
    height: 70.7rem;
  }
}
@media (max-width: 1399.98px) and (max-width: 991.98px) {
  .fv {
    height: 50rem;
  }
}
@media (max-width: 1399.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .fv {
    height: 40rem;
  }
}
@media (max-width: 1399.98px) and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) {
  .fv {
    height: 32rem;
  }
}
@media (max-width: 1199.98px) {
  .fv .container {
    width: 95%;
    max-width: 100%;
  }
}
@media (max-width: 1199.98px) and (max-width: 575.98px) {
  .fv .container {
    width: 100%;
    padding: 0 1rem !important;
  }
}
.fv-slide .item {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  height: 45vw;
}
@media (max-width: 1399.98px) {
  .fv-slide .item {
    height: 70.7rem;
  }
}
@media (max-width: 1399.98px) and (max-width: 991.98px) {
  .fv-slide .item {
    height: 50rem;
  }
}
@media (max-width: 1399.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .fv-slide .item {
    height: 40rem;
  }
}
@media (max-width: 1399.98px) and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) {
  .fv-slide .item {
    height: 32rem;
  }
}
.fv-slide .item01 {
  background-image: url(../img/top/img_fv01@2x.png);
}
.fv-slide .item02 {
  background-image: url(../img/top/img_fv02@2x.png);
}
.fv-slide .item03 {
  background-image: url(../img/top/img_fv03@2x.png);
}
.fv-txt {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-70%);
  width: 100%;
}
.fv-txt p {
  color: white;
  font-size: 3.6rem;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: right;
  line-height: 1.92;
  font-weight: 500;
}
@media (max-width: 991.98px) {
  .fv-txt p {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .fv-txt p {
    font-size: 2rem;
  }
}
.fv-news {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  transform: translateY(-140%);
}
@media (max-width: 575.98px) {
  .fv-news {
    transform: translateY(-160%);
  }
}
.fv-news .container {
  display: flex;
  justify-content: flex-end;
}
.fv-news .container .topNews {
  display: flex;
  color: white;
  align-items: center;
  width: 35%;
  padding: 2rem 4.5rem 2rem 0;
  border-top: solid 1px white;
  border-bottom: solid 1px white;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  margin-right: 1.5rem;
  position: relative;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .fv-news .container .topNews {
    padding: 1.1rem 4rem 1.1rem 0;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .fv-news .container .topNews {
    width: 50%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) {
  .fv-news .container .topNews {
    width: 75%;
    margin-right: 0;
    padding: 0.5rem 4rem 0.5rem 0;
  }
}
.fv-news .container .topNews:hover::after {
  transform: translateX(1rem);
}
@media (max-width: 991.98px) {
  .fv-news .container .topNews:hover::after {
    transform: translateX(1rem) scale(0.5);
  }
}
.fv-news .container .topNews::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 1rem;
  position: absolute;
  right: 0;
  transition: all 0.3s ease;
}
@media (max-width: 991.98px) {
  .fv-news .container .topNews::after {
    transform: scale(0.5);
  }
}
.fv-news .container .topNews .postTime {
  padding-right: 3rem;
}
@media (max-width: 991.98px) {
  .fv-news .container .topNews .postTime {
    font-size: 1.1rem;
    padding-right: 1rem;
  }
}
.fv-news .container .topNews .ttl {
  font-size: 1.4rem;
}
@media (max-width: 991.98px) {
  .fv-news .container .topNews .ttl {
    font-size: 1.1rem;
    line-height: 1.6;
  }
}
.fv .scrollDown {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: white;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  height: 8rem;
  overflow: hidden;
  transform: translateX(-50%);
}
@media (max-width: 991.98px) {
  .fv .scrollDown {
    height: 6rem;
    font-size: 1.1rem;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .fv .scrollDown {
    height: 4.5rem;
  }
}
.fv .scrollDown::after {
  content: "";
  position: absolute;
  top: 5rem;
  left: 50%;
  width: 1px;
  height: 10rem;
  background: #eee;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    height: 0;
    top: 3rem;
    opacity: 0;
  }
  30% {
    height: 10rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    height: 0;
    top: 3rem;
    opacity: 0;
  }
  30% {
    height: 10rem;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 80px;
    opacity: 0;
  }
}
.catch {
  background-image: url(../img/top/img_top_bg@2x.png);
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media (max-width: 575.98px) {
  .catch img {
    width: 60%;
  }
}
.catch-desc {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 2.13;
  font-weight: 500;
  padding-top: 5rem;
}
@media (max-width: 575.98px) {
  .catch-desc {
    font-size: 1.2rem;
  }
}
.catch .nami {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.imageSideBox {
  padding-bottom: 3rem;
}
.imageSideBox .txts {
  padding-bottom: 2rem;
}
.imageSideBox .btnWrap {
  display: flex;
  justify-content: flex-start;
}
.imageSideBox .desc {
  padding: 3.5rem 0 3rem;
}

.product {
  background-color: #f5f7f4;
}
.product .btnWrap {
  display: flex;
  justify-content: center;
  padding-top: 8rem;
}

.bgGray {
  background-color: #f5f7f4;
}

.bg01 {
  background-image: url(../img/top/img_top_product01@2x.png);
  background-size: cover;
}

.bg02 {
  background-image: url(../img/top/img_top_product02@2x.png);
  background-size: cover;
}

.bg03 {
  background-image: url(../img/top/img_top_oem@2x.png);
  background-size: cover;
}

.imageTxtBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 8rem;
}
@media (max-width: 767.98px) {
  .imageTxtBox {
    padding-top: 5rem;
  }
}
@media (max-width: 991.98px) {
  .imageTxtBox-reverse {
    flex-direction: column-reverse;
  }
  .imageTxtBox-reverse .image {
    margin-left: 20%;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .imageTxtBox-reverse .image {
    margin-left: 10%;
  }
}
.imageTxtBox .image {
  width: 48%;
  overflow: hidden;
  height: 30vw;
}
@media (max-width: 1399.98px) {
  .imageTxtBox .image {
    height: 44.2rem;
  }
}
@media (max-width: 1399.98px) and (max-width: 1199.98px) {
  .imageTxtBox .image {
    height: 40rem;
  }
}
@media (max-width: 1399.98px) and (max-width: 1199.98px) and (max-width: 991.98px) {
  .imageTxtBox .image {
    width: 80%;
    height: 35rem;
  }
}
@media (max-width: 1399.98px) and (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) {
  .imageTxtBox .image {
    width: 80%;
    height: 30rem;
  }
}
@media (max-width: 1399.98px) and (max-width: 1199.98px) and (max-width: 991.98px) and (max-width: 767.98px) and (max-width: 575.98px) {
  .imageTxtBox .image {
    width: 90%;
    height: 22rem;
  }
}
.imageTxtBox .texts {
  width: 49%;
}
@media (max-width: 991.98px) {
  .imageTxtBox .texts {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 3rem;
  }
}
.imageTxtBox .texts.pr8 {
  padding-right: 8%;
}
@media (max-width: 991.98px) {
  .imageTxtBox .texts.pr8 {
    padding-right: 2rem;
  }
}
.imageTxtBox .texts.pl8 {
  padding-left: 8%;
}
@media (max-width: 991.98px) {
  .imageTxtBox .texts.pl8 {
    padding-left: 2rem;
  }
}

.oem .btnWrap {
  padding-top: 3rem;
  display: flex;
}
.oem .nami {
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.sustainability .imageSideBox {
  padding-top: 6rem;
}
.sustainability .article {
  padding: 5rem 0;
}
.sustainability .torikumiBox {
  padding-top: 10rem;
}
@media (max-width: 991.98px) {
  .sustainability .torikumiBox .item {
    padding-bottom: 12rem;
  }
}
@media (max-width: 991.98px) {
  .sustainability .torikumiBox .item:last-child {
    padding-bottom: 0;
  }
}
.sustainability .torikumiBox .item .inner {
  display: block;
  background-color: white;
  padding: 0 2rem 2rem;
  text-align: center;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
}
.sustainability .torikumiBox .item .inner:hover .txt::after {
  right: -1.5rem;
}
.sustainability .torikumiBox .item .inner .image {
  padding-bottom: 2.5rem;
}
.sustainability .torikumiBox .item .inner .image img {
  margin-top: -10rem;
}
@media (max-width: 575.98px) {
  .sustainability .torikumiBox .item .inner .image img {
    width: 45%;
  }
}
.sustainability .torikumiBox .item .inner .txt {
  text-align: center;
  position: relative;
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
}
.sustainability .torikumiBox .item .inner .txt::after {
  content: "\e900";
  font-family: "icomoon";
  font-size: 1rem;
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translate(100%, -50%) scale(0.8);
  color: #9b2727;
  transition: all 0.3s ease;
}
.sustainability .sdgs .mediumTtl {
  padding-bottom: 5rem;
}
.sustainability .sdgs .sdgsBox .item {
  padding-bottom: 4rem;
  max-width: 50rem;
}
@media (max-width: 767.98px) {
  .sustainability .sdgs .sdgsBox .item {
    padding: 0 0.8rem 2rem;
  }
}
.sustainability .sdgs .sdgsBox .item .inner:hover .image img {
  transform: scale(1.1);
}
.sustainability .sdgs .sdgsBox .image {
  overflow: hidden;
  position: relative;
}
.sustainability .sdgs .sdgsBox .image .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0.5rem 1.5rem;
  background-color: #9b2727;
  color: white;
  font-size: 1.4rem;
}
.sustainability .sdgs .sdgsBox .image .cat a {
  color: inherit;
}
@media (max-width: 767.98px) {
  .sustainability .sdgs .sdgsBox .image .cat {
    padding: 0.3rem 0.7rem;
    font-size: 1.2rem;
  }
}
.sustainability .sdgs .sdgsBox .image img {
  width: 100%;
  transition: all 0.3s ease;
  height: auto;
}
.sustainability .sdgs .sdgsBox .postTime {
  font-size: 1.6rem;
  padding: 1.2rem 0;
  display: block;
}
@media (max-width: 767.98px) {
  .sustainability .sdgs .sdgsBox .postTime {
    font-size: 1.3rem;
    padding: 0.4rem 0;
  }
}
.sustainability .sdgs .sdgsBox .ttl {
  font-weight: bold;
  padding-bottom: 0.8rem;
}
@media (max-width: 575.98px) {
  .sustainability .sdgs .sdgsBox p {
    font-size: 1rem;
  }
}
.sustainability .sdgs .btnWrap {
  display: flex;
  justify-content: center;
}

.news {
  position: relative;
}
.news .nami {
  transform: translateY(-100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.news-above {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-above .newsBtn {
  display: flex;
  align-items: center;
}
.news-above .newsBtn:hover .txt {
  color: #9b2727;
}
.news-above .newsBtn .txt {
  font-family: "Shippori Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  transition: all 0.3s ease;
}
.news-above .newsBtn .icon-icon_arrow01 {
  padding-bottom: 1rem;
}
.news-above .newsBtn .icon-icon_arrow01::before {
  padding-left: 1rem;
  font-size: 1rem;
}
.news .newsBox {
  padding-top: 3rem;
}
.news .newsBox .item {
  padding-bottom: 4rem;
  max-width: 50rem;
}
@media (max-width: 767.98px) {
  .news .newsBox .item {
    padding: 0 0.8rem 2rem;
  }
}
.news .newsBox .item .inner:hover .image img {
  transform: scale(1.1);
}
.news .newsBox .item .inner .image {
  overflow: hidden;
  position: relative;
}
.news .newsBox .item .inner .image .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  padding: 0.5rem 1.5rem;
  background-color: #9b2727;
  color: white;
  font-size: 1.4rem;
}
.news .newsBox .item .inner .image .cat a {
  color: inherit;
}
@media (max-width: 767.98px) {
  .news .newsBox .item .inner .image .cat {
    padding: 0.3rem 0.7rem;
    font-size: 1.2rem;
  }
}
.news .newsBox .item .inner .image img {
  width: 100%;
  transition: all 0.3s ease;
  height: auto;
}
.news .newsBox .item .inner .postTime {
  font-size: 1.6rem;
  padding: 1.2rem 0;
  display: block;
}
@media (max-width: 767.98px) {
  .news .newsBox .item .inner .postTime {
    font-size: 1.3rem;
    padding: 0.4rem 0;
  }
}
.news .newsBox .item .inner .ttl {
  font-weight: bold;
  padding-bottom: 0.8rem;
}
@media (max-width: 575.98px) {
  .news .newsBox .item .inner p {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=map/index.css.map */