/* line 5, sass/index.scss */
.body .trunk .branches .leaf .main.corporate *,
.body .trunk .branches .leaf .main.corporate *:before,
.body .trunk .branches .leaf .main.corporate *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* line 13, sass/index.scss */
.body .trunk .branches .leaf .main.corporate .menu .item {
  float: left;
  position: relative;
  margin: 0 20px 17px 0;
  overflow: hidden;
}

/* line 18, sass/index.scss */
.body .trunk .branches .leaf .main.corporate .menu .item:nth-child(3n) {
  margin-right: 0;
}

/* line 21, sass/index.scss */
.body .trunk .branches .leaf .main.corporate .menu .item .link {
  display: block;
  width: 360px;
  height: 240px;
  line-height: 240px;
  text-decoration: none;
}

/* line 28, sass/index.scss */
.body .trunk .branches .leaf .main.corporate .menu .item .link .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* line 37, sass/index.scss */
.body .trunk .branches .leaf .main.corporate .menu .item .link:hover .image {
  opacity: 0.8;
  -moz-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}

/* line 44, sass/index.scss */
.body .trunk .branches .leaf .main.corporate .menu .item .link .text {
  position: relative;
  color: #FFFFFF;
  line-height: 1;
  padding-left: 24px;
  letter-spacing: 4px;
  vertical-align: -92px;
  font-size: 18px;
  letter-spacing: 1px;
  width: 100%;
  display: inline-block;
}

@media screen and (max-width: 1119px) {
  .body.lower .trunk .branches .leaf > .main.corporate .menu {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .body.lower .trunk .branches .leaf > .main.corporate .menu {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
    gap: 20px;
  }
}
@media screen and (max-width: 1119px) {
  .body.lower .trunk .branches .leaf > .main.corporate .menu .item {
    margin: 0;
  }
}
@media screen and (max-width: 1119px) {
  .body.lower .trunk .branches .leaf > .main.corporate .menu .item .link {
    width: 100%;
    aspect-ratio: 360/240;
    height: auto;
    line-height: unset;
  }

  .body .trunk .branches .leaf .main.corporate .menu .item .link .text {
    position: absolute;
    bottom: 10px;
    min-height: 40px;
  }
}
@media screen and (max-width: 1119px) {
  .body.lower .trunk .branches .leaf > .main.corporate .menu .item .link .image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
@media screen and (max-width: 767px) {
  .body.lower .trunk .branches .leaf > .main.corporate .menu .item .link .text {
    font-size: 16px;
  }
}

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