section[id] {
  scroll-margin-top: 150px;
  /* 固定ヘッダーの高さに応じて調整 */
}


.p-content-header--kv .c-img {
  max-width: 500px;
}

.text-banner {
  display: flex;
  gap: 1rem;
  padding: 2rem 1rem;
}

/* パンくずカラー調整 */
.c-breadcrumb,
.p-content-header .c-breadcrumb>li a,
.p-content-header.c-bg-gray-100 .c-breadcrumb>li a,
.p-content-header.c-bg-white .c-breadcrumb>li a {
  color: #fff;
}

/* キービジュアル高さ修正 */
.p-content-header--kv .text-item {
  background-color: yellow;
  color: black;
  font-weight: bold;
  padding: 0.1rem 1.5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}

.p-content-header:not(.p-content-header--movie) .p-content-header__img {
  max-height: 700px;
}

.p-content-header:not(.p-content-header--movie) .p-content-header__img img {
  max-height: 700px;
}

/* ナビメニュー背景色修正 */
.p-block.p-block--navigation.__color {
  border-top: 1px solid rgb(0, 114, 188);
  border-bottom: 1px solid rgb(0, 114, 188);
  background: rgb(0, 114, 188);
}

/* ナビメニューホバー時のtransition追加 */
.c-nav-link-anchor>li>a {
  transition: 0.3s;
}

/* パネル背景色変更 */
.c-bg-white .p-panel__body,
.bg-blue01 .p-panel__body {
  background: #ffffff;
  color: #333;
}

.panel-blue .p-panel {
  border: solid 1px #aad5ff;
}

.panel-blue .pointlabel03 {
  padding-bottom: 20px;
}

.panel-blue img {
  padding-bottom: 20px;
}

.c-bg-white .panel_blue .p-panel__body {
  background: #f4faff;
}



.box-shadow .p-panel {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}

.ourservice{
  padding:100px 20px;
}

.ourservice .text-center{
  text-align:center;
  color:#333;
  font-weight:normal;
}

.system-life-cycle {
  padding: 40px 20px;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.slc-container {
  display: flex;
  align-items: stretch; /* ★ 左右の高さを中央と揃える */
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1500px;
  margin: 0 auto;
}


.slc-left,
.slc-right {
  display: flex;
  flex-direction: column;
    justify-content: space-between;
  gap: 50px;
  flex: 1;
  min-width: 300px;
}

.slc-center {
  flex: 0 0 500px;
  text-align: center;
  display: flex;               /* ← Flexbox化 */
  align-items: center;         /* ← 垂直中央 */
  justify-content: center;     /* ← 水平方向も中央 */
}

.slc-center img {
  max-width: 100%;
  height: auto;
}

.slc-box {
  display: flex; 
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}


.slc-box h3 {
  margin-top: 0;
  font-size: 1.2em;
  margin-bottom:20px;
  font-weight:700;
  padding-bottom:5px;
}

.slc-box.orange { border-color: #f7a343;}
.slc-box.red { border-color: #d32b58;}
.slc-box.blue { border-color: #0072bc;}
.slc-box.lightblue { border-color: #23cdfc;}

.slc-box.orange h3{ border-bottom:solid 1px  #f7a343;color:#f7a343}
.slc-box.red h3{ border-bottom:solid 1px  #d32b58;color:#d32b58}
.slc-box.blue h3{ border-bottom:solid 1px  #0072bc;color:#0072bc}
.slc-box.lightblue h3{ border-bottom:solid 1px  #23cdfc;color:#23cdfc}

/* ===== スマホ対応 ===== */

@media (min-width: 1070px) and (max-width: 1249px) {
  .slc-center {
    flex: 0 0 350px; /* ★ 中央ブロック自体の幅を狭く */
  }

  .slc-center img {
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1069px) {
    .slc-container {
    flex-direction: column;
    align-items: stretch;
  }
    .slc-center {
    order: -1; /* 画像を先頭に */
    flex:0 0 300px;
  }
      .slc-center img {
    max-width: 500px; 
  }
  }

@media (max-width: 991px) {
  .slc-container {
    flex-direction: column;
    align-items: stretch;
  }

  .slc-center {
    order: -1; /* 画像を先頭に */
    flex:0 0 300px;
  }
    .slc-center img {
    max-width: 350px; 
  }

  .slc-left,
  .slc-right {
    flex: none;
  }
  .slc-center img {
  max-width: 80%;
}

  .slc-box {
    margin-bottom: 15px;
  }
}
@media (min-width:769px) and (max-width:1069px){
  .slc-box{
  width:80%;
  margin:0 auto;  
  }
  }


@media (max-width: 768px) {
    .slc-container {
    flex-direction: column;
    align-items: stretch;
  }

  .slc-center {
    order: -1; /* 画像を先頭に */
    flex:0 0 300px;
  }
      .slc-center img {
    max-width: 100%; 
  }


}

.nationwide-service {
  position: relative;
  background: url("/assets/images/service/background-img.jpg") center/cover no-repeat;
  padding: 80px 20px;
  color: #000;
  overflow: hidden;
}

/* 背景に透過レイヤーを重ねる */
.nationwide-service .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(245, 250, 255, 0.9); /* #f4faff 透過90% */
  z-index: 0;
}

.service-inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
}

/* 見出し */
.service-heading {
  text-align: center;
  margin-bottom: 50px;
}


.service-heading h2 {
  font-weight: 700;
  color:#333;
}
.service-heading h2 span{
  display:block;
    color: #0072bc;
}
/* 親：背景などはそのまま */

.service-content{
  display:flex;
  /* ← ここが重要：左右カラムを同じ高さ（左の画像の高さ）に揃える */
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  flex-wrap: wrap;
}

/* 左：画像のみ。高さの基準になります */
.service-left{
  flex: 1 1 420px;   /* お好みで初期幅 */
  display: flex;     /* 画像を上に揃えるため（任意） */
  align-items: flex-start;
}
.map-img{
  max-width: 100%;
  height: auto;
  display: block;    /* 画像下の隙間対策 */
    border-radius: 10px;
}

/* 右：縦方向Flexで上下ボックスを等分 */
.service-right{
  flex: 1 1 420px;
  display: flex;
  flex-direction: column;
  gap: 100px;         /* この分だけ上下の間が空きます */
  /* 親の align-items:stretch により
     左の画像の高さと同じ高さに自動で伸びます */
}

/* 上下ボックスを同じ高さに */
.service-box{
  flex: 1;                   /* ← 等分で高さ配分 */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(255,255,255,0.6);
  border-radius: 10px;
  padding: 24px 40px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.service-box h3{
  color:#005b96;
  padding-top:30px;
  padding-bottom:10px;
  border-bottom:solid 1px #005b96;
  font-weight:700;
}

@media (min-width:992px) and (max-width:1249px){
  .service-box h3{
    font-size:2.4rem;
    padding-top:10px;
  }
  .service-right{
    gap:20px;
  }
  .service-box{
    padding:15px 20px;
  }
}
@media (min-width:769px) and (max-width:992px){
    .service-content{
    flex-direction: column;
    align-items: stretch;
  }
  .service-left img{
    max-width:80%;
    margin:0 auto;
  }
  .service-right{
    gap:30px;
  }
  .service-right .service-box{
    max-width:80%;
    margin:0 auto;
  }

}
/* スマホでは自然な高さに戻す */
@media (max-width: 768px){
  .service-content{
    flex-direction: column;
    align-items: stretch;
  }
  .service-left,.service-right{ flex: none; width: 100%; }
  .service-box{ flex: none; }   /* ← 等分解除（中身の高さに） */
   .service-right{
    gap:30px;
  }

  .service-box h3{
    font-size:2.0rem;
    padding-top:0px;
  }
}

.service-features {
  padding: 80px 20px;
  background: #fff;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

.service-features-inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 40px;
  max-width: 1500px;
  margin: 0 auto;
  flex-wrap: wrap;
}

/* 各ボックス */
.service-feature-box {
  flex: 1 1 500px;
  border-radius: 10px;
  padding: 20px 20px 40px;
  display: flex;
  flex-direction: column;
}



/* 日本語見出し */
.service-feature-box h3 {
  color: #333;
  font-weight: 700;
  margin-bottom: 20px;
  text-align:center;
}
/* 英文見出し */
.service-feature-box h3 span {
  display:block;
  color: #005b96;
  font-weight: 700;
  margin-bottom: 8px;
}

/* 画像部分 */
.service-feature-image {
  position: relative;
  width: 100%;
  flex: 1;
  overflow: hidden;
  margin-bottom: 20px;
}

.service-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ★ 高さを揃えてトリミング */
  display: block;
}

/* テキスト部分 */
.service-feature-box p {
  line-height: 1.7;
  color: #333;
  margin: 0;
}

@media (min-width:992px) and (max-width:1249px){
  .service-feature-box {
  flex: 1 1 450px;
}
}

@media (min-width:769px) and (max-width:991px){
  .service-feature-box {
  flex: 1 1 330px;
}
}

/* レスポンシブ（スマホ） */
@media (max-width: 768px) {
  .service-features-inner {
    flex-direction: column;
    gap: 40px;
  }

  .service-feature-box {
    flex: none;
  }

}
/* ===== セクション全体 ===== */
.service-data {
  position: relative;
  background: url("/assets/images/service/background-img02.jpg") center/cover no-repeat;
  padding: 80px 20px;
  overflow: hidden;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
}

/* 背景の透過レイヤー */
.service-data .overlay {
  position: absolute;
  inset: 0;
  background-color: rgba(245, 250, 255, 0.9); /* #f4faff 透過90% */
  z-index: 0;
}

.service-data-inner {
  position: relative;
  z-index: 1;
  max-width: 1500px;
  margin: 0 auto;
}

/* ===== 見出しエリア ===== */
.service-data-heading {
  text-align: center;
  margin-bottom: 20px;
}


.service-data-heading h2 {
  color: #333;  /* 日本語カラー */
  font-weight: 700;
  margin-bottom: 5px;
}
.service-data-heading h2 span {
display:block;
  color: #0072bc;  /* 英文カラー */
  font-weight: 700;
  margin-bottom: 10px;
}


.service-data-heading p {
  color: #333;
  padding-top:10px;
}

/* ===== ボックス配置エリア ===== */
.service-data-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 100px;
  align-items: stretch; /* すべての高さを均等に */
}

/* ===== 各ボックス ===== */
.service-data-box {
  background: rgba(255,255,255,.8);
  border-radius: 10px;
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
max-width:700px;
box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}

/* 小見出し */
.service-data-box h3 {
  width:100%;
  max-width:320px;
  color: #0072bc;
  font-weight: 700;
  border: 2px solid #0072bc;
  display: block;
  padding: 8px 20px;
  border-radius: 30px;
  margin: 0 auto 20px;
  text-align:center;
  box-shadow: 3px 5px 0px 0px #0072bc;
}

/* 数字画像部分 */
.data-image {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  padding:10px 0;
}

.data-image img {
  width:100%;
  max-width: 300px;
  height: auto;
  display: block;
}
.box-body {
  flex: 1;
  display: flex;
  align-items: flex-start; /* ← 全ボックスで本文の開始位置を統一 */
  width: 100%;
}
/* 本文テキスト */
.service-data-box p {
  color: #333;
  line-height: 1.7;
  margin: 0;
  text-align:left;
}
@media (min-width:992px) and (max-width:1249px){
  .service-data-grid {
  gap: 30px 30px;
}
}
@media (min-width:769px) and (max-width:991px){
.service-data-box{
  width:80%;
  margin:0 auto;
}
}
/* ===== レスポンシブ対応 ===== */
@media (max-width: 992px) {
  .service-data-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .service-data-box {
    padding: 30px 20px;
  }
  .service-data-box p{
    padding:0 40px;
  }
}

/* ===== セクション全体 ===== */
.service-certify {
  padding: 80px 20px 150px 20px;
  background: #fff;
  font-family: "Hiragino Sans", "Noto Sans JP", sans-serif;
  text-align: center;
}

.service-certify-inner {
  max-width: 1200px;
  margin: 0 auto;
}

/* ===== 見出し部分 ===== */
.service-certify-heading {
  text-align: center;
  margin-bottom: 50px;
}

.service-certify-heading h2 {
  color: #333;
  font-weight: 700;
  margin-bottom: 5px;
}

.service-certify-heading h2 span {
  display: block;
  color: #0072bc;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-certify-heading p {
  color: #333;
  margin: 0 auto;
  max-width: 700px;
  line-height: 1.6;
  padding:80px 0 30px 0;
}

/* ===== ロゴ一覧 ===== */
.certify-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px; /* ロゴ同士の間隔 */
  flex-wrap: wrap;
  margin-bottom: 100px;
}

/* 各ロゴ */
.certify-logo {
  flex: 1 1 150px; /* 幅を揃えて等間隔 */
  max-width: 220px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.certify-logo img {
  width: 100%;
  max-width: 200px; /* ★ ロゴの統一サイズ */
  height: 100px;     /* ★ 高さ統一 */
  object-fit: contain; /* 縦横比を保持して収める */
  display: block;
}


/* ===== レスポンシブ対応 ===== */
@media (max-width: 768px) {
  .certify-logos {
    gap: 40px;
  }
  .certify-logo img {
    max-width: 140px;
    height: 80px;
  }
}

.cs_linkBtn_wrap--num {
    margin-top: 36px;
    padding:0 20px;
}
.cs_linkBtn {

    box-sizing: border-box;
    position: relative;
    background-color: rgba(0,114,188,100);
    display: flex;
    width: 100%;
    height: 64px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 4px;
    border: 2px solid #0072BC;
    transition: ease .4s all;
    font-size: 1.6rem;
    font-weight: 500;
}
.cs_linkBtn:hover {
    color: #0072BC;
    background-color: rgba(0,114,188,0);
    transition: ease 400ms all;
}
.cs_linkBtn .arrow {
    position: absolute;
    top: calc(50% - 32px / 2);
    right: 15px;
    width: 32px;
    height: 32px;
    transition: ease 400ms all;
    overflow: hidden;
}
.cs_linkBtn .arrow::before {
    position: absolute;
    top: calc(50% - 6px / 2);
    left: calc(50% - 6px / 2);
    width: 6px;
    height: 6px;
    background: #fff;
    content: "";
    border-radius: 32px;
    transition: ease 400ms all;
}
.cs_linkBtn:hover{
  text-decoration:none!important;
}
.cs_linkBtn .arrow::after {
    opacity: 0;
    position: absolute;
    top: 10px;
    left: -16px;
    width: 16px;
    height: 12px;
    background: url(/assets/images/service/cs_arrow.svg) no-repeat center center;
    content: "";
    transition: ease 400ms all;
}
.cs_linkBtn:hover .arrow{
    top: calc(50% - 32px / 2);
}

.cs_linkBtn:hover .arrow::before {
    top: calc(50% - 32px / 2);
    left: calc(50% - 32px / 2);
    width: 32px;
    height: 32px;
    background-color: #0072BC;
}
.cs_linkBtn:hover .arrow::after{
  opacity:1;
  left:8px;
}
@media(min-width:1250px){
.cs_linkBtn_wrap--num {
    margin-top: 42px;
}
.cs_linkBtn {

    width: 450px;
    height: 80px;
    font-size: 2.0rem;
}

}
.h2-heading {
  color: #fff;
  padding: 20px;
  display: block;
  position: relative;
  z-index: 1;
}

.h2-heading:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1c6db0;
  transform: skew(-10deg);
  z-index: -1;
}

.h2-heading:after {
  content: '';
  position: absolute;
  border-left: 15px double #fff;
  height: 100%;
  top: 0;
  right: 20px;
  transform: skew(-10deg);
}
.h2-heading span{
  display:block;
  font-size:30px;
  padding-top:10px;
  padding-left:15px;
}

.h2-heading-ptn1 {
  text-align: center;
  padding: 20px 0;
  font-weight: bold;
}


.h2-heading-ptn2 {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}

.h2-heading-ptn2::before,
.h2-heading-ptn2::after {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #1170cf;
  height: 5px;
  right: 2em;
}

.h2-heading-ptn2::before {
  background-color: #e3e3e3;
  left: 2em;
  width: 4em;
}

.h2-heading-ptn2 span {
  background-image: linear-gradient(to right, #2c404d, #1170cf);
  color: #fff;
  padding: 0 15px;
  line-height: 2.0;
}

@media(max-width:768px){
  .h2-heading{
    padding:10px 0 10px 20px;
    margin-bottom:30px;
  }
    .h2-heading:after{
    right:0px;
    border-left:10px double #fff; 
  }
  .h2-heading span{
    font-size:18px;
    padding-left:0;
  }
}

.h2-heading-ptn2-yellow {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}

.h2-heading-ptn2-yellow::before,
.h2-heading-ptn2-yellow::after {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #ffeb3b;
  height: 5px;
  right: 2em;
}

.h2-heading-ptn2-yellow::before {
  background-color: #e3e3e3;
  left: 2em;
  width: 4em;
}

.h2-heading-ptn2-yellow span {
  display: block;
  color: #5f5f5f;
  margin-bottom: 20px;
}

.h2-heading-ptn2-black {
  font-weight: bold;
  padding-bottom: 0.5em;
  text-align: center;
  position: relative;
}

.h2-heading-ptn2-black::before,
.h2-heading-ptn2-black::after {
  content: '';
  position: absolute;
  margin: auto;
  left: 0;
  bottom: 0;
  width: 2em;
  background-color: #fff;
  height: 5px;
  right: 2em;
}

.h2-heading-ptn2-black::before {
  background-color: #333;
  left: 2em;
  width: 4em;
}

/* .h2-heading-ptn2 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 0 20px;
	background-color: #fff;
	text-align: left;
	background-image: linear-gradient(to right, #2c404d, #1170cf);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
} */

.h3-heading-ptn2 {
  text-align: center;
}

.text-center {
  text-align: center;
}

@media(max-width:768px) {
  .text-center {
    text-align: left;
  }
}

.lead-logo img{
  display:block;
  width:100%;
  max-width:300px;
  margin:0 auto;
padding-bottom:50px;
}
.lead-p{
  display:block;
  margin:0 auto;
  max-width:850px;
  padding:30px 20px;
  border:solid 1px #1170cf;
  border-radius:3px;
}
.image-l img {
  display: block;
  margin: 0 auto;
  padding: 30px;
}

.img-gray img {
  border: solid 20px #eee;

}

.h2-heading-ptn3 {
  position: relative;
  padding: .5em 1.2em;
  color: #2c404d;
  border-bottom: 2px solid transparent;
  background-image: linear-gradient(to right, #2c404d, #1c6db0, #aad5ff);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
}

.h2-heading-ptn3::before,
.h2-heading-ptn3::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: '';
}

/* 左側・上のボックス */
.h2-heading-ptn3::before {
  top: calc(50% - 3px);
  left: 0;
  border: 2px solid #2c404d;
}

/* 左側・下のボックス：色変更 */
.h2-heading-ptn3::after {
  top: calc(50% + 3px);
  left: 5px;
  border: 2px solid #1170cf;
}

@media(max-width:768px) {
  .h2-heading-ptn3 {
    padding: .5em 0 0.5em 1.8em;
  }

}

.h3-heading-ptn2 span {
  background: #1170cf;
  color: #fff;
  padding: 0 15px;
}

.h3-heading-ptn2 {
  color: #1170cf;
  border-bottom: solid 2px #1170cf;
  padding-bottom: 10px;
  font-weight: 700;
}



.h3-heading-ptn3 {
  background: linear-gradient(to right, #2c404d, #1170cf);
  color: #fff;
  padding: 5px 10px;
}

.h3-heading-ptn4 {
  text-align: center;
  font-weight: 600;
}



.h3-heading-ptn4 .big-number {
  font-family: Impact, sans-serif;
  color: #ff2a8d;
  /* ショッキングピンク系（例：#ff2a8d） */
  margin-right: 2px;
}

.h3-heading-ptn4 .big-word {
  color: #ed1e79;
}

@media (max-width:768px){
 .h3-heading-ptn4 .big-word {
  font-size:1.8rem;
} 
.h3-heading-ptn3 {
  font-size:1.8rem!important;
}
}


.h3-heading-ptn5 {
  position: relative;
  padding: .5em 1.8em;
  color: #2c404d;
  border-bottom: 2px solid transparent;
  background-image: linear-gradient(to right, #2c404d, #1c6db0, #aad5ff);
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: 100% 2px;
}

.h3-heading-ptn5::before,
.h3-heading-ptn5::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  content: '';
}

/* 左側・上のボックス */
.h3-heading-ptn5::before {
  top: calc(50% - 3px);
  left: 0;
  border: 2px solid #2c404d;
}

/* 左側・下のボックス：色変更 */
.h3-heading-ptn5::after {
  top: calc(50% + 3px);
  left: 5px;
  border: 2px solid #1170cf;
}

.h3-heading-ptn6 {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}

.h3-heading-ptn6 span {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 230, 0, 0.953);
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
}

.h3-heading-ptn8 {
  color: #004071;
  font-weight: 700;
  text-align: center;
  border-bottom: solid 2px #004071;
  padding-bottom: 10px;
}

.parent-heading-wrapper {
  text-align: center;
  margin-bottom: 50px;

}

.h3-heading-ptn7 {
  display: block;
  width: max-content;
  font-weight: 700;
  margin: 0 auto;
  position: relative;
  padding: 0 2.5em;
  color: #333333;
}


.h3-heading-ptn7::before,
.h3-heading-ptn7::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  background-color: #1170cf;
}

.h3-heading-ptn7::before {
  left: 0;
}

.h3-heading-ptn7::after {
  right: 0;
}

@media(max-width:768px) {
  .h3-heading-ptn5 {
    padding: .5em 1.8em;
  }
    .h3-heading-ptn7 {
    width: 100%;
    padding: 0 0 5px 0; /* 両脇の余白削除 */
    border-bottom: 5px solid #1170cf; /* 下線に変更 */
    display: inline-block;
    white-space: normal; /* 折り返し許可 */
  }

  .h3-heading-ptn7::before,
  .h3-heading-ptn7::after {
    display: none; /* 両サイドの線を非表示 */
  }
}

.leadimg {
  display: block;
  margin: 0 auto;
  width: 150px;
  height: auto;
  padding: 50px 0;
}

.leadimg-l {
  display: block;
  margin: 0 auto;
  width: 300px;
  height: auto;
}

.p-panel-icon {
  display: block;
  margin: 0 auto;
  height: 100px;
  width: auto;
}

.p-panel__body .p-panel__title {
  text-align: center;
  color: #0072bc;
}

.adjust_height{
  height:80px;
}


.notice-p {
  padding: 20px 0;
}

.notice-p p {
  padding: 5px 0;
}

.spec table td:first-child {
  vertical-align: middle;
  padding-left: 10px;
}

.spec table th:nth-child(2),
.spec table th:nth-child(3),
.spec table td:nth-child(2),
.spec table td:nth-child(3) {
  text-align: center;
}

.spec table img {
  padding: 20px;
}

.spec-list {
  display: flex;
  gap: 2rem;
  text-align: left;
  justify-content: center;
}

.spec-list ul {
  margin: 0;
}

.sp_hid {
  display: block;
}

.pc_hid {
  display: none;
}

.dposspec table{
  background:#fff;
}


.parallax-section {
  position: relative;
  background-image: url('/assets/images/solution/dx_wi-fi/bg-paralax01.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.parallax-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.dpos-parallax-section {
  position: relative;
  background-image: url('/assets/images/solution/d-poster/d-poster-fv-bg.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.dpos-parallax-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

@media (max-width: 1024px) {
  .dpos-parallax-section {
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
  }
}

.parallax-section .column h3,
.logi-parallax-section .column h3,
.dpos-parallax-section .column h3 {
  color: #fff;
  border-bottom: none;
}


.parallax-content {
  position: relative;
  z-index: 2;
  display: flex;
  width: 95%;
  max-width: 1200px;
  gap: 2rem;
  color: white;
  align-items: center;
  text-align: left;
}

.parking-parallax-section {
  position: relative;
  background-image: url('/assets/images/solution/parking/para-bg.jpg');
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.parking-parallax-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 0;
}

.parking-parallax-content {
  position: relative;
  z-index: 2;
  color: #333;
  padding: 100px 20px;
}

.parking-parallax-content .box4-container {
  color: #333;
}


.google-parallax-section {
  position: relative;
  background-image: url('/assets/images/solution/workspace/workspace-bg.jpg');
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  height: auto;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.google-parallax-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
}

.google-parallax-content {
  position: relative;
  z-index: 2;
  color: #333;
  padding: 20px 20px;
}

.google-parallax-content .box4-container {
  color: #333;
}


.para-img {
  display: block;
  margin: 0 auto;
  max-width: 900px;
  background: rgba(255, 255, 255, 0.6);
  padding: 30px;
}

.dc-parallax-section {
  position: relative;
  background-image: url('/assets/images/solution/datacenter/datacenter-bg.jpg');
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.dc-parallax-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 0;
}

.dc-parallax-content {
  position: relative;
  z-index: 2;
  color: #333;
  padding: 100px 20px;
}

.para-text-bg {
  background: rgba(255, 255, 255, 0.5);
  padding: 30px;
}

.dc2-parallax-section {
  position: relative;
  background-image: url('/assets/images/solution/datacenter/datacenter-bg02.jpg');
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.dc2-parallax-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 0;
}

.dc2-parallax-content {
  position: relative;
  z-index: 2;
  color: #333;
}

.dc2-para-img img {
  background: rgba(255, 255, 255, 0.6);
  padding: 20px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);

}

.nutanix-parallax-section {
  position: relative;
  background-image: url('/assets/images/solution/nutanix/hci-bg.jpg');
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.nutanix-parallax-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.nutanix-parallax-content {
  position: relative;
  z-index: 2;
  color: #fff;
  padding: 100px 20px;
}

.column {
  flex: 1;
  /* 50% */
  padding: 1rem;
  border-radius: 8px;
}

.--mb {
  height: 20px;
}

@media (max-width: 768px) {
  .sp_hid {
    display: none;
  }

  .pc_hid {
    display: block;
  }

  .parallax-content {
    flex-direction: column;
  }

  .column {
    padding: 0.5rem 0;
  }
}

.mmr-feature-img {
  padding-bottom: 20px;
}

.logo-cont {
  margin: 0;
  padding: 30px 30px 20px;
}

.logo-cont>ul {
  margin-top: -20px;
  margin-left: -40px;
  vertical-align: middle;
}

.logo-cont>ul>li {
  width: 19%;
  padding-top: 20px;
  padding-left: 20px;
  vertical-align: middle;
}

.clearfix {
  min-height: 1px;
  clear: both;
}

.column-logo>*>* {
  display: inline-block;
}

@media (max-width: 768px) {
  .logo-cont>ul>li {
    width: 30%;
    padding-top: 30px;
    padding-left: 30px;
  }
}

.mmr .c-3column .p-panel a,
.js-slick-3column .p-panel a,
.p-panel.p-panel--3column a {
  display: inline-flex;
}

.mmr table td {
  vertical-align: middle;
}

.mmr table .label {
  font-weight: bold;
}

.__space {
  margin: 50px 0;
}

.__space20 {
  margin-bottom: 20px;
}

.__space50 {
  margin-bottom: 50px;
}

.__space100 {
  margin-bottom: 100px;
}

.__space200 {
  margin-bottom: 200px;
}

.two-column-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 2rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.two-column-list li {
  position: relative;
  padding-left: 1.5em;
}

.two-column-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #1c6db0;
  font-size: 1.0em;
  line-height: 2;
}

.three-column-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.5rem 0.5rem;
  padding: 0;
  margin: 0;
  list-style: none;
}


.three-column-list li {
  position: relative;
  padding-left: 1.5em;
}

.three-column-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  color: #1c6db0;
  font-size: 1.0em;
  line-height: 2;
}

.mmr-h5 {
  padding-top: 30px;
  border-bottom: solid 1px #1c6db0;
  padding-bottom: 15px;
}

.access-list {
  list-style: disc inside;
  padding-top: 30px;
  padding-left: 0;
}

/* 共通背景 */
.common-bg-s {
  background-image: url('/assets/images/solution/common/common-bg02.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.common-bg-l {
  background-image: url('/assets/images/solution/common/common-bg01.jpg');
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.common-bg-l2 {
  background-image: url('/assets/images/solution/common/common-bg05.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.common-bg-l3 {
  background-image: url('/assets/images/solution/common/common-bg06.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.common-bg-m {
  background-image: url('/assets/images/solution/common/common-bg03.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  background-size: cover;
}

.common-bg-g {
  background-image: url('/assets/images/solution/common/common-bg04.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


@media(max-width:768px) {
  .common-bg-s {
    background-image: url('/assets/images/solution/common/common-bg-sp02.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .common-bg-l {
    background-image: url('/assets/images/solution/common/common-bg-sp01.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }

  .common-bg-l2 {
    background-image: url('/assets/images/solution/common/common-bg-sp05.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
  }

  .common-bg-l3 {
    background-image: url('/assets/images/solution/common/common-bg-sp06.jpg');
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
  }

  .common-bg-m {
    background-image: url('/assets/images/solution/common/common-bg-sp03.jpg');
    background-repeat: repeat;
    background-position: top center;
    background-size: cover;
  }

  .common-bg-g {
    background-image: url('/assets/images/solution/common/common-bg-sp04.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}




.mmr-bg {
  position: relative;
  z-index: 0;
}

.mmr-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/solution/mmr/mmr-bg-02.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.35;
  z-index: -1;
}

.building-bg {
  position: relative;
  z-index: 0;
}

.building-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url('/assets/images/solution/building-security/building-bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 0.85;
  z-index: -1;
}

.padding-top {
  padding-top: 120px !important;
}

.padding-bottom {
  padding-bottom: 120px;
}

.padding-top20 {
  padding-top: 20px;
}

.kv-logo .p-content-header--kv .c-img {
  max-width: 400px;
}

.kv-logo .logo-img {
  max-width: 350px;
}

.kv-logo .h3-header {
  background: #333;
  color: #fff;
  padding: 5px 10px;
}



@media(min-width:1024px) and (max-width:1216px){
  .kv-logo .h3-header {
  font-size:1.6rem!important;
}
}

@media (min-width: 768px) {

  .kv-logo .p-content-header__inner>div:last-child:not(.p-content-header__sub-bottom),
  .p-content-header__main {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .p-content-header--kv .text-banner {
    font-size: 1rem;
    padding: 1rem 0;
  }

  .p-content-header--kv .text-item {
    padding: 0.9rem;
    text-align: center;
    font-size: 1.2rem;
  }

  .p-content-header--kv .text-banner {
    flex-wrap: wrap;
    font-size: 1rem;
    padding: 1rem 0;
    justify-content: left;
  }

  .p-content-header--kv .text-item {
    padding: 0.9rem;
    text-align: center;
    font-size: 1.2rem;
    white-space: normal;
  }

  .p-content-header--kv .c-img {
    display: block;
    margin: 0 auto;
    max-width: 350px;
  }

  .kv-logo .logo-img {
    width: 235px;
  }

  .kv-logo .p-content-header--kv .c-img {
    display: block;
    margin: 0 auto;
    max-width: 250px;
  }

  .c-head-lg,
  .c-head-lg-sp {
    font-size: 2.2rem;
  }
  .kv-logo .adjust_font{
  font-size:2.0rem;
}
}

@media (min-width:769px) and (max-width:991px){
  .c-head-lg,
  .c-head-lg-sp {
    font-size: 3.5rem;
  }
}



.leadimg-dpos {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 500px;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

.comparison-table th,
.comparison-table td {
  border: 1px solid #fff;
  padding: 0.8rem;
  text-align: center;
}

.comparison-table th {
  background-color: #333;
  color: #fff;
}

.comparison-table td:first-child {
  font-weight: bold;
  background-color: #f5f5f5;
  text-align: left;
}

.comparison-table th:nth-child(3) {
  background: #1c6db0;
}

.highlight {
  background-color: #e8f5ff;
}

@media (max-width: 768px) {

  .comparison-table th,
  .comparison-table td {
    font-size: 0.85rem;
    padding: 0.5rem;
  }
}

.text-left {
  text-align: left !important;
}

.logisticslead img {
  display: block;
  margin-top: 50px;
  padding: 20px 0;
  max-width: 1100px;
  background: #fff;
}

.logi-parallax-section {
  position: relative;
  background-image: url('/assets/images/solution/lifecycle/logi-bg.jpg');
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 600px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.logi-parallax-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}

.sanpai img {
  background: #fff;
}

.sanpai-image {
  padding: 20px;
}

.flow-image {
  display: block;
  margin: 0 auto;
  max-width: 950px;
  background: #fff;
  padding: 20px;
  border: solid 1px #1170cf;
}

.image-border {
  display: block;
  width: 100%;
  border: solid 10px #f9f9f9;
  margin: 10px;
  padding: 10px;
}

.image-border02 {
  display: block;
  width: 100%;
  border: solid 10px #e6e8ea;
  margin: 10px;
  padding:20px;
  background:#fff;
}

.service-flow {
  margin: 0;
  padding: 0;
}

.service-flow>li {
  list-style-type: none;
  position: relative;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-start;
}

.service-flow>li:nth-of-type(even)::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 4px dotted #d4d4d4;
}

.service-flow>li:nth-of-type(odd)::before {
  content: "";
  position: absolute;
  left: 50px;
  top: -40px;
  width: 20%;
  height: 40px;
}

.service-flow>li:nth-of-type(odd)::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 50px;
  width: 20%;
  height: calc(100% - 50px);
  border-left: 4px dotted #d4d4d4;
}

.service-flow>li:first-of-type::before {
  content: unset;
}


.service-flow>li dl {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 130px);
}

.service-flow>li .icon {
  display: inline-block;
  margin: 0;
  width: 100px;
  height: auto;
  margin-right: 20px;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 100px;
  background: #0072bc;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  z-index: 1;
}

.service-flow>li dt {
  display: inline-block;
  margin: 1rem 0 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .1em;
}

.service-flow>li dd {
  max-width: 550px;
  margin: 0;
  font-weight: normal;
  line-height: 2;
  letter-spacing: .1em;
}

.service-flow>li:last-of-type::after {
  height: 30%;
}
/* 奇数の最後のステップの線を非表示にする */
.service-flow>li:nth-of-type(odd):last-of-type::after {
  display: none;
}

@media screen and (min-width: 960px) {
  .service-flow>li:nth-of-type(even) {
    margin-left: 20%;
    padding-top: 20px;
  }

  .service-flow>li:nth-of-type(odd)::after {
    border-bottom: 4px dotted #d4d4d4;
  }

  .service-flow>li:nth-of-type(odd)::before {
    border-top: 4px dotted #d4d4d4;
    border-left: 4px dotted #d4d4d4;
  }

  .service-flow>li:nth-of-type(even)::after {
    height: calc(100% - 40px);
  }

  .service-flow>li:last-of-type::after {
    height: 40%;
  }

}

@media(max-width:768px) {
  .pointimg {
    width: 200px;
  }

  .sanpai-image {
    background: #fff;
    padding: 0px;
    border: solid 1px #eee;
  }

  .service-flow>li .icon {
  width: 80px;
  height: 80px;
  font-size: 2.5rem;
  line-height: 80px;
}
.service-flow>li:nth-of-type(even)::after {
  left: 40px;
}

.service-flow>li:nth-of-type(odd)::before {
  left: 40px;
}

.service-flow>li:nth-of-type(odd)::after {
  left: 40px;
}
}

.kitting-image {
  background: #fff;
  padding: 30px;
  border: solid 1px #0072bc;
  border-radius: 8px;
}

.kitting-image img {
  display: block;
  margin: 0 auto;
  max-width: 400px;

}

.h4-heading {
  background: #0072bc;
  color: #fff;
  padding:5px 20px;
}

.h4-heading-ptn2 {
  background: #0072bc;
  color: #fff;
  text-align: left;
  padding: 5px 20px;
}

.h4-heading-ptn3 {
  padding-bottom: 10px;
  border-bottom: dotted 1px #1170cf;
}

.h4-heading-ptn4{
  background:#004071;
  color:#fff;
  text-align:center;
  padding:5px 0;
}

.list-box {
  border: solid 1px #0072bc;
  border-radius: 8px;
  padding: 20px;
}

.box3-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}

.box3 {
  background-color: #1170cf;
  color: #fff;
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
  flex: 1 1 30%;
  min-width: 250px;
  box-sizing: border-box;
  border-radius: 4px;
}

.box3-2 {
  background-color: #39b54a;
  /* 青色 */
  color: #fff;
  font-weight: bold;
  padding: 1rem 2rem;
  text-align: center;
  flex: 1 1 30%;
  min-width: 250px;
  box-sizing: border-box;
  border-radius: 4px;
}

/* モバイル（画面幅768px以下）では1列に */
@media (max-width: 768px) {

  .box3,
  .box3-2 {
    flex: 1 1 100%;
  }
}

.points-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.0rem;
}

.point-box {
  position: relative;
  border: 1px solid #1170cf;
  border-radius: 8px;
  padding: 30px 15px;
  width: 100%;
  max-width: 375px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 50px;
}

/* 見出し（吹き出し風） */
.point-label {
  position: absolute;
  width: 80%;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #1170cf;
  color: #fff;
  font-weight: bold;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  text-align: center;
}

/* モバイル時：1列 */
@media (max-width: 768px) {
  .points-container {
    flex-direction: column;
    align-items: center;
  }
}


.point-box02{
  display: inline-block;
  background: #1170cf;
  color: #fff;
  padding:5px 20px;
  font-weight:700;
}

@media (max-width:768px){
  .point-box02{
    margin-top:10px;
    padding:0 20px;
  }
}


.image-m img {
  width: 100%;
  max-width: 850px;
  display: block;
  margin: 0 auto;
}

.image-sm img{
  width:100%;
  max-width:500px;
  display:block;
  margin:0 auto;
}

.image-s img {
  padding-top: 20px;
  width:100%;
  max-width: 450px;
  display: block;
  margin: 0 auto;
}

.image-xs img {
  width: 100%;
  max-width: 350px;
  display: block;
  margin: 0 auto 50px auto;
}

.width450 {
  display: block;
  max-width: 450px;
  margin: 0 auto;
}


.point-box-g {
  position: relative;
  border: 1px solid #39b54a;
  border-radius: 8px;
  padding: 30px 15px;
  width: 100%;
  max-width: 375px;
  box-sizing: border-box;
  background-color: #fff;
  margin-bottom: 50px;
}

/* 見出し（吹き出し風） */
.point-label-g {
  position: absolute;
  width: 80%;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  background-color: #39b54a;
  color: #fff;
  font-weight: bold;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  text-align: center;
}

.point-box p,
.point-box-g p {
  padding: 10px 20px;
}

.pointlabel {
  color: #1170cf;
  font-family: impact;
  opacity: 0.7;
  font-size: 3rem;
}

.pointlabel span {
  font-size: 5rem;
  margin-left: 5px;
}
.pointlabel-green {
  color: #3dcf07;
  font-family: impact;
  font-size: 3rem;

text-shadow: 2px 2px 0 #40552b;
}

.pointlabel-green span {
  font-size: 5rem;
  margin-left: 5px;
}

.pointlabel02 {
  color: #1170cf;
  font-family: impact;
  opacity: 0.7;
  font-size: 2rem;
}

.pointlabel02 span {
  font-size: 3rem;
  margin-left: 5px;
}

.pointlabel-center {
  color: #1170cf;
  font-family: impact;
  opacity: 0.7;
  font-size: 6rem;
  text-align: center;
}

.pointlabel03 {
  color: #1170cf;
  font-family: impact;
  font-size: 3rem;
}


.bg-blue01 {
  background: #f4faff;
  color: #2e404d;
}

.bg-gray {
  background: #f9f9f9;
  padding: 20px;
}

.server .group {
  margin-bottom: 20px;
}

.server dl {
  display: grid;
  row-gap: 0.5em;
  column-gap: 1em;
}

.server dt {
  font-weight: 700;
  color: #0070c0;
  border-bottom: solid 1px #0070c0;
  font-size: 1.8rem;
  margin-left: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

.server dd {
  margin-left: 15px;
  ;
  position: relative;
  padding-left: 1.3em;
}

.server dd::before {
  content: "●";
  color: #0070c0;
  position: absolute;
  left: 0;
  top: 0;
}

.certify dl {
  display: grid;
  row-gap: 0.5em;
  column-gap: 1em;
}

.certify dt {
  font-weight: 700;
  color: #0070c0;
  border-bottom: solid 1px #0070c0;
  font-size: 1.6rem;
  margin-left: 5px;
  font-weight: bold;
  margin-bottom: 10px;
}

.certify dd {
  margin-left: 15px;
}


.sp_hid {
  display: block;
}

.tab_dis{
  display:none;
}

.tab_hid{
  display:block;
}
.image-right .c-2column {
  display: flex;
  gap: 2rem;
}

/* デフォルトでは横並び（PC表示） */
.image-right .c-2column>div,
.image-right .c-2column>section {
  flex: 1;
}



@media (max-width:1140px){
  .tab_dis{
    display:block;
  }
  .tab_hid{
    display:none;
  }
}
/* モバイル時に縦並び＋順番変更 */
@media screen and (max-width: 768px) {
  .image-right .c-2column {
    flex-direction: column;
  }

  .image-right .c-2column>section {
    order: -1;
    /* テキストを先に */
  }

  .image-right .c-2column>div {
    order: 1;
    /* 画像を後に */
  }

  .sp_hid {
    display: none;
  }

  .h4-heading {
    text-align: left;
    padding:5px 10px;
    font-size:16px;
  }

  .image-l img {
    padding: 0;
  }

  .h2-heading-ptn2 span {
    padding: 0 3px;
  }
}


@media (max-width:768px){
.img_bgwhite{
background:#fff;
border:solid 1px #eee;
padding:30px;
}

}

/* フッターCTA */

.footer-cta {
  background: url('/assets/images/solution/common/footer-cta-bg.jpg') top center / cover no-repeat;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
}

.cta-container {
  max-width: 800px;
  width: 100%;
  border-radius: 5px;
  padding: 20px;
}

.cta-box.contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 30px;
  margin-bottom: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.cta-box.recruit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px 30px;
  flex: 1;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.cta-text .label {
  font-size: 14px;
  color: #1170cf;
  margin-bottom: 4px;
}

.cta-text h3,
.cta-text h4 {
  margin: 0;
  color: #070F26;
}

.cta-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1170cf;
  color: #fff;
  width: 48px;
  height: 48px;
  border-radius: 4px;
  font-size: 20px;
  text-decoration: none;
  transition: 0.3s ease;
}

.cta-button:hover {
  background-color: #070f26;
  text-decoration: none;
}


.recruit-row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

@media (min-width: 768px) {
  .recruit-row {
    flex-direction: row;
  }
}

.box-exp {
  position: relative;
  margin: 2em auto;
  padding: 1.5em 2em;
  border: solid 2px #1170cf;
  border-radius: 8px;
  max-width: 900px;

}

.box-exp .box-title {
  position: absolute;
  display: inline-block;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 9px;
  line-height: 1;
  font-size: 19px;
  background: transparent;
  color: #1170cf;
  font-weight: bold;
}

.box-exp p {
  margin: 0;
  padding: 0;
}

.service-list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column {
  flex: 1 1 30%;
  min-width: 250px;
}

.column h3 {
  border-bottom: 2px solid #1170cf;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  color: #1170cf;
  font-weight: bold;
}

.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}

.column li {
  position: relative;
  padding-left: 2.6em;
  line-height: 1.6;
}

.column li::before {
  content: '●';
  position: absolute;
  left: 1.2em;
  color: #1170cf;
  font-size: 0.9em;
  line-height: 1.9;
}

.certifications {
  display: flex;
  flex-wrap: nowrap;
  gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  /* 各アイテムの縦位置を中央揃え */
  padding: 2rem 0;
}

.cert-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  /* 上下に分配 */
  text-align: center;
  width: 175px;
  min-height: 170px;
  padding: 1rem 0;
}


.cert-item img {
  width: auto;
  height: 120px;
  object-fit: contain;
  object-position: center center;
  /* 中央に揃える */
  margin-bottom: 0.5rem;
  background-color: transparent;
  /* 念のため背景 */
}


.cert-item p {
  height: 70px;
  padding-top: 10px;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
  margin: 0;
}

.cert-item p span {
  font-size: 1.3rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .certifications {
  flex-wrap: wrap;
}
  .cert-item {
    width: calc(33.333% - 1.5rem); /* gap分を調整 */
  }
  .cert-item img{
    max-width:100px;
  }
}

.max-width900 {
  display: block;
  margin: 0 auto;
  max-width: 900px;
  padding-bottom: 50px;
}

.kousei-image {
  background: #fff;
  border: solid 1px #ddd;
  padding: 20px;
  margin-bottom: 25px;
}

.kousei-image img {
  border: solid 10px #f4faff;
  padding: 20px;
}


@media(min-width:1250px) {

  .p-content-header__inner>div:last-child:not(.p-content-header__sub-bottom),
  .p-content-header__main {
    margin-top: 100px;
    margin-bottom: 0px;

  }
}

.c-img.wifi-fv {
  max-width: 400px;
}

.c-img.case-wifi-fv{
  max-width:400px;
  margin-bottom:-80px;
}

.starlink img {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 8px;
}

.aiglies-fv img {
  max-width: 550px;
  background: rgba(255, 255, 255, 0.6);
  padding: 10px;
}

.aiglies img {
  display: block;
  margin: 0 auto;
  width: 80%;

}

.reibaiimg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 700px;
}

.leadlogo {
  display: block;
  margin: 0 auto;
  padding-top: 20px;
  max-width: 700px;
}

.arrow {
  display: block;
  margin: 0 auto;
  width: 100px;
}

.setting-img img {
  display: block;
  padding: 20px;
  max-width: 450px;
  margin: 0 auto;
}

.text-l span {
  margin-left: 10px;
  font-weight: bold;
  color: #ff2a8d;
}

.text-l {
  border-bottom: dotted 1px #1170cf;
  padding-bottom: 5px;
}

.text-box {
  padding: 20px;
  border: solid 1px #1170cf;
  border-radius: 5px;
}

.text-box02 {
  background: #ffffd5;
}

.text-box02 span {
  font-weight: bold;
  color: #1170cf;
  font-size: 1.8rem;
}

.text-box800 {
  display: block;
  margin: 0 auto;
  max-width: 800px;
}

.flow-notice {
  background: #ffead5;
  padding: 20px;
  border: dotted 2px #ffbf80;
}

.notice-list {
  padding: 40px;
}

.notice-list li {
  position: relative;
  padding-left: 2.6em;
  line-height: 1.6;
  list-style: none;
}

.notice-list li::before {
  content: '●';
  position: absolute;
  left: 1.2em;
  color: #1170cf;
  font-size: 0.9em;
  line-height: 1.9;
}

.scene-image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.scene-image img {
  background: #fff;
  padding: 20px;
  border-radius: 3px;
  border: solid 10px #eee;


}

.mark-h1 {
  font-size: 2.4rem;
  position: relative;
  top: -1.2em;
  left: 0.4em;
}

.mark-h2 {
  font-size: 1.8rem;
  position: relative;
  top: -1.2em;
  left: 0.2em;
  margin-right: 8px;
}

.mark-h3 {
  font-size: 1.4rem;
  position: relative;
  top: -0.7em;
  left: 0.2em;
  margin-right: 5px;
}

.mark-notice {
  font-size: 0.8rem;
  position: relative;
  top: -0.4em;
  left: 0.2em;
  margin-right: 2px;
}

.mark-p {
  font-size: 1.0rem;
  position: relative;
  top: -0.4em;
  left: 0.2em;
  margin-right: 2px;
}

.modal-img-s {
  display: block;
  margin: 20px auto;
  max-width: 500px;
}

@media(max-width:768px) {
  .mark-h1 {
    font-size: 1.8rem;
    position: relative;
    top: -0.8em;
    left: 0.4em;
  }

  .mark-h2 {
    font-size: 1.3rem;
    position: relative;
    top: -0.7em;
    left: 0.2em;
    margin-right: 8px;
  }

  .mark-h3 {
    font-size: 1.2rem;
    position: relative;
    top: -0.7em;
    left: 0.2em;
    margin-right: 5px;
  }

  .mark-notice {
    font-size: 0.8rem;
    position: relative;
    top: -0.4em;
    left: 0.2em;
    margin-right: 2px;
  }

  .mark-p {
    font-size: 1.0rem;
    position: relative;
    top: -0.4em;
    left: 0.2em;
    margin-right: 2px;
  }

}

.p-panel-box-title {
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
}

.circle-image {
  display: block;
  margin: 30px auto;
  width: 200px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;

}

.circle-image>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.box4-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .box4-container {
    max-width: 100% !important;
    padding: 0 16px;
  }
}

.box4 {
  background: #fff;
  border: 1px solid #333;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.box4:hover {
  transform: translateY(-4px);
}

.box4 h3 {
  color: #1170cf;
}

.image-placeholder {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.image-placeholder02 {
  width: 200px;
  height: 200px;
  background-color: #f4faff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.image-placeholder03 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
}

.box4-illust h3 {
  text-align: center;
  color: #004071;
  font-weight: 700;
}

.illust-image {
  max-width: 60%;
  height: auto;
  display: block;
}

.box4 p {
  text-align: left;
}



.modal3 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  overflow-y: auto;
  padding: 20px;
}



.modal3-heading {
  font-size: 1.8rem;
  margin-bottom: 40px;
  color: #2d3e50;
}

.modal3-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 30px;
  text-align: left;
}

.modal3-item img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  margin-bottom: 10px;
}

.modal3-item h3 {
  font-size: 1.1rem;
  margin: 10px 0 8px;
  color: #000;
}

.modal3-item p {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.5;
}

.modal3-note {
  margin-top: 40px;
  font-size: 0.9rem;
  color: #444;
}

.col-4 .p-panel a,
.js-slick-2column .p-panel a,
.p-panel.p-panel--2column a {
  display: inline-flex;
}

.features {
  counter-reset: feat;
}

.feature-title {
  position: relative;
  padding-left: 8rem;
  line-height: 1.6;
  color: #2b6cb0;
  margin: 1.5rem 0 0.5rem;
}

.feature-title::before {
  content: attr(data-num);
  position: absolute;
  font-family: Impact, 'Arial Narrow Bold', sans-serif;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
  /* 縦位置微調整 */
  font-weight: 700;
  font-size: clamp(8rem, 10vw, 12rem);
  /* 大きい番号 */
  line-height: 1;
  color: #2b6cb0;
  opacity: .3;
  /* 水彩っぽい淡さ＝画像の雰囲気 */
  letter-spacing: -0.02em;
}

.features p {
  padding-top: 30px;
  padding-left: 30px;
}

.feature-title-green {
  position: relative;
  padding-left: 8rem;
  line-height: 1.6;
  color: #00aa00;
  margin: 1.5rem 0 0.5rem;
}

.feature-title-green::before {
  content: attr(data-num);
  position: absolute;
  font-family: Impact, 'Arial Narrow Bold', sans-serif;
  left: 0;
  top: 50%;
  transform: translateY(-52%);
  /* 縦位置微調整 */
  font-weight: 700;
  font-size: clamp(8rem, 10vw, 12rem);
  /* 大きい番号 */
  line-height: 1;
  color: #00aa00;
  opacity: .3;
  /* 水彩っぽい淡さ＝画像の雰囲気 */
  letter-spacing: -0.02em;
}

@media (max-width:768px){
  .feature-title,.feature-title-green{
padding-left:5.5rem;
  }
}

.box-kakomi {
  border: solid 1px #1170cf;
  border-radius: 5px;
  padding: 20px 20px 30px 20px;
  margin-bottom: 20px;
  background: #fff;
}

.box-kakomi-none {
  border: transparent;
  padding: 10px 20px;
}

.jirei-logo img {
  display: block;
  margin: 0 auto;
  width: 800px;
  padding: 20px;
}

.box-blue {
  padding: 20px 20px 20px 30px;
  background: #f4faff;
}

dl.point-list dt::before {
  content: "● ";
  font-weight: bold;
  color: #1170cf;
}

dl.point-list dt {
  font-weight: bold;
  margin-top: 1em;
  color: #1170cf;
}

dl.point-list dd {
  margin: 0 0 1em 1.5em;
}

.column2-img-w img {
  padding: 30px;
  border: solid 10px #eee;
}

.bg-yellow {
  background: #ffeb3b;
  color: #333;
}


.box-3column {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-3column-item {
  background-color: white;
  padding: 20px 24px;
  width: 350px;
  position: relative;
  box-shadow: 15px 15px 0px #000000;
  border: solid 3px #333;

}

.box-3column-item h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 8px;
  border-bottom: solid 10px #ffdd3f;
}


.box-3column-item p {
  margin: 0 0 12px;
  font-weight: bold;
  padding: 0 20px;
  font-size: 1.8rem;
}

.box-3column-2 {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.box-3column-item-2 {
  background-color: #ffeb3b;
  padding: 20px 24px;
  width: 350px;
  position: relative;
  box-shadow: 15px 15px 0px #000000;
  border: solid 3px #333;

}

.box-3column-item-2 h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 10px #333;
}


.box-3column-item-2 p {
  margin: 0 0 12px;
  font-weight: bold;
  padding: 0 20px;
  font-size: 1.8rem;
}

.box-4column {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.box-4column-item {
  background-color: #ffeb3b;
  padding: 20px 24px;
  width: calc(25% - 15px);
  /* 4列分割＋gap調整 */
  position: relative;
  box-shadow: 15px 15px 0px #000000;
  border: solid 3px #333;
}

.box-4column-item h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 10px #fff;
}

.box-4column-item p {
  margin: 0 0 12px;
  font-weight: bold;
  padding: 0 10px;
  font-size: 1.8rem;
}

/* レスポンシブ対応（タブレット以下は2列、スマホは1列） */
@media screen and (max-width: 1024px) {
  .box-4column-item {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 600px) {
  .box-4column-item {
    width: 100%;
  }
}

.box-2-2column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 2列 */
  gap: 40px;
  /* ボックスの間隔 */
  max-width: 1000px;
  /* レイアウトの最大幅（必要に応じて調整） */
  margin: 0 auto;
}

.box-2-2column-item {
  background-color: #ffeb3b;
  padding: 20px 24px;
  position: relative;
  box-shadow: 10px 10px 0px #000000;
  border: solid 3px #333;
}

.box-2-2column-item h3 {
  font-size: 1.6em;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 8px #333;
}

.box-2-2column-item p {
  margin: 0 0 12px;
  font-weight: bold;
  padding: 0 10px;
}

/* スマホ表示は1列に変更 */
@media screen and (max-width: 600px) {
  .box-2-2column {
    grid-template-columns: 1fr;
  }
}




.image-topmargin {
  margin-top: -140px;
}

.box-yellow {
  background: #fffce0;
  padding: 30px 100px;
}

.box-yellow-heading {
  text-align: center;
  font-weight: bold;
  padding-bottom: 20px;
}

.box-yellow-heading span {
  font-size: 3rem;
  margin-right: 5px;
}

@media (max-width: 1290px) {

  .box-3column-item,
  .box-3column-item-2 {
    width: 340px;
  }
}


@media (min-width: 1228px) and (max-width: 1297px) {

  .box-3column-item,
  .box-3column-item-2 {
    width: 330px;
  }

  .box-3column,
  .box-3column-2 {
    justify-content: center;
  }

  .box-3column-item h3,
  .box-3column-item-2 h3 {
    font-size: 1.4em;
  }
}

@media (min-width: 769px) and (max-width: 1227px) {

  .box-3column-item,
  .box-3column-item-2 {
    width: 280px;
  }

  .box-3column,
  .box-3column-2 {
    justify-content: center;
  }

  .box-3column-item h3,
  .box-3column-item-2 h3 {
    font-size: 1.2em;
  }

  .box-3column-item p,
  .box-3column-item-2 p {
    font-size: 1.4rem;
    padding: 0 10px;
  }
}


@media (max-width: 768px) {

  .box-3column-item,
  .box-3column-item-2 {
    width: 100%;
    max-width: 400px;
  }

  .box-3column,
  .box-3column-2 {
    justify-content: center;
  }

  .box-3column-item p,
  .box-3column-item-2 p {
    font-size: 1.6rem;
  }

  .box-yellow {
    padding: 30px;
  }
}

.bg-yellow02 {
  background: #fffce0;
  color: #333;
}

/* 全体を1:2カラムで分ける */
.usage-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;

}

/* 左カラム（全社） */
.usage-common h3,
.usage-department h3 {
  margin-bottom: 20px;
  background: #ffeb3b;
  padding: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* 各リストボックス（前のCSSそのまま） */
.department-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 24px;
}

.department {
  background-color: #fff;
  padding: 16px;
}

.department h4 {
  border-bottom: 1px solid #333;
  padding: 6px 12px;
  margin-bottom: 12px;
  display: block;
  font-weight: bold;
}

/* ulを2列に */
.department ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 16px;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* liに黄色マーカー */
.department li {
  position: relative;
  padding-left: 1.2em;
  line-height: 1.6;
}

.department li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
  color: #ffeb3b;
  font-size: 1.6rem;
  line-height: 1.6;
}

@media (min-width: 769px) and (max-width: 1227px) {}

@media (max-width: 768px) {
  .usage-grid {
    grid-template-columns: 1fr;
    /* 全体を1列に */
  }

  .department-grid {
    grid-template-columns: 1fr;
    /* 部門内も1列表示に */
  }

}

.box-padding {
  padding: 20px 30px;
  border: solid 1px #1170cf;
  border-radius: 5px;
}

.box-padding h3 {
  color: #004071;
}

.box-padding p {
  padding-left: 5px;
  padding-right: 5px;
}

.table-blue {
  width: 100%;
  border-collapse: collapse;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  color: #333;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  overflow: hidden;
  /* 角丸を適用するため */
  table-layout: fixed;
  /* 列幅を固定する */
}

/* 列の幅指定 */
.table-blue colgroup col:nth-child(1) {
  width: 18%;
}

.table-blue colgroup col:nth-child(2) {
  width: 28%;
}

.table-blue colgroup col:nth-child(3) {
  width: auto;
}

/* ヘッダー */
.table-blue thead th {
  background: #1170cf;
  color: #fff;
  font-weight: bold;
  text-align: left;
  padding: 12px 16px 12px 30px;
  letter-spacing: 0.5px;
}

/* 本文セル */
.table-blue tbody td {
  padding: 12px 16px;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
  text-align: left;
}

/* 大項目セル（rowgroup th） */
.table-blue tbody th[scope="rowgroup"] {
  font-weight: 700;
  color: #1170cf;
  text-align: center;
  white-space: nowrap;
  padding: 12px 8px;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
  vertical-align: middle;
}

/* 中項目 */
.table-blue tbody td:nth-child(2) {
  font-weight: 500;
  color: #333;
}

/* 偶数行にストライプ */
.table-blue tbody tr:nth-child(even) td {
  background: #f9fbfd;
}

/* ホバー時 */
.table-blue tbody tr:hover td {
  background: #eef6ff;
  transition: background 0.3s ease;
}

@media (max-width:768px){
  .table-blue tbody th[scope="rowgroup"] {
  white-space: wrap;
}
}

/* 事例ページ */
.caselabel {
  background: #e3cf57;
  display: inline-block;
  padding: 3px 40px;
  border-radius: 50px;
  color: #2a2a2a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.border-bottom {
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: solid 1px #fff;
}

.casestudyfv .c-head-lg {
  margin-bottom: 15px;
}

.casestudyfv .c-head-lg {
  font-size: 3.6rem;
}

.casefv-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
}

.casefv-image {
  max-width: 100%;
  height: auto;
}

.casestudyfv h1 span,.fv-head h1 span{
  line-height:1.5;
  display:block;
  margin:0;
  padding:15px 0;
}

@media(max-width:768px) {
  .casestudyfv .c-head-lg {
    margin-bottom: 10px;
  }

  .casestudyfv .p-content-header--kv .c-img {
    max-width: 500px;
  }

  .casestudyfv .c-head-lg {
    font-size: 2.8rem;
  }
}

.sigunature {
  text-align: right;
  padding-top: 5px;
}

.qa-question,
.qa-answer {
  position: relative;
  padding-left: 4rem;
}

.qa-question h3 {
  border-bottom: solid 1px #004071;
  padding-bottom: 5px;
}

.qa-question-noicon h3 {
  border-bottom: solid 1px #004071;
  padding-bottom: 5px;
}

.qa-answer {
  background: #fdfdf7;
  border-radius: 10px;
  padding: 50px 30px 50px 30px;
  border: solid 1px #c7c78d;
}

.qa-answer-noicon {
  background: #fdfdf7;
  border-radius: 10px;
  padding: 50px 30px 50px 30px;
  border: solid 1px #c7c78d;
}

/* 共通アイコンスタイル */
.qa-question::before,
.qa-answer::before {
  content: 'Q';
  position: absolute;
  top: -0.5rem;
  left: -10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #004071;
  color: #fff;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  font-size: 2rem;
}


.qa-answer::before {
  content: 'A';
  background-color: #D5D500;
  color: #fff;
}



.case-2column-img img {
  box-shadow: 10px -10px 0px 0px rgba(0, 64, 113, 0.2);
}

.image-right.case-2column-img img {
  box-shadow: -10px -10px 0px 0px rgba(0, 64, 113, 0.2);
}

.namelabel {
  display: inline-block;
  background: #004071;
  color: #fff;
  padding: 5px 50px;
  border-radius: 50px;
  margin-bottom: 20px;
}

@media(max-width:768px){
  .namelabel {
  padding: 5px 20px;
}
}


.company-card {
  display: flex;
  padding: 2rem;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.company-logo,
.company-info {
  width: 50%;
  box-sizing: border-box;
}

/* 左ロゴ中央寄せ */
.company-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  /* 高さ調整（任意） */
}

.company-logo img {
  max-width: 400px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* 右側会社情報 */
.company-info {
  width: 50%;
  padding-left: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* ← 垂直方向中央揃え */
}


.company-name {
  font-weight: 700;
  margin: 0 0 0.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.4rem;
}

.company-address {
  margin: 0 0 0.8rem;
  line-height: 1.5;
}

.company-link a {
  color: #007acc;
  text-decoration: none;
}

.company-link a:hover {
  text-decoration: underline;
}

.external-link-icon img {
  margin-left: 0.3em;
  width: 13px;
  height: auto;
}

.box-gray {
  background: rgba(0, 64, 113, 0.1);
  padding: 20px;
}

.box-blue02{
  background:#1170cf;
  color:#fff;
  padding:20px;
}

.box-blue03{
  background:#1170cf;
  display:inline-block;
  padding:2px 20px;
  color:#fff;
  margin-bottom:20px;
}

@media (max-width: 768px) {

  .company-logo,
  .company-info {
    width: 100%;
    padding-left: 0;
  }

  .company-info {
    justify-content: flex-start;
  }

  .company-logo {
    margin-bottom: 1.5rem;
  }
}

.paddingtop30 {
  padding-top: 30px;
}

.paddingwidth20 {
  padding-right: 20px;
  padding-left: 20px;
}


.highlight-yellow{
  background: linear-gradient(transparent 50%, yellow 50%);
  font-weight:700;
}

/* .highlight-yellow {
  position: relative;
  z-index: 1;
  font-weight: 700;
}

.highlight-yellow::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0.8em;
  background: #ffff00;
  z-index: -1;
  border-radius: 4px;
} */

.project {
  background: #f4faff;
  padding: 30px;
}

span.marker {
  background: linear-gradient(transparent 50%, #ffff55 40%);
  color: #000;
  font-weight: 700;
}


.p-modal__inner02 {
  overflow-y: auto;
  position: relative;
  padding: 40px 20px;
  background: #fff;
  width: 100%;
  max-height: calc(100vh - 100px);
}

@media(min-width:768px) {
  .p-modal__inner02 {
    max-width: 944px;
    max-height: calc(100vh - 40px);
    cursor: default;
  }
}


.pointbox-container {
  display: flex;
  gap: 30px;
  /* ボックス間の余白 */
  justify-content: center;
  flex-wrap: wrap;
  /* レスポンシブ対応 */
  margin-top: 50px;
}

.pointbox-wrapper {
  position: relative;
  width: 360px;
}

.pointbox {
  position: relative;
  border: 2px solid #1170cf;
  border-radius: 8px;
  padding: 40px 15px;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.6;
  background-color: #fff;
  z-index: 1;
}



.pointbox-point {
  position: absolute;
  left: -30px;
  /* 左にはみ出す量 */
  bottom: -20px;
  /* 下にはみ出す量 */
  width: 100px;
  height: auto;
  z-index: 2;
}

.bg-green {
  background: #fafff4;
  color: #333;
}

.featurebox-container {
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.featurebox {
  background-color: #f4faff;
  padding: 20px;
  width: 360px;
  box-sizing: border-box;
}

.featurebox-header {
  text-align: center;
  margin-bottom: 16px;
}

.featurebox-label {
  color: #333;
  margin-bottom: 4px;
}

.featurebox-title {
  color: #1170cf;
  font-weight: bold;
  line-height: 1.4;
}

.featurebox-icon {
  display: block;
  height: 100%;
  max-height: 130px;
  margin: 0 auto;
  width: auto;
  padding: 20px;

}

.featurebox-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.featurebox-tags li {
  display: inline-block;
  border: 1px solid #0074c2;
  border-radius: 9999px;
  padding: 4px 12px;
  font-size: 14px;
  color: #0074c2;
  background-color: #fff;
  width: fit-content;
}

.case-dxwifi .img-left {
  background: #eee;
  padding: 20px;
}

.case-dxwifi .img-left h3{
  background:#5f5f5f;
  color:#fff;
  text-align:center;
  padding:5px 0;
}

.case-dxwifi .img-right {
  background: #f4faff;
  padding: 20px;
}
.case-dxwifi .img-right h3{
  background:#1170cf;
  color:#fff;
  text-align:center;
  padding:5px 0;
}

.box-black{
  display:block;
  max-width:800px;
  margin:0 auto;
  text-align:center;
  padding:20px 30px;
  background:rgba(0,0,0,0.5);
  color:#fff;
  border-radius:5px;
}
.box-black .c-head-lg{
  margin-bottom:15px;
}

.box-border{
  background:#fff;
  border:solid 1px #ddd;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
}


.c-2column--2to8 > div {
  flex: 0 0 20%; /* 左カラム 2割 */
  max-width: 20%;
}

.c-2column--2to8 > section {
  flex: 0 0 80%; /* 右カラム 8割 */
  max-width: 80%;
}

/* レスポンシブ対応：スマホなどでは縦並び */
@media screen and (max-width: 768px) {
  .c-2column--2to8 > div,
  .c-2column--2to8 > section {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .c-2column--2to8 img{
    display:block;
    width:200px;
    height:auto;
    margin: 0 auto;

  }

.c-2column--2to8 h4{
  text-align:center;
}
}


@media(min-width:1024px){
.mmrlogo .c-dl-divider > dd {
    margin-left: auto;
    width: calc(100% - 80px);
}
}
.mmrlogo .logo-cont>ul>li{
  text-align:center;
}

.service-flow-straight {
  margin: 0;
  padding: 0;
}

.service-flow-straight > li {
  list-style-type: none;
  position: relative;
  padding-bottom: 50px;
  display: flex;
  align-items: flex-start;
}

.service-flow-straight > li::after {
  content: "";
  position: absolute;
  left: 50px;
  top: 100px;
  width: 0;
  height: calc(100% - 100px);
  border-left: 4px dotted #d4d4d4;
}

.service-flow-straight > li:last-of-type::after {
  display: none;
}

.service-flow-straight > li .icon {
  display: inline-block;
  margin: 0;
  width: 100px;
  height: 100px;
  margin-right: 20px;
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  line-height: 100px;
  color: #fff;
  border-radius: 100vh;
  position: relative;
  z-index: 1;
}

.service-flow-straight > li dl {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 130px);
}

.service-flow-straight > li dt {
  display: inline-block;
  margin: 1rem 0 0.5rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.service-flow-straight > li dd {
  max-width: 550px;
  margin: 0;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.1em;
}
.service-flow-straight.flow-blue > li .icon{
  background: #0074c2;
}

.service-flow-straight.flow-dblue > li .icon{
  background:#004071;
}

.h3-heading-ptn2-left{
  color:#1170cf;
  border-bottom:solid 2px #1170cf;
  padding-bottom:10px;
  font-weight:700;
}

@media(max-width:768px){
  .h3-heading-ptn2-left{
  font-size:2.1rem;
  }
}

.heading-box-blue{
  background:#0074c2;
  color:#fff;
  padding:5px 15px;
  margin-bottom:50px;
}

.heading-box-dblue{
  background:#004071;
  color:#fff;
  padding:5px 15px;
  margin-bottom:50px;
}

.image-bg-white img{
  background:#fff;
  padding:10px;
}
/* NDWT Add */
.p-content-header.p-content-header--kv {
    min-height: 347px;
}

.p-content-header:not(.p-content-header--movie) .p-content-header__img {
    max-height: 1000px;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.p-content-header:not(.p-content-header--movie) .p-content-header__img img {
    max-height: unset;
}

.p-content-header__img +.p-content-header__inner {
    position: relative;
}

@media (max-width: 767px) {
  .p-content-header__img +.p-content-header__inner {
    padding-top: 24px;
  }
}
@media(min-width:1250px) {

  .p-content-header__inner>div:last-child:not(.p-content-header__sub-bottom),
  .p-content-header__main {
    margin-top: 100px;
    margin-bottom: 100px;

  }
}
@media (min-width: 768px) {

  .kv-logo .p-content-header__inner>div:last-child:not(.p-content-header__sub-bottom),
  .p-content-header__main {
    margin-bottom: 100px;
  }
}