@charset "UTF-8";
.sub-page__header {
  padding: 30vh 0 80px;
  background-image: url("../../img/message-back.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
}
.sub-page__title {
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(64px, 12vw, 148px);
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  transform: translateX(-1vw);
  color: #333;
  padding: 0 20px;
}
.sub-page__content {
  padding: 80px 20px;
  max-width: 85%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .sub-page__header {
    padding: 25vh 0 60px;
  }
  .sub-page__title {
    transform: translateX(-1vw);
    padding: 0 16px;
  }
  .sub-page__content {
    padding: 60px 16px;
  }
}

.page-news .sub-page__content {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  /* NEWSコンテンツ上下余白追加 */
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 768px) {
  .page-news .sub-page__content {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.news-single__meta {
  margin-bottom: 40px;
}
.news-single__date {
  font-size: clamp(12px, 1.5vw, 16px);
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #333;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
  display: block;
}
.news-single__title {
  font-size: clamp(24px, 4vw, 32px);
  font-weight: bold;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.news-single__body {
  font-size: clamp(14px, 1.8vw, 16px);
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
}
.news-single__body p {
  margin-bottom: 1.5em;
}
.news-single__body h2, .news-single__body h3, .news-single__body h4 {
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 1em;
}
.news-single__body h2 {
  font-size: clamp(20px, 3vw, 24px);
}
.news-single__body h3 {
  font-size: clamp(18px, 2.5vw, 22px);
}
.news-single__body h4 {
  font-size: clamp(16px, 2vw, 20px);
}
.news-single__body img {
  max-width: 100%;
  height: auto;
  margin: 2em 0;
}
.news-single__body a {
  color: #333;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.news-single__body a:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .news-single__meta {
    margin-bottom: 32px;
  }
  .news-single__title {
    line-height: 1.5;
  }
}

.purpose-mvv {
  padding: clamp(20px, 4vh, 40px) 0;
}
.purpose-mvv__inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.purpose-mvv__philosophy {
  margin-bottom: clamp(56px, 15vh, 300px);
}
.purpose-mvv__philosophy-title {
  font-size: clamp(16px, 2vw, 20px);
  text-align: left;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 1rem;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.purpose-mvv__philosophy-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.purpose-mvv__philosophy-text {
  font-size: clamp(18px, 3vw, 24px);
  text-align: left;
  margin: 0;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.purpose-mvv__mvv {
  margin-top: clamp(56px, 8vh, 80px);
}
.purpose-mvv__mvv-title {
  text-align: left;
  margin-bottom: 3rem;
  position: relative;
  padding-bottom: 1rem;
  letter-spacing: 0.05em;
  font-size: clamp(16px, 2vw, 20px);
  display: flex;
  align-items: flex-end;
  line-height: 1;
  gap: 16px;
}
.purpose-mvv__mvv-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.purpose-mvv__mvv-title-text {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: bold;
  letter-spacing: 0.05em;
}
.purpose-mvv__mvv-subtitle {
  font-size: clamp(10px, 1.5vw, 12px);
  letter-spacing: 0.05em;
}
.purpose-mvv__mvv-content {
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vh, 30px);
}
.purpose-mvv__mvv-item {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 4vw, 40px);
}
.purpose-mvv__mvv-item--value {
  align-items: flex-start;
}
.purpose-mvv__mvv-label {
  font-size: clamp(10px, 1.5vw, 12px);
  flex-shrink: 0;
  min-width: 200px;
  letter-spacing: 0.05em;
}
.purpose-mvv__mvv-value {
  font-size: clamp(18px, 3vw, 24px);
  flex: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.purpose-mvv__mvv-value--value {
  font-size: clamp(14px, 2.2vw, 18px);
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .purpose-mvv__inner {
    width: 100%;
    max-width: 100%;
  }
  .purpose-mvv__mvv-item {
    flex-direction: column;
    gap: 8px;
  }
  .purpose-mvv__mvv-label {
    min-width: auto;
  }
}

.purpose-ceo {
  margin-top: clamp(80px, 18vh, 200px);
  padding: clamp(20px, 4vh, 40px) 0;
}
.purpose-ceo__inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.purpose-ceo__title {
  font-size: clamp(18px, 3vw, 24px);
  text-align: left;
  margin-bottom: clamp(30px, 4vh, 40px);
  position: relative;
  padding-bottom: 16px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 1;
}
.purpose-ceo__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 65%;
  height: 1px;
  background-color: #000;
}
.purpose-ceo__content {
  display: flex;
  align-items: flex-start;
  gap: clamp(30px, 6vw, 60px);
}
.purpose-ceo__text-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
}
.purpose-ceo__text {
  font-size: clamp(14px, 2.2vw, 18px);
  line-height: 35px;
  letter-spacing: 0.1em;
  margin-bottom: clamp(30px, 4vh, 40px);
}
.purpose-ceo__signature {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: auto;
}
.purpose-ceo__signature-label {
  font-size: clamp(12px, 1.8vw, 14px);
  text-align: left;
  letter-spacing: 0.05em;
}
.purpose-ceo__signature-name {
  font-size: clamp(18px, 3vw, 24px);
  letter-spacing: 0.05em;
}
.purpose-ceo__image {
  flex-shrink: 0;
  width: clamp(200px, 35vw, 550px);
}
.purpose-ceo__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .purpose-ceo__inner {
    width: 100%;
    max-width: 100%;
  }
  .purpose-ceo__title::after {
    width: 100%;
    min-width: 100%;
  }
  .purpose-ceo__content {
    flex-direction: column;
    gap: 40px;
  }
  .purpose-ceo__image {
    width: 100%;
    margin: 0 auto;
  }
}

.produce-services {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: clamp(80px, 20vh, 250px);
}
.produce-services__inner {
  width: 100%;
}
.produce-services__header {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: flex-end;
  margin-bottom: 80px;
}
.produce-services__title-wrapper {
  position: relative;
  text-align: left;
}
.produce-services__title-en {
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(64px, 12vw, 148px);
  font-style: italic;
  font-weight: bold;
  letter-spacing: 0.03em;
  line-height: 1;
  transform: translateX(-1vw);
  color: #333;
}
.produce-services__header-right {
  flex: 1;
  min-width: 260px;
}
.produce-services__label {
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 24px;
}
.produce-services__lead {
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.15em;
  font-weight: bold;
}
.produce-services__lead .produce-services__lead-br {
  display: none;
}
.produce-services__label-text {
  display: inline-block;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.produce-services__label::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-color: #333;
}
.produce-services__steps {
  margin-top: clamp(80px, 10vh, 120px);
  display: flex;
  gap: 48px;
  align-items: center;
  justify-content: space-between;
}
.produce-services__steps-list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.produce-services__step {
  padding-bottom: 24px;
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid #333;
  width: fit-content;
}
.produce-services__steps-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: clamp(160px, 22vw, 260px);
  aspect-ratio: 9/16;
}
.produce-services__steps-image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
}
.produce-services__step-head {
  display: flex;
  align-items: flex-start;
  gap: 80px;
}
.produce-services__step-number {
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(56px, 9vw, 96px);
  font-weight: 600;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
}
.produce-services__step-content {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.produce-services__step-title {
  font-size: clamp(14px, 1.8vw, 20px);
  font-weight: 600;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}
.produce-services__step-text {
  max-width: 600px;
  font-size: clamp(11px, 1.2vw, 13px);
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media (max-width: 1400px) {
  .produce-services__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .produce-services__header-right {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .produce-services {
    margin-left: -60px;
    margin-right: -60px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .produce-services__header {
    margin-bottom: 48px;
    gap: 50px;
  }
  .produce-services__header-right {
    margin: 0 auto;
    text-align: center;
  }
  .produce-services__label-text {
    font-size: 20px;
  }
  .produce-services__lead {
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .produce-services__lead .produce-services__lead-br {
    display: inline;
  }
  .produce-services__steps {
    position: relative;
    flex-direction: column;
    align-items: stretch;
    gap: 32px;
    margin-top: clamp(60px, 8vh, 80px);
  }
  .produce-services__steps-list {
    position: relative;
    z-index: 1;
  }
  .produce-services__steps-image {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin: 0;
    pointer-events: none;
    opacity: 0.1;
  }
  .produce-services__steps-image img {
    max-width: 50%;
    height: auto;
  }
  .produce-services__step-head {
    gap: 40px;
  }
  .produce-services__step-number {
    transform: translateX(-4vw);
  }
}

.produce-results {
  margin-top: clamp(80px, 10vh, 120px);
  margin-bottom: clamp(80px, 10vh, 120px);
}
.produce-results__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.produce-results__title {
  font-size: clamp(18px, 3vw, 24px);
  font-weight: bold;
  text-align: left;
  margin-bottom: clamp(40px, 6vh, 60px);
  letter-spacing: 0.05em;
  position: relative;
  padding-bottom: 1rem;
}
.produce-results__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #333;
}
.produce-results__list {
  display: flex;
  flex-direction: column;
  gap: clamp(60px, 8vh, 100px);
}
.produce-results__item {
  width: 100%;
}
.produce-results__content {
  display: flex;
  align-items: flex-start;
  gap: clamp(40px, 6vw, 80px);
}
.produce-results__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: clamp(20px, 3vh, 30px);
}
.produce-results__account-name {
  font-size: clamp(20px, 3vw, 28px);
  font-weight: bold;
  letter-spacing: 0.05em;
  margin: 0;
}
.produce-results__meta {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: clamp(12px, 1.8vw, 16px);
  letter-spacing: 0.05em;
}
.produce-results__start-date, .produce-results__followers {
  display: block;
}
.produce-results__description {
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin: 0;
}
.produce-results__image {
  flex-shrink: 0;
  width: clamp(200px, 30vw, 400px);
}
.produce-results__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .produce-results__inner {
    width: 100%;
    max-width: 100%;
  }
  .produce-results__content {
    flex-direction: column;
    gap: 30px;
  }
  .produce-results__image {
    width: 100%;
    max-width: 100%;
  }
}

.artist-page__subtitle-wrapper {
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.artist-page__subtitle {
  display: inline-block;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  padding-bottom: 8px;
  letter-spacing: 0.15em;
  width: 100%;
}
.artist-page__inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto 60px;
}
.artist-page__content {
  display: flex;
  align-items: center;
  gap: 0;
  background-image: url("../../img/artist_back.avif");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 20px 40px;
  border-radius: 8px;
}
.artist-page__image {
  flex: 0 0 45%;
  max-width: 45%;
}
.artist-page__image img {
  display: block;
  width: 100%;
  height: auto;
}
.artist-page__info {
  flex: 1;
  position: relative;
}
.artist-page__info-content {
  position: relative;
  padding: 40px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  box-sizing: border-box;
}
.artist-page__sns {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 12px;
  margin-bottom: 16px;
}
.artist-page__sns-link {
  display: inline-block;
  width: 24px;
  height: 24px;
  transition: opacity 0.3s ease;
}
.artist-page__sns-link:hover {
  opacity: 0.7;
}
.artist-page__sns-link img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.artist-page__name {
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  margin-bottom: clamp(16px, 2vw, 24px);
  color: #fff;
  letter-spacing: 0.1em;
}
.artist-page__description {
  width: 100%;
}
.artist-page__text {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 16px;
}
.artist-page__text:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .artist-page__subtitle-wrapper {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .artist-page__inner {
    width: 100%;
    max-width: 100%;
  }
  .artist-page__content {
    flex-direction: column;
    gap: 0;
    padding: 15px 20px;
  }
  .artist-page__image {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .artist-page__info {
    min-height: 400px;
  }
  .artist-page__info-content {
    padding: 30px 20px;
  }
}

.news-archive__subtitle-wrapper {
  text-align: center;
  margin-bottom: 60px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.news-archive__subtitle {
  display: inline-block;
  font-size: clamp(18px, 2vw, 24px);
  font-weight: 700;
  padding-bottom: 8px;
  letter-spacing: 0.15em;
  width: 100%;
}
.news-archive__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
}
.news-archive__item {
  border-bottom: 1px solid #e0e0e0;
}
.news-archive__link {
  display: flex;
  align-items: center;
  gap: clamp(40px, 8vw, 100px);
  padding: 16px 0;
  text-decoration: none;
  color: #333;
  transition: opacity 0.3s ease;
  width: 100%;
}
.news-archive__link:hover {
  opacity: 0.7;
}
.news-archive__date {
  font-size: clamp(12px, 1.5vw, 16px);
  font-family: "Avenir Next", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  color: #333;
  white-space: nowrap;
  min-width: 80px;
  letter-spacing: 0.05em;
}
.news-archive__title {
  font-size: clamp(12px, 1.5vw, 16px);
  color: #333;
  flex: 1;
  letter-spacing: 0.05em;
  font-weight: bold;
}
.news-archive__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.news-archive__arrow img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .news-archive__subtitle-wrapper {
    margin-bottom: 40px;
    padding: 0 20px;
  }
  .news-archive__list {
    gap: 30px;
  }
}

.info-company__inner {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
}
.info-company__title {
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 700;
  margin-bottom: clamp(40px, 5vh, 60px);
  letter-spacing: 0.1em;
  padding-bottom: clamp(8px, 1vh, 12px);
  border-bottom: 1px solid #333;
}
.info-company__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vh, 32px);
}
.info-company__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: clamp(20px, 3vw, 40px);
  padding-bottom: clamp(20px, 3vh, 32px);
  border-bottom: 1px solid #e0e0e0;
}
.info-company__item:last-child {
  border-bottom: none;
}
.info-company__term {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 700;
  color: #333;
  letter-spacing: 0.1em;
  min-width: 120px;
  flex-shrink: 0;
}
.info-company__description {
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.05em;
  flex: 1;
  margin: 0;
}
@media (max-width: 768px) {
  .info-company__inner {
    width: 100%;
    max-width: 100%;
  }
  .info-company__item {
    flex-direction: column;
    gap: 12px;
  }
  .info-company__term {
    min-width: auto;
    width: 100%;
  }
  .info-company__description {
    width: 100%;
  }
}

.page-template-page-privacy .sub-page__content,
body[class*=page-privacy] .sub-page__content {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.9;
  letter-spacing: 0.05em;
  color: #333;
}
.page-template-page-privacy .sub-page__content h2,
body[class*=page-privacy] .sub-page__content h2 {
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 700;
  margin-top: 80px;
  margin-bottom: 24px;
  padding-bottom: 8px;
  border-bottom: 1px solid #333;
}
.page-template-page-privacy .sub-page__content h2:first-child,
body[class*=page-privacy] .sub-page__content h2:first-child {
  margin-top: 0;
}
.page-template-page-privacy .sub-page__content p,
body[class*=page-privacy] .sub-page__content p {
  margin: 0 0 24px;
}
.page-template-page-privacy .sub-page__content ul,
body[class*=page-privacy] .sub-page__content ul {
  margin: 0 0 24px;
  padding-left: 1.2em;
}
.page-template-page-privacy .sub-page__content li,
body[class*=page-privacy] .sub-page__content li {
  margin: 8px 0;
  line-height: inherit;
}
@media (max-width: 768px) {
  .page-template-page-privacy .sub-page__content,
  body[class*=page-privacy] .sub-page__content {
    line-height: 1.8;
  }
  .page-template-page-privacy .sub-page__content h2,
  body[class*=page-privacy] .sub-page__content h2 {
    margin-top: 60px;
  }
}

/*# sourceMappingURL=sub-page.css.map */
