
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  margin: 0;
  font-size: 18px;
  color:#333333;
  font-family: "Noto Sans JP", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  background:#fff;
}


#body #container #bizdas * {
	box-sizing: border-box;
}

a {
  color:#0068b7;
}

a:hover {
  opacity:0.8;
}


a img:hover {
  opacity:0.8;
}


br.pc {
  display:none;
}

.space01 {
  height:36px;
}

br.sp {
  display:block;
}


@media (max-width: 768px){
br.sp {
  display:none;
}

br.pc {
  display:block;
}

}

.main {
	position: relative;
	width:100%;
	max-width:1920px;
	display:block;
	margin: 0 auto;

}

.main .iologo {
	position: absolute;
	margin-top: 20px;/*10→20*/
	margin-left: 40px;/*10→40*/
	max-width: 140px;
	display:block;
	z-index:2;
}



/* 右上ボタン */
.contactBtn{
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  color: #333;
  padding: 14px 32px;
  text-decoration: none;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.3s ease;
}

.contactBtn:hover{
  background: #222;
  color: #fff;
  opacity:1;

}

/* スマホ調整 */
@media (max-width: 768px){
  .contactBtn{
    top: 20px;
    right: 12px;
    padding: 5px 14px;
    font-size: 12px;
  background: #fff;
  }
}


.main a .iologo:hover {
	opacity: 0.8 !important;
	z-index:4 !important;
}


@media (max-width: 1366px){
.main {
	position: relative;
	width:100%;
	max-width:1366px;
	display:block;
	margin: 0 auto;
}
}

.main img {
	display:block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}



img.pc {
  display:block;
	width: 100%;
	margin: 0 auto;
}

img.sp {
  display:none;
}

@media (max-width: 1366px){
	img.pc {
	  display:block;
	}
}

@media (max-width: 768px){
	img.pc {
	  display:none;
	}

	img.sp {
	  display:block;
	width: 100%;
	margin: 0 auto;
	}
}



@media (max-width: 1366px){
.main .iologo {
	position: absolute;
	margin-top: 15px;/*-5→15*/
	margin-left: 30px;/*10→30*/
	max-width: 110px;
	display:block;
	z-index:2;
}
}

@media (max-width: 960px){
.main .iologo {
	position: absolute;
	margin-top: -3px;
	margin-left: 10px;
	max-width: 90px;
	display:block;
	z-index:2;
}
}



@media (max-width: 768px){
	.main .iologo {
		position: absolute;
		margin-top: 20px;
		margin-left: 10px;
		max-width: 100px;
		display:block;
	}
}

.main .main_copy span {
	display:none;
}



.ls1 {
  letter-spacing:1px;

}

.backup-section {
  width:90%;
  max-width:1600px;
  display: flex;
  gap: 40px;
  align-items: center;
  margin: 100px auto;
}

.backup-text,
.backup-image {
  width: 50%;
}

.backup-text p {
font-size: clamp(18px, 2.0vw, 30px);
  line-height: 1.7;
  margin: 0;
}

.backup-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .backup-section {
    flex-direction: column;
    gap: 24px;
    margin: 40px auto;
  }

  .backup-text,
  .backup-image {
    width: 100%;
  }

  .backup-text p {
  line-height: 1.7;
  }
}

.reason-section {
  padding: 80px 4%;
  background:#f8f8f8;
  width:92%;
  margin: 0 auto;
}

/* ラベル */
.reason-label {
  display: inline-block;
  border: 1px solid #003d79;
  border-radius: 4px;
  padding: 10px 20px;
  color: #003d79;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  font-weight: bold;
  margin-bottom: 24px;
  background: #fff;
}

/* H2 */
.reason-section h2 {
  font-size: clamp(2rem, 3.25vw, 3.25rem);
  line-height: 1.4;
  color: #003d79;
  margin: 0 0 16px;
  font-weight: bold;
}

/* リード */
.reason-lead {
  font-size: clamp(1rem, 1.8vw, 1.375rem);
  line-height: 1.8;
  color: #555;
  margin: 0 0 48px;
  font-weight: bold;
}

/* グリッド */
.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* カード */
.reason-card {
  border: 1px solid #dcdcdc;
  border-radius: 12px;
  padding: 40px;
  background: #fff;
  box-sizing: border-box;
}

/* ヘッダー */
.reason-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 24px;
  margin-bottom: 32px;
}

/* 左側 */
.reason-left {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

/* アイコン */
.reason-icon {
  width: 56px;
  height: 56px;
  background: #003d79;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.reason-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

/* 小見出し */
.reason-sub {
  font-size: clamp(0.75rem, 1vw, 0.875rem);
  line-height: 1.6;
  color: #555;
  margin: 0;
  font-weight: bold;
}

/* カード見出し */
.reason-card h3 {
  font-size: clamp(1.25rem, 2.0vw, 1.6rem);
  line-height: 1.5;
  color: #003d79;
  margin: -5px 0 0 0;
  font-weight: bold;
}

/* 番号 */
.reason-number {
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 1;
  font-weight: bold;
  color: #e5e5e5;
  flex-shrink: 0;
}

/* 本文 */
.reason-text {
  font-size: clamp(0.9375rem, 1.3vw, 1.125rem);
  line-height: 2;
  color: #333;
  margin: 0;
}

/* スマホ */
@media screen and (max-width: 768px) {

  .reason-section {
  padding: 50px 4%;
  background:#f8f8f8;
  width:92%;
  margin: 0 auto;
  }

  .reason-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .reason-card {
    padding: 24px;
  }

  .reason-head {
    gap: 16px;
    margin-bottom: 20px;
  }

  .reason-left {
    gap: 14px;
  }

  .reason-icon {
    width: 44px;
    height: 44px;
  }

  .reason-icon img {
    width: 22px;
    height: 22px;
  }

  .reason-text {
    line-height: 1.8;
  }

}

.difference-section {
  padding: 80px 4%;
  background:#ffffff;
  width:92%;
  margin: 0 auto;
}

/* ラベル */
.difference-label {
  display: inline-block;
  border: 1px solid #003d79;
  border-radius: 4px;
  padding: 10px 20px;
  color: #003d79;
  font-size: clamp(0.875rem, 1.2vw, 1rem);
  font-weight: bold;
  margin-bottom: 24px;
  background: #fff;
}

/* H2 */
.difference-section h2 {
  font-size: clamp(2rem, 3.25vw, 3.25rem);
  line-height: 1.4;
  color: #003d79;
  margin: 0 0 20px;
  font-weight: bold;
}

/* リード */
.difference-lead {
  font-size: clamp(1rem, 1.8vw, 1.375rem);
  line-height: 1.8;
  color: #555;
  margin: 0 0 56px;
  font-weight: bold;
}

/* 背景 */
.difference-box {
  background: #f3f3f3;
  padding: 80px 40px;
}

/* メッセージ */
.difference-message {
  font-size: clamp(1.3rem, 2vw, 2rem);
  line-height: 1.8;
  color: #555;
  text-align: center;
  font-weight: bold;
  margin: 0 0 64px;
}

/* 3列 */
.difference-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* カード */
.difference-card {
  position: relative;
  background: #f0f0f0;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
}

/* 右側のライン */
.difference-card::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -8px;
  width: 2px;
  height: calc(100%);
  background: #d0d0d0;
}

/* 下側のライン */
.difference-card::after {
  content: "";
  position: absolute;
  left: 6px;
  bottom: -8px;
  width: calc(100%);
  height: 2px;
  background: #d0d0d0;
}

/* カード内テキスト */
.difference-card p {
  font-size: clamp(0.9rem, 1.2vw, 1.2rem);
  line-height: 1.8;
  color: #555;
  text-align: center;
  font-weight: bold;
  margin: 0;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {

  .difference-section {
  padding: 50px 4%;
  background:#ffffff;
  width:92%;
  margin: 0 auto;
  }

  .difference-box {
    padding: 40px 20px;
  }

  .difference-message {
    margin-bottom: 40px;
  text-align: left;

  }

  .difference-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .difference-card {
    padding: 20px 12px;
  }

}

.feature-section {
  padding: 80px 4%;
  background: #f3f5f7;
  width:84%;
  margin: 0 auto;
}

/* ロゴ */
.feature-logo {
  margin-bottom: 40px;
}

.feature-logo img {
  width: 220px;
  height: auto;
  display: block;
}

/* H2 */
.feature-section h2 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.5;
  color: #003d79;
  text-align: center;
  margin: 0 0 72px;
  font-weight: bold;
}

.feature-section h2 span{
  display:block;
  font-size: clamp(1.0rem, 1.5vw, 1.5rem);
  line-height: 1.8;
  color: #999999;
}

/* 3列 */
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

/* カード */
.feature-card {
  display: flex;
  flex-direction: column;
}

/* 上部見出し */
.feature-head {
  background: #003d79;
  color: #fff;
  text-align: center;
  font-size: clamp(1.5rem, 2.2vw, 2.5rem);
  line-height: 1.4;
  font-weight: bold;
  padding: 32px 20px;
  border-radius: 6px;
  margin-bottom: 32px;
}

/* 説明 */
.feature-copy {
  font-size: clamp(1.25rem, 1.8vw, 2rem);
  line-height: 1.5;
  color: #003d79;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

/* 画像 */
.feature-image {
  padding: 24px;
  box-sizing: border-box;
  margin-top: auto;
}

.feature-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {

  .feature-section {
  padding: 50px 4%;
  width:84%;
  margin: 0 auto;
  }

  .feature-logo {
    margin-bottom: 32px;
  }

  .feature-logo img {
    width: 160px;
  }

  .feature-section h2 {
    margin-bottom: 40px;
    text-align: left;
  }



  .feature-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .feature-head {
    padding: 24px 16px;
    margin-bottom: 20px;
  }

  .feature-copy {
    margin-bottom: 24px;
  }

  .feature-image {
    padding: 16px;
  }

}

.ultrastar-section {
  position: relative;
  padding: 80px 4%;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 80px;

  /* 背景 */
  background: url("/product/hdd/bizhdd/image2026/ultrastar-bg.jpg") center center / cover no-repeat;
}

/* 背景オーバーレイ */
.ultrastar-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 16, 32, 0.72);
  z-index: 0;
}

/* コンテンツ前面 */
.ultrastar-section > * {
  position: relative;
  z-index: 1;
}

/* =========================
   HERO
========================= */
.ultrastar-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 48px;
}

/* 左 */
.ultrastar-hero-content {
  flex: 1;
}

/* バッジ */
.ultrastar-badge {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.85);
  border-radius: 4px;
  padding: 8px 18px;
  font-size: clamp(0.8125rem, 1vw, 1rem);
  font-weight: bold;
  margin-bottom: 24px;
}

/* キャッチ */
.ultrastar-catch {
  font-size: clamp(1rem, 1.4vw, 1.375rem);
  font-weight: bold;
  margin: 0 0 12px;
}

/* H2 */
.ultrastar-hero h2 {
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 24px;
}

/* リード */
.ultrastar-lead {
  max-width: 920px;
  font-size: clamp(0.9375rem, 1.2vw, 1.125rem);
  line-height: 2;
  font-weight: bold;
  margin: 0 0 32px;
}

/* ボタン */
.ultrastar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.ultrastar-tags span {
  min-width: 180px;
  border: 1px solid rgba(255,255,255,0.85);
  padding: 12px 24px;
  text-align: center;
  font-size: clamp(0.9375rem, 1.1vw, 1.125rem);
  font-weight: bold;
  box-sizing: border-box;
}

/* 右画像 */
.ultrastar-hero-image {
  width: min(28vw, 360px);
  flex-shrink: 0;
}

.ultrastar-hero-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   2列
========================= */
.ultrastar-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}

/* カード */
.ultrastar-card {
  background: rgba(0, 24, 48, 0.72);
  border: 1px solid rgba(255,255,255,0.15);
  backdrop-filter: blur(4px);
}

/* ヘッダー */
.ultrastar-head {
  padding: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
}

.ultrastar-sub {
  font-size: clamp(0.875rem, 1vw, 1rem);
  color: #fff;
  margin: 0 0 10px;
  font-weight: bold;
}

.ultrastar-head h3 {
  font-size: clamp(1.75rem, 2.5vw, 3rem);
  line-height: 1.4;
  color: #fff;
  margin: 0 0 10px;
  font-weight: bold;
}

.ultrastar-head h3 span {
  font-size: 0.65em;
}

.ultrastar-type {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  color: #fff;
  margin: 0;
  font-weight: bold;
}

/* 本文 */
.ultrastar-body {
  padding: 32px;
}

.ultrastar-text {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.8;
  color: #fff;
  margin: 0 0 32px;
}

/* リスト */
.ultrastar-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ultrastar-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(255,255,255,0.15);
}

.ultrastar-list li:last-child {
  border-bottom: 1px solid rgba(255,255,255,0.15);
}

.ultrastar-list img {
  width: 24px;
  flex-shrink: 0;
}

.ultrastar-list span {
  font-size: clamp(0.9375rem, 1.1vw, 1.125rem);
  line-height: 1.7;
  color: #fff;
  font-weight: bold;
}

/* =========================
   Ultrastarとは
========================= */
.ultrastar-about {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  background: rgba(0, 24, 48, 0.72);
  border: 1px solid rgba(255,255,255,0.15);
  padding: 40px;
}

.ultrastar-about-text {
  flex: 1;
}

.ultrastar-about-text h3 {
  font-size: clamp(1.75rem, 2.5vw, 3rem);
  line-height: 1.4;
  color: #fff;
  margin: 0 0 24px;
  font-weight: bold;
}

.ultrastar-about-text p {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 2;
  color: #fff;
  margin: 0;
}

.ultrastar-about-logo {
  width: 220px;
  flex-shrink: 0;
}

.ultrastar-about-logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {

  .ultrastar-section {
    padding: 48px 20px;
  }

  /* HERO */
  .ultrastar-hero {
    flex-direction: column;
    gap: 32px;
  }

  .ultrastar-hero-image {
    width: 300px;
    margin: 0 auto;
  }

  .ultrastar-tags span {
    width: 100%;
    min-width: auto;
  }

  /* 2列 → 1列 */
  .ultrastar-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 24px;
  }

  .ultrastar-head,
  .ultrastar-body {
    padding: 24px;
  }

  .ultrastar-list li {
    gap: 12px;
    padding: 14px 0;
  }

  /* Ultrastar */
  .ultrastar-about {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;
  }

  .ultrastar-about-text {
    order: 1;
  }

  .ultrastar-about-logo {
    order: 2;
    width: 140px;
    margin: 0 auto;

  }

  .ultrastar-about-text p {
    order: 3;
  }

}

.nas-section {
  padding: 64px 4%;
  color: #003d79;
}

/* ヒーロー */
.nas-hero {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 48px;
  margin-bottom: 56px;
}

.nas-hero-text {
  flex: 1;
}

.nas-label {
  display: inline-block;
  border: 1px solid #003d79;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: clamp(0.8rem, 1vw, 1rem);
  font-weight: bold;
  margin-bottom: 24px;
}

.nas-subtitle {
  font-size: clamp(1.25rem, 1.6vw, 1.5rem);
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 12px;
}

.nas-section h2 {
  font-size: clamp(2rem, 3.5vw, 3.75rem);
  line-height: 1.25;
  font-weight: bold;
  margin: 0 0 32px;
}

.nas-lead {
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.9;
  color: #333;
  font-weight: bold;
  margin: 0;
}

.nas-hero-logo {
  width: min(16vw, 170px);
  flex-shrink: 0;
  margin: 56px 70px 0 auto;
}

.nas-hero-logo img {
  width: 100%;
  height: auto;
  display: block;
}

/* カード */
.nas-card-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.nas-card {
  background: #eaf6ff;
  border: 1px solid #003d79;
  border-radius: 8px;
  overflow: hidden;
}

.nas-card-head {
  padding: 32px 40px;
  border-bottom: 1px solid #003d79;
}

.nas-card-head h3 {
  font-size: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.4;
  margin: 0 0 8px;
  font-weight: bold;
}

.nas-card-head h3 span {
  font-size: 0.65em;
  margin-left: 2px;
}

.nas-card-head p {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
  line-height: 1.5;
  margin: 0;
  font-weight: bold;
  letter-spacing: 0.08em;
}

.nas-check-list {
  list-style: none;
  margin: 0;
  padding: 24px 40px;
}

.nas-check-list li {
  position: relative;
  padding: 18px 0 18px 44px;
  font-size: clamp(1.0rem, 1.4vw, 1.4rem);
  line-height: 1.6;
  font-weight: bold;
  border-bottom: 1px solid rgba(0, 61, 121, 0.55);
}

.nas-check-list li:first-child {
  padding-top: 10px;
}

.nas-check-list li:last-child {
  border-bottom: none;
  padding-bottom: 10px;
}

.nas-check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);

  width: 24px;
  height: 24px;

  background: url("/product/hdd/bizhdd/image2026/icon-check.png") center center / contain no-repeat;
}

/* スマホ */
@media screen and (max-width: 768px) {

  .nas-section {
    padding: 20px 20px;
  }

  .nas-hero {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 40px;
  }

  .nas-hero-logo {
    width: 140px;
  margin: 0 auto 0 auto;
  }

  .nas-card-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .nas-card-head {
    padding: 24px;
  }

  .nas-check-list {
    padding: 20px 24px;
  }

  .nas-check-list li {
    padding-left: 38px;
  }
}

.tool-section {
  padding: 80px 4%;
  background:#f8f8f8;
  width:92%;
  margin: 0 auto;
  color: #003d79;
}

/* ラベル */
.tool-label {
  display: inline-block;
  border: 1px solid #003d79;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: bold;
  margin-bottom: 28px;
}

/* H2 */
.tool-section h2 {
  font-size: clamp(2rem, 4vw, 3.75rem);
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 20px;
}

/* リード */
.tool-lead {
  font-size: clamp(1rem, 1.3vw, 1.25rem);
  line-height: 1.9;
  color: #333;
  font-weight: bold;
  margin: 0 0 48px;
}

/* =========================
   メインボックス
========================= */
.tool-box {
  border: 1px solid #003d79;
  border-radius: 28px;
  padding: 72px 64px;
  background: #fff;
}

/* =========================
   ボックス見出し
========================= */
.tool-box-head {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 48px;
}

/* アイコン */
.tool-box-icon {
  width: 88px;
  flex-shrink: 0;
}

.tool-box-icon img {
  width: 100%;
  height: auto;
  display: block;
}

/* 見出し */
.tool-box-head h3 {
  font-size: clamp(1.8rem, 2.5vw, 2.5rem);
  line-height: 1.4;
  color: #000;
  font-weight: bold;
  margin: 0;
}

/* 本文 */
.tool-description {
  font-size: clamp(1.125rem, 1.5vw, 1.75rem);
  line-height: 2;
  color: #333;
  font-weight: bold;
  margin: 0 0 64px;
}

/* =========================
   2列
========================= */
.tool-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}

/* 各ブロック */
.tool-item {
  display: flex;
  flex-direction: column;
}

/* タイトル */
.tool-item h4 {
  font-size: clamp(1.2rem, 2vw, 2.25rem);
  line-height: 1.5;
  color: #003d79;
  text-align: center;
  font-weight: bold;
  margin: 0 0 28px;
}

/* 画像 */
.tool-image {
  margin-bottom: 28px;
}

.tool-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 説明 */
.tool-item p {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  line-height: 2;
  color: #333;
  font-weight: bold;
  margin: 0 0 24px;
}

/* 強調 */
.tool-item strong {
  color: #d40000;
  font-weight: bold;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {

  .tool-section {
  padding: 48px 4%;
  background:#f8f8f8;
  width:92%;
  margin: 0 auto;
  color: #003d79;

  }

  .tool-box {
    border-radius: 20px;
    padding: 32px 24px;
  }

  .tool-box-head {
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
  }

  .tool-box-icon {
    width: 56px;
  }

  .tool-description {
    margin-bottom: 40px;
  }

  .tool-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tool-item h4 {
    margin-bottom: 20px;
  }

  .tool-image {
    margin-bottom: 20px;
  }

}


.office-section {
  padding: 80px 4%;
  background:#ffffff;
  width:92%;
  margin: 0 auto;
  color: #003d79;
}

/* ラベル */
.office-label {
  display: inline-block;
  border: 1px solid #003d79;
  border-radius: 4px;
  padding: 8px 20px;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: bold;
  margin-bottom: 28px;
}

/* H2 */
.office-section h2 {
  font-size: clamp(2.0rem, 4vw, 4rem);
  line-height: 1.3;
  font-weight: bold;
  margin: 0 0 20px;
}

/* リード */
.office-lead {
  font-size: clamp(1rem, 1.4vw, 1.5rem);
  line-height: 1.8;
  color: #555;
  font-weight: bold;
  margin: 0 0 48px;
}

/* =========================
   グリッド
========================= */
.office-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

/* カード */
.office-card {
  border: 1px solid #d4d4d4;
  border-radius: 12px;
  background: #fff;
  padding: 36px;
  box-sizing: border-box;
}

/* 中身 */
.office-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 26px;
}

/* テキスト */
.office-text {
  flex: 1;
}

/* 見出し */
.office-text h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: clamp(1.5rem, 1.8vw, 1.8rem);
  line-height: 1.4;
  color: #003d79;
  font-weight: bold;
  margin: 0 0 28px;
}

.office-text h3 img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

/* リスト */
.office-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.office-text li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 18px;
  font-size: clamp(1rem, 1.2vw, 1.375rem);
  line-height: 1.8;
  color: #333;
  font-weight: bold;
}

.office-text li:last-child {
  margin-bottom: 0;
}

/* アイコン */
.office-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url("/product/hdd/bizhdd/image2026/icon-pin.png") center center / contain no-repeat;
}

/* 画像 */
.office-image {
  width: 40%;
  flex-shrink: 0;
}

.office-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {

  .office-section {
    padding: 48px 0;
  }

  .office-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .office-card {
    padding: 18px;
  }

  .office-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .office-image {
    width: 100%;
  }

  .office-text h3 {
    margin-bottom: 20px;
  }

  .office-text li {
    margin-bottom: 14px;
  }

}


.lineup-section {
  padding: 80px 0;
  background: #edf5fd;
  color: #003d79;
  width:100%;
    margin: 0 auto;

}

/* =========================
   見出し
========================= */
.lineup-head {
  text-align: center;
    margin: 0 auto 64px;
width:94%;

}

.lineup-label {
  display: inline-block;
  border: 1px solid #003d79;
  padding: 8px 18px;
  border-radius: 4px;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: bold;
  margin-bottom: 20px;
}

.lineup-head h2 {
  font-size: clamp(2rem, 3vw, 3.5rem);
  line-height: 1.4;
  font-weight: bold;
  margin: 0 0 16px;
}

.lineup-head p {
  font-size: clamp(1rem, 1.2vw, 1.25rem);
  color: #666;
  margin: 0;
  font-weight: bold;
}

/* =========================
   BLOCK
========================= */
.lineup-block {
    margin: 0 auto 64px;
width:94%;

}

/* タイトル全体 */
.lineup-block-head {
  display: flex;
  align-items: center;
  gap: 40px;
  padding-bottom: 20px;
  margin-bottom: 32px;
  border-bottom: 2px solid #2b66a5;
}

/* 左画像 */
.lineup-head-image {
  width: 300px;
  flex-shrink: 0;
}

.lineup-head-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 縦線 */
.lineup-head-divider {
  width: 1px;
  height: 140px;
  background: #2b66a5;
  flex-shrink: 0;
}

/* タイトル */
.lineup-block-head h3 {
  font-size: clamp(2rem, 2.8vw, 3.5rem);
  line-height: 1.5;
  color: #333;
  font-weight: bold;
  margin: 0;
}

/* =========================
   横スクロール
========================= */
.lineup-scroll {
  overflow-x: auto;
  padding-bottom: 12px;
}

/* カード並び */
.lineup-grid {
  display: flex;
  gap: 20px;
  min-width: max-content;
}

/* =========================
   カード
========================= */
.lineup-card {
  width: 423px;
  min-width: 400px;

  background: #fff;
  border: 1px solid #b8c3cf;
  border-radius: 8px;

  padding: 20px;

  text-decoration: none;
  color: inherit;

  box-sizing: border-box;
}

/* 商品画像 */
.lineup-card-image {
  margin: 0 0 24px;
}

.lineup-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* 本文 */
.lineup-card-body h4 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 8px;
}

.lineup-card-body h4 span{
  font-size: 0.65em;
}

.lineup-card-spec {
  font-size: 0.95rem;
  line-height: 1.7;
  color: #666;
  margin: 0 0 24px;
  font-weight: bold;
}

/* タグ */
.lineup-card-tag {
  display: inline-block;
  background: #005bbb;

  color: #fff;
  border-radius:3px;
  font-size: 0.875rem;
  font-weight: bold;

  padding: 6px 12px;
  margin-bottom: 28px;
}

.lineup-card-tag.blue {
  background: #003d79;
}

/* =========================
   詳細はこちら
========================= */
.lineup-card-link {
  position: relative;
  display: block;
  width: 50%;

  padding: 0 56px 14px 0;
  margin: 0 auto;

  border-bottom: 1px solid #777;

  font-size: clamp(0.8rem, 1vw, 1rem);
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 0.12em;

  color: #003d79;

  box-sizing: border-box;
}

.lineup-card-link::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 4px;

  width: 52px;
  height: 14px;

  border-bottom: 1px solid #003d79;
  border-right: 1px solid #003d79;

  transform: skewX(45deg);
}

/* =========================
   スクロールバー
========================= */
.lineup-scroll::-webkit-scrollbar {
  height: 8px;
}

.lineup-scroll::-webkit-scrollbar-thumb {
  background: #9fb4c8;
  border-radius: 999px;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {

  .lineup-section {
    padding: 48px 0;
  }

  .lineup-head {
    margin-bottom: 40px;
  }

  .lineup-block-head {
    gap: 20px;
    align-items: flex-end;
  }

.lineup-head-divider {
  width: 1px;
  height: 60px;
  background: #2b66a5;
  flex-shrink: 0;
}


  .lineup-head-image {
    width: 120px;
  }

  .lineup-block-head h3 {
    font-size: 1.0rem;
  }

  .lineup-card {
    width: 320px;
    min-width: 320px;
  }

.lineup-card-link {
  width: 90%;
}

}

.support-section {
  padding: 80px 4%;
  background:#ffffff;
  width:92%;
  margin: 0 auto;
}

/* =========================
   見出し
========================= */
.support-head {
  margin-bottom: 48px;
}

.support-label {
  display: inline-block;
  padding: 10px 18px;
  border: 1px solid #003d79;
  border-radius: 4px;

  color: #003d79;
  font-size: clamp(0.875rem, 1vw, 1rem);
  font-weight: bold;

  margin-bottom: 24px;
}

.support-head h2 {
  font-size: clamp(1.8rem, 3.5vw, 3.5rem);
  line-height: 1.4;
  color: #003d79;
  font-weight: bold;

  margin: 0 0 20px;
}

.support-head p {
  font-size: clamp(1.125rem, 1.5vw, 1.75rem);
  line-height: 1.8;
  color: #555;
  font-weight: bold;

  margin: 0;
}

/* =========================
   グリッド
========================= */
.support-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

/* =========================
   カード
========================= */
.support-card {
  position: relative;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 40px;

  padding: 40px 36px;

  border: 2px solid #003d79;
  border-radius: 14px;

  background: #fff;

  text-decoration: none;
  color: inherit;

  transition: .3s;
}

/*.support-card:hover {
  transform: translateY(-4px);
}
*/

/* 下段 */
.support-card-dark {
  grid-column: 1 / -1;

  background: #003d79;
  color: #fff;
}

/* 本文 */
.support-card-body {
  flex: 1;
}

.support-card-body h3 {
  font-size: clamp(1.5rem, 2.0vw, 2.0rem);
  line-height: 1.5;
  font-weight: bold;
  color: #003d79;

  margin: 0 0 20px;
}

.support-card-body h3.white {
  color: #fff;

  margin: 0 0 20px;
}

.support-card-body p {
  font-size: clamp(1rem, 1.2vw, 1.5rem);
  line-height: 1.9;
  font-weight: bold;

  margin: 0;
}

/* =========================
   矢印
========================= */
.support-arrow {
  position: relative;

  width: 54px;
  height: 54px;

  border: 2px solid #003d79;
  border-radius: 50%;

  flex-shrink: 0;
}

/* 横線 */
.support-arrow::before {
  content: "";

  position: absolute;
  top: 50%;
  left: 18px;

  width: 22px;
  height: 2px;

  background: #003d79;

  transform: translateY(-50%);
}

/* 矢印 */
.support-arrow::after {
  content: "";

  position: absolute;
  top: 50%;
  right: 15px;

  width: 10px;
  height: 10px;

  border-top: 2px solid #003d79;
  border-right: 2px solid #003d79;

  transform: translateY(-50%) rotate(45deg);
}

/* 白 */
.support-arrow.white {
  border-color: #fff;
}

.support-arrow.white::before {
  background: #fff;
}

.support-arrow.white::after {
  border-color: #fff;
}

/* =========================
   スマホ
========================= */
@media screen and (max-width: 768px) {

  .support-section {
    padding: 48px 0;
  }

  .support-head {
    margin-bottom: 32px;
  }

  .support-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .support-card,
  .support-card-dark {
    grid-column: auto;

    padding: 28px 24px;
    gap: 20px;
  }

  .support-arrow {
    width: 44px;
    height: 44px;
  }

  .support-arrow::before {
    left: 12px;
    width: 18px;
  }

  .support-arrow::after {
    right: 12px;
    width: 8px;
    height: 8px;
  }

}

.cta-section {
  background: #003d79;
  padding: 72px 20px 84px;
  color: #fff;
  text-align: center;
}

.cta-inner {
  max-width: 960px;
  margin: 0 auto;
}

.cta-section h2 {
  font-size: clamp(1.75rem, 2vw, 2rem);
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 24px;
}

.cta-section p {
  font-size: clamp(1rem, 1.4vw, 1.375rem);
  line-height: 1.8;
  font-weight: bold;
  margin: 0 0 44px;
}

.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.cta-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

  width: 270px;
  min-height: 78px;
  padding: 0 56px 0 32px;

  border-radius: 4px;
  border: 1px solid #fff;

  font-size: clamp(1.125rem, 1.6vw, 1.5rem);
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;

  box-sizing: border-box;
}

.cta-button::after {
  content: "→";
  position: absolute;
  right: 28px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.6em;
  line-height: 1;
}

.cta-button-white {
  background: #fff;
  color: #111;
}

.cta-button-outline {
  background: transparent;
  color: #fff;
}

/* フッター */
.footer-section {
  padding: 96px 20px 72px;
  text-align: center;
  background: #fff;
}

.footer-logo {
  margin-bottom: 40px;
}

.footer-logo img {
  width: 280px;
  height: auto;
  display: inline-block;
}

.footer-section p {
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.6;
  color: #000;
  font-weight: bold;
  margin: 0;
}

/* スマホ */
@media screen and (max-width: 768px) {

  .cta-section {
    padding: 56px 20px 64px;
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .cta-button {
    width: 100%;
    max-width: 320px;
    min-height: 64px;
  }

  .footer-section {
    padding: 64px 20px 48px;
  }

  .footer-logo img {
    width: 200px;
  }

}

.page-top {
	position: fixed;
	bottom: 50px;
	right: 5px;
	font-size: 77%;
	z-index:9999;
	opacity: 0.7;
	text-indent:-9999px;
}

.page-top a {
	background: url(/product/hdd/bizhdd/image2026/pagetop.png) center/80% no-repeat;
	text-decoration: none;
	color: #fff;
	width: 60px;
	padding: 30px 0;
	text-align: center;
	display: block;
}

.page-top a:hover {
	text-decoration: none;
	opacity: 0.7;
}

@media print, screen and (min-width: 768px) {
	.page-top {
		bottom: 20px;
		right: 20px;
	}

	.page-top a {
		background: url(/product/hdd/bizhdd/image2026/pagetop.png) center/80% no-repeat;
		width: 80px;
	}
	.page-top a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
}

#sideMenuContent{
  position: fixed;
  top: 203px;
  right: 0;
  margin: auto;
  z-index: 10;
  transform: translate(0, -50%);
}


#sideMenuContent ul li.inquiry{
background: #003dad;
  list-style-type:none;
}

#sideMenuContent ul li.inquiry:hover{
background: #003dad;
  list-style-type:none;
}
#sideMenuContent ul li a {
  height: calc(100% - 30px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  padding: 15px 10px;
  width: 10em;
  font-size: 12px;
  text-align:center;
}


#sideMenuContent ul li img {
  max-width: 60px;
  margin: 0 auto 8px;
  display: block;
}

@media screen and (max-width: 640px) {

#sideMenuContent{
top: auto;
bottom: 0;
width: 100%;
transform: none;
}
#sideMenuContent ul{
display: flex;
}
#sideMenuContent ul li{
line-height:110%;
width: 100%;
}
#sideMenuContent ul li a{
display: flex;
width: auto;
flex-direction: row;
  height:auto;
}
#sideMenuContent ul li img {
  max-width: 60px;
  margin: 0px 10px 0 0;
  display: inline-block;
}
}




