@charset "UTF-8";
/*----------
	top
	- サイトトップ
----------*/
.un-newermachines {
	margin-top: -30px;
	padding-bottom: 46px;
	background: #fff;
	border-bottom-right-radius: 30px;
	border-bottom-left-radius: 30px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}
.un-newermachines__inner {
	width: 100%;
	max-width: 1240px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 5.3333333333%;
	padding-right: 5.3333333333%;
	padding-top: 68px;
}
@media (min-width: 768px), print {
	.un-newermachines__inner {
		padding-left: 20px;
		padding-right: 20px;
	}
}
.un-newermachines__title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-bottom: 35px;
	color: var(--color-seco);
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}
.un-newermachines__title::before, .un-newermachines__title::after {
	content: "";
	display: inline-block;
	width: 64px;
	min-width: 64px;
	height: 20px;
	background: url(/assets/images/common/bg_title_line.svg) no-repeat center center/cover;
}
.un-newermachines__title::before {
	margin-right: 20px;
}
.un-newermachines__title::after {
	margin-left: 20px;
}
.un-newermachines__list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 15px;
}
.un-newermachines__item {
	width: calc((100% - 15px) / 2);
}
.un-newermachines__item a {
	display: block;
	border: solid 1px var(--color-border);
	border-radius: 15px;
}
@media (min-width: 768px), print {
	.un-newermachines {
		margin-top: -50px;
		padding-bottom: 80px;
		border-bottom-right-radius: 50px;
		border-bottom-left-radius: 50px;
		box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	}
	.un-newermachines__inner {
		padding-top: 120px;
	}
	.un-newermachines__title {
		margin-bottom: 50px;
		font-size: 3.2rem;
	}
	.un-newermachines__title::before, .un-newermachines__title::after {
		width: 77px;
		height: 24px;
	}
	.un-newermachines__title::before {
		margin-right: 25px;
	}
	.un-newermachines__title::after {
		margin-left: 25px;
	}
	.un-newermachines__list {
		gap: 50px 40px;
	}
	.un-newermachines__item {
		width: calc((100% - 80px) / 3);
	}
	.un-newermachines__item a {
		border-radius: 25px;
		transition: 0.3s;
		opacity: 1;
	}
	.un-newermachines__item a:hover {
		opacity: 0.7;
	}
}
/*# sourceMappingURL=top.css.map */
