@charset "UTF-8";
/* === 基本コンセプトページ用スタイル === */
.concept-wrapper {
  font-family: 'Yu Mincho', '游明朝体', serif;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  background-color: #f9f9f9;
  color: #333;
}

.concept-text-center {
  text-align: center;
}

.concept-container {
  max-width: 100%;
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.concept-eyecatch img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.concept-text {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #555;
}

.concept-text p {
  margin: 0;
  padding: 0;
}

.concept-text span {
  font-weight: bold;
  color: #e47d31; /* アクセントカラー */