@charset "utf-8";
/*
Theme Name: GENESIS child
Theme URI:https://tcd-theme.com/tcd103/
Description:WordPressテーマ「GENESIS」の子テーマ
Template:genesis_tcd103
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/


/* ==================================================
   TLCM CUSTOM CSS
   TOP PAGE ACTIVE MODULES:
   WHY TLCM V2 / RECRUIT V4 / CONTACT V5 / CONTACT FIX

   The former top-page company facts module has been removed.
   Base color: #1E428C
================================================== */

/* ==================================================
   WHY TLCM V2
   GENESIS SERVICEセクション準拠
   Base color: #1E428C
================================================== */

:root {
  --tlcm-v2-blue: #1e428c;
  --tlcm-v2-blue-dark: #17366f;
  --tlcm-v2-button: #9fccef;

  --tlcm-v2-black: #111111;
  --tlcm-v2-text: #222222;
  --tlcm-v2-gray: #606a77;

  --tlcm-v2-line: #cbdff0;
  --tlcm-v2-guide: rgba(30, 66, 140, 0.08);

  --tlcm-v2-white: #ffffff;
}


/* ==================================================
   リセット
================================================== */

.tlcm-why-v2,
.tlcm-why-v2 * {
  box-sizing: border-box;
}

.tlcm-why-v2 {
  position: relative;
  overflow: hidden;

  padding: clamp(80px, 8vw, 125px) 0;

  color: var(--tlcm-v2-black);
  background: var(--tlcm-v2-white);
}

.tlcm-why-v2 p,
.tlcm-why-v2 h2,
.tlcm-why-v2 h3 {
  margin-top: 0;
  font-family: inherit !important;
}


/* ==================================================
   横並びレイアウト
================================================== */

.tlcm-why-v2__inner {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;

  gap: clamp(36px, 6vw, 100px);

  width: min(1320px, calc(100% - 48px));
  margin: 0 auto;
}

.tlcm-why-v2__copy {
  flex: 0 1 42%;
  min-width: 0;
}

.tlcm-why-v2__diagram {
  flex: 0 1 58%;
  min-width: 0;
}


/* ==================================================
   左側
   SERVICEと同じ文字の階層
================================================== */

.tlcm-why-v2__en {
  margin: 0 0 27px !important;

  color: var(--tlcm-v2-black) !important;

  font-size: clamp(48px, 5.8vw, 88px) !important;
  font-weight: 700 !important;
  line-height: 0.92 !important;
  letter-spacing: -0.035em !important;

  white-space: nowrap;
}

.tlcm-why-v2__title {
  margin: 0 0 clamp(38px, 5vw, 70px) !important;

  color: var(--tlcm-v2-blue) !important;

  font-size: clamp(21px, 2vw, 29px) !important;
  font-weight: 500 !important;
  line-height: 1.6 !important;
  letter-spacing: 0.025em !important;
}

.tlcm-why-v2__lead {
  max-width: 610px;
  margin: 0 !important;

  color: var(--tlcm-v2-text) !important;

  font-size: clamp(14px, 1.35vw, 20px) !important;
  font-weight: 400 !important;
  line-height: 2.15 !important;
  letter-spacing: 0.01em !important;
}


/* ==================================================
   ボタン
================================================== */

.tlcm-why-v2__button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;

  width: min(100%, 420px);
  min-height: 78px;

  margin-top: clamp(34px, 4vw, 52px);
  padding: 18px 32px 18px 37px;

  border: 0;
  border-radius: 999px;

  color: var(--tlcm-v2-blue-dark) !important;
  background: var(--tlcm-v2-button);

  text-decoration: none !important;

  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 600;
  line-height: 1.5;

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.tlcm-why-v2__button-arrow {
  margin-left: 28px;
  font-size: 20px;
  line-height: 1;

  transition: transform 0.25s ease;
}

.tlcm-why-v2__button:hover {
  color: var(--tlcm-v2-white) !important;
  background: var(--tlcm-v2-blue);
  transform: translateY(-2px);
}

.tlcm-why-v2__button:hover
.tlcm-why-v2__button-arrow {
  transform: translateX(6px);
}


/* ==================================================
   右側・円の親
================================================== */

.tlcm-why-v2__diagram {
  position: relative;

  width: min(100%, 660px);
  max-width: 660px;
  aspect-ratio: 1 / 1;

  margin-left: auto;
}


/* 背景ガイド円 */

.tlcm-why-v2__guide {
  position: absolute;
  inset: 2%;

  border: 1px solid var(--tlcm-v2-guide);
  border-radius: 50%;
}

.tlcm-why-v2__guide::before,
.tlcm-why-v2__guide::after {
  position: absolute;

  border: 1px solid var(--tlcm-v2-guide);
  border-radius: 50%;

  content: "";
}

.tlcm-why-v2__guide::before {
  inset: 13%;
}

.tlcm-why-v2__guide::after {
  inset: 25%;
}


/* ==================================================
   3つの円
================================================== */

.tlcm-why-v2__circle {
  position: absolute;
  z-index: 2;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  width: 42%;
  aspect-ratio: 1 / 1;

  padding: clamp(14px, 1.8vw, 25px);

  border: 1px solid var(--tlcm-v2-line);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.985);

  text-align: center;
}

.tlcm-why-v2__circle--top {
  top: 1%;
  left: 50%;
  transform: translateX(-50%);
}

.tlcm-why-v2__circle--left {
  bottom: 5%;
  left: 4%;
}

.tlcm-why-v2__circle--right {
  right: 4%;
  bottom: 5%;
}


/* 番号 */

.tlcm-why-v2__number {
  margin: 0 0 13px !important;

  color: #689bd3 !important;

  font-size: clamp(10px, 1vw, 13px) !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0.16em !important;
}


/* 円内タイトル */

.tlcm-why-v2__circle-title {
  display: block !important;

  width: auto !important;
  max-width: none !important;

  margin: 0 auto !important;

  color: var(--tlcm-v2-black) !important;

  font-size: clamp(15px, 1.38vw, 23px) !important;
  font-weight: 700 !important;
  line-height: 1.52 !important;
  letter-spacing: 0.005em !important;

  text-align: center !important;

  /* HTML内の明示的な<br>以外では改行しない */
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  line-break: auto !important;
}


/* 円内説明 */

.tlcm-why-v2__circle-text {
  display: block !important;

  width: auto !important;
  max-width: none !important;

  margin: 11px auto 0 !important;

  color: var(--tlcm-v2-gray) !important;

  font-size: clamp(9px, 0.82vw, 13px) !important;
  font-weight: 400 !important;
  line-height: 1.72 !important;
  letter-spacing: 0.01em !important;

  text-align: center !important;

  /* HTML内の明示的な<br>以外では改行しない */
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}



/* ==================================================
   WHY TLCM：ワイド画面の円内文字調整
================================================== */

@media screen and (min-width: 1200px) {

  .tlcm-why-v2__diagram {
    max-width: 680px !important;
  }

  .tlcm-why-v2__circle-title {
    font-size: clamp(18px, 1.35vw, 23px) !important;
  }

  .tlcm-why-v2__circle-text {
    font-size: clamp(10px, 0.78vw, 13px) !important;
  }

}

/* ==================================================
   620px〜1100px
   横並びを強制維持
================================================== */

@media screen and (min-width: 620px) and (max-width: 1100px) {

  .tlcm-why-v2 {
    padding: 78px 0 88px;
  }

  .tlcm-why-v2__inner {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;

    gap: clamp(24px, 4vw, 48px);

    width: min(100% - 36px, 1020px);
  }

  .tlcm-why-v2__copy {
    flex: 0 1 39% !important;
    width: 39% !important;
  }

  .tlcm-why-v2__diagram {
    flex: 0 1 61% !important;
    width: 61% !important;
    max-width: 530px !important;

    margin: 0 0 0 auto !important;
  }

  .tlcm-why-v2__en {
    margin-bottom: 18px !important;

    font-size: clamp(34px, 5.2vw, 58px) !important;
  }

  .tlcm-why-v2__title {
    margin-bottom: clamp(25px, 4vw, 41px) !important;

    font-size: clamp(17px, 2.35vw, 23px) !important;
  }

  .tlcm-why-v2__lead {
    font-size: clamp(12px, 1.6vw, 16px) !important;
    line-height: 2 !important;
  }

  .tlcm-why-v2__button {
    width: min(100%, 300px);
    min-height: 60px;

    margin-top: 28px;
    padding: 14px 22px 14px 25px;

    font-size: 13px;
  }

  .tlcm-why-v2__circle {
    width: 41%;
    padding: clamp(9px, 1.5vw, 17px);
  }

  .tlcm-why-v2__circle-title {
    width: auto !important;
    max-width: none !important;

    font-size: clamp(13px, 1.9vw, 18px) !important;
    line-height: 1.5 !important;

    text-align: center !important;

    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .tlcm-why-v2__circle-text {
    width: auto !important;
    max-width: none !important;

    margin-top: 8px !important;

    font-size: clamp(8px, 1.2vw, 11px) !important;
    line-height: 1.6 !important;

    text-align: center !important;

    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

}


/* ==================================================
   619px以下のみ縦並び
================================================== */

@media screen and (max-width: 619px) {

  .tlcm-why-v2 {
    padding: 70px 0 76px;
  }

  .tlcm-why-v2__inner {
    display: block;

    width: min(100% - 36px, 580px);
  }

  .tlcm-why-v2__copy,
  .tlcm-why-v2__diagram {
    width: 100%;
    max-width: none;
  }

  .tlcm-why-v2__en {
    margin-bottom: 15px !important;

    font-size: 43px !important;
  }

  .tlcm-why-v2__title {
    margin-bottom: 28px !important;

    font-size: 20px !important;
  }

  .tlcm-why-v2__lead {
    max-width: none;

    font-size: 14px !important;
    line-height: 2 !important;
  }

  .tlcm-why-v2__button {
    width: min(100%, 300px);
    min-height: 61px;

    margin-top: 29px;
    padding: 15px 22px 15px 25px;

    font-size: 13px;
  }

  .tlcm-why-v2__diagram {
    width: min(100%, 520px);
    margin: 46px auto 0;
  }

  .tlcm-why-v2__circle {
    width: 41%;
    padding: 12px;
  }

  .tlcm-why-v2__circle-title {
    width: auto !important;
    max-width: none !important;

    font-size: clamp(13px, 3.8vw, 19px) !important;

    text-align: center !important;

    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .tlcm-why-v2__circle-text {
    width: auto !important;
    max-width: none !important;

    margin-top: 7px !important;

    font-size: clamp(8px, 2.3vw, 11px) !important;
    line-height: 1.55 !important;

    text-align: center !important;

    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

}


/* ==================================================
   400px以下：円内説明を省略
================================================== */

@media screen and (max-width: 400px) {

  .tlcm-why-v2__circle {
    width: 42%;
    padding: 8px;
  }

  .tlcm-why-v2__circle-title {
    font-size: 12px !important;
  }

  .tlcm-why-v2__circle-text {
    display: none;
  }

}


/* ==================================================
   アクセシビリティ
================================================== */

.tlcm-why-v2__button:focus-visible {
  outline: 3px solid #8cb4df;
  outline-offset: 4px;
}

@media (prefers-reduced-motion: reduce) {

  .tlcm-why-v2__button,
  .tlcm-why-v2__button-arrow {
    transition: none;
  }

}

/* ==================================================
   TLCM RECRUIT V4
   PC：文章と画像を必ず横並び
   Base color：#1E428C
================================================== */

:root {
  --tlcm-rec4-blue: #1e428c;
  --tlcm-rec4-blue-dark: #16346e;
  --tlcm-rec4-cyan: #34b9c5;
  --tlcm-rec4-bg: #e5f5f6;
  --tlcm-rec4-black: #151515;
  --tlcm-rec4-text: #3f4853;
  --tlcm-rec4-white: #ffffff;
  --tlcm-rec4-placeholder: #d5e3e7;
}


/* ==================================================
   リセット
================================================== */

.tlcm-recruit-v4,
.tlcm-recruit-v4 * {
  box-sizing: border-box;
}

.tlcm-recruit-v4 {
  position: relative;
  width: 100%;
  max-width: none !important;
  margin-left: 0;
  overflow: hidden;

  padding: 115px 0 105px;

  color: var(--tlcm-rec4-black);
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.18) 100%
    ),
    var(--tlcm-rec4-bg);

  isolation: isolate;
}

.tlcm-recruit-v4 p,
.tlcm-recruit-v4 h2 {
  margin-top: 0;
  font-family: inherit !important;
}


/* ==================================================
   背景の巨大文字
================================================== */

.tlcm-recruit-v4__watermark {
  position: absolute;
  top: -48px;
  left: -12px;
  z-index: -1;

  margin: 0 !important;

  color: rgba(30, 66, 140, 0.045);

  font-size: clamp(125px, 16vw, 265px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.055em;

  white-space: nowrap;
  pointer-events: none;
  user-select: none;
}


/* ==================================================
   PC横並び
================================================== */

.tlcm-recruit-v4__inner {
  display: flex !important;
  flex-flow: row nowrap !important;

  align-items: center !important;
  justify-content: space-between !important;

  gap: clamp(50px, 6vw, 100px);

  width: min(1420px, calc(100% - 80px));
  margin-right: auto;
  margin-left: auto;
}

.tlcm-recruit-v4__copy {
  flex: 0 1 38%;
  width: 38%;
  min-width: 330px;
}

.tlcm-recruit-v4__visual {
  flex: 0 1 62%;
  width: 62%;
  min-width: 560px;
}


/* ==================================================
   左側
================================================== */

.tlcm-recruit-v4__copy {
  position: relative;
  z-index: 4;
}

.tlcm-recruit-v4__en {
  display: block !important;

  width: max-content !important;
  max-width: none !important;

  margin: 0 0 12px !important;
  padding: 0 !important;

  color: var(--tlcm-rec4-black) !important;

  font-size: clamp(52px, 4.8vw, 80px) !important;
  font-weight: 700 !important;
  line-height: 0.94 !important;
  letter-spacing: 0.015em !important;

  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;

  writing-mode: horizontal-tb !important;
  text-orientation: mixed !important;
}

.tlcm-recruit-v4__ja {
  margin: 0 0 43px !important;

  color: var(--tlcm-rec4-cyan) !important;

  font-size: clamp(20px, 1.8vw, 28px) !important;
  font-weight: 600 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.04em !important;
}

.tlcm-recruit-v4__title {
  display: block !important;

  width: max-content !important;
  max-width: none !important;

  margin: 0 0 25px !important;
  padding: 0 !important;

  color: var(--tlcm-rec4-black) !important;

  font-size: clamp(28px, 2.65vw, 42px) !important;
  font-weight: 600 !important;
  line-height: 1.75 !important;
  letter-spacing: 0.02em !important;

  /* HTML内の明示的な<br>以外では改行しない */
  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  line-break: strict !important;
}

.tlcm-recruit-v4__text {
  max-width: 550px;
  margin: 0 !important;

  color: var(--tlcm-rec4-text) !important;

  font-size: clamp(14px, 1.2vw, 18px) !important;
  font-weight: 400 !important;
  line-height: 2.05 !important;
  letter-spacing: 0.01em !important;
}


/* ==================================================
   ボタン
================================================== */

.tlcm-recruit-v4__button {
  display: flex;
  align-items: center;
  justify-content: space-between;

  width: min(100%, 470px);
  min-height: 108px;

  margin-top: 45px;
  padding: 25px 34px 25px 41px;

  border: 1px solid rgba(30, 66, 140, 0.08);

  color: var(--tlcm-rec4-black) !important;
  background: var(--tlcm-rec4-white);

  text-decoration: none !important;

  font-size: clamp(15px, 1.3vw, 19px);
  font-weight: 600;
  line-height: 1.5;

  box-shadow:
    0 14px 40px
    rgba(30, 66, 140, 0.045);

  transition:
    color 0.25s ease,
    background-color 0.25s ease,
    transform 0.25s ease;
}

.tlcm-recruit-v4__arrow {
  margin-left: 25px;

  color: var(--tlcm-rec4-blue);

  font-size: 22px;
  line-height: 1;

  transition: transform 0.25s ease;
}

.tlcm-recruit-v4__button:hover {
  color: var(--tlcm-rec4-white) !important;
  background: var(--tlcm-rec4-blue);
  transform: translateY(-2px);
}

.tlcm-recruit-v4__button:hover
.tlcm-recruit-v4__arrow {
  color: var(--tlcm-rec4-white);
  transform: translateX(7px);
}


/* ==================================================
   右側画像エリア
================================================== */

.tlcm-recruit-v4__visual {
  position: relative;
  height: 610px;
}


/* 共通画像設定 */

.tlcm-recruit-v4__photo {
  position: absolute;
  overflow: hidden;

  background-color: var(--tlcm-rec4-placeholder);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


/* メイン画像 */

.tlcm-recruit-v4__photo--main {
  top: 0;
  left: 0;
  z-index: 2;

  width: 63%;
  height: 570px;
}


/* サブ画像 */

.tlcm-recruit-v4__photo--sub {
  top: 22px;
  right: -4%;
  z-index: 1;

  width: 48%;
  height: 570px;
}


/* ==================================================
   未設定画像の表示
================================================== */

.tlcm-recruit-v4__placeholder {
  position: absolute;
  inset: 0;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;

  border: 2px dashed
    rgba(30, 66, 140, 0.25);

  color: var(--tlcm-rec4-blue);
  background:
    repeating-linear-gradient(
      -45deg,
      rgba(255, 255, 255, 0.28) 0,
      rgba(255, 255, 255, 0.28) 10px,
      rgba(30, 66, 140, 0.025) 10px,
      rgba(30, 66, 140, 0.025) 20px
    );

  text-align: center;
  pointer-events: none;
}

.tlcm-recruit-v4__placeholder strong {
  display: block;

  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.tlcm-recruit-v4__placeholder small {
  display: block;

  margin-top: 13px;

  color: var(--tlcm-rec4-text);

  font-size: 13px;
  line-height: 1.6;
}


/* data-imageをsetにすると案内を非表示 */

.tlcm-recruit-v4__photo[data-image="set"]
.tlcm-recruit-v4__placeholder {
  display: none;
}


/* ==================================================
   1101px〜1450px
   中型PCでRECRUITの折り返しを防止
================================================== */

@media screen and (min-width: 1101px) and (max-width: 1450px) {

  .tlcm-recruit-v4__inner {
    gap: clamp(34px, 4vw, 56px) !important;
  }

  .tlcm-recruit-v4__copy {
    flex: 0 0 44% !important;
    width: 44% !important;
    min-width: 0 !important;
  }

  .tlcm-recruit-v4__visual {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .tlcm-recruit-v4__en {
    font-size: clamp(56px, 4.8vw, 70px) !important;
  }

  .tlcm-recruit-v4__title {
    font-size: clamp(30px, 2.7vw, 42px) !important;
  }

}

/* ==================================================
   768px〜1100px
   横並びを維持
================================================== */

@media screen and (min-width: 768px) and (max-width: 1100px) {

  .tlcm-recruit-v4 {
    padding: 88px 0 82px;
  }

  .tlcm-recruit-v4__inner {
    display: flex !important;
    flex-flow: row nowrap !important;

    gap: 35px;

    width: min(100% - 50px, 1050px);
  }

  .tlcm-recruit-v4__copy {
    flex: 0 1 40%;
    width: 40%;
    min-width: 280px;
  }

  .tlcm-recruit-v4__visual {
    flex: 0 1 60%;
    width: 60%;
    min-width: 420px;
    height: 490px;
  }

  .tlcm-recruit-v4__en {
    font-size: clamp(47px, 6vw, 70px) !important;
  }

  .tlcm-recruit-v4__ja {
    margin-bottom: 28px !important;
    font-size: 19px !important;
  }

  .tlcm-recruit-v4__title {
    font-size: clamp(24px, 3vw, 33px) !important;
  }

  .tlcm-recruit-v4__text {
    font-size: 14px !important;
  }

  .tlcm-recruit-v4__button {
    min-height: 88px;
    margin-top: 34px;
    padding: 21px 27px 21px 31px;
  }

  .tlcm-recruit-v4__photo--main {
    height: 450px;
  }

  .tlcm-recruit-v4__photo--sub {
    height: 450px;
  }

}


/* ==================================================
   スマホだけ縦並び
================================================== */

@media screen and (max-width: 767px) {

  .tlcm-recruit-v4 {
    padding: 73px 0 0;
  }

  .tlcm-recruit-v4__watermark {
    top: -7px;
    left: -4px;
    font-size: 104px;
  }

  .tlcm-recruit-v4__inner {
    display: block !important;

    width: min(100% - 36px, 680px);
  }

  .tlcm-recruit-v4__copy,
  .tlcm-recruit-v4__visual {
    width: 100%;
    min-width: 0;
  }

  .tlcm-recruit-v4__en {
    margin-bottom: 10px !important;
    font-size: 48px !important;
  }

  .tlcm-recruit-v4__ja {
    margin-bottom: 27px !important;
    font-size: 18px !important;
  }

  .tlcm-recruit-v4__title {
    width: auto !important;
    max-width: 100% !important;

    margin-bottom: 20px !important;

    font-size: 27px !important;

    white-space: normal !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  .tlcm-recruit-v4__text {
    max-width: none;
    font-size: 14px !important;
    line-height: 2 !important;
  }

  .tlcm-recruit-v4__button {
    width: 100%;
    min-height: 80px;

    margin-top: 30px;
    padding: 20px 24px 20px 28px;

    font-size: 15px;
  }

  .tlcm-recruit-v4__visual {
    height: 540px;

    margin-top: 48px;
    margin-right: -18px;
    margin-left: -18px;
  }

  .tlcm-recruit-v4__photo--main {
    width: 76%;
    height: 500px;
  }

  .tlcm-recruit-v4__photo--sub {
    top: 65px;
    right: 0;

    width: 48%;
    height: 390px;
  }

}


/* ==================================================
   小さいスマホ
================================================== */

@media screen and (max-width: 430px) {

  .tlcm-recruit-v4__en {
    font-size: 42px !important;
  }

  .tlcm-recruit-v4__title {
    font-size: 24px !important;
  }

  .tlcm-recruit-v4__text br {
    display: none;
  }

  .tlcm-recruit-v4__visual {
    height: 470px;
  }

  .tlcm-recruit-v4__photo--main {
    width: 82%;
    height: 440px;
  }

  .tlcm-recruit-v4__photo--sub {
    top: 72px;
    width: 49%;
    height: 325px;
  }

}


/* ==================================================
   アクセシビリティ
================================================== */

.tlcm-recruit-v4__button:focus-visible {
  outline: 3px solid #8db6e1;
  outline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {

  .tlcm-recruit-v4__button,
  .tlcm-recruit-v4__arrow {
    transition: none;
  }

}
/* ==================================================
   TLCM CONTACT V5 (NEW)
   TCDテーマ競合回避・疑似要素強制リセット版
================================================== */

:root {
  --tlcm-v5-blue: #1e428c;
  --tlcm-v5-navy: #142f58;
  --tlcm-v5-cyan: #38bec8;
  --tlcm-v5-white: #ffffff;
}

/* 1. ベース設定（テーマスタイルの遮断） */
.tlcm-contact-v5,
.tlcm-contact-v5 * {
  box-sizing: border-box !important;
  writing-mode: horizontal-tb !important;
}

.tlcm-contact-v5 {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: var(--tlcm-v5-navy);
  background-image: var(--tlcm-contact-bg, none);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: left;
}

/* 2. 背景オーバーレイ */
.tlcm-contact-v5__overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(9,24,48,0.94) 0%, rgba(21,47,87,0.86) 48%, rgba(11,30,58,0.70) 100%);
  pointer-events: none;
}

/* 3. PCレイアウト */
.tlcm-contact-v5__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: min(1320px, calc(100% - 80px));
  min-height: 650px;
  margin: 0 auto;
  padding: 90px 0;
}

.tlcm-contact-v5__intro {
  flex: 1 1 40%;
  min-width: 320px;
}

.tlcm-contact-v5__actions {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 320px;
}

/* 4. 左側テキスト装飾 */
.tlcm-contact-v5__en {
  margin: 0 0 14px !important;
  color: var(--tlcm-v5-white) !important;
  font-size: clamp(58px, 6vw, 94px) !important;
  font-weight: 700 !important;
  line-height: 0.92 !important;
  letter-spacing: 0.035em !important;
}

.tlcm-contact-v5__ja {
  margin: 0 0 42px !important;
  color: var(--tlcm-v5-cyan) !important;
  font-size: clamp(20px, 1.8vw, 29px) !important;
  font-weight: 600 !important;
}

.tlcm-contact-v5__heading {
  margin: 0 0 23px !important;
  color: var(--tlcm-v5-white) !important;
  font-size: clamp(26px, 2.45vw, 39px) !important;
  font-weight: 600 !important;
  line-height: 1.7 !important;
}

.tlcm-contact-v5__description {
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  font-size: clamp(14px, 1.2vw, 18px) !important;
  line-height: 2.05 !important;
}

/* 5. カードのベース設定 */
.tlcm-contact-v5__card {
  position: relative;
  display: flex !important;
  align-items: center;
  width: 100%;
  min-height: 152px;
  padding: 28px 42px;
  text-decoration: none !important;
  transition: transform 0.25s ease, background-color 0.25s ease !important;
}

/* ★超重要：TCDテーマによる疑似要素の空箱発生を強制ブロック★ */
.tlcm-contact-v5__card::before,
.tlcm-contact-v5__card::after,
.tlcm-contact-v5__card *::before,
.tlcm-contact-v5__card *::after {
  display: none !important;
  content: none !important;
  background: none !important;
}

/* お問い合わせ・採用のカラー切り替え */
.tlcm-contact-v5__card--contact {
  background-color: var(--tlcm-v5-cyan) !important;
  color: var(--tlcm-v5-white) !important;
}

.tlcm-contact-v5__card--recruit {
  background-color: var(--tlcm-v5-white) !important;
  color: var(--tlcm-v5-blue) !important;
}

/* 6. カード内部レイアウト */
.tlcm-contact-v5__card-icon {
  flex: 0 0 60px;
  font-size: 34px;
  text-align: left;
}

.tlcm-contact-v5__card-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.tlcm-contact-v5__arrow {
  flex: 0 0 30px;
  font-size: 27px;
  text-align: right;
  transition: transform 0.25s ease;
}

/* テキスト装飾 */
.tlcm-contact-v5__card-en {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  opacity: 0.8;
  margin-bottom: 6px;
}

.tlcm-contact-v5__card-title {
  font-size: clamp(22px, 2.1vw, 32px);
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 6px;
}

.tlcm-contact-v5__card-description {
  font-size: 13px;
  opacity: 0.8;
}

/* 7. ホバーアクション */
@media (hover: hover) {
  .tlcm-contact-v5__card:hover {
    transform: translateX(-7px) !important;
  }
  .tlcm-contact-v5__card--contact:hover {
    background-color: var(--tlcm-v5-white) !important;
    color: var(--tlcm-v5-blue) !important;
  }
  .tlcm-contact-v5__card--recruit:hover {
    background-color: var(--tlcm-v5-blue) !important;
    color: var(--tlcm-v5-white) !important;
  }
  .tlcm-contact-v5__card:hover .tlcm-contact-v5__arrow {
    transform: translateX(7px);
  }
}

/* 8. レスポンシブ (タブレット・スマホ) */
@media screen and (max-width: 1024px) {
  .tlcm-contact-v5__inner {
    flex-direction: column;
    padding: 70px 0;
    gap: 40px;
  }
  .tlcm-contact-v5__intro,
  .tlcm-contact-v5__actions {
    width: 100%;
    flex: 1 1 auto;
  }
}

@media screen and (max-width: 767px) {
  .tlcm-contact-v5__inner {
    width: min(100% - 36px, 680px);
  }
  .tlcm-contact-v5__card {
    min-height: 110px;
    padding: 20px;
  }
  .tlcm-contact-v5__card-icon {
    flex: 0 0 45px;
    font-size: 26px;
  }
  .tlcm-contact-v5__card-title {
    font-size: 20px;
  }
  .tlcm-contact-v5__card-description {
    font-size: 11px;
  }
}

@media screen and (max-width: 430px) {
  .tlcm-contact-v5__en { font-size: 42px !important; }
  .tlcm-contact-v5__heading { font-size: 22px !important; }
  .tlcm-contact-v5__card-description { display: none; }
}

/* ==================================================
   TLCM CONTACT FIX (左揃え完全統一＆ボタンサイズ最適化)
================================================== */

.tlcm-contact-fix {
  background-color: #11264b;
  padding: 90px 20px;
  width: 100%;
  box-sizing: border-box !important;
}

/* PC：横並び配置 */
.tlcm-contact-fix__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 50px !important;
  box-sizing: border-box !important;
}

/* --- 左側：テキストエリア（完全に左揃えで統一） --- */
.tlcm-contact-fix__text {
  width: 48%;
  text-align: left !important; /* ★ブロック全体を左寄せ */
  box-sizing: border-box !important;
}

.tlcm-contact-fix__text .en-title {
  font-size: 56px !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  margin: 0 0 8px !important;
  line-height: 1 !important;
  letter-spacing: 0.05em !important;
  text-align: left !important;
}

.tlcm-contact-fix__text .ja-title {
  font-size: 16px !important;
  color: #38bec8 !important;
  font-weight: 600 !important;
  margin: 0 0 28px !important;
  text-align: left !important;
}

/* ★中央揃えになっていたメイン見出しを強制左揃え */
.tlcm-contact-fix__text h2 {
  font-size: 26px !important;
  color: #ffffff !important;
  line-height: 1.5 !important;
  margin: 0 0 20px !important;
  font-weight: 600 !important;
  text-align: left !important;
}

.tlcm-contact-fix__text .desc {
  font-size: 14px !important;
  color: rgba(255, 255, 255, 0.8) !important;
  line-height: 1.8 !important;
  margin: 0 !important;
  text-align: left !important;
}

/* --- 右側：カードエリア --- */
.tlcm-contact-fix__cards {
  width: 48%;
  display: flex !important;
  flex-direction: column !important;
  gap: 16px !important; /* ボタン同士の程よい間隔 */
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* ★★★ WordPressの自動<p><br>消去 ★★★ */
.tlcm-contact-fix__cards > p,
.tlcm-contact-fix__cards > br,
.tlcm-contact-fix__cards p,
.tlcm-contact-fix__cards br {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  width: 0 !important;
}

/* ★★★ ボタン（aタグ）本体：左側の高さ・存在感に合わせた十分なサイズ感 ★★★ */
.tlcm-contact-fix__cards a.card-btn {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 115px !important; /* ★左側テキストの高さとつり合う高さを確保 */
  padding: 28px 32px !important; /* ★ゆったりした厚みを持たせる */
  margin: 0 !important;
  text-decoration: none !important;
  transition: transform 0.25s ease !important;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  position: relative !important;
}

.tlcm-contact-fix__cards a.contact-btn {
  background-color: #38bec8 !important;
  color: #ffffff !important;
}

.tlcm-contact-fix__cards a.recruit-btn {
  background-color: #ffffff !important;
  color: #1e428c !important;
}

.tlcm-contact-fix__cards a.card-btn:hover {
  transform: translateY(-3px) !important;
}

/* テーマ側の不要要素リセット */
.tlcm-contact-fix__cards a.card-btn * {
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

/* アイコン（左） */
.tlcm-contact-fix__cards .icon-box {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 28px !important;
  line-height: 1 !important;
  width: 40px !important;
  margin-right: 24px !important;
  flex-shrink: 0 !important;
}

/* テキスト情報（中央） */
.tlcm-contact-fix__cards .card-info {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  flex-grow: 1 !important;
  text-align: left !important;
}

.tlcm-contact-fix__cards .card-info .cat {
  display: block !important;
  font-size: 11px !important;
  letter-spacing: 0.15em !important;
  margin-bottom: 4px !important;
  font-weight: 700 !important;
  opacity: 0.85 !important;
  line-height: 1.2 !important;
}

.tlcm-contact-fix__cards .card-info .main {
  display: block !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 4px !important;
  line-height: 1.3 !important;
}

.tlcm-contact-fix__cards .card-info .sub {
  display: block !important;
  font-size: 13px !important;
  opacity: 0.85 !important;
  line-height: 1.4 !important;
}

/* 矢印（右） */
.tlcm-contact-fix__cards .arrow {
  display: inline-block !important;
  font-size: 22px !important;
  margin-left: 16px !important;
  flex-shrink: 0 !important;
  line-height: 1 !important;
}

/* ==================================================
   レスポンシブ対応 (768px以下)
================================================== */
@media screen and (max-width: 768px) {
  .tlcm-contact-fix {
    padding: 50px 20px;
  }

  .tlcm-contact-fix__inner {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .tlcm-contact-fix__text,
  .tlcm-contact-fix__cards {
    width: 100% !important;
  }

  .tlcm-contact-fix__text .en-title {
    font-size: 40px !important;
  }

  .tlcm-contact-fix__text .ja-title {
    margin-bottom: 18px !important;
  }

  .tlcm-contact-fix__text h2 {
    font-size: 20px !important;
    margin-bottom: 12px !important;
  }

  .tlcm-contact-fix__cards {
    gap: 12px !important;
  }

  .tlcm-contact-fix__cards a.card-btn {
    padding: 20px 24px !important;
    min-height: auto !important;
  }

  .tlcm-contact-fix__cards .icon-box {
    margin-right: 16px !important;
    font-size: 24px !important;
    width: 32px !important;
  }

  .tlcm-contact-fix__cards .card-info .main {
    font-size: 18px !important;
  }
}
/* ==================================================
   TCD GENESIS FREE SPACE SPACING FIX
   内部レイアウトは変更せず、外枠余白とワイド時の幅だけ調整
================================================== */


/* --------------------------------------------------
   1. TCDフリースペース外枠の上下150pxを解除
-------------------------------------------------- */

section#why.cb_free_space,
section#recruit.cb_free_space,
section#gateway.cb_free_space {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;

  border: 0 !important;
  background: transparent !important;
}


/* WordPressエディタが自動挿入した空要素だけを除去 */

section#why.cb_free_space > p:empty,
section#recruit.cb_free_space > p:empty,
section#gateway.cb_free_space > p:empty,
section#why.cb_free_space > br,
section#recruit.cb_free_space > br,
section#gateway.cb_free_space > br {
  display: none !important;

  width: 0 !important;
  height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}


/* --------------------------------------------------
   2. 自作セクションの外側に余計な隙間を作らない
-------------------------------------------------- */

section#why .tlcm-why-v2,
section#recruit .tlcm-recruit-v4,
section#gateway .tlcm-contact-v5,
section#gateway .tlcm-contact-fix {
  width: 100% !important;
  max-width: none !important;

  margin-top: 0 !important;
  margin-bottom: 0 !important;
}


/* --------------------------------------------------
   3. 1500px以上：
   Flex構造や子要素の比率は変更せず、
   コンテンツ幅だけテーマ標準部分へ近づける
-------------------------------------------------- */

@media screen and (min-width: 1500px) {

  .tlcm-why-v2__inner,
  .tlcm-recruit-v4__inner,
  .tlcm-contact-v5__inner,
  .tlcm-contact-fix__inner {
    width: min(1720px, calc(100% - 80px)) !important;
    max-width: 1720px !important;

    margin-right: auto !important;
    margin-left: auto !important;
  }


  /* WHY：
     元のFlex配置を維持。円図の最大サイズも維持 */

  .tlcm-why-v2__inner {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .tlcm-why-v2__copy {
    flex: 0 1 42% !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .tlcm-why-v2__diagram {
    flex: 0 1 58% !important;

    width: min(100%, 680px) !important;
    max-width: 680px !important;

    margin-left: auto !important;
  }


  /* RECRUIT：
     元の左38％・右62％のFlex配置を維持 */

  .tlcm-recruit-v4__inner {
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .tlcm-recruit-v4__copy {
    flex: 0 1 38% !important;

    width: 38% !important;
    min-width: 330px !important;
  }

  .tlcm-recruit-v4__visual {
    flex: 0 1 62% !important;

    width: 62% !important;
    min-width: 560px !important;
  }


  /* CONTACT V5：
     元のFlex配置を維持 */

  .tlcm-contact-v5__inner {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
  }


  /* 現在使用中のCONTACT FIX：
     元の48％・48％のFlex配置を維持 */

  .tlcm-contact-fix__inner {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
  }

  .tlcm-contact-fix__text,
  .tlcm-contact-fix__cards {
    width: 48% !important;
  }

}
/* ==================================================
   GENESIS STANDARD SERVICE LIST SPACING FIX
   対象：トップページのコンテンツID「service」のみ
   WHY / RECRUIT / CONTACTには影響させない
================================================== */


/* --------------------------------------------------
   サービスセクション外側の余白を適正化
-------------------------------------------------- */

section#service {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;

  padding-top: clamp(72px, 6vw, 105px) !important;
  padding-bottom: clamp(72px, 6vw, 105px) !important;
}


/* --------------------------------------------------
   GENESISのサービス一覧本体
   テーマのバージョン差に備えて候補クラスを
   #service配下だけで限定指定
-------------------------------------------------- */

section#service.index_service_list,
section#service .index_service_list,
section#service.index_service,
section#service .index_service {
  margin-top: 0 !important;
  margin-bottom: 0 !important;

  padding-top: 0 !important;
  padding-bottom: 0 !important;
}


/* --------------------------------------------------
   見出し・説明文からカード一覧までの空白を縮小
-------------------------------------------------- */

section#service .design_header,
section#service .content_header,
section#service .index_service_header,
section#service .service_header,
section#service .headline_area {
  margin-bottom: clamp(36px, 3vw, 54px) !important;
}


/* カード一覧側に設定された大きな上余白を解除 */

section#service .service_list,
section#service .service_list_wrap,
section#service .service_list_inner,
section#service .index_service_list_inner {
  margin-top: clamp(36px, 3vw, 54px) !important;
  margin-bottom: 0 !important;
}


/* 見出し側と一覧側の両方に余白がある場合、
   隣接時は二重余白を作らない */

section#service .design_header + .service_list,
section#service .content_header + .service_list,
section#service .index_service_header + .service_list,
section#service .service_header + .service_list,
section#service .headline_area + .service_list,
section#service .design_header + .service_list_wrap,
section#service .content_header + .service_list_wrap,
section#service .index_service_header + .service_list_wrap,
section#service .service_header + .service_list_wrap,
section#service .headline_area + .service_list_wrap {
  margin-top: 0 !important;
}


/* --------------------------------------------------
   3枚のカード下端に不要な外側余白を残さない
   カード内部のテキスト領域には触れない
-------------------------------------------------- */

section#service .service_list {
  padding-bottom: 0 !important;
}

section#service .service_list > * {
  margin-bottom: 0 !important;
}


/* --------------------------------------------------
   タブレット
-------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1100px) {

  section#service {
    padding-top: 78px !important;
    padding-bottom: 82px !important;
  }

  section#service .design_header,
  section#service .content_header,
  section#service .index_service_header,
  section#service .service_header,
  section#service .headline_area {
    margin-bottom: 38px !important;
  }

  section#service .service_list,
  section#service .service_list_wrap,
  section#service .service_list_inner,
  section#service .index_service_list_inner {
    margin-top: 38px !important;
  }

}


/* --------------------------------------------------
   スマートフォン
-------------------------------------------------- */

@media screen and (max-width: 767px) {

  section#service {
    padding-top: 68px !important;
    padding-bottom: 72px !important;
  }

  section#service .design_header,
  section#service .content_header,
  section#service .index_service_header,
  section#service .service_header,
  section#service .headline_area {
    margin-bottom: 30px !important;
  }

  section#service .service_list,
  section#service .service_list_wrap,
  section#service .service_list_inner,
  section#service .index_service_list_inner {
    margin-top: 30px !important;
  }

}
/* ==================================================
   RECRUIT FINAL NORMALIZATION
   GENESIS見出し余白・自動整形・画像下端を局所修正
================================================== */

/* 左カラムを通常の縦積みに固定 */
.tlcm-recruit-v4__copy {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

/* GENESISの本文・見出し余白を採用セクション内だけ解除 */
.tlcm-recruit-v4__copy > p,
.tlcm-recruit-v4__copy > h2 {
  padding: 0 !important;
}

.tlcm-recruit-v4__copy > p:empty,
.tlcm-recruit-v4__copy > br,
.tlcm-recruit-v4__copy > p:has(> br:only-child) {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* 各要素の縦間隔を明示 */
.tlcm-recruit-v4__en {
  margin: 0 0 12px !important;
}

.tlcm-recruit-v4__ja {
  margin: 0 0 44px !important;
}

.tlcm-recruit-v4__title {
  width: max-content !important;
  max-width: 100% !important;

  margin: 0 0 25px !important;
  padding: 0 !important;

  text-align: left !important;

  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.tlcm-recruit-v4__text {
  margin: 0 !important;
  padding: 0 !important;
}

.tlcm-recruit-v4__button {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;

  margin-top: 45px !important;
}

/* WordPressがボタン内へ空要素を挿入しても分裂させない */
.tlcm-recruit-v4__button > p,
.tlcm-recruit-v4__button > br,
.tlcm-recruit-v4__button p,
.tlcm-recruit-v4__button br {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tlcm-recruit-v4__button > span {
  position: static !important;
  display: block !important;
  width: auto !important;
  max-width: none !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.tlcm-recruit-v4__button-label {
  flex: 1 1 auto !important;
}

/* PC・タブレットでは写真を画像エリアの下端まで伸ばす */
@media screen and (min-width: 768px) {
  .tlcm-recruit-v4__photo--main {
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
  }

  .tlcm-recruit-v4__photo--sub {
    top: 22px !important;
    bottom: 0 !important;
    height: auto !important;
  }
}

/* スマホでは自然な折り返しを許可 */
@media screen and (max-width: 767px) {
  .tlcm-recruit-v4__ja {
    margin-bottom: 27px !important;
  }

  .tlcm-recruit-v4__title {
    width: auto !important;
    max-width: 100% !important;

    white-space: normal !important;
  }

  .tlcm-recruit-v4__button {
    margin-top: 30px !important;
  }
}
/* ==================================================
   RECRUIT V9
   WordPress / GENESIS が自動生成した段落ボックスを無害化
================================================== */

/* 左カラム自身に高さ配分をさせない */
.tlcm-recruit-v4__copy {
  height: auto !important;
  min-height: 0 !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;

  row-gap: 0 !important;
}

/*
 * コード内の改行からクラスなしpが生成された場合、
 * pの箱だけをなくして中のリンクなどは残す。
 */
.tlcm-recruit-v4__copy > p:not(.tlcm-recruit-v4__en):not(.tlcm-recruit-v4__ja):not(.tlcm-recruit-v4__text) {
  display: contents !important;

  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

/* 直接挿入された改行はレイアウトに参加させない */
.tlcm-recruit-v4__copy > br {
  display: none !important;

  width: 0 !important;
  height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* 期待する5要素を順番どおりに固定 */
.tlcm-recruit-v4__en {
  order: 1 !important;
}

.tlcm-recruit-v4__ja {
  order: 2 !important;

  position: static !important;
  inset: auto !important;
  transform: none !important;

  margin: 0 0 38px !important;
}

.tlcm-recruit-v4__title {
  order: 3 !important;

  position: static !important;
  inset: auto !important;
  transform: none !important;
  float: none !important;

  width: max-content !important;
  max-width: 100% !important;

  margin: 0 0 25px !important;
  padding: 0 !important;
}

.tlcm-recruit-v4__text {
  order: 4 !important;

  position: static !important;
  inset: auto !important;
  transform: none !important;

  margin: 0 !important;
  padding: 0 !important;
}

.tlcm-recruit-v4__button {
  order: 5 !important;

  position: relative !important;
  inset: auto !important;
  transform: none;

  width: min(100%, 470px) !important;

  margin: 45px 0 0 !important;
}

/* ボタン内に生成された余計な段落も箱だけ除去 */
.tlcm-recruit-v4__button p {
  display: contents !important;

  margin: 0 !important;
  padding: 0 !important;
}

/* スマホ */
@media screen and (max-width: 767px) {
  .tlcm-recruit-v4__ja {
    margin-bottom: 27px !important;
  }

  .tlcm-recruit-v4__title {
    width: auto !important;
    white-space: normal !important;
  }

  .tlcm-recruit-v4__button {
    width: 100% !important;
    margin-top: 30px !important;
  }
}
/* ==================================================
   RECRUIT V10
   タイトルを必ず2行に固定
================================================== */

.tlcm-recruit-v4__title {
  display: block !important;

  width: max-content !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 0 25px !important;
  padding: 0 !important;

  font-size: clamp(28px, 2.65vw, 42px) !important;
  font-weight: 600 !important;
  line-height: 1.45 !important;
  letter-spacing: 0.02em !important;

  text-align: left !important;

  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

/* 1つのspanを必ず1行として表示 */
.tlcm-recruit-v4__title-line {
  position: static !important;

  display: block !important;

  width: max-content !important;
  max-width: 100% !important;
  height: auto !important;
  min-height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 0 !important;
  background: transparent !important;

  font: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;

  white-space: nowrap !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;

  transform: none !important;
}

/* 2行目との間隔 */
.tlcm-recruit-v4__title-line + .tlcm-recruit-v4__title-line {
  margin-top: 8px !important;
}

@media screen and (max-width: 767px) {
  .tlcm-recruit-v4__title {
    width: auto !important;

    font-size: 27px !important;
    line-height: 1.45 !important;
  }

  .tlcm-recruit-v4__title-line {
    width: auto !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 430px) {
  .tlcm-recruit-v4__title {
    font-size: 23px !important;
  }

  .tlcm-recruit-v4__title-line + .tlcm-recruit-v4__title-line {
    margin-top: 6px !important;
  }
}

/* ==================================================
   RECRUIT：文字ブロックと画像の高さを整える
================================================== */

@media screen and (min-width: 1101px) {

  .tlcm-recruit-v4__inner {
    align-items: center !important;
  }

  .tlcm-recruit-v4__visual {
    height: 540px !important;
    align-self: center !important;
  }

  .tlcm-recruit-v4__photo--main {
    top: 0 !important;
    bottom: 0 !important;
    height: auto !important;
  }

  .tlcm-recruit-v4__photo--sub {
    top: 22px !important;
    bottom: 0 !important;
    height: auto !important;
  }

}


/* かなり広い画面でも画像を巨大化させない */

@media screen and (min-width: 1500px) {

  .tlcm-recruit-v4__visual {
    height: 560px !important;
  }

}


/* タブレット */

@media screen and (min-width: 768px) and (max-width: 1100px) {

  .tlcm-recruit-v4__visual {
    height: 470px !important;
  }

}

/* ==================================================
   RECRUIT：2枚の画像を最終調整
================================================== */

@media screen and (min-width: 1101px) {

  .tlcm-recruit-v4__visual {
    position: relative !important;
    height: 540px !important;
    overflow: visible !important;
  }

  /* 手前のメイン画像 */
  .tlcm-recruit-v4__photo--main {
    top: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    right: auto !important;

    z-index: 2 !important;

    width: 64% !important;
    height: auto !important;

    background-position: center top !important;
    background-size: auto 110% !important;
  }

  /* 奥のサブ画像 */
  .tlcm-recruit-v4__photo--sub {
    top: 24px !important;
    right: 0 !important;
    bottom: 0 !important;
    left: auto !important;

    z-index: 1 !important;

    width: 46% !important;
    height: auto !important;

    /* 画像自体の下側の白帯を表示領域外へ出す */
    background-position: center top !important;
    background-size: auto 108% !important;
  }

}

/* =========================================================
   TLCM SERVICE DETAIL v9
   残り4サービス共通 / 業務系・ITシステム開発 v8準拠
   ========================================================= */

.tlcm-service-v9 {
  --tlcm-blue: #1e428c;
  --tlcm-blue-deep: #15336f;
  --tlcm-cyan: #42bec9;
  --tlcm-pale: #eef8fb;
  --tlcm-ink: #101828;
  --tlcm-text: #344054;
  --tlcm-muted: #667085;
  --tlcm-line: #dce4ec;
  position: relative !important;
  left: 50% !important;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 0 -50vw !important;
  padding: 0 !important;
  overflow: hidden !important;
  color: var(--tlcm-ink) !important;
  background: #fff !important;
  font-family: Arial, Helvetica, "Hiragino Sans", "Yu Gothic", YuGothic, Meiryo, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.9 !important;
  letter-spacing: .025em !important;
  text-align: left !important;
  -webkit-font-smoothing: antialiased !important;
}

.tlcm-service-v9,
.tlcm-service-v9 * {
  box-sizing: border-box !important;
}

.tlcm-service-v9 h2,
.tlcm-service-v9 h3,
.tlcm-service-v9 p,
.tlcm-service-v9 figure {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
}

.tlcm-service-v9 img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
}

.tlcm-service-v9__inner {
  width: min(calc(100% - 120px), 1640px) !important;
  max-width: 1640px !important;
  margin: 0 auto !important;
  padding: 0 !important;
}

.tlcm-service-v9__eyebrow {
  color: var(--tlcm-blue) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .22em !important;
}

/* INTRO */
.tlcm-service-v9__intro {
  padding: clamp(102px, 7.9vw, 138px) 0 clamp(100px, 7.9vw, 136px) !important;
  background: #fff !important;
}

.tlcm-service-v9__intro-grid {
  display: grid !important;
  grid-template-columns: 48% 48% !important;
  column-gap: 4% !important;
  align-items: start !important;
}

.tlcm-service-v9__intro-heading,
.tlcm-service-v9__intro-copy {
  width: 100% !important;
  justify-self: start !important;
  text-align: left !important;
}

.tlcm-service-v9__intro-heading h2 {
  display: block !important;
  width: 100% !important;
  margin-top: 25px !important;
  color: var(--tlcm-ink) !important;
  font-size: clamp(43px, 3.8vw, 58px) !important;
  font-weight: 700 !important;
  line-height: 1.52 !important;
  letter-spacing: -.045em !important;
}

.tlcm-service-v9__intro-copy {
  padding-top: 28px !important;
  color: var(--tlcm-text) !important;
  font-size: clamp(16px, 1.15vw, 18px) !important;
  line-height: 2.25 !important;
}

.tlcm-service-v9__intro-copy p + p {
  margin-top: 27px !important;
}

/* PHOTO FEATURE */
.tlcm-service-v9__feature {
  position: relative !important;
  padding: 30px 0 clamp(118px, 9vw, 160px) !important;
  overflow: hidden !important;
  background: #fff !important;
}

.tlcm-service-v9__feature-bg span {
  position: absolute !important;
  z-index: 0 !important;
  display: block !important;
  border-radius: 50% !important;
  pointer-events: none !important;
}

.tlcm-service-v9__feature-bg span:first-child {
  top: 2% !important;
  left: -5vw !important;
  width: clamp(170px, 19vw, 330px) !important;
  height: clamp(170px, 19vw, 330px) !important;
  background: rgba(66,190,201,.18) !important;
}

.tlcm-service-v9__feature-bg span:last-child {
  right: -3vw !important;
  bottom: 12% !important;
  width: clamp(120px, 14vw, 240px) !important;
  height: clamp(120px, 14vw, 240px) !important;
  border: 1px solid rgba(30,66,140,.16) !important;
}

.tlcm-service-v9__feature-inner {
  position: relative !important;
  z-index: 1 !important;
  width: min(calc(100% - 100px), 1470px) !important;
  margin: 0 auto !important;
}

.tlcm-service-v9__feature-photo {
  height: clamp(470px, 45vw, 690px) !important;
  overflow: hidden !important;
  border-radius: 48% 48% 48% 12% / 38% 38% 48% 38% !important;
  box-shadow: 0 30px 80px rgba(30,66,140,.12) !important;
}

.tlcm-service-v9__feature-caption {
  position: absolute !important;
  left: clamp(28px, 5vw, 78px) !important;
  bottom: clamp(28px, 4.5vw, 68px) !important;
  display: inline-flex !important;
  padding: 18px 22px !important;
  flex-direction: column !important;
  gap: 5px !important;
  color: #fff !important;
  background: rgba(20,52,111,.86) !important;
  backdrop-filter: blur(9px) !important;
  border-radius: 13px !important;
}

.tlcm-service-v9__feature-caption p {
  color: #fff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: .18em !important;
}

.tlcm-service-v9__feature-caption span {
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

/* SERVICE FIELDS */
.tlcm-service-v9__fields {
  padding: clamp(105px, 8.3vw, 145px) 0 clamp(104px, 8.2vw, 140px) !important;
  background: radial-gradient(circle at 8% 8%, rgba(66,190,201,.12), transparent 22%), #f7f9fc !important;
}

.tlcm-service-v9__section-head {
  display: grid !important;
  grid-template-columns: 48% 48% !important;
  column-gap: 4% !important;
  align-items: end !important;
  margin-bottom: clamp(58px, 5.5vw, 84px) !important;
}

.tlcm-service-v9__section-title,
.tlcm-service-v9__section-copy {
  width: 100% !important;
  justify-self: start !important;
  text-align: left !important;
}

.tlcm-service-v9__section-head h2 {
  width: 100% !important;
  margin-top: 19px !important;
  color: var(--tlcm-ink) !important;
  font-size: clamp(38px, 3.2vw, 50px) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: -.035em !important;
}

.tlcm-service-v9__section-copy {
  color: var(--tlcm-muted) !important;
  font-size: 16px !important;
  line-height: 2.05 !important;
}

.tlcm-service-v9__field-grid {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(28px, 2.8vw, 52px) !important;
  align-items: start !important;
}

.tlcm-service-v9__field-item {
  min-width: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.tlcm-service-v9__field-number {
  color: var(--tlcm-blue) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .08em !important;
}

.tlcm-service-v9__field-line {
  display: block !important;
  width: 32px !important;
  height: 3px !important;
  margin: 15px 0 18px !important;
  background: var(--tlcm-cyan) !important;
  border-radius: 999px !important;
}

.tlcm-service-v9__field-item h3 {
  width: 100% !important;
  min-height: 0 !important;
  margin: 0 !important;
  color: var(--tlcm-ink) !important;
  font-size: clamp(19px, 1.38vw, 24px) !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;
  letter-spacing: -.025em !important;
  word-break: keep-all !important;
  overflow-wrap: normal !important;
}

.tlcm-service-v9__field-item > p:last-child {
  margin-top: 0 !important;
  padding: 0 !important;
  color: var(--tlcm-muted) !important;
  font-size: 13px !important;
  line-height: 1.85 !important;
}

/* APPROACH */
.tlcm-service-v9__approach {
  position: relative !important;
  padding: clamp(88px, 7vw, 118px) 0 clamp(92px, 7.2vw, 122px) !important;
  overflow: hidden !important;
  background: #fff !important;
}

.tlcm-service-v9__approach-accent {
  position: absolute !important;
  right: -80px !important;
  top: -90px !important;
  width: 320px !important;
  height: 320px !important;
  border-radius: 50% !important;
  background: linear-gradient(135deg, rgba(66,190,201,.24), rgba(30,66,140,.08)) !important;
}

.tlcm-service-v9__approach-grid {
  position: relative !important;
  z-index: 1 !important;
  display: grid !important;
  grid-template-columns: 48% 44% !important;
  column-gap: 8% !important;
  align-items: center !important;
}

.tlcm-service-v9__approach-photo {
  height: clamp(380px, 34vw, 500px) !important;
  overflow: hidden !important;
  border-radius: 12px 46% 12px 46% / 12px 38% 12px 38% !important;
}

.tlcm-service-v9__approach-copy {
  width: 100% !important;
  justify-self: start !important;
}

.tlcm-service-v9__approach-copy h2 {
  width: 100% !important;
  margin-top: 24px !important;
  color: var(--tlcm-ink) !important;
  font-size: clamp(38px, 3.25vw, 50px) !important;
  font-weight: 700 !important;
  line-height: 1.55 !important;
  letter-spacing: -.04em !important;
}

.tlcm-service-v9__approach-copy > p:nth-of-type(2) {
  width: 100% !important;
  margin-top: 29px !important;
  color: var(--tlcm-text) !important;
  font-size: 16px !important;
  line-height: 2.2 !important;
}

.tlcm-service-v9__keywords {
  width: 100% !important;
  margin-top: 28px !important;
  color: var(--tlcm-blue) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.8 !important;
  letter-spacing: .09em !important;
}

.tlcm-service-v9__keywords span {
  display: inline !important;
  margin: 0 8px !important;
  color: var(--tlcm-cyan) !important;
}

/* Page-specific crop */
.tlcm-service-v9--embedded .tlcm-service-v9__feature-photo img { object-position: 58% center !important; }
.tlcm-service-v9--embedded .tlcm-service-v9__approach-photo img { object-position: 62% center !important; }
.tlcm-service-v9--staffing .tlcm-service-v9__feature-photo img { object-position: 61% center !important; }
.tlcm-service-v9--staffing .tlcm-service-v9__approach-photo img { object-position: 63% center !important; }
.tlcm-service-v9--operations .tlcm-service-v9__feature-photo img { object-position: 59% center !important; }
.tlcm-service-v9--operations .tlcm-service-v9__approach-photo img { object-position: 61% center !important; }
.tlcm-service-v9--enablement .tlcm-service-v9__feature-photo img { object-position: 59% center !important; }
.tlcm-service-v9--enablement .tlcm-service-v9__approach-photo img { object-position: 62% center !important; }

/* 1080 */
@media (max-width: 1180px) and (min-width: 768px) {
  .tlcm-service-v9__inner {
    width: calc(100% - 84px) !important;
  }

  .tlcm-service-v9__intro-heading h2 {
    font-size: 42px !important;
  }

  .tlcm-service-v9__feature-inner {
    width: calc(100% - 52px) !important;
  }

  .tlcm-service-v9__field-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 24px !important;
  }

  .tlcm-service-v9__field-item h3 {
    font-size: 16px !important;
    line-height: 1.45 !important;
  }

  .tlcm-service-v9__field-item > p:last-child {
    font-size: 12px !important;
    line-height: 1.8 !important;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .tlcm-service-v9__inner {
    width: calc(100% - 48px) !important;
  }

  .tlcm-service-v9__intro,
  .tlcm-service-v9__fields,
  .tlcm-service-v9__approach {
    padding-top: 76px !important;
    padding-bottom: 82px !important;
  }

  .tlcm-service-v9__intro-grid,
  .tlcm-service-v9__section-head,
  .tlcm-service-v9__approach-grid {
    grid-template-columns: 1fr !important;
    column-gap: 0 !important;
    row-gap: 40px !important;
  }

  .tlcm-service-v9__intro-heading h2 {
    font-size: 34px !important;
    line-height: 1.55 !important;
  }

  .tlcm-service-v9__intro-copy {
    padding-top: 0 !important;
    font-size: 15px !important;
    line-height: 2.1 !important;
  }

  .tlcm-service-v9__feature {
    padding: 0 0 84px !important;
  }

  .tlcm-service-v9__feature-inner {
    width: calc(100% - 30px) !important;
  }

  .tlcm-service-v9__feature-photo {
    height: 330px !important;
    border-radius: 38% 38% 38% 9% / 25% 25% 38% 25% !important;
  }

  .tlcm-service-v9__feature-caption {
    left: 18px !important;
    bottom: 18px !important;
    padding: 14px 16px !important;
  }

  .tlcm-service-v9__feature-caption span {
    font-size: 14px !important;
  }

  .tlcm-service-v9__section-head {
    margin-bottom: 42px !important;
  }

  .tlcm-service-v9__section-head h2 {
    font-size: 34px !important;
  }

  .tlcm-service-v9__field-grid {
    grid-template-columns: 1fr !important;
    gap: 38px !important;
  }

  .tlcm-service-v9__field-item {
    padding-bottom: 34px !important;
    border-bottom: 1px solid var(--tlcm-line) !important;
  }

  .tlcm-service-v9__field-item:last-child {
    padding-bottom: 0 !important;
    border-bottom: 0 !important;
  }

  .tlcm-service-v9__field-item h3 {
    font-size: 24px !important;
    line-height: 1.5 !important;
  }

  .tlcm-service-v9__field-item > p:last-child {
    font-size: 14px !important;
    line-height: 1.9 !important;
  }

  .tlcm-service-v9__approach-photo {
    height: 310px !important;
  }

  .tlcm-service-v9__approach-copy h2 {
    font-size: 32px !important;
  }

  .tlcm-service-v9__keywords {
    font-size: 10px !important;
  }
}

/* =========================================================
   フッターロゴ
   PC用・スマホ用の重複表示を防止
========================================================= */

/* PC */
#footer #footer_logo img.logo_image.pc {
  display: block !important;
  width: 190px !important;
  max-width: 190px !important;
  height: auto !important;
  object-fit: contain !important;
}

#footer #footer_logo img.logo_image.mobile {
  display: none !important;
}

/* スマートフォン */
@media screen and (max-width: 767px) {
  #footer #footer_logo img.logo_image.pc {
    display: none !important;
  }

  #footer #footer_logo img.logo_image.mobile {
    display: block !important;
    width: 155px !important;
    max-width: 155px !important;
    height: auto !important;
    object-fit: contain !important;
  }
}

/* =========================================================
   TOP PAGE / WHY TLCM
========================================================= */

/* 「選ばれる理由」をPC・スマホとも左寄せ */
body.home .tlcm-why-v2__copy {
  text-align: left !important;
  align-items: flex-start !important;
}

body.home .tlcm-why-v2__title {
  display: block !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: left !important;
  justify-self: start !important;
}


/* スマートフォン：ボタンをコンテンツ幅いっぱいにする */
@media screen and (max-width: 619px) {
  body.home .tlcm-why-v2__button {
    display: flex !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}
/* =========================================================
   TOP PAGE / WHY TLCM
   ボタン矢印を図形で正確に中央配置
========================================================= */

body.home .tlcm-why-v2__button {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  padding-right: 72px !important;
}

/* WordPressが自動挿入した改行を無効化 */
body.home .tlcm-why-v2__button > br {
  display: none !important;
}

/* ボタン文言 */
body.home
.tlcm-why-v2__button
> span:not(.tlcm-why-v2__button-arrow) {
  display: block !important;
  line-height: 1.4 !important;
}

/* 元の文字矢印を隠して、描画領域だけ作る */
body.home .tlcm-why-v2__button-arrow {
  position: absolute !important;
  top: 50% !important;
  right: 30px !important;

  display: block !important;
  width: 22px !important;
  height: 14px !important;

  margin: 0 !important;
  padding: 0 !important;

  color: transparent !important;
  font-size: 0 !important;
  line-height: 0 !important;

  transform: translateY(-50%) !important;
  transition: transform 0.25s ease !important;
}

/* 矢印の横線 */
body.home .tlcm-why-v2__button-arrow::before {
  position: absolute !important;
  top: 50% !important;
  left: 0 !important;

  width: 21px !important;
  height: 1px !important;

  background: currentColor !important;
  color: #17366f !important;

  content: "" !important;
  transform: translateY(-50%) !important;
}

/* 矢印の先端 */
body.home .tlcm-why-v2__button-arrow::after {
  position: absolute !important;
  top: 50% !important;
  right: 0 !important;

  width: 7px !important;
  height: 7px !important;

  border-top: 1px solid #17366f !important;
  border-right: 1px solid #17366f !important;

  content: "" !important;
  transform: translateY(-50%) rotate(45deg) !important;
}

/* ホバー */
body.home
.tlcm-why-v2__button:hover
.tlcm-why-v2__button-arrow {
  transform: translate(5px, -50%) !important;
}

body.home
.tlcm-why-v2__button:hover
.tlcm-why-v2__button-arrow::before {
  background: #fff !important;
}

body.home
.tlcm-why-v2__button:hover
.tlcm-why-v2__button-arrow::after {
  border-color: #fff !important;
}

@media screen and (max-width: 619px) {
  body.home .tlcm-why-v2__button {
    padding-right: 64px !important;
  }

  body.home .tlcm-why-v2__button-arrow {
    right: 24px !important;
  }
}

/* トップページのGENESIS標準ファーストビューを非表示 */
body.home #header_slider_wrap {
  display: none !important;
}

/* =========================================================
   TCD GENESIS TOP RESET
========================================================= */

body.home #header_slider_wrap {
  display: none !important;
}

body.home #content_builder > #cb_content_1,
body.home #cb_content_1,
body.home #cb_content_1 > .post_content,
body.home #cb_content_1 .tcdce-body {
  width: 100% !important;
  max-width: none !important;

  margin: 0 !important;
  padding: 0 !important;

  background: transparent !important;
}

body.home #cb_content_1 .tcdce-body > p:empty,
body.home #cb_content_1 .tcdce-body > p:has(> br:only-child) {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

/* =========================================================
   TLCM TOP HERO / ABOUT FINAL
   TCD GENESIS 子テーマ style.css 用
========================================================= */

.tlcm-hero29,
.tlcm-hero29 *,
.tlcm-hero29 *::before,
.tlcm-hero29 *::after {
  box-sizing: border-box !important;
}

.tlcm-hero29 {
  --tlcm-blue: #17478f;
  --tlcm-navy: #102846;
  --tlcm-cyan: #78d9ef;
  --tlcm-text: #344457;

  position: relative !important;
  isolation: isolate !important;

  width: 100vw !important;
  max-width: none !important;
  min-height: 930px !important;

  margin: 0 calc(50% - 50vw) !important;
  padding: 0 !important;

  overflow: hidden !important;

  background:
    radial-gradient(circle at 53% 40%, rgba(120, 217, 239, .055), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #fbfdff 100%) !important;

  color: var(--tlcm-navy) !important;

  font-family:
    Arial,
    Helvetica,
    "Hiragino Sans",
    "Yu Gothic",
    YuGothic,
    Meiryo,
    sans-serif !important;

  -webkit-font-smoothing: antialiased;
}

.tlcm-hero29 > p,
.tlcm-hero29 > br,
.tlcm-hero29__inner > p,
.tlcm-hero29__inner > br {
  display: none !important;
}

.tlcm-hero29__inner {
  position: relative !important;
  z-index: 1 !important;

  width: min(calc(100% - 96px), 1440px) !important;
  min-height: 930px !important;

  margin: 0 auto !important;
  padding: 52px 0 82px !important;
}

/* =========================================================
   COPY
========================================================= */


.tlcm-hero29__copy::before {
  content: "" !important;

  position: absolute !important;
  z-index: -1 !important;

  top: -28px !important;
  left: -42px !important;

  width: calc(100% + 120px) !important;
  height: calc(100% + 72px) !important;

  background:
    linear-gradient(
      90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.96) 72%,
      rgba(255,255,255,.50) 90%,
      rgba(255,255,255,0) 100%
    ) !important;

  pointer-events: none !important;
}


.tlcm-hero29__copy {
  position: relative !important;
  z-index: 30 !important;

  width: 46% !important;
  max-width: 650px !important;

  padding-top: 28px !important;
}

.tlcm-hero29__eyebrow {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;

  margin: 0 0 28px !important;
  padding: 0 !important;

  color: var(--tlcm-blue) !important;

  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
  letter-spacing: .045em !important;
}

.tlcm-hero29__eyebrow::after {
  content: "" !important;

  width: 44px !important;
  height: 2px !important;

  background:
    linear-gradient(
      90deg,
      var(--tlcm-blue),
      var(--tlcm-cyan)
    ) !important;
}

.tlcm-hero29__title {
  margin: 0 0 31px !important;
  padding: 0 !important;

  color: var(--tlcm-navy) !important;

  font-size: clamp(58px, 4.85vw, 78px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -.058em !important;

  text-align: left !important;
}

.tlcm-hero29__title span {
  display: block !important;
  white-space: nowrap !important;
}

.tlcm-hero29__belief {
  margin: 0 0 21px !important;
  padding: 0 !important;

  color: #1e2938 !important;

  font-size: clamp(17px, 1.24vw, 20px) !important;
  font-weight: 600 !important;
  line-height: 1.82 !important;
}

.tlcm-hero29__belief strong {
  color: var(--tlcm-blue) !important;
  font-weight: 700 !important;
}

.tlcm-hero29__description {
  margin: 0 !important;
  padding: 0 !important;

  color: var(--tlcm-text) !important;

  font-size: clamp(18px, 1.18vw, 20px) !important;
  font-weight: 500 !important;
  line-height: 1.95 !important;
}

/* =========================================================
   SERVICES
========================================================= */

.tlcm-hero29__services {
  position: relative !important;
  z-index: 30 !important;
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;

  width: min(100%, 620px) !important;

  margin-top: 30px !important;
}

.tlcm-hero29__service {
  position: relative !important;

  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 7px !important;

  min-height: 88px !important;
  padding: 0 12px !important;

  text-align: center !important;
}

.tlcm-hero29__service + .tlcm-hero29__service {
  border-left: 1px solid rgba(23, 71, 143, .18) !important;
}

.tlcm-hero29__service-icon {
  display: grid !important;
  place-items: center !important;

  width: 48px !important;
  height: 48px !important;

  color: var(--tlcm-blue) !important;
}

.tlcm-hero29__service-icon svg {
  width: 40px !important;
  height: 40px !important;

  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
}

.tlcm-hero29__service span {
  color: #223249 !important;

  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1.45 !important;

  white-space: nowrap !important;
}

/* =========================================================
   PHOTOS
========================================================= */

.tlcm-hero29__photo-wrap {
  position: absolute !important;
  z-index: 10 !important;

  overflow: hidden !important;

  background: #e1e9ef !important;
}

.tlcm-hero29__photo {
  display: block !important;

  width: 100% !important;
  height: 100% !important;

  object-fit: cover !important;
}

/* 右上メイン */
.tlcm-hero29__photo-wrap--main {
  z-index: 12 !important;

  top: -50px !important;
  right: -36px !important;

  width: 55.5% !important;
  height: 515px !important;

  border-radius:
    43% 57% 37% 63%
    /
    39% 43% 57% 61% !important;
}

.tlcm-hero29__photo-wrap--main .tlcm-hero29__photo {
  object-position: center center !important;
}

/* 左下 */
.tlcm-hero29__photo-wrap--sub-left {
  z-index: 10 !important;

  left: 7% !important;
  bottom: -74px !important;

  width: 47% !important;
  height: 330px !important;

  border-radius:
    54% 46% 56% 44%
    /
    50% 59% 41% 50% !important;
}

.tlcm-hero29__photo-wrap--sub-left .tlcm-hero29__photo {
  object-position: center 44% !important;
}

/* 右下 */
.tlcm-hero29__photo-wrap--sub-right {
  z-index: 11 !important;

  right: .7% !important;
  bottom: -30px !important;

  width: 36% !important;
  height: 322px !important;

  border-radius:
    42% 58% 44% 56%
    /
    55% 43% 57% 45% !important;
}

.tlcm-hero29__photo-wrap--sub-right .tlcm-hero29__photo {
  object-position: center center !important;
}

/* =========================================================
   CYAN BLOB
========================================================= */

.tlcm-hero29__cyan-blob {
  position: absolute !important;
  z-index: 1 !important;

  right: 27% !important;
  bottom: -45px !important;

  width: 305px !important;
  height: 215px !important;

  border-radius:
    46% 54% 57% 43%
    /
    56% 44% 56% 44% !important;

  background:
    linear-gradient(
      135deg,
      #c9f1fb 0%,
      #b8ebf8 100%
    ) !important;

  transform: rotate(-6deg) !important;

  box-shadow:
    0 14px 36px rgba(30, 95, 140, .06) !important;
}

/* =========================================================
   NAVY DECORATION
   ここは単体でOKになった形をそのまま使用
========================================================= */

.tlcm-hero29__navy-wave {
  position: absolute !important;
  z-index: 1 !important;

  top: 405px !important;
  right: -172px !important;

  width: clamp(760px, 78vw, 1180px) !important;
  height: 300px !important;

  display: block !important;
  overflow: visible !important;

  pointer-events: none !important;
}

.tlcm-hero29__navy-blob {
  position: absolute !important;
  z-index: 1 !important;

  left: -118px !important;
  bottom: -20px !important;

  width: clamp(280px, 23vw, 350px) !important;
  height: clamp(230px, 19vw, 290px) !important;

  display: block !important;
  overflow: visible !important;

  pointer-events: none !important;
}

/* =========================================================
   CYAN RINGS
========================================================= */

.tlcm-hero29__ring {
  position: absolute !important;
  z-index: 1 !important;

  border-style: solid !important;
  border-color: rgba(120, 217, 239, .62) !important;

  pointer-events: none !important;
}

.tlcm-hero29__ring--top {
  top: -50px !important;
  left: 43.5% !important;

  width: 280px !important;
  height: 485px !important;

  border-width: 3px 0 0 3px !important;

  border-radius:
    63% 37% 0 0
    /
    52% 48% 0 0 !important;

  transform: rotate(18deg) !important;
}

.tlcm-hero29__ring--bottom {
  left: 38% !important;
  bottom: -245px !important;

  width: 525px !important;
  height: 525px !important;

  border-width: 3px 3px 0 0 !important;
  border-radius: 50% !important;

  transform: rotate(-8deg) !important;
}

/* =========================================================
   DOTS
========================================================= */

.tlcm-hero29__dots {
  position: absolute !important;
  z-index: 1 !important;

  width: 92px !important;
  height: 92px !important;

  opacity: .68 !important;

  background-image:
    radial-gradient(
      circle,
      var(--tlcm-blue) 2px,
      transparent 2.25px
    ) !important;

  background-size: 15px 15px !important;

  pointer-events: none !important;
}

.tlcm-hero29__dots--top {
  top: 17px !important;
  right: -6px !important;
}

.tlcm-hero29__dots--mid {
  top: 492px !important;
  left: 49.7% !important;
}

.tlcm-hero29__dots--left {
  left: -26px !important;
  bottom: 106px !important;
}

/* =========================================================
   TABLET
========================================================= */

@media screen and (max-width: 1079px) {

  .tlcm-hero29 {
    min-height: 1035px !important;
  }

  .tlcm-hero29__inner {
    width: calc(100% - 54px) !important;
    min-height: 1035px !important;

    padding-top: 40px !important;
  }

  .tlcm-hero29__copy {
    width: 67% !important;
    max-width: 620px !important;
  }

  .tlcm-hero29__title {
    font-size: clamp(49px, 6.2vw, 65px) !important;
  }

  .tlcm-hero29__photo-wrap--main {
    top: 4px !important;
    right: -110px !important;

    width: 76% !important;
    height: 485px !important;

    box-shadow:
      0 26px 62px rgba(16, 40, 70, .18) !important;
  }

  /* 左側に白グラデーションをかけて文章を読みやすくする */
  .tlcm-hero29__photo-wrap--main::after {
    content: "" !important;

    position: absolute !important;
    inset: 0 !important;

    background:
      linear-gradient(
        100deg,
        rgba(255,255,255,.99) 0%,
        rgba(255,255,255,.95) 22%,
        rgba(255,255,255,.60) 40%,
        rgba(255,255,255,0) 68%
      ) !important;

    pointer-events: none !important;
  }

  .tlcm-hero29__services {
    width: 440px !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    padding: 7px 0 !important;

    border: 1px solid rgba(23, 71, 143, .07) !important;
    border-radius: 18px !important;

    background: rgba(255,255,255,.84) !important;

    box-shadow:
      0 16px 38px rgba(16, 40, 70, .075) !important;

    backdrop-filter: blur(8px) !important;
  }

  .tlcm-hero29__service {
    min-height: 82px !important;
    padding: 10px !important;
  }

  .tlcm-hero29__service + .tlcm-hero29__service {
    border-left: 0 !important;
  }

  .tlcm-hero29__service:nth-child(even) {
    border-left: 1px solid rgba(23, 71, 143, .12) !important;
  }

  .tlcm-hero29__service:nth-child(n+3) {
    border-top: 1px solid rgba(23, 71, 143, .10) !important;
  }

  /* 下2枚は自然に少しだけ重ねる */
  .tlcm-hero29__photo-wrap--sub-left {
    left: -20px !important;
    bottom: 46px !important;

    width: 62% !important;
    height: 316px !important;

    box-shadow:
      0 24px 52px rgba(16, 40, 70, .15) !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    right: -18px !important;
    bottom: -14px !important;

    width: 51% !important;
    height: 296px !important;

    box-shadow:
      0 27px 60px rgba(16, 40, 70, .19) !important;
  }

  .tlcm-hero29__navy-wave {
    top: 445px !important;
    right: -220px !important;

    width: 110vw !important;
    height: 270px !important;
  }

  .tlcm-hero29__navy-blob {
    left: -135px !important;
    bottom: 67px !important;

    width: 310px !important;
    height: 260px !important;
  }

  .tlcm-hero29__cyan-blob {
    right: 28% !important;
    bottom: -60px !important;

    width: 245px !important;
    height: 175px !important;
  }
}

/* =========================================================
   MOBILE
========================================================= */

@media screen and (max-width: 700px) {

  .tlcm-hero29 {
    min-height: 1110px !important;
  }

  .tlcm-hero29__inner {
    width: 100% !important;
    min-height: 1110px !important;

    padding: 0 0 40px !important;
  }

  .tlcm-hero29__copy {
    position: relative !important;
    z-index: 20 !important;

    width: 100% !important;
    max-width: none !important;

    padding: 42px 21px 0 !important;
  }

  .tlcm-hero29__eyebrow {
    margin-bottom: 19px !important;

    font-size: 12px !important;
  }

  .tlcm-hero29__title {
    width: 92% !important;

    margin-bottom: 20px !important;

    font-size: clamp(38px, 10.7vw, 43px) !important;
    line-height: 1.19 !important;
  }

  .tlcm-hero29__title span {
    white-space: normal !important;
  }

  .tlcm-hero29__belief {
    width: 79% !important;

    margin-bottom: 12px !important;

    font-size: 15px !important;
    line-height: 1.75 !important;
  }

  .tlcm-hero29__description {
    width: 79% !important;

    font-size: 13px !important;
    line-height: 1.82 !important;
  }

  .tlcm-hero29__belief br,
  .tlcm-hero29__description br {
    display: none !important;
  }

  /* メイン写真を文字の後ろへ侵食 */
  .tlcm-hero29__photo-wrap--main {
    top: 12px !important;
    right: -54px !important;

    width: 94% !important;
    height: 415px !important;

    box-shadow:
      0 25px 58px rgba(16, 40, 70, .22) !important;
  }

  .tlcm-hero29__photo-wrap--main::after {
    content: "" !important;

    position: absolute !important;
    inset: 0 !important;

    background:
      linear-gradient(
        102deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.98) 25%,
        rgba(255,255,255,.81) 42%,
        rgba(255,255,255,.26) 61%,
        rgba(255,255,255,0) 78%
      ) !important;
  }

  .tlcm-hero29__services {
    position: absolute !important;
    z-index: 22 !important;

    top: 455px !important;
    left: 20px !important;

    width: calc(100% - 40px) !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;

    margin: 0 !important;
    padding: 7px 0 !important;

    border: 1px solid rgba(23, 71, 143, .08) !important;
    border-radius: 18px !important;

    background: rgba(255,255,255,.90) !important;

    box-shadow:
      0 18px 40px rgba(16, 40, 70, .10) !important;

    backdrop-filter: blur(9px) !important;
  }

  .tlcm-hero29__service {
    min-height: 77px !important;
    padding: 9px 6px !important;
  }

  .tlcm-hero29__service + .tlcm-hero29__service {
    border-left: 0 !important;
  }

  .tlcm-hero29__service:nth-child(even) {
    border-left: 1px solid rgba(23, 71, 143, .11) !important;
  }

  .tlcm-hero29__service:nth-child(n+3) {
    border-top: 1px solid rgba(23, 71, 143, .10) !important;
  }

  .tlcm-hero29__service-icon {
    width: 34px !important;
    height: 34px !important;
  }

  .tlcm-hero29__service-icon svg {
    width: 29px !important;
    height: 29px !important;
  }

  .tlcm-hero29__service span {
    font-size: 10px !important;
  }

  /* 紺ウェーブ */
  .tlcm-hero29__navy-wave {
    top: 585px !important;
    right: -330px !important;

    width: 170vw !important;
    height: 235px !important;

    filter:
      drop-shadow(0 11px 18px rgba(16, 40, 70, .10)) !important;
  }

  /* 下2枚を重ねる */
  .tlcm-hero29__photo-wrap--sub-left {
    left: -34px !important;
    bottom: 117px !important;

    width: 75% !important;
    height: 292px !important;

    box-shadow:
      0 23px 50px rgba(16, 40, 70, .18) !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    right: -30px !important;
    bottom: -8px !important;

    width: 62% !important;
    height: 274px !important;

    box-shadow:
      0 27px 58px rgba(16, 40, 70, .22) !important;
  }

  .tlcm-hero29__navy-blob {
    left: -115px !important;
    bottom: 73px !important;

    width: 268px !important;
    height: 225px !important;
  }

  .tlcm-hero29__cyan-blob {
    right: 20% !important;
    bottom: -42px !important;

    width: 190px !important;
    height: 145px !important;
  }

  .tlcm-hero29__ring--top {
    top: 264px !important;
    left: 49% !important;

    width: 190px !important;
    height: 350px !important;
  }

  .tlcm-hero29__ring--bottom {
    display: none !important;
  }

  .tlcm-hero29__dots--top {
    top: 333px !important;
    right: -31px !important;
  }

  .tlcm-hero29__dots--mid {
    top: 590px !important;
    left: 4px !important;
  }

  .tlcm-hero29__dots--left {
    left: -33px !important;
    bottom: 324px !important;
  }
}


@media screen and (max-width: 1079px) {
  .tlcm-hero29__copy::before {
    width: calc(100% + 150px) !important;

    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.98) 70%,
        rgba(255,255,255,.70) 86%,
        rgba(255,255,255,0) 100%
      ) !important;
  }
}

@media screen and (max-width: 700px) {
  .tlcm-hero29__copy::before {
    top: -22px !important;
    left: -8px !important;

    width: 88% !important;
    height: calc(100% + 44px) !important;

    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.99) 74%,
        rgba(255,255,255,.78) 90%,
        rgba(255,255,255,0) 100%
      ) !important;
  }
}


/* =========================================================
   V29 ONLY : CLICK AREA + CUSTOM ICON SLOT
   元の .service のレイアウト計算は変えない
========================================================= */

.tlcm-hero29__service-hit {
  position: absolute !important;
  z-index: 5 !important;

  inset: 0 !important;

  display: block !important;

  width: 100% !important;
  height: 100% !important;

  margin: 0 !important;
  padding: 0 !important;

  text-decoration: none !important;

  background: transparent !important;
}

.tlcm-hero29__service-hit-text {
  position: absolute !important;

  width: 1px !important;
  height: 1px !important;

  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;

  white-space: nowrap !important;
}

.tlcm-hero29__service:hover {
  background: rgba(30,66,140,.035) !important;
}

.tlcm-hero29__service-custom-icon {
  position: absolute !important;
  z-index: 2 !important;

  top: 0 !important;
  left: 50% !important;

  width: 48px !important;
  height: 48px !important;

  margin: 0 !important;

  object-fit: contain !important;
  object-position: center !important;

  transform: translateX(-50%) !important;
}

.tlcm-hero29__service:has(> .tlcm-hero29__service-custom-icon)
.tlcm-hero29__service-icon {
  visibility: hidden !important;
}


/* =========================================================
   DECORATIONS : 必ず文字・画像より下
========================================================= */

.tlcm-hero29__cyan-blob,
.tlcm-hero29__navy-wave,
.tlcm-hero29__navy-blob,
.tlcm-hero29__ring,
.tlcm-hero29__dots {
  z-index: 0 !important;
}

/* PCでは文章エリアを完全に白で守る */
@media screen and (min-width: 1080px) {
  .tlcm-hero29__copy::before {
    width: 100% !important;

    background: #ffffff !important;
  }
}

/* スマホ説明文は従来通り13px */
@media screen and (max-width: 700px) {
  .tlcm-hero29__description {
    font-size: 13px !important;
  }

  .tlcm-hero29__service-custom-icon {
    width: 34px !important;
    height: 34px !important;
  }
}


/* =========================================================
   V29.1 VISUAL MASK
   背景装飾を文字・4リンクの場所では完全に見せない
========================================================= */

@media screen and (min-width: 1080px) {
  .tlcm-hero29__copy {
    background: #ffffff !important;
  }

  .tlcm-hero29__services,
  .tlcm-hero29__service {
    background: #ffffff !important;
  }
}


/* =========================================================
   V29.4 — 1080〜1250px 実サイト実寸調整
   タイトル / 本文 / 4導線 / 写真のバランスのみ修正
========================================================= */

@media screen and (min-width: 1080px) and (max-width: 1250px) {

  /* -------------------------------------------------------
     FVそのものに上余白を確保
     写真だけを無理に下へ動かすのではなく、
     上段全体に呼吸できるスペースを持たせる
  ------------------------------------------------------- */

  .tlcm-hero29 {
    min-height: 860px !important;
  }

  .tlcm-hero29__inner {
    width: calc(100% - 64px) !important;
    min-height: 860px !important;

    padding-top: 52px !important;
    padding-bottom: 42px !important;
  }


  /* -------------------------------------------------------
     左カラム
  ------------------------------------------------------- */

  .tlcm-hero29__copy {
    width: 46% !important;
    max-width: 490px !important;

    padding-top: 8px !important;

    /* 写真を白マスクで削らない */
    background: transparent !important;
  }

  .tlcm-hero29__copy::before {
    display: none !important;
  }


  /* -------------------------------------------------------
     タイトル
     line-height任せではなく2行を明示的に制御
  ------------------------------------------------------- */

  .tlcm-hero29__title {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;

    width: 100% !important;

    margin: 0 0 34px !important;
    padding: 0 !important;

    font-size: clamp(50px, 4.8vw, 55px) !important;
    line-height: 1 !important;
    letter-spacing: -.052em !important;
  }

  .tlcm-hero29__title span {
    display: block !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1.08 !important;

    white-space: nowrap !important;
  }


  /* -------------------------------------------------------
     本文
     17px未満にはしない
  ------------------------------------------------------- */

  .tlcm-hero29__belief {
    margin: 0 0 15px !important;
    padding: 0 !important;

    font-size: 17px !important;
    line-height: 1.72 !important;
  }

  .tlcm-hero29__description {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 17px !important;
    line-height: 1.68 !important;
  }


  /* -------------------------------------------------------
     4項目導線
     外部CSSに引っ張られないよう高さまで固定
  ------------------------------------------------------- */

  .tlcm-hero29__services {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: 104px !important;

    width: 465px !important;
    max-width: 100% !important;
    height: 104px !important;
    min-height: 104px !important;

    margin: 22px 0 0 !important;
    padding: 0 !important;

    overflow: visible !important;

    background: #ffffff !important;

    border-top: 1px solid rgba(30,66,140,.14) !important;
    border-bottom: 1px solid rgba(30,66,140,.14) !important;
  }

  .tlcm-hero29__service {
    position: relative !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 5px !important;

    width: auto !important;
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;

    margin: 0 !important;
    padding: 8px 4px !important;

    background: #ffffff !important;
  }

  .tlcm-hero29__service-icon {
    width: 38px !important;
    height: 38px !important;

    margin: 0 !important;
  }

  .tlcm-hero29__service-icon svg {
    width: 29px !important;
    height: 29px !important;
  }

  .tlcm-hero29__service > span {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 11px !important;
    line-height: 1.35 !important;
  }


  /* -------------------------------------------------------
     右上メイン写真
     ・タイトル領域と重ねない
     ・右端でも切らない
     ・ヘッダー直下に貼り付けない
  ------------------------------------------------------- */

  .tlcm-hero29__photo-wrap--main {
    top: 20px !important;
    right: 4px !important;

    width: 48% !important;
    height: 390px !important;

    border-radius:
      43% 57% 39% 61%
      /
      40% 44% 56% 60% !important;
  }

  .tlcm-hero29__photo-wrap--main .tlcm-hero29__photo {
    object-position: center center !important;
  }


  /* -------------------------------------------------------
     下2枚
     4項目導線の下に明確な空間を作り、
     白い導線ブロックの裏に写真を潜らせない
  ------------------------------------------------------- */

  .tlcm-hero29__photo-wrap--sub-left {
    left: 7% !important;
    bottom: -14px !important;

    width: 44% !important;
    height: 238px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    right: 1.5% !important;
    bottom: 0 !important;

    width: 32% !important;
    height: 232px !important;
  }


  /* -------------------------------------------------------
     装飾
     この幅では文章・4項目より下の空間に集約
  ------------------------------------------------------- */

  .tlcm-hero29__navy-wave {
    top: 555px !important;
    right: -145px !important;

    width: 68vw !important;
    height: 175px !important;

    z-index: 0 !important;
  }

  .tlcm-hero29__dots--mid {
    top: 545px !important;
    left: 51% !important;
  }

  .tlcm-hero29__navy-blob {
    left: -105px !important;
    bottom: 0 !important;

    width: 245px !important;
    height: 205px !important;
  }

  .tlcm-hero29__cyan-blob {
    right: 25% !important;
    bottom: -22px !important;

    width: 205px !important;
    height: 145px !important;
  }

  .tlcm-hero29__ring--top {
    top: -26px !important;
    left: 47% !important;

    width: 205px !important;
    height: 340px !important;
  }

  .tlcm-hero29__ring--bottom {
    left: 42% !important;
    bottom: -225px !important;

    width: 380px !important;
    height: 380px !important;
  }
}


/* =========================================================
   V29.5 — LOWER PHOTOS FULLY VISIBLE
   下段写真・装飾をセクション内に完全収容
========================================================= */

@media screen and (min-width: 1080px) and (max-width: 1250px) {

  /* 下段写真の高さぶん、FVそのものを確保 */
  .tlcm-hero29 {
    min-height: 980px !important;
  }

  .tlcm-hero29__inner {
    min-height: 980px !important;
    padding-bottom: 56px !important;
  }

  /* 左下写真をセクション内へ完全に戻す */
  .tlcm-hero29__photo-wrap--sub-left {
    left: 7% !important;
    bottom: 38px !important;

    width: 44% !important;
    height: 250px !important;
  }

  /* 右下写真も完全表示 */
  .tlcm-hero29__photo-wrap--sub-right {
    right: 1.5% !important;
    bottom: 42px !important;

    width: 32% !important;
    height: 242px !important;
  }

  /* 背景装飾も写真と一緒に下側へ収める */
  .tlcm-hero29__navy-wave {
    top: 570px !important;
  }

  .tlcm-hero29__dots--mid {
    top: 558px !important;
  }

  .tlcm-hero29__navy-blob {
    left: -100px !important;
    bottom: 28px !important;

    width: 245px !important;
    height: 205px !important;
  }

  .tlcm-hero29__cyan-blob {
    right: 25% !important;
    bottom: 28px !important;

    width: 205px !important;
    height: 145px !important;
  }

  /* 円も下端で切れない位置へ */
  .tlcm-hero29__ring--bottom {
    left: 42% !important;
    bottom: -145px !important;

    width: 380px !important;
    height: 380px !important;
  }
}


/* 1251〜1399pxでも下段を切らない */
@media screen and (min-width: 1251px) and (max-width: 1399px) {

  .tlcm-hero29 {
    min-height: 925px !important;
  }

  .tlcm-hero29__inner {
    min-height: 925px !important;
    padding-bottom: 50px !important;
  }

  .tlcm-hero29__photo-wrap--sub-left {
    bottom: 24px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    bottom: 30px !important;
  }

  .tlcm-hero29__cyan-blob {
    bottom: 16px !important;
  }
}


/* =========================================================
   V29.6 — CLOSE LOWER GAP
   4導線〜下段写真の余白だけ圧縮
========================================================= */

@media screen and (min-width: 1080px) and (max-width: 1250px) {

  /* 980pxは広すぎたので圧縮。
     写真はbottom基準なので、これだけで下段全体が上へ移動する */
  .tlcm-hero29 {
    min-height: 905px !important;
  }

  .tlcm-hero29__inner {
    min-height: 905px !important;
    padding-bottom: 44px !important;
  }

  /* ウェーブも導線の近くへ */
  .tlcm-hero29__navy-wave {
    top: 500px !important;
  }

  .tlcm-hero29__dots--mid {
    top: 494px !important;
  }

  /* 下2枚は完全表示を維持したまま少し上へ */
  .tlcm-hero29__photo-wrap--sub-left {
    bottom: 34px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    bottom: 38px !important;
  }

  /* 下段装飾も一緒に上へ */
  .tlcm-hero29__navy-blob {
    bottom: 24px !important;
  }

  .tlcm-hero29__cyan-blob {
    bottom: 24px !important;
  }

  .tlcm-hero29__ring--bottom {
    bottom: -155px !important;
  }
}


/* =========================================================
   V29.7 — TITLE BOX FIX + LAYOUT LIFT
   h1の異常な高さを完全リセットし、下段を上へ
========================================================= */

@media screen and (min-width: 1080px) and (max-width: 1250px) {

  /* =====================================================
     TITLE
     TCD / 既存CSSから入る高さ・均等配置を完全に無効化
  ====================================================== */

  .tlcm-hero29__title {
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    align-content: flex-start !important;

    gap: 12px !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 0 30px !important;
    padding: 0 !important;

    overflow: visible !important;

    font-size: clamp(50px, 4.8vw, 55px) !important;
    line-height: 1 !important;
  }

  .tlcm-hero29__title span {
    display: block !important;
    flex: 0 0 auto !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1.08 !important;

    white-space: nowrap !important;
  }


  /* =====================================================
     COPY
     タイトルが正常化したぶん自然に上へ詰める
  ====================================================== */

  .tlcm-hero29__copy {
    width: 46% !important;
    max-width: 490px !important;

    height: auto !important;
    min-height: 0 !important;

    padding-top: 8px !important;
  }

  .tlcm-hero29__belief {
    margin-top: 0 !important;
    margin-bottom: 14px !important;
  }

  .tlcm-hero29__description {
    margin-top: 0 !important;

    font-size: 17px !important;
    line-height: 1.68 !important;
  }


  /* =====================================================
     FOUR LINKS
     高さは固定、タイトル修正に追従して上へ
  ====================================================== */

  .tlcm-hero29__services {
    width: 465px !important;
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;

    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }


  /* =====================================================
     HERO HEIGHT
     余分だったタイトル高さの分だけ全体を圧縮
  ====================================================== */

  .tlcm-hero29 {
    min-height: 825px !important;
  }

  .tlcm-hero29__inner {
    min-height: 825px !important;

    padding-top: 52px !important;
    padding-bottom: 26px !important;
  }


  /* =====================================================
     LOWER PHOTOS
     4導線の下に約30pxの視覚的な安全域を残す
  ====================================================== */

  .tlcm-hero29__photo-wrap--sub-left {
    left: 7% !important;
    bottom: 6px !important;

    width: 44% !important;
    height: 238px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    right: 1.5% !important;
    bottom: 8px !important;

    width: 32% !important;
    height: 232px !important;
  }


  /* =====================================================
     MAIN PHOTO
     上側の余白は維持
  ====================================================== */

  .tlcm-hero29__photo-wrap--main {
    top: 20px !important;
    right: 4px !important;

    width: 48% !important;
    height: 390px !important;
  }


  /* =====================================================
     DECORATION
     下段移動に追従
  ====================================================== */

  .tlcm-hero29__navy-wave {
    top: 470px !important;
  }

  .tlcm-hero29__dots--mid {
    top: 465px !important;
  }

  .tlcm-hero29__navy-blob {
    bottom: 4px !important;
  }

  .tlcm-hero29__cyan-blob {
    bottom: 5px !important;
  }

  .tlcm-hero29__ring--bottom {
    bottom: -170px !important;
  }
}


/* =========================================================
   V29.8 — WORDPRESS AUTO <br> FIX
   タイトルを初期の正常な方式へ戻す
========================================================= */

@media screen and (min-width: 1080px) and (max-width: 1250px) {

  /* flexをやめる。元の正常版と同じ通常ブロックへ戻す */
  .tlcm-hero29__title {
    display: block !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 0 30px !important;
    padding: 0 !important;

    overflow: visible !important;

    font-size: clamp(50px, 4.8vw, 55px) !important;
    line-height: 1 !important;

    text-align: left !important;
  }

  /* WordPress / TCD が自動挿入したbrを完全に消す */
  .tlcm-hero29__title > br {
    display: none !important;

    width: 0 !important;
    height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 0 !important;
  }

  /* 各タイトル行は元の正常版どおりblock */
  .tlcm-hero29__title > span {
    display: block !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1.08 !important;

    white-space: nowrap !important;
  }

  /* 2行目との間隔だけ明示 */
  .tlcm-hero29__title > span + span {
    margin-top: 22px !important;
  }

  /* h1が縮んだ分、コピー全体も内容高さに追従 */
  .tlcm-hero29__copy {
    height: auto !important;
    min-height: 0 !important;
  }
}


/* =========================================================
   V29.9 — DESKTOP LOCK
   1080px前後の完成バランスを大画面でも維持
========================================================= */


/* =========================================================
   1080px以上 共通
========================================================= */

@media screen and (min-width: 1080px) {

  /* -------------------------------------------------------
     全体
     画面幅に合わせて際限なく広げず、
     1080px時の比率をほぼそのまま維持
  ------------------------------------------------------- */

  .tlcm-hero29 {
    min-height: 825px !important;
  }

  .tlcm-hero29__inner {
    width: min(calc(100% - 64px), 1080px) !important;
    min-height: 825px !important;

    margin: 0 auto !important;

    padding-top: 54px !important;
    padding-bottom: 26px !important;
  }


  /* -------------------------------------------------------
     COPY
  ------------------------------------------------------- */

  .tlcm-hero29__copy {
    width: 46% !important;
    max-width: 500px !important;

    height: auto !important;
    min-height: 0 !important;

    padding-top: 8px !important;

    background: transparent !important;
  }

  .tlcm-hero29__copy::before {
    display: none !important;
  }


  /* -------------------------------------------------------
     TITLE
     WordPressがbrを入れても高さを増やさない
  ------------------------------------------------------- */

  .tlcm-hero29__title {
    display: block !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 0 34px !important;
    padding: 0 !important;

    overflow: visible !important;

    font-size: 54px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: -.052em !important;
  }

  .tlcm-hero29__title > br {
    display: none !important;

    width: 0 !important;
    height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 0 !important;
  }

  .tlcm-hero29__title > span {
    display: block !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1.08 !important;

    white-space: nowrap !important;
  }

  /* 今より少し広げる */
  .tlcm-hero29__title > span + span {
    margin-top: 30px !important;
  }


  /* -------------------------------------------------------
     TEXT
     「私たちは〜」を説明文より一段強く
  ------------------------------------------------------- */

  .tlcm-hero29__belief {
    margin: 0 0 16px !important;
    padding: 0 !important;

    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 1.72 !important;
  }

  .tlcm-hero29__belief strong {
    font-weight: 700 !important;
  }

  .tlcm-hero29__description {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 17px !important;
    font-weight: 500 !important;
    line-height: 1.68 !important;
  }


  /* -------------------------------------------------------
     FOUR LINKS
  ------------------------------------------------------- */

  .tlcm-hero29__services {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: 104px !important;

    width: 465px !important;
    max-width: 100% !important;
    height: 104px !important;
    min-height: 104px !important;

    margin: 20px 0 0 !important;
    padding: 0 !important;

    background: #ffffff !important;

    border-top: 1px solid rgba(30,66,140,.14) !important;
    border-bottom: 1px solid rgba(30,66,140,.14) !important;
  }

  .tlcm-hero29__service {
    width: auto !important;
    height: 104px !important;
    min-height: 104px !important;
    max-height: 104px !important;

    margin: 0 !important;
    padding: 8px 4px !important;

    background: #ffffff !important;
  }

  .tlcm-hero29__service-icon {
    width: 38px !important;
    height: 38px !important;
  }

  .tlcm-hero29__service-icon svg {
    width: 29px !important;
    height: 29px !important;
  }

  .tlcm-hero29__service > span {
    font-size: 11px !important;
    line-height: 1.35 !important;
  }


  /* -------------------------------------------------------
     MAIN PHOTO
     1080px表示の位置を大画面でも固定
  ------------------------------------------------------- */

  .tlcm-hero29__photo-wrap--main {
    top: 20px !important;
    right: 4px !important;

    width: 48% !important;
    height: 390px !important;

    border-radius:
      43% 57% 39% 61%
      /
      40% 44% 56% 60% !important;
  }


  /* -------------------------------------------------------
     LOWER PHOTOS
     4導線に被らず、全体を表示
  ------------------------------------------------------- */

  .tlcm-hero29__photo-wrap--sub-left {
    left: 7% !important;
    bottom: 6px !important;

    width: 44% !important;
    height: 238px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    right: 1.5% !important;
    bottom: 8px !important;

    width: 32% !important;
    height: 232px !important;
  }


  /* -------------------------------------------------------
     DECORATION
  ------------------------------------------------------- */

  .tlcm-hero29__navy-wave {
    top: 470px !important;
    right: -145px !important;

    width: 68% !important;
    height: 175px !important;
  }

  .tlcm-hero29__dots--mid {
    top: 465px !important;
    left: 51% !important;
  }

  .tlcm-hero29__navy-blob {
    left: -105px !important;
    bottom: 4px !important;

    width: 245px !important;
    height: 205px !important;
  }

  .tlcm-hero29__cyan-blob {
    right: 25% !important;
    bottom: 5px !important;

    width: 205px !important;
    height: 145px !important;
  }

  .tlcm-hero29__ring--top {
    top: -26px !important;
    left: 47% !important;

    width: 205px !important;
    height: 340px !important;
  }

  .tlcm-hero29__ring--bottom {
    left: 42% !important;
    bottom: -170px !important;

    width: 380px !important;
    height: 380px !important;
  }

  .tlcm-hero29__dots--top {
    top: 14px !important;
    right: -2px !important;
  }

  .tlcm-hero29__dots--left {
    left: -20px !important;
    bottom: 88px !important;
  }
}


/* =========================================================
   V29.10 — RESPONSIVE POLISH
   1080版を基準に、Tablet / Mobileまで一貫させる
========================================================= */


/* =========================================================
   TITLE BR RESET — 全サイズ共通
   WordPress/TCDが自動挿入するbrで高さを増やさない
========================================================= */

.tlcm-hero29__title > br {
  display: none !important;

  width: 0 !important;
  height: 0 !important;

  margin: 0 !important;
  padding: 0 !important;

  line-height: 0 !important;
}


/* =========================================================
   SERVICES — 全サイズ共通
========================================================= */

.tlcm-hero29__services {
  /* 上線はいらない */
  border-top: 0 !important;
}

.tlcm-hero29__service {
  justify-content: center !important;
}


/* =========================================================
   DESKTOP 1080+
   1080の完成バランスを維持しつつ導線だけ整理
========================================================= */

@media screen and (min-width: 1080px) {

  .tlcm-hero29__services {
    grid-auto-rows: 96px !important;

    width: 465px !important;
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;

    margin-top: 18px !important;

    padding: 0 !important;

    border-top: 0 !important;
    border-bottom: 1px solid rgba(30,66,140,.14) !important;
  }

  .tlcm-hero29__service {
    height: 96px !important;
    min-height: 96px !important;
    max-height: 96px !important;

    justify-content: center !important;
    gap: 5px !important;

    padding: 0 4px !important;
  }

  .tlcm-hero29__service-icon {
    flex: 0 0 auto !important;

    margin: 0 !important;
  }

  .tlcm-hero29__service > span {
    flex: 0 0 auto !important;

    margin: 0 !important;
    padding: 0 !important;
  }
}


/* =========================================================
   TABLET 701–1079
   1080版を縮小して持ってくる
   2×2化・写真背景化はしない
========================================================= */

@media screen and (min-width: 701px) and (max-width: 1079px) {

  .tlcm-hero29 {
    min-height: 790px !important;
  }

  .tlcm-hero29__inner {
    width: calc(100% - 40px) !important;
    min-height: 790px !important;

    margin: 0 auto !important;
    padding: 38px 0 26px !important;
  }


  /* COPY */

  .tlcm-hero29__copy {
    position: relative !important;
    z-index: 30 !important;

    width: 48% !important;
    max-width: 390px !important;

    height: auto !important;
    min-height: 0 !important;

    padding-top: 6px !important;

    background: transparent !important;
  }

  .tlcm-hero29__copy::before {
    display: none !important;
  }


  /* TITLE */

  .tlcm-hero29__title {
    display: block !important;

    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 0 28px !important;
    padding: 0 !important;

    font-size: clamp(42px, 5.5vw, 50px) !important;
    line-height: 1 !important;
    letter-spacing: -.05em !important;
  }

  .tlcm-hero29__title > span {
    display: block !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1.08 !important;

    white-space: nowrap !important;
  }

  .tlcm-hero29__title > span + span {
    margin-top: 24px !important;
  }


  /* TEXT */

  .tlcm-hero29__belief {
    width: 100% !important;

    margin: 0 0 13px !important;

    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.68 !important;
  }

  .tlcm-hero29__description {
    width: 100% !important;

    margin: 0 !important;

    font-size: 15px !important;
    line-height: 1.7 !important;
  }


  /* MAIN PHOTO
     1080と同じく右側に独立配置 */

  .tlcm-hero29__photo-wrap--main {
    top: 22px !important;
    right: 0 !important;

    width: 50% !important;
    height: 325px !important;

    box-shadow: none !important;

    border-radius:
      43% 57% 39% 61%
      /
      40% 44% 56% 60% !important;
  }

  .tlcm-hero29__photo-wrap--main::after {
    display: none !important;
  }


  /* FOUR LINKS — 4列を維持 */

  .tlcm-hero29__services {
    position: relative !important;
    z-index: 30 !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: 84px !important;

    width: 400px !important;
    max-width: none !important;
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;

    margin: 18px 0 0 !important;
    padding: 0 !important;

    overflow: visible !important;

    border: 0 !important;
    border-bottom: 1px solid rgba(30,66,140,.13) !important;
    border-radius: 0 !important;

    background: #fff !important;

    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .tlcm-hero29__service {
    width: auto !important;
    height: 84px !important;
    min-height: 84px !important;
    max-height: 84px !important;

    justify-content: center !important;
    gap: 3px !important;

    margin: 0 !important;
    padding: 0 3px !important;

    background: #fff !important;

    border-top: 0 !important;
  }

  .tlcm-hero29__service + .tlcm-hero29__service {
    border-left: 1px solid rgba(30,66,140,.14) !important;
  }

  .tlcm-hero29__service:nth-child(n+3) {
    border-top: 0 !important;
  }

  .tlcm-hero29__service-icon {
    width: 34px !important;
    height: 34px !important;

    margin: 0 !important;
  }

  .tlcm-hero29__service-icon svg {
    width: 27px !important;
    height: 27px !important;
  }

  .tlcm-hero29__service > span {
    margin: 0 !important;
    padding: 0 !important;

    font-size: 9.5px !important;
    line-height: 1.3 !important;
  }


  /* LOWER PHOTOS */

  .tlcm-hero29__photo-wrap--sub-left {
    left: 5% !important;
    bottom: 14px !important;

    width: 44% !important;
    height: 220px !important;

    box-shadow: none !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    right: 1% !important;
    bottom: 16px !important;

    width: 34% !important;
    height: 210px !important;

    box-shadow: none !important;
  }


  /* DECORATION */

  .tlcm-hero29__navy-wave {
    top: 430px !important;
    right: -120px !important;

    width: 68% !important;
    height: 150px !important;

    filter: none !important;
  }

  .tlcm-hero29__dots--mid {
    top: 425px !important;
    left: 51% !important;
  }

  .tlcm-hero29__navy-blob {
    left: -90px !important;
    bottom: 6px !important;

    width: 210px !important;
    height: 180px !important;
  }

  .tlcm-hero29__cyan-blob {
    right: 25% !important;
    bottom: 8px !important;

    width: 170px !important;
    height: 120px !important;
  }

  .tlcm-hero29__ring--top {
    top: -22px !important;
    left: 47% !important;

    width: 175px !important;
    height: 290px !important;
  }

  .tlcm-hero29__ring--bottom {
    left: 42% !important;
    bottom: -140px !important;

    width: 320px !important;
    height: 320px !important;
  }
}


/* =========================================================
   MOBILE <=700
   タイトルの上下余白を正常化
========================================================= */

@media screen and (max-width: 700px) {

  .tlcm-hero29__copy {
    padding-top: 34px !important;
  }

  .tlcm-hero29__title {
    display: block !important;

    width: 94% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 0 34px !important;
    padding: 0 !important;

    font-size: clamp(38px, 10.7vw, 43px) !important;
    line-height: 1 !important;
  }

  .tlcm-hero29__title > span {
    display: block !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1.08 !important;

    white-space: nowrap !important;
  }

  .tlcm-hero29__title > span + span {
    margin-top: 22px !important;
  }

  .tlcm-hero29__belief {
    margin-top: 0 !important;
  }

  .tlcm-hero29__services {
    border-top: 0 !important;
  }
}


/* =========================================================
   V29.11 — MOBILE COMPACT / DESKTOP-LIKE
   スマホでもPC版の構成を崩さず、縦幅だけ圧縮
========================================================= */

@media screen and (max-width: 700px) {

  /* =====================================================
     HERO SIZE
     1110px → 約820pxへ圧縮
  ====================================================== */

  .tlcm-hero29 {
    min-height: 820px !important;
  }

  .tlcm-hero29__inner {
    width: 100% !important;
    min-height: 820px !important;

    margin: 0 !important;
    padding: 0 18px 18px !important;
  }


  /* =====================================================
     COPY
  ====================================================== */

  .tlcm-hero29__copy {
    position: relative !important;
    z-index: 30 !important;

    width: 100% !important;
    max-width: none !important;

    height: auto !important;
    min-height: 0 !important;

    padding: 28px 0 0 !important;

    background: transparent !important;
  }

  .tlcm-hero29__copy::before {
    display: block !important;

    top: 0 !important;
    left: -18px !important;

    width: 82% !important;
    height: 405px !important;

    background:
      linear-gradient(
        90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.99) 72%,
        rgba(255,255,255,.82) 88%,
        rgba(255,255,255,0) 100%
      ) !important;
  }


  /* =====================================================
     TITLE
     PC版の2行構成をそのまま縮小
  ====================================================== */

  .tlcm-hero29__title {
    display: block !important;

    width: 95% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    margin: 0 0 26px !important;
    padding: 0 !important;

    font-size: clamp(36px, 10vw, 41px) !important;
    line-height: 1 !important;
    letter-spacing: -.05em !important;
  }

  .tlcm-hero29__title > br {
    display: none !important;
  }

  .tlcm-hero29__title > span {
    display: block !important;

    width: auto !important;
    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    line-height: 1.08 !important;

    white-space: nowrap !important;
  }

  .tlcm-hero29__title > span + span {
    margin-top: 16px !important;
  }


  /* =====================================================
     TEXT
  ====================================================== */

  .tlcm-hero29__belief {
    width: 78% !important;

    margin: 0 0 10px !important;
    padding: 0 !important;

    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.65 !important;
  }

  .tlcm-hero29__description {
    width: 76% !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.65 !important;
  }

  .tlcm-hero29__belief br,
  .tlcm-hero29__description br {
    display: none !important;
  }


  /* =====================================================
     MAIN PHOTO
     PCの右写真をスマホでも右側に残す
     ただし高さを抑えて縦幅を食わせない
  ====================================================== */

  .tlcm-hero29__photo-wrap--main {
    position: absolute !important;
    z-index: 10 !important;

    top: 18px !important;
    right: -58px !important;
    bottom: auto !important;
    left: auto !important;

    width: 78% !important;
    height: 310px !important;

    box-shadow: none !important;

    border-radius:
      43% 57% 39% 61%
      /
      40% 44% 56% 60% !important;
  }

  .tlcm-hero29__photo-wrap--main::after {
    content: "" !important;

    display: block !important;

    position: absolute !important;
    inset: 0 !important;

    background:
      linear-gradient(
        100deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.97) 28%,
        rgba(255,255,255,.64) 49%,
        rgba(255,255,255,.08) 74%,
        rgba(255,255,255,0) 100%
      ) !important;
  }


  /* =====================================================
     4 LINKS
     巨大カードを廃止。
     PC版の横並びを2列に折り返しただけの見た目
  ====================================================== */

  .tlcm-hero29__services {
    position: relative !important;
    z-index: 35 !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 62px !important;

    width: 100% !important;
    max-width: none !important;
    height: 124px !important;
    min-height: 124px !important;
    max-height: 124px !important;

    margin: 18px 0 0 !important;
    padding: 0 !important;

    overflow: visible !important;

    border: 0 !important;
    border-top: 0 !important;
    border-bottom: 1px solid rgba(30,66,140,.13) !important;
    border-radius: 0 !important;

    background: rgba(255,255,255,.97) !important;

    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .tlcm-hero29__service {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;

    width: auto !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;

    margin: 0 !important;
    padding: 0 8px !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;
  }

  .tlcm-hero29__service + .tlcm-hero29__service {
    border-left: 0 !important;
  }

  .tlcm-hero29__service:nth-child(even) {
    border-left: 1px solid rgba(30,66,140,.13) !important;
  }

  .tlcm-hero29__service:nth-child(n+3) {
    border-top: 1px solid rgba(30,66,140,.12) !important;
  }

  .tlcm-hero29__service-icon {
    flex: 0 0 auto !important;

    width: 30px !important;
    height: 30px !important;

    margin: 0 !important;
  }

  .tlcm-hero29__service-icon svg {
    width: 24px !important;
    height: 24px !important;
  }

  .tlcm-hero29__service > span {
    flex: 0 0 auto !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    white-space: nowrap !important;
  }


  /* =====================================================
     LOWER PHOTOS
     模様のための余白は作らず、導線直下へ詰める
  ====================================================== */

  .tlcm-hero29__photo-wrap--sub-left {
    position: absolute !important;
    z-index: 10 !important;

    top: 555px !important;
    left: -28px !important;
    right: auto !important;
    bottom: auto !important;

    width: 66% !important;
    height: 185px !important;

    box-shadow: none !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    position: absolute !important;
    z-index: 11 !important;

    top: 620px !important;
    right: -25px !important;
    bottom: auto !important;
    left: auto !important;

    width: 58% !important;
    height: 175px !important;

    box-shadow: none !important;
  }


  /* =====================================================
     DECORATION
     空白を作らず写真の後ろへ
  ====================================================== */

  .tlcm-hero29__navy-wave {
    top: 535px !important;
    right: -180px !important;

    width: 125vw !important;
    height: 145px !important;

    opacity: .95 !important;

    filter: none !important;
  }

  .tlcm-hero29__navy-blob {
    left: -110px !important;
    bottom: 0 !important;

    width: 220px !important;
    height: 180px !important;
  }

  .tlcm-hero29__cyan-blob {
    right: 22% !important;
    bottom: 0 !important;

    width: 145px !important;
    height: 105px !important;
  }

  .tlcm-hero29__ring--top {
    top: 205px !important;
    left: 50% !important;

    width: 145px !important;
    height: 250px !important;
  }

  .tlcm-hero29__ring--bottom {
    display: none !important;
  }

  .tlcm-hero29__dots--top {
    top: 320px !important;
    right: -36px !important;

    transform: scale(.72) !important;
  }

  .tlcm-hero29__dots--mid {
    top: 520px !important;
    left: -18px !important;

    transform: scale(.72) !important;
  }

  .tlcm-hero29__dots--left {
    display: none !important;
  }
}


/* 小さめスマホだけ少し詰める */
@media screen and (max-width: 390px) {

  .tlcm-hero29 {
    min-height: 790px !important;
  }

  .tlcm-hero29__inner {
    min-height: 790px !important;
  }

  .tlcm-hero29__title {
    margin-bottom: 22px !important;
  }

  .tlcm-hero29__title > span + span {
    margin-top: 14px !important;
  }

  .tlcm-hero29__photo-wrap--sub-left {
    top: 535px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    top: 598px !important;
  }

  .tlcm-hero29__navy-wave {
    top: 515px !important;
  }
}


/* =========================================================
   V29.12 — MOBILE FINAL COMPRESSION
   導線から下写真までの余白をさらに圧縮
========================================================= */

@media screen and (max-width:700px) {

  .tlcm-hero29 {
    min-height: 735px !important;
  }

  .tlcm-hero29__inner {
    min-height: 735px !important;
    padding-bottom: 10px !important;
  }

  /* 導線のすぐ下へ写真を寄せる */
  .tlcm-hero29__photo-wrap--sub-left {
    top: 458px !important;
    left: -26px !important;

    width: 64% !important;
    height: 180px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    top: 515px !important;
    right: -24px !important;

    width: 57% !important;
    height: 170px !important;
  }

  /* 模様は余白を取らず写真の後ろへ */
  .tlcm-hero29__navy-wave {
    top: 442px !important;
    right: -175px !important;

    width: 124vw !important;
    height: 132px !important;
  }

  .tlcm-hero29__navy-blob {
    bottom: -4px !important;
  }

  .tlcm-hero29__cyan-blob {
    bottom: -3px !important;
  }

  .tlcm-hero29__dots--mid {
    top: 438px !important;
    left: -18px !important;
  }

  .tlcm-hero29__ring--top {
    top: 195px !important;
  }
}

@media screen and (max-width:390px) {

  .tlcm-hero29 {
    min-height: 715px !important;
  }

  .tlcm-hero29__inner {
    min-height: 715px !important;
  }

  .tlcm-hero29__photo-wrap--sub-left {
    top: 446px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    top: 500px !important;
  }

  .tlcm-hero29__navy-wave {
    top: 430px !important;
  }

  .tlcm-hero29__dots--mid {
    top: 426px !important;
  }
}


/* =========================================================
   V29.13 — NAV POLISH + FLUID DESKTOP
   ・導線をPC/スマホで同じデザイン言語に統一
   ・1080px以上の1080px固定幅を解除
========================================================= */


/* =========================================================
   DESKTOP 1080+
   左右の大きな余白をなくし、現在の比率のまま広げる
========================================================= */

@media screen and (min-width: 1080px) {

  .tlcm-hero29 {
    min-height: clamp(825px, 61vw, 1030px) !important;
  }

  .tlcm-hero29__inner {
    /* 1080pxでロックしない。左右24pxだけ確保 */
    width: calc(100% - 48px) !important;
    max-width: none !important;
    min-height: clamp(825px, 61vw, 1030px) !important;

    margin: 0 auto !important;
    padding-top: clamp(48px, 3.5vw, 64px) !important;
    padding-bottom: 24px !important;
  }


  /* 左カラムは大画面で無制限に広がらない */
  .tlcm-hero29__copy {
    width: 46% !important;
    max-width: 650px !important;
  }

  .tlcm-hero29__title {
    font-size: clamp(54px, 4.2vw, 68px) !important;
  }


  /* =====================================================
     NAV / 4 LINKS
     4つのセルの中心軸を完全に揃える
  ====================================================== */

  .tlcm-hero29__services {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    grid-auto-rows: 92px !important;

    width: 100% !important;
    max-width: 560px !important;
    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;

    margin-top: 20px !important;
    padding: 0 !important;

    border: 0 !important;
    border-bottom: 1px solid rgba(30,66,140,.14) !important;

    background: transparent !important;
  }

  .tlcm-hero29__service {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 5px !important;

    height: 92px !important;
    min-height: 92px !important;
    max-height: 92px !important;

    margin: 0 !important;
    padding: 0 8px !important;

    background: transparent !important;
  }

  .tlcm-hero29__service-icon {
    display: grid !important;
    place-items: center !important;
    flex: 0 0 34px !important;

    width: 34px !important;
    height: 34px !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  .tlcm-hero29__service-icon svg {
    display: block !important;

    width: 28px !important;
    height: 28px !important;

    margin: 0 !important;
  }

  .tlcm-hero29__service > span {
    display: block !important;
    flex: 0 0 auto !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;

    text-align: center !important;
    white-space: nowrap !important;
  }


  /* =====================================================
     PHOTOS
     固定pxではなく現在の比率で拡大
  ====================================================== */

  .tlcm-hero29__photo-wrap--main {
    top: 20px !important;
    right: 0 !important;

    width: 48% !important;
    height: auto !important;
    aspect-ratio: 1.38 / 1 !important;
  }

  .tlcm-hero29__photo-wrap--sub-left {
    left: 7% !important;
    bottom: 6px !important;

    width: 42% !important;
    height: auto !important;
    aspect-ratio: 1.80 / 1 !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    right: 1.5% !important;
    bottom: 8px !important;

    width: 31% !important;
    height: auto !important;
    aspect-ratio: 1.40 / 1 !important;
  }


  /* 装飾も広がったキャンバスへ追従 */
  .tlcm-hero29__navy-wave {
    right: -10% !important;
    width: 68% !important;
  }

  .tlcm-hero29__dots--mid {
    left: 51% !important;
  }

  .tlcm-hero29__ring--top {
    left: 47% !important;
  }

  .tlcm-hero29__cyan-blob {
    right: 25% !important;
  }
}


/* =========================================================
   LARGE DESKTOP 1500+
   写真だけ巨大化しすぎない範囲で自然に広げる
========================================================= */

@media screen and (min-width: 1500px) {

  .tlcm-hero29__copy {
    width: 43% !important;
    max-width: 680px !important;
  }

  .tlcm-hero29__photo-wrap--main {
    width: 47% !important;
    max-width: 760px !important;
  }

  .tlcm-hero29__photo-wrap--sub-left {
    width: 40% !important;
    max-width: 680px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    width: 29% !important;
    max-width: 500px !important;
  }
}


/* =========================================================
   MOBILE <=700
   PC版の導線を「2列へ折り返しただけ」の見た目にする
========================================================= */

@media screen and (max-width: 700px) {

  .tlcm-hero29__services {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-auto-rows: 62px !important;

    width: 100% !important;
    height: 124px !important;
    min-height: 124px !important;
    max-height: 124px !important;

    margin-top: 16px !important;
    padding: 0 !important;

    border: 0 !important;
    border-bottom: 1px solid rgba(30,66,140,.13) !important;
    border-radius: 0 !important;

    background: rgba(255,255,255,.96) !important;

    box-shadow: none !important;
  }

  .tlcm-hero29__service {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;

    gap: 3px !important;

    width: auto !important;
    height: 62px !important;
    min-height: 62px !important;
    max-height: 62px !important;

    margin: 0 !important;
    padding: 3px 6px !important;

    border: 0 !important;
    border-radius: 0 !important;

    background: transparent !important;
  }

  .tlcm-hero29__service:nth-child(even) {
    border-left: 1px solid rgba(30,66,140,.13) !important;
  }

  .tlcm-hero29__service:nth-child(n+3) {
    border-top: 1px solid rgba(30,66,140,.12) !important;
  }

  .tlcm-hero29__service-icon {
    display: grid !important;
    place-items: center !important;

    flex: 0 0 27px !important;

    width: 27px !important;
    height: 27px !important;

    margin: 0 !important;
    padding: 0 !important;
  }

  .tlcm-hero29__service-icon svg {
    display: block !important;

    width: 23px !important;
    height: 23px !important;

    margin: 0 !important;
  }

  .tlcm-hero29__service > span {
    display: block !important;

    width: 100% !important;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 10.5px !important;
    font-weight: 700 !important;
    line-height: 1.18 !important;

    text-align: center !important;
    white-space: nowrap !important;
  }
}


/* =========================================================
   V29.14 — MOBILE NAV NO-CARD + DESKTOP SAFE SIDE GUTTERS
========================================================= */

/* 1080px以上：左右の余白をWHO WE AREセクションに近い感覚へ */
@media screen and (min-width: 1080px) {
  .tlcm-hero29__inner {
    width: calc(100% - 108px) !important;
    max-width: none !important;
  }

  /* いまのデザインは保ちつつ、導線のダサい箱感をさらに弱める */
  .tlcm-hero29__services {
    width: min(100%, 560px) !important;
    margin-top: 24px !important;
    background: transparent !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .tlcm-hero29__service {
    gap: 6px !important;
    padding: 0 10px !important;
  }

  .tlcm-hero29__service-icon {
    width: 40px !important;
    height: 40px !important;
  }

  .tlcm-hero29__service-icon svg {
    width: 31px !important;
    height: 31px !important;
  }

  .tlcm-hero29__service > span,
  .tlcm-hero29__service span {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }
}

/* スマホ：白いカード背景・外枠を消して、そのまま乗せる */
@media screen and (max-width: 700px) {
  .tlcm-hero29__services {
    top: 430px !important;
    left: 22px !important;
    width: calc(100% - 44px) !important;

    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px 14px !important;

    padding: 0 !important;
    margin: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .tlcm-hero29__service,
  .tlcm-hero29__service + .tlcm-hero29__service,
  .tlcm-hero29__service:nth-child(even),
  .tlcm-hero29__service:nth-child(n+3) {
    border: 0 !important;
  }

  .tlcm-hero29__service {
    min-height: 54px !important;
    padding: 0 !important;
    gap: 3px !important;
    justify-content: center !important;
    background: transparent !important;
  }

  .tlcm-hero29__service-icon {
    width: 30px !important;
    height: 30px !important;
  }

  .tlcm-hero29__service-icon svg {
    width: 25px !important;
    height: 25px !important;
  }

  .tlcm-hero29__service > span,
  .tlcm-hero29__service span {
    font-size: 10.5px !important;
    line-height: 1.22 !important;
  }
}


/* =========================================================
   V29.15 — MOBILE NAV VISIBILITY FIX
   V29.14でrelative要素にtop:430pxを入れて消えた導線を正常位置へ戻す
========================================================= */

@media screen and (max-width:700px) {

  .tlcm-hero29__services {
    position: relative !important;
    z-index: 35 !important;

    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;

    display: grid !important;
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    grid-auto-rows: 56px !important;
    gap: 4px 12px !important;

    width: 100% !important;
    height: 116px !important;
    min-height: 116px !important;
    max-height: 116px !important;

    margin: 14px 0 0 !important;
    padding: 0 !important;

    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
  }

  .tlcm-hero29__service,
  .tlcm-hero29__service + .tlcm-hero29__service,
  .tlcm-hero29__service:nth-child(even),
  .tlcm-hero29__service:nth-child(n+3) {
    border: 0 !important;
  }

  .tlcm-hero29__service {
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;
    gap:3px !important;

    width:auto !important;
    height:56px !important;
    min-height:56px !important;
    max-height:56px !important;

    margin:0 !important;
    padding:0 !important;

    background:transparent !important;
  }

  .tlcm-hero29__service-icon {
    display:grid !important;
    place-items:center !important;

    width:28px !important;
    height:28px !important;
    flex:0 0 28px !important;

    margin:0 !important;
    padding:0 !important;
  }

  .tlcm-hero29__service-icon svg {
    width:24px !important;
    height:24px !important;
    margin:0 !important;
  }

  .tlcm-hero29__service > span,
  .tlcm-hero29__service span {
    display:block !important;
    width:100% !important;

    margin:0 !important;
    padding:0 !important;

    font-size:10.5px !important;
    font-weight:700 !important;
    line-height:1.2 !important;
    text-align:center !important;
    white-space:nowrap !important;
  }

  /* 導線が戻る分だけ下写真を少しだけ下げて、被りを防ぐ */
  .tlcm-hero29__photo-wrap--sub-left {
    top: 548px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    top: 605px !important;
  }

  .tlcm-hero29__navy-wave {
    top: 530px !important;
  }

  .tlcm-hero29__dots--mid {
    top: 523px !important;
  }

  .tlcm-hero29 {
    min-height: 800px !important;
  }

  .tlcm-hero29__inner {
    min-height: 800px !important;
  }
}

@media screen and (max-width:390px) {
  .tlcm-hero29 {
    min-height: 780px !important;
  }
  .tlcm-hero29__inner {
    min-height: 780px !important;
  }
  .tlcm-hero29__photo-wrap--sub-left {
    top: 535px !important;
  }
  .tlcm-hero29__photo-wrap--sub-right {
    top: 590px !important;
  }
  .tlcm-hero29__navy-wave {
    top: 518px !important;
  }
  .tlcm-hero29__dots--mid {
    top: 512px !important;
  }
}


/* =========================================================
   V29.16 — MOBILE LOWER COLLAGE LIFT
   導線と下写真の空白を圧縮
========================================================= */
@media screen and (max-width:700px) {
  .tlcm-hero29__photo-wrap--sub-left {
    top: 468px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    top: 515px !important;
  }

  .tlcm-hero29__navy-wave {
    top: 450px !important;
  }

  .tlcm-hero29__dots--mid {
    top: 444px !important;
  }

  .tlcm-hero29 {
    min-height: 710px !important;
  }

  .tlcm-hero29__inner {
    min-height: 710px !important;
  }
}

@media screen and (max-width:390px) {
  .tlcm-hero29__photo-wrap--sub-left {
    top: 460px !important;
  }

  .tlcm-hero29__photo-wrap--sub-right {
    top: 507px !important;
  }

  .tlcm-hero29__navy-wave {
    top: 442px !important;
  }

  .tlcm-hero29__dots--mid {
    top: 436px !important;
  }

  .tlcm-hero29,
  .tlcm-hero29__inner {
    min-height: 700px !important;
  }
}


/* =========================================================
   V29.17 — GENESIS CONTAINER ALIGNMENT
   GENESIS標準の左右余白へ戻す
========================================================= */

/* PC / wide tablet：TLCMで以前から使っていたGENESIS基準 */
@media screen and (min-width: 1080px) {
  .tlcm-hero29__inner {
    width: min(1320px, calc(100% - 80px)) !important;
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* GENESIS標準のpost_contentが左右40pxになる帯域に合わせる */
@media screen and (min-width: 701px) and (max-width: 1079px) {
  .tlcm-hero29__inner {
    width: calc(100% - 80px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

/* スマホは他ページ同様20pxガター */
@media screen and (max-width: 700px) {
  .tlcm-hero29__inner {
    width: calc(100% - 40px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

/* =========================================================
   TLCM TYPOGRAPHY NORMALIZATION — REVIEWED 2026-08-16
   方針：PC本文を18px基準へ。見出し・ラベル・ナビ・スマホは維持。
   既存レイアウトを壊さないため末尾上書きのみ。
========================================================= */

/* Tablet / small desktop: 既存の極端な縮小だけ緩和 */
@media screen and (min-width: 768px) and (max-width: 1079px) {
  .tlcm-why-v2__lead,
  .tlcm-recruit-v4__text,
  .tlcm-contact-v5__description,
  .tlcm-contact-fix__text .desc,
  .tlcm-service-v9__intro-copy,
  .tlcm-service-v9__section-copy,
  .tlcm-service-v9__approach-copy > p:nth-of-type(2) {
    font-size: 16px !important;
  }

  .tlcm-service-v9__field-item > p:last-child {
    font-size: 14px !important;
  }
}

/* PC：通常本文 18px を基準 */
@media screen and (min-width: 1080px) {
  .tlcm-hero29__description,
  .tlcm-why-v2__lead,
  .tlcm-recruit-v4__text,
  .tlcm-contact-v5__description,
  .tlcm-contact-fix__text .desc,
  .tlcm-service-v9,
  .tlcm-service-v9__intro-copy,
  .tlcm-service-v9__section-copy,
  .tlcm-service-v9__approach-copy > p:nth-of-type(2) {
    font-size: 18px !important;
  }

  /* 円・カード内は面積制約があるため、18pxへ一律拡大しない */
  .tlcm-why-v2__circle-text {
    font-size: 14px !important;
  }

  .tlcm-contact-v5__card-description,
  .tlcm-contact-fix__cards .card-info .sub {
    font-size: 15px !important;
  }

  .tlcm-service-v9__field-item > p:last-child {
    font-size: 16px !important;
  }
}

/* =========================================================
   採用情報の記事のみ1カラム化
   GENESISのお知らせ詳細ページのサイドバー領域を解除
========================================================= */

/* main_contentの2カラムflexを解除 */
body.tlcm-recruit-news #main_content {
  display: block !important;
}

/* テーマ側のサイドバーを非表示 */
body.tlcm-recruit-news #side_col,
body.tlcm-recruit-news #sidebar {
  display: none !important;
}

/* 本文カラムを100%使用 */
body.tlcm-recruit-news #main_col {
  width: 100% !important;
  max-width: none !important;

  margin-left: 0 !important;
  margin-right: 0 !important;

  float: none !important;
}

/* 記事上部も本文と同じ幅にする */
body.tlcm-recruit-news #single_post_header {
  width: 100% !important;
  max-width: none !important;

  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* =========================================================
   V29.18 — NAV REMOVED / HERO REBALANCE
   4導線削除後のFV再調整
========================================================= */


/* =========================================================
   DESKTOP 1080+
   旧4導線ぶん約110pxをFVから削る
   写真サイズ・形状は維持したまま下段を自然に上げる
========================================================= */

@media screen and (min-width: 1080px) {

  body.home .tlcm-hero29,
  body.home .tlcm-hero29__inner {
    min-height: clamp(
      715px,
      calc(61vw - 110px),
      920px
    ) !important;
  }

}


/* =========================================================
   TABLET 701–1079
   790px → 700px
   下段写真はbottom基準なのでFV短縮と一緒に自然に上がる
========================================================= */

@media screen and (min-width: 701px) and (max-width: 1079px) {

  body.home .tlcm-hero29,
  body.home .tlcm-hero29__inner {
    min-height: 700px !important;
  }

}


/* =========================================================
   MOBILE <=700
   4導線が消えた空間へコラージュを持ち上げる
   文字を邪魔しない位置で止める
========================================================= */

@media screen and (max-width: 700px) {

  body.home .tlcm-hero29,
  body.home .tlcm-hero29__inner {
    min-height: 650px !important;
  }

  /* 左下写真 */
  body.home .tlcm-hero29__photo-wrap--sub-left {
    top: 405px !important;
  }

  /* 右下写真 */
  body.home .tlcm-hero29__photo-wrap--sub-right {
    top: 452px !important;
  }

  /* 紺ウェーブ */
  body.home .tlcm-hero29__navy-wave {
    top: 387px !important;
  }

  /* 中央ドット */
  body.home .tlcm-hero29__dots--mid {
    top: 381px !important;
  }

}


/* =========================================================
   SMALL MOBILE <=390
========================================================= */

@media screen and (max-width: 390px) {

  body.home .tlcm-hero29,
  body.home .tlcm-hero29__inner {
    min-height: 640px !important;
  }

  body.home .tlcm-hero29__photo-wrap--sub-left {
    top: 398px !important;
  }

  body.home .tlcm-hero29__photo-wrap--sub-right {
    top: 445px !important;
  }

  body.home .tlcm-hero29__navy-wave {
    top: 380px !important;
  }

  body.home .tlcm-hero29__dots--mid {
    top: 374px !important;
  }

}
