/* ==================================================
	secondary_navi
================================================== */

@media screen and (max-width: 1023px) {
	.secondary_navi .local_navi_menu {
		background: #fff;
	}
	.local_navi_menu > h2 {
		display: block;
		font-size: 16px;
	}
	.local_navi_menu > * {
		padding: 12px 16px;
		border-top: 1px solid #e8e8e8;
	}
}





/* ==================================================
	linux
================================================== */

.linux {
	display: grid;
	gap: 20px 30px;
	padding: 30px 20px;
	background: #EDF1F3;
}

@media screen and (min-width: 1024px) {
	.linux {
		grid-template-columns: 1fr auto;
		align-items: center;
		padding: 30px;
	}
	.linux .link .button {
		white-space: nowrap;
	}
}





/* ==================================================
	ai_model_list
================================================== */

.ai_model_list {
	color: #fff;
	background: #000;
}
.ai_model_list .media img {
	object-fit: cover;
	width: 100%;
}
.ai_model_list .cont {
	padding: 30px 20px;
}

@media screen and (min-width: 768px) {
	.ai_model_list .cont {
		padding: 40px 30px;
	}
}

@media screen and (min-width: 1024px) {
	.ai_model_list {
		position: relative;
	}
	.ai_model_list .cont {
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		padding: 40px 0 40px 40px;
	}
}





/* ==================================================
	linkBox
================================================== */

.linkBox {
	display: grid;
	gap: 20px;
}
.linkBox .cont {
	padding: 30px 20px;
}

@media screen and (min-width: 768px) {
	.linkBox {
		grid-template-columns: repeat(2, 1fr);
	}
	.linkBox .cont {
		padding: 40px 30px;
	}
}

@media screen and (min-width: 1024px) {
	.linkBox .cont {
		padding: 40px;
	}
}





/* ==================================================
	bnr_embedded
================================================== */

.bnr_embedded > a {
	display: grid;
	gap: 30px;
	transition: .2s;
	padding: 30px 20px;
	color: #fff;
	background: #000;
}
.bnr_embedded > a:link,
.bnr_embedded > a:visited,
.bnr_embedded > a:hover {
	color: #fff !important;
	text-decoration: none;
}
.bnr_embedded > a:hover img {
	opacity: .7;
}
.bnr_embedded > a:hover .c-button__text::after {
	width: 100%;
}
.bnr_embedded > a:hover .c-button__arrow::after {
	right: 0;
}
.bnr_embedded .media {
	text-align: center;
}

@media screen and (min-width: 720px) {
	.bnr_embedded > a {
		grid-template-columns: repeat(2, 1fr);
		align-items: center;
	}
}

@media screen and (min-width: 1024px) {
	.bnr_embedded > a {
		column-gap: 40px;
		padding: 20px 40px;
	}
}
