@charset "utf-8";

/* 求人ページ専用スタイル */
#recruit-page {
  background-color: #ffffff;
  min-height: 100vh;
}

.recruit-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.recruit-hero {
  text-align: left;
  padding: 80px 0;
  margin-bottom: 20px;
}

.recruit-title {
  font-size: 2.8rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.recruit-subtitle {
  font-size: 1rem;
  color: #666666;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.recruit-content {
  padding: 60px 0;
}

.recruit-section {
  margin-bottom: 80px;
  padding: 40px;
  background-color: #fff;
  border: 1px solid #e8e8e8;
  position: relative;
}

.recruit-section:last-child {
  margin-bottom: 0;
}

.section-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 2px solid #333333;
  padding-left: 8px;
  position: relative;
  line-height: 1.4;
}

.section-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #666666;
}

/* スタッフの声 */

.staff-voice-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-left: -15px;
  margin-right: -15px;
}
.staff-voice-wrap li {
  background-color: #f2f2f2;
  padding: 1rem;
  width: calc(100% / 3 - 20px);
  margin: 0 10px 20px;
}
.staff-voice-wrap li strong {
  font-size: 1.2em;
}
@media (max-width: 768px) {
  .staff-voice-wrap li {
    width: calc(100% - 20px);
  }
}

/* サブタイトル付きセクションタイトル */
.section-title-with-subtitle {
  margin-bottom: 40px;
  padding-left: 8px;
  text-align: left;
}

.section-title-with-subtitle .main-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.4;
}

.section-title-with-subtitle .sub-title {
  font-size: 1.3rem;
  padding-left: 10px;
  font-weight: bold;
}

.section-content {
  line-height: 1.9;
  color: #333333;
  font-size: 1rem;
}

.section-content p {
  margin-bottom: 25px;
  font-size: 1rem;
  line-height: 1.3;
}

.section-content strong {
  font-weight: bold;
  color: #000000;
}

/* 求める人物像セクション内の複数コンテンツ間隔調整 */
.recruit-section .section-content + .section-content {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #dddddd;
}

.order-stats {
  background-color: #f8f8f8;
  padding: 35px;
  margin-top: 40px;
  border: 1px solid #ddd;
  border-left: 4px solid #333333;
}

.order-stats h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
  text-align: left;
}

.stats-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.stats-list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 1rem;
  color: #333333;
  padding: 10px 0;
}

.stat-number {
  display: inline-block;
  width: 90px;
  text-align: center;
  background-color: #333333;
  color: #ffffff;
  font-weight: bold;
  padding: 12px 0;
  margin-right: 25px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}

/* 取り組み・アプローチセクション */
.approach-subtitle {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 25px;
  font-style: italic;
  text-align: left;
  padding: 15px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

/* 取り組みセクション内の動画 */
#bg-movie {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  margin: 40px 0;
  border: 3px solid #333333;
}

.approach-item {
  margin-bottom: 50px;
  padding: 35px;
  background-color: #f9f9f9;
  border-left: 4px solid #333333;
  position: relative;
}

.approach-item h3 {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
  line-height: 1.5;
}

.approach-content p {
  margin-bottom: 20px;
  line-height: 1.3;
  font-size: 1rem;
}

.approach-content strong {
  color: #000000;
  font-weight: bold;
}

/* 利益性のある建築セクション */
.profit-subtitle {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
  text-align: left;
  padding: 20px 0;
}

.profit-examples {
  margin: 40px 0;
}

.profit-example-image {
  margin-bottom: 30px;
  text-align: center;
}

.profit-example-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
}

.profit-item {
  margin-bottom: 25px;
  padding: 25px;
  background-color: #f9f9f9;
  border-left: 4px solid #333333;
  position: relative;
}

.profit-item h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.6;
}

.working-section {
  margin-top: 50px;
}

.working-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

/* メッセージセクション */
.message-section {
  text-align: left;
  padding: 50px 40px;
  margin: 40px 0;
}

.message-main {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 35px;
  line-height: 1.4;
}

.message-text {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 35px;
  line-height: 1.3;
}

.message-cta {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0;
  line-height: 1.6;
}

/* 資産性セクション */
.asset-subtitle {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
  text-align: left;
}

.asset-principles {
  margin-top: 50px;
}

.asset-section-image {
  margin-bottom: 30px;
  text-align: center;
}

.asset-section-image img {
  width: 100%;
  max-width: 350px;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
}

.asset-principles-title {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.asset-item {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #f9f9f9;
  border-left: 4px solid #333333;
}

.asset-item:last-child {
  margin-bottom: 0;
}

.asset-item h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.5;
}

.asset-item p {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.7;
  padding-left: 20px;
}

/* 働くということセクション */
.designer-qualities {
  margin: 40px 0;
}

.designer-image {
  margin-bottom: 30px;
  width: 100%;
  max-width: 300px;
  float: left;
  margin-right: 30px;
  margin-top: 0;
}

.designer-image img {
  width: 100%;
  height: auto;
  display: block;
  border: 1px solid #e0e0e0;
}

.qualities-intro {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
}

.qualities-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.qualities-list li {
  font-size: 1rem;
  color: #333333;
  margin-bottom: 20px;
  padding: 20px 25px;
  background-color: #f9f9f9;
  border-left: 4px solid #333333;
  line-height: 1.7;
}

/* ブランディングセクション */
.branding-principles {
  margin-top: 50px;
}

.branding-principles-title {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}

.branding-item {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #f9f9f9;
  border-left: 4px solid #333333;
}

.branding-item:last-child {
  margin-bottom: 0;
}

.branding-item h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.5;
}

.branding-item p {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 0;
  line-height: 1.7;
}

/* お問い合わせセクション */
.contact-info {
  margin-top: 40px;
}

.contact-info p {
  margin-bottom: 20px;
  font-size: 1rem;
  line-height: 1.3;
}

.contact-info strong {
  color: #000000;
  font-weight: bold;
}

/* 会社の状況セクション - 横並びレイアウト */
.company-info-with-image {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
}

.company-text {
  grid-column: 1;
}

.company-image {
  grid-column: 2;
}

.company-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* セクション内動画 */
.section-video {
  margin-top: 30px;
  width: 100%;
  overflow: hidden;
}

.section-video video {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
}

/* 求める人物像セクション内の理念・想い - 統一感のあるレイアウト */
.philosophy-section,
.challenges-section {
  margin-top: 40px;
  margin-bottom: 40px;
  position: relative;
}

.philosophy-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 25px;
  padding-bottom: 12px;
  border-bottom: 2px solid #f0f0f0;
  line-height: 1.4;
  margin-bottom: 10px !important;
}

.subtitle {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 25px;
  font-style: italic;
  text-align: left;
  padding: 15px 0;
}

/* 後悔リスト */
.regret-list {
  margin: 40px 0;
}

.regret-item {
  margin-bottom: 30px;
  padding: 25px;
  background-color: #f9f9f9;
  border-left: 4px solid #d32f2f;
  position: relative;
}

.regret-item h4 {
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  margin-bottom: 15px;
  line-height: 1.4;
  margin-top: 0 !important;
}

.regret-item p {
  color: #666666;
  line-height: 1.7;
  margin-bottom: 0;
  font-size: 1rem;
  margin-bottom: 0 !important;
}

/* 価値観リスト */
.values-list {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}

.values-list li {
  background-color: #f9f9f9;
  padding: 20px 25px;
  margin-bottom: 15px;
  border-left: 4px solid #4caf50;
  font-weight: bold;
  color: #333333;
  font-size: 1rem;
  position: relative;
}

/* 経営とブランディングのパートナーセクション */
.business-results {
  margin-top: 30px;
}

.business-results-image {
  margin-bottom: 30px;
  text-align: center;
}

.business-results-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
}

.results-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 25px;
  color: #333333;
}

.result-item {
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 14px;
  margin-bottom: 20px;
}

.result-item h4 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}

.result-item p {
  margin: 0;
  line-height: 1.7;
  color: #333333;
}

/* パートナーとしての働き方セクション */
.partner-qualities {
  margin: 30px 0;
}

.partner-item {
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 14px;
  margin-bottom: 15px;
}

.partner-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.value-creation-section {
  margin-top: 30px;
  background: #fff;
  padding: 25px;
  border: 1px solid #e0e0e0;
}

.value-creation-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}

.value-creation-section p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

/* 自社実践による説得力セクション */
.practice-advantage {
  margin-top: 30px;
  background: #fff;
  padding: 25px;
  border: 1px solid #e0e0e0;
}

.practice-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}

.practice-advantage p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

/* 戦略的なものづくりセクション */
.strategic-services {
  margin: 30px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.service-item {
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 14px;
  text-align: center;
}

.service-item h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.unique-advantage {
  margin-top: 30px;
  background: #fff;
  padding: 25px;
  border: 1px solid #e0e0e0;
  text-align: center;
}

.unique-advantage p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

/* 企業の未来をデザインするセクション */
.future-design-qualities {
  margin: 30px 0;
}

.future-item {
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 14px;
  margin-bottom: 15px;
}

.future-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.challenge-invitation {
  margin-top: 30px;
  background: #fff;
  padding: 25px;
  border: 1px solid #e0e0e0;
}

.invitation-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}

.challenge-invitation p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

/* 建物の安定性セクション */
.stability-principles {
  margin: 30px 0;
}

.stability-item {
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 14px;
  margin-bottom: 15px;
  text-align: left;
}

.stability-item h4 {
  margin: 0;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.stability-warning {
  margin-top: 30px;
  background: #fff;
  padding: 25px;
  border: 1px solid #e0e0e0;
}

.warning-list {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}

.warning-list li {
  background: #ffffff;
  border-left: 4px solid #d32f2f;
  border: 1px solid #e0e0e0;
  padding: 12px 20px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333333;
}

.stability-warning p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.stability-warning p:last-child {
  margin-top: 15px;
}

/* 安定した建築の3つの軸セクション */
.stability-grid-container {
  margin: 30px 0;
}

.stability-axes {
  margin: 0 0 30px 0;
}

.stability-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.stability-image img {
  width: 80%;
  height: auto;
  border: 1px solid #e0e0e0;
}

.axis-item {
  background: #f9f9f9;
  border-left: 4px solid #333333;
  padding: 25px;
  margin-bottom: 25px;
}

.axis-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}

.axis-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

/* 信頼性にこだわる設計者セクション */
.reliability-philosophy {
  margin: 30px 0;
  background: #f9f9f9;
  padding: 25px;
}

.reliability-philosophy p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  text-align: left;
}

.final-invitation {
  margin-top: 30px;
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 25px;
  text-align: left;
}

.final-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}

.final-invitation p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

/* すべてのご依頼をお受けできない理由セクション */
.commitment-reason {
  margin: 30px 0;
  text-align: left;
}

.commitment-reason p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  font-weight: bold;
}

.client-respect {
  margin-top: 30px;
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 25px;
}

.client-respect p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.client-respect p:last-child {
  margin-top: 20px;
}

/* 最終メッセージセクション */
.final-aspirations {
  margin: 30px 0;
}

.final-team-image {
  margin-bottom: 30px;
  text-align: center;
}

.final-team-image img {
  width: 100%;
  max-width: 500px;
  height: auto;
  display: block;
  margin: 0 auto;
  border: 1px solid #e0e0e0;
}

.aspiration-item {
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 14px;
  margin-bottom: 15px;
}

.aspiration-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.partnership-message {
  margin: 40px 0;
  background: #ffffff;
  text-align: left;
}

.partnership-message p {
  margin: 0;
  font-size: 1rem;
  color: #333333;
  margin-bottom: 10px;
}

.final-invitation-message {
  margin-top: 40px;
  background: #f8f8f8;
  border-left: 6px solid #333333;
  padding: 35px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.final-invitation-message p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  font-weight: bold;
  position: relative;
}

.final-invitation-message p:before {
  content: '"';
  font-size: 2rem;
  color: #666666;
  position: absolute;
  left: -20px;
  top: -10px;
  font-family: serif;
}

.final-invitation-message p:after {
  content: '"';
  font-size: 2rem;
  color: #666666;
  position: absolute;
  right: -20px;
  bottom: -20px;
  font-family: serif;
}

/* YA+Aが目指す建築セクション */
.target-architecture {
  margin: 30px 0;
}

.architecture-goal {
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 14px;
  margin-bottom: 15px;
}

.architecture-goal p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  font-weight: bold;
}

.design-philosophy {
  margin-top: 30px;
  text-align: left;
}

.design-philosophy p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #333333;
}

.design-philosophy strong {
  color: #333333;
  font-weight: bold;
}

/* 後悔のない建築への想いセクション */
.architecture-philosophy {
  margin: 30px 0;
  background: #f9f9f9;
  padding: 25px;
}

.architecture-philosophy p {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.architecture-philosophy p:last-child {
  margin-bottom: 0;
}

.architecture-reality {
  margin: 30px 0;
}

.reality-highlight {
  background: #ffffff;
  margin-bottom: 20px;
  text-align: left;
}

.reality-highlight p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
  color: #333333;
  font-weight: bold;
}

.commitment-principles {
  margin-top: 20px;
}

.principle-item {
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 14px;
  margin-bottom: 15px;
}

.principle-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  font-weight: bold;
}

/* 信頼を積み重ねる仕事セクション */
.trust-values {
  margin: 30px 0;
}

.value-item {
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 14px;
  margin-bottom: 15px;
}

.value-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.company-mission {
  margin-top: 30px;
  text-align: left;
}

.company-mission p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
  font-weight: bold;
}

/* 戦略的ブランディングセクション */
.strategic-qualities {
  margin: 30px 0;
}

.strategic-item {
  background: #ffffff;
  border-left: 4px solid #333333;
  border: 1px solid #e0e0e0;
  padding: 14px;
  margin-bottom: 15px;
}

.strategic-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

.challenge-section {
  margin-top: 30px;
  background: #fff;
  padding: 25px;
  border: 1px solid #e0e0e0;
}

.challenge-title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333333;
}

.challenge-section p {
  margin: 0;
  font-size: 16px;
  line-height: 1.7;
  color: #333333;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .recruit-container {
    padding: 0 15px;
  }

  .recruit-hero {
    padding: 50px 0;
    margin-bottom: 15px;
  }

  .recruit-title {
    font-size: 2.2rem;
  }

  .recruit-subtitle {
    font-size: 1rem;
  }

  .recruit-content {
    padding: 40px 0;
  }

  .recruit-section {
    margin-bottom: 50px;
    padding: 25px 20px;
  }

  .recruit-section::before {
    width: 4px;
  }

  .section-title {
    font-size: 1.2rem;
    margin-bottom: 30px;
  }

  .section-title::after {
    width: 40px;
  }

  .section-title-with-subtitle .main-title {
    font-size: 1.2rem;
  }

  .section-title-with-subtitle .sub-title {
    font-size: 1rem;
    padding: 10px 20px;
  }

  .section-content {
    font-size: 1rem;
  }

  .section-content p {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .order-stats {
    padding: 14px;
  }

  /* .stats-list li {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    } */

  .stat-number {
    margin-bottom: 0;
    margin-right: 10px;
    width: 80px;
  }

  .approach-item {
    padding: 14px;
    margin-bottom: 30px;
  }

  .approach-item h3 {
    font-size: 1rem;
  }

  .approach-subtitle {
    font-size: 1rem;
  }

  /* 画像 - モバイル対応 */

  .designer-image {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0;
  }

  .profit-example-image img {
    max-width: 100%;
  }

  .asset-section-image img {
    max-width: 100%;
  }

  .business-results-image img {
    max-width: 100%;
  }

  .final-team-image img {
    max-width: 100%;
  }

  /* 利益性のある建築セクション - モバイル対応 */
  .profit-subtitle {
    font-size: 1rem;
  }

  .profit-item {
    padding: 15px;
  }

  .profit-item h4 {
    font-size: 1rem;
  }

  .working-section {
    padding: 0;
  }

  .working-title {
    font-size: 1rem;
  }

  /* メッセージセクション - モバイル対応 */
  .message-section {
    padding: 30px 20px;
  }

  .message-main {
    font-size: 1.5rem;
  }

  .message-text {
    font-size: 1rem;
  }

  .message-cta {
    font-size: 1rem;
  }

  /* 資産性セクション - モバイル対応 */
  .asset-subtitle {
    font-size: 1rem;
  }

  .asset-principles {
    padding: 0;
  }

  .asset-principles-title {
    font-size: 1rem;
  }

  .asset-item {
    padding: 15px;
  }

  .asset-item h4 {
    font-size: 1rem;
  }

  .asset-item p {
    padding-left: 15px;
    font-size: 0.9rem;
  }

  /* 働くということセクション - モバイル対応 */
  .designer-qualities {
    margin: 25px 0;
  }

  .qualities-intro {
    font-size: 1rem;
  }

  .qualities-list li {
    font-size: 0.9rem;
    padding: 12px 15px;
  }

  /* ブランディングセクション - モバイル対応 */
  .branding-principles {
    padding: 0;
  }

  .branding-principles-title {
    font-size: 1rem;
  }

  .branding-item {
    padding: 15px;
  }

  .branding-item h4 {
    font-size: 1rem;
  }

  .branding-item p {
    font-size: 0.9rem;
  }

  .contact-info {
    padding: 14px 0;
    margin-top: 0px;
  }

  /* 会社の状況セクション - モバイル対応 */
  .company-info-with-image {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .company-text {
    grid-column: 1;
    order: 2;
  }

  .company-image {
    grid-column: 1;
    order: 1;
    max-width: 100%;
  }

  /* 理念・想いセクション - モバイル対応 */
  .philosophy-section,
  .challenges-section {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .philosophy-title {
    font-size: 1rem;
  }

  .regret-item {
    padding: 15px;
  }

  .regret-item h4 {
    font-size: 1rem;
  }

  .values-list li {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .values-list li::before {
    width: 20px;
    height: 20px;
    font-size: 0.8rem;
  }

  .regret-item {
    padding: 14px;
    margin-bottom: 25px;
  }

  .regret-item h4 {
    font-size: 1rem;
  }

  .regret-item p {
    font-size: 1rem;
  }
}

/* 経営とブランディングのパートナーセクション - モバイル対応 */
@media (max-width: 768px) {
  .results-title {
    font-size: 1rem;
  }

  .result-item {
    padding: 15px;
  }

  .result-item h4 {
    font-size: 1rem;
  }

  .result-item p {
    font-size: 0.9rem;
  }
}

/* パートナーとしての働き方セクション - モバイル対応 */
@media (max-width: 768px) {
  .partner-item {
    padding: 15px;
  }

  .partner-item p {
    font-size: 0.9rem;
  }

  .value-creation-section {
    padding: 14px;
  }

  .value-creation-title {
    font-size: 1rem;
  }

  .value-creation-section p {
    font-size: 0.9rem;
  }
}

/* 自社実践による説得力セクション - モバイル対応 */
@media (max-width: 768px) {
  .practice-advantage {
    padding: 14px;
  }

  .practice-title {
    font-size: 1rem;
  }

  .practice-advantage p {
    font-size: 0.9rem;
  }
}

/* 戦略的なものづくりセクション - モバイル対応 */
@media (max-width: 768px) {
  .strategic-services {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .service-item {
    padding: 15px;
  }

  .service-item h4 {
    font-size: 1rem;
  }

  .unique-advantage {
    padding: 14px;
  }

  .unique-advantage p {
    font-size: 0.9rem;
  }
}

/* 企業の未来をデザインするセクション - モバイル対応 */
@media (max-width: 768px) {
  .future-item {
    padding: 15px;
  }

  .future-item p {
    font-size: 0.9rem;
  }

  .challenge-invitation {
    padding: 14px;
  }

  .invitation-title {
    font-size: 1rem;
  }

  .challenge-invitation p {
    font-size: 0.9rem;
  }
}

/* 建物の安定性セクション - モバイル対応 */
@media (max-width: 768px) {
  .stability-item {
    padding: 15px;
  }

  .stability-item h4 {
    font-size: 1rem;
  }

  .stability-warning {
    padding: 14px;
  }

  .warning-list li {
    padding: 10px 15px;
    font-size: 0.9rem;
  }

  .stability-warning p {
    font-size: 0.9rem;
  }
}

/* 安定した建築の3つの軸セクション - モバイル対応 */
@media (max-width: 768px) {
  .stability-axes {
    margin: 0 0 20px 0;
  }

  .stability-image {
    margin: 20px 0;
  }

  .stability-image img {
    width: 90%;
  }

  .axis-item {
    padding: 14px;
    margin-bottom: 20px;
  }

  .axis-title {
    font-size: 1rem;
  }

  .axis-content p {
    font-size: 0.9rem;
  }
}

/* 信頼性にこだわる設計者セクション - モバイル対応 */
@media (max-width: 768px) {
  .reliability-philosophy {
    padding: 14px;
  }

  .reliability-philosophy p {
    font-size: 0.9rem;
  }

  .final-invitation {
    padding: 14px;
  }

  .final-title {
    font-size: 1rem;
  }

  .final-invitation p {
    font-size: 0.9rem;
  }
}

/* すべてのご依頼をお受けできない理由セクション - モバイル対応 */
@media (max-width: 768px) {
  .commitment-reason {
    padding: 14px;
  }

  .commitment-reason p {
    font-size: 0.9rem;
  }

  .client-respect {
    padding: 14px;
  }

  .client-respect p {
    font-size: 0.9rem;
  }
}

/* 最終メッセージセクション - モバイル対応 */
@media (max-width: 768px) {
  .aspiration-item {
    padding: 15px;
  }

  .aspiration-item p {
    font-size: 0.9rem;
  }

  .partnership-message {
    padding: 0;
    margin: 30px 0;
  }

  .partnership-message:before {
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
  }

  .partnership-message p {
    font-size: 1rem;
  }

  .final-invitation-message {
    padding: 25px;
    margin-top: 30px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  }

  .final-invitation-message p {
    font-size: 0.95rem;
    line-height: 1.5;
  }

  .final-invitation-message p:before,
  .final-invitation-message p:after {
    font-size: 1.5rem;
  }

  .final-invitation-message p:before {
    left: -15px;
    top: -8px;
  }

  .final-invitation-message p:after {
    right: -15px;
    bottom: -15px;
  }
}

/* YA+Aが目指す建築セクション - モバイル対応 */
@media (max-width: 768px) {
  .architecture-goal {
    padding: 15px;
  }

  .architecture-goal p {
    font-size: 0.9rem;
  }

  .design-philosophy {
    padding: 14px;
  }

  .design-philosophy p {
    font-size: 14px;
  }
}

/* 後悔のない建築への想いセクション - モバイル対応 */
@media (max-width: 768px) {
  .architecture-philosophy {
    padding: 14px;
  }

  .architecture-philosophy p {
    font-size: 0.9rem;
  }

  .reality-highlight {
    padding: 14px;
  }

  .reality-highlight p {
    font-size: 1rem;
    margin-bottom: 0;
  }

  .principle-item {
    padding: 15px;
  }

  .principle-item:last-child {
    margin-bottom: 0;
  }

  .principle-item p {
    font-size: 0.9rem;
    margin-bottom: 0;
  }

  .architecture-reality {
    margin-bottom: 0;
  }
}

/* 信頼を積み重ねる仕事セクション - モバイル対応 */
@media (max-width: 768px) {
  .value-item {
    padding: 15px;
  }

  .value-item p {
    font-size: 0.9rem;
  }

  .company-mission {
    padding: 14px;
  }

  .company-mission p {
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 0;
  }
}

/* 戦略的ブランディングセクション - モバイル対応 */
@media (max-width: 768px) {
  .strategic-item {
    padding: 15px;
  }

  .strategic-item p {
    font-size: 0.9rem;
  }

  .challenge-section {
    padding: 14px;
  }

  .challenge-title {
    font-size: 1rem;
  }

  .challenge-section p {
    font-size: 0.9rem;
  }
}

/* YouTube動画横並びレイアウト */
.youtube-videos-container {
  display: flex;
  gap: 30px;
  margin: 40px 0;
  justify-content: space-between;
  flex-wrap: nowrap;
}

.youtube-video {
  flex: 1;
  min-width: 0;
  max-width: calc(50% - 15px);
}

.youtube-video iframe {
  width: 100%;
  height: 315px;
  border: 2px solid #333333;
  display: block;
}

/* 単独動画の場合の調整 */
.youtube-videos-container .youtube-video:only-child {
  max-width: 560px;
  margin: 0 auto;
}

/* デスクトップでの横並び表示を強制 */
@media (min-width: 769px) {
  .youtube-videos-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }

  .youtube-video {
    flex: 1 !important;
    max-width: calc(50% - 15px) !important;
  }
}

/* YouTube動画のモバイル対応 */
@media (max-width: 768px) {
  .youtube-videos-container {
    flex-direction: column;
    gap: 20px;
  }

  .youtube-video {
    max-width: 100%;
  }

  .youtube-video iframe {
    height: 250px;
  }

  .youtube-videos-container .youtube-video:only-child {
    max-width: 100%;
  }
}

/* テキストと動画の横並びレイアウト */
.content-with-video {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: center;
  margin: 40px 0;
}

.content-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-video {
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-video iframe {
  width: 100%;
  height: 315px;
  border: 2px solid #333333;
  display: block;
}

/* テキストと動画の横並びレイアウト - レスポンシブ対応 */
@media (max-width: 768px) {
  .content-with-video {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .content-video iframe {
    height: 250px;
  }
}

/* 施工事例グリッド表示 */
.works-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 40px 0;
}

.work-item {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}

.work-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 100%;
  height: 100%;
}

.work-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.work-item .link_layer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 15px;
  transform: translateY(100%);
  transition: transform 0.3s ease;
}

.work-item:hover .link_layer {
  transform: translateY(0);
}

.work-item .link_layer span {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}

/* 施工事例グリッド - レスポンシブ対応 */
@media (max-width: 768px) {
  .works-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .work-item .link_layer {
    padding: 12px;
  }

  .work-item .link_layer span {
    font-size: 0.9rem;
  }
}

/* 3つの動画横並びレイアウト */
.three-videos-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}

.video-item {
  width: 100%;
}

.video-item video {
  width: 100%;
  height: auto;
  border: 2px solid #333333;
  display: block;
}

/* 3つの動画横並びレイアウト - レスポンシブ対応 */
@media (max-width: 768px) {
  .three-videos-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* 統一されたstrategic-qualitiesスタイル */
.strategic-qualities-unified {
  background: #f2f2f2;
  padding: 14px;
  margin: 30px 0;
}

.strategic-qualities-unified p {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #333333;
}

.strategic-qualities-unified p:last-child {
  margin-bottom: 0;
}

/* 統一されたpartner-qualitiesスタイル */
.partner-qualities-unified {
  background: #f2f2f2;
  padding: 14px;
  margin: 30px 0;
}

.partner-qualities-unified p {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #333333;
}

.partner-qualities-unified p:last-child {
  margin-bottom: 0;
}

/* 統一されたfuture-design-qualitiesスタイル */
.future-design-qualities-unified {
  background: #f2f2f2;
  padding: 14px;
  margin: 30px 0;
}

.future-design-qualities-unified p {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #333333;
}

.future-design-qualities-unified p:last-child {
  margin-bottom: 0;
}

/* 統一されたtrust-valuesスタイル */
.trust-values-unified {
  background: #f2f2f2;
  padding: 14px;
  margin: 30px 0;
}

.trust-values-unified p {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #333333;
}

.trust-values-unified p:last-child {
  margin-bottom: 0;
}

/* 統一されたfinal-aspirationsスタイル */
.final-aspirations-unified {
  background: #f8f8f8;
  padding: 14px;
  margin: 30px 0;
}

.final-aspirations-unified p {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #333333;
}

.final-aspirations-unified p:last-child {
  margin-bottom: 0;
}

/* 統一されたstability-principlesスタイル */
.stability-principles-unified {
  background: #f2f2f2;
  padding: 14px;
  margin: 30px 0;
}

.stability-principles-unified p {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #333333;
}

.stability-principles-unified p:last-child {
  margin-bottom: 0;
}

/* 統一されたtarget-architectureスタイル */
.target-architecture-unified {
  background: #f2f2f2;
  padding: 14px;
  margin: 30px 0;
}

.target-architecture-unified p {
  margin: 0 0 10px 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  color: #333333;
}

.target-architecture-unified p:last-child {
  margin-bottom: 0;
}

/* 統一されたqualitiesクラス - レスポンシブ対応 */
@media (max-width: 768px) {
  .strategic-qualities-unified,
  .partner-qualities-unified,
  .future-design-qualities-unified,
  .trust-values-unified,
  .final-aspirations-unified,
  .stability-principles-unified,
  .target-architecture-unified {
    padding: 15px;
    margin: 20px 0;
  }

  .strategic-qualities-unified p,
  .partner-qualities-unified p,
  .future-design-qualities-unified p,
  .trust-values-unified p,
  .final-aspirations-unified p,
  .stability-principles-unified p,
  .target-architecture-unified p {
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 8px;
  }

  .strategic-qualities-unified p:last-child,
  .partner-qualities-unified p:last-child,
  .future-design-qualities-unified p:last-child,
  .trust-values-unified p:last-child,
  .final-aspirations-unified p:last-child,
  .stability-principles-unified p:last-child,
  .target-architecture-unified p:last-child {
    margin-bottom: 0;
  }
}

/* ヒーローセクション - 横幅いっぱい & 高さ自動調整 */
.section-fv {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-fv video {
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.section-fv .section_inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
}

.section-fv .container {
  position: relative;
  z-index: 3;
  text-align: center !important;
  width: 100%;
  max-width: none;
  padding: 0 20px;
}

.section-fv h1.top_title {
  font-size: 4rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 4px 8px rgba(0, 0, 0, 0.3);
  letter-spacing: 2px;
  margin: 0;
  line-height: 1.2;
  text-transform: uppercase;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .section-fv h1.top_title {
    font-size: 2.5rem;
    letter-spacing: 1px;
  }

  .section-fv h1.top_title::after {
    width: 80px;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .section-fv {
    height: 300px;
  }

  .section-fv video {
    height: 100%;
    object-fit: cover;
  }
  .section-fv h1.top_title {
    font-size: 1.6rem;
    letter-spacing: 0.5px;
  }

  .section-fv h1.top_title::after {
    width: 60px;
    margin-top: 15px;
  }
}
/* パスワード保護フォームのスタイル */
.post-password-form {
  text-align: center;
  font-family: inherit;
}

.post-password-form p {
  color: #666;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.post-password-form label {
  display: block;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}

.post-password-form input[type="password"] {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #e0e0e0;
  border-radius: 8px;
  font-size: 16px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  background: #fafafa;
}

.post-password-form input[type="password"]:focus {
  outline: none;
  border-color: #333;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(51, 51, 51, 0.1);
}

.post-password-form input[type="submit"] {
  background: linear-gradient(135deg, #333 0%, #000 100%);
  color: #ffffff;
  padding: 15px 30px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.post-password-form input[type="submit"]:hover {
  background: linear-gradient(135deg, #000 0%, #333 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.post-password-form input[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* レスポンシブ対応 */
@media (max-width: 480px) {
  .post-password-form input[type="password"],
  .post-password-form input[type="submit"] {
    padding: 12px 18px;
    font-size: 14px;
  }

  .post-password-form label {
    font-size: 16px;
  }
}

/* 応募フローのスタイル - モノトーン & スタイリッシュ */

.application-flow {
  margin: 40px 0;
  position: relative;
}

.application-flow::before {
  content: "";
  position: absolute;
  left: 90px;
  top: 80px;
  bottom: 80px;
  width: 2px;
  background: linear-gradient(to bottom, #e0e0e0, #333, #e0e0e0);
  z-index: 0;
}

.flow-step {
  display: flex;
  align-items: flex-start;
  margin: 40px 0;
  padding: 30px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  position: relative;
  z-index: 1;
}

.step-number {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background: #797979;
  color: #ffffff;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 30px;
}

.step-number::after {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(135deg, #666, #999) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  mask-composite: xor;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.step-content {
  flex: 1;
  padding-top: 5px;
}

.step-content h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px 0;
  letter-spacing: -0.3px;
  line-height: 1.3;
}

.step-content p {
  color: #666;
  margin: 0 0 20px 0;
  line-height: 1.7;
  font-size: 15px;
}

.step-content .btn {
  display: inline-block;
  background: #000;
  color: #ffffff !important;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.step-content .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  transition: left 0.5s;
}

.flow-arrow {
  text-align: center;
  font-size: 28px;
  font-weight: 300;
  color: #999;
  margin: 20px 0;
  position: relative;
  z-index: 2;
}

.flow-arrow::after {
  content: "↓";
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #f8f8f8;
  border: 2px solid #e0e0e0;
  border-radius: 50%;
  color: #666;
  font-size: 20px;
  transition: all 0.3s ease;
}

.flow-arrow:hover::after {
  background: #333;
  border-color: #333;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .contact-section .section-title {
    margin-bottom: 0px;
  }

  .application-flow {
    margin-top: 0px;
  }
  .application-flow::before {
    display: none;
  }

  .flow-step {
    flex-direction: column;
    text-align: center;
    padding: 25px 20px;
    margin: 30px 0;
  }

  .step-number {
    margin: 0 auto 25px auto;
    width: 80px;
    height: 80px;
    font-size: 14px;
  }

  .step-content h4 {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .step-content p {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .step-content .btn {
    padding: 12px 24px;
    font-size: 13px;
  }

  .flow-arrow {
    margin: 15px 0;
  }

  .flow-arrow::after {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
  }
}

/* 応募ボタン */
.recruit-apply-btn {
  text-align: center;
  margin: -40px 0 40px;
}

.recruit-apply-btn .btn {
  display: inline-block;
  padding: 20px 40px;
  background: #0a0000;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 18px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.recruit-apply-btn .btn span {
  position: relative;
  z-index: 2;
}

.recruit-apply-btn .btn span:last-child {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #0a0000;
  transition: left 0.3s ease;
  z-index: 1;
}

@media (max-width: 768px) {
  .recruit-apply-btn {
    margin: -20px 0 30px;
  }
}

/* 求人ページのスタイル調整 */
.section-content h4 {
  color: #333;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e0e0e0;
}

.section-content p + h4 {
  margin-top: 2.5rem;
}

.section-content h4 + p {
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

/* 建物種別の各アイテムスタイル */
.section-content h4 + p span {
  display: inline-block;
  background-color: #f8f8f8;
  border-radius: 25px;
  padding: 8px 16px;
  margin: 4px 8px 4px 0;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

/* 待遇テーブルのスタイル */
.treatment-table {
  width: 100%;
  margin-top: 2rem;
  border-collapse: collapse;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.treatment-table th,
.treatment-table td {
  padding: 1rem 1.5rem;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.treatment-table th {
  background-color: #f8f9fa;
  font-weight: bold;
  font-size: 1rem;
  width: 20%;
}

.treatment-table td {
  color: #333;
}

.treatment-table tr:last-child th,
.treatment-table tr:last-child td {
  border-bottom: none;
}

.treatment-table small {
  display: block;
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .treatment-table {
    margin-top: 1.5rem;
  }

  .treatment-table th,
  .treatment-table td {
    padding: 0.8rem 1rem;
  }

  .treatment-table th {
    font-size: 0.9rem;
    width: 30%;
  }

  .treatment-table td {
    font-size: 0.9rem;
  }
}

@media (max-width: 480px) {
  .treatment-table th,
  .treatment-table td {
    padding: 0.6rem 0.8rem;
  }

  .treatment-table th {
    width: 35%;
  }
}

/* 勤務地セクションのスタイル */
.office-locations {
  margin-top: 2rem;
}

.office-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-top: 2rem;
  justify-items: center;
}

.office-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  width: 100%;
  max-width: 400px;
}

.office-item video {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.office-image {
  width: 100%;
  height: 190px;
  object-fit: cover;
  display: block;
}

.office-info {
  padding: 1.5rem;
  background-color: #ffffff;
  border-top: 1px solid #f0f0f0;
}

.office-info p {
  margin: 0 0 1rem 0;
  line-height: 1.6;
  color: #333;
}

.office-info p:last-child {
  margin-bottom: 0;
}

.office-info strong {
  font-size: 1.1rem;
  display: block;
  font-weight: bold;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #e0e0e0;
}

.map-link {
  display: inline-block;
  color: #007cba;
  text-decoration: none;
  padding: 4px 8px;
  border: 1px solid #007cba;
  border-radius: 5px;
  transition: all 0.3s ease;
  margin-top: 0.5rem;
  font-size: 13px;
}

.map-link:hover {
  background-color: #007cba;
  color: #ffffff;
  text-decoration: none;
}

.position-table-scroll-hint p {
  text-align: right;
  margin-top: 8px;
  font-size: 13px;
  color: #333;
}

@media (max-width: 768px) {
  .office-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 1.5rem;
  }

  .office-item {
    max-width: none;
  }

  .office-item video,
  .office-image {
    height: 180px;
  }

  .office-info {
    padding: 1.2rem;
  }

  .office-info strong {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .office-grid {
    gap: 1rem;
  }

  .office-item video,
  .office-image {
    height: 176px;
  }

  .office-info {
    padding: 0.8rem;
  }
}

/* 募集職種 */

.recruitment-positions {
  margin-top: 3rem;
}

.recruitment-intro {
  margin-bottom: 2rem;
}

/* 新しいポジションリストスタイル - カード形式 */
.position-list {
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.position-item {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 30px;
  transition: all 0.3s ease;
  position: relative;
}

.position-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.5;
  margin-top: 0 !important;
}

.position-item p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
  margin-bottom: 0 !important;
}

.position-conclusion {
  margin-top: 50px;
  padding: 30px;
  background: #f8f8f8;
  border: 1px solid #e8e8e8;
}

.position-conclusion p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
  font-weight: 500;
  margin: 0;
}

/* 成長セクションのスタイル */
.growth-list {
  margin-top: 40px;
  margin-bottom: 60px;
}

.growth-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 35px 0;
  border-bottom: 1px solid #e8e8e8;
}

.growth-item:first-child {
  padding-top: 0;
}

.growth-item:last-child {
  border-bottom: none;
}

.growth-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #333;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Arial", sans-serif;
  margin: 3px 0 0 0 !important;
  padding: 0 !important;
  line-height: 1 !important;
  border: none !important;
}

.growth-content {
  flex: 1;
}

.growth-title {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0;
  line-height: 1.5;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.growth-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

.growth-summary {
  margin-top: 20px;
  padding: 0;
  background: transparent;
}

.growth-summary .summary-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 30px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  text-align: left;
}

.summary-intro {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin: 0 0 20px 0;
}

.summary-points {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.summary-points li {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  padding-left: 1.5em;
  position: relative;
  margin-bottom: 12px;
}

.summary-points li:before {
  content: "・";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
}

.summary-conclusion {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
  font-weight: 500;
  margin: 0;
}

/* どんな人と一緒に働きたいか セクション */
.ideal-person-list {
  margin-top: 40px;
  margin-bottom: 40px;
}

.ideal-person-item {
  padding: 30px 0;
  /* border-bottom: 1px solid #e8e8e8; */
}

.ideal-person-item:first-child {
  padding-top: 0;
}

.ideal-person-item:last-child {
  border-bottom: none;
}

.ideal-person-title {
  font-size: 1.1rem !important;
  font-weight: bold !important;
  color: #333 !important;
  margin: 0 0 12px 0 !important;
  line-height: 1.5 !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ideal-person-item p {
  font-size: 1rem !important;
  line-height: 1.8 !important;
  color: #333 !important;
  margin: 0 !important;
}

.section-conclusion {
  margin-top: 20px;
  /* padding-top: 30px; */
  /* border-top: 1px solid #e8e8e8; */
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
  font-weight: 500;
}

/* ビジョンセクションのスタイル */
.vision-section {
  margin-bottom: 80px;
}

.vision-section:last-child {
  margin-bottom: 0;
}

.vision-main-title {
  font-size: 1.5rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 30px 0 !important;
  padding-bottom: 15px;
  border-bottom: 2px solid #333;
  line-height: 1.5;
}

.vision-intro {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 40px;
}

/* 2030年のゴール */
.vision-goals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.vision-goal-item {
  background: #f8f8f8;
  padding: 30px;
  transition: all 0.3s ease;
}

.vision-goal-title {
  font-size: 1.15rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 15px 0 !important;
  line-height: 1.5;
}

.vision-goal-item p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

/* 2026年の行動 */
.action-list {
  margin-top: 0;
}

.action-item {
  padding: 30px 0;
  /* border-bottom: 1px solid #e8e8e8; */
}

.action-item:first-child {
  padding-top: 0;
}

.action-item:last-child {
  border-bottom: none;
}

.action-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 12px 0 !important;
  line-height: 1.5;
}

.action-item p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
  margin-bottom: 0 !important;
}

/* 強み */
.strength-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.strength-item {
  padding: 25px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
}

.strength-title {
  font-size: 1.05rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 12px 0 !important;
  line-height: 1.5;
}

.strength-item p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

/* まとめ */
.vision-conclusion {
  margin-top: 80px;
  padding: 40px;
  background: #f8f8f8;
}

.vision-conclusion .vision-main-title {
  border-bottom: 1px solid #333;
  padding-bottom: 12px;
  margin-bottom: 30px;
}

.vision-conclusion p {
  font-size: 1rem;
  line-height: 1.9;
  color: #333;
  margin-bottom: 25px;
}

.vision-final {
  font-size: 1.05rem;
  font-weight: 500;
  margin-bottom: 0 !important;
}

/* Position Cards Container */
.position-cards-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 40px;
}

/* Position Card */
.position-card {
  background: #ffffff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  transition: all 0.3s ease;
}
/* Position Card Header */
.position-card-header {
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.position-card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #ffffff;
  margin: 0;
  margin-top: 0 !important;
}

.position-card-salary {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  padding: 6px 16px;
  background: #333;
}

/* Position Card Body */
.position-card-body {
  padding: 0 24px;
}

.position-card-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}

.position-card-row:last-child {
  border-bottom: none;
}

.position-card-label {
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}

.position-card-content {
  color: #555;
  line-height: 1.7;
  font-size: 0.95rem;
}

.career-growth {
  margin-top: 2rem;
}

.career-note {
  margin: 0;
  color: #333;
  font-weight: 500;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .recruitment-positions {
    margin-top: 2rem;
    padding: 1.5rem;
  }

  .recruitment-intro {
    margin-bottom: 1.5rem;
    font-size: 1rem;
  }

  .career-growth {
    margin-top: 1.5rem;
    padding: 0;
  }

  /* Position Cards - Mobile */
  .position-cards-container {
    gap: 20px;
  }

  .position-card-header {
    padding: 16px 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .position-card-title {
    font-size: 1.1rem;
  }

  .position-card-salary {
    font-size: 1rem;
  }

  .position-card-body {
    padding: 0 20px 20px;
  }

  .position-card-row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 12px 0;
  }

  .position-card-label {
    font-size: 0.9rem;
    color: #007cba;
  }

  .position-card-content {
    font-size: 0.9rem;
  }

  .position-list {
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 20px;
  }

  .position-item {
    padding: 25px;
  }

  .position-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .position-item p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .position-conclusion {
    margin-top: 40px;
    padding: 25px;
  }

  .position-conclusion p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .growth-list {
    margin-top: 30px;
    margin-bottom: 50px;
  }

  .growth-item {
    gap: 20px;
    padding: 30px 0;
  }

  .growth-number {
    width: 45px;
    height: 45px;
    font-size: 1.2rem;
    margin: 3px 0 0 0 !important;
  }

  .growth-title {
    font-size: 1.1rem;
    margin-bottom: 12px;
  }

  .growth-content p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .growth-summary {
    margin-top: 50px;
  }

  .growth-summary .summary-title {
    font-size: 1.2rem;
    margin-bottom: 25px;
  }

  .summary-intro,
  .summary-points li {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .summary-conclusion {
    font-size: 1rem;
    line-height: 1.8;
  }

  .ideal-person-list {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .ideal-person-item {
    padding: 25px 0;
  }

  .ideal-person-title {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }

  .ideal-person-item p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .section-conclusion {
    margin-top: 40px;
    padding-top: 25px;
    font-size: 1rem;
    line-height: 1.8;
  }

  .vision-section {
    margin-bottom: 60px;
  }

  .vision-main-title {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }

  .vision-intro {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .vision-goals {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .vision-goal-item {
    padding: 25px;
  }

  .vision-goal-title {
    font-size: 1.1rem;
  }

  .vision-goal-item p {
    font-size: 0.9rem;
  }

  .action-item {
    padding: 25px 0;
  }

  .action-title {
    font-size: 1.05rem;
  }

  .action-item p {
    font-size: 0.9rem;
  }

  .strength-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .strength-item {
    padding: 20px;
  }

  .strength-title {
    font-size: 1rem;
  }

  .strength-item p {
    font-size: 0.9rem;
  }

  .vision-conclusion {
    margin-top: 60px;
    padding: 30px;
  }

  .vision-conclusion p {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .vision-final {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .recruitment-positions {
    padding: 0;
  }

  .position-list {
    margin-top: 25px;
    margin-bottom: 25px;
    gap: 15px;
  }

  .position-item {
    padding: 20px;
  }

  .position-title {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }

  .position-item p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .position-conclusion {
    margin-top: 35px;
    padding: 20px;
  }

  .position-conclusion p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .growth-list {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .growth-item {
    flex-direction: column;
    gap: 15px;
    padding: 25px 0;
  }

  .growth-number {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
    margin: 0 !important;
  }

  .growth-title {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }

  .growth-content p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .growth-summary {
    margin-top: 40px;
  }

  .growth-summary .summary-title {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .summary-intro,
  .summary-points li {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .summary-conclusion {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .ideal-person-list {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .ideal-person-item {
    padding: 20px 0;
  }

  .ideal-person-title {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .ideal-person-item p {
    font-size: 0.9rem;
    line-height: 1.7;
  }

  .section-conclusion {
    margin-top: 35px;
    padding-top: 20px;
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .vision-section {
    margin-bottom: 50px;
  }

  .vision-main-title {
    font-size: 1.2rem;
    margin-bottom: 20px;
    padding-bottom: 12px;
  }

  .vision-intro {
    font-size: 0.9rem;
    margin-bottom: 25px;
  }

  .vision-goals {
    gap: 15px;
  }

  .vision-goal-item {
    padding: 20px;
  }

  .vision-goal-title {
    font-size: 1.05rem;
  }

  .vision-goal-item p {
    font-size: 0.85rem;
    line-height: 1.7;
  }

  .action-item {
    padding: 20px 0;
  }

  .action-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .action-item p {
    font-size: 0.85rem;
    line-height: 1.7;
  }

  .strength-list {
    gap: 15px;
  }

  .strength-item {
    padding: 18px;
  }

  .strength-title {
    font-size: 0.95rem;
  }

  .strength-item p {
    font-size: 0.85rem;
    line-height: 1.7;
  }

  .vision-conclusion {
    margin-top: 50px;
    padding: 25px;
  }

  .vision-conclusion .vision-main-title {
    font-size: 1.1rem;
    margin-bottom: 20px;
  }

  .vision-conclusion p {
    font-size: 0.9rem;
    margin-bottom: 18px;
  }

  .vision-final {
    font-size: 0.95rem;
  }

  .position-table th,
  .position-table td {
    padding: 0.6rem;
    font-size: 13px;
  }

  .position-table {
    width: 800px;
  }

  .position-table-container::-webkit-scrollbar {
    height: 8px;
  }

  .position-table-container::-webkit-scrollbar-thumb {
    border: 1px solid #f1f1f1;
  }
  .position-table th:nth-child(1),
  .position-table td:nth-child(1) {
    width: 160px;
  }

  .position-table th:nth-child(2),
  .position-table td:nth-child(2) {
    width: 300px;
  }

  .position-table th:nth-child(3),
  .position-table td:nth-child(3) {
    width: 120px;
  }

  .position-table th:nth-child(4),
  .position-table td:nth-child(4) {
    width: 120px;
  }

  .position-table th:nth-child(5),
  .position-table td:nth-child(5) {
    width: 120px;
  }

  .position-table th:nth-child(6),
  .position-table td:nth-child(6) {
    width: 200px;
  }
}

.page-template-page-recruit .fixed-banners {
  width: 150px;
}

@media (max-width: 480px) {
  .page-template-page-recruit .fixed-banners {
    width: 100px;
  }
}

/* 冒頭イントロセクションのスタイル */
.intro-section {
  margin: 0 auto;
  padding: 60px 40px;
  border: 1px solid #e8e8e8;
  /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); */
  margin-bottom: 60px;
}

.intro-title {
  font-size: 2.2rem;
  font-weight: bold;
  color: #333;
  text-align: left;
  margin: 0 0 15px 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.intro-subtitle {
  font-size: 1.1rem;
  color: #666;
  text-align: left;
  margin: 0 0 50px 0;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.intro-philosophy {
  background: #f8f8f8;
  border-left: 4px solid #333;
  padding: 30px 35px;
  margin: 0 0 40px 0;
  /* box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); */
}

.philosophy-text {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #333;
  margin: 0;
  font-weight: 500;
}

.intro-description {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
  margin: 0 0 45px 0;
  text-align: left;
}

.article-contents {
  background: #ffffff;
  border: 2px solid #e8e8e8;
  padding: 35px 40px;
  margin: 0 0 45px 0;
}

.contents-intro {
  font-size: 1.05rem;
  color: #333;
  margin: 0 0 20px 0;
  font-weight: 500;
}

.contents-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.contents-list li {
  font-size: 1.05rem;
  color: #333;
  padding: 12px 0 12px 30px;
  margin: 0;
  position: relative;
  line-height: 1.7;
}

.contents-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
  font-size: 1.2rem;
}

.contents-outro {
  font-size: 1.05rem;
  color: #333;
  margin: 0;
  font-weight: 500;
}

.intro-message {
  /* background: linear-gradient(135deg, #f8f8f8 0%, #ffffff 100%); */
  border: 2px solid #333;
  padding: 40px;
  text-align: left;
  position: relative;
  /* box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); */
}

.message-highlight {
  font-size: 1.2rem;
  line-height: 1.9;
  color: #333;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .intro-section {
    padding: 40px 25px;
  }

  .intro-title {
    font-size: 1.8rem;
    margin-bottom: 12px;
  }

  .intro-subtitle {
    font-size: 1rem;
    margin-bottom: 35px;
  }

  .intro-philosophy {
    padding: 25px 20px;
    margin-bottom: 30px;
  }

  .philosophy-text {
    font-size: 1rem;
    line-height: 1.8;
  }

  .intro-description {
    font-size: 1rem;
    margin-bottom: 35px;
  }

  .article-contents {
    padding: 25px 20px;
    margin-bottom: 35px;
  }

  .contents-intro,
  .contents-outro {
    font-size: 1rem;
  }

  .contents-list li {
    font-size: 1rem;
    padding: 10px 0 10px 28px;
  }

  .contents-list li::before {
    font-size: 1.1rem;
  }

  .intro-message {
    padding: 30px 20px;
  }

  .intro-message::before {
    width: 60px;
  }

  .message-highlight {
    font-size: 1.05rem;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .intro-section {
    padding: 30px 20px;
  }

  .intro-title {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .intro-subtitle {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .intro-philosophy {
    padding: 20px 15px;
    margin-bottom: 25px;
  }

  .philosophy-text {
    font-size: 0.95rem;
  }

  .intro-description {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .article-contents {
    padding: 20px 15px;
    margin-bottom: 30px;
  }

  .contents-intro,
  .contents-outro {
    font-size: 0.95rem;
  }

  .contents-list li {
    font-size: 0.95rem;
    padding: 8px 0 8px 25px;
  }

  .intro-message {
    padding: 25px 15px;
  }

  .intro-message::before {
    width: 50px;
    top: -8px;
  }

  .message-highlight {
    font-size: 1rem;
  }
}

/* YA＋Aの魅力セクションのスタイル */
.recruit-section h3 {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  margin: 50px 0 0 0;
  padding: 0 0 15px 0;
  /* border-top: 2px solid #e0e0e0; */
  line-height: 1.5;
}

.charm-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 40px;
}

.charm-item {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 25px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.3s ease;
  position: relative;
}

/* .charm-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border-color: #333;
  } */

.charm-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #333;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Arial", sans-serif;
}

.charm-content {
  flex: 1;
}

.charm-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.5;
}

.charm-item p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .charm-points {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .recruit-section h3 {
    font-size: 1.2rem;
    margin: 40px 0 0 0;
    padding: 15px 0 12px 0;
  }

  .charm-points {
    gap: 15px;
    margin-top: 30px;
  }

  .charm-item {
    padding: 20px;
    gap: 15px;
  }

  .charm-number {
    width: 45px;
    height: 45px;
    font-size: 1.1rem;
  }

  .charm-title {
    font-size: 1rem;
    margin-bottom: 10px;
  }

  .charm-item p {
    font-size: 0.9rem;
    line-height: 1.7;
  }
}

@media (max-width: 480px) {
  .recruit-section h3 {
    font-size: 1.1rem;
    margin: 30px 0 0 0;
    padding: 12px 0 10px 0;
  }

  .charm-item {
    padding: 15px;
    gap: 12px;
  }

  .charm-number {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }

  .charm-title {
    font-size: 0.95rem;
  }

  .charm-item p {
    font-size: 0.85rem;
  }
}

/* まとめセクションのスタイル */
.charm-summary {
  margin-top: 60px;
  padding: 0;
  background: transparent;
  position: relative;
}

.summary-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 30px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  text-align: left;
}

.summary-intro {
  font-size: 1.05rem;
  color: #333;
  margin: 0 0 20px 0;
  font-weight: 400;
}

.summary-list {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.summary-list li {
  padding: 18px 0;
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.summary-list li:last-child {
  border-bottom: none;
}

.summary-point-title {
  font-size: 1.05rem;
  font-weight: bold;
  color: #333;
  display: block;
}

.summary-point-desc {
  font-size: 0.95rem;
  color: #666;
  display: block;
  padding-left: 0;
  line-height: 1.7;
}

.summary-conclusion {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
  margin: 25px 0 0 0;
  font-weight: 400;
  text-align: left;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .charm-summary {
    margin-top: 50px;
  }

  .summary-title {
    font-size: 1.2rem;
    margin-bottom: 25px;
    padding-bottom: 10px;
  }

  .summary-intro {
    font-size: 1rem;
    margin-bottom: 18px;
  }

  .summary-list li {
    padding: 16px 0;
  }

  .summary-point-title {
    font-size: 1rem;
  }

  .summary-point-desc {
    font-size: 0.9rem;
  }

  .summary-conclusion {
    font-size: 1rem;
    line-height: 1.8;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .charm-summary {
    margin-top: 40px;
  }

  .summary-title {
    font-size: 1.1rem;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }

  .summary-intro {
    font-size: 0.95rem;
    margin-bottom: 16px;
  }

  .summary-list li {
    padding: 14px 0;
    gap: 5px;
  }

  .summary-point-title {
    font-size: 0.95rem;
  }

  .summary-point-desc {
    font-size: 0.85rem;
  }

  .summary-conclusion {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-top: 18px;
  }
}

/* 設計事務所の比較セクションのスタイル */
.office-comparison {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin: 40px 0;
}

.comparison-item {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.comparison-highlight {
  border: 2px solid #333;
}

.comparison-header {
  padding: 25px;
  border-bottom: 1px solid #e8e8e8;
}

.comparison-title {
  font-size: 1.15rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 5px 0;
  line-height: 1.4;
  margin-top: 0 !important;
}

.comparison-subtitle {
  font-size: 0.9rem;
  color: #666;
  margin: 0;
}

.comparison-body {
  padding: 25px;
}

.comparison-feature {
  margin-bottom: 20px;
}

.comparison-feature:last-child {
  margin-bottom: 0;
}

.feature-label {
  font-size: 0.9rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 8px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #e8e8e8;
}

.comparison-feature > p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.feature-list li {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #555;
  padding: 8px 0 8px 20px;
  margin: 0;
  position: relative;
}

.feature-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
}

.comparison-summary {
  margin-top: 40px;
  padding: 0;
}

.comparison-summary h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.summary-comparison-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.summary-comparison-list li {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid #e8e8e8;
}

.summary-comparison-list li:last-child {
  border-bottom: none;
}

.summary-comparison-list strong {
  font-weight: bold;
  color: #333;
  display: inline-block;
  min-width: 150px;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
  .office-comparison {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .office-comparison {
    gap: 20px;
    margin: 30px 0;
  }

  .comparison-header {
    padding: 20px;
  }

  .comparison-title {
    font-size: 1.05rem;
  }

  .comparison-subtitle {
    font-size: 0.85rem;
  }

  .comparison-body {
    padding: 20px;
  }

  .comparison-feature {
    margin-bottom: 18px;
  }

  .feature-label {
    font-size: 0.85rem;
  }

  .comparison-feature > p,
  .feature-list li {
    font-size: 0.9rem;
  }

  .comparison-summary {
    margin-top: 30px;
  }

  .comparison-summary h4 {
    font-size: 1.1rem;
    margin-bottom: 18px;
  }

  .summary-comparison-list li {
    font-size: 0.95rem;
    padding: 10px 0;
  }

  .summary-comparison-list strong {
    min-width: 130px;
  }
}

@media (max-width: 480px) {
  .office-comparison {
    gap: 15px;
    margin: 25px 0;
  }

  .comparison-header {
    padding: 18px;
  }

  .comparison-title {
    font-size: 1rem;
  }

  .comparison-body {
    padding: 18px;
  }

  .comparison-feature {
    margin-bottom: 16px;
  }

  .feature-label {
    font-size: 0.8rem;
    margin-bottom: 6px;
  }

  .comparison-feature > p,
  .feature-list li {
    font-size: 0.85rem;
    line-height: 1.6;
  }

  .feature-list li {
    padding: 6px 0 6px 18px;
  }

  .comparison-summary {
    margin-top: 25px;
  }

  .comparison-summary h4 {
    font-size: 1rem;
    margin-bottom: 16px;
  }

  .summary-comparison-list li {
    font-size: 0.9rem;
    padding: 8px 0;
  }

  .summary-comparison-list strong {
    display: block;
    min-width: auto;
    margin-bottom: 4px;
  }
}

/* YA＋Aに向いている人・向いていない人のスタイル */
.suited-list,
.unsuited-list {
  margin-top: 40px;
  margin-bottom: 60px;
}

.suited-item,
.unsuited-item {
  padding: 30px 0 10px;
  border-bottom: 1px solid #e8e8e8;
}

.suited-item:last-child,
.unsuited-item:last-child {
  border-bottom: none;
}

.suited-title,
.unsuited-title {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 4px 0;
  line-height: 1.5;
  margin-top: 0 !important;
}

.suited-item p,
.unsuited-item p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.suited-summary {
  margin-top: 40px;
  padding: 0;
}

.suited-summary p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
  margin: 0;
}

.suited-summary h4 {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .suited-list,
  .unsuited-list {
    margin-top: 30px;
  }

  .suited-item,
  .unsuited-item {
    padding: 20px 0;
  }

  .suited-title,
  .unsuited-title {
    font-size: 1.05rem;
    margin-bottom: 10px;
  }

  .suited-item p,
  .unsuited-item p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .suited-summary {
    margin-top: 40px;
    padding-top: 25px;
  }

  .suited-summary p {
    font-size: 1rem;
    line-height: 1.8;
  }

  .suited-summary h4 {
    font-size: 1rem;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .suited-list,
  .unsuited-list {
    margin-top: 25px;
    margin-bottom: 0px;
  }

  .suited-item,
  .unsuited-item {
    padding: 18px 0;
  }

  .suited-title,
  .unsuited-title {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .suited-item p,
  .unsuited-item p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .suited-summary {
    margin-top: 35px;
    padding-top: 20px;
  }

  .suited-summary p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .suited-summary h4 {
    font-size: 0.9rem;
    margin-bottom: 14px;
  }
}

/* 小さな会社で学べる、大きな経験セクションのスタイル */
.section-emphasis {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #333;
  font-weight: 500;
  margin-top: 40px !important;
}

.subsection-title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  margin: 60px 0 30px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #333;
  line-height: 1.5;
}

.learning-item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.learning-item:last-of-type {
  margin-bottom: 50px;
}

.learning-title {
  font-size: 1.15rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #e8e8e8;
}

.learning-content {
  padding-left: 0;
}

.learning-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.learning-content p:last-child {
  margin-bottom: 0;
}

.learning-content strong {
  font-weight: bold;
  color: #333;
}

.learning-summary {
  margin-top: 50px;
  padding: 0;
}

.learning-summary h4 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 20px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.learning-summary p {
  font-size: 1rem;
  line-height: 1.8;
  color: #333;
  margin-bottom: 15px;
}

.learning-summary ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.learning-summary li {
  font-size: 1rem;
  line-height: 1.7;
  color: #333;
  padding: 12px 0 12px 25px;
  margin: 0;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
}

.learning-summary li:last-child {
  border-bottom: none;
}

.learning-summary li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #333;
  font-weight: bold;
  font-size: 1.1rem;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .section-emphasis {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-top: 35px !important;
  }

  .subsection-title {
    font-size: 1.2rem;
    margin: 50px 0 25px 0;
    padding-bottom: 10px;
  }

  .learning-item {
    margin-bottom: 35px;
  }

  .learning-item:last-of-type {
    margin-bottom: 45px;
  }

  .learning-title {
    font-size: 1.08rem;
    margin-bottom: 18px;
    padding-bottom: 8px;
  }

  .learning-content p {
    font-size: 0.95rem;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .learning-summary {
    margin-top: 45px;
  }

  .learning-summary h4 {
    font-size: 1.1rem;
    margin-bottom: 18px;
  }

  .learning-summary p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .learning-summary li {
    font-size: 0.95rem;
    padding: 10px 0 10px 22px;
  }

  .learning-summary li::before {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .section-emphasis {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 30px !important;
  }

  .subsection-title {
    font-size: 1.1rem;
    margin: 40px 0 20px 0;
    padding-bottom: 8px;
  }

  .learning-item {
    margin-bottom: 30px;
  }

  .learning-item:last-of-type {
    margin-bottom: 40px;
  }

  .learning-title {
    font-size: 1.02rem;
    margin-bottom: 16px;
    padding-bottom: 6px;
  }

  .learning-content p {
    font-size: 0.9rem;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  .learning-summary {
    margin-top: 40px;
  }

  .learning-summary h4 {
    font-size: 1rem;
    margin-bottom: 16px;
  }

  .learning-summary p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .learning-summary li {
    font-size: 0.9rem;
    padding: 8px 0 8px 20px;
  }

  .learning-summary li::before {
    font-size: 0.95rem;
  }
}

/* 「試せない建築」をどう成功に導くのかセクションのスタイル */
.approach-pillars {
  margin: 50px 0 20px;
}

.pillar-item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 35px 0;
  border-bottom: 1px solid #e8e8e8;
}

.pillar-item:first-child {
  padding-top: 0;
}

.pillar-item:last-child {
  border-bottom: none;
}

.pillar-number {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #333;
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Arial", sans-serif;
  margin-top: 3px;
}

.pillar-content {
  flex: 1;
  padding-top: 0;
}

.pillar-title {
  font-size: 1.15rem;
  font-weight: bold;
  color: #333;
  margin: 0 0 12px 0;
  line-height: 1.5;
  margin-top: 0px !important;
  margin-bottom: 20px !important;
  padding-top: 0px !important;
}

.pillar-content p {
  font-size: 1rem;
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.approach-conclusion {
  margin-top: 20px;
  padding: 30px 0 0 0;
  border-top: 1px solid #333;
}

.approach-conclusion p {
  font-size: 1.05rem;
  line-height: 1.9;
  color: #333;
  margin: 0;
  font-weight: 500;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .approach-pillars {
    margin: 40px 0;
  }

  .pillar-item {
    gap: 25px;
    padding: 30px 0;
  }

  .pillar-item:first-child {
    padding-top: 0;
  }

  .pillar-number {
    width: 48px;
    height: 48px;
    font-size: 1.05rem;
    margin-top: 2px;
  }

  .pillar-title {
    font-size: 1.08rem;
    margin-bottom: 10px;
  }

  .pillar-content p {
    font-size: 0.95rem;
    line-height: 1.7;
  }

  .approach-conclusion {
    margin-top: 40px;
    padding-top: 25px;
  }

  .approach-conclusion p {
    font-size: 1rem;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .approach-pillars {
    margin: 35px 0;
  }

  .pillar-item {
    flex-direction: column;
    gap: 12px;
    padding: 25px 0;
    text-align: left;
  }

  .pillar-item:first-child {
    padding-top: 0;
  }

  .pillar-number {
    width: 45px;
    height: 45px;
    font-size: 1rem;
    margin-top: 0;
  }

  .pillar-title {
    font-size: 1.02rem;
    margin-bottom: 8px;
  }

  .pillar-content p {
    font-size: 0.9rem;
    line-height: 1.6;
  }

  .approach-conclusion {
    margin-top: 35px;
    padding-top: 20px;
  }

  .approach-conclusion p {
    font-size: 0.95rem;
    line-height: 1.7;
  }
}

/* MediaElementプレーヤーのコントロールバー修正 */
.mejs-container {
  position: relative;
}

.mejs-container .mejs-controls {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  background: rgba(0, 0, 0, 0.7);
}

.recruit-section-origin {
  padding: 40px;
  border: 1px solid #e8e8e8;
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .recruit-section-origin {
    padding: 20px;
    margin-bottom: 50px;
  }
}

/* スタッフの声アコーディオン */
.staff-voices-accordion {
  margin-top: 50px;
  padding: 0;
}

.staff-voices-intro {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 20px;
}

.staff-voices-questions {
  font-size: 0.95rem;
  line-height: 1.8;
  margin-bottom: 30px;
}

/* アコーディオンアイテム */
.accordion-item {
  border: 1px solid #e0e0e0;
  margin-bottom: 12px;
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  background: #f8f8f8;
  border: none;
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: left;
}

.accordion-header:hover {
  background: #f0f0f0;
}

.accordion-header.active {
  background: #333;
}

.staff-profile {
  font-size: 1.05rem;
  font-weight: 600;
  color: #333;
  transition: color 0.3s ease;
}

.accordion-header.active .staff-profile {
  color: #fff;
}

.accordion-icon {
  font-size: 1.5rem;
  font-weight: 300;
  color: #333;
  transition: all 0.3s ease;
  line-height: 1;
}

.accordion-header.active .accordion-icon {
  color: #fff;
  transform: rotate(45deg);
}

/* アコーディオンコンテンツ */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
  background: #ffffff;
}

.accordion-content.active {
  max-height: 3000px;
  transition: max-height 0.6s ease-in;
}

.accordion-inner {
  padding: 30px 24px;
  border-top: 1px solid #e0e0e0;
}

.accordion-inner p {
  font-size: 0.95rem;
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

.accordion-inner p:last-child {
  margin-bottom: 0;
}

.accordion-inner strong {
  color: #333;
  font-weight: 600;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .staff-voices-accordion {
    margin-top: 40px;
  }

  .staff-voices-intro {
    font-size: 0.95rem;
    margin-bottom: 16px;
  }

  .staff-voices-questions {
    font-size: 0.9rem;
    margin-bottom: 24px;
  }

  .accordion-item {
    margin-bottom: 10px;
  }

  .accordion-header {
    padding: 16px 20px;
  }

  .staff-profile {
    font-size: 1rem;
  }

  .accordion-icon {
    font-size: 1.3rem;
  }

  .accordion-inner {
    padding: 24px 20px;
  }

  .accordion-inner p {
    font-size: 0.9rem;
    margin-bottom: 16px;
  }
}

@media (max-width: 480px) {
  .staff-voices-accordion {
    margin-top: 35px;
  }

  .staff-voices-intro {
    font-size: 0.9rem;
    line-height: 1.7;
    margin-bottom: 14px;
  }

  .staff-voices-questions {
    font-size: 0.85rem;
    line-height: 1.7;
    margin-bottom: 20px;
  }

  .accordion-header {
    padding: 14px 16px;
  }

  .staff-profile {
    font-size: 0.95rem;
  }

  .accordion-icon {
    font-size: 1.2rem;
  }

  .accordion-inner {
    padding: 20px 16px;
  }

  .accordion-inner p {
    font-size: 0.85rem;
    line-height: 1.7;
    margin-bottom: 14px;
  }
}

/* ======================================
     あらたなフェーズセクション
     ====================================== */

.section-subtitle {
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  margin: 40px 0 20px 0;
  padding-top: 30px;
  border-top: 2px solid #e0e0e0;
}

.goal-list {
  margin: 25px 0;
  padding: 30px;
  background: #f8f9fa;
  border-left: 4px solid #333;
  list-style: none;
}

.goal-list li {
  font-size: 1.2rem;
  line-height: 2;
  color: #333;
  position: relative;
  padding-left: 30px;
}

.goal-list li::before {
  content: "▶";
  position: absolute;
  left: 0;
  color: #333;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .section-subtitle {
    font-size: 1.2rem;
    margin: 30px 0 15px 0;
    padding-top: 25px;
  }

  .goal-list {
    padding: 20px;
    margin: 20px 0;
  }

  .goal-list li {
    font-size: 1.05rem;
    line-height: 1.8;
    padding-left: 25px;
  }
}

@media (max-width: 480px) {
  .section-subtitle {
    font-size: 1.1rem;
    margin: 25px 0 12px 0;
    padding-top: 20px;
  }

  .goal-list {
    padding: 15px;
    margin: 15px 0;
    border-left-width: 3px;
  }

  .goal-list li {
    font-size: 1rem;
    line-height: 1.7;
    padding-left: 20px;
  }

  .goal-list li::before {
    font-size: 0.8rem;
  }
}

/* ======================================
     設計事務所キャリアアップマガジンセクション
     ====================================== */

/* マガジンセクションの特別スタイル */
.recruit-section:has(.magazine-note-section) {
  background: #f8f9fa;
  /* border-left: 5px solid #000; */
  border-radius: 8px;
  padding: 40px 30px;
  margin: 50px 0;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

/* マガジンセクションのコンテンツ */
.magazine-note-section p {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
  text-align: center;
}

/* マガジンボタンコンテナ */
.magazine-button-container {
  text-align: center;
  margin: 30px 0 0;
}

/* マガジンボタンのスタイル */
.magazine-note-btn {
  display: inline-block;
  padding: 16px 40px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff !important;
  background: #333;
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  overflow: hidden;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
  .recruit-section:has(.magazine-note-section) {
    padding: 30px 20px;
    margin: 30px 0;
  }

  .magazine-note-section p {
    font-size: 1rem;
    line-height: 1.7;
  }

  .magazine-note-btn {
    padding: 14px 30px;
    font-size: 1rem;
    border-radius: 40px;
  }

  .magazine-button-container {
    margin: 25px 0 0;
  }
}

@media (max-width: 480px) {
  .recruit-section:has(.magazine-note-section) {
    padding: 25px 15px;
    border-left-width: 3px;
  }

  .magazine-note-section p {
    font-size: 0.95rem;
  }

  .magazine-note-btn {
    padding: 12px 25px;
    font-size: 0.95rem;
    width: 100%;
    max-width: 100%;
  }
  .magazine-note-btn::before {
    display: none;
  }
}

/* 動画グリッド */
.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  /* margin-bottom: 20px; */
}

.video-item video {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .video-grid {
    grid-template-columns: 1fr;
  }
}
