#home a {
  text-decoration: none;
}
#home .col-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
#home .col-row .w-70 {
  max-width: 60%;
  margin-right: auto;
  margin-left: auto;
}
#home .home_visual {
  position: relative;
  z-index: 0;
}
#home .home_visual .visual_slide {
  position: relative;
  z-index: 1;
}
#home .home_visual .visual_slide .slick-track {
  height: 80vh;
}
#home .home_visual .catchphrase {
  width: 100%;
  position: absolute;
  left: 5%;
  bottom: 10%;
  z-index: 2;
  margin-top: 0;
}
#home .home_visual .catchphrase p {
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-weight: 500;
}
#home #news {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#home #news div:has(> a), #home #news a {
  transition: 0.2s all;
}
#home #news div:has(> a):hover, #home #news a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 599px) {
  #home #news .date_category {
    flex-wrap: wrap;
    row-gap: 0.25em;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
}
#home #news .more_arrow {
  position: relative;
  padding-right: 1rem;
}
#home #news .more_arrow::before, #home #news .more_arrow::after {
  position: absolute;
  display: block;
  content: "";
  background: var(--wp--preset--color--theme-black);
  width: 0.5em;
  height: 1px;
  right: 0;
  top: 50%;
  transform-origin: right center;
}
#home #news .more_arrow::before {
  transform: rotate(45deg);
}
#home #news .more_arrow::after {
  transform: rotate(-45deg);
}
#home #about {
  position: relative;
}
#home #about::before {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(124, 124, 124, 0.3);
  content: "";
  mix-blend-mode: multiply;
}
@media (max-width: 899px) {
  #home #about::before {
    width: 70%;
  }
}
@media screen and (max-width: 599px) {
  #home #about::before {
    width: 100%;
  }
}
#home #works .list_cate_gallery {
  max-width: var(--wp--style--global--wide-size);
}
@media screen and (max-width: 599px) {
  #home #works .works_sub_menu {
    grid-template-rows: repeat(2, minmax(0, 1fr));
    grid-template-columns: 1fr;
  }
}
#home #works .works_sub_menu .circle_btn {
  position: relative;
  aspect-ratio: 385/250;
  display: grid;
  place-items: center;
  transition: 0.2s all;
}
#home #works .works_sub_menu .circle_btn:hover {
  opacity: 0.6;
}
#home #works .works_sub_menu .circle_btn h3 {
  height: 100%;
  width: 100%;
  margin: 0;
}
#home #works .works_sub_menu .circle_btn h3 a {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
}
#home #works .works_sub_menu .circle_btn::after {
  position: absolute;
  content: "";
  display: block;
  width: 2rem;
  height: 2rem;
  bottom: 2%;
  left: calc(50% - 1rem);
  background: url(../../assets/images/btn_arrow.svg) no-repeat;
  background-size: contain;
  pointer-events: none;
}
#home #recruit .wp-block-column:has(figure) figure {
  height: 100%;
}
#home #recruit .wp-block-column:has(figure) figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home #sns figure:has(a) {
  transition: 0.2s all;
}
#home #sns figure:has(a):hover {
  opacity: 0.6;
}
#home #sns .wp-block-columns {
  justify-content: center !important;
}
#home #sns .wp-block-column h2 {
  margin-right: auto;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
}/*# sourceMappingURL=style.css.map */