@charset "UTF-8";
/* ============================================================
   WORKS COMMON
============================================================ */
/* ============================================================
   ANIMATIONS
============================================================ */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(16px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes charaIn {
  from {
    opacity: 0;
    transform: translateX(-18px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes charaBob {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
}
/* ============================================================
   HERO
============================================================ */
.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: transparent;
  padding: 0;
}
.hero-illust {
  display: none;
}
.hero-upper {
  position: relative;
  width: 100%;
  overflow: visible;
  padding: 0;
}
.hero-bg-text-wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1360px;
  bottom: -56px;
  pointer-events: none;
  z-index: 2;
}
.hero-bg-text {
  position: absolute;
  font-weight: 900;
  letter-spacing: -.04em;
  line-height: 0.88;
  color: rgba(0, 0, 0, .10);
  pointer-events: none;
  user-select: none;
  white-space: nowrap;
  will-change: transform;
}
.hero-bg-text--bottom {
  top: -0.05em;
  left: -0.02em;
  font-size: clamp(83px, 17.4vw, 244px);
  color: rgba(255, 255, 255, .48);
}
.hero-upper-inner {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: flex-end;
  max-width: 1300px;
  margin: 0 auto;
  padding: 32px 5% 0;
  gap: 0;
}
.hero-chara-col {
  flex: 0 0 auto;
  width: clamp(200px, 26vw, 340px);
  align-self: flex-end;
  position: relative;
  z-index: 20;
  margin-right: -1%;
  margin-bottom: -2%;
  animation: charaIn .9s var(--ease) .28s both;
}
.hero-chara-img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 20px rgba(0, 30, 60, .15));
  animation: charaBob 4.2s ease-in-out infinite;
}
.hero-copy-col {
  flex: 1 1 auto;
  min-width: 0;
  position: relative;
  z-index: 10;
  padding-bottom: 24px;
}
@media (max-width: 767px) {
  .hero-copy-col {
    padding: 0 0 24px;
  }
}
h1 {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .18em;
  padding: 0 10px 14px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.4;
  transform: rotate(-2deg);
  transform-origin: left center;
  margin-bottom: -14px;
  top: 18px;
  margin-left: -26px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  h1 {
    margin-bottom: 0;
    top: 0;
    margin-left: 0;
    position: relative;
    left: 0;
    padding-bottom: 30%;
    transform: rotate(0);
  }
}
.hero-copy-eyebrow {
  display: inline-block;
  font-size: clamp(10px, 1.6vw, 24px);
  font-weight: 700;
  letter-spacing: .18em;
  color: #fff;
  background: #111;
  padding: 3px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.4;
  transform: rotate(-2deg);
  transform-origin: left center;
  margin-bottom: -14px;
  top: 18px;
  margin-left: -18px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .hero-copy-eyebrow {
    font-size: clamp(10px, 4.6vw, 32px);
    margin-bottom: 0;
    top: 27%;
    margin-left: 0;
    position: absolute;
    left: 32%;
  }
}
.hero-h1 {
  font-size: clamp(16px, 4.4vw, 49px);
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: -.04em;
  color: #1a1a1a;
  margin: 3% 0 0;
  position: relative;
  z-index: 1;
}
.hero-h1-inner {
  display: inline;
  background: #fff;
  padding: 4px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.hero-h1-inner span {
  color: #b8a800;
}
.hero-panel-wrap {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 0 5% 56px;
}
.hero-panel {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 5%;
  background: #fff;
  border-radius: 24px;
  border: 1px solid rgba(0, 0, 0, .07);
  box-shadow: 0 8px 40px rgba(21, 41, 84, .08);
  overflow: hidden;
}
.hero-panel-inner {
  max-width: 820px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.area-page-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .24em;
  color: rgba(var(--soft-r), var(--soft-g), var(--soft-b), .78);
}
.area-hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 5%;
}
/* ---- Mobile ---- */
@media (max-width: 767px) {
  .hero-bg-text--top {
    font-size: 12vw;
  }
  .hero-bg-text--bottom {
    font-size: clamp(44px, 15vw, 90px);
  }
  .hero-upper-inner {
    display: block;
    padding: 16px 4% 0;
    position: relative;
  }
  .hero-chara-col {
    width: 31%;
    margin-right: 0;
    margin-bottom: 0;
    position: absolute;
    top: 15%;
  }
  .hero-h1 {
    font-size: clamp(16px, 5.9vw, 40px);
    margin: 0;
  }
  .hero-panel-wrap {
    padding: 0 4% 40px;
  }
  .hero-panel {
    border-radius: 16px;
  }
  .hero-panel-bg-text {
    font-size: clamp(36px, 12vw, 70px);
  }
  .area-page-hero__lead {
    font-size: 14px;
  }
  .area-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
  .area-hero-actions .btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
  }
}
/* ============================================================
   SECTION LAYOUT
============================================================ */
.nt-white .container {
  position: relative;
}
.nt-heading-sub {
  max-width: 820px;
  margin: 18px auto 0;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
/* ============================================================
   FAQ
============================================================ */
.area-faq {
  padding-top: 0 !important;
  padding-bottom: 100px !important;
}
.area-faq .container {
  position: relative;
}
.area-faq-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 48px;
}
.area-faq-item {
  border: 1px solid rgba(var(--border-r), var(--border-g), var(--border-b), .08);
  border-radius: 3px;
  background: rgba(var(--panel-strong-r), var(--panel-strong-g), var(--panel-strong-b), .74);
  overflow: hidden;
}
.area-faq-item summary {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 22px 58px 22px 22px;
  cursor: pointer;
  list-style: none;
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 600;
  letter-spacing: -.01em;
  line-height: 1.55;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
  user-select: none;
}
.area-faq-item summary::-webkit-details-marker {
  display: none;
}
.faq-q-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(74, 124, 255, .1);
  border: 1px solid rgba(74, 124, 255, .2);
  color: #4a7cff;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  top: 1px;
}
.area-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 20px;
  font-weight: 300;
  line-height: 1;
  color: rgba(var(--text-r), var(--text-g), var(--text-b), .36);
  transition: transform .28s ease, color .2s ease;
}
.area-faq-item[open] summary::after {
  content: "−";
  color: rgba(74, 124, 255, .6);
}
.area-faq-answer {
  padding: 0 22px 22px 56px;
  font-size: 14px;
  line-height: 2;
  color: rgba(var(--muted-r), var(--muted-g), var(--muted-b), .82);
}
/* =========================================================
   BUDDY SHONAN WORKS
========================================================= */
.works-hero .hero-copy-eyebrow {
  background: #111;
}
.works-sub-links {
  padding-top: 0;
}
@media (max-width: 767px) {
  .hero-copy-eyebrow {
    top: 15%;
  }
}
/* =========================================================
   RESULT SECTION — bs-result
========================================================= */
.bs-result {
  display: block;
  margin: 0 5%;
}
.bs-result__capture {
  display: block;
  margin-bottom: 32px;
}
.bs-result__capture a {
  display: block;
  overflow: hidden;
  transition: opacity .2s ease;
}
.bs-result__capture a:hover {
  opacity: .88;
}
.bs-result__capture img {
  width: 100%;
  height: auto;
  display: block;
}
.bs-result__heading {
  display: block;
  margin-bottom: 24px;
}
.bs-result__label {
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: clamp(36px, 5vw, 52px);
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1;
  display: block;
}
.bs-result__title {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: #b8a800;
  line-height: 1.4;
  display: block;
  margin-top: 4px;
}
.bs-result__list {
  display: flex;
  flex-direction: column;
}
.bs-result__item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 112px;
  gap: 20px;
  align-items: center;
  padding: 20px;
  border: 1px solid #AAA600;
  background-color: rgba(187, 185, 11, .06);
  border-radius: 16px;
  margin-bottom: 16px;
}
.bs-result__item-main {
  min-width: 0;
}
.bs-result__theme {
  font-weight: 700;
  letter-spacing: .06em;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 0.3em;
  line-height: 2rem;
}
.bs-result__theme::before {
  content: "■";
  font-size: 60%;
}
.bs-result__change {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  white-space: normal;
}
.bs-result__before {
  font-weight: 400;
}
.bs-result__arrow {
  color: #b8a800;
  font-weight: 700;
  flex-shrink: 0;
}
.bs-result__change strong {
  font-weight: 700;
  white-space: normal;
}
.bs-result__desc {
  font-size: 13px;
  line-height: 1.7;
  margin: 0;
}
.bs-result__badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #fff;
  border: 5px solid #b8a800;
  border-radius: 8px;
  padding: 10px 16px;
  flex-shrink: 0;
  width: 112px;
  min-width: 112px;
  justify-self: end;
}
.bs-result__badge-num {
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  color: #7a6e00;
  letter-spacing: -.03em;
}
.bs-result__badge-num small {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.bs-result__badge-label {
  font-size: 10px;
  font-weight: 600;
  color: #7a6e00;
  margin-top: 4px;
}
.bs-result__badge-note {
  font-size: 10px;
  color: rgba(122, 110, 0, .65);
  margin-top: 2px;
}
.bs-result__footnote {
  font-size: 11px;
  margin-top: 12px;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .bs-result__change {
    flex-wrap: wrap;
    white-space: normal;
  }
  .bs-result__change strong {
    white-space: normal;
  }
  .bs-result__badge {
    min-width: 76px;
    padding: 8px 10px;
  }
  .bs-result__badge-num {
    font-size: 22px;
  }
}
/* =========================================================
   PROJECT OVERVIEW
========================================================= */
.bs-overview {
  padding: 0 0 64px;
}
.bs-overview__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: stretch;
}
.bs-overview__lead {
  padding: 8px 0;
}
.bs-overview__eyebrow, .bs-overview__card-label {
  margin: 0 0 12px;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-weight: 800;
  letter-spacing: .12em;
  color: #b8a800;
}
.bs-overview__lead h2 {
  margin: 0 0 18px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.45;
  letter-spacing: -.04em;
  color: #111;
}
.bs-overview__lead h2 span {
  color: #b8a800;
}
.bs-overview__lead p {
  margin: 0;
  line-height: 2;
}
.bs-overview__cards {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.bs-overview__card {
  padding: 28px 32px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #AAA600;
}
.bs-overview__icon {
  margin-bottom: 18px;
  font-family: var(--font-ui, "Inter", sans-serif);
  font-size: 40px;
  font-weight: 800;
  line-height: 1;
  color: #003f9e;
}
.bs-overview__card h3 {
  margin: 0 0 12px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 800;
  line-height: 1.6;
}
.bs-overview__card p {
  margin: 0;
  line-height: 1.9;
}
@media (max-width: 900px) {
  .bs-overview__panel {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .bs-overview {
    padding: 0 0 48px;
  }
  .bs-overview__cards {
    grid-template-columns: 1fr;
  }
}
/* =========================================================
   BEFORE AFTER
========================================================= */
.bs-before-after {
  padding: 0 0 72px;
}
.bs-ba__panel {
  padding: 64px 64px 56px;
  background: #fff;
  border: 1px solid #AAA600;
  border-radius: 16px;
}
.bs-ba__eyebrow {
  font-family: var(--font-ui, "Inter", sans-serif);
  font-weight: 800;
  letter-spacing: .16em;
  color: #b8a800;
}
.bs-ba__panel h2 {
  margin: 0 0 40px;
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 900;
  line-height: 1.55;
  letter-spacing: -.04em;
  color: #111;
}
.bs-ba__panel h2 span {
  color: #b8a800;
}
.bs-ba__list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.bs-ba__row {
  display: grid;
  grid-template-columns: 1fr 42px 1fr;
  gap: 28px;
  align-items: stretch;
  border-bottom: dotted 2px #AAA600;
  padding-bottom: 28px;
}
.bs-ba__box {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 28px;
  border-radius: 12px;
}
.bs-ba__box--before {
  background: #eee;
}
.bs-ba__box--after {
  background: rgba(170, 166, 0, 1);
}
.bs-ba__label {
  margin: 0 0 18px;
  font-size: 13px;
  font-weight: 600;
}
.bs-ba__box--before .bs-ba__label {
  background-color: #fff;
  border-radius: 2px;
  padding: 0.1em 0.7em;
}
.bs-ba__box--before h3 {}
.bs-ba__box--after .bs-ba__label {
  color: #b8a800;
  background-color: #fff;
  border-radius: 2px;
  padding: 0.1em 0.7em;
}
.bs-ba__box--after h3 {
  color: #fff;
}
.bs-ba__box--after p {
  color: #fff;
}
.bs-ba__box h3 {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 0.5em;
}
.bs-ba__box p:last-child {
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  padding: 0 0.5em;
}
.bs-ba__arrow {
  text-align: center;
  font-size: 24px;
  color: rgba(0, 0, 0, .45);
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.bs-ba__voice {
  margin-top: 44px;
  padding: 18px 0 18px 28px;
  border-left: 4px solid rgba(170, 166, 0, 1);
}
.bs-ba__voice-label {
  margin: 0 0 8px;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  color: #b8a800;
}
.bs-ba__voice p:last-child {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .bs-ba__panel {
    padding: 36px 22px;
  }
  .bs-ba__row {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .bs-ba__arrow {
    transform: rotate(90deg);
  }
}
/* ============================================================
   INDUSTRY SUB LINKS — ボーダーグリッド型
============================================================ */
.industry-sub-links {
  padding: 0 5% 5%;
  max-width: 1280px;
  margin: 0 auto;
}
.industry-sub-links .container {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid rgba(0, 0, 0, .11);
  border-left: 1px solid rgba(0, 0, 0, .11);
}
.industry-sub-links .container a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 22px 28px;
  background: transparent;
  border-right: 1px solid rgba(0, 0, 0, .11);
  border-bottom: 1px solid rgba(0, 0, 0, .11);
  font-size: 13.5px;
  font-weight: 600;
  color: rgb(var(--text-r), var(--text-g), var(--text-b));
  letter-spacing: -.01em;
  line-height: 1.5;
  text-decoration: none;
  transition: background .18s ease;
}
.industry-sub-links .container a:hover {
  background: rgba(0, 0, 0, .03);
}
.industry-sub-links .container a::after {
  content: "";
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  opacity: .28;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7h10M7.5 3 12 7l-4.5 4' stroke='%23111' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") center / contain no-repeat;
  transition: opacity .18s ease, transform .22s cubic-bezier(.22, 1, .36, 1);
}
.industry-sub-links .container a:hover::after {
  opacity: .65;
  transform: translateX(3px);
}
@media (max-width: 767px) {
  .industry-sub-links {
    padding: 36px 0 48px;
  }
  .industry-sub-links .container {
    grid-template-columns: 1fr;
  }
  .industry-sub-links .container a {
    padding: 17px 20px;
    font-size: 13px;
  }
}