/* ============================================================
   kaitai.css - 企業様向け解体工事ページ
   ============================================================ */

/* --------------------------------------------------------
   kt_head - ページヒーロー
   PC: 1280×180px / 左 #1A3C80 斜め帯 + 右 ヒーロー写真 + タイトル
   -------------------------------------------------------- */
.kt_head {
  width: 100%;
  overflow: hidden;
}

.kt_head_inner {
  position: relative;
  width: 100%;
  height: 120px;
}

/* ヒーロー画像 */
.kt_head_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.kt_head_img picture,
.kt_head_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* 左側の紺色オーバーレイ（斜め形） */
.kt_head_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background-color: #1A3C80;
  clip-path: polygon(0 0, 100% 0, 79% 100%, 0 100%);
}

/* タイトル */
.kt_head_title {
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.362;
  letter-spacing: 0.02em;
  margin: 0;
}

/* --------------------------------------------------------
   kt_copy - キャッチコピー＋本文
   PC: 中央 558px 幅、縦 column 中央揃え
   -------------------------------------------------------- */
.kt_copy {
  padding: 40px 6vw;
}

.kt_copy_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  max-width: 600px;
  margin: 0 auto;
}

/* キャッチ */
.kt_copy_catch {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1.362;
  text-align: center;
  color: #000000;
  margin: 0;
}

/* 本文 */
.kt_copy_body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #000000;
  margin: 0;
}

/* --------------------------------------------------------
   kt_taiou - 対応可能な建築物
   PC: 1280×240px / 左:紺色形+ラベル(583px) / 右:テキスト(697px)
   背景: #E5EEFF
   -------------------------------------------------------- */
.kt_taiou {
  display: flex;
  flex-direction: column;
  background-color: #E5EEFF;
}

/* ラベル側（紺色帯）*/
.kt_taiou_label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A3C80;
  padding: 32px 24px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);

}

/* テキスト側 */
.kt_taiou_content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px 24px;
}

.kt_taiou_heading {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.362;
  color: #000000;
  margin: 0;
}

.kt_taiou_body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.362;
  color: #000000;
  margin: 0;
}

/* --------------------------------------------------------
   kt_taisaku - 近隣各種対策
   PC: 940px幅中央揃え / 交互レイアウト（画像左右）
   各アイテム: 画像(340px) + テキスト(600px bg:#E5EEFF)
   -------------------------------------------------------- */
.kt_taisaku {
  padding: 80px 0;
}

.kt_taisaku_inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

/* 各アイテム */
.kt_taisaku_item {
  display: flex;
  flex-direction: column;
}

/* アイテム間の区切り */
.kt_taisaku_item + .kt_taisaku_item {
  margin-top: 24px;
}

/* 画像側 */
.kt_taisaku_img {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

.kt_taisaku_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* テキスト側 */
.kt_taisaku_content {
  background-color: #E5EEFF;
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.kt_taisaku_heading {
  font-size: 1.5rem; /* 24px */
  font-weight: 600;
  line-height: 1;
  color: #000000;
  margin: 0;
}

.kt_taisaku_body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

/* --------------------------------------------------------
   kt_kinrin - 近隣対策
   PC: 1280×240px / 左:テキスト(697px) / 右:紺色形+ラベル(583px)
   背景: #E5EEFF
   -------------------------------------------------------- */
.kt_kinrin {
  display: flex;
  flex-direction: column-reverse;
  background-color: #E5EEFF;
}

/* テキスト側 */
.kt_kinrin_content {
  padding: 40px 24px;
}

.kt_kinrin_body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000000;
  margin: 0;
}

/* ラベル側（紺色帯）*/
.kt_kinrin_label {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A3C80;
  padding: 32px 24px;
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}

/* 共通セクションラベル */
.kt_section_label {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.362;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

/* --------------------------------------------------------
   kt_anka - 安価にできる仕組み
   PC: 1280px幅 / 上部紺色バナー(519px) + コンテンツ行2段 + 注釈ボックス
   -------------------------------------------------------- */

/* 紺色バナー */
.kt_anka_banner {
  background-color: #1A3C80;
  padding: 40px 24px;
}

.kt_anka_banner_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 32px;
}

.kt_anka_title {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.362;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

/* 下向き三角 */
.kt_anka_arrow {
  display: block;
  width: 160px;
  height: 40px;
  background-color: #ffffff;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.kt_anka_banner_body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

/* 円バッジ */
.kt_anka_badge {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.kt_anka_badge_label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.362;
  color: #1A3C80;
  letter-spacing: -0.05em;
}

.kt_anka_badge_num {
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1;
  color: #1A3C80;
}

.kt_anka_banner_sub {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.362;
  color: #ffffff;
  text-align: center;
  margin: 0;
}

/* コンテンツエリア */
.kt_anka_content {
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.kt_anka_row1,
.kt_anka_row2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.kt_anka_lead {
  font-size: 1.2rem; /* 22px */
  font-weight: 600;
  line-height: 1.4545;
  color: #000000;
  margin: 0;
}

.kt_anka_img1 { margin:0 20vw; }

.kt_anka_img1 img,
.kt_anka_img2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.kt_anka_body {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  color: #000000;
  margin: 0;
}

/* 注釈ボックス */
.kt_anka_note_wrap {
  padding: 0 24px 60px;
}

.kt_anka_note {
  border: 3px solid #1A3C80;
  border-radius: 8px;
  padding: 32px 24px;
}

.kt_anka_note_text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #000000;
  margin: 0;
}

.kt_anka_note_text + .kt_anka_note_text {
  margin-top: 1em;
}

/* --------------------------------------------------------
   kt_asbestos - アスベスト除去・処理
   kaitai_taiouと同一構造（左:紺色帯ラベル / 右:テキスト）
   -------------------------------------------------------- */
.kt_asbestos {
  display: flex;
  flex-direction: column;
  background-color: #E5EEFF;
}

.kt_asbestos_label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #1A3C80;
  padding: 32px 24px;
}

.kt_asbestos_content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 24px;
}

.kt_asbestos_body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.625;
  color: #000000;
  margin: 0;
}

/* ============================================================
   PC (768px〜)
   ============================================================ */
@media (min-width: 768px) {

  /* kt_head */
  .kt_head_inner {
    height: 180px;
  }

  /* 画像は右 940px 分を表示 */
  .kt_head_img {
    left: auto;
    right: 0;
    width: 980px;
  }

  /* 左側の紺色オーバーレイ：PC は 684px / 1280px = 53.4% */
  .kt_head_overlay {
    width: 53.4%;
    clip-path: polygon(0 0, 100% 0, 79% 100%, 0 100%);
  }

  /* タイトル */
  .kt_head_title {
    left: 80px;
    font-size: 2.625rem; /* 42px */
  }

  /* kt_copy */
  .kt_copy {
    padding: 80px 0;
  }

  .kt_copy_inner {
    gap: 38px;
  }

  .kt_copy_catch {
    font-size: 3.75rem; /* 60px */
  }

  .kt_copy_body {
    text-align: center;
  }

  /* kt_taisaku PC レイアウト */
  /* 各アイテム: 画像(340px) + テキスト(600px) / 合計940px */
  .kt_taisaku_inner {
    padding: 0;
  }

  .kt_taisaku_item {
    flex-direction: row;
    height: 300px;
  }

  /* 偶数アイテム: テキスト左・画像右 */
  .kt_taisaku_item_rev {
    flex-direction: row-reverse;
  }

  .kt_taisaku_item + .kt_taisaku_item {
    margin-top: 50px;
  }

  .kt_taisaku_img {
    flex: 0 0 400px;
    height: 100%;
  }

  .kt_taisaku_content {
    flex: 1;
    justify-content: center;
    gap: 27px;
    padding: 0 50px 0 80px;
  }

  /* 偶数アイテム（テキスト左）のパディング調整 */
  .kt_taisaku_item_rev .kt_taisaku_content {
    padding: 0 80px 0 80px;
  }

  .kt_taisaku_heading {
    font-size: 1.5rem; /* 24px */
  }

  .kt_taisaku_body {
    font-size: 1rem;
  }

  /* kt_taiou PC レイアウト */
  /* 左:紺色(583px) + 右:コンテンツ(697px) / 合計1280px */
  .kt_taiou {
    flex-direction: row;
    height: 240px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .kt_taiou_label {
    position: relative;
    flex: 0 0 583px;
    padding: 0;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  }

  .kt_taiou_content {
    flex: 1;
    flex-direction: column;
    justify-content: center;
    gap: 39px;
    padding: 0 0 0 50px;
  }

  .kt_taiou_heading {
    font-size: 1.75rem; /* 28px */
  }

  .kt_taiou_body {
    font-size: 1rem;
  }

  /* kt_kinrin PC レイアウト */
  /* 左:コンテンツ(697px) + 右:紺色(583px) / 合計1280px */
  .kt_kinrin {
    flex-direction: row;
    height: 240px;
    max-width: 1200px;
    margin: 0 auto;
  }

  .kt_kinrin_content {
    flex: 1;
    display: flex;
    align-items: center;
    padding: 0 0 0 100px;
  }

  .kt_kinrin_body {
    max-width: 460px;
    font-size: 1rem;
    line-height: 1.5;
  }

  .kt_kinrin_label {
    flex: 0 0 583px;
    clip-path: polygon(18% 0, 100% 0, 100% 100%, 0 100%);
  }

  /* kt_asbestos PC レイアウト（kt_taiouと同一） */
  .kt_asbestos {
    flex-direction: row;
    height: 240px;
    max-width: 1280px;
    margin: 0 auto;
  }

  .kt_asbestos_label {
    flex: 0 0 583px;
    padding: 0;
    clip-path: polygon(0 0, 100% 0, 82% 100%, 0 100%);
  }

  .kt_asbestos_content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 120px 0 60px;
  }

  /* 共通セクションラベル */
  .kt_section_label {
    font-size: 2.8rem; /* 48px */
  }

  /* kt_anka PC レイアウト */
  .kt_anka_banner {
    padding: 54px 0 39px;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  }

  .kt_anka_banner_head {
    margin-bottom: 30px;
  }

  .kt_anka_title {
    font-size: 3.125rem; /* 50px */
  }

  .kt_anka_arrow {
    width: 240px;
    height: 50px;
  }

  .kt_anka_banner_body {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    gap: 46px;
  }

  .kt_anka_badge {
    width: 250px;
    height: 250px;
  }

  .kt_anka_badge_label {
    font-size: 1.875rem; /* 30px */
  }

  .kt_anka_badge_num {
    font-size: 5.25rem; /* 84px */
  }

  .kt_anka_banner_sub {
    font-size: 2.75rem; /* 44px */
    text-align: left;
    max-width: 484px;
  }

  /* コンテンツ行 */
  .kt_anka_content {
    padding: 0;
    gap: 0;
  }

  .kt_anka_row1 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 140px;
    margin-top: -40px;
    padding: 0;
  }

  .kt_anka_row2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 10px 0 0 0;
  }

  .kt_anka_lead {
    flex: 0 0 460px;
  }

  .kt_anka_img1 {
    flex: 0 0 180px;
  }

  .kt_anka_img1 img {
    width: 180px;
    height: 231px;
  }

  .kt_anka_img2 {
    flex: 0 0 460px;
    height: 226px;
    overflow: hidden;
  }

  .kt_anka_img2 img {
    width: 100%;
    height: 100%;
  }

  .kt_anka_body {
    max-width: 430px;
  }

  /* 注釈ボックス */
  .kt_anka_note_wrap {
    padding: 43px 0 80px;
  }

  .kt_anka_note {
    max-width: 940px;
    margin: 0 auto;
    padding: 38px 31px 38px 50px;
  }
}
