﻿@media screen and (min-width: 769px) {
/* ============================================================
   11. セクション8: コンタクト・CTA
   ============================================================ */

.sec-8 {
  position: relative;
  width: 100%;
  max-width: var(--content-max-width);
  margin: 0 auto;
  height: 1663px;
  /* 12037 - 10266 (Footerまでの全体の高さ) */
}

.sec-8__inner {
  position: absolute;
  width: 1920px;
  height: 100%;
  top: 0;
  left: calc(50% - 960px);
  pointer-events: auto;
}

/* --- フォームとフッターの背景（FigmaのRectangle 68, 75） --- */
.sec-8__form-bg {
  position: absolute;
  width: 1920px;
  height: 1783px;
  left: calc(50% - 1920px/2);
  top: -120px;
  /* 10146 - 10266 */
  background: #00A179;
  z-index: 0;
}

.sec-8__footer-bg {
  position: absolute;
  width: 1920px;
  height: 108px;
  left: calc(50% - 1920px/2);
  top: 1663px;
  /* 11929 - 10266 */
  background: #1E333B;
  z-index: 0;
}

/* --- フッターテキスト --- */
.sec-8__privacy {
  position: absolute;
  width: 140px;
  height: 24px;
  left: calc(50% - 140px/2);
  top: 1688px;
  /* 11954 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 2;
}

.sec-8__privacy:hover {
  text-decoration: underline;
}

.sec-8__copyright {
  position: absolute;
  width: 288px;
  height: 24px;
  left: calc(50% - 288px/2);
  top: 1722px;
  /* 11988 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 170%;
  text-align: center;
  color: #FFFFFF;
  z-index: 2;
}

/* --- 背景画像 --- */
.sec-8__bg {
  position: absolute;
  width: 1200px;
  height: 331px;
  left: calc(50% - 1200px/2);
  top: 0px;
  background: url('../images/sec8/486339 1.png') no-repeat center center / contain;
  z-index: 1;
}

/* --- CTAボタン群 --- */
.sec-8__cta-btn {
  display: block;
  position: absolute;
  width: 592px;
  height: 120px;
  z-index: 2;
  transition: opacity 0.3s ease, transform 0.3s ease;
  overflow: hidden;
  border-radius: 60px;
}

/* 光スイープアニメーション (FVと共通) */
.sec-8__cta-btn::after {
  content: "";
  position: absolute;
  width: 40%;
  height: 100%;
  top: 0;
  left: -40%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.15) 30%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0.15) 70%,
      transparent 100%);
  z-index: 3;
  pointer-events: none;
  animation: sweepLight 3s ease-in-out infinite;
}

.sec-8__cta-btn:hover {
  opacity: 0.8;
  transform: translateY(-2px);
}

.btn-line {
  left: 936px;
  top: 36px;
  /* 10302 - 10266 */
  background: url('../images/sec8/CTA(LINE) 1.png') no-repeat center center / contain;
}

.btn-chatwork {
  left: 936px;
  top: 176px;
  /* 10442 - 10266 */
  background: url('../images/sec8/CTA(chatwork) 1.png') no-repeat center center / contain;
}

/* --- メールお問い合わせ案内 --- */
.sec-8__mail-text {
  position: absolute;
  width: 870px;
  height: 53px;
  left: calc(50% - 870px/2 + 22px);
  top: 401px;
  /* 10667 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 175%;
  color: #FFFFFF;
  /* Figma上の指定 */
  z-index: 2;
}

.sec-8__mail-icon {
  position: absolute;
  width: 35px;
  height: 35px;
  left: 503px;
  top: 410px;
  /* 10676 - 10266 */
  background: url('../images/sec8/メールの無料アイコンその8 1.png') no-repeat center center / contain;
  z-index: 2;
}

/* --- お問い合わせフォーム要素（Figmaデータに基づく） --- */

/* フォームラッパー */
.sec-8__form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* 補足テキスト */
.sec-8__mail-subtext {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 470px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 175%;
  color: #FFFFFF;
  z-index: 2;
}

.sec-8__mail-arrow {
  position: absolute;
  width: 27px;
  height: 28px;
  left: calc(50% - 27px/2 + 8.5px);
  top: 527px; /* 10793 - 10266 */
  background: url('../images/sec8/sec8_arrow.webp') no-repeat center center / contain;
  z-index: 2;
}

/* フォーム本体の白背景カード (Rectangle 69) */
.sec-8__form-card {
  position: absolute;
  width: 900px;
  height: 956px;
  left: calc(50% - 900px/2);
  top: 587px;
  /* 10853 - 10266 */
  background: #FFFFFF;
  border-radius: 5px;
  z-index: 1;
}

/* ご依頼予定の項目 タイトル */
.sec-8__label-category-title {
  position: absolute;
  width: 128px;
  height: 28px;
  left: 580px;
  top: 647px;
  /* 10913 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
  z-index: 2;
}

.sec-8__tag-required-bg-category {
  position: absolute;
  width: 42px;
  height: 19px; /* 他と同じ19pxに */
  left: 718px;
  top: 651px; /* 微調整 */
  background: #CC1512;
  border-radius: 100px;
  z-index: 2;
}

.sec-8__tag-required-text-category {
  position: absolute;
  width: 28px;
  height: 25px;
  left: 725px;
  top: 648px; /* 他と同じ高さに微調整 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #FFFFFF;
  z-index: 3;
}

/* 制作項目 (Web画像 / LP / HP / その他) */
.sec-8__checkbox-web-wrapper,
.sec-8__checkbox-lp-wrapper,
.sec-8__checkbox-hp-wrapper,
.sec-8__checkbox-other-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

.sec-8__checkbox-web-wrapper { left: 580px; top: 685px; }
.sec-8__checkbox-lp-wrapper { left: 693px; top: 685px; }
.sec-8__checkbox-hp-wrapper { left: 884px; top: 685px; }
.sec-8__checkbox-other-wrapper { left: 1028px; top: 685px; }

.sec-8__input-checkbox {
  width: 20px;
  height: 20px;
  margin-right: 8px;
  cursor: pointer;
}

.sec-8__label-web,
.sec-8__label-lp,
.sec-8__label-hp,
.sec-8__label-other {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
}

/* 会社名 / 屋号 */
.sec-8__label-company {
  position: absolute;
  width: 94px;
  height: 28px;
  left: 580px;
  top: 738px;
  /* 11004 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
  z-index: 2;
}

.sec-8__tag-optional-bg {
  position: absolute;
  width: 42px;
  height: 19px;
  left: 684px;
  top: 742px;
  /* 11008 - 10266 */
  background: #9E9E9E;
  border-radius: 100px;
  z-index: 2;
}

.sec-8__tag-optional-text {
  position: absolute;
  width: 28px;
  height: 25px;
  left: 691px;
  top: 739px;
  /* 11005 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #FFFFFF;
  z-index: 3;
}

.sec-8__input-company {
  box-sizing: border-box;
  position: absolute;
  width: 760px;
  height: 40px;
  left: 580px;
  top: 776px;
  /* 11042 - 10266 */
  background: #F7F7F7;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 0 15px;
  z-index: 2;
}

/* 氏名 */
.sec-8__label-name {
  position: absolute;
  width: 32px;
  height: 28px;
  left: 580px;
  top: 836px;
  /* 11102 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
  z-index: 2;
}

.sec-8__tag-required-bg-name {
  position: absolute;
  width: 42px;
  height: 19px;
  left: 622px;
  top: 840px;
  /* 11106 - 10266 */
  background: #CC1512;
  border-radius: 100px;
  z-index: 2;
}

.sec-8__tag-required-text-name {
  position: absolute;
  width: 28px;
  height: 25px;
  left: 629px;
  top: 837px;
  /* 11103 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #FFFFFF;
  z-index: 3;
}

.sec-8__input-name {
  box-sizing: border-box;
  position: absolute;
  width: 760px;
  height: 40px;
  left: 580px;
  top: 874px;
  /* 11140 - 10266 */
  background: #F7F7F7;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 0 15px;
  z-index: 2;
}

/* プライバシーポリシー同意欄 */
.sec-8__checkbox-agree-wrapper {
  position: absolute;
  display: flex;
  align-items: center;
  left: 834.28px;
  top: 1383px;
  z-index: 2;
  cursor: pointer;
}

.sec-8__checkbox-agree-wrapper .sec-8__input-checkbox {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.sec-8__privacy-link {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  text-decoration: underline;
  color: #00A179;
}

.sec-8__agree-text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #000000;
  margin-left: 2px;
}

/* 送信ボタン背景 (Rectangle 73) */
.sec-8__submit-btn {
  box-sizing: border-box;
  position: absolute;
  width: 452px;
  height: 50px;
  left: 734px;
  top: 1433px;
  /* 11699 - 10266 */
  background: #FFFFFF;
  border: 3px solid #00A179;
  border-radius: 5px;
  z-index: 2;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, border-color 0.3s ease;
  padding: 0;
}

.sec-8__submit-btn:hover {
  background-color: #00A179;
}

/* お問い合わせ内容を送信するテキスト */
.sec-8__submit-text {
  width: 208px;
  height: 28px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 175%;
  text-align: center;
  color: #00A179;
  transition: color 0.3s ease;
}

.sec-8__submit-btn:hover .sec-8__submit-text {
  color: #FFFFFF;
}

/* --- 各入力項目 --- */

/* メールアドレス */
.sec-8__label-email {
  position: absolute;
  width: 112px;
  height: 28px;
  left: 580px;
  top: 934px;
  /* 11200 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
  z-index: 2;
}

.sec-8__tag-required-bg-email {
  position: absolute;
  width: 42px;
  height: 19px;
  left: 702px;
  top: 938px;
  /* 11204 - 10266 */
  background: #CC1512;
  border-radius: 100px;
  z-index: 2;
}

.sec-8__tag-required-text-email {
  position: absolute;
  width: 28px;
  height: 25px;
  left: 709px;
  top: 935px;
  /* 11201 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #FFFFFF;
  z-index: 3;
}

.sec-8__input-email {
  box-sizing: border-box;
  position: absolute;
  width: 760px;
  height: 40px;
  left: 580px;
  top: 972px;
  /* 11238 - 10266 */
  background: #F7F7F7;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 0 15px;
  z-index: 2;
}

/* ご予算 */
.sec-8__label-budget {
  position: absolute;
  width: 48px;
  height: 28px;
  left: 580px;
  top: 1032px;
  /* 11298 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
  z-index: 2;
}

.sec-8__tag-optional-bg-budget {
  position: absolute;
  width: 42px;
  height: 19px;
  left: 638px;
  top: 1036px;
  /* 11302 - 10266 */
  background: #9E9E9E;
  border-radius: 100px;
  z-index: 2;
}

.sec-8__tag-optional-text-budget {
  position: absolute;
  width: 28px;
  height: 25px;
  left: 645px;
  top: 1033px;
  /* 11299 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #FFFFFF;
  z-index: 3;
}

.sec-8__input-budget {
  box-sizing: border-box;
  position: absolute;
  width: 760px;
  height: 40px;
  left: 580px;
  top: 1070px;
  /* 11336 - 10266 */
  background: #F7F7F7;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 0 15px;
  z-index: 2;
}

/* ご相談内容 */
.sec-8__label-consult {
  position: absolute;
  width: 80px;
  height: 28px;
  left: 580px;
  top: 1130px;
  /* 11396 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 175%;
  color: #000000;
  z-index: 2;
}

.sec-8__tag-required-bg-consult {
  position: absolute;
  width: 42px;
  height: 19px;
  left: 670px;
  top: 1134px;
  /* 11400 - 10266 */
  background: #CC1512;
  border-radius: 100px;
  z-index: 2;
}

.sec-8__tag-required-text-consult {
  position: absolute;
  width: 28px;
  height: 25px;
  left: 677px;
  top: 1131px;
  /* 11397 - 10266 */
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 175%;
  color: #FFFFFF;
  z-index: 3;
}

.sec-8__textarea-consult {
  box-sizing: border-box;
  position: absolute;
  width: 760px;
  height: 190px;
  left: 580px;
  top: 1168px;
  /* 11434 - 10266 */
  background: #F7F7F7;
  border: 1px solid #E3E3E3;
  border-radius: 5px;
  padding: 10px 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  resize: none;
  z-index: 2;
}
} /* end @media PC */
