.c-mv__logo {
	width: 35.9rem;
}

.p-feature__area {
	align-items: center;
	background-color: var(--cl-bg);
	border-radius: 2rem;
	display: flex;
	flex-direction: column;
	padding: 2.2rem .9rem 3rem;
	text-align: center;
}

.p-feature__area-txt {
	font-size: 1.6rem;
	line-height: 1.75;
	margin-bottom: 1.6rem;
}

.p-feature__area-ttl {
	background-color: #fff;
	border: 2px solid var(--cl-primary);
	border-radius: 3rem;
	color: var(--cl-primary);
	display: inline-block;
	font-size: 1.4rem;
	font-weight: 700;
	margin-bottom: .5rem;
	padding: .9rem;
	text-align: center;
}

.p-feature__area-ttl:not(:first-child) {
	margin-top: .5rem;
}

.p-feature__area .c-star {
	line-height: 2;
	margin-bottom: 1rem;
}

.p-feature__area-img {
	border-radius: 1rem;
	overflow: hidden;
}

.p-feature__area-img:not(:last-child) {
	margin-bottom: 1rem;
}

.p-feature__area-img.--feature-width01 {
	width: 30.8rem;
}

.c-case {
	margin-bottom: 4rem;
	overflow: hidden;
	padding-top: 3rem;
	position: relative;
	z-index: 1;
}

.c-case .hline03 {
	margin-bottom: 1rem;
}

.c-case__container {
	margin-left: auto;
	margin-right: auto;
	max-width: 90rem;
}

.c-case:after {
	background-color: var(--cl-bg);
	border-radius: 2rem;
	bottom: 22rem;
	content: "";
	left: .8rem;
	position: absolute;
	right: .8rem;
	top: 0;
	z-index: -1;
}

.c-case__txt {
	margin-bottom: 1.5rem;
}

.c-case__row {
	border-radius: 2rem;
	overflow: hidden;
}

.c-case__col.col-img {
	width: 100%;
}

.c-case__col.col-dsc {
	align-items: center;
	background-color: var(--cl-border);
	display: flex;
	flex: 1 1 auto;
	justify-content: center;
	max-width: 100%;
	padding: 1rem 1.5rem;
}

.c-case__col-dscbox {
	width: 100%;
}

.c-case__col-dscbox .result-box {
	background-color: var(--cl-primary-light);
	font-size: 1.2rem;
	margin-bottom: 1rem;
}

.c-case__col-dscbox .result-box h5 {
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	padding: .4rem .5rem;
	text-align: center;
}

.c-case__col-dscbox .result-box ul {
	background-color: #fff;
	border-radius: 0 0 12px 12px;
	font-weight: 700;
	list-style-type: none;
	margin-bottom: 0;
	padding: 1rem 1.5rem;
}

.c-case__col-dscbox .result-box ul li {
	line-height: 1.75;
	padding-left: 1em;
	text-indent: -1em;
}

.c-case__col-dscbox .result-box.dscbox__result h5 {
	background-color: var(--cl-primary);
}

.c-case__col-dscbox .result-box.dscbox__result ul {
	background-color: var(--cl-bg);
	color: var(--cl-primary);
}

.c-case__col .dscbox__ttlbox-ttl {
	border-bottom: 1px solid var(--cl-gray);
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.c-case__col .dscbox__ttlbox-subttl {
	color: var(--cl-primary);
	font-size: 1.4rem;
	margin-bottom: 1rem;
}

.c-case__col .dscbox__catbox {
	margin-bottom: 1.5rem;
}

.c-case__col .dscbox__catbox dl {
	display: flex;
	font-size: 1.2rem;
	margin-bottom: .5rem;
}

.c-case__col .dscbox__catbox dl dt {
	background-color: #fff;
	border: 1px solid var(--cl-ttl);
	color: var(--cl-ttl);
	flex: 0 0 8rem;
	font-weight: 700;
	text-align: center;
}

.c-case__col .dscbox__catbox dl dd {
	color: var(--cl-ttl);
	flex: 1 1 auto;
	font-weight: 700;
	margin-left: 1rem;
}

.c-case__col .dscbox__result-ttl {
	background-color: var(--cl-primary);
}

.c-price__col {
	align-items: center;
	margin-bottom: 1.5rem;
}

.c-price__col-image {
	margin-bottom: 1rem;
	margin-inline: auto;
	max-width: 20rem;
}

.c-price__package-ttl {
	line-height: 1.35;
}

.c-price__package-ttl small {
	display: inline-block;
	font-size: 1.4rem;
	line-height: 1.5;
}

.c-price__package .c-price-box__speed {
	gap: .6rem;
	margin-top: .5rem;
}

.c-price__package .c-price-box__speed .speed-label {
	margin-bottom: 0;
}

.c-price__package .c-price-box__speed .speed-value {
	font-size: 3.2rem;
	font-weight: 900;
}

.c-price-box__item {
	padding-inline: .5rem;
}

.c-price-box__price {
	margin-bottom: 1rem;
	margin-top: auto;
}

.c-cost__ttl:not(:first-child) {
	margin-top: 3rem;
}

@media (min-width:768px) {

.c-mv__logo {
	margin-right: -9.3rem;
	width: 55.1rem;
}

.p-feature__area {
	border-radius: 4rem;
	padding: 5rem 7.8rem;
}

.p-feature__area-txt {
	font-size: 2rem;
	line-height: 2;
	margin-bottom: 2rem;
}

.p-feature__area-ttl {
	border-radius: 3rem;
	font-size: 1.6rem;
	margin-bottom: .8rem;
	min-width: 71.8rem;
	padding: 1.1rem;
}

.p-feature__area-ttl:not(:first-child) {
	margin-top: 4rem;
}

.p-feature__area .c-star {
	margin-bottom: 2rem;
}

.p-feature__area-img {
	border-radius: 2rem;
}

.p-feature__area-img.--feature-width01 {
	width: 65.6rem;
}

.c-case {
	margin-bottom: 10rem;
	padding-top: 6rem;
}

.c-case:after {
	border-radius: 4rem;
	bottom: 23rem;
	left: 2rem;
	right: 2rem;
}

.c-case__txt {
	margin-bottom: 3rem;
}

.c-case__row {
	border-radius: 4rem;
	display: flex;
}

.c-case__col.col-img {
	flex: 0 0 45%;
	max-width: 400px;
}

.c-case__col.col-dsc {
	padding: 2rem 3rem;
}

.c-case__col-dscbox {
	max-width: 370px;
}

.c-case__col-dscbox .result-box {
	font-size: 1.4rem;
}

.c-case__col-dscbox .result-box h5 {
	font-size: 1.4rem;
}

.c-case__col .dscbox__ttlbox-ttl {
	font-size: 2rem;
}

.c-case__col .dscbox__ttlbox-subttl {
	font-size: 1.8rem;
}

.c-case__col .dscbox__catbox dl {
	font-size: 1.4rem;
}

.c-price__col-left {
	flex: 1 1 auto;
}

.c-price__package-body {
	max-width: 32rem;
}

.c-price__package-left {
	flex: 1 1 auto;
	max-width: 24rem;
}

.c-price__package .c-price-box__speed {
	gap: 1.3rem;
	min-width: 28rem;
}

.c-price-box__item {
	padding-inline: 2.5rem;
}

.c-cost__ttl:not(:first-child) {
	margin-top: 6rem;
}

}

@media (max-width:767px) {

.c-mv__image {
	padding-bottom: 0;
}

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

.p-feature__area .c-star {
	text-align: left;
}

.c-case {
	padding-inline: .8rem;
}

.c-price__col-image {
	margin-top: 1rem;
	max-width: 14rem;
}

.c-price__package .c-price-box__speed {
	margin-top: 1rem;
	padding-block: 1.4rem;
	width: 100%;
}

.c-price-box__ttl small {
	font-size: 1.2rem;
}

.c-cost-list__icon {
	margin-bottom: .5rem;
}

}

