/*////////////////*/
/*--- Business ---*/
/*////////////////*/
.c-business-ttl {
  font-size: 2.8rem;
  font-family: var(--font-zen);
  font-weight: 700;
  margin-bottom: 24px;
}
.c-business-ttl--medium {
  font-size: 2.4rem;
  margin-bottom: 16px;
}

.c-business-txt {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2;
}
.c-business-txt + .c-business-txt {
  margin-top: 1em;
}

.c-business-note {
  display: block;
  margin-top: 0.5em;
  font-size: 1.2rem;
  line-height: 1.75;
}

.p-mv {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
.p-mv__cont {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.45);
  padding: 24px 18px 56px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.36);
  letter-spacing: 0.025em;
  line-height: 1.46;
}
.p-mv__ttl {
  font-family: var(--font-zen);
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 6px;
}
.p-mv__txt {
  font-size: 1.4rem;
  font-weight: 600;
  color: #fff;
}
.p-mv .swiper-pagination {
  top: unset;
  right: 112px;
  bottom: 30px;
  left: unset;
  width: 180px;
  background-color: #c6c6c6;
  border-radius: 2px;
}
.p-mv .swiper-pagination-progressbar-fill {
  background-color: #fff;
  border-radius: 2px;
}
.p-mv .swiper-button-next, .p-mv .swiper-button-prev {
  top: unset;
  bottom: 16px;
  left: unset;
  width: 32px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: #707070 1px solid;
}
.p-mv .swiper-button-next:after, .p-mv .swiper-button-prev:after {
  content: "";
  width: 7px;
  height: 7px;
}
.p-mv .swiper-button-prev {
  right: 60px;
}
.p-mv .swiper-button-prev:after {
  border-bottom: 1px solid var(--c-gray-text);
  border-left: 1px solid var(--c-gray-text);
  transform: translateX(2px) rotate(45deg);
}
.p-mv .swiper-button-next {
  right: 18px;
}
.p-mv .swiper-button-next:after {
  border-top: 1px solid var(--c-gray-text);
  border-right: 1px solid var(--c-gray-text);
  transform: translateX(-2px) rotate(45deg);
}

.p-business {
  position: relative;
  padding: 64px 0;
}
.p-business__grunge {
  position: absolute;
}
.p-business-bg {
  position: absolute;
  inset: 0 0 -62px;
  background: url(../img/2025/articles/bg_grunge-loop@2x.png) repeat-y center top/100% auto;
  overflow: hidden;
}
.p-business-cont {
  position: relative;
  z-index: 1;
}

.p-sec {
  position: relative;
  z-index: 10;
}
.p-sec + .p-sec {
  margin-top: 64px;
}

.p-about__contents {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.p-about__fig {
  max-width: 600px;
  padding: 16px;
  margin-inline: auto;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
}

.p-desc__contents {
  margin-bottom: 36px;
}

.p-point {
  position: relative;
  padding: 24px 16px 32px;
  margin-bottom: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
.p-point__sub {
  position: absolute;
  top: 0;
  left: 50%;
  width: 72px;
  translate: -50% -33%;
  rotate: -13deg;
}
.p-point__ttl {
  text-align: center;
}

.c-point-acc {
  counter-increment: alp;
}
.c-point-acc__tgl {
  position: relative;
  padding: 8px 28px 8px 8px;
  border-bottom: 1px solid var(--c-gray-text);
  cursor: pointer;
}
.c-point-acc__tgl:before, .c-point-acc__tgl:after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 8px;
  display: block;
  width: 12px;
  height: 2px;
  background-color: var(--c-gray-text);
  border-radius: 1px;
}
.c-point-acc__tgl:after {
  rotate: 90deg;
}
[open] .c-point-acc__tgl:after {
  opacity: 0;
}
.c-point-acc-ttl {
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-family: var(--font-zen);
  font-size: 1.6rem;
  font-weight: 700;
}
.c-point-acc-ttl:before {
  content: counter(alp, upper-alpha);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 2em;
  aspect-ratio: 1;
  border-radius: 4px;
}
.c-point-acc-ttl__lbl {
  flex: 0 1 auto;
}
.c-point-acc:nth-of-type(1) .c-point-acc-ttl:before {
  background-color: #add4be;
}
.c-point-acc:nth-of-type(2) .c-point-acc-ttl:before {
  background-color: #EFE2B9;
}
.c-point-acc:nth-of-type(3) .c-point-acc-ttl:before {
  background-color: #F0C9B4;
}
.c-point-acc:nth-of-type(4) .c-point-acc-ttl:before {
  background-color: #C3CEE2;
}
.c-point-acc__body {
  padding: 12px 8px 18px;
}
.c-point-acc-list__item {
  counter-increment: num;
  padding-left: 1em;
  line-height: 1.7;
}
.c-point-acc-list__item:before {
  content: counter(num) ".";
  margin-left: -1em;
}
.c-point-acc-list__item:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
.c-point-acc__note {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}
.c-point-acc__note:not(:nth-last-of-type(1)) {
  margin-bottom: 8px;
}
.c-point-acc-list + .c-point-acc__note {
  margin-top: 12px;
}

.p-documents {
  padding: 24px 16px 32px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
}
.p-documents__innr {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 806px;
  margin-inline: auto;
}
.p-documents__ttl {
  text-align: center;
}
.p-documents__txt {
  flex: 1 1 auto;
}
.p-documents-dl {
  margin-top: 16px;
  text-align: center;
}
.p-documents-dl-anch {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  height: 64px;
  padding-inline: 32px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--c-gray-text);
  border-radius: 32px;
}
.p-documents-dl-anch__lbl {
  flex: 0 1 auto;
  color: var(--c-gray-text);
  font-size: 1.6rem;
  font-weight: 500;
  text-box: trim-both cap alphabetic;
}
.p-documents-dl-anch__icon {
  flex: 0 0 auto;
  width: 18px;
  transition: translate 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.p-documents-dl-anch__icon img {
  display: block;
}
@media (any-hover: hover) {
  .p-documents-dl-anch:hover .p-documents-dl-anch__icon {
    translate: 0 4px;
  }
}
.p-documents__fig {
  flex: 0 0 auto;
  width: 64%;
  max-width: 254px;
  box-shadow: 1px 3px 8px rgba(0, 0, 0, 0.2);
}

.p-attempt {
  position: relative;
  z-index: 10;
  padding-block: 1px 40px;
  margin-top: 80px;
}
.p-attempt:before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 -10px;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.7);
}
.p-attempt__title {
  margin-block: -0.5em 24px;
  text-align: center;
  line-height: 1;
}
.p-attempt__title:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1) * 0.5em);
}
@media all and (-ms-high-contrast: none) {
  .p-attempt__title:before {
    margin-top: 0;
  }
}
.p-attempt__lead {
  margin-bottom: 40px;
  text-align: center;
}
.p-attempt__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 43px 16px;
}

.p-business-back {
  position: relative;
  margin-top: 45px;
  text-align: center;
}
.p-business-back-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  column-gap: 8px;
  height: 64px;
  padding-inline: 32px;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid var(--c-gray-text);
  border-radius: 32px;
}
.p-business-back-btn:before {
  content: "";
  flex: 0 0 auto;
  width: 11px;
  aspect-ratio: 1;
  border: 2px solid var(--c-gray-text);
  border-right: none;
  border-bottom: none;
  rotate: -45deg;
  transition: translate 0.3s cubic-bezier(0.5, 0, 0.5, 1);
  box-sizing: border-box;
}
.p-business-back-btn__lbl {
  flex: 0 1 auto;
  color: var(--c-gray-text);
  font-size: 1.6rem;
  text-box: trim-both cap alphabetic;
}
@media (any-hover: hover) {
  .p-business-back-btn:hover:before {
    translate: -4px;
  }
}

@media screen and (min-width: 768px) {
  .c-business-ttl {
    font-size: clamp(2.8rem, 3.28125vw, 4.2rem);
    margin-bottom: clamp(18px, 2.34375vw, 30px);
  }
  .c-business-ttl--medium {
    font-size: clamp(2.4rem, 2.65625vw, 3.4rem);
  }
  .c-business-txt {
    font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
  }
  .c-business-note {
    font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  }
  .p-mv__cont {
    padding: 24px 36px 40px;
  }
  .p-mv__ttl {
    font-size: clamp(2.4rem, 2.8125vw, 3.6rem);
    margin-bottom: 6px;
  }
  .p-mv__txt {
    font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
  }
  .p-mv .swiper-pagination {
    right: 13.671875%;
    bottom: max(6.333333%, 30px);
    width: 21.5625%;
  }
  .p-mv .swiper-button-next, .p-mv .swiper-button-prev {
    width: clamp(32px, 3.75%, 48px);
  }
  .p-mv .swiper-button-prev {
    right: 7.5%;
  }
  .p-mv .swiper-button-next {
    right: 2.34375%;
  }
  .p-business {
    padding: min(9.375%, 120px) 0;
  }
  .p-business:before {
    content: "";
    display: block;
    width: 100%;
    height: 400px;
    position: absolute;
    top: -400px;
    left: 0;
    background: linear-gradient(to bottom, rgba(235, 223, 213, 0) 0%, #EBDFD5 100%);
  }
  .p-business__grunge {
    display: block;
    position: absolute;
    top: max(-30%, -576px);
    left: 50%;
    width: 122.604166%;
    translate: -50%;
    rotate: -5deg;
    opacity: 0.25;
  }
  .p-business-bg {
    inset: 0 0 max(-14.84375vw, -190px);
    background: url(../img/2025/articles/bg_grunge-loop.png) repeat-y center top/100% auto;
  }
  .p-sec + .p-sec {
    margin-top: min(9.375%, 120px);
  }
  .p-about {
    max-width: 1120px;
    margin-inline: auto;
  }
  .p-about__contents {
    flex-direction: row;
    gap: 30px;
    align-items: flex-start;
  }
  .p-about__txts {
    flex: 1 1 auto;
  }
  .p-about__fig {
    padding: 2.142857%;
    border-radius: min(5.3571428vw, 60px);
    flex: 0 0 auto;
    width: 46.875%;
  }
  .p-desc {
    max-width: 1120px;
    margin-inline: auto;
  }
  .p-desc__contents {
    margin-bottom: min(5.3571428%, 60px);
  }
  .p-point {
    padding: 3.75%;
    margin-bottom: max(5.3571428%, 32px);
    border-radius: min(5.3571428vw, 60px);
  }
  .p-point__sub {
    width: max(11.4285714%, 72px);
  }
  .p-point__ttl {
    margin-bottom: 16px;
  }
  .c-point-acc__tgl {
    padding: 1.93050193% 48px 1.93050193% 12px;
  }
  .c-point-acc__tgl:before, .c-point-acc__tgl:after {
    right: 20px;
    width: 20px;
  }
  .c-point-acc-ttl {
    column-gap: 14px;
    font-size: clamp(2rem, 2.1875vw, 2.8rem);
  }
  .c-point-acc-ttl:before {
    border-radius: 8px;
  }
  .c-point-acc__body {
    padding: 2.8957528% 1.93050193%;
  }
  .c-point-acc-list__item {
    font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
  }
  .c-point-acc__note {
    font-size: clamp(1.2rem, 1.09375vw, 1.4rem);
  }
  .c-point-acc-list + .c-point-acc__note {
    margin-top: 16px;
  }
  .p-documents {
    padding: 5.3571428% 24px;
    border-radius: min(5.3571428vw, 60px);
  }
  .p-documents__innr {
    flex-direction: row;
    align-items: flex-start;
    gap: 7.4441687%;
  }
  .p-documents__ttl {
    text-align: left;
  }
  .p-documents-dl {
    margin-top: 7.1138211%;
  }
  .p-documents-dl-anch {
    display: inline-flex;
    height: clamp(64px, 6.25vw, 80px);
    padding-inline: 12.601626%;
    border-radius: clamp(32px, 3.125vw, 40px);
  }
  .p-documents-dl-anch__lbl {
    font-size: clamp(1.6rem, 1.5625vw, 2rem);
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .p-documents-dl-anch:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-attempt {
    padding-block: 1px min(6.25%, 80px);
    margin-top: min(11.71875%, 150px);
  }
  .p-attempt:before {
    inset: 0 0 0 50%;
    width: calc(100% + 20px);
    max-width: 1280px;
    translate: -50%;
    border-radius: min(5.3571428vw, 60px);
  }
  .p-attempt__inner {
    max-width: 1120px;
    margin-inline: auto;
  }
  .p-attempt__title {
    margin-block: -0.5em 3.571428%;
  }
  .p-attempt__lead {
    margin-bottom: 5.3571428%;
    font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
  }
  .p-attempt__list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 43px 3.75%;
  }
  .p-business-back {
    margin-top: min(7.03125%, 90px);
  }
  .p-business-back-btn {
    column-gap: 16px;
    height: clamp(64px, 6.25vw, 80px);
    border-radius: clamp(32px, 3.125vw, 40px);
  }
  .p-business-back-btn__lbl {
    font-size: clamp(1.6rem, 1.40625vw, 1.8rem);
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .p-business-back-btn:hover {
    opacity: 1;
  }
}/*# sourceMappingURL=business_2025.css.map */