.contents{
	font-family: 'Noto Sans JP';
	margin-top: 0 !important;
}
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: 30px;
  }
  
  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;
	line-height: 150%;
  }
  
  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: 100%;
	height: 40px;
	line-height: 1;
	padding: 12.5px 0;
	box-sizing: border-box;
	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に入れる分*/


.video-section {
	position: relative;
	width: 100%;
	height: 448px;
	overflow: hidden;
  }
  .video-section video {
	width: 100%;
	height:448px;
	object-fit: 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: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: white;
	text-align: center;
	z-index: 2; /* オーバーレイより前に表示 */
	width: 70%;
  	max-width: 1000px;
  }
  .video-text {
	position: absolute;
	top: calc(50% + 20px);
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: center;
	z-index: 2;
	font-size:16px;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	line-height:150%;
	width: 90%;
  }

  .video-text h2 {
	color:#fff !important;
	font-size: 24px;
	line-height:150%;
	margin: 0;
	letter-spacing: 0;
  }
  .video-text h2::after{
	content: none;
  }

  .video-text p {
	font-size: 16px;
	font-weight:400;
	margin-top: 10px;
	line-height: 150%;
  }
  @media (max-width: 413px) {
	.video-text h2 {
		font-size: 20px;
	  }
	.video-text p{
		font-size: 14px;
	}
  }

  @media (max-width: 345px) {
	.video-text h2 {
		font-size: 16px;
	  }
	  .video-text {
		width: 80%;
	  }
	.video-text p{
		font-size: 13px;
		margin-top: 20px;
		line-height: 1.7;
	}
  }

  #Anniv{
	margin-top:80px;
  }
  .anniv-img{
	width:160px;
	margin:0 auto 50px;
  }
  .anniv-text{
	width:calc(100% - 40px);
	margin:0 auto;
	text-align:left;
	font-size:15px;
	font-weight:400;
  }
  .anniv-text h3{
	font-size:24px;
	text-align: left;
  }
  .anniv-text h3::after{
	content: none;
  }
  .anniv-text p{
	font-weight:400;
	line-height:190%;
}

  a.link_more{
	width:300px;
	height:70px;
	display: block;
	margin:50px auto 0px;
	background:#1A57B1 url("../../images/top/to_news.png") no-repeat 20px center ;
	background-size:24px 24px;
	border-radius: 34px;
	color:#fff;
	font-size:16px;
	font-family: "NotoSans_M";
	line-height: 70px;
	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 30px center ;
	background-size:24px 24px;
}

.bx-wrapper{
	width:100% !important;
}

#solution{
	text-align:center;
	margin: 80px auto 70px;
  }
  
  .solution_box,
  #info_rsbn{
	width: calc(100% - 40px);
	margin:0 auto;
  }
  .column {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 50px;
  }
  .column img {
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 20px;
  }
  .column p{
	font-size:16px;
	text-align: left;
	color:#000;
	line-height: 190%;
  }

.product_box{
	background: #fff;
	height:auto;
	margin-bottom:30px;
}
.item{
	width:100%;
	margin:0 auto;
}
#PRODUCTSMAP,#VOICE{
	background:#F1F4F8;
	padding: 35px 20px 80px;
	text-align: center;
}
#PRODUCTSMAP{
	padding-top:0;
	background-color: #fff;
}
#PRODUCTSMAP p{
	text-align: left;
}
#PICKUP{
	width: calc(100% - 40px);
	margin: 0 auto 100px;
	text-align: center;
}
#PICKUP .item .bxslider img{
	border:1px solid #ccc;
}

#VOICE{
	margin:0 auto 0 !important;
	padding: 80px 0 80px;
}
#VOICE p{
	margin-bottom:30px;
}

ul.plist{
	margin:80px 0 0 0;
}
ul.plist li{
	width:90%;
	max-width:332px;
	height:auto;
	margin:0 auto 10px auto;
}
#CASESTUDY,
#SYSNEWS{
	width: 100%;
	padding: 80px 0 ;
	margin: 0 auto;
	background:#F1F4F8;
	text-align: center;
}
#CASESTUDY{
	background:#F9F9F9;
}
#CASESTUDY .w1160,
#SYSNEWS .w1160,
#VOICE .w1160{
	width: calc(100% - 40px);
	margin: 0 auto;
	line-height: 190%;
	text-align: left;
}
.card-container {
	width: calc(100% - 40px);
	display: flex;
	justify-content: space-between;
	margin: 30px auto 50px;
	flex-wrap: wrap;
  }
  
  .card {
	width:100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	display: flex;
	flex-direction: column;
	transition: transform 0.3s ease;
	margin-bottom: 20px;
  }
  
  .card:hover {
	transform: translateY(-4px);
  }
  
  .card-image {
	width: 100%;
	height: 198.7px;
	object-fit: cover;
	display: block;
  }
  
  .card-body {
	padding: 20px 0 0 20px;
	display: flex;
	flex-direction: column;
	gap: 10px;
  }
 #VOICE .card-body {
	padding: 20px 20px 0;
  }

  .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';
  }
  .card-name:after{
 }

  h3.card-title {
	font-size: 18px;
	font-weight: 700;
	color: #1A57B1;
	line-height: 150%;
	margin: 0;
	text-align: left;
	padding-bottom: 0;
	margin-right: 20px;
  }
  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: 10px;
	position: relative;
	height: 40px;
  }
  .card-date {
	position: absolute;
	left: 0;
	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: bold;
	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 {
	width: calc(100% - 20px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px;
    max-width: 350px;
    margin: 0 auto;
}

.link-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #1A57B1;
    font-weight: 500;
    text-decoration: none;
    width: calc(50% - 15px);
}

.right-align {
    justify-content: flex-end;
}

.left-align {
    justify-content: flex-start;
}

.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);
}

@media screen and (max-width: 344px) {
    .link-item {
        font-size: 12.5px;
    }
}

#INFO{
	width:100%;
	margin: 0 auto;
	padding: 80px 0;
	text-align: center;
}
dl.info {
	width:100%;
	color: #000;
	box-sizing: border-box;
	border-top: 1px solid #DBDBDB;
	text-align: left;
  }
  dl.info a {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #DBDBDB;
  }
  
  dl.info a:hover {
	background: #F1F4F8;
	text-decoration: none;
  }
  
  dl.info dt {
	display: flex;
	align-items: center;
	font-family: "Outfit", serif;
	font-size: 16px;
	color:#000;
	font-weight: 600;
	margin-bottom: 6px; 
  }
  
  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;

  }

.jirei_box{
	width:302px;
	margin:20px auto;
	border-bottom:1px #ccc dashed;
	padding-bottom:20px;
}
.jirei_box img{
	width:auto;
}
.jirei_box a{
	display: block;
}
.jirei_box .jirei_title{
	margin-bottom:25px;
}
.jirei_box .jirei_txt{
	font-size:15px;
	color:#011972;
}
.koe_box{
	clear:both;
	width:98%;
	margin:10px auto 20px auto;
	border-bottom:1px dashed #ccc;
	padding:10px 0;
}
.koe_box img{
	float:left;
	margin:0 15px; 
	width:auto;
}
.info img{
	width:90%;
	display: block;
	margin:5px auto;
	max-width: 331px;
}


/*お客様インタビュー*/
.top-intv-box{
	box-sizing: border-box;
	margin-bottom: 15px;
}
a.intvlink{
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
	width: 100%;
	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;
	font-size:16px;
}
.top-intv-box span.intv-title{
	display: block;
	margin: 15px 0 40px 0;
	color: #1A57B1;
	font-weight: bold;
	line-height: 1.5;

}
.top-intv-box span.intv-name{
	font-weight: normal;
	display: block;
	
}
.top-intv-box img{
    width: 126px;
    height: 98px;
    object-fit: cover; /* 画像のアスペクト比を維持しながら指定されたサイズに収める */
	float:left;
	margin-right: 16px;
}
