.c-mv__logo {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.65;
}

.p-support {
	margin-bottom: 4rem;
}

.p-support .inner {
	max-width: 125rem;
}

.p-support .c-flow-area__btn {
	justify-content: center;
	margin-top: 3rem;
}

.p-support .c-flow-area__btn a {
	background-color: #f1f3f4;
	flex: initial;
}

.p-support__head {
	background-color: var(--cl-bg);
	border-radius: 2rem;
	display: flex;
	flex-flow: wrap;
	gap: 1rem;
	justify-content: center;
	margin-bottom: 3rem;
	padding: 1rem;
}

.p-support__head-item {
	align-items: center;
	background-color: #fff;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 1.2rem .2rem 1rem;
	text-align: center;
	transition: all .25s ease-in-out;
	width: calc(50% - .5rem);
}

.p-support__head-item.is-active {
	background-color: var(--cl-primary);
	color: #fff;
}

.p-support__head-item.is-active .p-support__head-ttl {
	color: #fff;
}

.p-support__head-item.is-active .p-support__head-icon img {
	filter: brightness(0) invert(1);
}

.p-support__head-icon {
	margin-bottom: .3rem;
}

.p-support__head-icon img {
	height: 5rem;
	transition: all .25s ease-in-out;
	width: 100%;
}

.p-support__head-ttl {
	color: var(--cl-primary);
	font-size: 1.2rem;
	font-weight: 900;
	transition: all .25s ease-in-out;
}

.p-support__head .c-cost-list__price {
	margin-top: 0;
	transition: all .25s ease-in-out;
}

.p-support__media {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.p-support__media.--item-left {
	justify-content: flex-start;
}

.p-support__media .c-star {
	line-height: 1.65;
}

.p-support__media .c-star:not(:last-child) {
	margin-bottom: 1rem;
}

.p-support__media .c-cost-list__price {
	background-color: var(--cl-bg);
	border-radius: 1rem;
	display: inline-block;
	margin-top: 1rem;
	min-width: 16rem;
	padding: 1rem;
	text-align: center;
}

.p-support__media-img {
	align-items: center;
	display: flex;
	justify-content: center;
	position: relative;
	text-align: center;
	z-index: 1;
}

.p-support__media-img.--item-left {
	justify-content: flex-start;
}

.p-support__media-img:after {
	aspect-ratio: 1;
	background-color: var(--cl-bg);
	border-radius: 50%;
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 27.5rem;
	z-index: -1;
}

.p-support__media-ttl {
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1.65;
	margin-bottom: .8rem;
	text-align: center;
}

.p-support__media-des {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.65;
}

.p-support__media-des:not(:last-child) {
	margin-bottom: .5rem;
}

.p-support__list {
	display: flex;
	flex-flow: wrap;
	gap: 6rem;
	justify-content: center;
	margin-block: 6rem 3rem;
}

.p-support__list-item {
	position: relative;
	width: 35rem;
}

.p-support__list-icon {
	aspect-ratio: 1;
	left: -1rem;
	position: absolute;
	top: -4rem;
	width: 13.1rem;
}

.p-support__list-image {
	margin-bottom: .6rem;
}

.p-support__list-image img {
	border-radius: 1rem;
	width: 100%;
}

.p-support__list-ttl {
	font-weight: 700;
	line-height: 1.65;
}

.p-support__area {
	background-color: var(--cl-bg);
	border-radius: 1rem;
	margin-inline: auto;
	padding: 2rem 1.5rem;
}

.p-support__area-ttl {
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.65;
	margin-bottom: 2.5rem;
	text-align: center;
}

.p-support__catch {
	display: flex;
	flex-flow: wrap;
	gap: .2rem;
	justify-content: space-between;
	text-align: center;
}

.p-support__catch-icon {
	margin-bottom: 1rem;
	width: 8rem;
}

.p-support__catch-icon img {
	width: 100%;
}

.p-support__catch-item {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.p-support__catch-ttl {
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: auto;
}

.p-support__storage {
	display: flex;
	flex-flow: wrap;
	gap: 1.5rem 5rem;
}

.p-support__storage-item {
	align-items: center;
	display: flex;
	gap: .7rem;
}

.p-support__storage-icon {
	flex-shrink: 0;
	width: 8rem;
}

.p-support__storage-ttl {
	flex: 1 1;
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.65;
}

@media (min-width:768px) {

.c-mv__logo {
	font-size: 7rem;
	margin-bottom: 1rem;
}

.p-support {
	margin-bottom: 8rem;
}

.p-support .c-flow-area__btn a {
	font-size: 1.6rem;
	min-width: 51.2rem;
}

.p-support__head {
	border-radius: 4rem;
	gap: 2rem;
	margin-bottom: 8rem;
	padding: 4rem;
}

.p-support__head-item {
	aspect-ratio: auto;
	border-radius: 2rem;
	padding: 2rem 3rem 1.5rem;
	width: 30rem;
}

.p-support__head-icon {
	margin-bottom: .5rem;
}

.p-support__head-icon img {
	height: 7rem;
}

.p-support__head-ttl {
	font-size: 1.6rem;
}

.p-support__head .c-cost-list__price {
	margin-top: .5rem;
}

.p-support__head .c-cost-list__price .price-large {
	font-size: 3rem;
}

.p-support__media:not(:last-child) {
	margin-bottom: 8rem;
}

.p-support__media .c-star {
	font-size: 1.4rem;
}

.p-support__media .c-cost-list__price {
	min-width: 20rem;
	padding: 1.7rem;
}

.p-support__media-body {
	flex: 1 1;
	max-width: 50rem;
}

.p-support__media-img {
	flex: 1 1;
}

.p-support__media-img.--width-img04 {
	max-width: 70rem;
}

.p-support__media-img:after {
	width: 41.3rem;
}

.p-support__media-ttl {
	font-size: 2.4rem;
	margin-bottom: .3rem;
	text-align: left;
}

.p-support__media-des {
	font-size: 1.6rem;
}

.p-support__media-des:not(:last-child) {
	margin-bottom: 1.5rem;
}

.p-support__list {
	gap: 2.7rem;
	margin-block: 4.5rem 4rem;
}

.p-support__list-icon {
	left: -1.7rem;
	top: -4.2rem;
}

.p-support__list-image {
	margin-bottom: 1rem;
}

.p-support__area {
	border-radius: 2rem;
	max-width: 80rem;
	padding: 4rem;
}

.p-support__catch {
	gap: 6rem;
	justify-content: center;
}

.p-support__catch-ttl {
	font-size: 1.4rem;
}

.p-support__storage {
	gap: 3rem 5rem;
}

.p-support__storage-item {
	gap: 1rem;
}

.p-support__storage-icon {
	width: 10rem;
}

.p-support__storage-ttl {
	font-size: 1.6rem;
}

}

@media (max-width:767px) {

.c-mv__image {
	margin-bottom: -1px;
	padding-block: 1rem 0;
}

.c-mv__image:before {
	top: 0;
}

.p-support .hline03__ttl.--lead {
	margin-top: 3rem;
}

.p-support__head-ttl {
	line-height: 1.3;
	margin-bottom: .3rem;
}

.p-support__media {
	flex-direction: column-reverse;
	gap: 3rem;
}

.p-support__list {
	padding-inline: 1rem;
}

.c-terms__anchor .btn.--fs-small {
	font-size: 1.2rem;
}

}

