@charset "UTF-8";
/*********************************/
/*        セクション共通           */
/*********************************/
main {
  overflow: hidden;
}

#works,
#area {
  padding: 32vw 0;
}
@media screen and (min-width: 1025px) {
  #works,
  #area {
    padding: 240px 0;
  }
}

.works__section-title,
.area__section-title {
  margin-bottom: 16vw;
}
@media screen and (min-width: 1025px) {
  .works__section-title,
  .area__section-title {
    margin-bottom: 120px;
  }
}

/* business
/*********************************/
.business {
  position: relative;
  z-index: 10;
  padding-top: 32vw;
  padding-bottom: 32vw;
  overflow: hidden;
  /* states for mobile */
}
.business::before, .business::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
}
.business::before {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #cccccc;
  transition: all 0.3s ease-in-out;
  filter: blur(30px) brightness(115%);
}
.business::after {
  background-color: rgba(25, 25, 25, 0.8);
  mix-blend-mode: multiply;
  opacity: 0.9;
}
.business[class*=is-slide-1]::before {
  background-image: url(../img/works/business-bg_01.jpg);
}
.business[class*=is-slide-2]::before {
  background-image: url(../img/works/business-bg_02.jpg);
}
.business[class*=is-slide-3]::before {
  background-image: url(../img/works/business-bg_03.jpg);
}
.business__body {
  display: initial;
}
@media all and (max-width: 1023px) {
  .business {
    z-index: -1;
  }
  .business:not(.has-bg-fixed)::before {
    opacity: 0;
  }
  .business.has-bg-fixed::before, .business.has-bg-fixed::after {
    position: fixed;
  }
}
@media screen and (min-width: 1025px) {
  .business {
    padding-top: 5.25%;
    padding-bottom: 5.25%;
  }
}
@media screen and (min-width: 1025px) {
  .business {
    height: 100vh;
  }
}

/* business-slider */
.business-slider {
  --slide-counts: 1;
  width: 100%;
  height: 100%;
  position: relative;
}
.business-slider__list {
  position: relative;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .business-slider__list {
    display: flex;
    width: max-content;
  }
}
.business-slider__list li {
  flex: 0 0 100vw;
  height: 100%;
  margin-top: 16vw;
}
.business-slider__list li:first-child {
  margin-top: 0vw;
}
@media screen and (min-width: 1025px) {
  .business-slider__list li {
    margin-top: 0;
  }
}
@media all and (max-width: 1px) {
  .business-slider__progression {
    display: none;
  }
}
@media screen and (min-width: 1025px) {
  .business-slider__progression {
    position: absolute;
    bottom: -7vh;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 99;
    min-width: 300px;
    max-width: 600px;
    height: 1px;
    margin: auto;
    border-radius: 5rem;
    background: #f5f5f5;
  }
  .business-slider__progression > span {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% / var(--slide-counts));
    height: 100%;
    border-radius: 5rem;
    background-color: #0b3074;
  }
}

/* business-item */
.business-item {
  display: grid;
  align-items: center;
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1548px;
}
.business-item__visual {
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 1;
}
.business-item__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.business-item__contents {
  position: relative;
  color: #f5f5f5;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
.business-item__contents::before {
  display: none;
  content: "";
  position: absolute;
  width: 130vw;
  height: 1px;
  background-color: #898989;
  top: 0;
  left: 0%;
  transform: translateX(-50%);
  opacity: 0.3;
}
@media screen and (min-width: 1025px) {
  .business-item__contents::before {
    display: block;
  }
}
.business-item__contents::after {
  display: none;
  content: "";
  position: absolute;
  width: 130vw;
  height: 1px;
  background-color: #898989;
  bottom: 0;
  left: 0%;
  transform: translateX(-50%);
  opacity: 0.3;
}
@media screen and (min-width: 1025px) {
  .business-item__contents::after {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .business-item__contents {
    line-height: 2.5;
  }
}
.business-item__contents .contents-title {
  margin-bottom: 5.3333333333vw;
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .business-item__contents .contents-title {
    margin-bottom: 110px;
    line-height: 2.5;
  }
}
.business-item__contents .contents-title h2 {
  letter-spacing: 0.15em;
  font-size: 7.2vw;
  line-height: 1.5;
  margin-top: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  .business-item__contents .contents-title h2 {
    font-size: 54px;
    margin-top: 0;
  }
}
.business-item__contents .contents-title span {
  color: #437FEE;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-size: 3.2vw;
}
@media screen and (min-width: 1025px) {
  .business-item__contents .contents-title span {
    font-size: 20px;
  }
}
.business-item__contents p {
  font-size: 4vw;
}
@media screen and (min-width: 1025px) {
  .business-item__contents p {
    font-size: 16px;
  }
}
@media all and (min-width: 1025px) {
  .business-item {
    grid-template-columns: auto 50%;
    gap: 5.2%;
  }
  .business-item__contents > h3 {
    font-size: 150%;
  }
}
@media all and (min-width: 1280px) {
  .business-item__contents > h3 {
    font-size: 190%;
  }
}

/* works
/*********************************/
#works {
  background-color: #F5F5F5;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#works .works__inner {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#works .section-title {
  text-align: center;
}
#works .works__attention {
  position: absolute;
  font-size: 3.2vw;
  top: 56vw;
  color: #898989;
}
@media screen and (min-width: 1025px) {
  #works .works__attention {
    display: none;
  }
}
#works .tab {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 5.3333333333vw;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  #works .tab {
    gap: 0 3.333%;
  }
}
#works .tab > label {
  flex: 1 1;
  order: -1;
  opacity: 1;
  min-width: 70px;
  max-width: 460px;
  padding: 2.1333333333vw 0;
  border-radius: 15px 15px 0 0;
  background-color: #fff;
  border: 2px solid #437FEE;
  border-bottom: none;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (min-width: 1025px) {
  #works .tab > label {
    padding: 20px 0;
  }
}
#works .tab > label span {
  text-transform: uppercase;
  color: #898989;
  letter-spacing: 0.15em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 1025px) {
  #works .tab > label span {
    font-size: 16px;
  }
}
#works .tab > label p {
  color: #437FEE;
  font-size: 5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  #works .tab > label p {
    font-size: 32px;
  }
}
#works .tab > label:hover {
  background-color: #437FEE;
}
#works .tab > label:hover span {
  color: #D9D9D9;
}
#works .tab > label:hover p {
  color: #f5f5f5;
}
#works .tab input {
  display: none;
}
#works .tab > div {
  display: none;
  width: 100%;
  border-top: 2px solid #437FEE;
  overflow: auto;
  /* スマホ対応（横スクロール可能に） */
}
#works .tab > div table {
  font-family: "Noto Sans JP", sans-serif;
  border-collapse: collapse;
  margin-top: 13.3333333333vw;
  font-size: 3.7333333333vw;
  width: 320vw;
}
@media screen and (min-width: 1025px) {
  #works .tab > div table {
    width: 100%;
    font-size: 14px;
    margin-top: 40px;
  }
}
#works .tab > div thead {
  background-color: #0B3074;
  color: #fff;
}
#works .tab > div th,
#works .tab > div td {
  text-align: left;
  vertical-align: top;
}
#works .tab > div th {
  text-align: center;
  font-size: 4.8vw;
  padding: 6.4vw 9.3333333333vw;
}
@media screen and (min-width: 1025px) {
  #works .tab > div th {
    font-size: 18px;
    padding: 24px 35px;
  }
}
#works .tab > div td {
  letter-spacing: 0.05em;
  padding: 26px 35px;
}
#works .tab > div th + th,
#works .tab > div td + td {
  border-left: 1px solid #F5F5F5;
}
#works .tab > div tr + tr th,
#works .tab > div tr + tr td {
  border-top: 1px solid #F5F5F5;
}
#works .tab > div td:nth-child(2),
#works .tab > div td:nth-child(3) {
  font-weight: 500;
}
#works .tab > div td:nth-child(3) {
  text-align: center;
}
#works .tab > div tbody {
  background-color: #fff;
}
#works .tab label:has(:checked) {
  background-color: #437FEE;
}
#works .tab label:has(:checked) span {
  color: #D9D9D9;
}
#works .tab label:has(:checked) p {
  color: #f5f5f5;
}
#works .tab label:has(:checked) + div {
  display: block;
}

/* area
/*********************************/
#area {
  color: #f5f5f5;
  background-color: #0b3074;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#area .area__inner {
  position: relative;
  z-index: 1;
  margin-inline: auto;
  width: 90%;
}
@media screen and (min-width: 1025px) {
  #area .area__inner {
    width: 90%;
    max-width: 1536px;
  }
}
#area .area__catch {
  position: absolute;
  top: -32vw;
  left: -5.3333333333vw;
}
@media screen and (min-width: 1025px) {
  #area .area__catch {
    top: -240px;
    left: clamp(-200px, -200px + 145 * (100vw - 1920px) / -895, -55px);
  }
}
#area .area__catch span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px);
  transition-property: opacity, transform;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  line-height: 0.7;
  background: linear-gradient(0deg, rgba(123, 123, 123, 0) 0%, rgba(153, 153, 153, 0.1) 25%, rgba(183, 183, 183, 0.2) 50%, rgba(215, 215, 215, 0.3) 75%, rgba(245, 245, 245, 0.4) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 13.3333333333vw;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  #area .area__catch span {
    font-size: clamp(8.75rem, 3.024rem + 8.94vw, 13.75rem);
  }
}
@media screen and (min-width: 1025px) {
  #area .area__contents {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 9.5%;
  }
}
#area .area__text h3 {
  font-size: 4.5333333333vw;
  margin-bottom: 10.6666666667vw;
  line-height: 1.8;
}
@media screen and (min-width: 1025px) {
  #area .area__text h3 {
    font-size: 32px;
    margin-bottom: 80px;
  }
}
#area .area__text p {
  font-size: 4vw;
  line-height: 2.5;
}
@media screen and (min-width: 1025px) {
  #area .area__text p {
    font-size: 16px;
  }
}
#area .area__text p + p {
  margin-top: 2.5rem;
}
#area .area__img {
  position: relative;
  max-width: 73.3333333333vw;
  width: 100%;
  margin-inline: auto;
  margin-top: 4vw;
}
@media screen and (min-width: 1025px) {
  #area .area__img {
    max-width: none;
    margin-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  #area .area__img img {
    position: absolute;
    width: 100%;
    top: -200px;
  }
}

.pin-spacer {
  z-index: -1 !important;
}

/* PC以上ではScrollHintを非表示 */
@media screen and (min-width: 1025px) {
  .scroll-hint::before,
  .scroll-hint::after {
    display: none !important;
  }
}/*# sourceMappingURL=works.css.map */