@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
#top_greeting {
	position: relative;
}
#top_greeting .img {
	position: absolute;
	left: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 650px) );
}
@media only screen and (max-width: 1150px) {
	#top_greeting .img {
		left: -30px;
		width: 500px;
	}
}
#top_greeting .img img {
	width: 100%;
	height: 450px;
	object-fit: cover;
	border-radius: 0 50px 0 0;
}
#top_greeting .info {
	width: 585px;
	margin-left: auto;
}
#top_greeting .info dl dt {
	background : rgba(235, 240, 243, 0.8);
	color: var(--color-primary);
	font-size: 30px;
	text-align: center;
	letter-spacing: 5px;
	padding: 8px 0 12px;
	margin-bottom: 30px;
}
#top_greeting .info dl dd .txt {
	font-size: 110%;
}
#top_service .box::before {
	background: url("../img/top/bg01.jpg") no-repeat center / cover;
	border-radius: 60px 0 0 0;
}
#top_service .box:nth-of-type(2)::before {
	background-image: url("../img/top/bg02.jpg");
	border-radius: 0 0 60px 0;
}
#top_service .box::after {
	content: "SERVICE";
	position: absolute;
	top: auto;
	display: inline-block;
	bottom: 0;
	height: auto;
	width: auto;
	font-size: 100px;
	color : rgba(255, 255, 255, 0.7);
	line-height: 0.6;
	letter-spacing : 10px;
	font-family: var(--font-com);
}
#top_service .box:nth-of-type(2)::after {
	content: "COMPANY";
	top: 17px;
	bottom: auto;
	left: auto;
	right: 0;
}
@media only screen and (max-width: 1150px) {
	#top_service .box:nth-of-type(2)::after {
		margin-left: 0;
		margin-right: -25px;
	}
}
#top_service .box .info {
	width: 500px;
	background: #fff;
	margin-left: auto;
	padding: 50px 50px 70px;
	position: relative;
	box-shadow: 10px 10px 0 rgba(255,255,255,0.5);
}
#top_service .box:nth-of-type(2) .info {
	margin-left: 0;
}
#top_service .box .info .btn01 a {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_service .box .info h3 {
	font-weight: normal;
	font-size: 35px;
	color: var(--color-primary);
	line-height: 1;
	margin-bottom: 30px;
	letter-spacing : 7px;
}
#top_service .box .info h3::before, #top_service .box .info h3::after {
	content: "";
	width: 2px;
	height: 30px;
	background: var(--color-primary);
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_service .box .info h3::after {
	top: 0;
	height: 15px;
	background: var(--color-secondary);
}
#top_service .box .info .txt {
	font-size: 110%;
}
#top_recruit .box {
	background: url("../img/top/bg-recruit.jpg");
	width: 800px;
	height: 200px;
	border: 1px solid #81d4f8;
	border-radius: 100px 0;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
#top_recruit .box::before, #top_recruit .box::after {
	content: "";
	width: 2px;
	height: 30px;
	background: var(--color-primary);
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#top_recruit .box::after {
	top: 0;
	height: 15px;
	background: var(--color-secondary);
}
/* お知らせ */
#top_info {
	margin-bottom: 30px;
}
#top_info .list {
	width: 850px;
}
#top_info dl {
	border-top: 1px solid #E1E1E1;
	padding: 30px 0;
	font-size: 110%;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #E1E1E1;
}
#top_info dl dt {
	color: var(--color-primary);
}
@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: 150px;
		text-align: center;
	}
	#top_info dd {
		width: calc(100% - 150px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_greeting .img {
		position: relative;
		text-align: center;
		left: auto;
		width: 100%;
		margin-bottom: 20px;
	}
	#top_greeting .img img {
		border-radius: 20px;
		width: 50%;
		height: auto;
	}
	#top_greeting .info {
		width: 100%;
	}
	#top_greeting .info dl dt {
		font-size: 25px;
	}
	#top_service .box::after {
		font-size: 50px;
		bottom: 1px;
	}
	#top_service .box:nth-of-type(2)::after {
		top: 8px;
	}
	#top_service .box .info {
		width: 500px;
		padding: 40px 40px 60px;
	}
	#top_service .box .info h3 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#top_recruit .box {
		width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_greeting .img img {
		width: 80%;
	}
	#top_greeting .info dl dt {
		font-size: 20px;
		letter-spacing: 1px;
		margin-bottom: 20px;
	}
	#top_greeting .info dl dd .txt {
		font-size: 100%;
	}
	#top_service .box::after {
		display: none;
	}
	#top_service .box .info {
		width: 90%;
		padding: 30px 20px 40px;
	}
	#top_service .box .info .txt {
		font-size: 100%;
	}
	#top_service .box .info .btn01 a {
		bottom: -26px;
	}
	#top_recruit .box {
		height: 150px;
		border-radius: 50px 0;
	}
	#top_info .list {
		width: 100%;
	}
	#top_info dl {
		padding: 15px 0;
		font-size: 100%;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_greeting .info dl dt {
		font-size: 17px;
		letter-spacing: 0;
	}
}