


@charset "UTF-8";
/*
 =========================================================
企業情報カテゴリー改修 2024年3月
 =========================================================
*/

.fs-10 { font-size: 10px; }

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-70 { margin-top: 70px; }

@media screen and (max-width: 767px) {
	.mt-50 { margin-top: 40px; }
}

.pl-18 { padding-left: 18px; }

.center {
	text-align: center;
}

.right {
	width: fit-content;
	margin-left: auto;
}

.right li {
	width: fit-content;
	margin-left: auto !important;
}

.right li:not(:first-child) {
	margin-top: 5px !important;
}

.picture-link {
	position: relative;
}

.picture-link-250 {
	height: 250px;
}

@media screen and (max-width: 767px) {
	.picture-link-250 {
		height: 238px;
	}
}

.picture-link-250 img {
	display: block;
	width: 100%;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
}

.picture-link a {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

.picture-link a:hover {
	opacity: 0.7;
}

.picture-link a .common__link-a {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
}

.layout-flex-01 {
	display: flex;
	gap: 22px;
}

.layout-flex-02 {
	display: flex;
	gap: 20px;
}

@media screen and (max-width: 767px) {
	.layout-flex-01 {
		flex-direction: column;
	}

	.layout-flex-02 {
		flex-direction: column;
		gap: 16px;
	}
}

.layout-flex-01 .picture,
.layout-flex-02 .picture {
	width: 48%;
}

.layout-flex-01 .body {
	width: calc(100% - 48% - 22px);
}

.layout-flex-02 .body {
	width: calc(100% - 48% - 20px);
}

@media screen and (max-width: 767px) {
	.layout-flex-01 .picture,
	.layout-flex-01 .body,
	.layout-flex-02 .picture,
	.layout-flex-02 .body {
		max-width: 600px;
		width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}

.layout-grid-01 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 12px;
}

@media screen and (max-width: 600px) {
	.layout-grid-01 {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.layout-grid-01 .picture img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: center;
}

.layout-grid-01 .item-bottom {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.layout-grid-01 .picture-magazin img {
	max-width: 260px;
	width: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 600px) {
	.layout-grid-01 .picture-magazin img {
		max-width: 350px;
	}
}

.layout-grid-02 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 30px 26px;
}

@media screen and (max-width: 600px) {
	.layout-grid-02 {
		grid-template-columns: 1fr;
		gap: 24px;
	}
}

.sns-items {
	background-color: #F2F2F2;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 40px;
	gap: 30px;
}

@media screen and (max-width: 600px) {
	.sns-items {
		max-width: 400px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		flex-direction: column;
		gap: 20px;
		padding: 24px 20px;
	}
}

/* リンクA の共通パーツ */
.common__link-a {
	display: inline-block;
	background-color: #cc0022;
	margin-right: auto;
	margin-left: auto;
}

.common__link-a a,
.common__link-a span,
.common__link-a-layout {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: inherit;
	padding: 10px 18px;
	transition: all 0.3s;
}

.common__link-a-text {
	color: #fff;
	line-height: 1.5;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (min-width: 1024px) {
	.common__link-a-text {
		font-size: 20px;
	}
}

@media screen and (max-width: 767px) {
	.common__link-a-text {
		font-size: 16px;
	}
}

@media screen and (max-width: 600px) {
	.common__link-a-text {
		font-size: 14px;
	}
}

.common__link-a-arrow {
	max-width: 8px;
	max-height: 14px;
	width: 100%;
	height: 100%;
	margin-left: 30px;
}

@media screen and (max-width: 767px) {
	.common__link-a-arrow {
		margin-left: 16px;
	}
}

.common__link-a-arrow img {
	width: 100%;
	height: 100%;
}

/* 企業情報のトップページで使用 */
.global-banner__bar {
	border-bottom: 1px solid #ba000e;
	padding-bottom: 4px;
	margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
	.global-banner__bar {
		margin-bottom: 20px !important;
	}
}

.global-banner__items {
	display: flex;
	flex-direction: column;
	gap: 50px;
}

@media screen and (max-width: 767px) {
	.global-banner__items {
		display: flex;
		flex-direction: column;
		gap: 30px;
	}
}
.global-banner--white {
	background-color: #fff;
	padding: 0 !important;
}

/* 未来へのアクションのバナーで使用 */
.picture-link .future {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

@media screen and (max-width: 600px) {
	.picture-link .future {
		left: 3%;
	}
}

.picture-link .future-title {
	font-size: 18px;
	line-height: 1.5;
	color: #fff;
}

@media screen and (max-width: 600px) {
	.picture-link .future-title {
		font-size: 12px;
	}
}

.picture-link .future-black-title {
	margin-top: 1.25rem;
	padding: 4px 8px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	background-color: #000;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.picture-link .future-black-title {
		margin-top: 1rem;
		font-size: 18px;
		padding: 3px 6px;
	}
}

/* 重点事業ページで使用 */
.priorit-business-item {
	background-color: #E6F7FF;
	padding: 20px 20px 30px;
}

.priorit-business-item:nth-child(1) .priorit-business-icon img {
	max-width: 43px;
	max-height: 49px;
	width: 100%;
	height: 100%;
}

.priorit-business-item:nth-child(2) .priorit-business-icon img {
	max-width: 47px;
	max-height: 48px;
	width: 100%;
	height: 100%;
}

.priorit-business-item:nth-child(3) .priorit-business-icon img {
	max-width: 31px;
	max-height: 42px;
	width: 100%;
	height: 100%;
}

.priorit-business-item:nth-child(4) .priorit-business-icon img {
	max-width: 49px;
	max-height: 46px;
	width: 100%;
	height: 100%;
}

.priorit-business-item:nth-child(5) .priorit-business-icon img {
	max-width: 31px;
	max-height: 46px;
	width: 100%;
	height: 100%;
}

.priorit-business-item:nth-child(6) .priorit-business-icon img {
	max-width: 49px;
	max-height: 46px;
	width: 100%;
	height: 100%;
}

.priorit-business-item:nth-child(7) .priorit-business-icon img {
	max-width: 49px;
	max-height: 31px;
	width: 100%;
	height: 100%;
}

.priorit-business-item:nth-child(8) .priorit-business-icon img {
	max-width: 41px;
	max-height: 39px;
	width: 100%;
	height: 100%;
}

.priorit-business-head {
	display: flex;
	gap: 12px;
	align-items: center;
}

.priorit-business-icon {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.priorit-business-title {
	width: calc(100% - 12px - 50px);
	color: #0F7EBB;
	font-size: 16px;
}

.foot {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 0.7em;
}

#fb .body01 .foot .lh-01 {
	line-height: 1 !important;
}

.foot .se-link-list01-t {
	margin: 0;
}
