.c-mv__logo {
	width: 27.9rem;
}

.p-feature__other {
	background-color: var(--cl-border);
	border-radius: 2rem;
	display: grid;
	gap: 1rem;
	padding: 1rem;
}

.p-feature__other-item {
	background: #fff;
	border-radius: 1rem;
	padding: 3rem 1rem;
}

.p-feature__other-col {
	align-items: center;
	display: flex;
	margin-bottom: 1rem;
}

.p-feature__other-icon {
	flex-shrink: 0;
}

.p-feature__other-icon.--other-width01 {
	width: 8.2rem;
}

.p-feature__other-icon.--other-width02 {
	width: 7.1rem;
}

.p-feature__other-ttl {
	font-size: 1.8rem;
	font-weight: 700;
}

.p-feature__other-txt {
	font-size: 1.4rem;
	line-height: 2;
}

.p-price__spot {
	display: grid;
	gap: 1rem;
	margin-bottom: 2rem;
}

.p-price__spot-item {
	align-items: center;
	background-color: var(--cl-bg);
	border-radius: .8rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
	padding-block: 5rem 1.8rem;
	position: relative;
}

.p-price__spot-icon {
	margin-bottom: .5rem;
	width: 21.1rem;
}

.p-price__spot-ttl {
	color: var(--cl-primary);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: .8rem;
	text-align: center;
}

.p-price__spot-sub {
	align-items: center;
	background-color: var(--cl-primary);
	color: #fff;
	display: flex;
	font-size: 1.4rem;
	font-weight: 700;
	justify-content: center;
	left: 0;
	min-height: 3.8rem;
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%;
}

.p-price__spot-anno {
	font-size: 1.2rem;
	letter-spacing: .08em;
	text-align: center;
}

@media (min-width:768px) {

.c-mv:after {
	width: calc(50vw + 1rem);
}

.c-mv__logo {
	width: 48.4rem;
}

.c-mv__image {
	width: 75rem;
}

.c-mv__image:after {
	top: 1rem;
}

.c-mv__wrap:after {
	top: 4.7rem;
}

.p-feature__other {
	gap: 2rem;
	grid-template-columns: repeat(2,1fr);
	margin: 0 auto;
	max-width: 99.4rem;
	padding: 4rem;
}

.p-feature__other-item {
	border-radius: 2rem;
	padding: 4rem;
}

.p-feature__other-col {
	gap: 2rem;
	margin-bottom: 1.6rem;
}

.p-feature__other-ttl {
	flex: 1 1;
	font-size: 2rem;
}

.p-price .hline03 {
	margin-bottom: 4rem;
}

.p-price__spot {
	gap: 2rem;
	grid-template-columns: repeat(2,1fr);
	margin-bottom: 4rem;
}

.p-price__spot-item {
	border-radius: 2rem;
	padding-block: 5.8rem 2.5rem;
}

.p-price__spot-icon {
	margin-bottom: 2rem;
	width: 27rem;
}

.p-price__spot-ttl {
	font-size: 2.2rem;
}

.p-price__spot-anno {
	font-size: 1.4rem;
}

}

@media (max-width:767px) {

.c-mv__image {
	padding-bottom: 1rem;
}

.c-mv__image:before {
	top: .5rem;
}

.p-feature__other-col {
	flex-direction: column;
	text-align: center;
}

.p-feature__other-icon {
	margin-bottom: 2rem;
}

}

