@charset "UTF-8";
/* CSS Document */


@media screen and (max-width:768px) {
	.header .top_description {
		display: none;
	}
	.br-sp{
		display: block;
	}
}



/* KV */
.kv{
	background-image: url("../img/press/press_kv.jpg");
	height: 380px;
	    background-position: center;
	position: relative;
	background-repeat:repeat-y;
	    background-size: cover;


}

.kv_text {
	color: #fff;
	text-align: left;
	padding-right: 40px;
	    max-width: 1040px;
    margin: 0 auto;
	padding: 300px 0 0 30px;

}
.kv h2 {
	font-size: 3.6rem;
	color: #fff;
	    padding: 200px 0px 40px 0;
	text-align: right;
	font-weight: 500;
}
.kv_description {
    font-size: 2.6rem;
    line-height: 4.0rem;
	border-bottom: solid #fff 1px;
	display: inline-block;
	    text-shadow: 1px 2px 3px #333333;
}

.content-width{
		max-width: 1040px;
	margin: 0 auto;
}


.press {
	    padding: 10px 20px;
}


/* section */
.section_title::after{
	margin-left:20px;
	border-top:1px solid #707070;
	content:"";
	flex-grow:1;
}
.section_title {
	font-size: 2.2rem;
	text-align: left;
	display: flex;
	align-items: center; /* 垂直中心 */
}
.content-width {
	margin-bottom: 70px;
}


@media screen and (max-width:768px) {
	.kv{

		height: 500px;
	}
	.kv h2 {
	padding: 30px 0px 260px 20px;
		text-align: left;
		line-height: 3.6rem;
		font-size: 2.0rem;
	}

	.kv_description {
		font-size: 2.8rem;
		    padding-top: 130px;
	}
	.content-width {
    margin-bottom: 20px;
	}

}


.text-left {
  text-align: left;
  padding-top: 20px;
}

.content-width {
    margin-bottom: 70px;
    margin-top: 70px;
}

.mb-80 {
    margin-bottom: 80px;
}

.pressList {
  text-align: left;
  margin-top: 20px;
  padding-left: 40px;
  display: grid;
  gap: 8px;
}
