@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --primary: #F5F5F5;
  --black: #333;
  --white:#fff;
  --whiteLight: #FDFDFD;
  --red: #D45046;
  --gray: #CBCBCB;
  --lightgray: #ECECEC;
  --darkgray: #E6E6E6;
  --yellow: #F1CA53;
  --bgDark: #1A1A1A;
  --lightDark:#333333;
  --borderGray: #ccc;
}

@media screen and (min-width: 769px) {
  .modSection--workSlider {
    margin: clamp(140px, 9.7222222222vw, 140px) auto 0;
  }
}

@media screen and (max-width: 768px) {
  .modSection--workSlider {
    margin: 110px auto 0;
  }
}

.modSection__inner {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 769px) {
  .modSection__inner {
    margin: 0 auto 140px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .modSection__inner {
    padding: 0 3%;
  }
}
@media screen and (max-width: 768px) {
  .modSection__inner {
    margin-bottom: 110px;
  }
}
.modSection__projects {
  margin: 0 0 57px;
}
@media screen and (max-width: 768px) {
  .modSection__projects {
    margin-bottom: 48px;
  }
}
.modSection__projects__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: clamp(40px, 2.7777777778vw, 40px);
  margin: 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .modSection__projects__slides {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .modSection__projects + .modBtn {
    margin-top: 48px;
  }
}
.modSection:has(.modProject) {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .modSection:has(.modHeadingGroup:not(.modHeadingGroup--smallGroup):not(.modHeadingGroup--largeGroup):not(.modHeadingGroup--contact)) .modSection__inner {
    margin-bottom: 86px;
  }
}
@media screen and (max-width: 768px) {
  .modSection:has(.modHeadingGroup:not(.modHeadingGroup--smallGroup):not(.modHeadingGroup--largeGroup):not(.modHeadingGroup--contact)) .modSection__inner {
    margin-bottom: 0;
  }
}
.modSection__paragraph {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .modSection__paragraph {
    font-size: clamp(16px, 1.1111111111vw, 16px);
  }
}
@media screen and (max-width: 768px) {
  .modSection__paragraph {
    font-size: 16px;
  }
}
.modSection__paragraph--right {
  margin: 100px 0 0 auto;
}
.modSection .modHeading02 {
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .modSection .modHeading02 {
    font-size: clamp(36px, 2.5vw, 36px);
  }
}
@media screen and (max-width: 768px) {
  .modSection .modHeading02 {
    font-size: clamp(32px, 2.2222222222vw, 32px);
  }
}
@media screen and (min-width: 769px) {
  .modSection .modHeading02:has(+ .modText) {
    margin-bottom: clamp(45px, 3.125vw, 45px);
  }
}
@media screen and (max-width: 768px) {
  .modSection .modHeading02:has(+ .modText) {
    margin-bottom: 37px;
  }
}
@media screen and (min-width: 769px) {
  .modSection .modHeading02--center {
    text-align: center;
  }
}
.modSection .modHeading02--lg {
  font-size: clamp(44px, 3.0555555556vw, 44px);
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .modSection .modHeading02--lg {
    font-size: 32px;
    font-size: 3.2rem;
  }
}
.modSection .modHeading02--small {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.modSection .modHeading02--small:has(+ .modText) {
  margin-bottom: 18px;
}
.modSection .modHeading__container {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -ms-grid;
  display: grid;
  gap: 40px;
}
@media (min-width: 769px) {
  .modSection .modHeading__container {
    -ms-grid-columns: 1fr clamp(40px, 2.7777777778vw, 40px) 1fr clamp(40px, 2.7777777778vw, 40px) 1fr clamp(40px, 2.7777777778vw, 40px) 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 clamp(40px, 2.7777777778vw, 40px);
  }
}
@media (max-width: 768px) {
  .modSection .modHeading__container {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 16px;
  }
}
@media screen and (min-width: 769px) {
  .modSection .modHeading__container {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .modSection .modHeading__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20.5px 15px;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 769px) {
  .modSection .modHeading__container:has(+ .modService) {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .modSection .modHeading__container:has(+ .modService) {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 769px) {
  .modSection .modHeading__container:has(+ .modArticle__list) {
    margin-bottom: 40px;
  }
}
.modSection .modHeading__container .modHeading02 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .modSection .modHeading__container .modHeading02 {
    grid-column: 1/-1;
    font-size: 24px;
  }
}
.modSection .modHeading__container .modSection__paragraph {
  grid-column: -1/-2;
}
@media screen and (max-width: 768px) {
  .modSection .modHeading__container .modSection__paragraph {
    grid-column: 1/-1;
  }
}
.modSection .modHeading__container--02 {
  text-align: center;
}
@media screen and (min-width: 769px) {
  .modSection .modHeading__container--02 .modHeadingSub {
    grid-column: 5/-5;
  }
}
@media screen and (max-width: 768px) {
  .modSection .modHeading__container--02 .modHeadingSub {
    grid-column: 1/-1;
  }
}
@media screen and (min-width: 769px) {
  .modSection .modHeading__container--02 .modHeading02 {
    font-size: 40px;
    font-size: 4rem;
    grid-column: 4/-4;
    line-height: 150%;
  }
}
@media screen and (max-width: 768px) {
  .modSection .modHeading__container--02 .modHeading02 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 125%;
  }
}
.modSection .modProject {
  margin: 0 auto;
  width: 100%;
}
.modSection .modProject__slider__inner .img {
  cursor: none;
  -webkit-transition: none;
  transition: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 769px) {
  .modSection .modProject__slider__inner .img {
    height: clamp(150px, 10.4166666667vw, 150px);
  }
}
@media screen and (max-width: 768px) {
  .modSection .modProject__slider__inner .img {
    height: clamp(160px, 11.1111111111vw, 160px);
  }
}
.modSection .modProject__slider__inner .img__inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
  -webkit-transition: linear;
  transition: linear;
}
.modSection .modProject__slider__inner .img__inner.is-act + div {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .modSection .modProject__slider__inner .img.is-act:hover {
    height: 310px;
  }
}
.modSection .modProject__slider__inner img {
  width: auto;
  position: relative;
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
  height: 100%;
  margin-right: 5px;
}
.modSection .modProject__slider--new .img__inner {
  position: relative;
}
.modSection .modProject__content {
  gap: 20px;
  display: -ms-grid;
  display: grid;
}
@media (min-width: 769px) {
  .modSection .modProject__content {
    -ms-grid-columns: 1fr clamp(40px, 2.7777777778vw, 40px) 1fr clamp(40px, 2.7777777778vw, 40px) 1fr clamp(40px, 2.7777777778vw, 40px) 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 clamp(40px, 2.7777777778vw, 40px);
  }
}
@media (max-width: 768px) {
  .modSection .modProject__content {
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 16px;
  }
}
@media screen and (min-width: 769px) {
  .modSection .modProject__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .modSection .modProject__content {
    row-gap: 11.5px;
    margin-top: 17.5px;
  }
}
.modSection .modProject__content__title {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  line-height: 1.5;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  position: relative;
  color: var(--black);
  letter-spacing: 0.04em;
}
@media screen and (min-width: 769px) {
  .modSection .modProject__content__title:has(.modSkeleton) {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .modSection .modProject__content__title {
    grid-column: 1/-1;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .modSection .modProject__content__title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.modSection .modProject__content__title span {
  position: relative;
  min-width: 14px;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  display: inline-block;
  width: 14px;
}
@media screen and (min-width: 769px) {
  .modSection .modProject__content__title span {
    top: 0;
    margin-left: 11px;
  }
}
@media screen and (max-width: 768px) {
  .modSection .modProject__content__title span {
    margin: 9px 0 0 0;
    position: absolute;
    right: 0;
    top: 0;
  }
}
.modSection .modProject__content__title span::before {
  content: "";
  display: inline-block;
  position: absolute;
  height: auto;
  right: 0;
  top: 0;
  aspect-ratio: 1/1;
  background-image: url("/img/common/icon/img_arrow_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  width: 14px;
}
.modSection .modProject__content__title span::after {
  content: "";
  display: inline-block;
  position: absolute;
  height: auto;
  right: 0;
  top: 0;
  aspect-ratio: 1/1;
  background-image: url("/img/common/icon/img_arrow_black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  -webkit-transform: translate(-100%, 100%);
          transform: translate(-100%, 100%);
  width: 14px;
}
.modSection .modProject__content__project {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .modSection .modProject__content__project {
    grid-column: 1/-1;
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 769px) {
  .modSection .modProject__content__project {
    text-align: right;
    grid-column: -1/-2;
    font-size: 14px;
    line-height: 1.75;
  }
}
.modSection .modBtn {
  background: var(--black);
  border-radius: 50em;
  color: var(--white);
  font-size: clamp(16px, 1.1111111111vw, 16px);
  line-height: 1.75;
  width: 100%;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 10;
  font-family: hiragino-kaku-gothic-pron, sans-serif;
  min-height: clamp(54px, 3.75vw, 54px);
  min-width: clamp(250px, 17.3611111111vw, 250px);
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  letter-spacing: 0.04em;
  text-align: start;
  margin: auto;
  overflow: hidden;
  border: solid 1px var(--black);
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  padding: 0 clamp(20px, 1.3888888889vw, 20px) 0 clamp(32px, 2.2222222222vw, 32px);
}
@media screen and (min-width: 769px) {
  .modSection .modBtn {
    gap: 11px;
    margin-top: clamp(70px, 4.8611111111vw, 70px);
  }
}
@media screen and (max-width: 768px) {
  .modSection .modBtn {
    gap: 7px;
    min-height: clamp(54px, 3.75vw, 54px);
    margin-top: 52px;
  }
}
.modSection .modBtn:hover {
  color: var(--black);
  background-color: var(--white);
}
.modSection .modBtn:hover span::after {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0.1, 0.4, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.1, 0.4, 1), -webkit-filter 0.3s 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0.1, 0.4, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.1, 0.4, 1), -webkit-filter 0.3s 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0.1, 0.4, 1), opacity 0.3s cubic-bezier(0.4, 0.1, 0.4, 1), filter 0.3s 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0.1, 0.4, 1), opacity 0.3s cubic-bezier(0.4, 0.1, 0.4, 1), filter 0.3s 0.3s cubic-bezier(0.4, 0.1, 0.4, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0.1, 0.4, 1), -webkit-filter 0.3s 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  -webkit-filter: invert(0);
          filter: invert(0);
  -webkit-transform: rotate(180deg) translateX(-100%);
          transform: rotate(180deg) translateX(-100%);
}
.modSection .modBtn:hover span::before {
  opacity: 1;
  -webkit-transition: opacity 0.3s 0.1s cubic-bezier(0.4, 0.1, 0.4, 1), -webkit-transform 0.3s 0.1s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: opacity 0.3s 0.1s cubic-bezier(0.4, 0.1, 0.4, 1), -webkit-transform 0.3s 0.1s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: transform 0.3s 0.1s cubic-bezier(0.4, 0.1, 0.4, 1), opacity 0.3s 0.1s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: transform 0.3s 0.1s cubic-bezier(0.4, 0.1, 0.4, 1), opacity 0.3s 0.1s cubic-bezier(0.4, 0.1, 0.4, 1), -webkit-transform 0.3s 0.1s cubic-bezier(0.4, 0.1, 0.4, 1);
  -webkit-transform: rotate(180deg) translateX(0);
          transform: rotate(180deg) translateX(0);
}
.modSection .modBtn span {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modSection .modBtn span::after {
  content: "";
  display: inline-block;
  width: clamp(12px, 1.1111111111vw, 16px);
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(/img/common/icon/img_arrowLeft.svg);
  -webkit-filter: invert(1);
          filter: invert(1);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: 10;
  position: relative;
  -webkit-transition: -webkit-filter 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: -webkit-filter 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: filter 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  transition: filter 0.3s cubic-bezier(0.4, 0.1, 0.4, 1), -webkit-filter 0.3s cubic-bezier(0.4, 0.1, 0.4, 1);
  opacity: 1;
}
.modSection .modBtn span::before {
  content: "";
  position: absolute;
  width: clamp(12px, 1.1111111111vw, 16px);
  height: auto;
  aspect-ratio: 1/1;
  background-image: url(/img/common/icon/img_arrowLeft.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 10;
  opacity: 0;
  right: 0;
  -webkit-transform: rotate(180deg) translateX(100%);
          transform: rotate(180deg) translateX(100%);
}
