@charset "utf-8";

/*------------------------------*/
/* ページ固有設定*/
/*------------------------------*/

/* メインヘッダー画像 */
.main_header_bg {
	background-image: url('/image/about_header_image_no.png');
	background-image: url('/image/about_header_image.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* 代表者名前SVG */
.representative_picture {
	width: 100%;
	max-width:300px;
}

/*------------------------------*/
/* 社訓 */
.company_icon {
	position: absolute;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
}

/*------------------------------*/
/* 会社の取り組みの固定背景 */
.company_initiatives_bg {
	background-image: url('/image/company_initiatives_bg_no.png');
	background-image: url('/image/company_initiatives_bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* 会社の取り組みの子要素枠 */
.background_frame_box {
	padding: 20px;
	border-left: 10px solid #5bb431;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
	background-color: #fff;
	border-radius: 4px;
}

/* フッターの固定背景上部のグラデーション */
.about_footer_bg_cover {
	position: absolute;
	top:0px;
	left:0px;
	width:100%;
	height: auto;
}

/* フッターの固定背景 */
.about_footer_bg {
	background-image: url('/image/about_footer_bg_no.png');
	background-image: url('/image/about_footer_bg.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

/* フッターの固定文字 */
.background_frame_text {
	position: absolute;
	top:60%;
	left:0%;
	width:100%;
	height: auto;
	text-align: center;
	color:#ffffff;
}