@charset "UTF-8";
/* **********************************************
	会社概要スタイル
	
	スマホ(max-width: 768px)
	タブレット（min-width: 768px）and(max-width:960px)
	PC（min-width: 960px）
	
 ********************************************** */
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
}
/* =================================================
	本文エリア
 ================================================= */
#wrapper .contents {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 40px 0px 1px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 0;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#wrapper .contents {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 80px 0px 1px;
		text-align: center;
		background: #fff;
		position: relative;
		z-index: 0;
	}
}
/* =================================================
	COMPANYエリア
 ================================================= */
#wrapper .comprofileArea {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	#wrapper .comprofileArea {
		max-width: 860px;
	}
}
/* 見出し */
.comprofileArea .mds {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
.comprofileArea .mds h1 {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 40px 0px 60px;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.225em;
	color: #231815;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* 見出し */
	.comprofileArea .mds h1 {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px 0px 60px;
		text-align: center;
		font-size: 32px;
		font-weight: 500;
		line-height: 1em;
		letter-spacing: 0.225em;
		color: #231815;
	}
}
/* =================================================
	概要エリア
 ================================================= */
.profile dl {
	width: 90%;
	height: auto;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0px auto 30px;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75em;
	color: #333;
	text-decoration: none;
	border-top: 1px solid #c5cbd3;
}
.profile dl dt {
	width: 35%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch; /* これで高さを揃える */
	margin: 0px auto;
	padding: 15px 0px;
	box-sizing: border-box;
	border-bottom: 1px solid #c5cbd3;
	font-weight: 500;
}
.profile dl dd {
	width: calc(100% - 35%); /* 残り幅 */
	padding: 15px 0px;
	box-sizing: border-box;
	color: #333;
	text-align: left;
	border-bottom: 1px solid #c5cbd3;
}
.profile dl dd strong {
	width: 100%; /* 残り幅 */
	height: auto;
	display: block;
	margin: 0px auto 1.75em;
	padding: 0px;
	box-sizing: border-box;
	font-weight: 500;
}
.profile dl dt.fullsize {
	width: 100%;
	height: auto;
	display: block; /* これで高さを揃える */
	border-bottom: none;
	padding: 20px 0px;
	text-align: left;
}
.profile dl dd.fullsize {
	width: 100%;
	height: auto;
	display: block; /* これで高さを揃える */
	padding: 0px 0px 20px;
}
.profile dl dt.factory {
	border-bottom: none;
	padding: 20px 0px;
}
.profile dl dd.factory {
	border-bottom: none;
	padding: 20px 10px;
}
.profile dl dd a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75em;
	color: #d64045;
	text-decoration: none;
}
.profile dl dd a:hover {
	text-decoration: underline;
}
/* スマホで電話とFAXがリンクになる対応 */
.profile dl dd a[href^="tel:"] {
	color: #333;
	text-decoration: none;
}

/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	.profile dl {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 0px auto 30px;
		padding: 0px;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.75em;
		color: #333;
		text-decoration: none;
		border-top: 1px solid #c5cbd3;
	}
	.profile dl dt {
		width: 245px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: stretch; /* これで高さを揃える */
		margin: 0px auto;
		padding: 20px 0px;
		box-sizing: border-box;
		border-bottom: 1px solid #c5cbd3;
		font-weight: 500;
	}
	.profile dl dd {
		width: 615px; /* 残り幅 */
		padding: 20px 10px;
		box-sizing: border-box;
		color: #333;
		text-align: left;
		border-bottom: 1px solid #c5cbd3;
	}
	.profile dl dd strong {
		width: 100%; /* 残り幅 */
		height: auto;
		display: block;
		margin: 0px auto 1.75em;
		padding: 0px;
		box-sizing: border-box;
		font-weight: 500;
	}
	.profile dl dt.fullsize {
		width: 245px;
		height: auto;
		display: flex;
		justify-content: center;
		align-items: stretch; /* これで高さを揃える */
		margin: 0px auto;
		padding: 20px 0px;
		border-bottom: 1px solid #c5cbd3;
		text-align: left;
	}
	.profile dl dd.fullsize {
		width: 615px; /* 残り幅 */
		padding: 20px 10px;
		box-sizing: border-box;
		color: #333;
		text-align: left;
		border-bottom: 1px solid #c5cbd3;
	}
	.profile dl dt.factory {
		border-bottom: none;
		padding: 20px 0px;
	}
	.profile dl dd.factory {
		border-bottom: none;
		padding: 20px 10px;
	}
	.profile dl dd a {
		font-size: 14px;
		font-weight: 400;
		line-height: 1.75em;
		color: #d64045;
		text-decoration: none;
	}
	.profile dl dd a:hover {
		text-decoration: underline;
	}
}
/* GoogleMap */
.gmap_iframe {
	aspect-ratio: 16 / 9;
	width: 100%;
	height: auto;
	margin: 0px auto 10px;
}
.factory .gmap_iframe {
	display: none;
}
/* 写真 */
.profile .obj {
	width: 100%;
	height: auto;
	display: block;
	margin: 0px auto 40px;
	padding: 0px;
}
.profile .obj img {
	width: 100%;
	height: auto;
}
.profile .obj span {
	width: 84%;
	height: auto;
	display: block;
	margin: 0px auto;
	padding: 0px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.75em;
	color: #666;
	text-decoration: none;
	text-align: right;
}
/* タブレット */
@media screen and (min-width: 768px) and (max-width:960px) {
}
/* デスクトップ */
@media screen and (min-width: 960px) {
	/* GoogleMap */
	.gmap_iframe {
		display: none;
	}
	.factory .gmap_iframe {
		display: block;
		aspect-ratio: 16 / 9;
		width: 100%;
		height: auto;
		margin: 30px auto 10px;
	}
	/* 写真 */
	.profile .obj {
		width: 100%;
		max-width: 860px;
		height: auto;
		display: block;
		margin: 0px auto 60px;
		padding: 0px;
	}
	.profile .obj img {
		width: 100%;
		height: auto;
	}
	.profile .obj span {
		width: 100%;
		height: auto;
		display: block;
		margin: 0px auto;
		padding: 0px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.75em;
		color: #666;
		text-decoration: none;
		text-align: right;
	}
}
