/* ー 代表挨拶 h2 ー */

.solicitation_h2 {
	font-size: clamp(2rem, 1.4714rem + 1.1429vw, 2.5rem);
	margin-bottom: 1.25rem;
}

.solicitation_all {
	position: relative;
	padding-top: 7.5rem;
}

.solicitation_bg-content {
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	height: calc(100% - 81rem);
	z-index: -1;
}

@media (min-width: 600px) {
	.solicitation_all {
		padding-top: 6.75rem;
	}

	.solicitation_bg-content {
		max-height: 400px;
		height: calc(100% - 43rem);
	}
}

.solicitation_bg {
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
	height: 100%;
	z-index: -1;
}
.solicitation_bg img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 75% 50%;
}

.solicitation_gradient {
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	width: 100vw;
	height: 100%;
	z-index: -1;
	background: linear-gradient(150deg, #5FC4CF, #4A9ED9 51%, #175AC4);
	opacity: .7;
}

.solicitation_bg-text {
	font-size: clamp(1.5rem, 0.788rem + 1.9vw, 2.5rem);
	font-weight: var(--fw-lg);
	color: var(--c-light);
	margin-left: 1rem;
	margin-bottom: 7rem;
	max-width: 38.25rem;
}

@media (min-width: 600px) {
	.solicitation_bg-text {
		margin-left: 3.25rem;
		margin-bottom: 8rem;
	}
}

.solicitation_text-all div:not(:last-child) {
	margin-bottom: 1.5rem;
}

.solicitation_text-all div:last-child {
	margin-bottom: 1rem;
}

.solicitation_text-content {
	background: var(--c-light);
	padding: 1rem;
	box-shadow: 2px 2px 4px rgba(0, 0, 0, .25);
	border-radius: 10px;
}

.solicitation_text-content h3 {
	font-weight: var(--fw-lg);
	font-size: 1.5rem;
	line-height: var(--lh-sm);
	margin-bottom: 1rem;
	padding-bottom: .5rem;
	border-bottom: 1px solid #B9B9B9;
}

.solicitation_text-content li:not(:last-child) {
	margin-bottom: 1rem;
}

@media (min-width: 600px) {
	.solicitation_text-content li:not(:last-child) {
		margin-bottom: .5rem;
	}
}

@media (min-width: 900px) {
	.solicitation_text-right {
		text-align: right;
	}
}