@charset "shift_jis";

/* -----------------------------------------------------------
 共通タグ
----------------------------------------------------------- */
*{ margin:0; padding:0;}
.page__inner{
		width:100%;
	}
a{outline: none; text-decoration: none;}
a:focus{outline:none;}
/*html{ background-color:#4E4A41;}*/
img{
	vertical-align:bottom;
	border: none;
	}

#pro_wrapper{
	width:100%;
	font-size:12px;
-webkit-text-size-adjust: 100%;	
font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
.uxteam-lp {
  /* --- カラートークン --- */
  --navy-900: #121f3a;
  --navy-800: #1b2c4f;
  --navy-700: #22355e;
  --navy-600: #2b4577;
  --blue-heading: #1f3864;
  --orange-500: #ec7f31;
  --orange-600: #d96a1f;
  --teal-500: #3fa189;
  --bar-accent: #7796cb;   /* 各種バー（ポイント枠線・CONTENTS見出し帯など）専用カラー */
  --cta-area-bg: #e9eef6;      /* CVボタンエリア：ネイビーになじむ淡いブルーグレー */
  --cta-area-border: #d3ddec;
  --text-dark: #253247;
  --text-body: #3c4a63;
  --text-sub: #6b7688;
  --border-light: #dfe5ee;
  --white: #ffffff;

  /* --- フォントサイズ（PC基準 / SP基準） --- */
  --fs-h2-pc: 30px;
  --fs-h3-pc: 24px;
  --fs-text-pc: 16px;
  --fs-small-pc: 14px;

  --fs-h2-sp: 20px;
  --fs-h3-sp: 18px;
  --fs-text-sp: 14px;
  --fs-small-sp: 12px;

  /* --- Body相当のリセット --- */
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  color: var(--text-dark);
  line-height: 1.8;
  background: var(--white);
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  text-align: left;
}

.uxteam-lp img { max-width: 100%; height: auto; display: block; margin: 0 auto; }
.uxteam-lp a { text-decoration: none; color: inherit; }
.uxteam-lp ul { list-style: none; margin: 0; padding: 0; }
.uxteam-lp p { margin: 0; }
.uxteam-lp picture { display: block; width: 100%; }

/* --- 共通：コンテンツ幅 --- */
.uxteam-lp .lp-inner {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

/* --- 共通：見出しサイズ --- */
.uxteam-lp h2.lp-heading {
  font-size: var(--fs-h2-sp);
  font-weight: 700;
  color: var(--blue-heading);
  line-height: 1.6;
}
.uxteam-lp h3.lp-subheading {
  font-size: var(--fs-h3-sp);
  font-weight: 700;
  color: var(--blue-heading);
  line-height: 1.6;
}
.uxteam-lp .lp-text {
  font-size: var(--fs-text-sp);
  color: var(--text-body);
  line-height: 1.9;
}
.uxteam-lp .lp-small {
  font-size: var(--fs-small-sp);
  color: var(--text-sub);
}

@media (min-width: 768px) {
  .uxteam-lp .lp-inner { width: 980px; }
  .uxteam-lp h2.lp-heading { font-size: var(--fs-h2-pc); }
  .uxteam-lp h3.lp-subheading { font-size: var(--fs-h3-pc); }
  .uxteam-lp .lp-text { font-size: var(--fs-text-pc); }
  .uxteam-lp .lp-small { font-size: var(--fs-small-pc); }
}

/* =============== 見出しラベル（左に青バー） =============== */
.uxteam-lp .lp-label-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.uxteam-lp .lp-label-heading::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 22px;
  background: var(--navy-700);
  flex-shrink: 0;
}

/* =============== MV（ファーストビュー） =============== */
.uxteam-lp .lp-mv {
  background: var(--navy-900);
  position: relative;
  overflow: hidden;
}

.uxteam-lp .lp-mv-media {
  position: relative;
  width: 100%;
}

/*  MV背景画像：PC/SP */
.uxteam-lp .lp-mv-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.uxteam-lp .lp-mv-bg picture,
.uxteam-lp .lp-mv-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* MVメイン画像：PC/SP */
.uxteam-lp .lp-mv-main {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 66px;
}
.uxteam-lp .lp-mv-main picture {
  width: auto;
  display: block;
}
.uxteam-lp .lp-mv-main img {
  width: auto;
  max-width: none;
  height: auto;
  margin: 0 auto;
  display: block;
}

@media (max-width: 767px) {
  /* SP：背景画像は非表示、メイン画像のみを余白なしで全幅表示 */
  .uxteam-lp .lp-mv-bg {
    display: none;
  }
  .uxteam-lp .lp-mv-main {
    position: static;
    padding: 0;
  }
  .uxteam-lp .lp-mv-main picture,
  .uxteam-lp .lp-mv-main img {
    width: 100%;
    height: auto;
  }
}

/* =============== CTAボタンエリア =============== */
.uxteam-lp .lp-cta {
  background: var(--cta-area-bg);
  border-top: 1px solid var(--cta-area-border);
  border-bottom: 1px solid var(--cta-area-border);
  padding: 28px 0;
}
.uxteam-lp .lp-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 14px;
  max-width: 640px;
  margin: 0 auto;
}
.uxteam-lp .lp-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 16px 20px;
  border-radius: 999px;
  font-size: var(--fs-text-sp);
  font-weight: 700;
  letter-spacing: 0.05em;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.uxteam-lp .lp-btn:hover { opacity: 0.85; transform: translateY(-1px); text-decoration: none;}

.uxteam-lp .lp-btn--primary {
  background: linear-gradient(180deg, var(--orange-500), var(--orange-600));
  color: var(--white);
  border: none;
}
.uxteam-lp .lp-btn--secondary {
  background: var(--white);
  color: var(--navy-700);
  border: 2px solid var(--navy-700);
}

/* 矢印 > をCSSで表現 */
.uxteam-lp .lp-btn::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  margin-left: 12px;
}

@media (min-width: 768px) {
  .uxteam-lp .lp-cta { padding: 40px 0; }
  .uxteam-lp .lp-cta-buttons {
    flex-direction: row;
    justify-content: center;
    max-width: none;
  }
  .uxteam-lp .lp-btn { width: 340px; padding: 18px 24px; font-size: var(--fs-text-pc); }
}

/* =============== 監修者・執筆者コメント =============== */
.uxteam-lp .lp-comment-head {
  padding: 4rem 0 0 0;
  text-align: center;
}
.uxteam-lp .lp-comment-head .lp-heading { color: var(--navy-800); margin: 0; }

.uxteam-lp .lp-comment {
  padding: 40px 0;
}
.uxteam-lp .lp-comment-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 28px 0;
  border-bottom: 1px solid var(--border-light);
}
.uxteam-lp .lp-comment-card:last-child { border-bottom: none; }

.uxteam-lp .lp-comment-person {
  display: flex;
  align-items: center;
  gap: 14px;
}
/* [IMG-SWAP] 執筆者写真：PC/SPそれぞれ差し替え可能 */
.uxteam-lp .lp-avatar {
  width: auto;
  height: auto;
  border-radius: 0;
  overflow: visible;
  flex-shrink: 0;
}
.uxteam-lp .lp-avatar picture,
.uxteam-lp .lp-avatar img {
  width: auto;
  height: auto;
  display: block;
}
.uxteam-lp .lp-comment-name {
  font-size: var(--fs-text-sp);
  font-weight: 700;
  color: var(--text-dark);
}
.uxteam-lp .lp-comment-name-main {
  font-size: 1.2em;
}
.uxteam-lp .lp-comment-role {
  font-size: var(--fs-small-sp);
  color: var(--text-sub);
  margin-top: 2px;
}
.uxteam-lp .lp-comment-body p + p { margin-top: 1em; }

@media (min-width: 768px) {
  .uxteam-lp .lp-comment-card { flex-direction: row; gap: 30px; padding: 36px 0; }
  .uxteam-lp .lp-comment-person { flex-direction: column; align-items: flex-start; width: 220px; flex-shrink: 0; }
  .uxteam-lp .lp-avatar { margin: 0 auto 10px; align-self: center; }
  .uxteam-lp .lp-comment-role { font-size: var(--fs-small-pc); }
}

/* =============== リード（効率的にスキルアップ...） =============== */
.uxteam-lp .lp-lead {
  padding: 44px 0 8px;
  text-align: center;
}
.uxteam-lp .lp-lead .lp-heading { line-height: 1.8; }
.uxteam-lp .lp-lead-sub {
  font-size: clamp(13px, 3.4vw, 20px);
  font-weight: 700;
  color: var(--blue-heading);
  line-height: 1.6;
  margin-bottom: 12px;
  white-space: normal;
}
@media (min-width: 768px) {
  .uxteam-lp .lp-lead-sub { font-size: 20px; white-space: nowrap; }
}

/* =============== 本書の説明・ポイント =============== */
.uxteam-lp .lp-description { padding: 32px 0 4rem 0; }
.uxteam-lp .lp-description-block + .lp-description-block { margin-top: 40px; }
.uxteam-lp .lp-description .lp-text + .lp-text { margin-top: 1.2em; }

/* マーカー（蛍光ペン風）ハイライト */
.uxteam-lp .lp-marker {
  background: linear-gradient(transparent 60%, #fad5e5 60%);
  padding: 0 2px;
}

.uxteam-lp .lp-points {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}
.uxteam-lp .lp-point-item {
  padding: 18px 20px;
  background: #f6f8fb;
  border-left: 4px solid var(--bar-accent);
}
.uxteam-lp .lp-point-title {
  font-size: var(--fs-text-sp);
  font-weight: 700;
  color: var(--blue-heading);

  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .uxteam-lp .lp-points { flex-direction: row; }
  .uxteam-lp .lp-point-item { flex: 1; }
  .uxteam-lp .lp-point-title { font-size: var(--fs-text-pc); }
}

/* =============== CONTENTS =============== */
.uxteam-lp .lp-contents { padding: 32px 0 48px; }
.uxteam-lp .contents-columns {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.uxteam-lp .contents-part + .contents-part { margin-top: 26px; }
.uxteam-lp .contents-part-title {
  font-size: var(--fs-text-sp);
  font-weight: 700;
  color: var(--white);
  background: var(--bar-accent);
  padding: 8px 14px;
  margin-bottom: 10px;
}
.uxteam-lp .contents-part-list li {
  font-size: var(--fs-small-sp);
  color: var(--text-body);
  padding: 6px 4px;
  border-bottom: 1px dashed var(--border-light);
}
@media (min-width: 768px) {
  .uxteam-lp .contents-columns { flex-direction: row; gap: 48px; }
  .uxteam-lp .contents-col { flex: 1; }
  .uxteam-lp .contents-part-title { font-size: var(--fs-text-pc); }
  .uxteam-lp .contents-part-list li { font-size: var(--fs-small-pc); }
}

/* =============== 誌面サンプル =============== */
.uxteam-lp .lp-samples {
  background: var(--navy-900);
  padding: 44px 0;
}
.uxteam-lp .sample-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  background: var(--navy-800);
  padding: 22px;
  border-radius: 6px;
}
.uxteam-lp .sample-card + .sample-card { margin-top: 24px; }
.uxteam-lp .sample-chip {
  display: inline-block;
  align-self: flex-start;
  background: #7796cb;
  color: var(--white);
  font-size: var(--fs-small-sp);
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 4px;
}
.uxteam-lp .sample-title {
  font-size: var(--fs-h3-sp);
  font-weight: 700;
  color: var(--white);
}
.uxteam-lp .sample-text {
  font-size: var(--fs-text-sp);
  color: #cdd6e6;
  line-height: 1.9;
}
/* [IMG-SWAP] 誌面サンプル画像：PC/SPそれぞれ差し替え可能 */
.uxteam-lp .sample-media {
  overflow: hidden;
}
.uxteam-lp .sample-note {
  text-align: right;
  color: #94a2ba;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .uxteam-lp .sample-card { flex-direction: row; align-items: center; padding: 30px; }
  .uxteam-lp .sample-info { flex: 1; }
  .uxteam-lp .sample-media { width: 380px; flex-shrink: 0; }
  .uxteam-lp .sample-chip { font-size: var(--fs-small-pc); }
  .uxteam-lp .sample-title { font-size: var(--fs-h3-pc); margin-top: 6px; }
  .uxteam-lp .sample-text { font-size: var(--fs-text-pc); margin-top: 10px; }
}

.sp{display: none;}
@media (max-width: 767px) {
.sp{display: block;}
}
/* -----------------------------------------------------------
 ↑↑↑↑↑ CSSの追記はここまで ↑↑↑↑↑
----------------------------------------------------------- */



/* for IE7 only */
*:first-child+html div,
*:first-child+html ul,
*:first-child+html ol,
*:first-child+html dl,
*:first-child+html .clearfix{
height:1%;
}

