#important-notice {
  padding: 30px 0 30px;
  display: flex;
  gap: 5px 15px;
  align-items: center;
  flex-wrap: wrap;
}
#important-notice .title {
  background: #de594b;
  color: #fff;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 13px;
  line-height: 20px;
}
#important-notice .date {
  font-size: 13px;
  line-height: 20px;
  color: #999;
}
#important-notice .name a {
  display: block;
  font-size: 16px;
  line-height: 1.5;
}
#important-notice .tag {
  display: none;
}
@media screen and (max-width: 999px) {
  #important-notice {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  #important-notice {
    padding: 15px;
    gap: 5px 7px;
  }
  #important-notice .title {
    padding: 4px 8px;
  }
}

#key {
  position: relative;
  z-index: 2;
  padding: 0 25px 0 0;
}
@media screen and (max-width: 999px) {
  #key {
    padding: 0 25px;
  }
}
#key .group-slide {
  display: flex;
  height: 650px;
  max-height: 100dvh;
  overflow: hidden;
  gap: 20px;
}
#key .group-slide .loopslider-vertical ul {
  animation-duration: 40s;
}
#key .group-slide .loopslider-vertical ul li {
  overflow: hidden;
  border-radius: 10px;
  margin: 30px 0 0;
}
@media screen and (max-width: 767px) {
  #key {
    padding: 0 0 0 51px;
  }
  #key .group-slide {
    height: 416px;
    gap: 14px;
  }
  #key .group-slide .loopslider-vertical ul li {
    margin-top: 10px;
  }
}

#sec1 .inner {
  width: 1200px;
  max-width: 100%;
  padding: 140px 40px 140px 15px;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media screen and (max-width: 1200px) {
  #sec1 .inner {
    justify-content: center;
  }
}
#sec1 .inner::before {
  content: "";
  position: absolute;
  background: url("../img/index/s1_deco.png") no-repeat center/100% auto;
  width: 544px;
  height: 544px;
  top: 60px;
  left: 258px;
}
#sec1 .inner::after {
  content: "";
  position: absolute;
  background: url("../img/index/s1_deco2.png") no-repeat center/100% auto;
  width: 456px;
  height: 456px;
  bottom: 80px;
  right: 216px;
}
#sec1 .group-content {
  position: relative;
  z-index: 2;
  width: 550px;
}
#sec1 .group-content h2 {
  font-size: 40px;
  line-height: 1.8;
  margin: 0 0 60px;
}
#sec1 .group-content h2 .cl {
  color: #e49e14;
}
#sec1 .group-content h2 .cl2 {
  color: #48ae29;
}
#sec1 .group-content .txt + .txt {
  margin-top: 32px;
}
#sec1 .group-content .btn-link {
  margin: 60px 0 0;
}
#sec1 .group-img {
  width: 501px;
  max-width: calc(100% - 570px);
  padding: 37px 0 0;
  position: relative;
  z-index: 2;
}
#sec1 .group-img .img,
#sec1 .group-img .img2,
#sec1 .group-img .img3 {
  border-radius: 10px;
  overflow: hidden;
}
#sec1 .group-img .img2 {
  position: relative;
  width: 291px;
  margin: 6% 8.5% 0 auto;
  max-width: 58.5%;
}
#sec1 .group-img .img3 {
  width: 24.56%;
  margin: 6.6% 0 0 17.56%;
}
@media screen and (max-width: 1200px) {
  #sec1 .group-img {
    max-width: 501px;
  }
}
@media screen and (max-width: 999px) {
  #sec1 .group-content {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #sec1 .inner {
    padding: 60px 0 80px;
    display: block;
  }
  #sec1 .inner::before {
    width: 305px;
    height: 305px;
    top: -124px;
    left: -80px;
  }
  #sec1 .inner:after {
    width: 344px;
    height: 344px;
    bottom: 90.267vw;
    right: -89px;
  }
  #sec1 .group-content {
    padding: 0 15px;
  }
  #sec1 .group-content h2 {
    font-size: 30px;
    line-height: 1.6;
    margin: 0 0 30px;
  }
  #sec1 .group-content .txt + .txt {
    margin-top: 28px;
  }
  #sec1 .group-content .btn-link {
    margin: 30px 0 0;
    text-align: right;
  }
  #sec1 .group-img {
    padding: 30px 0 0;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  #sec1 .group-img .img {
    width: 66.8%;
  }
  #sec1 .group-img .img2 {
    width: 39.33vw;
    max-width: 100%;
    margin: 6.733vw 0 0 36.67vw;
  }
  #sec1 .group-img .img3 {
    position: absolute;
    top: 28.8vw;
    width: 16.4vw;
    right: 4vw;
    margin: 0;
  }
}

#products {
  padding: 140px 0;
  background: url("../img/index/product_bg.jpg") no-repeat center/cover;
}
#products .inner {
  width: 1120px;
  max-width: calc(100% - 60px);
  margin: 0 auto;
}
#products .h1-common {
  margin: 0 0 60px;
}
#products .flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#products .flex .img {
  width: 540px;
  max-width: 48.5%;
  overflow: hidden;
  border-radius: 10px;
}
#products .flex .group-content {
  max-width: 48.5%;
}
#products .flex .group-content h3 {
  font-size: 24px;
  line-height: 1.8;
}
#products .flex .group-content .txt {
  margin: 30px 0;
}
#products .group-item {
  margin: 120px 0;
  display: flex;
  justify-content: space-between;
}
#products .group-item .item {
  width: 540px;
  max-width: 49%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  box-sizing: border-box;
  padding: 0 30px 30px;
}
#products .group-item .item .img {
  margin: 0 0 60px;
  text-align: center;
  padding: 31px 0 0;
}
#products .group-item .item .img img {
  width: 100%;
  max-width: 100%;
}
#products .group-item .item .img2 {
  margin: 0 0 60px;
  padding: 31px 0 0;
  display: flex;
  align-items: center;
}
#products .group-item .item .img2 img {
  width: 100%;
  max-width: 100%;
}
#products .group-item .item h4 {
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding: 0 0 30px;
  position: relative;
}
#products .group-item .item h4::before {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 40px;
  background: #6bc24c;
  left: 50%;
  transform: translateX(-50%);
}
#products .group-item .item .txt {
  margin: 30px 0;
}
#products .group-item .item .btn-link {
  text-align: right;
}
#products .banner a {
  overflow: hidden;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
#products .banner a .link {
  width: 347px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 24px;
  line-height: 1;
}
#products .banner a .link:after {
  content: "";
  background: url("../img/shared/arrow.png") no-repeat center/100% auto;
  width: 36px;
  height: 36px;
  transition: all 0.5s;
}
#products .banner a img {
  opacity: 1;
}
#products .banner a .img {
  width: calc(100% - 347px);
  height: 190px;
}
#products .banner a:hover {
  background: #e49e14;
  color: #fff;
}
#products .banner a:hover .link:after {
  background-image: url("../img/shared/arrow_on.png");
}
@media screen and (max-width: 767px) {
  #products {
    padding: 80px 15px 96px;
    background: url("../img/index/product_bg_sp.jpg") no-repeat center/cover;
  }
  #products .inner {
    max-width: 100%;
  }
  #products .h1-common {
    margin: 0 0 30px;
  }
  #products .flex {
    display: block;
  }
  #products .flex .img {
    width: 100%;
    max-width: 100%;
  }
  #products .flex .group-content {
    width: 100%;
    max-width: 100%;
    margin: 20px 0 0;
  }
  #products .flex .group-content h3 {
    font-size: 22px;
    line-height: 1.6;
  }
  #products .flex .group-content .txt {
    margin: 15px 0;
  }
  #products .flex .group-content .btn-link {
    text-align: right;
  }
  #products .group-item {
    margin: 68px 0 60px;
    display: block;
  }
  #products .group-item .item {
    width: 100%;
    max-width: 100%;
  }
  #products .group-item .item + .item {
    margin-top: 20px;
  }
  #products .group-item .item .img,
  #products .group-item .item .img2 {
    padding: 30px 0 0;
    margin: 0 0 15px;
  }
  #products .group-item .item .img img,
  #products .group-item .item .img2 img {
    width: 100%;
    /* height: 28vw; */
  }
  #products .group-item .item h4 {
    font-size: 22px;
    line-height: 1;
    padding: 0 0 15px;
  }
  #products .group-item .item .txt {
    margin: 15px 0;
  }
  #products .group-item .item .btn-link {
    text-align: right;
  }
  #products .banner a {
    display: block;
  }
  #products .banner a .img {
    width: 100%;
    height: auto;
  }
  #products .banner a .link {
    width: 100%;
    font-size: 18px;
    line-height: 1;
    padding: 15px 0;
  }
  #products .banner a .link:after {
    width: 26px;
    height: 26px;
  }
}

#news {
  position: relative;
}
#news .inner {
  position: relative;
  padding: 140px 0;
  max-width: calc(100% - 60px);
  width: 1120px;
  margin: 0 auto;
}
#news .inner::before {
  content: "";
  position: absolute;
  background: url("../img/index/news_deco.png") no-repeat center/100% auto;
  width: 440px;
  height: 440px;
  top: -1px;
  right: 170px;
}
#news .inner::after {
  content: "";
  position: absolute;
  background: url("../img/index/news_deco2.png") no-repeat center/100% auto;
  width: 418px;
  height: 418px;
  bottom: 47px;
  left: 146px;
}
#news h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 42px;
}
#news .btn-link {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 207px;
}
#news .list-news {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #news .inner {
    padding: 68px 15px 80px;
    max-width: 100%;
    box-sizing: border-box;
  }
  #news .inner::before {
    width: 271px;
    height: 271px;
    top: 84.5px;
    right: -51px;
  }
  #news .inner:after {
    width: 247.5px;
    height: 247.5px;
    bottom: 15px;
    left: -8px;
  }
  #news h2 {
    margin: 0 0 30px;
  }
  #news .btn-link {
    position: relative;
    top: 0;
    margin: 30px 0 0;
    text-align: right;
  }
}

#group-banner {
  display: flex;
}
#group-banner .banner {
  width: 50%;
}
#group-banner .banner a {
  display: block;
  text-decoration: none;
  position: relative;
  color: #fff;
}
#group-banner .banner a img {
  opacity: 1;
}
#group-banner .banner a .img {
  position: relative;
  z-index: 1;
}
#group-banner .banner a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  bottom: 0;
  top: 0;
  opacity: 0.17;
  transition: all 0.5s;
  background: #333;
}
#group-banner .banner a .tit {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 30px;
  border-bottom: 1px solid;
  padding: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  z-index: 3;
}
#group-banner .banner a .tit:after {
  content: "";
  position: absolute;
  width: 27px;
  height: 27px;
  background: url("../img/shared/arrow_on.png") no-repeat center/100% auto;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1100px) {
  #group-banner .banner a .tit {
    left: 10px;
    right: 10px;
    line-height: 27px;
    font-size: 16px;
    letter-spacing: 0;
  }
}
#group-banner .banner a:hover::before {
  opacity: 0.5;
}
#group-banner .banner:nth-child(3) a .tit:after {
  background-image: url("../img/shared/arrow2.png");
}
@media screen and (max-width: 767px) {
  #group-banner {
    display: block;
  }
  #group-banner .banner {
    width: 100%;
  }
  #group-banner .banner a .tit {
    left: 15px;
    right: 15px;
    bottom: 15px;
    font-size: 18px;
    line-height: 1.5;
    padding: 0 0 7px;
  }
  #group-banner .banner a .tit:after {
    width: 26px;
    height: 26px;
    bottom: 9px;
    background-image: url("../img/shared/arrow5.png");
  }
  #group-banner .banner:nth-child(3) a .tit::after {
    background-image: url("../img/shared/arrow4.png");
  }
}
