@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_greeting {
	padding: 180px 0;
	position: relative;
}
#top_greeting::before, #top_greeting::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 150px;
	background: #edf0f5;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
}
#top_greeting::after {
	top: auto;
	bottom: 0;
	clip-path: polygon(100% 100%, 0% 100%, 100% 0);
}
#top_greeting .txt {
	font-size: 110%;
	line-height: 2.18;
}
#top_company {
	background: url("../img/top/bg-company.jpg") no-repeat center /cover;
}
#top_company h3.sub {
	color: #fff;
	text-align: left;
}
#top_company table {
	width: 700px;
	color: #fff;
	font-size: 110%;
}
#top_company table tr {
	border-top: 1px solid #fff;
}
#top_company table tr:last-of-type {
	border-bottom: 1px solid #fff;
}
#top_company table tr th, #top_company table tr td {
	padding: 24px;
}
#top_company table tr td a {
	color: #1ca2ff;
	text-decoration: underline;
}
#top_info .img {
	position: absolute;
	left: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 700px) );
}
@media only screen and (max-width: 1150px) {
	#top_info .img {
		left: -30px;
		width: 470px;
	}
}
#top_info .img img {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}
#top_info .info {
	width: 600px;
	margin-top: 30px;
	margin-left: auto;
}
#top_info .info h3 {
	font-size: 40px;
	color: #233b6c;
	font-weight: normal;
	margin-bottom: 50px;
}
#top_info dl {
	background: #edf0f5;
	padding: 20px;
	margin-bottom: 10px;
}
#top_info dt {
	color: var(--color-secondary);
}
#top_info dd {
	font-size: 110%;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_greeting {
		padding: 100px 0
	}
	#top_greeting::before, #top_greeting::after {
		height: 100px;
	}
	#top_company h3.sub {
		text-align: center;
		width: 100%;
	}
	#top_company table {
		width: 100%;
	}
	#top_company table tr th, #top_company table tr td {
		padding: 15px;
	}
	#top_info {
		margin-bottom: 40px;
	}
	#top_info .img {
		position: relative;
		left: auto;
		margin: 0 auto 20px;
	}
	#top_info .info {
		width: 100%;
		margin-top: 0;
	}
	#top_info .info h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_greeting {
		padding: 50px 0;
	}
	#top_greeting::before, #top_greeting::after {
		height: 50px;
	}
	#top_greeting .txt {
		line-height: 1.8;
		font-size: 100%;
	}
	#top_company table {
		font-size: 100%;
	}
	#top_company table tr th, #top_company table tr td {
		display: block;
	}
	#top_company table tr th {
		padding: 10px 0 0;
	}
	#top_company table tr td {
		padding: 5px 0 10px;
	}
	#top_info .info h3 {
		font-size: 25px;
	}
	#top_info .img {
		width: 100%;
	}
	#top_info dl {
		padding: 10px;
	}
	#top_info dd {
		font-size: 100%;
	}
}