/*共通layout*/
 /*h2 {
	font-family: 'NotoSans_M';
	font-weight: bold;
	font-size: 30px;
	color: #1A57B1;
	margin-bottom: 37px;
	text-align: center;
}*/
h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 30px;
	letter-spacing: 0.2em;
	color: #1A57B1;
	text-align: center;
	position: relative;
	display: inline-block;
	margin-bottom: 40px;
  }
  
  h2::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1A57B1;
	margin: 8px auto 0;
  }

  h3 {
	font-family: 'Noto Sans JP';
	font-size: 24px;
	color: #1A57B1;
	font-weight: 700;
	position: relative;
	display: inline-block;
	padding-bottom: 8px;
  }
  
  h3::after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 40px;
	height: 1px;
	background-color: #1A57B1;
  }
h4{
	font-family: 'Noto Sans JP';
	font-weight:700;
	font-size:18px;
	color: #1A57B1;
	margin-bottom:10px;
}
.detail-btn {
	display: inline-block;
	width: 361px;
	padding: 14px 0;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	color: #fff;
	background-color: #1A57B1;
	border-radius: 50px;
	text-decoration: none;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
  }
  
  .detail-btn::after {
	content: '→';
	margin-left: 8px;
	display: inline-block;
	transition: transform 0.3s ease;
  }
  
  .detail-btn:hover {
	background-color: #164b99; /* 少し濃いブルーに */
	transform: translateY(-2px); /* 少し浮く動き */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  }
  
  .detail-btn:hover::after {
	transform: translateX(4px); /* 矢印を右にスライド */
  }

/*layoutに入れる分*/

.contents {
	width:100vw;        
	overflow-x:hidden;  
	max-width: 100%;
	margin-top:0 !important;
}
 
 .video-section {
	position: relative;
	width: 100%;
	height: 410px;
	overflow: hidden;
	
  }

.video-inner{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

  .video-section video {
	width: 100%;
	height: 100%; /* 親要素(.video-inner)の高さ(410px)いっぱいに表示 */
	object-fit: cover;
	/* object-position: center center; は cover のデフォルトなので、通常は明示しなくても中央揃えになります。 */
	position: absolute;
	top: 0; 
	left: 0;
  }
  .video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(26, 87, 177, 0.5); /* #1A57B1の50%の透明度 */
	z-index: 1;
  }
  
  .video-text {
	position: absolute;
	top: calc(50% + 50px);
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	z-index: 2; /* オーバーレイより前に表示 */
	width: 85%;
  	max-width: 1000px;
	font-size:16px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	line-height:150%;
  }

  .video-text h2 {
	color:#fff !important;
	font-size: 24px;
	line-height:150%;
	margin: 0;
	font-weight: 700;
	letter-spacing: 0;
  }
  .video-text h2::after{
	content: none;
  }

  .video-text p {
	font-size: 16px;
	font-weight:400;
	margin-top: 10px;
  }
/* 画面幅が1500px以上の場合のスタイル */
@media screen and (min-width: 1441px) {
  .video-section {
	height:480px;
	}
}

  .anniversary-box {
	display: flex;
	align-items: center;
	max-width: 1115px;
	margin: 100px auto 0;
  }
  
  .anniv-img {
	width: 141px;
	height: 150px;
	margin-right: 40px;
	flex-shrink: 0;
  }
  
  .anniv-img img {
	width: 100%;
	height: auto;
  }
  
  .anniv-text {
	width: 935px;
	padding-left: 40px;
	border-left: 1px solid #dbdbdb;
	box-sizing: border-box;
  }
  
  .anniv-text h3 {
	font-weight: 700;
	margin-bottom: 20px;
	padding-bottom: 0 !important;
	line-height:1.5;
  }
  .anniv-text h3::after {
	content: none;
  }
  .anniv-text p {
	font-size: 15px;
	line-height: 190%;
  }


 #solution{
	margin: 100px auto 0;
	text-align: center;
  }
  #solution a {
    transition: opacity 0.5s ease;
  }
  #solution a:hover{
	opacity: 0.8;
	text-decoration: none;
  }
  .solution_box {
	width: 1154px;
	margin:0 auto;
	display: flex;
	gap: 40px; /* カラム間の余白 */
  }
  .column {
	width: 358px;
	box-sizing: border-box;
  }
  .column img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom:20px;
  }
  .column p{
	font-family:'NotoSans_R';
	font-size:16px;
	text-align: left;
	color:#000;
	line-height:190%;
  }



  @media (min-width: 1100px) and (max-width: 1300px) {
	.w1440 {
        width: 100%;
		margin: 0 auto;
	}
	/*.video-overlay{
		max-width: 100%;
	}
	.video-section {
		position: relative;
		width: 100%; 
		height: auto;
		overflow: hidden;
	}
	
	.video-section video {
		width: 100%; 
		min-height:300px;
		height: auto; 
		object-fit: contain; 
		display: block; 
	}	
	.video-text {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		color: white;
		text-align: center;
		z-index: 2;
		width: 90%;
		max-width: 800px;
		font-size: 94%;
		text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
		line-height: 150%;
	}
*/
}

#PRODUCTSMAP{
	text-align: center;
	margin-top:100px;
	padding-bottom: 100px;
}
.product_map a,
.product_map a img ,
.product_map a:hover,
.product_map a:hover img{
	transform: none !important; 
    transition: none !important;
	opacity: 1 !important;
}
.product_box{
	background: #fff;
	margin-bottom:100px;
}
.item{
	width:1440px;
	height:209px;
	margin: 30px auto 0;
}
@media (min-width: 1100px) and (max-width: 1300px) {
	.item{
		width:100%;
	}
	.bxslider li{
		width: 100%!important;
	}
}
/*CASESTUDY,SYSMET NEWS*/
#CASESTUDY,#SYSNEWS{
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
	background:#F1F4F8;
}
#CASESTUDY{
	background:#F9F9F9;
}
.card-container {
	width: 1160px;
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin: 0 auto 60px;
	flex-wrap: wrap;

  }
  .card {
	width: calc((100% - 40px) / 3);
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	justify-content: space-between; /* 上と下に分ける */
	height:385.3px;
	position: relative;
	transition: transform 0.3s ease;
  }
  
  .card:hover {
	transform: translateY(-10px); 
    box-shadow: 0 13px 13px rgba(0, 0, 0, 0.15); 
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
 }
  
  .card-image {
	width: 100%;
	height: 198.7px;
	object-fit: cover;
	display: block;
  }
  
  .card-body {
	padding: 16px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-bottom: 55.5px;
  }
  
  .card-tag {
	display: inline-block;
	font-size: 14px;
	padding: 7px 15px;
	border-radius: 999px;
	background-color: #F0F0F0;
	color: #1A57B1;
	font-weight: 500;
	white-space: nowrap;       /* 折返し防止 */
  align-self: flex-start; 
  }
  .card-tag .pname{
	color:#7f7f7f;
	margin-left:10px;
	padding-left:10px;
	border-left: 1px solid #d9d9d9
  }
 .card-name{
	font-size: 14px;
	font-weight: 400;
	line-height: 150%;
	text-align: left;
	color:#000;
	font-family: 'Noto Sans JP';
 }

  h3.card-title {
	font-size: 18px;
	font-weight: 700;
	color: #1A57B1;
	line-height: 150%;
	margin: 0;
	text-align: left;
  }
  h3.card-title:after{
	content: "";
	background:none;
  }

  .card-footer {
	font-family: 'outfit';
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 13px;
	color: #7f7f7f;
	margin-top: auto;
	height: 40px;
	margin-top: auto;    
	padding-bottom: 15.5px; 
  }
  .card-date {
	position: absolute;
	left: 20px;
	bottom: 15.5px;
	font-size: 13px;
	color: #555;
  }
  .card-arrow {
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 24px;
	height: 24px;
	background-color: #1A57B1;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
    line-height: 24px;
	transition: transform 0.3s ease;
  } 
  .card:hover .card-arrow {
	transform: translateX(4px);
  }
  .link-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	max-width: 758px;
	margin: 0 auto;
  }
  
  .link-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 15px;
	color: #1A57B1;
	font-weight: 500;
	text-decoration: none;
  }
  
  .link-item .arrow {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background-color: #1A57B1;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	transition: transform 0.3s ease;
  }
  
  .link-item:hover .arrow {
	transform: translateX(4px);
  }
  
  /* モバイル時：2列構成（2 + 3） */
  @media screen and (max-width: 767px) {
	.link-grid {
	  max-width: 320px;
	  justify-content: space-between;
	  row-gap: 30px;
	  column-gap: 30px;
	}
  
	.link-item:nth-child(1),
	.link-item:nth-child(2) {
	  width: calc((100% - 30px) / 2); /* 上段2列 */
	}
  
	.link-item:nth-child(3),
	.link-item:nth-child(4),
	.link-item:nth-child(5) {
	  width: calc((100% - 60px) / 3); /* 下段3列 */
	}
  }

#PICKUP{
	width: 100%;
	margin: 0 auto 100px;
	text-align: center;
	padding-bottom: 100px;
}
#PICKUP .item .bxslider img{
	border:1px solid #ccc;
}

#VOICE{
	margin-bottom:0 !important;
	background:#F1F4F8;
	padding:100px 0 100px;
	text-align: center;
}
#CASESTUDY p,
#VOICE p,
#SYSNEWS p{
	margin-bottom:30px;
}

.itemlist p,
#SYSNEWS p{
	font-size: 16px !important;
	line-height: 190%;
}
a.kochira{
	display: inline-block;
	font-size:15px;
	color:#fff;
	text-align: center;
	border-radius: 3px;
	background: #404040;
	padding:0 10px;
	font-family:'NotoSans_R';
}
ul.plist{
	margin:40px 0 30px 0;
}
ul.plist li{
	width:332px;
	height:145px;
	float:left;
	margin:0 10px 10px 0;
}
ul.plist li:nth-child(3n){
	margin:0 0 10px 0;
}


#INFO{
	width:1000px;
	margin: 0 auto;
	padding: 100px 0;
	text-align: center;
}
dl.info {
	width: 1000px;
	color: #000;
	box-sizing: border-box;
	border-top: 1px solid #DBDBDB;
	text-align: left;
	font-family: 'Noto Sans JP';
  }
  dl.info a {
	display: block;
	padding:20px;
	border-bottom: 1px solid #DBDBDB;
	background: url("../images/top/arrow.png") no-repeat; 
	background-position: calc(100% - 20px) center;
	background-size: 24px 24px;
  }
  
  dl.info a:hover {
	background: #F1F4F8 url("../images/top/arrow.png") no-repeat; 
	background-position: calc(100% - 20px) center;
	background-size: 24px 24px;
	opacity: 1 !important;
  }
  
  dl.info dt {
	display: flex;
	align-items: center;
	font-family: "Outfit", serif;
	font-size: 16px;
	color:#000;
	font-weight: 600;
	margin-bottom: 10px; 
  }
  
  dl.info dt .info-tag,
  dl.info dt .ico_info{
	display: inline-block;
	font-family: notosans;
	font-size: 14px;
	padding: 8px 15px;
	margin-left:20px;
	border-radius: 999px;
	background-color: #1A57B1;
	color: #fff;
	font-weight: 500;
	vertical-align: middle;
  }
  dl.info dd {
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	padding-right: 40px;
	/*background: url("../images/top/arrow.png") no-repeat right center;
	background-size: 24px 24px;*/
	color:#1A57B1;

  }
  dl.info .ico_info{
	display: block;
  }

a.link_more{
	width:350px;
	height:70px;
	display: block;
	margin:50px auto 0;
	background:#1A57B1 url("../images/top/to_news.png") no-repeat 25px center ;
	background-size:24px 24px;
	border-radius: 34px;
	color:#fff;
	font-size:16px;
	font-family: "NotoSans_L";
	line-height: 68px;
	text-align: center;
	box-sizing: border-box;
	padding-left:20px;
	transition: .3s;
}
a.link_more:hover{
	text-decoration:none;
	opacity: 0.9;
	background:#1A57B1 url("../images/top/to_news.png") no-repeat 40px center ;
	background-size:24px 24px;
}
.jirei_box{
	width:300px;
	float:left;
	margin:20px 25px 50px 20px;
}
.jirei_box img.jirei_img{
	width:300px;
	height:180px;
	object-fit: cover;
}
.jirei_box a{
	display: block;
}
.jirei_box .jirei_title{
	margin-bottom:25px;
}
.jirei_box .jirei_txt{
	font-size:15px;
	color:#011972;
}
.koe_box{
	float:left;
	width:300px;
	margin:20px 25px 50px 20px;
}
.koe_box img{
	float:left;
	margin:0 15px 20px 0;
}
.info img{
	float:left;
	margin:0 0 0 15px;
}

/*お客様インタビュー*/
.top-intv-box{
	box-sizing: border-box;
	margin-bottom: 15px;
}
a.intvlink{
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	width: 1160px;
	margin: 0 auto 35px;
	background: #fff;
	padding: 40px 30px 56px 30px;
	box-shadow: 2px 2px 17px rgba(0, 0, 0, 0.09);
}
a.intvlink:hover{
	opacity: 0.7;
}
.top-intv-box .intv-info{
	box-sizing: border-box;
	width:740px;
	float:left;
	margin-left:70px;
}
.top-intv-box span.intv-title{
	display: block;
	margin: 15px 0 40px 0;
	font-size:24px;
	color: #1A57B1;
	font-weight: bold;
	line-height: 1.5;

}
.top-intv-box span.intv-name{
	font-weight: normal;
}
.top-intv-box img{
    width: 286px;
    height: 155px;
    object-fit: cover; /* 画像のアスペクト比を維持しながら指定されたサイズに収める */
	float:left;
}

