body {
  margin: 0;
  font-family: "Noto Sans JP", "Avenir Next", sans-serif;
  color: #201310;
  background:
    radial-gradient(circle at top left, rgba(215, 97, 55, 0.22), transparent 28%),
    radial-gradient(circle at bottom right, rgba(240, 178, 140, 0.24), transparent 24%),
    linear-gradient(180deg, #fbf2e8 0%, #f6eee8 46%, #efe4da 100%);
}

a,
a:visited,
a:hover,
a:active {
  text-decoration: none !important;
  color: inherit;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.header,
.main,
.footer {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 92px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.header-logo {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.03em;
}

.header-logo a {
  display: inline-flex;
  align-items: center;
  min-height: 52px;
  padding: 0 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 12px 30px rgba(78, 31, 14, 0.08);
}

.header-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin: 0;
  padding: 0;
}

.header-list li {
  padding: 0;
}

.header-list li a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.56);
  color: #6f5951;
  font-size: 14px;
  font-weight: 700;
}

.main {
  padding-top: 22px;
  padding-bottom: 48px;
}

.copy,
.talent,
.group,
.special-site,
.news,
.shere {
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  background: rgba(255, 251, 247, 0.82);
  backdrop-filter: blur(10px);
  box-shadow: 0 20px 50px rgba(78, 31, 14, 0.12);
}

.copy {
  padding: 48px 28px;
  text-align: center;
}

.copy h1 {
  margin: 0;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: clamp(2.6rem, 6vw, 4.8rem);
  line-height: 1;
}

.copy h2 {
  margin: 20px auto 0;
  max-width: 860px;
  color: #6f5951;
  font-size: 1.05rem;
  font-weight: 500;
  line-height: 1.9;
}

.copy-services {
  max-width: 920px;
  margin: 26px auto 0;
}

.copy-lead {
  margin: 0;
  color: #7a4f42;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.8;
}

.copy-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
}

.copy-service-list li {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid rgba(140, 49, 23, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #8c3117;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  box-shadow: 0 10px 24px rgba(78, 31, 14, 0.08);
}

.concept {
  margin-top: 28px;
  padding: 32px 28px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255, 245, 238, 0.94), rgba(255, 251, 247, 0.82)),
    radial-gradient(circle at top right, rgba(215, 97, 55, 0.14), transparent 36%);
  box-shadow: 0 20px 50px rgba(78, 31, 14, 0.12);
}

.concept-intro {
  text-align: center;
}

.concept-copy {
  max-width: 880px;
  margin: 20px auto 0;
  color: #5f4b45;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.9;
}

.concept-copy span {
  color: #8c3117;
  font-weight: 800;
}

.concept-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.concept-point {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 92px;
  padding: 16px 18px;
  border: 1px solid rgba(140, 49, 23, 0.14);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  color: #7d331d;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: center;
  box-shadow: 0 12px 28px rgba(78, 31, 14, 0.08);
}

.talent {
  padding: 32px 28px;
}

.talent-heading {
  text-align: center;
}

.talent-section {
  margin-top: 28px;
}

.talent-section-label {
  margin: 0;
  color: #8c3117;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  text-align: left;
}

.home-group-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 24px;
  border: 1px solid rgba(140, 49, 23, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 16px 36px rgba(78, 31, 14, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.home-group-card:hover,
.home-talent-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 42px rgba(78, 31, 14, 0.12);
}

.home-group-card-copy {
  text-align: left;
}

.home-group-tag,
.home-talent-role {
  margin: 0;
  color: #8c3117;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.home-group-card-copy h3,
.home-talent-name {
  margin: 12px 0 0;
}

.home-group-card-copy h3 {
  font-size: clamp(1.7rem, 4vw, 2.4rem);
  line-height: 1.1;
}

.home-group-card-copy p:not(.home-group-tag) {
  margin: 14px 0 0;
  color: #5f4b45;
  font-size: 1rem;
  line-height: 1.85;
}

.home-group-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  margin-top: 18px;
  padding: 0 18px;
  border-radius: 999px;
  background: #2f1912;
  color: #fffaf6;
  font-size: 0.92rem;
  font-weight: 700;
}

.home-group-card-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.home-talent-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 18px;
}

.home-talent-card {
  overflow: hidden;
  border: 1px solid rgba(140, 49, 23, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 36px rgba(78, 31, 14, 0.08);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.home-talent-photo {
  aspect-ratio: 1 / 1.12;
  background: linear-gradient(180deg, rgba(255, 245, 238, 0.9), rgba(245, 233, 224, 0.9));
}

.home-talent-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-talent-copy {
  padding: 18px;
  text-align: left;
}

.home-talent-name {
  color: #201310;
  font-size: 1.12rem;
  font-weight: 800;
  line-height: 1.4;
}

.talent-more {
  margin-top: 22px;
  text-align: right;
}

.talent-more a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #6f5951;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(78, 31, 14, 0.08);
}

.talent,
.special-site,
.news,
.shere {
  margin-top: 28px;
}

.sub-A {
  margin-top: 0;
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 800;
  color: #201310;
}

.sub {
  margin-top: 10px;
  color: #8c3117;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.group {
  width: min(360px, 100%);
  margin: 22px auto 0;
  padding: 24px;
}

.group-icon img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 22px;
}

.special-site {
  padding: 28px;
}

.special-site-link {
  display: block;
  width: min(620px, 100%);
  margin: 24px auto 0;
}

.special-site-card {
  overflow: hidden;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 20px 50px rgba(34, 73, 145, 0.24);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.special-site-link:hover .special-site-card {
  transform: translateY(-4px);
  box-shadow: 0 26px 60px rgba(34, 73, 145, 0.3);
}

.special-site-card img {
  display: block;
  width: 100%;
  height: auto;
}

section {
  padding: 0;
}

.news {
  padding: 28px;
}

.news-feed {
  display: grid;
  gap: 0;
  margin-top: 24px;
  border-top: 1px solid rgba(32, 19, 16, 0.08);
}

.news-item {
  padding: 18px 0;
  border-top: 1px solid rgba(32, 19, 16, 0.08);
}

.news-item:first-child {
  border-top: 0;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: #6f5951;
  font-size: 0.85rem;
  font-weight: 700;
}

.news-tag {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(215, 97, 55, 0.12);
  color: #8c3117;
}

.news-item h3 {
  margin: 10px 0 8px;
  font-size: 1.08rem;
  line-height: 1.5;
}

.news-link-anchor {
  color: #201310;
}

.news-item p:last-child {
  margin: 0;
  color: #6f5951;
  line-height: 1.8;
}

.news-more {
  margin-top: 18px;
  text-align: right;
}

.news-more a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  background: #2f1912;
  color: #fffaf6;
  font-weight: 700;
}

.shere {
  padding: 28px;
  text-align: center;
}

.shere img {
  width: 52px;
  height: 52px;
  margin-bottom: 8px;
}

.shere a {
  display: inline-block;
  margin-top: 10px;
  color: #6f5951;
  font-weight: 700;
  line-height: 1.8;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 36px;
}

.footer-list {
  width: 100%;
  padding: 22px 24px;
  border-radius: 28px;
  background: rgba(32, 19, 16, 0.92);
  color: #fffaf6;
}

.footer-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px 26px;
  margin: 0;
  padding: 0;
}

.footer-list li {
  padding: 0;
}

@media (max-width: 860px) {
  .header {
    flex-direction: column;
    align-items: flex-start;
  }

  .header-list ul {
    justify-content: flex-start;
  }

  .concept-points {
    grid-template-columns: 1fr;
  }

  .home-group-card {
    grid-template-columns: 1fr;
  }

  .home-talent-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .header,
  .main,
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .copy,
  .concept,
  .talent,
  .group,
  .special-site,
  .news,
  .shere,
  .footer-list {
    border-radius: 22px;
  }

  .copy {
    padding: 36px 20px;
  }

  .copy h2 {
    font-size: 0.95rem;
  }

  .talent {
    padding: 24px 18px;
  }

  .home-group-card,
  .home-talent-card {
    border-radius: 20px;
  }

  .home-talent-grid {
    grid-template-columns: 1fr;
  }

  .special-site-card {
    border-radius: 20px;
  }

  .header-logo {
    font-size: 24px;
  }

  .header-logo a,
  .header-list li a {
    min-height: 42px;
  }
}
