@charset "utf-8";
/*
Theme Name:Beyond child
Theme URI:
Description:WordPressテーマ「Beyond」の自作子テーマです。
Template:beyond_tcd094
Author:Nisshin Kinzoku
Author URI:http://tcd-theme.com/
Version:1.11
*/


/* --- ヘッダーコンテンツ --- */
#index_header_content .content_item { background: rgba(255,255,255,0.5); }
#index_header_content .content_item .num { color: #FFF !important; }

/* h2 span フォント装飾 */
#index_header_content h2 {
	background: url(https://nisshinkinzoku.jp/wp-content/uploads/2025/03/h2-keyword.png) no-repeat top / contain;
	max-width: 800px;
	margin: 0 auto;
}
#index_header_content .catch {
	font-weight: bold !important;
	letter-spacing: 3px;
	position: absolute;
	bottom: -400px !important;
	right: 0;
	left: 0;
	margin: 0 auto;
	background: linear-gradient(135deg, #f88400 50%, #4d9bc1 50%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	text-shadow: -1.5px -1.5px #ffffff;
}
/* レスポンシブ対応 */
@media only screen and (min-width: 751px) {
	#index_header_content h2 {
		height: 200px;
	}
	#index_header_content .catch {
		bottom: -380px !important;
	}
}
@media only screen and (min-width: 1200px) {
	#index_header_content h2 {
		height: 250px;
	}
	#index_header_content .catch {
		bottom: -400px !important;
	}
}

/* SP */
@media screen and (max-width: 750px) {
	#index_header_content h2 {
		height: 130px;
	}
	#index_header_content .catch {
		font-size: 20px !important;
		padding: 0 10px !important;
		bottom: -300px !important;
	}
}


/* 実績カウントHOME */
#index_header_content .cb_data_content {
 	padding: 0;
	justify-content: flex-start;
}
#index_header_content .cb_data_content .headline {
    border-radius: 10px 10px 0 0;
    padding: 20px 0 !important;
	color: #FFF;
}

#index_header_content .content_item:nth-child(1) {
	background: url(https://nisshinkinzoku.jp/wp-content/uploads/2025/03/flex-jisseki-dou.jpg) center bottom / cover;
}
#index_header_content .content_item:nth-child(2) {
	background: url(https://nisshinkinzoku.jp/wp-content/uploads/2025/03/flex-jisseki-battery.jpg) center bottom / cover;
}
#index_header_content .content_item:nth-child(3) {
	background: url(https://nisshinkinzoku.jp/wp-content/uploads/2025/03/flex-jisseki-alumi.jpg) center bottom / cover;
}

#index_header_content .content_item:nth-child(1).cb_data_content .headline {
	background: rgb(255 214 0 / 90%);
}
#index_header_content .content_item:nth-child(2).cb_data_content .headline {
	background: rgb(241 90 36 / 90%);
}
#index_header_content .content_item:nth-child(3).cb_data_content .headline {
	background: rgb(102 173 9 / 90%);
}
.cb_data_content .num_area {
	padding: 0 10px;
}
#index_header_content .content_item .unit {
	color: #FFF !important;
	font-size: 18px;
}
#index_header_content .cb_data_content .desc {
	width: fit-content;
	color: #FFF !important;
	background: #f77400;
	font-weight: bold;
	padding: 0.25rem 1.25rem;
	margin: 10px auto !important;
	border-radius: 10px;
}



/* --- HOME フリースペースエリア --- */
.cb_free_space.num1 h2 {
	margin-top: 0;
}
/* SP */
@media screen and (max-width: 750px) {
	.cb_free_space .free-logo {
		width: 80px;
	}
}

/* --- サービスカルーセルエリア --- */
.cb_service_list h2 {
	padding-top: 160px;
	background: url(https://nisshinkinzoku.jp/wp-content/uploads/2025/03/h2-chara02.png) top center / 130px no-repeat;
}
/* SP */
@media screen and (max-width: 750px) {
	.cb_service_list h2 {
		background-size: 80px;
		background-position: center;
	}
}
#cb_content_3 .cb_header p.desc {
	text-align: right;
	color: #ff0000;
	font-weight: bold;
}


/* --- footer.php グループ企業エリア --- */
.container-3 {
	max-width: 1310px;
	margin: 30px auto 0;
	display: flex;
	flex-wrap: wrap; /* 折返し指定 */
	flex-direction: row;
	align-items: flex-start;
	justify-content: center;
	padding: 15px;
	gap: 0px;
}
@media (max-width: 768px) {
    .container-3 {
        flex-direction: column;
    }
}
@media (max-width: 768px) {
	.container-3 .text, .image {
		flex: none;
		width: 100%;
	}
}
@media (min-width: 680px) {
	.text {
		width: calc(32% - 10px);
		position: relative;
		padding: 10px;
    }
}
.visible {
	opacity: 1;
	transform: translateY(0);
}
.container-3 .text {
	/*flex: 1;*/
}
.group01, .group02,
.group03, .group04,
.group05 { padding: 10px 5px; }


/* --- プラグイン --- */
/* Wordpress Popular Post */
/*.wpp-list {
	display: flex;
	justify-content: center;
}
.wpp-list li {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}*/
/* SP */
@media screen and (max-width: 750px) {
	.wpp-list {
		gap: 10px;
		margin: 0 !important;
	}
}

/* --- デフォルトクラス --- */
.post_content .aligncenter { text-align: center; }

/* --- アニメーション --- */
/* ふわふわ */
.fuwafuwa {	animation: fuwa 2.5s ease-in-out infinite; }
@keyframes fuwa {
	0% { transform: translateY(0px); }
	50% { transform: translateY(-30px); }
	100% { transform: translateY(0px); }
}
/* ゆらゆら */
.yurayura {	animation: yura 2.5s ease-in-out infinite alternate; }
@keyframes yura {
	0% { translate: -20px; rotate: -30deg; }
	100% { translate: 20px; rotate: 30deg; }
}


/* --- カテゴリーラベル背景色変更 --- */
.case_list a.category[href*="/reuse"] {
	background: #3fa9f5 !important;
}
.case_list a.category[href*="/export"] {
	background: #f15a24 !important;
}

/* --- hタグ装飾 / Aboutページ再度menu装飾 --- */
.design_headline:before,
#about_page_menu a:before {
	background: #f3b80a !important;
}