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

.corporate_cm{
font-family: 'Shippori Mincho', 'Yu Mincho', 'YuMincho', serif;
}

img{
	width: 100%;
}

#wrapper #content h2{
	padding-top:60px;
	padding-bottom:44px;
	width:100%;
	text-align:center;
}

.corporate_cm_ttl{
	width:924px;
    font-size: 2.2rem;
	font-weight: 600;
    text-align: center;
	margin:0 auto 40px;
}

.description{
	width:924px;
	margin:0 auto 40px;
    font-size: 1.2rem;
    line-height: 2;
}

.video{
	width:924px;
	margin:0 auto 100px;
}

.map{
	width:720px;
	margin:0 auto 60px;
}

iframe {
	width: 100%;
	aspect-ratio: 16/9;
  }

video{
	width: 100%;
}

.lists{
	width:800px;
	margin:0 auto;
	padding: 20px;
}

.list{
	display: flex;
	gap: 3%;
	flex-wrap: wrap;
}

.list-img,.list-txt{
	width: 48.5%;
	margin: 0 0 60px 0;
}

.ttl{
	font-size:1.3rem;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.txt{
    font-size: 1.1rem;
	line-height:2;
}


@media (width < 600px) {
	}