main {
  overflow: hidden;
}

.kv {
  position: relative;
}
.kv__video {
  aspect-ratio: 1500/636;
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .kv__video {
    aspect-ratio: 750/1250;
  }
}
.kv__copywrite {
  position: absolute;
  bottom: 4.66vw;
  left: 4.66vw;
}
@media screen and (max-width: 767px) {
  .kv__copywrite {
    left: 50%;
    bottom: 34.6vw;
    translate: -50% 0;
  }
}
.kv__logo {
  width: 38vw;
}
@media screen and (max-width: 767px) {
  .kv__logo {
    width: 82.8vw;
  }
}
.kv__text {
  font-size: 30px;
  font-weight: 700;
  margin-top: 2.66vw;
  color: var(--c_white);
}
@media screen and (max-width: 767px) {
  .kv__text {
    font-size: 4.8vw;
  }
}

.products__area {
  position: relative;
  overflow: hidden;
  z-index: 0;
  padding-block: 100px 180px;
}
@media screen and (max-width: 767px) {
  .products__area {
    padding-block: 55px 130px;
  }
}
.products__bg {
  position: absolute;
  z-index: -3;
  top: 0;
  right: 0;
  width: 43.6vw;
  width: min(43.6vw, 654px);
}
@media screen and (max-width: 767px) {
  .products__bg {
    width: min(88vw, 330px);
  }
}
.products__inner {
  width: calc(100% - 13.33vw);
  width: 100%;
  padding-left: 13.33vw;
}
@media screen and (max-width: 767px) {
  .products__inner {
    padding-left: 5%;
  }
}
.products__container {
  display: flex;
  justify-content: space-between;
  margin-inline: 0 calc(50% - 50vw);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products__container {
    flex-direction: column;
  }
}
.products__left {
  max-width: 300px;
  width: 100%;
}
.products__btn {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .products__btn {
    margin-top: 30px;
  }
}
.products__right {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .products__right {
    margin-inline: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.products__image {
  width: 50%;
  margin-top: 35px;
  height: 300px;
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .products__image {
    height: 177.5px;
  }
}
.products__image img {
  width: 100%;
  max-width: 100%;
}

.feature__wrapper {
  width: 100%;
  position: relative;
  z-index: 0;
}
.feature__bg {
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  background: #666666;
  margin-right: 5.33vw;
  border-radius: 0 10px 10px 0;
  width: calc(100% - 5.33vw);
  height: 100%;
}
@media screen and (max-width: 767px) {
  .feature__bg {
    width: 100%;
    border: initial;
    border-radius: 0;
  }
}
.feature__area {
  padding-block: 180px 160px;
  position: relative;
  z-index: 0;
  padding-right: 20.33vw;
}
@media screen and (max-width: 767px) {
  .feature__area {
    padding-right: 0;
    padding-block: 180px 160px;
  }
}
.feature__inner {
  margin-inline: auto 0;
  max-width: 660px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .feature__inner {
    margin-inline: auto;
  }
}
.feature__container {
  position: relative;
}
.feature__head {
  padding-left: 10.67%;
}
.feature__text {
  padding-left: 15px;
  border-left: 4px solid #f2f2f2;
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 700;
  margin-top: 80px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .feature__text {
    margin-top: 40px;
    font-size: 16px;
  }
}
.feature .card__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
  gap: 30px 25px;
  max-width: 590px;
}
@media screen and (max-width: 767px) {
  .feature .card__list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.feature .card__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  justify-items: center;
  border-radius: 4px;
  background: var(--c_white);
  gap: 0;
  padding-bottom: 20px;
  position: relative;
}
.feature .card__item::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  translate: -50% 0;
  width: 43px;
  height: auto;
  aspect-ratio: 43/29;
  background: url(/index/img/deco.png) center/contain, no-repeat;
}
.feature .card__item:nth-child(1) .card__image {
  width: 90px;
}
@media screen and (max-width: 767px) {
  .feature .card__item:nth-child(1) .card__image {
    width: 61.5px;
  }
}
.feature .card__item:nth-child(2) .card__image {
  width: 103px;
}
@media screen and (max-width: 767px) {
  .feature .card__item:nth-child(2) .card__image {
    width: 60.5px;
  }
}
.feature .card__item:nth-child(3) .card__image {
  width: 86px;
}
@media screen and (max-width: 767px) {
  .feature .card__item:nth-child(3) .card__image {
    width: 58.5px;
  }
}
.feature .card__item:nth-child(4) .card__image {
  width: 93px;
}
@media screen and (max-width: 767px) {
  .feature .card__item:nth-child(4) .card__image {
    width: 60px;
  }
}
.feature .card__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 79%;
}
.feature .card__title {
  position: relative;
  z-index: 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .feature .card__title {
    font-size: 24px;
    line-height: 24px;
  }
}
.feature .card__title::before {
  content: "";
  position: absolute;
}
.feature .card__number {
  font-size: 80px;
  color: var(--c_black);
  opacity: 0.1;
  font-family: var(--inter);
  line-height: 65px;
}
@media screen and (max-width: 767px) {
  .feature .card__number {
    font-size: 70px;
    line-height: 70px;
  }
}
.feature .card__image {
  padding-block: 45px;
}
@media screen and (max-width: 767px) {
  .feature .card__image {
    padding-block: 0;
  }
}
.feature .card__text {
  text-align: center;
}
.feature .card__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .feature .card__container {
    flex-direction: row;
    width: 100%;
    justify-content: space-around;
    margin-top: 12px;
  }
}
.feature .card__textbox {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .feature .card__textbox {
    justify-content: center;
  }
}
.feature .stats__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .feature .stats__item {
    gap: 10px;
  }
}
.feature .stats__head {
  border-radius: 2px;
  background: var(--c_gold);
  color: var(--c_white);
  padding: 0.4em 0.3em;
}
.feature .stats__text {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .feature .stats__text {
    font-size: 16px;
  }
}
.feature .stats__number {
  font-size: 50px;
  line-height: 50px;
  color: var(--c_gold);
}
.feature .stats__number span {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .feature .stats__number span {
    font-size: 16px;
  }
}
.feature .image__item {
  width: auto;
  position: absolute;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
  object-position: center;
  object-fit: contain;
}
.feature .image__item img {
  width: 100%;
  max-width: 100%;
}
.feature .image__item--1 {
  top: 120px;
  left: 0;
  width: 38vw;
  height: 800px;
}
@media screen and (max-width: 767px) {
  .feature .image__item--1 {
    width: 225px;
    height: auto;
    top: -80px;
    border-radius: 0px 10px 10px 0px;
  }
}
.feature .image__item--2 {
  bottom: 200px;
  left: 250px;
  width: 15.33vw;
  height: 260px;
}
@media screen and (max-width: 767px) {
  .feature .image__item--2 {
    width: 85px;
    height: auto;
    top: 50px;
    bottom: unset;
    right: 0;
    left: unset;
    border-radius: 5px 0 0 5px;
  }
}
.feature .image__item--3 {
  right: 0;
  bottom: 263px;
  width: 20.6vw;
  height: 590px;
}
@media screen and (max-width: 767px) {
  .feature .image__item--3 {
    width: 225px;
    height: auto;
    bottom: -53px;
    border-radius: 10px 0 0 10px;
  }
}

.casestudy__area {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .casestudy__area {
    margin-top: 110px;
  }
}
.casestudy__inner {
  max-width: 900px;
}
.casestudy__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .casestudy__container {
    flex-direction: column;
  }
}
.casestudy__left {
  width: 100%;
}
.casestudy__right {
  max-width: 590px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .casestudy__right {
    margin-top: 35px;
  }
}

.menu__area {
  margin-top: 140px;
}
@media screen and (max-width: 767px) {
  .menu__area {
    margin-top: 60px;
  }
}
.menu__inner {
  max-width: 1100px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .menu__inner {
    width: 100%;
  }
}
.menu__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .menu__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.menu__item:nth-child(1) .menu__thumb {
  background-image: url(/index/img/menu_img01.jpg);
}
.menu__item:nth-child(2) .menu__thumb {
  background-image: url(/index/img/menu_img02.jpg);
}
.menu__item:nth-child(3) .menu__thumb {
  background-image: url(/index/img/menu_img03.jpg);
}
.menu__item:nth-child(4) .menu__thumb {
  background-image: url(/index/img/menu_img04.jpg);
}
@media (hover) {
  .menu__link:hover .menu__thumb::before {
    opacity: 0;
  }
  .menu__link:hover .menu__text {
    background: var(--c_red);
  }
  .menu__link:hover .menu__text::before {
    background: var(--c_red);
  }
  .menu__link:hover .button__icon {
    background: var(--c_white);
  }
  .menu__link:hover .button__icon::before {
    background: var(--c_red);
  }
}
.menu__thumb {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 275/230;
  background-position: center center;
  background-size: contain;
}
.menu__thumb::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--c_black);
  opacity: 0.4;
  transition: opacity 0.3s;
}
.menu__btn {
  position: absolute;
  bottom: 15px;
  right: 20px;
  background: none;
  border: 1px solid var(--c_white);
}
.menu__text {
  position: relative;
  padding-block: 15px;
  background: var(--c_gold);
  color: var(--c_white);
  transition: background 0.3s;
  padding-left: 35px;
}
@media screen and (max-width: 767px) {
  .menu__text {
    padding-left: 20px;
    font-size: 14px;
  }
}
.menu__text::before {
  content: "";
  position: absolute;
  top: 1px;
  right: -1px;
  translate: 0 -100%;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  background: var(--c_gold);
  clip-path: polygon(100% 0, 0 100%, 100% 100%);
  transition: background 0.3s;
}
.menu__text::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  translate: 0 -50%;
  border-radius: 50%;
  background: var(--c_white);
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .menu__text::after {
    left: 8px;
    width: 5px;
  }
}

.news__area {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .news__area {
    margin-top: 55px;
  }
}
.news__inner {
  max-width: 950px;
}
.news__container {
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 767px) {
  .news__container {
    flex-direction: column;
    gap: 30px;
  }
}
.news__left {
  width: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .news__left {
    display: contents;
  }
}
.news__right {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .news__right {
    order: 2;
  }
}
.news__list {
  width: 100%;
  display: grid;
  grid-template-columns: auto 1fr;
}
.news__item {
  display: grid;
  grid-template-columns: subgrid;
  gap: 40px;
  grid-column: span 2;
  padding: 20px;
  border-bottom: 1px solid #eeeeee;
}
@media screen and (max-width: 767px) {
  .news__item {
    grid-template-columns: 1fr;
    gap: 1em;
    padding: 10px;
  }
}
.news__date {
  color: var(--c_gold);
  font-size: 14px;
}
@media (hover) {
  .news__btn:hover {
    background: var(--c_white);
  }
}
@media screen and (max-width: 767px) {
  .news__btn {
    order: 3;
  }
}
@media screen and (max-width: 767px) {
  .news__head {
    order: 1;
  }
}
.news__text {
  color: var(--c_red);
  font-weight: 700;
}

.infomation__area {
  background: #f6f5ef;
  padding-block: 70px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .infomation__area {
    margin-top: 55px;
    padding-block: 25px;
  }
}
.infomation__inner {
  max-width: 1100px;
}
.infomation__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .infomation__container {
    flex-direction: column;
  }
}
.infomation__left {
  width: 420px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .infomation__left {
    width: 100%;
    margin-top: 0;
  }
}
.infomation__right {
  display: flex;
  gap: 10px;
  width: calc(100% - 420px);
}
@media screen and (max-width: 767px) {
  .infomation__right {
    width: 100%;
    gap: 5px;
  }
}
.infomation__link {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (hover) {
  .infomation__link:hover .infomation__btn {
    background: var(--c_gold);
  }
  .infomation__link:hover .infomation__btn::before {
    background: var(--c_white);
  }
}
.infomation__sub-text {
  color: var(--c_gold);
}
@media screen and (max-width: 767px) {
  .infomation__sub-text {
    font-size: 12px;
  }
}
.infomation__text {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .infomation__text {
    font-size: 16px;
  }
}
.infomation__text--small {
  font-size: 16px;
  color: #939090;
}
@media screen and (max-width: 767px) {
  .infomation__text--small {
    font-size: 12px;
  }
}
.infomation__image {
  width: 220px;
}
@media screen and (max-width: 767px) {
  .infomation__image {
    margin-top: 30px;
  }
}
.infomation__btn {
  border: 2px solid var(--c_gold);
  background: none;
}
.infomation__btn::before {
  background: var(--c_gold);
}

/*# sourceMappingURL=style.css.map */
