/*quality専用*/
@media screen and (min-width:869px) {

.quality {
/*	background-color: #000;*/
	background-image: url("../img/quality_bg.webp");
	background-position: center bottom 58% !important;
	color: #FFF;
	z-index: -200;
}
body {position:relative;}
.quality_bg .layer_top {
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    z-index: -100;
	background: #808388;
}
.quality .layer {
	position: absolute;
	bottom: -8px;
	left: 69%;
	width: 760px;
	/* height: 500px; */
	z-index: -30;
}
.quality_bg .layer img {
	z-index: -199;
}

/*汎用3カラムスライダー*/
.use-slider{
	margin: auto;
	max-width: 1100px;
	padding: 0 20px;
}
.use-slider .item-slide {
	width: 33.3333333333%;
	padding: 17px 25px 32px;
	position: relative;
    box-sizing: border-box;
}
.use-slider .item-slide + .item-slide:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    border-left: 1px solid #aaa;
}
.use-slider h3.square_title{
	margin: 0 auto 25px !important;
}
.use-slider .item-slide ul {
  list-style: none;
  padding-left: 0;
}
.use-slider .item-slide ul li {
  position: relative;
  padding-left: 12px;
}
.use-slider .item-slide ul li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1em;
}
/*汎用小スライダードットナビゲーションの設定*/
.use-slider .slick-dots {
	position: relative;
	z-index: 3;
	top: 5px;
	text-align:center;
	margin:5px 0 0 0;/*ドットの位置*/

}
.use-slider .slick-dots li {
	display:inline-block;
	margin:0 5px;
}
.use-slider .slick-dots button {
	color: transparent;
	outline: none;
	width:10px;/*ドットボタンのサイズ*/
	height:10px;/*ドットボタンのサイズ*/
	display:block;
	border-radius:50%;
	background:#aaa;/*ドットボタンの色*/
	padding: 0;
	border: transparent;
}
.use-slider .slick-dots .slick-active button{
	background:#fff;/*ドットボタンの現在地表示の色*/
}
	
/*要素下余白*/
.p-bottom{
	padding-bottom: 180px;
}

/*ページコンテンツ*/
.introduction01, .introduction02 {
	margin: 0;
}
.introduction01 .point-img, .introduction02 .point-img {
	width: 50%;
}
.introduction02 .point-img {
	order: 2;
}
.introduction01 .point-img img, .introduction02 .point-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: calc(100vh - 100px);
	vertical-align: bottom;
}
.introduction01 .point-right, .introduction02 .point-right {
	margin: 0;
	width: 50%;
	background: rgba(0, 0, 0, 0.2);
}
.introduction02 .point-right {
	order: 1;
}
.introduction01 .point-item, .introduction02 .point-item {
	margin: 20% auto 4%;
	max-width: 570px;
	padding: 0 30px;
	box-sizing: border-box;
}
.point-txt {
	display: inline-block;
	line-height: 2.2;
}
.char {
	color: #999;
	/*opacity: 0.2;*/
}

.introduction01 h3, .introduction02 h3{
	margin-bottom: 35px;
	font-size: 25px;
}




	
	
}