.page-support .hline01 {
	--title-height: 4.1rem;
}

.p-vision {
	background-image: var(--vision-bg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	color: #fff;
	padding: var(--vision-padding-top, 28.8rem) 0 var(--vision-padding-bottom, 8.3rem);
	position: relative;
}

.p-vision .hline01 {
	--title-height: 3.272rem;
}

.p-vision__media {
	max-width: 26rem;
	margin: 3.8rem auto 0;
}

.p-office {
	background: url("../images/case_study/bg_gradient_sp.png") no-repeat bottom center/cover;
	padding: 7.8rem 0 13.1rem;
}

.p-office .hline01 {
	--title-height: 3.306rem;
}

.p-office .hline01__sub {
	color: #78956B;
}

.p-office__media {
	margin: 3.8rem 1.5rem 0 -2.1rem;
}

.p-office__slider {
	margin-top: 2.8rem;
}

.p-office__slider .c-gallery {
	margin-bottom: 5.6rem;
}

.p-office__compare {
	max-width: 33.4rem;
	margin: 5.6rem auto 0;
}

.p-office__point {
	margin-top: 8.4rem;
}

.p-office__point-number {
	max-width: 9rem;
	margin: 0 auto;
}

.p-office__point-title {
	font-size: 1.9rem;
	font-weight: bold;
	letter-spacing: -0.06em;
	line-height: 1;
	text-align: center;
	margin-top: 2.6rem;
}

.p-office__point-list {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	margin: 5.7rem auto 0;
}

.p-office__point-list .item {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1rem;
	padding: 0 0 1.6rem;
}

.p-office__point-list .item::after {
	background-color: #ADADAD;
	content: "";
	width: 100;
	height: 0.1rem;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.p-office__point-list .item-number {
	width: 2.85rem;
}

.p-office__point-list .item-ttl {
	font-size: 1.5rem;
	letter-spacing: -0.024em;
	line-height: 1.4666666667;
}

.p-office__point-list .item-txt {
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: -0.024em;
	margin-top: 0.6rem;
}

.p-point__lst {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 1.8rem;
	margin: 0.6rem 0 6rem;
}

.p-point__lst li {
	flex: 0 0 calc(50% - 0.9rem);
}

@media (min-width: 768px) {

.page-support .hline01 {
	--title-height: 5.74rem;
}

.p-vision {
	padding: var(--vision-padding-top, 28.8rem) 0 var(--vision-padding-bottom, 28.8rem);
}

.p-vision .hline01 {
	--title-height: 6.027rem;
}

.p-vision__media {
	max-width: 89.4rem;
	margin-top: -8.4rem;
}

.p-office {
	background-image: url("../images/case_study/bg_gradient.png");
	padding: 8.9rem 0 15.5rem;
}

.p-office .hline01 {
	--title-height: 6.09rem;
}

.p-office__media {
	max-width: 115rem;
	margin: 5.6rem auto 0;
}

.p-office__slider {
	margin-top: 5.5rem;
}

.p-office__slider .c-gallery {
	margin-bottom: 10rem;
}

.p-office__slider .c-gallery__item {
	width: 50.3rem;
}

.p-office__compare {
	max-width: 120.3rem;
	margin-top: 8.1rem;
}

.p-office__point {
	margin-top: 11.2rem;
}

.p-office__point-number {
	max-width: 13.1rem;
}

.p-office__point-title {
	font-size: 3.2rem;
	margin-top: 5rem;
}

.p-office__point-list {
	flex-direction: row;
	max-width: 115.7rem;
	margin-top: 5rem;
}

.p-office__point-list .item {
	flex: 1;
	padding: 0 1rem;
	flex-direction: column;
	justify-content: center;
	gap: 2.5rem;
	padding-bottom: 2rem;
}

.p-office__point-list .item::after {
	top: 0;
	left: auto;
	width: 0.2rem;
	height: 100%;
}

.p-office__point-list .item:last-child::after {
	display: none;
}

.p-office__point-list .item-number {
	width: 5.6rem;
	margin: 0 auto;
}

.p-office__point-list .item-ttl {
	font-size: 1.7rem;
	line-height: 1.5294117647;
	letter-spacing: -0.06em;
	text-align: center;
}

.p-office__point-list .item-txt {
	font-size: 1.5rem;
	line-height: 1.4666666667;
	margin-top: 2rem;
	text-align: center;
}

.p-point__lst {
	row-gap: 1.8rem;
	margin: 4.4rem 0 6.5rem;
}

.p-point__lst li {
	max-width: 25rem;
}

}

@media (max-width: 767px) {

.page-support .hline01__sub {
	font-size: 1.3rem;
}

.p-office__point-list {
	padding: 0 1.5rem;
}

.p-office__point-list .item:not(:last-child) {
	margin-bottom: 1.6rem;
}

.p-point__lst li:nth-child(3) {
	margin-top: -1.5rem;
}

}

