.works__image--branding1 {
  background-image: url("/service/branding/img/works_img01.jpg");
}
.works__image--branding2 {
  background-image: url("/service/branding/img/works_img02.jpg");
}
.works__image--branding3 {
  background-image: url("/service/branding/img/works_img03.jpg");
}
.works__image--branding4 {
  background-image: url("/service/branding/img/works_img04.jpg");
}
.works__image--branding5 {
  background-image: url("/service/branding/img/works_img05.jpg");
}
.works__image--branding6 {
  background-image: url("/service/branding/img/works_img06.jpg");
}
.works__image--branding7 {
  background-image: url("/service/branding/img/works_img07.jpg");
}
.works__image--branding8 {
  background-image: url("/service/branding/img/works_img08.jpg");
}
.works__image--web1 {
  background-image: url("/service/web/img/works_img01.jpg");
}
.works__image--web2 {
  background-image: url("/service/web/img/works_img02.jpg");
}
.works__image--web3 {
  background-image: url("/service/web/img/works_img03.jpg");
}
.works__image--web4 {
  background-image: url("/service/web/img/works_img04.jpg");
}
.works__image--web5 {
  background-image: url("/service/web/img/works_img05.jpg");
}
.works__image--web6 {
  background-image: url("/service/web/img/works_img06.jpg");
}
.works__image--web7 {
  background-image: url("/service/web/img/works_img07.jpg");
}
.works__image--web8 {
  background-image: url("/service/web/img/works_img08.jpg");
}
.works__image--web9 {
  background-image: url("/service/web/img/works_img09.jpg");
}
.works__image--print1 {
  background-image: url("/service/print/img/works_img01.jpg");
}
.works__image--print2 {
  background-image: url("/service/print/img/works_img02.jpg");
}
.works__image--print3 {
  background-image: url("/service/print/img/works_img03.jpg");
}
.works__image--print4 {
  background-image: url("/service/print/img/works_img04.jpg");
}
.works__image--print5 {
  background-image: url("/service/print/img/works_img05.jpg");
}
.works__image--print6 {
  background-image: url("/service/print/img/works_img06.jpg");
}
.works__image--print7 {
  background-image: url("/service/print/img/works_img07.jpg");
}
.works__image--print8 {
  background-image: url("/service/print/img/works_img08.jpg");
}
.works__image--print9 {
  background-image: url("/service/print/img/works_img09.jpg");
}
.works__image--event1 {
  background-image: url("/service/event/img/works_img01.jpg");
}
.works__image--event2 {
  background-image: url("/service/event/img/works_img02.jpg");
}
.works__image--event3 {
  background-image: url("/service/event/img/works_img03.jpg");
}
.works__image--event4 {
  background-image: url("/service/event/img/works_img04.jpg");
}
.works__image--event5 {
  background-image: url("/service/event/img/works_img05.jpg");
}
.works__image--event6 {
  background-image: url("/service/event/img/works_img06.jpg");
}
.works__image--movie1 {
  background-image: url("/service/movie/img/works_img01.jpg");
}
.works__image--movie2 {
  background-image: url("/service/movie/img/works_img02.jpg");
}
.works__image--movie3 {
  background-image: url("/service/movie/img/works_img03.jpg");
}
.works__image--movie4 {
  background-image: url("/service/movie/img/works_img04.jpg");
}
.works__image--movie5 {
  background-image: url("/service/movie/img/works_img05.jpg");
}
.works__image--logo1 {
  background-image: url("/service/logo/img/works_img01.jpg");
}
.works__image--logo2 {
  background-image: url("/service/logo/img/works_img02.jpg");
}
.works__image--logo3 {
  background-image: url("/service/logo/img/works_img03.jpg");
}
.works__image--logo4 {
  background-image: url("/service/logo/img/works_img04.jpg");
}
.works__image--logo5 {
  background-image: url("/service/logo/img/works_img05.jpg");
}
.works__image--logo6 {
  background-image: url("/service/logo/img/works_img06.jpg");
}

.support {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .support {
    margin-top: 40px;
  }
}
.support__inner {
  width: 90%;
  margin-inline: auto;
}
.support__contents {
  max-width: 1000px;
  margin-inline: auto;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 14% 1fr;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .support__contents {
    margin-top: 30px;
    grid-template-columns: 1fr;
  }
}
.support__lead {
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.support__lead::before, .support__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.support__lead::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.support__lead::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
.support__lead {
  font-size: 36px;
  font-family: var(--serif);
  color: var(--marukin);
}
@media screen and (max-width: 768px) {
  .support__lead {
    font-size: 20px;
  }
}
.support__list {
  padding: 30px 50px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 40px;
  background: #f0f0f0;
}
@media screen and (max-width: 768px) {
  .support__list {
    padding: 20px;
    grid-template-columns: 1fr;
  }
}
.support__item {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  padding: 20px 0;
  line-height: 1.5;
}
.support__item::before {
  content: "";
  background: url("/common/img/icon_check.png") center/cover no-repeat;
  width: 24px;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .support__item::before {
    width: 20px;
  }
}
.support__item:nth-child(n+3) {
  border-top: 1px solid var(--gray1);
}
@media screen and (max-width: 768px) {
  .support__item {
    gap: 10px;
    padding: 10px 0;
    font-size: 14px;
  }
  .support__item:nth-child(2) {
    border-top: 1px solid var(--gray1);
  }
}
.support__head {
  color: var(--white);
  display: inherit;
  place-items: center;
  background: var(--marukin);
  height: 100%;
  line-height: 1.875;
  letter-spacing: 0em;
}
.support__head::before, .support__head::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.support__head::before {
  margin-block-end: calc((1 - 1.875) * 0.5em);
}
.support__head::after {
  margin-block-start: calc((1 - 1.875) * 0.5em);
}
.support__head {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .support__head {
    padding-block: 10px;
  }
}
.support__cat {
  margin-top: 100px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .support__cat {
    margin-top: 50px;
  }
}
.support__cat-title {
  line-height: 1.625;
  letter-spacing: 0em;
}
.support__cat-title::before, .support__cat-title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.support__cat-title::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.support__cat-title::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
.support__cat-title {
  font-size: 40px;
  font-family: var(--serif);
  color: var(--marukin);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .support__cat-title {
    font-size: 24px;
  }
}
.support__cat-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px 40px;
  max-width: 680px;
  margin-top: 60px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .support__cat-list {
    margin-top: 30px;
    grid-template-columns: 1fr;
    gap: 15px 20px;
  }
}
.support__cat-item {
  font-size: var(--lg);
}
@media screen and (max-width: 768px) {
  .support__cat-item:nth-last-child(2) {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gray1);
  }
}
.support__cat-item:not(:last-child, :nth-last-child(2)) {
  padding-bottom: 25px;
  border-bottom: 1px solid var(--gray1);
}
@media screen and (max-width: 768px) {
  .support__cat-item:not(:last-child, :nth-last-child(2)) {
    padding-bottom: 15px;
  }
}

.other__inner {
  max-width: 1400px;
  margin-inline: auto;
  width: 90%;
}
.other__contents {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .other__contents {
    margin-top: 40px;
  }
}
.other__top {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 100px;
  color: var(--white);
  background: var(--marukin);
  border-radius: 20px;
  padding: 100px 30px 110px;
}
@media screen and (max-width: 768px) {
  .other__top {
    gap: 30px;
    padding: 30px;
    flex-direction: column;
  }
}
.other__lead {
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.other__lead::before, .other__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.other__lead::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.other__lead::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
.other__lead {
  font-size: 36px;
  font-family: var(--serif);
}
@media screen and (max-width: 768px) {
  .other__lead {
    font-size: 24px;
  }
}
.other__disc {
  line-height: 1.875;
  letter-spacing: 0em;
}
.other__disc::before, .other__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.other__disc::before {
  margin-block-end: calc((1 - 1.875) * 0.5em);
}
.other__disc::after {
  margin-block-start: calc((1 - 1.875) * 0.5em);
}
.other__disc {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .other__disc {
    font-size: 14px;
  }
}

.other-works {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .other-works {
    margin-top: 50px;
  }
}
.other-works__inner {
  width: 90%;
  max-width: 1160px;
  margin-inline: auto;
}
.other-works__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .other-works__list {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 35px;
  }
}
.other-works__item {
  display: inherit;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
}
.other-works__title {
  line-height: 1.6666666667;
  letter-spacing: 0em;
}
.other-works__title::before, .other-works__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.other-works__title::before {
  margin-block-end: calc((1 - 1.6666666667) * 0.5em);
}
.other-works__title::after {
  margin-block-start: calc((1 - 1.6666666667) * 0.5em);
}
.other-works__title {
  font-size: 36px;
  font-family: var(--serif);
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .other-works__title {
    font-size: 24px;
  }
}
.other-works__image {
  border-radius: 40px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  .other-works__image {
    border-radius: 20px;
    max-width: 350px;
    margin-inline: auto;
  }
}
.other-works__lead {
  line-height: 1.75;
  letter-spacing: 0em;
}
.other-works__lead::before, .other-works__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.other-works__lead::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.other-works__lead::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}
.other-works__lead {
  font-size: 20px;
  margin-top: 40px;
  font-family: var(--serif);
}
@media screen and (max-width: 768px) {
  .other-works__lead {
    font-size: 18px;
    margin-top: 20px;
  }
}
.other-works__disc {
  line-height: 1.7857142857;
  letter-spacing: 0em;
}
.other-works__disc::before, .other-works__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.other-works__disc::before {
  margin-block-end: calc((1 - 1.7857142857) * 0.5em);
}
.other-works__disc::after {
  margin-block-start: calc((1 - 1.7857142857) * 0.5em);
}
.other-works__disc {
  font-size: 14px;
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .other-works__disc {
    font-size: 12px;
    margin-top: 15px;
  }
}
.other-works__btn {
  width: 185px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100vmax;
  background: var(--black);
  padding: 15px 0;
  font-size: var(--sm);
  color: var(--white);
  font-weight: 700;
  position: relative;
  transition: opacity 0.3s ease;
  margin-inline: auto 0;
  margin-top: 40px;
}
@media (hover) {
  .other-works__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 1024px) {
  .other-works__btn {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .other-works__btn {
    width: 150px;
    margin-top: 20px;
  }
}
.other-works__btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 12.5%;
  transform: translateY(-50%);
  width: 15px;
  aspect-ratio: 15/7;
  -webkit-mask-image: url("/common/img/icon_arrow.svg");
          mask-image: url("/common/img/icon_arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--white);
}
/*# sourceMappingURL=layout.css.map */
