@charset "UTF-8";

.greeting__block__heading small {font-size: 0.6em;}


/* #region MARK:代表者挨拶｜役員紹介（greeting-executives） */
.greeting-executives {
	display: grid;
	gap: 3rem;
	margin-bottom: 6rem;
}
.greeting-executives__item {
	position: relative;
}
.greeting-executives__picture {}
.greeting-executives__img {
width: 100%;
display: block;
height: auto;
-ms-interpolation-mode: bicubic;
shape-margin: 1em;
font-style: italic;
object-fit: cover;
background-repeat: no-repeat;
vertical-align: middle;
}
.greeting-executives__caption {
	background-color: rgba(232, 240, 243, 0.4);
	width: 19rem;
	padding: 1rem;
	line-height: 1.6;
	position: absolute;
	z-index: 1;
	left: -1rem;
	bottom: -3rem;
}
.greeting-executives__role {
	font-size: 0.8em;
	display: block;
}
.greeting-executives__name {
	white-space: nowrap;
	display: block;
}
.greeting-executives__name-en {
	font-size: 0.8em;
	white-space: nowrap;
	margin-top: 0rem;
	display: block;
}
.greeting-executives__break {}
/* #endregion */

/* #region MARK:レスポンシブ（1025px〜） */
@media screen and (min-width: 1025px) {
  .greeting-executives {
	grid-template-columns: 1fr 1fr;
	gap: 6rem;
}
  .greeting-executives__item {}
  .greeting-executives__picture {}
  .greeting-executives__img {}
  .greeting-executives__caption {
	left: -3rem;
}
  .greeting-executives__role {}
  .greeting-executives__name {}
  .greeting-executives__name-en {}
  .greeting-executives__break {}
}
/* #endregion */
