.contentHeader .pageTitle{
	background-image: url('../images/company/head-text-company.png');
}

.companyContent{
	padding-top: 120px;
}


@media (max-width: 1024px) {

	.companyContent{
		padding-top: 60px;
	}
}



.mainHead{
	width: 100%;
	text-align: center;
}
.mainHead::after{
	content: '';
	display: block;
	width: 80px;
	height: 6px;
	background-color: #0D1E7E;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 90px;
}

.rinenText ul{
	list-style-type: none;
	margin-left: 20px;
}
.rinenText ul li{
	position: relative;
	padding-left: 20px;
	margin-bottom: 30px;
}

.ceo{
	text-align: right;
}

.greet{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
}
.greet .text{
	line-height: 240%;
}

.greet .left{
	width:700px;
	height:520px;
	text-align: left;
	margin-bottom: 20px;
}

.greet .left{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}


.greet .right{
	width:310px;
	margin-left: 40px;

}


@media (max-width: 1024px) {

	.rinenText ul{
		margin-left:0;
		padding-left:0;
	}
	.rinenText ul li{
		padding-left: 1.5em;
		text-indent: -1.5em;
		margin-bottom: 20px;
	}

	.greet {
		margin-top:20px;
		flex-direction: column;
	}
	
	.greet .right {
		order: 1;
		width: 100%;
		margin-left: 0;
		margin-bottom:20px;
		text-align: center;
	}
	
	.greet .left {
		order: 2;
		width: 100%;
		height: auto;
	}
	
	.greet .ceo {
		order: 1;
		text-align: center;
		margin-bottom:20px;
	}
	
	.greet .text {
		order: 2;
	}

}


@media screen and (min-width: 768px){
	.galleryPc{
		display: block;
	}
	.gallerySp{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.galleryPc{
		display: none;
	}
	.gallerySp{
		display: block;
	}
}



.company-table {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	border-top: 1px solid #eee; /* 上部の区切り線が必要な場合 */
}

/* 各行の共通設定 */
.datarow {
	display: flex;
	width: 100%;
	box-sizing: border-box;
}

/* 左側：タイトル列 */
.label {
	width: 200px; /* PCでのタイトル幅 */
	padding: 24px;
	font-weight: bold;
	flex-shrink: 0; /* 幅を固定 */
	display: flex;
	align-items: center;
	letter-spacing: 0.1em;
}

/* 右側：データ列 */
.data {
	flex-grow: 1;
	padding: 24px;
	display: flex;
	align-items: center;
}

/* --- PC用デザイン (768px以上) --- */
@media (min-width: 769px) {
	/* 奇数行だけ背景色をグレーにする（セットで色が付く） */
	.datarow:nth-child(odd) {
		background-color: #eee;
	}
	.datarow:nth-child(even) {
		background-color: #fff;
	}
}

/* --- スマホ用デザイン (768px以下) --- */
@media (max-width: 768px) {
	.datarow {
		flex-direction: column; /* 縦積みにする */
	}

	/* PCの行背景色設定をリセット */
	.datarow:nth-child(odd),
	.row:nth-child(even) {
		background-color: transparent;
	}

	/* タイトル列を共通のグレーにする */
	.label {
		width: 100%;
		background-color: #eee;
		padding: 15px 20px;
		font-size: 14px;
	}

	/* データ列を共通の白にする */
	.data {
		width: 100%;
		background-color: #fff;
		padding: 15px 20px;
		font-size: 15px;
	}
	
	/* これにより、スマホでは グレー(title) -> 白(data) -> グレー(title) -> 白(data) のシマシマになります */
}

.map{
	max-width:960px;
	margin:40px auto 0 auto;
}
.map iframe{
	width:100%;
	height:450px;
	border:0;
}

.galleryWrap{
	margin-top: 150px;
	margin-bottom: 150px;
}
.galleryWrap img{
	width: 100%;
}