@charset "utf=8";

/* ==========================================

========================================== */

.voice01 {
    padding: 10rem 0 13rem;
}

.voice01-text-block {
	text-align: center;
}

.voice01-grid {
	margin: 8rem auto 0;
}

.voice01-item {
    padding: 0 4.5rem 4.5rem;
}

.voice01-item-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.voice01-img-box {
	max-width: 15rem;
	width: 23.81%;
}

.voice-item-title-box {
	max-width: 47rem;
	width: 74.6%;
}

.voice-name {
	font-size: 1.6rem;
	letter-spacing: 0.05em;
	font-weight: 400;
	margin: 0 auto .5rem;
}

.voice-item-title-box .flex-title02 {
    background: linear-gradient(transparent 67%, var(--secondary) 60%);
    display: inline;
    position: relative;
    line-height: 2.1;
}

.voice-item-title-box .flex-title02.bg-sixth {
    background: linear-gradient(transparent 67%, var(--sixth) 60%);
}

/* .voice-item-title-box .flex-title02::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1.5rem;
	background: var(--secondary);
} */

.voice-item-text-box {
	margin: 3rem auto 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

	.voice01 {
		padding: 8rem 0 10rem;
	}

	.voice01-grid.grid-2 {
		gap: 4rem;
	}

	.voice01-item {
		padding: 3rem;
	}

	.voice-item-title-box .flex-title02 {
		font-size: 2.2rem;
	}

	.voice-name {
		margin: 0;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	.voice01-grid.grid-2 {
		grid-template-columns: repeat(1, 1fr);
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

	.incover figure > img {
        object-position: 70% 50%;
    }

	.voice01 {
		padding: 8rem 0 6rem;
	}

	.voice01-grid {
		margin: 6rem auto 0;
	}

	.voice01-item-row {
		flex-direction: column;
	}

	.voice01-item {
        padding: 3rem 1.5rem;
    }

	.voice-item-title-box {
		margin: 3rem auto 0;
		width: 100%;
	}

	.voice01-img-box {
		max-width: 15rem;
		width: 60%;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */