@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_msg  {
	position: relative;
}
#top_msg .img {
	position: absolute;
	right: -650px;
	top: 115px;
}
#top_msg .info {
	width: 650px;
}
#top_msg .info .txt {
	font-size: 110%;
	line-height: 2.18;
}
#top_msg .info .name {
	text-align: right;
	font-size: 20px;
}
/* コンテンツ */
#top_contents .box {
	position: relative;
	min-height: 500px;
	margin-bottom: 120px;
}
#top_contents .box:last-of-type::before {
	content: "";
	background: url("../img/top/bg-company.png") no-repeat center / 100% auto;
	width: 903px;
	height: 632px;
	display: block;
	position: absolute;
	top: -30px;
	left: -550px;
}
#top_contents .box .img {
	position: absolute;
	left: calc(50% - 50vw);
	width: calc( (100vw - 1100px) / 2 + (1100px - 500px) );
}
#top_contents .box:last-of-type .img {
	left: auto;
	right: calc(50% - 50vw);
}
@media only screen and (max-width: 1150px) {
	#top_contents .box {
		min-height: 430px;
	}
	#top_contents .box .img {
		left: -30px;
		width: 600px;
	}
	#top_contents .box:last-of-type .img {
		left: auto;
		right: -30px;
	}
}
#top_contents .box .img img {
	width: 100%;
	max-height: 500px;
	object-fit: cover;
}
#top_contents .box .info {
	width: 600px;
	background: url("../img/top/waku03.png") no-repeat right top, rgba(255,255,255,0.9) url("../img/top/waku04.png") no-repeat left bottom;
	padding: 50px 50px 70px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
}
#top_contents .box:last-of-type .info {
	background: url("../img/top/waku02.png") no-repeat right bottom, rgba(255,255,255,0.9) url("../img/top/waku01.png") no-repeat left top;
	right: auto;
	left: 0;
}
#top_contents .box .info h3.sub {
	line-height: 1;
}
#top_contents .box .info .txt {
	font-size: 110%;
}
#top_contents .box .info .btn01 {
	margin-bottom: 0;
	position: absolute;
	right: 50px;
	bottom: -30px;
}
#top_recruit {
	position: relative;
}
#top_recruit::before {
	content: "";
	display: inline-block;
	height: 20px;
	width: 1px;
	background: var(--color-primary);
	top: 90px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	z-index: 1;
}
#top_recruit .bg_white {
	width: 600px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	padding: 50px;
}
#top_recruit .bg_white::before, #top_recruit .bg_white::after {
	content: "";
	background: url("../img/top/recruit01.png") no-repeat center / 100% auto;
	width: 484px;
	height: 429px;
	position: absolute;
	display: inline-block;
	top: -60px;
	z-index: -1;
}
#top_recruit .bg_white::before {
	left: -410px;
}
#top_recruit .bg_white::after {
	background-image: url("../img/top/recruit02.png");
	width: 538px;
	height: 441px;
	top: -75px;
	right: -485px;
}
#top_recruit .bg_white h3.sub {
	line-height: 1;
}
#top_recruit .bg_white .txt {
	font-size: 110%;
	line-height: 2.18;
}
#top_recruit .bg_white .btn01 {
	position: absolute;
	margin-bottom: 0;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/* お知らせ */
#top_info {
	margin-bottom: 20px;
}
#top_info h3.sub {
	font-size: 42px;
}
#top_info .list {
	width: 900px;
	margin: 0 auto;
}
#top_info dl {
	padding: 30px 25px;
	background: #fff;
	margin-bottom: 20px;
}
#top_info dl dt {
	color: var(--color-secondary);
}
@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_msg .img {
		width: 90%;
		top: 10%;
		right: -55%;
	}
	#top_msg .info {
		width: 60%;
	}
	#top_msg .info .txt {
		line-height: 1.8;
		font-size: 105%;
	}
	#top_msg .info .name {
		margin-bottom: 0;
	}
	#top_contents .box {
		margin-bottom: 50px;
		min-height: 40vw;
	}
	#top_contents .box:last-of-type {
		margin-bottom: 0;
	}
	#top_contents .box:last-of-type::before {
		width: 450px;
		height: 315px;
		display: block;
		position: absolute;
		top: -15px;
		left: -225px;
	}
	#top_contents .box .img {
		width: 60%;
	}
	#top_contents .box .info {
		width: 60%;
		padding: 20px 20px 30px;
	}
	#top_contents .box .info h3.sub {
		margin-bottom: 15px;
	}
	#top_contents .box .info .txt {
		font-size: 105%;
	}
	#top_recruit::before {
		top: 40px;
	}
	#top_recruit .bg_white {
		padding: 20px 20px 30px;
		width: 450px;
	}
	#top_recruit .bg_white::before {
		width: 242px;
		height: 215px;
		left: -200px;
		top: 0;
	}
	#top_recruit .bg_white::after {
		width: 270px;
		height: 220px;
		top: -10px;
		right: -220px;
	}
	#top_recruit .bg_white h3.sub {
		margin-bottom: 15px;
	}
	#top_info h3.sub {
		font-size: 30px;
	}
	#top_info .list {
		width: 100%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg .img {
		position: relative;
		margin: 0 auto;
		right: -25%;
		width: 100%;
	}
	#top_msg .img img {
		width: 150%;
		max-width: 150%;
	}
	#top_msg .info {
		width: 100%;
	}
	#top_msg .info .txt {
		font-size: 100%;
		position: relative;
		top: -40px;
		margin-bottom: -25px;
		z-index: 1;
	}
	#top_msg .info .name {
		font-size: 18px;
	}
	#top_contents .box {
		margin-bottom: 80px;
		padding-top: 45vw;
	}
	#top_contents .box:last-of-type {
		margin-bottom: 30px;
	}
	#top_contents .box .img {
		width: 100%;
		top: 0;
		left: -20px;
	}
	#top_contents .box:last-of-type::before {
		left: -264px;
		top: -45px;
	}
	#top_contents .box:last-of-type .img {
	}
	#top_contents .box .info {
		position: relative;
		padding: 15px 15px 20px;
		transform: unset;
		width: 95%;
		margin-left: auto;
	}
	#top_contents .box:last-of-type .info {
		margin-left: 0;
		margin-right: auto;
	}
	#top_contents .box .info .txt {
		font-size: 100%;
	}
	#top_contents .box .info .btn01 {
		bottom: -20px;
		right: 15px;
	}
	#top_contents .box .info .btn01 a {
		width: 200px;
		line-height: 32px;
	}
	#top_recruit {
		padding-top: 200px;
	}
	#top_recruit::before {
		top: 190px;
	}
	#top_recruit .bg_white {
		width: 100%;
		padding: 15px 15px 20px;
	}
	#top_recruit .bg_white .btn01 {
		bottom: -20px;
	}
	#top_recruit .bg_white .btn01 a {
		width: 200px;
		line-height: 32px;
	}
	#top_recruit .bg_white::before {
		width: 194px;
		height: 172px;
		left: -18px;
		top: -162px;
	}
	#top_recruit .bg_white::after {
		width: 216px;
		height: 176px;
		top: -147px;
		right: -52px;
	}
	#top_recruit .bg_white .txt {
		font-size: 100%;
		line-height: 1.8;
	}
	#top_info h3.sub {
		font-size: 23px;
	}
	#top_info dl {
		padding: 15px;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */
	#top_recruit .bg_white::before {
		left: -45px;
	}
	#top_recruit .bg_white::after {
		right: -80px;
	}
}