@charset "UTF-8";

/* =========================================================
   ClassNK CHEMISYS
   /hp/ja/activities/portal/chemisys.html

   Hero title uses ClassNK common c-hero / c-hero__title.
========================================================= */

/* =========================================================
   Background-image-free Hero
   PrimeShipと同様、共通 .c-hero / .c-hero__title を使用し、
   ページ固有CSSではHeroの高さと背景のみ補完する。
========================================================= */

.p-ac-chemisys .p-ac-chemisys-hero {
	min-height: 180px;
	display: flex;
	align-items: center;
	background: #eef3f7;
}

@media screen and (max-width: 767px) {
	.p-ac-chemisys .p-ac-chemisys-hero {
		min-height: 120px;
	}
}

/* Existing CHEMISYS image: responsive safeguard only */
.p-ac-chemisys .c-textImage__image img {
	max-width: 100%;
	height: auto;
}
