@charset "utf-8";
/* =============================================================
   Nexsan Unity NVシリーズ ランディングページ 専用CSS
   ・id/class名はすべて先頭に nexsan_unity_ を付与
   ・フォントは本ページコンテンツ内（.nexsan_unity_wrap）のみに適用
   ・ブレイクポイント：SP 740px / タブレット 741-1024px / PC 1025px-
   ============================================================= */

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}

@media screen and (max-width: 740px) {
	.pc {
	display: none !important;
}
.sp {
	display: block !important;
}
}

/* -------------------------------------------------------------
   基本設定（このページのコンテンツ内のみ／ヘッダー・フッターには影響させない）
   ------------------------------------------------------------- */
.nexsan_unity_wrap,
.nexsan_unity_wrap input,
.nexsan_unity_wrap button,
.nexsan_unity_wrap select,
.nexsan_unity_wrap textarea {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "meiryo", sans-serif;
}
.nexsan_unity_wrap {
	color: #2b2b2b;
	font-size: 1.6rem;
	line-height: 1.8;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
}
.nexsan_unity_wrap * {
	box-sizing: border-box;
}
.nexsan_unity_wrap img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/* margin/padding は共通 reset.css が全要素0化済み。
   ここで .nexsan_unity_wrap 付きで再指定すると詳細度(0,1,1)が
   各コンポーネントの単一クラス指定(0,1,0)を上書きして余白が消えるため、行わない。 */
.nexsan_unity_wrap ul {
	list-style: none;
}
.nexsan_unity_wrap strong {
	font-weight: 700;
}
.nexsan_unity_num {
	font-family: "Inter", sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing: 0;
}
/* 共通CSS(common2.css)が bare h2 に font-family:Montserrat !important を指定しているため、
   本ページ見出しのフォント（Noto Sans JP）を !important で復帰させる */
.nexsan_unity_wrap h1,
.nexsan_unity_wrap h2,
.nexsan_unity_wrap h3,
.nexsan_unity_wrap h4 {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "meiryo", sans-serif !important;
}

/* 共通インナー（コンテンツ幅 1200px） */
.nexsan_unity_inner {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 24px;
	padding-right: 24px;
}

/* 共通見出し H2 */
.nexsan_unity_h2 {
	text-align: center;
	color: #12324c;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: .02em;
	margin-bottom: 48px;
}

/* -------------------------------------------------------------
   共通ボタン
   ------------------------------------------------------------- */
.nexsan_unity_btns {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.nexsan_unity_btns--center {
	justify-content: center;
}
.nexsan_unity_btn {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 300px;
	min-height: 74px;
	padding: 14px 62px;
	border-radius: 16px;
	color: #fff;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.4;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
	transition: transform .12s ease, box-shadow .12s ease;
}
/* ホバー：シャドウを消して少し下げ、押し込む挙動に */
.nexsan_unity_btn:hover {
	transform: translateY(3px);
	box-shadow: none;
}
/* 共通CSS(style.css)の a:hover（#333・下線）がボタンより後に読み込まれるため、
   ラッパー付きで指定を上げて文字色維持・下線なしを担保する */
.nexsan_unity_wrap .nexsan_unity_btn,
.nexsan_unity_wrap .nexsan_unity_btn:hover,
.nexsan_unity_wrap .nexsan_unity_btn:focus,
.nexsan_unity_wrap .nexsan_unity_btn:active {
	text-decoration: none;
}
.nexsan_unity_wrap .nexsan_unity_btn--contact:hover,
.nexsan_unity_wrap .nexsan_unity_btn--doc:hover {
	color: #fff;
}
.nexsan_unity_wrap .nexsan_unity_btn--light:hover,
.nexsan_unity_wrap .nexsan_unity_btn--spec:hover {
	color: #10908d;
}
.nexsan_unity_btn_txt {
	position: relative;
	z-index: 1;
	
}
.nexsan_unity_btn_arrow {
	position: absolute;
	top: 50%;
	right: 26px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	background: no-repeat center center;
	background-size: contain;
}

.nexsan_unity_spec_btnwrap .nexsan_unity_btn_arrow {
	width: 26px;
	height: 26px;
}
.nexsan_unity_spec_btnwrap .nexsan_unity_btn_txt {
	font-size: 2.2rem;
}

/* お問い合わせ（ティール） */
.nexsan_unity_btn--contact {
	background: linear-gradient(135deg, #1cbabc 0%, #058789 100%);
}
/* 資料請求（オレンジ） */
.nexsan_unity_btn--doc {
	background: linear-gradient(135deg, #f7ad1d 0%, #ef8a00 100%);
}
/* 白背景系ボタンの矢印（ティール） */
.nexsan_unity_btn--contact .nexsan_unity_btn_arrow,
.nexsan_unity_btn--doc .nexsan_unity_btn_arrow {
	background-image: url(../../../../images/product/storage/nexsan/unity-nvseries/btn_arrow.png);
}
/* 反転（淡色）ボタン：色地バナー上の「お問い合わせ」 */
.nexsan_unity_btn--light {
	background: linear-gradient(135deg, #ffffff 0%, #eaf5f2 100%);
	color: #10908d;
}
.nexsan_unity_btn--light .nexsan_unity_btn_arrow {
	background-image: url(../../../../images/product/storage/nexsan/unity-nvseries/arrow_green.png);
}
/* スペック詳細ボタン（白地・ティール枠） */
.nexsan_unity_btn--spec {
	min-width: 0;
	width: 100%;
	max-width: 960px;
	background: #fff;
	color: #45b5b2;
	border: 2px solid #45b5b2;
	box-shadow: 0 6px 16px rgba(16, 144, 141, .10);
	padding-top: 30px;
	padding-bottom: 30px;
}
.nexsan_unity_btn--spec .nexsan_unity_btn_arrow {
	background-image: url(../../../../images/product/storage/nexsan/unity-nvseries/arrow_green.png);
	/* 右端固定ではなく、テキストの右横に配置（中央グループ内） */
	position: static;
	transform: none;
	margin-left: 16px;
}
.nexsan_unity_btn_specicon {
	width: 40px;
	margin-right: 12px;
	line-height: 0;
}
.nexsan_unity_btn_specicon img {
	width: 100%;
}

/* -------------------------------------------------------------
   HERO
   ------------------------------------------------------------- */
.nexsan_unity_hero {
	background-color: #eaf3f7;
	background-image: url(../../../../images/product/storage/nexsan/unity-nvseries/hero_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}
.nexsan_unity_hero_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	padding-top: 64px;
	padding-bottom: 72px;
}
.nexsan_unity_hero_body {
	flex: 1 1 54%;
	max-width: 620px;
}
.nexsan_unity_hero_visual {
	flex: 1 1 46%;
	text-align: center;
}
.nexsan_unity_hero_visual img {
	width: 100%;
	max-width: 560px;
}
.nexsan_unity_hero_title {
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: .01em;
	margin-bottom: 18px;
}
.nexsan_unity_hero_title_lead {
	display: block;
	color: #15315b;
	font-size: 4.6rem;
	margin-bottom: 4px;
}
.nexsan_unity_hero_title_lead_s {
	font-size: 70%;
}
.nexsan_unity_hero_title_main {
	display: block;
	color: #2f6cb5;
	font-size: 4.6rem;
}
.nexsan_unity_hero_sub {
	color: #2f6cb5;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 26px;
}
.nexsan_unity_hero_text {
	/* 画面幅に応じて均等にスケール（改行位置を固定するため） */
	font-size: clamp(1.45rem, 0.95vw + 0.6rem, 1.8rem);
	line-height: 1.9;
	color: #333;
	margin-bottom: 34px;
}
.nexsan_unity_hero_text strong {
	color: #2f6cb5;
	font-size: 120%;
}
.nexsan_unity_hero_btns .nexsan_unity_btn {
	min-width: 280px;
}

/* -------------------------------------------------------------
   THREAT（濃紺セクション）
   ------------------------------------------------------------- */
.nexsan_unity_threat {
	background-color: #12324f;
	background-image: url(../../../../images/product/storage/nexsan/unity-nvseries/data_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	color: #fff;
	padding-top: 78px;
	padding-bottom: 84px;
}
.nexsan_unity_threat_cols {
	display: flex;
	justify-content: space-between;
	gap: 56px;
}
.nexsan_unity_threat_lead {
	flex: 1 1 46%;
	max-width: 520px;
}
.nexsan_unity_threat_icon {
	line-height: 0;
	margin-bottom: 14px;
}
.nexsan_unity_threat_icon img {
	width: 58px;
}
.nexsan_unity_threat_title {
	color: #fff;
	font-size: 3.6rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	letter-spacing: .02em;
	margin-bottom: 28px;
}
.nexsan_unity_threat_title_sub {
	display: block;
	font-size: 2.6rem;
	margin-bottom: 4px;
	color: #ff9b7a;
}
.nexsan_unity_threat_text {
	font-size: 1.6rem;
	line-height: 2;
	color: #fff;
	margin-bottom: 22px;
}
.nexsan_unity_threat_text strong {
	color: #fff;
	
}
.nexsan_unity_threat_text strong.nexsan_unity_threat_text_em {
	color: #ff9b7a;
	font-size: 160%;
}
.nexsan_unity_threat_data {
	flex: 1 1 54%;
	max-width: 600px;
}
.nexsan_unity_threat_card {
	border: 2px solid #718494;
	border-radius: 12px;
	background: rgba(11, 27, 40, .4);
}
.nexsan_unity_threat_card--donut {
	margin-bottom: 22px;
}

.nexsan_unity_threat_card--donut_inner {
display: flex;
	align-items: center;
	gap: 22px;
	padding: 24px 26px;
}

.nexsan_unity_threat_donut {
	flex: 0 0 auto;
	width: 116px;
	line-height: 0;
}
.nexsan_unity_threat_donut_ttl {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 10px;
}
.nexsan_unity_threat_donut_note {
	font-size: 1.4rem;
	line-height: 1.7;
	color: #fff;
}
.nexsan_unity_threat_donut_note strong {
	color: #ff9c86;
}
.nexsan_unity_threat_callout {
	position: relative;
	padding-left: 55px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.6;
	color: #fff;
	margin-bottom: 22px;
	margin-left: 24px;
}
.nexsan_unity_threat_callout_big {
	color: #a0d9db;
	font-size: 120%;
}
.nexsan_unity_threat_callout_arrow {
	position: absolute;
	left: 0;
	top: 6px;
	width: 46px;
	height: 40px;
	background: url(../../../../images/product/storage/nexsan/unity-nvseries/cau_arrow.png) no-repeat center / contain;
}
.nexsan_unity_threat_cards2 {
	display: flex;
	gap: 22px;
	margin-bottom: 18px;
}
.nexsan_unity_threat_card--stat {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1 1 50%;
	padding: 24px 20px;
	text-align: center;
}
.nexsan_unity_threat_stat_num {
	color: #ef7a3e;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
}
.nexsan_unity_threat_stat_num .nexsan_unity_num {
	font-size: 4.4rem;
	color: #ef7a3e;
	margin-right: 2px;
}
.nexsan_unity_threat_stat_num--period {
	font-size: 3.2rem;
	padding: 8px 0 4px;
}
.nexsan_unity_threat_stat_lbl {
	font-size: 1.4rem;
	line-height: 1.6;
	color: #fff;
	margin-top: 6px;
}
.nexsan_unity_threat_stat_num2 {
	color: #ef7a3e;
	font-size: 2rem;
	font-weight: 700;
	margin-top: 5px;
}
.nexsan_unity_threat_stat_num2 .nexsan_unity_num {
	font-size: 3.4rem;
	color: #ef7a3e;
}
.nexsan_unity_threat_stat_sub {
	font-size: 1.3rem;
	color: #fff;
}
.nexsan_unity_threat_source {
	font-size: 1.2rem;
	color: #fff;
	text-align: right;
}

/* 緑CTAバナー（濃紺／緑グラデ 共通） */
.nexsan_unity_cta_banner {
	display: flex;
	align-items: center;
	gap: 34px;
	
	padding: 34px 44px;
	border-radius: 16px;
	background: linear-gradient(100deg, #3c9492 0%, #63c278 100%);
	box-shadow: 0 0 15px 5px rgba(255, 255, 255, .3);
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 46px;
}
.nexsan_unity_cta_banner_shield {
	flex: 0 0 auto;
	width: 118px;
	line-height: 0;
}
.nexsan_unity_cta_banner_body {
	flex: 1 1 auto;
}
.nexsan_unity_cta_banner_txt {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}
.nexsan_unity_cta_banner_btns {
	gap: 20px;
}
.nexsan_unity_cta_banner_btns .nexsan_unity_btn {
	flex: 1 1 0;
	min-width: 0;
}

/* -------------------------------------------------------------
   WORRY（お悩み）
   ------------------------------------------------------------- */
.nexsan_unity_worry {
	background: #e5eef4;
	padding-top: 76px;
	padding-bottom: 84px;
}
.nexsan_unity_worry_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 28px;
}
.nexsan_unity_worry_item {
	background: #fff;
	border-radius: 14px;
	padding: 30px 24px 28px;
	box-shadow: 0 8px 20px rgba(20, 49, 92, .06);
	text-align: center;
}
.nexsan_unity_worry_img {
	line-height: 0;
	margin-bottom: 16px;
}
.nexsan_unity_worry_img img {
	width: 130px;
}
.nexsan_unity_worry_ttl {
	color: #12324c;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 14px;
	text-align: left;
}
.nexsan_unity_worry_txt {
	font-size: 1.5rem;
	line-height: 1.8;
	color: #12324c;
	text-align: left;
}

.nexsan_unity_worry_ttl_right {
	display: block;
	text-align: right;
}

/* -------------------------------------------------------------
   REASON（選ばれる4つの理由）
   ------------------------------------------------------------- */
.nexsan_unity_reason {
	background: #F1F9EC;
background: linear-gradient(180deg, rgba(241, 249, 236, 1) 0%, rgba(231, 245, 252, 1) 100%);
	padding-top: 76px;
	padding-bottom: 84px;
}
/* 理由1（大きいグラデカード） */
.nexsan_unity_reason_feature {
	position: relative;
	display: flex;
	align-items:flex-start;
	gap: 8px;
	padding: 40px 48px;
	border-radius: 16px;
	background: #3BA3D9;
background: linear-gradient(90deg, rgba(59, 163, 217, 1) 46%, rgba(120, 192, 69, 1) 100%);
	color: #fff;
	box-shadow: 0 12px 28px rgba(20, 49, 92, .14);
	overflow: hidden;
	margin-bottom: 32px;
}
.nexsan_unity_reason_feature_num {
	flex: 0 0 auto;
	width: 75px;
}
.nexsan_unity_reason_feature_num .nexsan_unity_num {
	font-size: 9rem;
	line-height: 1;
	color: #fff;
}
.nexsan_unity_reason_feature_body {
	flex: 1 1 auto;
	padding-right: 20px;
}
.nexsan_unity_reason_label {
	display: inline-block;
	background: #fff;
	color: #34aac2;
	font-size: 1.4rem;
	line-height: 1;
	padding: 8px 30px;
	border-radius: 999px;
}

.nexsan_unity_reason_label_pc.pc {
	margin-bottom: 14px;
}

.nexsan_unity_reason_feature_ttl {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
}
.nexsan_unity_reason_feature_txt {
	font-size: 1.6rem;
	line-height: 1.9;
	color: #f2fbff;
}
.nexsan_unity_reason_feature_txt strong {
	color: #fff;
}
.nexsan_unity_reason_feature_icon {
	flex: 0 0 auto;
	width: 148px;
	text-align: center;
	line-height: 0;
}
/* 理由2-4（白カード3列） */
.nexsan_unity_reason_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-bottom: 48px;
}
.nexsan_unity_reason_item {
	background: #fff;
	border-radius: 14px;
	padding: 30px 28px 32px;
	box-shadow: 0 8px 20px rgba(20, 49, 92, .06);
}
.nexsan_unity_reason_num {
	line-height: 1;
	margin-bottom: 6px;
	font-size: 9rem;
}
.nexsan_unity_reason_num .nexsan_unity_num {
	color: #276da9;
}
.nexsan_unity_reason_item:nth-child(2) .nexsan_unity_reason_num .nexsan_unity_num {
	color: #45b5b2;
}
.nexsan_unity_reason_item:nth-child(3) .nexsan_unity_reason_num .nexsan_unity_num {
	color: #78c045;
}
.nexsan_unity_reason_item .nexsan_unity_reason_label {
	background: #E9F0F6;
	color: #276da9;
}

.nexsan_unity_reason_item:nth-child(2) .nexsan_unity_reason_label {
	background: #ECF7F7;
	color: #45b5b2;
}

.nexsan_unity_reason_item:nth-child(3) .nexsan_unity_reason_label {
	background: #F1F9EC;
	color: #78c045;
}

.nexsan_unity_reason_item_t_wrap {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	gap: 30px;
}


.nexsan_unity_reason_ttl {
	color: #12324c;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 14px;
}
.nexsan_unity_reason_txt {
	font-size: 1.5rem;
	line-height: 1.85;
	color: #12324c;
}
.nexsan_unity_reason_txt strong {
	color: #12324c;
}

/* -------------------------------------------------------------
   TARGET（おすすめ企業・拠点）
   ------------------------------------------------------------- */
.nexsan_unity_target {
	background: #fff;
	padding-top: 76px;
	padding-bottom: 84px;
}
.nexsan_unity_target_list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}
.nexsan_unity_target_item {
	background: #e5eef4;
	border-radius: 14px;
	padding: 32px 24px 30px;
	text-align: center;
}
.nexsan_unity_target_icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*box-shadow: 0 4px 10px rgba(20, 49, 92, .06);*/
}
.nexsan_unity_target_icon img {
	width: 100%;
}
.nexsan_unity_target_ttl {
	color: #12324c;
	font-size: 1.9rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 12px;
}
.nexsan_unity_target_txt {
	font-size: 1.45rem;
	line-height: 1.8;
	color: #55606c;
	text-align: left;
}

/* -------------------------------------------------------------
   CASE（導入事例）
   ------------------------------------------------------------- */
.nexsan_unity_case {
	background: linear-gradient(180deg, #f1f9ec 0%, #e7f5fc 100%);
	padding-top: 76px;
	padding-bottom: 84px;
}
.nexsan_unity_case_card {
	background: #fff;
	border-radius: 18px;
	overflow: hidden;
	box-shadow: 0 14px 34px rgba(20, 49, 92, .10);
}
.nexsan_unity_case_head {
	background: #44A2A3;
background: linear-gradient(90deg, rgba(68, 162, 163, 1) 0%, rgba(71, 198, 180, 1) 100%);
	color: #fff;
	padding: 30px 44px 32px;
}
.nexsan_unity_case_head_meta {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 12px;
}
.nexsan_unity_case_tag {
	display: inline-block;
	background: #fff;
	color: #34aac2;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1;
	padding: 8px 30px;
	border-radius: 999px;
}
.nexsan_unity_case_company {
	font-size: 1.6rem;
	font-weight: 700;
}
.nexsan_unity_case_head_ttl {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.4;
}
.nexsan_unity_case_body {
	display: flex;
	gap: 44px;
	padding: 40px 44px 8px;
}
.nexsan_unity_case_col--text {
	flex: 1 1 42%;
	min-width: 0;
}
.nexsan_unity_case_col--diagram {
	flex: 1 1 58%;
	min-width: 0;
}
.nexsan_unity_case_block {
	margin-bottom: 28px;
}
.nexsan_unity_case_subttl {
	position: relative;
	padding-left: 34px;
	color: #12324c;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 14px;
}
.nexsan_unity_case_subttl_arrow {
	position: absolute;
	left: 0;
	top: 3px;
	width: 26px;
	height: 22px;
	background: url(../../../../images/product/storage/nexsan/unity-nvseries/jirei_arrow.png) no-repeat center / contain;
}
.nexsan_unity_case_txt {
	font-size: 1.6rem;
	line-height: 1.9;
	color: #12324c;
}
.nexsan_unity_case_txt strong {
	color: #12324c;
}
.nexsan_unity_case_checklist {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.nexsan_unity_case_check {
	position: relative;
	padding-left: 30px;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #12324c;;
}
.nexsan_unity_case_check::before {
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	width: 20px;
	height: 20px;
	background: url(../../../../images/product/storage/nexsan/unity-nvseries/jirei_check.png) no-repeat center / contain;
}
.nexsan_unity_case_check strong {
	color: #12324c;
}
.nexsan_unity_case_diagram {
	margin-bottom: 20px;
}
.nexsan_unity_case_diagram img {
	width: 100%;
}
.nexsan_unity_case_steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 18px;
}
.nexsan_unity_case_step_ttl {
	color: #45b5b2;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 6px;
}
.nexsan_unity_case_step_txt {
	font-size: 1.25rem;
	line-height: 1.7;
	color: #12324c;
}
.nexsan_unity_case_features {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	padding: 20px 44px 40px;
}
.nexsan_unity_case_feature {
	display: flex;
	align-items: center;
	gap: 16px;
	background: #F7FAFB;
	border: 2px solid #C3E7E6;
	border-radius: 12px;
	padding: 18px 22px;
}
.nexsan_unity_case_feature_icon {
	flex: 0 0 auto;
	width: 56px;
	line-height: 0;
}
.nexsan_unity_case_feature_ttl {
	color: #45b5b2;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 4px;
}
.nexsan_unity_case_feature_txt {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #12324c;
}
.nexsan_unity_case_note {
	font-size: 1.4rem;
	color: #12324c;
	text-align: right;
	margin: 16px 0 40px;
}

/* -------------------------------------------------------------
   TRUST（選ばれ続けて20年以上）
   ------------------------------------------------------------- */
.nexsan_unity_trust {
	background-color: #f4faf6;
	background-image: url(../../../../images/product/storage/nexsan/unity-nvseries/anshin_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-top: 80px;
	padding-bottom: 88px;
}
.nexsan_unity_trust_ttl {
	margin-bottom: 26px;
}
.nexsan_unity_trust_txt {
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.9;
	color: #48525d;
	margin-bottom: 46px;
}
.nexsan_unity_trust_txt strong {
	color: #12324c;
}
.nexsan_unity_trust_medals {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.nexsan_unity_trust_medal {
	position: relative;
	width: 240px;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url(../../../../images/product/storage/nexsan/unity-nvseries/anshin_medal.png) no-repeat center / contain;
}
.nexsan_unity_trust_medal_body {
	text-align: center;
	line-height: 1.3;
}
.nexsan_unity_trust_medal_num {
	display: block;
	color: #895a11;
	font-size: 3.2rem;
	font-weight: 900;
	letter-spacing: .02em;
}
.nexsan_unity_trust_medal_num--jp {
	font-size: 2.7rem;
}
.nexsan_unity_trust_medal_unit {
	font-size: 140%;
}
.nexsan_unity_trust_medal_lbl {
	display: block;
	color: #895a11;
	font-size: 1.6rem;
	font-weight: 700;
	margin-top: 6px;
}

/* -------------------------------------------------------------
   SPEC（主要スペック）
   ------------------------------------------------------------- */
.nexsan_unity_spec {
	background: #e7f5fc;
	padding-top: 76px;
	padding-bottom: 84px;
}
.nexsan_unity_spec_cols {
	display: flex;
	align-items: center;
	gap: 50px;
	margin-bottom: 36px;
}
.nexsan_unity_spec_tablewrap {
	flex: 1 1 55%;
	min-width: 0;
}
.nexsan_unity_spec_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	box-shadow: 0 8px 22px rgba(20, 49, 92, .08);
}
.nexsan_unity_spec_table th,
.nexsan_unity_spec_table td {
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #e7eef0;
	line-height: 1.6;
	word-break: keep-all;
}
.nexsan_unity_spec_table tr:last-child th,
.nexsan_unity_spec_table tr:last-child td {
	border-bottom: none;
}
.nexsan_unity_spec_table th {
	width: 190px;
	background: #44A2A3;
background: linear-gradient(90deg, rgba(68, 162, 163, 1) 0%, rgba(71, 198, 180, 1) 100%);
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 20px 22px;
}
.nexsan_unity_spec_table td {
	font-size: 1.6rem;
	color: #12324c;
	padding: 20px 26px;
}
.nexsan_unity_spec_visual {
	flex: 1 1 45%;
	text-align: center;
	line-height: 0;
}
.nexsan_unity_spec_visual img {
	width: 100%;
	max-width: 560px;
}
.nexsan_unity_spec_btnwrap {
	display: flex;
	justify-content: center;
}

/* -------------------------------------------------------------
   FAQ
   ------------------------------------------------------------- */
.nexsan_unity_faq {
	background: linear-gradient(180deg, #eef8f0 0%, #e8f3f7 100%);
	padding-top: 76px;
	padding-bottom: 90px;
}
.nexsan_unity_faq_inner {
	max-width: 1000px;
}
.nexsan_unity_faq_list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.nexsan_unity_faq_item {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 6px 16px rgba(20, 49, 92, .06);
	overflow: hidden;
}
.nexsan_unity_faq_q {
	position: relative;
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
	padding: 24px 64px 24px 28px;
	background: none;
	border: none;
	text-align: left;
	cursor: pointer;
	font-family: inherit;
}
.nexsan_unity_faq_mark {
	flex: 0 0 auto;
	color: #45b5b2;
	font-family: "Inter", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
}
.nexsan_unity_faq_mark--a {
	color: #45b5b2;
}
.nexsan_unity_faq_q_txt {
	flex: 1 1 auto;
	color: #12324c;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
}
.nexsan_unity_faq_toggle {
	position: absolute;
	top: 50%;
	right: 26px;
	width: 22px;
	height: 14px;
	transform: translateY(-50%);
	background: url(../../../../images/product/storage/nexsan/unity-nvseries/faq_arrow.png) no-repeat center / contain;
	transition: transform .3s ease;
}
.nexsan_unity_faq_item.is-open .nexsan_unity_faq_toggle {
	transform: translateY(-50%) rotate(180deg);
}
.nexsan_unity_faq_a {
	display: none;
	border-top: 1px solid #eef1f3;
}
.nexsan_unity_faq_a_inner {
	display: flex;
	gap: 16px;
	padding: 22px 28px 26px;
}
.nexsan_unity_faq_a_txt {
	flex: 1 1 auto;
	font-size: 1.5rem;
	line-height: 1.9;
	color: #12324c;
}

/* -------------------------------------------------------------
   CONTACT（最下部CTA）
   ------------------------------------------------------------- */
.nexsan_unity_contact {
	background: linear-gradient(100deg, #3c9492 0%, #63c278 100%);
	padding-top: 60px;
	padding-bottom: 64px;
}
.nexsan_unity_contact_inner {
	display: flex;
	align-items:flex-start;
	justify-content: center;
	gap: 34px;
}
.nexsan_unity_contact_shield {
	flex: 0 0 auto;
	width: 140px;
	line-height: 0;
}
.nexsan_unity_contact_body {
	flex: 0 1 auto;
}
.nexsan_unity_contact_ttl {
	color: #fff;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: left;
	letter-spacing: .02em;
	margin-bottom: 12px;
}
.nexsan_unity_contact_txt {
	color: #eafcf6;
	font-size: 1.6rem;
	line-height: 1.8;
	margin-bottom: 24px;
}
.nexsan_unity_contact_btns {
	gap: 20px;
}
.nexsan_unity_contact_btns .nexsan_unity_btn {
	min-width: 300px;
}

/* =============================================================
   タブレット（741px - 1024px）
   ============================================================= */

   /* 理由1本文の改行（S3 Object Lock前）は1140px以下では非表示にする */
@media screen and (max-width: 1140px) {
	.nexsan_unity_reason_feature_txt br.pc { display: none !important; }
}
@media screen and (min-width: 741px) and (max-width: 1024px) {
	.nexsan_unity_h2 { font-size: 3rem; margin-bottom: 40px; }
	.nexsan_unity_inner { padding-left: 32px; padding-right: 32px; }

	/* hero */
	.nexsan_unity_hero_inner { padding-top: 48px; padding-bottom: 56px; gap: 30px; }
	.nexsan_unity_hero_title_lead { font-size: 2.8rem; }
	.nexsan_unity_hero_title_main { font-size: 3.8rem; }
	.nexsan_unity_hero_sub { font-size: 1.8rem; }
	.nexsan_unity_hero_text { font-size: clamp(1rem, 1.63vw - 0.16rem, 1.55rem); }
	.nexsan_unity_hero_btns .nexsan_unity_btn { min-width: 0; flex: 1 1 0; }

	/* threat */
	.nexsan_unity_threat_cols { flex-direction: column; gap: 36px; }
	.nexsan_unity_threat_lead,
	.nexsan_unity_threat_data { max-width: none; }
	.nexsan_unity_threat_title { font-size: 3rem; }
	/* CTAバナー：タブレットもPCと同じ横並び（アイコン左）でコンパクトに */
	.nexsan_unity_cta_banner { gap: 24px; padding: 26px 30px; }
	.nexsan_unity_cta_banner_shield { width: 90px; }
	.nexsan_unity_cta_banner_txt { font-size: 1.9rem; margin-bottom: 16px; }

	/* worry / target 2列 */
	.nexsan_unity_worry_list,
	.nexsan_unity_target_list { grid-template-columns: repeat(2, 1fr); }
	.nexsan_unity_worry_ttl {
		text-align: left;
	}
	.nexsan_unity_worry_ttl_right {
		display: inline;
		text-align: left;
	}



	/* reason */
	/* 理由1：タブレットもPCと同じ横並び（番号左・本文中央・アイコン右） */
	.nexsan_unity_reason_feature { padding: 34px 40px; }
	.nexsan_unity_reason_feature_num { width: 64px; }
	.nexsan_unity_reason_feature_num .nexsan_unity_num { font-size: 7.6rem; }
	.nexsan_unity_reason_feature_body { padding-right: 12px; }
	.nexsan_unity_reason_feature_ttl { font-size: 2.6rem; }
	.nexsan_unity_reason_feature_icon { width: 124px; }
	.nexsan_unity_reason_list { grid-template-columns: repeat(3, 1fr); gap: 20px; }
	.nexsan_unity_reason_item { padding: 24px 20px; }
	

	/* case */
	.nexsan_unity_case_body { flex-direction: column; gap: 30px; padding: 32px 32px 4px; }
	.nexsan_unity_case_head { padding: 26px 32px; }
	.nexsan_unity_case_head_ttl { font-size: 2.4rem; }
	.nexsan_unity_case_features { padding: 16px 32px 34px; gap: 16px; }
	.nexsan_unity_case_feature { flex-direction: column; text-align: center; gap: 10px; }

	/* trust */
	.nexsan_unity_trust_medals { gap: 24px; }
	.nexsan_unity_trust_medal { width: 190px; height: 190px; }

	/* spec */
	.nexsan_unity_spec_cols { gap: 30px; }
	.nexsan_unity_spec_table th { width: 150px; padding: 16px; }
	.nexsan_unity_spec_table td { padding: 16px 18px; }

	/* contact */
	.nexsan_unity_contact_ttl { font-size: 2.8rem; }
	.nexsan_unity_contact_btns { flex-wrap: wrap; }
	.nexsan_unity_contact_btns .nexsan_unity_btn { flex: 1 1 0; }
}

/* =============================================================
   スマートフォン（740px以下）※すべて1カラム／CTAは縦積み
   ============================================================= */
@media screen and (max-width: 740px) {
	.nexsan_unity_wrap { font-size: 1.5rem; }
	.nexsan_unity_inner { padding-left: 18px; padding-right: 18px; }
	.nexsan_unity_h2 { font-size: 2.3rem; margin-bottom: 32px; line-height: 1.5; }

	/* ボタン：縦積み・全幅 */
	.nexsan_unity_btns { flex-direction: column; gap: 16px; }
	.nexsan_unity_btn,
	.nexsan_unity_hero_btns .nexsan_unity_btn,
	.nexsan_unity_contact_btns .nexsan_unity_btn,
	.nexsan_unity_cta_banner_btns .nexsan_unity_btn {
		width: 100%;
		min-width: 0;
		min-height: 64px;
		font-size: 1.7rem;
		padding: 12px 54px;
	}
	.nexsan_unity_spec_btnwrap .nexsan_unity_btn_arrow { 
		width: 25px; 
		height: 25px; 
		right: 20px; 
	}

	/* hero */
	.nexsan_unity_hero_title {
		display: block;
	}
	.nexsan_unity_hero_inner { flex-direction: column; padding-top: 36px; padding-bottom: 44px; gap: 26px; }
	.nexsan_unity_hero_body { flex: 1 1 auto; max-width: none; width: 100%; }
	.nexsan_unity_hero_visual { flex: 1 1 auto; width: 80%; margin: 0 auto;}
	.nexsan_unity_hero_visual img { max-width: 340px; }
	.nexsan_unity_hero_title_lead { font-size: 2.2rem; }
	.nexsan_unity_hero_title_main { font-size: 3rem; }
	.nexsan_unity_hero_sub { font-size: 1.4rem; margin-bottom: 20px; }
	.nexsan_unity_hero_text { font-size: 1.5rem; line-height: 1.85; margin-bottom: 26px; }

	/* threat */
	.nexsan_unity_threat { padding-top: 52px; padding-bottom: 56px; }
	.nexsan_unity_threat_cols { flex-direction: column; gap: 30px; }
	.nexsan_unity_threat_lead,
	.nexsan_unity_threat_data { max-width: none; }
	.nexsan_unity_threat_title { font-size: 2.5rem; }
	.nexsan_unity_threat_title_sub { font-size: 1.8rem; }
	.nexsan_unity_threat_text_em { font-size: 1.8rem; }
	.nexsan_unity_threat_card--donut { flex-direction: column; text-align: center; gap: 16px; padding: 22px;margin-bottom: 15px; }
	.nexsan_unity_threat_donut { width: 108px; margin: 0 auto; margin-bottom: 10px;}
	.nexsan_unity_threat_cards2 { flex-direction: column; gap: 16px; }
	.nexsan_unity_cta_banner { flex-direction: column; text-align: center; gap: 22px; margin-top: 36px; padding: 28px 22px; }
	.nexsan_unity_cta_banner_shield { width: 92px; }
	.nexsan_unity_cta_banner_txt { font-size: 1.8rem; }
	.nexsan_unity_cta_banner_btns { width: 100%; }
	.nexsan_unity_threat_card--donut_inner {
		display: block;
		padding: 0;
	}

	.nexsan_unity_trust_medal_num--jp {
		font-size: 2rem;
	}
	.nexsan_unity_trust_medal_num {
		font-size: 2rem;
	}

	.nexsan_unity_threat_callout {
	padding-left: 30px;
	font-size: 1.6rem;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 20px;
	text-align: left;
}

.nexsan_unity_threat_callout_arrow {
	top: 6px;
	width: 26px;
	height: 20px;
}

.nexsan_unity_threat_source {
	text-align: left;
}

.nexsan_unity_cta_banner_body {
	width: 100%;
}

	/* worry / target 1列 */
	.nexsan_unity_worry { padding-top: 52px; padding-bottom: 56px; }
	.nexsan_unity_worry_list { grid-template-columns: 1fr; gap: 20px; }
	.nexsan_unity_worry_item { display: grid; grid-template-columns: 92px 1fr; column-gap: 18px; align-items: start; text-align: left; padding: 22px 20px; }
	.nexsan_unity_worry_img { grid-row: span 2; margin-bottom: 0; }
	.nexsan_unity_worry_img img { width: 92px; }
	.nexsan_unity_worry_ttl { font-size: 1.8rem; margin-bottom: 8px; text-align: left; }
	.nexsan_unity_worry_ttl_right { display: inline; text-align: left; }

	.nexsan_unity_target { padding-top: 52px; padding-bottom: 56px; }
	.nexsan_unity_target_list { grid-template-columns: 1fr; gap: 16px; }
	.nexsan_unity_target_item { display: grid; grid-template-columns: 68px 1fr; column-gap: 18px; align-items: center; text-align: left; padding: 20px; }
	.nexsan_unity_target_icon { grid-row: span 2; width: 68px; height: 68px; margin: 0; }
	.nexsan_unity_target_ttl { margin-bottom: 6px; }

	/* reason */
	.nexsan_unity_reason { padding-top: 52px; padding-bottom: 56px; }
	.nexsan_unity_reason_feature { 
		flex-direction: column; 
		align-items: flex-start; 
		padding: 28px 22px; 
		text-align: left; 
		margin-bottom: 17px;
		background: #3BA3D9;
background: linear-gradient(180deg, rgba(59, 163, 217, 1) 23%, rgba(120, 192, 69, 1) 100%);
	}
	.nexsan_unity_reason_feature_num { width: auto; }
	.nexsan_unity_reason_feature_num .nexsan_unity_num { font-size: 5.6rem; }
	.nexsan_unity_reason_feature_body { padding-right: 0; }
	.nexsan_unity_reason_feature_ttl { font-size: 1.9rem; }
	.nexsan_unity_reason_feature_txt { font-size: 1.5rem; }
	.nexsan_unity_reason_feature_icon { width: 96px; margin: 20px auto 0; display: none;}
	.nexsan_unity_reason_list { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
	.nexsan_unity_reason_item { padding: 24px 22px; }
	/* SP：番号pの行ボックス高さを数字サイズに合わせ、番号とラベルの縦中央揃え(align-items:center)を数字の中心に一致させる */
	.nexsan_unity_reason_num { font-size: 5.6rem; }
	.nexsan_unity_reason_num .nexsan_unity_num { font-size: 5.6rem; }
	.nexsan_unity_reason_ttl {
		font-size: 1.9rem;
	}
	.nexsan_unity_spec_btnwrap .nexsan_unity_btn_txt {
		font-size: 1.8rem;
	}

	/* case */
	.nexsan_unity_case { padding-top: 52px; padding-bottom: 56px; }
	.nexsan_unity_case_head { padding: 22px; }
	.nexsan_unity_case_head_meta { flex-direction: column; align-items: flex-start; gap: 10px; }
	.nexsan_unity_case_head_ttl { font-size: 2rem; }
	.nexsan_unity_case_body { flex-direction: column; gap: 26px; padding: 26px 22px 4px; }
	.nexsan_unity_case_subttl { font-size: 1.8rem; }
	.nexsan_unity_case_steps { grid-template-columns: 1fr; gap: 14px; }
	.nexsan_unity_case_diagram { overflow-x: auto; -webkit-overflow-scrolling: touch; }
	.nexsan_unity_case_diagram img { min-width: 520px; }
	.nexsan_unity_case_features { grid-template-columns: 1fr; gap: 14px; padding: 12px 22px 30px; }
	.nexsan_unity_case_feature { gap: 16px; }
	.nexsan_unity_case_note { text-align: left; margin: 14px 0 30px; }

	.nexsan_unity_case_txt {
		font-size: 1.5rem;
	}
	.nexsan_unity_case_check {
		font-size: 1.5rem;
	}
	.nexsan_unity_case_feature_txt {
		font-size: 1.5rem;
	}

	/* trust */
	.nexsan_unity_trust { padding-top: 54px; padding-bottom: 60px; }
	.nexsan_unity_trust_txt { text-align: left; font-size: 1.5rem; margin-bottom: 34px; }
	/* SP：上2つ・下1つ（中央揃え）で折り返す */
	.nexsan_unity_trust_medals { flex-flow: row wrap; justify-content: center; align-items: flex-start; gap: 16px 20px; }
	.nexsan_unity_trust_medal { width: calc(50% - 10px); max-width: 200px; height: auto; aspect-ratio: 1 / 1; }

	/* spec */
	.nexsan_unity_spec { padding-top: 52px; padding-bottom: 56px; }
	.nexsan_unity_spec_cols { flex-direction: column-reverse; gap: 26px; }
	.nexsan_unity_spec_visual img { max-width: 360px; }
	.nexsan_unity_spec_table th,
	.nexsan_unity_spec_table td { display: block; width: 100%; }
	.nexsan_unity_spec_table th { padding: 12px 16px; }
	.nexsan_unity_spec_table td { padding: 14px 16px; }
	.nexsan_unity_spec_table tr:last-child td { border-bottom: none; }
	.nexsan_unity_spec_table tr td { border-bottom: 1px solid #e7eef0; }

	/* faq */
	.nexsan_unity_faq { padding-top: 52px; padding-bottom: 60px; }
	.nexsan_unity_faq_q { gap: 12px; padding: 20px 50px 20px 20px; }
	.nexsan_unity_faq_q_txt { font-size: 1.6rem; }
	.nexsan_unity_faq_mark { font-size: 2rem; }
	.nexsan_unity_faq_toggle { right: 18px; }
	.nexsan_unity_faq_a_inner { gap: 12px; padding: 18px 20px 22px; }

	/* contact */
	.nexsan_unity_contact { padding-top: 46px; padding-bottom: 50px; }
	.nexsan_unity_contact_inner { flex-direction: column; text-align: center; gap: 22px; }
	.nexsan_unity_contact_shield { width: 92px; align-self: center; }
	.nexsan_unity_contact_ttl { font-size: 1.8rem; text-align: center; }
	.nexsan_unity_contact_btns { width: 100%; }
}


.content {
	max-width: 1200px;
	width: 100%;
	padding-left: 24px;
	padding-right: 24px;
}