/*kasei専用*/
@media screen and (max-width:868px) {

.kasei {
    position: relative;
    color: #FFF;
    z-index: -200; /* 他要素とのバランスにより調整 */
    overflow: hidden;
}
.kasei::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("../img/kasei_bg.webp");
    background-position: center top 20%;
    background-size: cover;
    z-index: -201;
    pointer-events: none;
}
body {position:relative;}
.kasei_bg01 .layer_top {
    position: fixed;
    top: 0;
    left: 18%;
    width: 60%;
    animation: light-animationA 4s ease-in-out infinite, move-randomA 17s ease-in-out infinite alternate;
}
.kasei_bg02 .layer_top {
    position: fixed;
    top: 0;
    left: auto;
    right: 18%;
    width: 60%;
    animation: light-animationB 4s ease-in-out infinite, move-randomB 18s ease-in-out infinite alternate;
}
/* フェードイン・アウトのアニメーション */
@keyframes light-animationA {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes light-animationB {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/* ランダムに左右へ動くアニメーション（異なる動き） */
@keyframes move-randomA {
    0% {
        transform: translateX(0%);
    }
    25% {
        transform: translateX(-2%);
    }
    50% {
        transform: translateX(3%);
    }
    75% {
        transform: translateX(-1%);
    }
    100% {
        transform: translateX(0%);
    }
}
@keyframes move-randomB {
    0% {
        transform: translateX(0%);
    }
    20% {
        transform: translateX(2%);
    }
    40% {
        transform: translateX(-3%);
    }
    60% {
        transform: translateX(1%);
    }
    80% {
        transform: translateX(-2%);
    }
    100% {
        transform: translateX(0%);
    }
}
	
.kasei .layer {
	position: absolute;
	bottom: -5%;
	left: auto !important;
	right: 0;
	max-width: 180px;
	/* height: 500px; */
	z-index: -30;
}
.kasei_bg .layer img {
	z-index: -199;
}

/*ページコンテンツ*/
.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;
}

.kasei section table {
	border-collapse: collapse;
	width: 100%;
	margin:auto;
	font-size: 15.5px;
	margin-top:0!important;
}
.kasei section table tr {
	border-top: 1px solid #FFF;
}
.kasei section table tr:last-child{
	border-bottom: 1px solid #FFF;
}
.kasei section table tr th, section table tr td {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
.kasei section table tr th {
	position:relative;
	text-align:left;
	padding-top: 20px
}
.kasei section table tr td {
	padding-bottom: 20px;
}
.kasei section table tr th::after {
	
}
.kasei section table tr th:nth-of-type(2)::before {
	content:"　";
	color:#FFF;
	font-size:35px;
	position:absolute;
	left:0;
	top:5px;	
	border-left: 1px solid #FFF;
	vertical-align: middle;
}
.kasei section table tr td span {
	font-size:12px;

}
.kasei section table tr td li {
	vertical-align: top;
	margin-right: 30px;
	display: inline-block;
	padding-bottom:10px;
	width:300px;
}
.kasei section table tr td ul.dispB li{
	display: block;
	width:auto;
}
.kasei section table tr td:nth-child(1) {
	border-right: 1px solid #FFF;
}
.kasei section table li {
	list-style-type: none;
}



	
	
	
}