.about .under-mv {
	background-image: url(../img/under-mv4.png);
}
@media (max-width: 768px) {
	.about .under-mv {
		background-image: url(../img/under-mv4sp.png);
	}
}
.about .top-about {
	margin-bottom: 7.6rem;
}
.about .top-about__img {
	width: 85%;
	margin: 0 0 2.3rem auto;
}
.about .top-about::after {
	display: none;
}
.about__center {
	width: 85%;
	margin: 0 auto 4rem 0;
}
.about .top-point::after {
	display: none;
}
.about .top-point {
	margin-bottom: 0;
	padding-bottom: 6rem;
}
.about .top-point h2 {
	margin-bottom: 6rem;
}
.about .top-point__content {
	margin-bottom: 6rem;
}
.about .top-point__content img {
	height: auto;
}
.about .point__content__img {
	margin-bottom: 2rem;
	position: relative;
}
.about .point__content__img p {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
	position: absolute;
	top: 50%;
	right: 10%;
	transform: translatey(-50%);
}
.point__content__text p {
	font-size: 1.6rem;
	line-height: 1.75;
}
.about__bg {
	position: relative;
}
.about__bg::after {
	content: "";
	background-color: #f7f6f0;
	display: block;
	width: 100%;
	height: calc( 100% - 17.5rem );
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}
@media (max-width: 768px) {
	.about .top-about {
		margin-bottom: calc((100 / 375) * 100vw);
	}
	.about .top-about__img {
		width: 100%;
		margin: 0 0 calc((20 / 375) * 100vw);
		left: 0;
	}
	.about__center {
		width: 100%;
		margin: 0 0 calc((14 / 375) * 100vw);
	}
	.about__bg {
		margin-bottom: calc((90 / 375) * 100vw);;
	}
	.about__bg::after {
		height: calc( 100% - calc((221 / 375) * 100vw) );
	}
	.about .top-point {
		margin-bottom: calc((32 / 375) * 100vw);
		padding-bottom: 0;
	}
	.about .top-point h2 {
		margin-bottom: calc((16 / 375) * 100vw);
	}
	.about .top-point__content {
		margin-bottom: calc((53 / 375) * 100vw);
	}
	.about .point__content__img p {
		font-size: calc((18 / 375) * 100vw);
	}
	.point__content__text p {
		font-size: calc((15 / 375) * 100vw);
		line-height: 1.866667;
		margin: 0 calc((20 / 375) * 100vw);
	}
}

/* 施設 */
.about__institution {
	padding-top: 4.5rem;
}
.about__institution h2 {
	font-size: 2.4rem;
	font-weight: 600;
	text-align: center;
	margin-bottom: 2.6rem;
	padding-bottom: 2.4rem;
	position: relative;
}
.about__institution h2.mb0 {
	margin-bottom: 0;
}
.about__institution h2::after {
	content: "";
	background-color: #d0b8b8;
	display: block;
	width: 6rem;
	height: 5px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translatex(-50%);
}
.about__institution h3 {
	font-size: 2rem;
	font-weight: 600;
	background-color: #f7f6f0;
	text-align: center;
	margin-bottom: 3.5rem;
	padding: 1.4rem 0;
}
.about__institution__img__wrap {
	margin-bottom: 5rem;
}
.about__institution__img p {
	font-size: 1.2rem;
	margin-left: 10%;
}
.about__institution__box__wrap {
	margin: 4.5rem 0;
	padding-bottom: 5.8rem;
	border-bottom: 1px dashed #707070;
}
.about__institution__box__wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.about__institution__box__wrap::after {
	content: "";
	display: block;
	width: 31%;
}
.about__institution__box {
	width: 31%;
}
.about__institution__box {
	margin-bottom: 1.7rem;
	border: 1px solid #d6d6d6;
	border-radius: 1rem;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.08);
}
.about__institution__box img {
	display: block;
	width: 96.7%;
	height: 20.3rem;
	margin: 4px auto 2rem;
	object-fit: cover;
	/* 	max-width: 29.3rem; */
}
.about__institution__box p {
	font-size: 2rem;
	line-height: 1.35;
	text-align: center;
	padding-bottom: 1rem;
}
.about__institution__under__top {
	display: flex;
	align-items: center;
	margin-bottom: 3.5rem;
}
.about__institution__under__top__left {
	width: 40%;
}
.about__institution__under__top__right .large {
	font-size: 2.2rem;
	font-weight: 600;
	line-height: 1.36364;
	margin-bottom: 2.7rem;
}
.about__institution__under__top__left .small {
	font-size: 2rem;
	line-height: 1.35;
}
.about__institution__under__center {
	margin-bottom: 5.5rem;
}
.about__institution__under__under {
	margin-bottom: 10rem;
}
.about__institution__under__center__flex,
.about__institution__under__under__flex {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.about__institution__under__center__flex__item,
.about__institution__under__under__flex__item {
	width: 31%;
	max-width: 30.7rem;
}
.about__institution__under__center__flex__item span,
.about__institution__under__under__flex__item span {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.35;
	display: block;
	margin-top: 1.7rem;
}
.about__institution__under__center__flex__item p,
.about__institution__under__under__flex__item p {
	font-size: 1.6rem;
	line-height: 1.3125;
	margin-top: 1rem;
}
.about__institution__under__under__flex__item p.caution {
	font-size: 1.4rem;
	margin-top: 0;
}
@media (max-width: 768px) {
	.about__institution {
		padding-top: calc((23.2 / 375) * 100vw);
	}
	.about__institution h2 {
		font-size: calc((20 / 375) * 100vw);
		margin-bottom: calc((8 / 375) * 100vw);
		padding-bottom: calc((17 / 375) * 100vw);
	}
	.about__institution h2.mb0 {
		margin-bottom: calc((4 / 375) * 100vw);
	}
	.about__institution h2::after {
		width: calc((60 / 375) * 100vw);
		height: calc((5 / 375) * 100vw);
	}
	.about__institution h3 {
		font-size: calc((18 / 375) * 100vw);
		margin-bottom: calc((25 / 375) * 100vw);
		padding: calc((7 / 375) * 100vw) 0;
	}
	.about__institution__img__wrap {
		margin-bottom: calc((32.6 / 375) * 100vw);
	}
	.about__institution__img p {
		font-size: calc((12 / 375) * 100vw);
		text-decoration: underline;
		margin-left: 0;
	}
	.about__institution__box__wrap {
		margin: calc((19.5 / 375) * 100vw) 0 calc((31 / 375) * 100vw);
		padding-bottom: calc((10 / 375) * 100vw);
	}
	.about__institution__box__wrap::after {
		display: none;
	}
	.about__institution__box {
		width: 48.65%;
		margin-bottom: calc((30 / 375) * 100vw);
		border-radius: calc((10 / 375) * 100vw);
	}
	.about__institution__box img {
		width: calc((156 / 375) * 100vw);
		max-width: 100%;
		height: calc((108 / 375) * 100vw);
		margin: calc((3 / 375) * 100vw) auto calc((8 / 375) * 100vw);
	}
	.about__institution__box p {
		font-size: calc((14 / 375) * 100vw);
		padding-bottom: calc((2 / 375) * 100vw);
	}
	.about__institution__under__top {
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: calc((42 / 375) * 100vw);
	}
	.about__institution__under__top__left {
		width: 100%;
		margin-bottom: calc((7 / 375) * 100vw);
	}
	.about__institution__under__top__right .large {
		font-size: calc((18 / 375) * 100vw);
		margin-bottom: calc((17 / 375) * 100vw);
	}
	.about__institution__under__top__left .small {
		font-size: calc((16 / 375) * 100vw);
	}
	.about__institution__under__center {
		margin-bottom: calc((10 / 375) * 100vw);
	}
	.about__institution__under__under {
		margin-bottom: calc((115 / 375) * 100vw);
	}
	.about__institution__under__center__flex,
	.about__institution__under__under__flex {
		flex-direction: column;
	}
	.about__institution__under__center__flex__item,
	.about__institution__under__under__flex__item {
		width: 100%;
		max-width: none;
		height: calc((190 / 375) * 100vw);
		position: relative;
	}
	.about__institution__under__center__flex__item:not(:last-of-type),
	.about__institution__under__under__flex__item:not(:last-of-type) {
		margin-bottom: calc((30 / 375) * 100vw);
		border-bottom: 1px dashed #707070;
	}
	.about__institution__under__center__flex__item img,
	.about__institution__under__under__flex__item img {
		width: calc((204 / 375) * 100vw);
		position: absolute;
		top: 0;
		left: calc((-65 / 375) * 100vw);
		z-index: 1;
	}
	.about__institution__under__center__flex__item div,
	.about__institution__under__under__flex__item div {
		margin-left: calc((90 / 375) * 100vw);
		position: relative;
		z-index: 2;
	}
	.about__institution__under__center__flex__item span,
	.about__institution__under__under__flex__item span {
		font-size: calc((18 / 375) * 100vw);
		margin-top: 0;
	}
	.about__institution__under__center__flex__item p,
	.about__institution__under__under__flex__item p {
		font-size: calc((16 / 375) * 100vw);
		margin-top: calc((13 / 375) * 100vw);
	}
	.about__institution__under__under__flex__item p.caution {
		font-size: calc((12 / 375) * 100vw);
		margin-top: 0;
	}
}

/* 施設追加 */
.about__institution__box {
	cursor: pointer;
}
.about__institution__box__content__ttl {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.357;
	background-color: #efefef;
	display: flex;
	justify-content: center;
	width: 90%;
	max-width: 26.7rem;
	margin: 0 auto 1.2rem;
	padding: 5px;
}
p.about__institution__box__content__text {
	font-size: 1.4rem;
	line-height: 1.42857;
	text-align: center;
}
.about__institution__box__btn {
	font-size: 1.3rem;
	text-align: right;
	display: block;
	padding: 0 2.1rem 1.3rem 0;
}
@media (max-width: 768px) {
	.about__institution__box__content__ttl {
		font-size: calc((14 / 375) * 100vw);
		max-width: calc((143 / 375) * 100vw);
		margin: 0 auto calc((8 / 375) * 100vw);
		padding: calc((7 / 375) * 100vw);
	}
	p.about__institution__box__content__text {
		font-size: calc((14 / 375) * 100vw);
	}
	.about__institution__box__btn {
		font-size: calc((13 / 375) * 100vw);
		padding: 0 calc((10 / 375) * 100vw) calc((10 / 375) * 100vw) 0;
	}
}

/* 追加 */
/*  support*/

@media (min-width: 769px) {
	.support__container .support__detail-wrapper .support__content-text,
	.support__content-text-wrap.right .support__content-text {
		margin: 0 !important;
		padding: 0;
		position: relative;
		top: min(calc(5.21vw), 100px) !important;
	}
	.support__container .support__content-wrapper .flex,
	.support__container .support__content-wrapper.flex {
		align-items: stretch !important;
	}
	.support__container .support__detail-wrapper:nth-child(even) .support__content-text {
		padding-left: 1em;
	}
	.top-about .support__container .support__container .support__detail-wrapper .support__content-wrapper {
		padding: 50px 50px 45px;
	}
}
@media(max-width: 900px) {
	.support__container .support__detail-wrapper:nth-child(odd) .support__content-text {
		padding-left: 1em;
	}
}
.about-page__container .support__container .amenity-support__content-img-wrap {
	justify-content: center;
}

/* --------リンクボタン余白調整------------------------------- */
@media (max-width: 768px) {
	.support__content-wrapper .about-page__link-btn {
		margin-bottom: 30px;
	}
	.about-page__price-wrap:nth-of-type(2) {
		margin-bottom: 30px;
	}
}
/* --------追加------------------------------- */
.about__institution__box__btn,.about__institution__box > p {
	color: #7a7a7a;
}

.about__institution .about__institution-notes {
	margin-bottom: 35px;
}
@media(max-width: 768px) {
	.about__institution .about__institution-notes {
		margin-bottom: 15px;
	}
}
.support__detail-wrapper:last-child .support__content-wrapper {
	margin-bottom: 40px;
	padding-bottom: 100px;
}
@media(max-width: 768px) {
	.support__detail-wrapper:last-child .support__content-wrapper {
		margin-bottom: 20px;
		padding-bottom: 40px;
	}
}
.about .inbody-sub-text {
	font-size: 1.7rem;
	padding-top: 0;
}
.inbody__detail-price {
	line-height: 1.6;
}
.inbody__detail-str-md {
	align-self: end;
}
@media(max-width: 890px) {
	.inbody__detail-price {
		flex-direction: column;
	}
	.inbody__detail-str-md {
		align-self: center;
	}
	.inbody__detail-str {
		margin-left: 0;
	}
}
.about .inbody__container {
	margin-top: -90px;
}
@media(max-width: 768px) {
	.about .inbody__container {
		height: 990px;
		margin-top: -140px;
	}
	.inbody__detail-price {
		display: block;
	}
}
.inbody__detail-bottom-text {
	line-height: 1.5;
}
.about .personal-training .personal-training__title {
	margin-bottom: 10px;
}
@media(max-width: 768px) {
	.about .personal-training__text {
		margin: 10px 0;
	}
	.about .personal-training__notes {
		text-align: center;
		margin-top: 10px;
	}
}
.inbody__detail-price {
	padding: 8px 0;
}


/* --------------------------------------- */
@media(min-width: 769px) {
	.about .support__container .support__detail-wrapper:nth-child(even) .support__content-text {
		padding-left: 0;
	}
	.about .about-page__num {
		left: 0;
	}

	.about .support__content-text-wrap.right .support__content-text {
		left: -16%;
	}
}
@media(max-width: 900px) {
	.about .support__content-text-wrap.right .support__content-text {
		left: -19%;
	}
}
@media(max-width: 858px) {
	.about .support__content-text-wrap.right .support__content-text {
		left: -17%;
	}
}
@media(max-width: 768px) {
	.about .support__content-text-wrap.right .support__content-text {
		left: auto;
	}
}