@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#about .bg_navy {
	color: #fff;
}
#about .bg_navy::before {
	background: #001f36;
}
#about .bg_navy h3.sub03 {
	color: #fff;
}
#about .txt {
	font-size: 110%;
	line-height: 2.25;
}
#about .txt b {
	font-size: 114%;
}
#about .links {
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 0 auto 80px;
}
#about .links li {
	position: relative;
	padding-left: 20px;
}
#about .links li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	background: var(--color-secondary);
	height: calc(tan(60deg) * 12px / 2);
	width: 10px;
	clip-path: polygon(0 0, 100% 50%, 0 100%);
}
#about .links li a {
	font-size: 16px;
	text-decoration: underline;
}
#about .links li a:hover {
	color: var(--color-secondary);
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
}
#about .mission dl dt {
	font-size: 36px;
	font-weight: 600;
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	margin-bottom: 50px;
}
#about .mission .nos {
	margin-top: 50px;
}
#about .mission .nos .box {
	margin-bottom: 50px;
}
#about .mission .nos .box .no {
	line-height: 1;
	font-size: 85px;
	font-style: italic;
	font-family: var(--font-mono);
	color: rgba(157, 123, 51, 0.5);
	width: 130px;
}
#about .mission .nos .box .txt {
	width: calc(100% - 130px);
}
#about .mission .nos .box .txt .fm {
	font-weight: 600;
	font-size: 114%;
}
#about .greeting {
	position: relative;
}
#about .greeting::before {
	background: #faf8f5;
}
#about .greeting .img {
	position: absolute;
	right: 0;
	top: 120px;
}
#about .greeting .gold {
	font-size: 25px;
	font-weight: 600;
}
#about .greeting .txt {
	margin-bottom: 30px;
}
#about .greeting .name {
	margin-bottom: 60px;
}
#about .greeting .name img {
	margin-left: 20px;
	position: relative;
	top: 5px;
}
#about .company table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0 12px;
}
#about .company table tr {
	background: #fff;
}
#about .company table tr th, #about .company table tr td {
	padding: 24px;
}
#about .company table tr th {
	color: #4d6373;
	vertical-align: top;
	white-space: nowrap;
}
#about .company table tr td {
	color: #001524;
}
#about .company table tr td a {
	color: var(--color-secondary);
	text-decoration: underline;
}
#about .company table tr td dl:not(:last-of-type) {
	margin-bottom: 20px;
}
#about .company table tr td dl dt {
	background: #faf8f5;
	padding: 12px;
	margin-bottom: 10px;
}
#about .company table tr td dl dt .no {
	margin-right: 5px;
}
#about .company table tr td .list {
	justify-content: flex-start;
}
#about .company table tr td .list ul:first-of-type {
	margin-right: 50px;
}
#about .company table tr td .list ul li {
	position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
}
#about .company table tr td .list ul li:last-of-type {
	margin-bottom: 0;
}
#about .company table tr td .list ul li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 11px;
	left: 0;
	width: 6px;
	height: 6px;
	background: var(--color-secondary);
}
#about .business::before {
	background: #FAF8F5;
}
#about .business .box {
	width: 520px;
}
#about .business .box .img img {
	border-radius : 20px 0px 0px 0px;
}
#about .business .box .ttl {
	position: relative;
	background: var(--color-primary);
	color: #fff;
	text-align: center;
	font-size: 36px;
	font-weight: 600;
	line-height: 1.4;
	padding: 5px 0 20px;
	margin-bottom: 40px;
}
#about .business .box .ttl::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color-secondary);
	height: calc(tan(60deg) * 30px / 2);
	width: 30px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	z-index: 1;
}
#about .business .box .ttl .fs {
	font-size: 20px;
}
#about .business .box ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}
#about .business .box ul li:last-of-type {
	margin-bottom: 0;
}
#about .business .box ul li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 9px;
	height: 9px;
	background: var(--color-secondary);
}
#about .event .img img {
	border-radius: 10px;
}
#about .event .info {
	width: 600px;
}
#about .event .info h4 {
	font-size: 25px;
	position: relative;
	padding-left: 30px;
	margin-bottom: 50px;
}
#about .event .info h4::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 2px;
	height: calc(100% - 8px);
	background: #a99764;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#about .greeting .img img  {
		width: 435px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#about .txt {
		font-size: 105%;
		line-height: 1.8;
	}
	#about .links {
		width: 100%;
		max-width: 580px;
	}
	#about .links li {
		padding-left: 15px;
	}
	#about #sec01, #about #sec02, #about #sec03, #about #sec04 {
		margin-bottom: 40px;
	}
	#about #sec01 > .pt, #about #sec02 > .pt, #about #sec03 > .pt, #about #sec04 > .pt, #about #sec05 > .pt {
		padding-top: 0;
	}
	#about .mission dl dt {
		font-size: 25px;
		padding-bottom: 5px;
		margin-bottom: 30px;
	}
	#about .mission .nos .box {
		margin-bottom: 30px;
	}
	#about .mission .nos .box .no {
		font-size: 60px;
		width: 100px;
	}
	#about .mission .nos .box .txt {
		width: calc(100% - 100px);
	}
	#about .greeting .img {
		position: relative;
		top: auto;
		text-align: center;
		margin-bottom: 20px;
	}
	#about .greeting .gold {
		font-size: 20px;
	}
	#about .greeting .txt {
		margin-bottom: 20px;
	}
	#about .greeting .name {
		margin-bottom: 30px;
	}
	#about .company table tr th, #about .company table tr td {
		padding: 15px;
	}
	#about .company table tr td .list {
		display: block;
	}
	#about .company table tr td .list ul:first-of-type {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#about .business .box {
		width: 49%;
	}
	#about .business .box .ttl {
		font-size: 25px;
		padding: 5px 0 15px;
		margin-bottom: 20px;
	}
	#about .business .box .ttl .fs {
		font-size: 16px;
	}
	#about .business .box ul li {
		margin-bottom: 5px;
	}
	#about .business .box ul li::before {
		top: 9px;
	}
	#about .event .img {
		margin: 0 auto 20px;
	}
	#about .event .info {
		width: 100%;
	}
	#about .event .info h4 {
		font-size: 20px;
		padding-left: 20px;
		margin-bottom: 20px;
	}
	#about .event .info h4::before {
		top: 5px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#about .txt {
		font-size: 100%;
	}
	#about .links {
		flex-wrap: wrap;
		max-width: unset;
		display: grid;
		grid-template-columns: repeat(3, 33%);
		margin-bottom: 90px;
	}
	#about .links li::before {
		top: 9px;
	}
	#about .links li a {
		font-size: 14px;
	}
	#about .mission dl dt {
		font-size: 20px;
		margin-bottom: 20px;
	}
	#about .mission .nos .box .no {
		font-size: 38px;
		width: 60px;
	}
	#about .mission .nos .box .txt {
		width: calc(100% - 60px);
	}
	#about .greeting .gold {
		font-size: 16px;
	}
	#about .greeting .name {
		margin-bottom: 10px;
	}
	#about .greeting .name img {
		display: block;
		margin-left: auto;
	}
	#about .company table tr th, #about .company table tr td {
		display: block;
	}
	#about .company table tr th {
		padding-bottom: 0;
	}
	#about .company table tr td {
		padding-top: 10px;
	}
	#about .company table tr td .fm {
		font-size: 100%;
	}
	#about .company table tr td dl dt {
		padding: 5px;
		margin-bottom: 5px;
	}
	#about .company table tr td .list ul:first-of-type {
		margin-bottom: 5px;
	}
	#about .company table tr td .list ul li {
		margin-bottom: 5px;
	}
	#about .business .box {
		width: 100%;
		margin-bottom: 30px;
	}
	#about .business .box:last-of-type {
		margin-bottom: 0;
	}
	#about .business .box .ttl {
		margin-bottom: 10px;
		font-size: 23px;
	}
	#about .event .info h4 {
		font-size: 18px;
		padding-left: 15px;
	}
}