@charset "utf-8";
/*---------------------------------------------
common
---------------------------------------------*/
#corp .inner .cont-text + .cont-text {
	margin-top: 30px;
}
#corp .inner .promise {
	font-family: neue-haas-grotesk-display, sans-serif;
	font-size: 4rem;
	line-height: 40px;
	font-weight: bold;
}
@media (max-width: 767px) {
	#corp .inner .promise {
		font-size: 2.2rem;
	}
}
/*---------------------------------------------
brand
---------------------------------------------*/
#brand .sec02 .block {
	margin: 40px 0 50px;
}
#brand .sec02 figure {
	margin-bottom: 40px;
}
#brand .sec02 .img01 {
	max-width: 293px;
}
#brand .inner .promise {
	margin-bottom: 30px;
}
@media (max-width: 767px) {
	#brand .sec02 .block {
		margin: 20px 0 50px;
	}
	#brand .sec02 .img01 {
		max-width: 200px;
	}
	#brand .sec02 figure {
		margin-bottom: 20px;
	}
	#brand .inner .promise {
		margin-bottom: 25px;
	}
}
/*---------------------------------------------
greeting
---------------------------------------------*/
#greeting .sec01 .block {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 110px;
}
#greeting .sec01 .txtdiv {
	order: 0;
	width: calc(774 / 1114 * 100%);
	margin-top: -8px;
}
#greeting .sec01 .imgdiv {
	order: 1;
	width: calc(300 / 1114 * 100%);
}
@media (max-width: 767px) {
	#greeting .sec01 .block {
		display: block;
		margin-top: 50px;
	}
	#greeting .sec01 .txtdiv {
		width: 100%;
		margin-top: 30px;
		padding-right: 0;
	}
	#greeting .sec01 .imgdiv {
		width: 100%;
	}
}

/*---------------------------------------------
idea
---------------------------------------------*/

#idea .sec01 .tb01 th {
	min-height: 50px;
	width: 335px;
	padding: 9px 10px;
	font-size: 1.8rem;
	line-height: 1.2;
	vertical-align: middle;
}
#idea .sec01 .tb01 td {
	width: 372px;
	padding: 0 0 0 30px;
	line-height: 1.2;
	vertical-align: middle;
}
#idea .sec01 .tb01 th,
#idea .sec01 .tb01 td {
	border-color: #fff;
	border-width: 6px;
}
#idea .sec01 .tb01 tr:first-child th,
#idea .sec01 .tb01 tr:first-child td {
	border-top: none;
}
#idea .sec02 .imgchar {
	width: 37px !important;
	height: auto;
}
#idea .sec05 .lead {
	font-weight: bold;
	margin-bottom: 20px;
}

#idea .imgdiv,
#idea .tbdiv {
	width: 100%;
}
#idea .imgdiv img {
	width: 100%;
}
#idea{
	
}

.information-group-ul li a>p{
	display: flex;
	align-items: center;
}
.information-group-ul li .icon-arrow{
	flex: none;
}

.information-group-ul li time{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
} 

.information-group-ul li .labelCategory{
	flex: none;
}

.ContentTitle{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ContentDesc{
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}

/* pc */

@media (min-width: 767px) {
	.systemBox {
		display: flex;
	}
	#idea .imgdiv {
		width: 425px;
		margin-right: 30px;
	}
	#idea .sec02 .imgchar {
		width: 46px !important;
	}
	#idea .tbdiv {
		flex: 1;
	}

	#idea .sec05 .tar {
		margin-top: -3%;
	}

	.historyMode th {
		padding-left: 8rem;
		padding-right: 8rem;
	}
	.historyMode td {
		padding-left: 8rem;
	}
}
@media (max-width: 767px) {
	#idea .sec01 .tb01 th {
		min-height: 0;
		font-size: 1.6rem;
	}
	#idea .sec01 .tb01 td {
		padding: 0 0 10px;
		/* font-size: 1.4rem; */
	}
	#idea .sec01 .tb01 th,
	#idea .sec01 .tb01 td {
		display: block;
		width: 100% !important;
		line-height: 1.5;
	}

	.systemBox .imgdiv {
		margin-bottom: 30px;
	}

	#corp .inner .cont-text + .cont-text {
		margin-top: 20px;
	}

	
	
	
}
