@charset "utf-8";








.sales__hero{
	

	margin: 0px 0 0;
	width: auto;
	height: calc(100vh - 100px);
	overflow: hidden;
	position: relative;
   
}
.sales__hero__wrapper{
	width: 100%;
	
    overflow: hidden;
}
.sales__hero__inner{
	display: block;
	position: relative;
	width: 100%;
	height: calc(100vh - 100px);
	background: #fff;
	background-position: center;
	background-repeat: no-repeat;
    
}
.slick-initialized .slick-slide {
	display: block;
}
.sales__hero__inner:focus {
	outline: none;
}
.sales__hero__img{
	position: relative;
	z-index: 0;
}
.sales__hero__info{
	margin: 80px 10% 0;
}
.sales__hero__name{
	font-family: "Futura-medium";
	font-size: 42px;
    text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
	
    
}
.sales__hero__text{
	margin: 30px 0 0;
	
	font-size: 15px;
	line-height: 1.3em;
}
.sales__hero__inner a{
	display: inline-block;
    text-align: center;
    border: 1px solid #555;
    border-radius: 6px;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 30px;
    margin: 15px 0 0;
	background-color: whitesmoke;
	
}


@media (max-width: 950px) {
	
}

@media (max-width: 640px) {
	.sales__hero{
		width: 100%;
		height: 100%;
		margin: 60px 0 0;
	}
	.slick-list,
	.sales__hero__wrapper{
		height: 100%;
	}
	
	.sales__hero__inner{
		background-size: contain;
		background-position:  center ;
		background-size: 140%;
		
		font-size: 12px;
	}
	
	.sales__hero__name{
		
		font-size: 30px;
	}
	.sales__hero__text{
		margin: 20px 0 0;
		
		font-size: 16px;
		line-height: 1.3em;
	}
    
    .sales__hero__inner a{
	
    font-size: 12px;
    
    }

	.sales__hero__info{
		margin: 7% 5% 0;
	}
}


.sales__products{
	margin: 100px 0 0;
}
.sales__products__wrapper{
	
	padding: 50px 50px 0;
	white-space: nowrap;
}
.sales__products__menu{
	display: flex;
	justify-content: flex-start;
	overflow-x: scroll;
	padding: 0 0 0px;
	margin: 30px 0 0px;
}
.sales__products__cell{
	width: 210px;
	min-width: 210px;
	margin: 10px 10px 20px;
}
.sales__products__cell img{
	width: 100%;
}
.sales__products__img{
	height: 150px;
	object-fit: contain;
}
.sales__products__name1{
	margin: 20px 0 6px;
	font-size: 15px;
	font-weight: bold;
	
  	padding: 2px 5px;
	display: inline-block;
	line-height: 1.2em;
}
.sales__products__name2{
	margin: 20px 0 6px;
	font-size: 15px;
	font-weight: bold;
	
  	padding: 2px 5px;
	display: inline-block;
	line-height: 1.2em;
}
.sales__products__name3{
	margin: 20px 0 6px;
	font-size: 15px;
	font-weight: bold;
	
	
  	padding: 2px 5px;
	display: inline-block;
	line-height: 1.2em;
}
.sales__products__category{
	display: inline-block;
	font-size: 12px;
	text-indent: 0.5em;
	color: rgb(0, 127, 129);
	border: 1px solid rgb(0, 127, 129);
	padding: 0.4em 0.5em 0.5em 0.3em;
	border-radius: 1em;
	margin-top: 2px;
}

.sales__products__category2{
	display: inline-block;
	font-size: 12px;
	text-indent: 0.5em;
	color: rgb(29, 0, 161);
	border: 1px solid rgb(29, 0, 161);
	padding: 0.4em 0.5em 0.5em 0.3em;
	border-radius: 1em;
	margin-top: 2px;
}
.sales__products__category3{
	display: inline-block;
	font-size: 12px;
	text-indent: 0.5em;
	color: rgb(255, 102, 0);
	border: 1px solid rgb(255, 102, 0);
	padding: 0.4em 0.5em 0.5em 0.3em;
	border-radius: 1em;
	margin-top: 2px;
}

.sales__products__btn{
	display: block;
	text-align: center;
	border: 1px solid #555;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0;
	margin: 30px 0 0;
}
.sales__products__btn-primary{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	background: #000000;
	color: #fff;
	width: 250px;
	height: 32px;
	border-radius: 6px;
	margin: 50px auto 0;
}
@media (max-width: 640px) {
	.sales__products__wrapper{
		padding: 0 10px;
	}
	.sales__products{
		margin: 0px 0px;
	}
}

.sales__service{
	margin: 0;
	padding: 150px 0 0
}
.sales__service2{
	margin: 0;
	padding: 0px 0 0
}
.sales__service__wrapper{
	display: flex;
}
.sales__service__block{
	width: 40%
}
.sales__service__block:first-child{
	width: calc(60% - 30px );
	margin: 0 30px 0 0;
}
@media (max-width: 640px) {
	.sales__service__wrapper{
		display: block;
	}
	.sales__service__block{
		width: 100%
	}
	.sales__service__block:first-child{
		width: 100%;
		margin: 0;
	}
}
.sales__service__text{
	font-size: 15px;
	line-height: 1.5em;
	font-weight: normal;
	
}
.sales__service__head{
	margin: 30px 0 0;
	font-size: 42px;
	line-height: 1.2em;
	font-weight: bold;
}
.sales__service__head2{
	margin: 10px 0 0;
	
}
.sales__service__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: bold;
	background: #333333;
	color: #fff;
	width: 250px;
	height: 40px;
	border-radius: 5px;
	margin: 50px 0 0;
}
@media (max-width: 640px) {
	.sales__service__btn{
		margin: 50px auto;
	}
	.sales__service__head{
		margin: 30px 0 0;
		font-size: 30px;
		line-height: 1.2em;
		font-weight: bold;
	}
}

.sales__service__head span{
	border-bottom: 1px solid #FB2F21; 
	padding: 0 0 10px;
}

.sales__service__head2 span{
	padding: 0 0 10px;
	font-weight: bold;
	font-size: 21px;
}

.sales__service__img{
	width: 100%;
	margin: 0 0 20px;
}
.sales__service__img img{
	width: 100%;
}

.sales__service__demo{
	color: #fff;
	margin: 60px 0 0;
	padding: 60px 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/sales/sales_image_scan.png);
	background-size: cover;
	background-position: center center;
}
.sales__service__demo.sales__service__demo2{
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/sales/sales_image_demo.png);
	background-size: cover;
	background-position: center center;
}
.sales__demo__title{
	font-weight: bold;
	font-size: 20px;
	margin: 0 0 40px;
}
.sales__demo__text{
	font-size: 14px;
	line-height: 1.8em;
	margin: 0 0 40px;
}
.sales__demo__btn{
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-weight: bold;
	background: #fff;
	color: #333333;
	width: 250px;
	height: 40px;
	border-radius: 5px;
	margin: 0 auto;
}


.sales__banner{
	display: flex;
	justify-content: space-around;
	width: 80%;
	max-width: 1000px;
	margin: 10px auto 100px;
}
.sales__banner a{
	display: block;
	width: 380px;
}



.sales__banner a img{
	width: 100%;
}
@media (max-width: 640px) {
	.sales__banner{
		display: block;
	}
	.sales__banner a{
		display: block;
		width: 100%;
		margin: 40px auto ;
	}
	

	
}

.sales-products .contents{
	margin-top: 170px;
}
.sales-products .sales-products__block{
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
}
.sales-products .sales__products__cell{
	min-width: inherit;
	width: calc( 100% / 4 - 20px);
	margin: 0 10px 60px;
	
	
}

@media (max-width: 960px) {
	.sales-products .sales__products__cell{
		width: calc( 100% / 3 - 20px);
		margin: 0 10px 60px;
	}
}

@media (max-width: 640px) {
	.sales-products .contents{
		margin-top: 120px;
	}
	.sales-products-detail .contents{
		margin-top: 60px;
	}
	.sales-products .sales__products__cell{
		width: 45%;
		min-width: inherit;
		margin: 0 2.5% 50px;
	}
}
.sales-detail__hero{
	width: 100%;
	height: 60vh;
	margin-top: 0px;
}
.sales-detail__hero img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.sales-detail__inner{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 0;
}
.sales-detail__title{
	font-size: 45px;
	font-family: "Futura-medium";
    
  
    
}
.sales-detail__category{
	font-size: 14px;
    font-weight:normal;
	margin: 15px 0 15px ;
    


	display: inline-block; /* テキストをインラインブロック要素として扱い、背景とパディングを適用 */
    border-color: #00818a;
	border: solid 1.5px;
    padding: 6px 15px; /* 内側の余白を設定 */
    border-radius: 40px; /* 角を丸くする */
    
    color: #00818a; /* テキストの色を設定 */
    
    text-align: left;


    
}
.sales-detail__tag{
	display: flex;
	margin: 20px 0 60px;
}
.sales-detail__tag__cell{
	font-family: "Futura-medium";
	font-size: 12px;
	padding: 6px 5px 5px;
	margin: 0 5px 0 0;
	color: #fff;
}
.sales-detail__tag__cell.col-re{ background: #E72C2C}
.sales-detail__tag__cell.col-bl{ background: #4A9ED8}
.sales-detail__tag__cell.col-gr{ background: #78BE48}
.sales-detail__tag__cell.col-or{ background: #F18E28}
.sales-detail__tag__cell.col-va{ background: #AB539B}
.sales-detail__tag__cell.is-disable{
	background: #ddd;
}

.sales-detail__pdf-dl{
	position: absolute;
	top: 20px;
	right: 0;
	border: 1px solid #000000;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 20px;
	border-radius: 4px;
	background-color: rgb(250, 250, 250);
}
@media (max-width: 640px) {
	.sales-detail__title{
		font-size: 30px;
	}
	.sales-detail__category{
		font-size: 12px;
		margin: 15px 0 13px ;
		
	}
	.sales-detail__tag__cell{
		font-size: 10px;
		padding: 4px 3px 3px;
	}
	.sales-detail__tag{
		margin: 20px 0 30px;
	}
	.sales-detail__pdf-dl{
		display: inline-block;
		position: relative;
		top: inherit;
		left: inherit;
		margin: 0 0 50px;
	}
}
.sales-detail__inner h4{
	font-weight: bold;
	font-size: 26px;
	line-height: 1.5em;
	margin: 20px 0 15px;
}
.sales-detail__inner h5{
	font-weight: bold;
	font-size: 21px;
	line-height: 1.5em;
	margin: 0 0 20px;
}
@media (max-width: 640px) {
	.sales-detail__inner h4{
		font-size: 20px;
	}
	.sales-detail__inner h5{
		font-size: 18px;
	}
}
.sales-detail__inner p{
	font-weight: normal;
	font-size: 15px;
	line-height: 1.8em;
}
.sales-detail__inner li{
	font-weight: bold;
	font-size: 16px;
	line-height: 1.6em;
	margin: 15px;
}


.sales-detail__inner p.caution{
	font-weight: normal;
	font-size: 12px;
	line-height: 1.8em;
}
.sales-detail__inner hr{
	margin-top: 100px;
}
.sales-detail__inner img{
	width: 100%;
	margin: 0 0 40px;
}
.sales-detail__separate{
	display: flex;
	justify-content: space-between;
}
.sales-detail__separate__cell{
	width: 47%;
}
.sales-detail__separate__cell2{
	
    width: 100%;
    padding: 20px;
   
}
.sales-detail__separate__cell img{
	width: auto;
}
.sales-detail__separate__cell2 img{
	width: 33%;
    
}
@media (max-width: 640px) {
	.sales-detail__separate{
		display: block;
	}
	.sales-detail__separate__cell{
		width: 100%;
	}
}

.sales-detail__inner table{
	width: 100%;
	font-size: 14px;
	text-align: center;
	border-collapse: collapse;
}
.sales-detail__inner table th,
.sales-detail__inner table td{
	border: solid 1px #ccc;
	line-height: 1.8em;
	vertical-align: middle;
}
.sales-detail__inner table th{
	background: #333;
	color: #fff;
	padding: 20px 0;
}
.sales-detail__inner table td{
	background: #f2f2f2;
	color: #333;
	padding: 20px;
}
.sales-detail__inner table td.bg-wh{
	background: #fff;
}

.sales-detail__support{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sales-detail__support__cell{
	width: 47%;
	margin: 0 0 60px;
	line-height: 1.8em;
}
@media (max-width: 640px) {
	.sales-detail__support__cell{
		width: 100%;
	}
}
.sales-detail__support__cell img{
	width: 60%;
	display: block;
	margin: 0 auto 30px;
}
.sales-detail__support__cell__title{
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	margin: 10px 0 30px;
}
.sales-detail__support__cell__title{
	font-weight: bold;
	font-size: 18px;
	margin: 10px 0 40px;
}
.sales-detail__support__cell__text{
	font-size: 14px;
}

ul.spec-list{
	padding: 20px 30px 20px 50px;
	margin: 0 0 30px;
	background: #dddddd;
}
ul.spec-list li{
	font-size: 14px;
	line-height: 1.5em;
	margin: 10px 0;
	list-style-type: disc;
}

.img_flex{
	display: flex
}

.sales-detail__btn__contact{
	position: relative;
	display: block;
	width: fit-content;
	background: #333333;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin: 100px auto 0;
	padding: 20px 60px;
	border-radius: 5px;
}
.sales-detail__btn__back{
	position: relative;
	display: block;
	width: fit-content;
	margin: 30px auto 70px;
	border: 1px solid #333333;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 50px;
	border-radius: 5px;
}

.sales-detail__btn__clg{
	position: relative;
	display: inline-block;
	
	margin: 10px auto 10px;
	border: 1px solid #333333;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
	padding: 10px 30px;
	border-radius: 5px;
    
   
    
}






.box_link{
	display: inline-block;
    text-align: center;
    border: 1.2px solid #555;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    padding: 6px 20px;
    margin: 20px 0 0;
}







/*スライダーのドット表示*/

.slick-dotted.slick-slider{
	margin: 0;
}
.slick-dots{
	bottom: 8%;
	
}

@media (max-width: 640px) {

	.slick-dots{
		bottom: 4%;
	}
}


/*hoverした際のスケールで全体を拡大し影を付ける*/
.sales__service__img{
    transition: transform .3s ease;
}

.sales__service__img:hover{
    transform: scale(1.03);
}

.sales__products__img{
    transition: transform .3s ease;
}

.sales__products__img:hover{
    transform: scale(1.06);
}



/* PC等のデフォルトスタイル */
.movie-wrap iframe {
    width: 560px; /* デフォルトの幅 */
    height: 315px; /* デフォルトの高さ */
}

/* スマホ等のビューポート幅が768px以下の場合 */
@media (max-width: 768px) {
    .movie-wrap iframe {
        width: 100%; /* 幅を画面幅いっぱいに */
        height: auto; /* 高さを自動調整（アスペクト比を保つためにはJavaScriptが必要になる場合がある） */
    }
}


