@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#company .msg .fm {
	font-size: 33px;
	font-weight: bold;
}
#company .ceo_greeting .txt p {
	line-height: 2;
}
#company .philosophy .list {
	margin-top: 200px;
}
#company .philosophy .box {
	position: relative;
	width: 340px;
	background: #fff;
	padding: 20px;
}
#company .philosophy .box::before {
	content: "";
	background: #fff;
	clip-path: ellipse(52% 100% at 50% 100%);
	position: absolute;
	width: 100%;
	height: 75px;
	top: -75px;
	left: 0;
}
#company .philosophy .box .ico {
	position: absolute;
	top: -130px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	height: 103px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#company .philosophy .box h4 {
	font-size: 29px;
}
#company .philosophy .box h5 {
	font-size: 25px;
	color: #999;
	margin-bottom: 20px;
}
#company .profile .list {
	align-items: flex-start;
}
#company .profile table {
	width: 650px;
}
#company .profile table.area {
	width: 100%;
	border-top: none;
}
#company .profile table.area tr:first-child,
#company .profile table.area tr:first-child th,
#company .profile table.area tr:first-child td {
	border-top: none;
}
#company .profile table.area th {
	white-space: nowrap;
}
#company .profile table tr {
	border-top: 1px solid #ccc;
}
#company .profile table tr:last-of-type {
	border-bottom: 1px solid #ccc;
}
#company .profile table tr th, #company .profile table tr td {
	padding: 25px 0;
}
#company .profile table tr th {
	color: var(--color-primary);
	vertical-align: top;
	padding-right: 20px;
}
#company .profile table tr td {
}
#company .profile table tr td ul li {
	position: relative;
	padding-left: 15px;
}
#company .profile table tr td ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	display: inline-block;
	border-radius: 50%;
	background: var(--color-red);
	position: absolute;
	top: 11px;
	left: 0;
}
#company .profile .imgs {
	width: 400px;
}
#company .profile .imgs li:not(:last-of-type) {
	margin-bottom: 10px;
}
#company .access .box {
	width: 525px;
}
#company .access .box dl {
	background: #fff;
	padding: 35px 0 20px;
}
#company .access .box dl dt {
	color: #db5310;
	font-weight: bold;
	font-size: 33px;
	margin-bottom: 15px;
}
#company .access .box dl dd {
	padding: 0 20px;
}
#company .access .box iframe {
	display: block;
	width: 100%;
	height: 370px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#company .ceo_greeting .txt {
		font-size: 103%;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#company .ceo_greeting .txt {
		width: 55%;
	}
	#company .ceo_greeting .photo {
		width: 40%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#company .msg .fm {
		font-size: 24px;
	}
	#company .philosophy .list {
		margin-top: 150px;
	}
	#company .philosophy .box {
		width: 32%;
		padding-top: 0;
	}
	#company .profile table {
		width: 58%;
	}
	#company .profile table tr th, #company .profile table tr td {
		padding: 10px 0;
	}
	#company .profile table tr th {
		white-space: nowrap;
		padding-right: 20px;
	}
	#company .profile .imgs {
		width: 39%;
	}
	#company .access .box {
		width: 49%;
	}
	#company .access .box dl {
		padding: 10px 0 20px;
	}
	#company .access .box dl dt {
		font-size: 20px;
		margin-bottom: 10px;
	}
	#company .access .box iframe {
		height: 200px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company .msg .fm {
		font-size: 18px;
	}
	#company .philosophy .list {
		margin-top: 120px;
	}
	#company .philosophy .box {
		width: 48%;
		padding: 0 10px 10px;
	}
	#company .philosophy .box:last-of-type {
		margin: 140px auto 0;
	}
	#company .philosophy .box .ico {
		top: -110px;
	}
	#company .philosophy .box h4 {
		font-size: 25px;
	}
	#company .philosophy .box h5 {
		margin-bottom: 0;
		font-size: 20px;
	}
	#company .profile table {
		width: 100%;
	}
	#company .profile table tr th, #company .profile table tr td {
		display: block;
	}
	#company .profile table tr td {
		padding-top: 0;
	}
	#company .profile .imgs {
		margin-top: 20px;
		width: 100%;
		display: grid;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#company .profile .imgs li {
		width: 32%;
	}
	#company .access .box {
		width: 100%;
		margin-bottom: 20px;
	}
}