@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl,
#top_ttl picture,
#top_ttl img {
	display: block;
	width: 100%;
}
/* 会社概要 */
#company {
	overflow: visible;
	position: relative;
	z-index: 0;
}
#company h3.sub {
	margin-bottom: 60px;
}
#company table {
	width: 850px;
}
#company table tr {
	border-top: 1px solid #e5e9eb;
}
#company table tr:last-of-type {
	border-bottom: 1px solid #e5e9eb;
}
#company table tr th, #company table tr td {
	font-size: 110%;
	padding: 16px 20px;
}
#company table tr th {
	width: 150px;
	vertical-align: top;
}
#company table tr td {
	padding-left: 0;
}
#company table tr td ol {
	margin-left: 20px;
}
#company .img {
	position: absolute;
	top: 0;
	right: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 920px) );
}
@media only screen and (max-width: 1150px) {
	#company .img {
		right: -40px;
		width: 220px;
	}
}
#company .img img {
	width: 100%;
	height: 617px;
	object-fit: cover;
}
/* 事業紹介 */
#service .bg {
	position: relative;
	padding-bottom: 100px;
}
#service .bg::before {
	top: 100px;
	height: calc(100% - 100px);
	background: #f2f4f5;
	clip-path: polygon(0 10%, 100% 0%, 100% 90%, 0% 100%);
}
#service .list {
	align-items: flex-start;
}
#service .box {
	position: relative;
	width: 250px;
	background: #fff;
}
#service .box:nth-of-type(2) {
	top: -20px;
}
#service .box:nth-of-type(3) {
	top: -40px;
}
#service .box:nth-of-type(4) {
	top: -60px;
}
#service .box .img img {
	width: 100%;
}
#service .box dl {
	padding: 23px;
}
#service .box dt {
	margin-bottom: 25px;
	font-size: 29px;
	font-weight: 500;
	line-height: 1.45;
	text-align: center;
}
#service .box dd {
	font-size: 110%;
	line-height: 1.78;
}
/* 代表プロフィール */
#profile {
	position: relative;
}
#profile .img {
	position: absolute;
	top: 170px;
	left: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 680px) );
}
@media only screen and (max-width: 1150px) {
	#profile .img {
		left: -30px;
		width: 450px;
	}
}
#profile .img img {
	width: 100%;
	height: 250px;
	object-fit: cover;
}
#profile .info {
	width: 600px;
	margin-left: auto;
}
#profile .name {
	margin-bottom: 14px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--color-tbl-border);
	font-size: 16px;
	font-weight: 500;
}
#profile .list dt {
	position: relative;
	margin-bottom: 8px;
	padding-left: 20px;
	font-size: 110%;
}
#profile .list dt::before {
	content: "";
	width: 9px;
	height: 9px;
	position: absolute;
	top: 12px;
	left: 0;
	background: #6e9eaf;
}
#profile .list dd {
	font-size: 110%;
}
/* 私たちのビジョン */
#vision .bg {
	height: 45vw;
	min-height: 650px;
	padding: 30px 0 0;
	text-align: center;
	z-index: 0;
}
#vision .bg::before {
	background: url("../img/top/bg-vision.jpg") no-repeat center bottom / cover;
}
#vision dl {
	position: relative;
	z-index: 1;
}
#vision dt {
	margin-bottom: 24px;
	font-size: 38px;
	font-weight: 500;
	line-height: 1.65;
	text-align: center;
	text-shadow: 2px 2px 0 #6e9eaf;
	color: #fff;
}
#vision dd {
	font-size: 110%;
	line-height: 1.9;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#company table {
		width: calc(100% - 200px);
	}
	#company h3.sub {
		margin-bottom: 40px;
	}
	#service h3.sub {
		margin-bottom: 50px;
	}
	#service .bg {
		padding-bottom: 50px;
	}
	#service .bg::before {
		clip-path: unset;
	}
	#service .box {
		width: 24%;
	}
	#service .box dl {
		padding: 12px;
	}
	#service .box dt {
		font-size: 18px;
		margin-bottom: 15px;
	}
	#service .box dd {
		font-size: 100%;
	}
	#profile .img {
		top: 60px;
	}
	#profile .info {
		width: 100%;
		margin-top: 300px;
	}
	#profile .list dd {
		font-size: 100%;
	}
	#vision h3.sub {
		margin-bottom: 0;
	}
	#vision .bg {
		padding-top: 70px;
	}
	#vision .bg::before {
		background-position: center bottom -30px;
	}
	#vision dt {
		font-size: 23px;
	}
	#vision dd p {
		text-align: left;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#company table {
		width: 100%;
		margin-bottom: 30px;
	}
	#company table tr th, #company table tr td {
		display: block;
		width: 100%;
		padding: 10px;
		font-size: 100%;
	}
	#company table tr th {
		padding-bottom: 5px;
	}
	#company table tr td {
		padding-top: 0;
	}
	#service .list {
		align-items: stretch;
		gap: 15px 0;
	}
	#service .box {
		width: 48%;
	}
	#service .box:nth-of-type(2), #service .box:nth-of-type(3), #service .box:nth-of-type(4) {
		top: auto;
	}
	#service .box dl {
		padding: 15px;
	}
	#service .box dt {
		margin-bottom: 10px;
		font-size: 18px;
		text-align: left;
	}
	#company .img {
		position: relative;
		right: auto;
		text-align: center;
		width: 100%;
	}
	#company .img img {
		width: 100%;
		height: 250px;
		object-fit: cover;
	}
	#profile {
		display: block;
		padding-bottom: 48px;
	}
	#profile .img {
		position: relative;
		top: 0;
		left: -20px;
		width: 100%;
		margin-bottom: 24px;
	}
	#profile .img img {
		height: 200px;
	}
	#profile .info {
		margin-top: 0;
	}
	#vision h3.sub {
		margin-bottom: 30px;
	}
	#vision .bg {
		min-height: unset;
		height: auto;
		padding-top: 25px;
		padding-bottom: 120px;
	}
	#vision .bg::before {
		background-color: #DEE4F1;
		background-size: 100% auto;
		background-position: center bottom -1px;
	}
	#vision dt {
		text-align: left;
		margin-bottom: 16px;
		font-size: 20px;
	}
	#vision dd {
		font-size: 100%;
	}
}
