/* ギャラリー項目 */
.elementor-gallery-item {
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.elementor-gallery-item:hover {
  transform: scale(1.02);
}

/* タイトル（絶対位置） */
.aboutus-title {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 20px;
  font-size: 48px;
  font-weight: 300;
  color: #0C0C0C;
  letter-spacing: 2px;
  line-height: 1;
  z-index: 1;
}

/* メインエリア */
.aboutus-core {
  text-align: center;
  padding-top: 40px;
}

.aboutus-main {
  font-size: 46px;
  font-weight: 300;
  letter-spacing: 6px;
  margin-bottom: 10px;
  color: #0C0C0C !important;
}

.aboutus-main .left,
.aboutus-main .symbol,
.aboutus-main .right {
  color: #0C0C0C !important;
}

/* ラベル部分 */
.aboutus-labels {
  display: flex;
  justify-content: center;
  gap: 80px;
  font-size: 12px;
  color: #999 !important;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

/* キャッチタグ */
.aboutus-tags {
  font-size: 13px;
  color: #999 !important;
  margin-bottom: 40px;
  letter-spacing: 0.5px;
}

/* 説明文 */
.aboutus-description {
  max-width: 600px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
  text-align: center;
  color: #444;
}

.aboutus-description p {
  margin-bottom: 20px;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .aboutus-title {
    position: static;
    text-align: center;
    margin-bottom: 40px;
  }

  .aboutus-main {
    font-size: 36px;
  }

  .aboutus-labels {
    gap: 40px;
  }

  .aboutus-description {
    padding: 0 10px;
    font-size: 15px;
  }
}

/* 実績紹介セクション */
.project-section {
  max-width: 1000px;
  margin: 100px auto;
  padding: 0 20px;
  font-family: 'Helvetica Neue', 'Noto Sans JP', sans-serif;
}

.project-title {
  font-size: 24px;
  font-weight: 300;
  color: #333 !important;
  letter-spacing: 1.5px;
  text-align: left;
  margin-bottom: 40px;
}

.project-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}

.project-item {
  width: 30%;
  text-align: left;
}

.project-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
}

.project-date {
  font-size: 13px;
  color: #999 !important;
  margin-top: 10px;
  margin-bottom: 4px;
}

.project-caption {
  font-size: 14px;
  color: #444 !important;
  line-height: 1.5;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .project-item {
    width: 100%;
  }

  .project-gallery {
    gap: 40px;
  }

  .project-title {
    text-align: center;
  }
}
.contact-hero {
  background:#F9F8F6; 
  padding: 100px 20px;
  color: #0C0C0C;
}

.contact-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.contact-left {
  flex: 1 1 300px;
  position: relative;
  color: #0C0C0C;
}

.contact-line {
  width: 1px;
  height: 100px;
  background: #0C0C0C;
  position: absolute;
  left: -20px;
  top: 0;
}

.contact-left h2 {
  font-size: 36px;
  margin-bottom: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #0C0C0C;
	font-family: 'Gothic A1'
}

.contact-left p {
  font-size: 16px;
  line-height: 1.8;
  color: #0C0C0C;
}

.contact-right {
  flex: 1 1 400px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #0C0C0C;
}

.contact-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #0C0C0C;
  padding: 20px 24px;
  text-decoration: none;
  color: #0C0C0C;
  font-size: 16px;
  transition: all 0.3s ease;
}

.contact-box:hover .arrow {
  transform: translateX(8px);
}

.contact-box .arrow {
  transition: transform 0.3s ease;
}

.contact-box.insta i {
  margin-right: 8px;
}

.contact-note {
  font-size: 13px;
  color: #0C0C0C;
  margin-top: 10px;
}

/* モバイル対応 */
@media (max-width: 768px) {
  .contact-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-left, .contact-right {
    width: 100%;
  }
}
/* 糸（背景） */
.filique-thread-container {
  position: absolute;
  top: 120px;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: 0; /* 背面 */
  overflow: hidden;
  pointer-events: none;
}

/* 文字ブロック（前面に出す） */
.aboutus-core {
  position: relative;
  z-index: 2;
}

/* 糸アニメーション：撚るような動きに変更 */
.thread-line {
  fill: none;
  stroke: #ddd;
  stroke-width: 1.0;
  stroke-linecap: round;
  transform-origin: center;
}

/* 糸1：右回りでゆっくり動く */
.line1 {
  animation: twist1 5s ease-in-out infinite;
}

/* 糸2：逆方向にゆっくり撚れる */
.line2 {
  animation: twist2 12s ease-in-out infinite;
}

/* 糸3：少しだけ中心寄りの軌道で撚れる */
.line3 {
  animation: twist3 8s ease-in-out infinite;
}

@keyframes twist1 {
  0%   { transform: translate(0px, 0px); }
  25%  { transform: translate(5px, -6px); }
  50%  { transform: translate(0px, 6px); }
  75%  { transform: translate(-5px, -4px); }
  100% { transform: translate(0px, 0px); }
}

@keyframes twist2 {
  0%   { transform: translate(0px, 0px); }
  25%  { transform: translate(-6px, 5px); }
  50%  { transform: translate(3px, -5px); }
  75%  { transform: translate(-3px, 4px); }
  100% { transform: translate(0px, 0px); }
}

@keyframes twist3 {
  0%   { transform: translate(0px, 0px); }
  25%  { transform: translate(3px, 2px); }
  50%  { transform: translate(-4px, -3px); }
  75%  { transform: translate(2px, 4px); }
  100% { transform: translate(0px, 0px); }
}

.scroll-indicator {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 10;
}

.scroll-text {
  font-size: 12px;
  letter-spacing: 2px;
  color: #0C0C0C;
  margin-bottom: 10px;
  font-weight: 500;
}

.scroll-line {
  width: 1px;
  height: 60px;
  background: rgba(12, 12, 12, 0.3); /* 黒の薄い線 */
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.scroll-line-inner {
  width: 1px;
  height: 20px;
  background: #0C0C0C;
  position: absolute;
  top: -20px;
  left: 0;
  animation: scroll-line-move 2s infinite ease-in-out;
}

@keyframes scroll-line-move {
  0% {
    top: -20px;
    opacity: 0;
  }
  30% {
    top: 20px;
    opacity: 1;
  }
  60% {
    top: 40px;
    opacity: 0;
  }
  100% {
    top: 60px;
    opacity: 0;
  }
}
.footer-simple {
  display: flex;
  flex-direction: column;
  align-items: flex-end; /* 全体を右寄せ */
  padding: 40px 5%;
  background: #fff;
  font-family: 'Gothic A1', sans-serif;
  font-size: 14px;
  color: #0C0C0C;
  gap: 20px;
}

.footer-menu {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
}

.footer-menu a,
.footer-bottom a {
  text-decoration: none;
  color: #0C0C0C;
  transition: opacity 0.3s ease;
}

.footer-bottom {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

.footer-bottom i {
  margin-right: 6px;
  color: #888;
}

.footer-bottom a:hover,
.footer-menu a:hover {
  opacity: 0.7;
}
/* === Contact Form 7 全体調整 === */

.wpcf7 {
  max-width: 700px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #0c0c0c;
  background: transparent;
}

/* あいさつ文 */
.wpcf7 .form-greeting {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 40px;
}

.wpcf7 .form-greeting p:first-child {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

/* ラベル */
.wpcf7-form label {
  display: block;
  font-size: 14px;
  margin-bottom: 8px;
  color: #0c0c0c;
}

/* 全入力欄（input, textarea）共通スタイル */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #0c0c0c; /* ← 黒の細実線 */
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 24px;
  color: #0c0c0c;
  outline: none;
  border-radius: 0;
}

/* フォーカス時も黒で統一 */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
  border-color: #0c0c0c;
  box-shadow: none;
}

/* テキストエリアの高さ */
.wpcf7-form textarea {
  height: 220px;
  resize: vertical;
}

/* 必須マーク */
.required {
  color: red;
  font-size: 13px;
  margin-left: 4px;
}

/* Contact Form 7 送信ボタンを強制的に黒にする */
.wpcf7 input[type="submit"].form-submit,
.wpcf7 .form-submit {
  display: block;
  margin: 40px auto 0;
  background: #0c0c0c !important;  /* ← 強制的に黒 */
  color: #fff !important;
  border: none !important;
  padding: 14px 48px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 0;
  box-shadow: none !important;
}

/* ホバー時の色も上書き */
.wpcf7 input[type="submit"].form-submit:hover,
.wpcf7 .form-submit:hover {
  background: #333 !important;
}


/* ===== 共通ラッパー ===== */
.company-info-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  padding: 60px 20px;
  font-family: 'Helvetica Neue', 'Noto Sans JP', sans-serif;
  color: #222;
}

/* ===== 各項目ブロック（Company Nameなど）===== */
.company-info-block {
  margin-bottom: 28px;
}

.info-label {
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
  text-align: left;
}

.info-data {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  text-align: left;
}

.info-underline {
  height: 1px;
  background-color: #ccc;
  width: 100%;
}

/* ===== CEOメッセージセクション ===== */
.ceo-section-box-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  max-width: 1080px;
  margin: 60px auto;
  padding: 0 20px;
  flex-wrap: wrap;
}

.ceo-message-content {
  flex: 1 1 600px;
  min-width: 300px;
}

.ceo-label {
  font-family: 'Helvetica Neue', 'Noto Sans JP', sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  color: #222;
}

.ceo-message-text p {
  font-size: 15px;
  line-height: 2;
  color: #222;
  margin-bottom: 1.6em;
}

.ceo-photo-block {
  flex: 0 0 300px;
  max-width: 300px;
}

.ceo-photo {
  width: 100%;
  height: auto;
  border-radius: 10px;
  object-fit: cover;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

/* モバイル対応（縦積み） */
@media screen and (max-width: 768px) {
  .ceo-section-box-flex {
    flex-direction: column;
    padding: 0 16px;
  }

  .ceo-photo-block {
    max-width: 100%;
    margin-bottom: 24px;
  }

  .ceo-message-content {
    max-width: 100%;
  }

  .ceo-message-text p {
    font-size: 14px;
  }
}
.video-inline-section {
  display: flex;
  justify-content: flex-end; /* 右寄せしたい場合 */
  padding: 120px 10px;
}

.video-box {
  width: 600px;
  max-width: 100%;
  border-radius: 0px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.video-box video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.video-inline-section01 {
  display: flex;
  justify-content: flex-start; /* 左寄せしたい場合 */
  padding: 40px -20px;
}

.video-box01 {
  width: 650px;
  max-width: 100%;
  border-radius: 0px;
  overflow: hidden;
	margin-top: -20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.video-box01 video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
