@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&display=swap');

.rows{
    width: 100%;
    float: left;
}
.bg_bl{
	background: #000;
    color: #fff;
    padding: 2%;
    text-align: center;
    position: relative;
    height: 900px;
    height: 1450px;
}
img.ulti{
	position: relative;
}
.txt{
	color: #fff;
/*    position: absolute;
    top: 0;
    right: 0;
    width: 50%;*/
    width: 100%;
}
.txt .desc{
    position: absolute;
    right: 0;
        top: 0;
}
.txt .desc img{
    margin-top: 20px;
    padding: 59px 36px;
    float: right;
    width: 96%;
}
.txt .para {
        font-size: 13px;
    text-align: left;
    /* margin-bottom: 10px; */
    padding: 20px;
    background: rgb(0 0 0 / 60%);
    position: absolute;
    /* bottom: 0; */
    top: 580px;
    right: 15px;
    width: 50%;
}
.txt .para span {
    text-align: right;
    display: block;
    font-size: 16px;
    letter-spacing: 2px;
}
.txt .para span.cl-red {
	text-align: left;
    display: unset;
    font-size: 13px;
        color: #F00;
}
.txt-c{
	font-size: 12px;
	font-size: 14px;
}
.txt-l{
	font-size: 12px;
	font-size: 14px;
    text-align: left;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
}
.txt-l img{
padding-left: 20px;
}
.cont-left{
	width: 33%;
	width: 50%;
    float: left;
    
}
.cont-left img{
	width: 100%;
}
.cont-center{
	width: 33%;
    float: left;
}
.cont-center img{
	width: 100%;
}
.cont-right{
	width: 33%;
	width: 50%;
    float: left;
}
.cont-right img{
	width: 100%;
}
.cont-right img.img2{
	margin-top: -20px;
}
.cont-left2{
	width: 20%;
	float: left;
}
.cont-left2 img{
	width: 100%;
	padding-left: 0;
}
.cont-right2{
	width: 80%;
	float: left;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-top: 15px;
/*	line-height: 140%;*/
}
.txt-l .cont-left{
    padding-left: 20px;
}
.txt-l .cont-right{
    padding-right: 20px;
}

@media screen and (max-width: 1199px) {
	.txt .desc img{
		width: 80%;
	}
	.txt .para{
		    width: 97%;
	    left: 15px;
	    top: 455px;
	    font-size: 15px;
	}
	.bg_bl{
	    height: 1400px;
	}
	.txt-l{
	bottom: 30px;
	}
	.txt-l img{
	width: 50%;
	}
	.cont-right2{
	padding-top: 8px;
	}
	.cont-left2 img{
	    width: 100%;
	}
}

@media screen and (max-width: 992px) {
.bg_bl {
    height: 1550px;
}
	.txt .para{
		width: 96%;
	    top: 260px;
	    font-size: 14px;
	}
	.txt .para span.cl-red{
	    font-size: 14px;
	}
	.txt-c{
	text-align: left;
	font-size: 16px;
	}
	.txt-l{
	text-align: center;
    font-size: 16px;
    bottom: 0px;
	}
	.txt-l img{
	    width: unset;
	}
	.txt-l .pdl-20{
	 /*   padding-left: 0;*/
	}
	.cont-left{
	padding: 0 2%;
	}
	.cont-right{
	padding: 0 2%;
	}
	
	.txt-l .cont-left, .txt-l .cont-right{
	width: 100%;
	    padding: 0;
	}
	.cont-left2{
	    width: 15%;
	}
	.cont-right2{
	    width: 85%;
	    text-align: left;
	        padding-right: 20px;
	        padding-top: 10px;
	}
	.spnomi {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.container{
		width: 100%;
	}
	.txt{
	position: unset;
	}
	.txt .desc{
	top: 150px;
	}
	.txt .desc img{
	    width: 100%;
	}
	.txt .para{
	position: unset;
    width: 100%;
    background: #000;
        font-size: 15px;
            line-height: 170%;
	}
	.txt .para span{
	text-align: left;
	}
	.txt .para span.cl-red{
	font-size: 15px;
	}
	.txt-l{
	    bottom: 30px;
	}
}


@media screen and (max-width: 570px) {
	.txt .desc{
		top: 50px;
	}
	.txt-c .cont-left{
	    width: 100%;
	}
	.txt-c .cont-right{
	    width: 100%;
    margin-top: 20px;
	}
	.bg_bl{
	height: auto;
	}
	.txt-l{
	position: unset;
    margin-top: 20px;
	}
	.txt-l img{
	padding-left: 0;
	}
	.txt-l .cont-left2{
	width: 100%;
	}
	.txt-l .cont-right2{
	width: 100%;
    padding: 0px 15px 20px;
	}
}
