/*quality専用*/
@media screen and (max-width:868px) {

.quality {
    position: relative;
    color: #FFF;
    z-index: -200;
    overflow: hidden;
}
.quality::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/quality_bg.webp");
    background-position: center top !important;
    background-size: cover;
    z-index: -201;
    pointer-events: none;
}
body {position:relative;}
.quality_bg .layer_top {
    position: fixed;
    top: 0;
    left: 0;
	width: 270%;
    z-index: -100;
	background: #808388;
}
	
br.pc_only{
	display: none;
}

/*共用見出し*/
.common_toptitle_h3 h3{
	font-size: 23px;
	width: 85%;
	margin: 0 auto 35px;
}

/*汎用3カラムスライダー*/
.use-slider {
	display: block;
	width: 100%;
	margin: 0 auto -150px;
}
.use-slider .slick-track {
	display: flex !important;
	justify-content: center;
}
.use-slider .slick-slide {
	display: block !important;
}
.use-slider .item-slide {
	width: 100% !important;
	max-width: 350px;
	margin: 0 auto;
	padding: 17px 25px 32px;
	position: relative;
	box-sizing: border-box;
}
.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: 100px;
}

/*ページコンテンツ*/
.introduction01, .introduction02 {
	margin: 0;
}
.introduction01 .point-img, .introduction02 .point-img {
	width: 100%;
}
.introduction02 .point-img {
	order: 1;
}
.introduction01 .point-img img, .introduction02 .point-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	max-height: calc(100vh - 340px);
	vertical-align: bottom;
}
.introduction01 .point-right, .introduction02 .point-right {
	margin: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.2);
}
.introduction02 .point-right {
	order: 2;
}
.introduction01 .point-item, .introduction02 .point-item {
	margin: 12% auto;
	width: 82%;
	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: 23px;
}





	
	
}