.top-mv {
	margin-bottom: 2.4rem;
	position: relative;
}
.fixed + main .top-mv {
	margin-top: 8rem;
}
.top-text .about__top-title-img {
	width: 520px;
	margin: 30px auto 8px;
}
.top__apply-btn {
	width: 100%;
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 50%;
	z-index: -100;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.top__apply-btn.b-fixed {
	opacity: 1;
	position: fixed;
	bottom: 5%;
	z-index: 100;
}
.top__apply-btn__top-fixed {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.top__catch-copy {
	position: absolute;
}
.top__catch-copy.leftPc {
	top: 60%;
	left: -20px;
	transform: rotate(6deg);
}
.top__catch-copy.leftPc p {
	font-size: 3.803rem;
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	line-height: 1.74;
	letter-spacing: 0.03em;

/* 	font-weight: 700; */
	padding: 0 60px 0 100px;
	box-shadow: 0px 0px 24px 0px rgba(129, 97, 95, 0.72);
}
.top__catch-copy.leftPc p:last-of-type {
	position: relative;
	top: 10px;
}
.top__catch-copy p {
	background-color: #fff;
	display: inline-block;
}
.top__catch-copy p .inner__pink {
	color: #f85b4f;
}
@media (min-width: 768px) and (max-width: 1920px) {
	.top__catch-copy.leftPc p {
		font-size: calc((38.03 / 1920) * 100vw);
		padding: 0 calc((60 / 1920) * 100vw) 0 calc((100 / 1920) * 100vw);
	}
}
@media (max-width: 768px) {
	.top-mv {
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.fixed + main .top-mv {
		margin-top: calc((84 / 750) * 100vw);
	}
	.top-text .about__top-title-img {
		width: 315px;
	}
	.top__catch-copy {
		position: absolute;
	}
	.top__catch-copy.left {
		top: 41%;
		left: -20px;
		transform: translateY(-30%) rotate(-8deg);
	}
	.top__catch-copy.left p {
		padding: 4px 0px 4px 30px;
	}
	.top__catch-copy.right p {
		padding: 4px 30px 4px 12px;
	}
	.top__catch-copy.right p:first-child {
		margin-bottom: 8px;
	}
	.top__catch-copy.right {
		text-align: right;
		right: -20px;
		bottom: 26.5%;
		transform: translateY(-30%) rotate(8deg);
	}
	.top__catch-copy p {
		font-size: 1.5rem;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		padding: 4px 15px;
		/* 		letter-spacing: -0.1em; */
	}
	.top__apply-btn {
		padding: 0 6vw;
	}
	.top__apply-btn__top-fixed {
		padding: 0 6vw;
	}
}


/* よくある質問 */
.l-accordion__area {
	position: relative;
}
.l-accordion__one {
	margin-bottom: 2rem;
}
.l-accordion__header {
	background-color: #f7f6f0;
	padding: 3.9rem 6.3rem 3.2rem 8.4rem;
	cursor: pointer;
	position: relative;
	z-index: +1;
	transition: 0.3s;
}
.l-accordion__header::before {
	content: "";
	background-image: url(../img/Q.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2.5rem;
	height: 4.3rem;
	position: absolute;
	top: 50%;
	left: 3.4rem;
	transform: translatey(-50%);
}
.l-accordion__header .i_box {
	background-color: #fff;
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: -4.3rem;
	transform: translatey(-50%);
}
.l-accordion__header .i_box::before,
.l-accordion__header .i_box::after {
	content: "";
	vertical-align: middle;
	box-sizing: border-box;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
}
.l-accordion__header .i_box::before {
	width: 1.2rem;
	height: 0;
	border-top: 2px solid #777;
	left: 50%;
	transform: translatex(-50%);
}
.l-accordion__header .i_box::after {
	width: 0;
	height: 1.2rem;
	border-left: 2px solid #777;
	left: 50%;
	transform: translatex(-50%);
	transition: 0.3s;
}
.l-accordion__header.open .i_box::after {
	height: 0;
}
.l-accordion__header__inner {
	display: block;
	position: relative;
}
.l-accordion__header__inner__text {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
}
.l-accordion__body {
	display: none;
}
.l-accordion__body__inner {
	display: block;
	position: relative;
}
.l-accordion__body__inner::before {
	content: "";
	background-image: url(../img/A.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 2rem;
	height: 4.3rem;
	position: absolute;
	top: 2rem;
	left: 3.4rem;
}
.l-accordion__body__inner > p {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.77778;
	padding: 2.9rem 3.8rem 0 8.4rem;
}
@media (max-width: 768px) {
	.top-faq {
		margin-bottom: calc((135 / 375) * 100vw);
	}
	.top-faq h2 {
		font-size: calc((24 / 375) * 100vw);
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.top-faq .u-mw {
		width: 100%;
		max-width: none;
	}
	.l-accordion__one {
		margin-bottom: calc((20 / 375) * 100vw);
	}
	.l-accordion__header {
		padding: calc((21 / 375) * 100vw) calc((55 / 375) * 100vw);
	}
	.l-accordion__header::before {
		width: calc((25 / 375) * 100vw);
		height: calc((43 / 375) * 100vw);
		left: calc((15 / 375) * 100vw);
	}
	.l-accordion__header .i_box {
		width: calc((36 / 375) * 100vw);
		height: calc((36 / 375) * 100vw);
		right: calc((-47 / 375) * 100vw);
	}
	.l-accordion__header .i_box::before {
		width: calc((12 / 375) * 100vw);
	}
	.l-accordion__header .i_box::after {
		height: calc((12 / 375) * 100vw);
	}
	.l-accordion__header__inner__text {
		font-size: calc((16 / 375) * 100vw);
		line-height: 1.75;
	}
	.l-accordion__body__inner::before {
		width: calc((20 / 375) * 100vw);
		height: calc((43 / 375) * 100vw);
		top: calc((4 / 375) * 100vw);
		left: calc((21 / 375) * 100vw);
	}
	.l-accordion__body__inner > p {
		font-size: calc((16 / 375) * 100vw);
		line-height: 2;
		padding: calc((14 / 375) * 100vw) calc((38 / 375) * 100vw) 0 calc((57 / 375) * 100vw);
	}
	.l-accordion__body__inner.a-text__wrap > p {
		font-weight: 600;
	}
}

/* 追加 */
/* mv↓テキスト */
@media screen and (max-width: 766px) {
	.top-text {
		padding-top: 3vw !important;
		padding-bottom: 16vw !important;
	}
}
.top-text .about__top-text {
	margin-top: 0;
}

.top-text__flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (min-width: 767px) {
	.top-text__flex {
		margin: 30px 0;
		column-gap: 30px;
	}
}
@media screen and (max-width: 766px) {
	.top-text__flex {
		margin: 0 0 8.4vw;
		column-gap: 3.4666666667vw;
	}
}

@media screen and (min-width: 767px) {
	.top-text__flex img {
		width: 150px;
		height: 150px;
	}
}
@media screen and (max-width: 766px) {
	.top-text__flex img {
		width: 23.2vw;
		height: 23.2vw;
	}
}

.search-btn form {
	background-color: #fff;
	background-color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	box-shadow: 0 19px 39px rgba(110, 110, 110, 0.49);
	position: relative;
}
@media screen and (min-width: 767px) {
	.search-btn form {
		width: 483px;
		height: 67px;
		border-radius: 10px;
		outline: none;
	}
}
@media screen and (max-width: 766px) {
	.search-btn form {
		width: 89.3333333333vw;
		height: 12.4vw;
		border-radius: 1.3333333333vw;
	}
}
.search-btn form img {
	position: absolute;
	top: 50%;
	transform: translatey(-50%);
}
@media screen and (min-width: 767px) {
	.search-btn form img {
		width: 35px;
		height: 42px;
		left: 40px;
	}
}
@media screen and (max-width: 766px) {
	.search-btn form img {
		width: 6.5333333333vw;
		height: 7.6vw;
		left: 3.7333333333vw;
	}
}
.search-btn form input {
	color: #535353;
}
@media screen and (min-width: 767px) {
	.search-btn form input {
		font-size: 18.73px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		letter-spacing: 0.025em;

/*     font-weight: 700; */
		outline: none;
	}
}
@media screen and (max-width: 766px) {
	.search-btn form input {
		font-size: 16px !important;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.025em;

/*     font-weight: 700; */
		outline: none;
	}
	.search-btn form input::placeholder {
		font-size: calc((26 / 750) * 100vw);
	}
}

/* バナーセクション */
.top-banner {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.top-banner {
		margin: 16px 0;
	}
}
@media screen and (max-width: 766px) {
	.top-banner {
		margin: 3.4666666667vw 9.3333333333vw;
	}
}
.top-banner img {
	height: auto;
}
@media screen and (min-width: 767px) {
	.top-banner img {
		width: 520px;
	}
}
@media screen and (max-width: 766px) {
	.top-banner img {
		width: 94.6666666667vw;
	}
}

/* 5つのポイントセクション */
.support__content-title {
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	/*   font-weight: 700; */
}

@media screen and (max-width: 766px) {
	.top-about {
		background: none !important;
		padding: 0 !important;
	}
}
@media screen and (max-width: 766px) {
	.top-about .support__content-text {
		text-align: center;
		margin-top: 0 !important;
		padding: 0;
	}
}
@media screen and (max-width: 766px) {
	.top-about .support__content-text {
		font-size: calc((28 / 750) * 100vw);
		font-weight: 400;
		line-height: 2.1428571429;
		white-space: nowrap;
		letter-spacing: 0;
	}
}
@media screen and (max-width: 766px) {
	.top-about .support__content-img-wrap {
		margin-bottom: 2vw !important;
	}
	.top-about .support__content-img-wrap img {
		width: 100vw;
		max-width: none;
		margin-left: -2.5vw;
	}
	.top-about .support__content-img-wrap.right.slide {
		width: 100vw;
		margin: 0 calc(50% - 50vw);
	}
	.top-about .support__content-img-wrap .swiper-slide img {
		margin-left: 0;
	}
}
@media screen and (max-width: 766px) {
	.top-about .support__detail-wrapper {
		margin-bottom: 0 !important;
	}
}
@media screen and (max-width: 766px) {
	.top-about .support__content-wrapper {
		margin-bottom: 6.6666666667vw;
		padding-right: 2.5vw;
		padding-left: 2.5vw;
	}
	.top-about .support__content-wrapper.two {
		margin-bottom: 0;
	}
	.top-about .support__content-wrapper.for {
		margin-bottom: 0;
	}
	.top-about .support__content-text-wrap.right .support__content-text {
		margin-top: 0 !important;
	}
}

.top-about .support__detail-wrapper {
	margin-bottom: 7rem;
}

.top-about__link {
	margin-top: -15rem;
	padding-bottom: 7rem;
}
@media screen and (max-width: 766px) {
	.top-about__link {
		margin-top: -10rem;
		padding-bottom: 10rem;
	}
}
.top-about__link a {
	top: 0;
}

/* Inbodyセクション */
#topInbody .inbody__lead-wrap {
	/*   margin-top: 0; */
	margin-top: 43px;
}
@media screen and (min-width: 767px) {
	#topInbody .inbody__lead-wrap {
		padding-top: 10px;
	}
}
#topInbody .inbody__content-title {
	font-family: "A+EqpB-游ゴシック体 Pr6N B";
	text-shadow: 0 19px 39px rgba(110, 110, 110, 0.49);
	/*   font-weight: 900; */
}
@media screen and (min-width: 767px) {
	#topInbody .inbody__content-title {
		font-size: 78.26px;
	}
}
/* #topInbody .inbody__content-img-wrap-img { */
.inbody__content-img-wrap-img {
	position: relative;
}
/* #topInbody .inbody__content-img-wrap-img .ab { */
.inbody__content-img-wrap-img .ab {
	position: absolute;
}
@media screen and (min-width: 767px) {
	/*   #topInbody .inbody__content-img-wrap-img .ab { */
	.inbody__content-img-wrap-img .ab {
		width: 80px;
		height: auto;
		top: -3px;
		right: 20px;
	}
}
@media screen and (max-width: 766px) {
	/*   #topInbody .inbody__content-img-wrap-img .ab { */
	.inbody__content-img-wrap-img .ab {
		width: 80px;
		height: auto;
		top: -2.6666666667vw;
		right: 0;
	}
	#topInbody .inbody__inner {
		width: 50%;
	}
}
#topInbody .top-inbodyBtn {
	/*   display: flex;
  justify-content: left;
	padding-left: 3vw; */
}
@media screen and (min-width: 767px) {
	#topInbody .top-inbodyBtn {
		/*     margin: 0px auto 12px; */
	}
}
@media screen and (max-width: 766px) {
	#topInbody .top-inbodyBtn {
		margin: 2.6666666667vw auto;
	}
}
#topInbody .top-inbodyBtn img {
	height: auto;
}
@media screen and (min-width: 767px) {
	#topInbody .top-inbodyBtn img {
		width: 372px;
	}
}
@media screen and (max-width: 766px) {
	#topInbody .top-inbodyBtn img {
		width: 83.3333333333vw;
	}
}
#topInbody .top-inbodyText {
	font-size: 12px;
	color: #fff;
	text-align: center;
}
@media screen and (min-width: 767px) {
	#topInbody .top-inbodyText {
		font-size: 12.41px;
		font-weight: 500;
		letter-spacing: 0.02em;
		margin-top: 12px;
	}
}
@media screen and (max-width: 766px) {
	#topInbody .top-inbodyText {
		font-weight: 500;

/*     font-size: calc((24 / 750) * 100vw); */
		line-height: 1;
		letter-spacing: -0.02em;
		margin-top: 12px;
	}
}
#topInbody .inbody__detail-text {
	text-align: left;
}
@media screen and (max-width: 766px) {
	#topInbody .inbody__detail-text {
		font-family: "A+EqpB-游ゴシック体 Pr6N B";

/*     font-size: calc((26 / 750) * 100vw); */
		/*     line-height: 1.8461538462; */
		line-height: 1.6;

/*     font-weight: 700; */
		text-align: center;
		letter-spacing: -0.05em;
	}
}

/* column */
@media screen and (min-width: 767px) {
	.top-column {
		margin-bottom: 75px;
	}
}
@media screen and (max-width: 766px) {
	.top-column {
		margin-bottom: 13.3333333333vw;
	}
}

.top-column__bg {
	background-color: #fff1f1;
}
@media screen and (min-width: 767px) {
	.top-column__bg {
		padding: 80px 0 60px;
	}
}
@media screen and (max-width: 766px) {
	.top-column__bg {
		padding: 10.6666666667vw 0 9.7333333333vw;
	}
}

.top-column__content a {
	display: flex;
	border-bottom: 1px dashed #cdcdcd;
}
@media screen and (min-width: 767px) {
	.top-column__content a {
		align-items: center;
		margin-bottom: 32px;
		padding-bottom: 32px;
		column-gap: 45px;
	}
}
@media screen and (max-width: 766px) {
	.top-column__content a {
		align-items: flex-start;
		justify-content: space-between;
		margin-bottom: 6.5333333333vw;
		padding-bottom: 4vw;
		column-gap: 4vw;
	}
}
.top-column__content img {
	object-fit: cover;
}
@media screen and (min-width: 767px) {
	.top-column__content img {
		width: 356px;
		height: 241px;
	}
}
@media screen and (max-width: 766px) {
	.top-column__content img {
		width: 30.1333333333vw;
		height: 20.4vw;
	}
}
.top-column__content time {
	color: #ec675d;
}
@media screen and (min-width: 767px) {
	.top-column__content time {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		letter-spacing: 0.07em;
	}
}
@media screen and (max-width: 766px) {
	.top-column__content time {
		font-size: calc((20 / 750) * 100vw);
		font-weight: 500;
		line-height: 1.45;
		letter-spacing: 0.07em;
	}
}
@media screen and (min-width: 767px) {
	.top-column__content h3 {
		font-size: 16px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 2.5;
		letter-spacing: 0.07em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 766px) {
	.top-column__content h3 {
		/*     margin-bottom: 0.5333333333vw; */
		margin: 4px 0 8px;
	}
}
@media screen and (max-width: 766px) {
	.top-column__content h3 {
		font-size: calc((26 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.01em;
		/*     font-weight: 700; */
	}
}
@media screen and (min-width: 767px) {
	.top-column__content p {
		font-size: 16px;
		font-weight: 500;
		line-height: 1.875;
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 766px) {
	.top-column__content p {
		font-size: calc((26 / 750) * 100vw);
		font-weight: 500;
		line-height: 1.5769230769;
		letter-spacing: 0.01em;
	}
}

/* NEWS */
.top-ttl {
	text-align: center;
	position: relative;
}
@media screen and (min-width: 767px) {
	.top-ttl {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 766px) {
	.top-ttl {
		margin-bottom: 7.3333333333vw;
	}
}
.top-ttl .u-en {
	position: absolute;
	top: 0;
	right: 50%;
	z-index: 1;
	transform: translatey(-50%) rotate(-8.75deg);
}
@media screen and (min-width: 767px) {
	.top-ttl .u-en {
		font-size: 55.44px;
		font-weight: 400;
	}
}
@media screen and (max-width: 766px) {
	.top-ttl .u-en {
		font-size: calc((47.19 / 750) * 100vw);
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0em;
	}
}
.top-ttl .u-ja {
	position: relative;
	z-index: 3;
}
@media screen and (min-width: 767px) {
	.top-ttl .u-ja {
		font-size: 30px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		letter-spacing: 0.15em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 766px) {
	.top-ttl .u-ja {
		font-size: calc((38 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.1315789474;
		letter-spacing: 0.15em;
		/*     font-weight: 700; */
	}
}

@media screen and (min-width: 767px) {
	.top-news .news-archive__wrap {
		margin-top: 60px;
	}
}
@media screen and (min-width: 767px) {
	.top-news .news-archive__wrap li:first-of-type a {
		padding-top: 15px;
		border-top: 1px dashed #cdcdcd;
	}
}

/* faq */
@media screen and (min-width: 767px) {
	.faq__content.top-faq {
		margin: 100px 0 50px;
	}
}
@media screen and (max-width: 766px) {
	.faq__content.top-faq {
		margin: 10.6666666667vw 0 8.8vw;
	}
}

/* voice */
@media screen and (min-width: 767px) {
	.top-voice {
		margin-bottom: 38px;
	}
}
@media screen and (max-width: 766px) {
	.top-voice {
		margin-bottom: 6.6666666667vw;
	}
}

.top-voice__bg {
	background-image: url(../img/top/_bg-02.png);
	background-repeat: repeat;
	background-size: 12px 10px;
}
@media screen and (min-width: 767px) {
	.top-voice__bg {
		padding: 80px 0;
	}
}
@media screen and (max-width: 766px) {
	.top-voice__bg {
		/* 		background-color: #fff1f1; */
		background-size: 6px 5px;
		padding: 17.3333333333vw 0 11.0666666667vw;
	}
}

.top-voice__list {
	display: flex;
}
@media screen and (min-width: 767px) {
	.top-voice__list {
		justify-content: space-between;
	}
}
@media screen and (max-width: 766px) {
	.top-voice__list {
		row-gap: 6.1333333333vw;
		align-items: center;
		flex-direction: column;
	}
}
.top-voice__list__content {
	background-color: #fff;
	box-shadow: 5px 7px 9px #f3d4d4;
}
@media screen and (min-width: 767px) {
	.top-voice__list__content {
		width: 317px;
		padding: 25px 45px 45px;
		border-radius: 20px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.top-voice__list__content {
		width: 31%;
		padding: 1.5625vw 2.6vw 2.8125vw;
		border-radius: 1.25vw;
	}
}
@media screen and (max-width: 766px) {
	.top-voice__list__content {
		width: 100%;
		padding: 4.6666666667vw 7vw 10vw;
		border-radius: 2.6666666667vw;
	}
}
.top-voice__list__content img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	object-fit: cover;
	border-radius: 50%;
}
@media screen and (min-width: 767px) {
	.top-voice__list__content img {
		width: 145px;
		height: 145px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.top-voice__list__content img {
		width: 9.0625vw;
		height: 9.0625vw;
		margin-bottom: 0.625vw;
	}
}
@media screen and (max-width: 766px) {
	.top-voice__list__content img {
		width: 28.6666666667vw;
		height: 28.6666666667vw;
		margin-bottom: 2vw;
	}
}
.top-voice__list__content h3 {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.top-voice__list__content h3 {
		font-size: 17px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.6735294118;
		letter-spacing: 0.07em;
		margin: 0;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.top-voice__list__content h3 {
		font-size: 1.0625vw;
		letter-spacing: 0;
		margin: 0;
	}
}
@media screen and (max-width: 766px) {
	.top-voice__list__content h3 {
		font-size: calc((34 / 750) * 100vw);

/*     letter-spacing: 0.07em; */
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.4705882353;

		/*     font-weight: 700; */
	}
}
.top-voice__list__content p.top-voice__list__content__name {
	color: #898989;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.top-voice__list__content p.top-voice__list__content__name {
		font-size: 12.3px;
		font-weight: 500;
		line-height: 1.75;
		letter-spacing: 0.15em;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.top-voice__list__content p.top-voice__list__content__name {
		font-size: 0.76875vw;
	}
}
@media screen and (max-width: 766px) {
	.top-voice__list__content p.top-voice__list__content__name {
		font-size: calc((24 / 750) * 100vw);
		font-weight: 500;
		line-height: 2;
		letter-spacing: 0.15em;
	}
}
@media screen and (min-width: 767px) {
	.top-voice__list__content p.top-voice__list__content__name {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.top-voice__list__content p.top-voice__list__content__name {
		margin-bottom: 0.625vw;
	}
}
@media screen and (max-width: 766px) {
	.top-voice__list__content p.top-voice__list__content__name {
		margin-bottom: 2vw;
	}
}
@media screen and (min-width: 767px) {
	.top-voice__list__content p {
		font-size: 16px;
		font-weight: 500;
		line-height: 2.25;
		letter-spacing: 0em;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.top-voice__list__content p {
		font-size: 1vw;
		padding: 0 1.5vw;
	}
}
@media screen and (max-width: 766px) {
	.top-voice__list__content p {
		font-size: calc((28 / 750) * 100vw);
		font-weight: 500;
		line-height: 1.9285714286;
		letter-spacing: 0em;
	}
}

/* price */
.top-price {
	position: relative;
}
/* @media screen and (min-width: 767px) {
	.top-price {
		margin-top: -150px;
	}
}
@media screen and (max-width: 766px) {
	.top-price {
		margin-top: -20vw;
	}
} */

.top-price__bg {
	color: #000;
	background-image: url(../img/top/_bg.png);
	background-repeat: repeat;
	background-size: 18px 18px;
}
@media screen and (min-width: 767px) {
	.top-price__bg {
		padding: 105px 0 80px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__bg {
		background-size: 12px 12px;
		padding: 15.8vw 0 9.4666666667vw;
	}
}

.top-price__ttl {
	text-align: center;
	position: relative;
}
@media screen and (min-width: 767px) {
	.top-price__ttl {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__ttl {
		margin-bottom: 6vw;
	}
}
.top-price__ttl .u-en {
	color: #fff;
	position: absolute;
	top: 0;
	right: 55%;
	z-index: 1;
	transform: translateY(-48%) rotate(-8.75deg);
}
@media screen and (min-width: 767px) {
	.top-price__ttl .u-en {
		font-size: 65.97px;
		font-weight: 400;
	}
}
@media screen and (max-width: 766px) {
	.top-price__ttl .u-en {
		font-size: calc((57.98 / 750) * 100vw);
		font-weight: 400;
		line-height: 1;
		letter-spacing: 0em;
	}
}
.top-price__ttl .u-ja {
	position: relative;
	z-index: 3;
}
@media screen and (min-width: 767px) {
	.top-price__ttl .u-ja {
		font-size: 46px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";

/*     font-weight: 700; */
		line-height: 1.4;
		letter-spacing: 0.07em;
	}
}
@media screen and (max-width: 766px) {
	.top-price__ttl .u-ja {
		font-size: calc((60 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.22;
		letter-spacing: 0.07em;
		/*     font-weight: 700; */
	}
}
@media screen and (min-width: 767px) {
	.top-price__ttl .u-ja .small {
		font-size: 30px;
		line-height: 1.66667;
		margin-bottom: 12px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__ttl .u-ja .small {
		font-size: calc((36.46 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.4536478332;
		letter-spacing: 0.07em;
		/*     font-weight: 700; */
	}
}

.top-price__contentTop {
	background-color: #fff;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.top-price__contentTop {
		margin-bottom: 20px;
		padding: 40px 0 30px;
		border-radius: 20px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentTop {
		margin-bottom: 2.6666666667vw;
		padding: 17px 12px;
		border-radius: 2.6666666667vw;
	}
}
.top-price__contentTop > h3 {
	background-color: #eaeaea;
	display: inline-block;
}
@media screen and (min-width: 767px) {
	.top-price__contentTop > h3 {
		font-size: 18px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;

/*     font-weight: 700; */
		letter-spacing: 0.07em;
		padding: 8px 72px;
		border-radius: 17.67px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentTop > h3 {
		padding: 0.9333333333vw 9.6vw;
		border-radius: 2.5333333333vw;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentTop > h3 {
		font-size: calc((24 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.07em;
		/*     font-weight: 700; */
	}
}
@media screen and (min-width: 767px) {
	.top-price__contentTop .large {
		font-size: 32.25px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";

/*     font-weight: 700; */
		letter-spacing: 0.01em;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentTop .large {
		font-size: calc((39.9 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0.01em;
		/*     font-weight: 700; */
	}
}
.top-price__contentTop .large span {
	color: #f24a3f;
}
@media screen and (min-width: 767px) {
	.top-price__contentTop .large span {
		font-size: 64.51px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentTop .large span {
		font-size: calc((79.8 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.2;
		letter-spacing: 0.01em;
		/*     font-weight: 700; */
	}
}
@media screen and (min-width: 767px) {
	.top-price__contentTop .small {
		font-size: 16px;
		font-weight: 500;
		letter-spacing: 0.01em;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentTop .small {
		margin-bottom: 2vw;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentTop .small {
		font-size: calc((22 / 750) * 100vw);
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.00001em;
	}
}
@media screen and (min-width: 767px) {
	.top-price__contentTop .small2 {
		font-size: 12px;
		font-weight: 500;
		line-height: 1.66667;
		letter-spacing: 0.05em;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentTop .small2 {
		font-size: calc((22 / 750) * 100vw);
		font-weight: 500;
		line-height: 1.4090909091;
		letter-spacing: -0.05em;
	}
}
.top-price__contentTop .red {
	color: #f24a3f;
}

.top-price__contentBottom {
	display: flex;
	justify-content: space-between;
}
@media screen and (min-width: 767px) {
	.top-price__contentBottom {
		margin-bottom: 22px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentBottom {
		margin-bottom: 4vw;
	}
}

.top-price__contentBottom__box {
	background-color: #fff;
	text-align: center;
}
@media screen and (min-width: 767px) {
	.top-price__contentBottom__box {
		width: 48%;
		padding: 25px 0;
		border-radius: 20px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentBottom__box {
		width: 43.4666666667vw;
		padding: 4.2666666667vw 0 3.2vw;
		border-radius: 2.6666666667vw;
	}
}
.top-price__contentBottom__box > h3 {
	background-color: #eaeaea;
	display: inline-block;
}
@media screen and (min-width: 767px) {
	.top-price__contentBottom__box > h3 {
		font-size: 16px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;

/*     font-weight: 700; */
		letter-spacing: 0.01em;
		padding: 7px 40px;
		border-radius: 14px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentBottom__box > h3 {
		font-size: calc((24 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: -0.05em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentBottom__box > h3 {
		width: 29.2vw;
		padding: 0.9333333333vw 0;
		border-radius: 2.5333333333vw;
	}
}
@media screen and (min-width: 767px) {
	.top-price__contentBottom__box .large {
		font-size: 26px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.75;

/*     font-weight: 700; */
		letter-spacing: 0.01em;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentBottom__box .large {
		font-size: calc((32 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.75;
		letter-spacing: 0.01em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentBottom__box .large span {
		font-size: calc((24 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 2.3333333333;
		letter-spacing: 0.01em;
		/*     font-weight: 700; */
	}
}
@media screen and (min-width: 767px) {
	.top-price__contentBottom__box .small {
		font-size: 16px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.01em;
	}
}
@media screen and (max-width: 766px) {
	.top-price__contentBottom__box .small {
		font-size: calc((24 / 750) * 100vw);
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.01em;
	}
}

.top-price__text {
	text-align: center;
}
@media screen and (min-width: 767px) {
	.top-price__text .small {
		font-size: 18px;
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.04em;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.top-price__text .small {
		font-size: 1.125vw;
	}
}
@media screen and (max-width: 766px) {
	.top-price__text .small {
		font-size: calc((22 / 750) * 100vw);
		font-weight: 500;
		line-height: 1;
		letter-spacing: 0.04em;
	}
}
@media screen and (min-width: 767px) {
	.top-price__text .small {
		margin-bottom: 33px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__text .small {
		margin-bottom: 5vw;
	}
}
@media screen and (min-width: 767px) {
	.top-price__text .large {
		font-size: 26px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.6923076923;
		letter-spacing: 0.05em;
		/*     font-weight: 700; */
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.top-price__text .large {
		font-size: 1.625vw;
	}
}
@media screen and (max-width: 766px) {
	.top-price__text .large {
		font-size: calc((28 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1.7857142857;
		letter-spacing: 0.05em;
		/*     font-weight: 700; */
	}
}
@media screen and (min-width: 767px) {
	.top-price__text .large {
		margin-bottom: 58px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__text .large {
		margin-bottom: 29px;
	}
}

.top-price__text__arrow {
	text-align: center;
}
.top-price__text__arrow p {
	display: inline-block;
	position: relative;
	;
}
.top-price__text__arrow p::after {
	content: "";
	background-image: url(../img/top/price-arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	width: 100%;
	height: 67px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,140%);
}
@media screen and (min-width: 767px) {
	.top-price__text__arrow {
		margin-bottom: 53px;
		padding-bottom: 30px;
	}
}
@media screen and (max-width: 766px) {
	.top-price__text__arrow {
		margin-bottom: 5.3333333333vw;
		padding-bottom: 2.6666666667vw;
	}
	/* 	.top-price__text__arrow p::after {
		height: 15px;
	} */
}
.top-price__text__arrow p {
	color: #fff;
	white-space: nowrap;
}
@media screen and (min-width: 767px) {
	.top-price__text__arrow p {
		font-size: 44px;
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: -0.1em;
		/* 		font-weight: 700; */
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.top-price__text__arrow p {
		font-size: 2.75vw;
	}
}
@media screen and (max-width: 766px) {
	.top-price__text__arrow p {
		font-size: calc((31 / 750) * 100vw);
		font-family: "A+EqpB-游ゴシック体 Pr6N B";
		line-height: 1;
		letter-spacing: 0em;
		/*     font-weight: 700; */
	}
}

.top-price__btn {
	display: flex;
	justify-content: center;
}
.top-price__btn img {
	height: auto;
}
@media screen and (min-width: 767px) {
	.top-price__btn img {
		width: 459px;
	}
}
@media screen and (max-width: 1600px) and (min-width: 767px) {
	.top-price__btn img {
		width: 28.6875vw;
	}
}
@media screen and (max-width: 766px) {
	.top-price__btn img {
		width: 89.3333333333vw;
	}
}


.swiper-pagination-bullet-active {
	background-color: #ec675d !important;
}

.top-about .inbody__inner {
	width: 100%;
	padding: 0 3vw;
}
.top-about .inbody__lead-wrap {
	width: 85%;
}
.top-about .inbody__detail {
	margin-top: 20px;
	margin-left: 20px;
	padding-right: 4vw;
}

.top .personal-training__title {
	font-size: 2.6rem;
	color: #545353;
}
.top .personal-training__content-wrap {
	width: 94%;
}
.top .personal-training__text {
	color: #545353;
	margin: 10px 0;
}
.top .link-btn-mono {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 45px;
	letter-spacing: 0;
	margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
	.top-about .inbody__inner {
		width: 50%;
		padding: 0;
	}
	.top-about .inbody__container {
		height: 750px;
	}
	.top-about .inbody__detail {
		margin-left: 0;
		padding-right: 0;
	}
	.top-about .inbody__detail-text {
		margin-bottom: 0;
	}
	.top.personal-training {
		margin: 0 5vw;
		padding: 15px 5vw 35px;
	}
	.top .link-btn-mono {
		width: 100%;
	}
	.top-about .inbody__lead-wrap {
		width: 70%;
		margin-bottom: 12px;
	}
	.top .personal-training__title {
		font-size: 2rem;
	}
}

@media screen and (max-width: 576px) {
	#topInbody .inbody__inner {
		width: 100%;
		padding: 0 7vw;
	}
}

.inbody__btn-wrap {
	text-align: center;
}

.top-about .support__content-text {
	margin-top: 20px;
}

@media screen and (max-width: 1440px) {
	.top-about .support__content-text {
		/* 	margin-top: -20px; */
		margin-top: calc(-1 * clamp(10px, 1.1vw,20px));
	}
}

@media screen and (max-width: 768px) {
	.support__content-title.font-min {
		font-size: 1.4rem;
		min-width: 250px;
	}
}

.top__apply-btn {
	position: fixed;
	bottom: -250px;
}
.top__apply-btn,
.top__apply-btn__top-fixed {
	width: clamp(500px,40vw,580px);

/* 	height: clamp(55px, 14.6vw,100px); */
	/* 	width: clamp(624px,40vw,768px); */
	height: clamp(55px, 14.6vw,84px);
}
.btn-bg-w {
	background-color: #fff;
	height: 100%;
	border-radius: 120px;
}
.top__apply-btn a,
.top__apply-btn__top-fixed a {
	background-color: #ef857d;
	background-image: linear-gradient(45deg, rgba(255, 112, 101, 1) 35%, rgba(250, 156, 102, 1) 100%, rgba(254, 220, 64, 1));
	background-image: -moz-linear-gradient(45deg, rgba(255, 112, 101, 1) 35%, rgba(250, 156, 102, 1) 100%, rgba(254, 220, 64, 1));
	background-image: -webkit-linear-gradient(45deg, rgba(255, 112, 101, 1) 35%, rgba(250, 156, 102, 1) 100%, rgba(254, 220, 64, 1));
	background-image: -ms-linear-gradient(45deg, rgba(255, 112, 101, 1) 35%, rgba(250, 156, 102, 1) 100%, rgba(254, 220, 64, 1));
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 30px;
	border: 5px solid #fff;
	border-radius: 120px;
	box-shadow: 3px 3px 6px #7d7d7d;
	position: relative;
}
.top__apply-btn img,
.top__apply-btn__top-fixed img {
	/* 	width: clamp(30px, 8vw,50px); */
	width: clamp(30px, 8vw,46px);
}
.top__apply-btn p,
.top__apply-btn__top-fixed p {
	/* 	font-size: clamp(1.5rem, 3vw, 3rem); */
	font-size: clamp(1.5rem, 3vw, 2.3rem);
	font-weight: 600;
	color: #fff;

/* 	letter-spacing: -0.03em; */
	letter-spacing: -0.02em;

/* 	padding-left: 15px; */
	padding-left: 10px;
}
.top__apply-btn a span,
.top__apply-btn__top-fixed a span {
	border-top: clamp(5px, 1.3vw,13px) solid transparent;
	border-bottom: clamp(5px, 1.3vw,13px) solid transparent;
	border-left: clamp(7px, 1.8vw,15px) solid #fff;
	position: absolute;
	right: 2vw;
}
@media screen and (max-width: 768px) {
	.top__apply-btn,
	.top__apply-btn__top-fixed {
		width: 100%;
	}
	.top__apply-btn a,
	.top__apply-btn__top-fixed a {
		border: 2px solid #fff;
	}
	.top__apply-btn img.sp,
	.top__apply-btn__top-fixed img.sp {
		width: clamp(30px, 8vw,50px);
	}
	.top__apply-btn p,
	.top__apply-btn__top-fixed p {
		font-weight: 900;
		letter-spacing: 0em;
		padding-left: 8px;
	}
	.top__apply-btn a span,
	.top__apply-btn__top-fixed a span {
		right: 4vw;
	}
}

.top__shop-search-btn {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(335px, 24vw ,450px);
	height: clamp(65px, 4.5vw, 85px);
	padding: 4px;
	border-radius: 120px;
	box-shadow: 5px 8px 8px #e27770;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.top__shop-search-btn a {
	font-size: clamp(1.6rem, 5vw, 2.5rem);
	font-weight: 600;
	line-height: calc(clamp(65px, 4.5vw, 85px) - 12px);
	color: #ec675d;
	background-color: #fff;
	text-align: center;
	display: block;
	width: calc(clamp(335px, 24vw ,450px) - 8px);
	border: 2px solid #f19790;
	border-radius: 120px;
	position: relative;
}
.top__shop-search-btn a::before {
	content: "";
	background-color: #ec675d;
	width: 40px;
	height: 2px;
	position: absolute;
	top: 55%;
	right: 25px;
	transform: translateY(-50%);
}
.top__shop-search-btn a::after {
	content: "";
	background-color: #ec675d;
	width: 15px;
	height: 2px;
	position: absolute;
	top: 50%;
	right: 25px;
	transform: translateY(-80%) rotate(30deg);
}
.inbody__detail-link-btn {
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(295px, 20vw ,347px);
	height: clamp(53px, 4vw, 65px);
	border-radius: 120px;
	box-shadow: 0px 0px 8px #000;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.inbody__detail-link-btn .top-inbodyBtn {
	font-size: clamp(1.7rem, 4vw, 2rem);
	font-weight: 600;
	line-height: calc(clamp(53px, 4vw, 65px) );
	color: #0e0e0e;
	background-image: linear-gradient(270deg, rgba(255, 255, 0, 1), rgba(226, 163, 0, 1) );
	background-image: -moz-linear-gradient(270deg, rgba(255, 255, 0, 1), rgba(226, 163, 0, 1) );
	background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 0, 1), rgba(226, 163, 0, 1) );
	background-image: -ms-linear-gradient(270deg, rgba(255, 255, 0, 1), rgba(226, 163, 0, 1) );
	text-align: center;
	display: block;
	width: 100%;
	border-radius: 120px;
	position: relative;
}
.inbody__detail-link-btn .top-inbodyBtn::before {
	content: "";
	background-color: #0e0e0e;
	width: 11px;
	height: 2px;
	position: absolute;
	top: 45%;
	right: 8%;
	transform: translateY(-50%) rotate(45deg);
}
.inbody__detail-link-btn .top-inbodyBtn::after {
	content: "";
	background-color: #0e0e0e;
	width: 11px;
	height: 2px;
	position: absolute;
	top: 54%;
	right: 8%;
	transform: translateY(50%) rotate(-45deg);
}

@media screen and (max-width: 768px) {
	.top__shop-search-btn a::before {
		width: 30px;
		height: 1px;
		right: 20px;
	}
	.top__shop-search-btn a::after {
		width: 10px;
		height: 1px;
		right: 19px;
	}
	.inbody__detail-link-btn .top-inbodyBtn::before {
		transform: translateY(-70%) rotate(45deg);
	}
}

.top-about__link .faq-page__link-btn {
	font-size: 2rem;
	line-height: 66px;
	width: 380px;
	border-radius: 50px;
}

.top-faq .l-accordion__header__inner__text {
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.top-about__link .faq-page__link-btn {
		font-size: 1.824rem;
		line-height: 52px;
		letter-spacing: 0em;
		width: 293px;
		top: 14px;
	}
}
/*  追加*/
/* .top-main {
	margin-top: -12.3rem;
	position: relative;
	z-index: 10;
}
@media screen and (max-width: 768px) {
	.top-main {
		margin-top: -40px;
	}
} */
.top-column__bg .bottom-link {
	text-align: center;
}



/* ----------- 追加*----------------------/
/*  mvボタン*/
.top__apply-btn a span, .top__apply-btn__top-fixed a span {
	border-top: 7.5px solid transparent;
	border-bottom: 7.5px solid transparent;
	border-left: 11.25px solid #fff;
}

.top__apply-btn a, .top__apply-btn__top-fixed a {
	box-shadow: 3px 3px 10px #cbcbcb;
}
@media(max-width: 768px) {
	.top__apply-btn a span, .top__apply-btn__top-fixed a span {
		border-top: clamp(5px, 1.3vw,13px) solid transparent;
		border-bottom: clamp(5px, 1.3vw,13px) solid transparent;
		border-left: clamp(7px, 1.8vw,15px) solid #fff;
		right: 5vw;
	}
}
.top__apply-btn a, .top__apply-btn__top-fixed a {
	border: 2px solid #fff;
}
/*  アナウンスバー*/
.u-bgGrad {
	background-image: -webkit-linear-gradient(125deg, rgba(255, 162, 123, 1) 25%, rgb(232, 160, 125) 50%, rgba(232, 133, 125, 1) 75%);
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.u-bgGrad::before {
	content: "";
	background-image: -webkit-linear-gradient(125deg, rgba(255, 180, 123, 1) 25%, rgb(232, 180, 125) 50%, rgba(232, 153, 125, 1) 75%);
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: opacity 0.5s ease-in-out;
}

.u-bgGrad:hover::before {
	opacity: 1;
}
.u-bgGrad:hover {
	opacity: 1;
}

/*  オプション*/
.about__other-option .about__other-option-price {
	padding: 10px 0;
}

/*  topInbody*/
#topInbody .inbody__lead-wrap {
	margin-top: 0;
}
.top-about .inbody__inner {
	padding: 0 2.61vw;
}
.inbody__detail-link-btn {
	margin-top: 30px;
}
.top-about .inbody__detail {
	width: auto;
	padding-right: 0;
}
.inbody__content-img-wrap {
	margin-right: 0;
}
#topInbody .inbody__content-img-wrap-img {
	margin-left: 0;
}
#topInbody .inbody__content.flex {
	justify-content: center;
}
#topInbody .inbody-sub-content-text-wrap {
	left: -54px;
}
#topInbody .inbody__content-img-wrap-img {
	width: 304px;
	height: 304px;
}
#topInbody .top-about .inbody__lead-wrap {
	width: 48.7vw;
}
#topInbody .top-inbodyText {
	line-height: 1.5;
}
@media(max-width:  940px) {
	#topInbody .inbody-sub-content-text-wrap {
		left: -15px;
	}
}
@media screen and (min-width: 767px) {
	#topInbody .inbody__lead-wrap {
		padding-top: 0;
	}
	#topInbody .top-inbodyText {
		margin-top: 23px;
	}
	.inbody__content-img-wrap-img .ab {
		width: 100px;
		top: 2.5px;
		right: 10px;
	}
	.inbody__detail-link-btn {
		width: 100%;
		max-width: 372px;
	}
}
@media(max-width: 768px) {
	.top-about .inbody__container {
		height: 100%;
		padding-top: 105px;
		padding-bottom: 80px;
	}
	#topInbody .inbody__detail-text {
		line-height: 1.847;
		letter-spacing: 0.02em;
	}
	#topInbody .inbody__detail {
		margin-top: 10px;
	}
	#topInbody .top-inbodyText {
		line-height: 1.5;
		margin-top: 20px;
	}
	#topInbody .inbody-sub-content-text-wrap {
		left: -10px;
	}
	#topInbody .inbody__inner {
		width: 100%;
		max-width: 500px;
	}
	.inbody__detail {
		max-width: 608px;
		margin-top: 20px !important;
		margin-right: auto;
		margin-left: auto !important;
	}
	#topInbody .top-inbodyText {
		font-size: 10px;
	}
	.inbody__detail-link-btn {
		width: 100%;
		max-width: 500px;
	}

	#topInbody .inbody__detail-text {
		font-size: 1.2rem;
		letter-spacing: 0.01em;
	}
}
/*  support*/
@media (min-width: 769px) {
	.top-about .support__container .support__content-text, .top-about .support__container .support__content-text-wrap.right .support__content-text {
		margin: 0 !important;
		position: relative;
		top: min(calc(5.21vw), 100px);
	}
	.top-about .support__content-wrapper .flex, .top-about .support__content-wrapper.flex {
		align-items: stretch !important;
	}
	.top-about .support__detail-wrapper:nth-child(even) .support__content-text {
		padding-left: 1em;
	}
}
@media(max-width: 900px) {
	.top-about .support__detail-wrapper:nth-child(odd) .support__content-text {
		padding-left: 1em;
	}
}
@media(max-width: 768px) {
	.support__content-title-wrap::before {
		bottom: 55px !important;
	}
	.top-about .support__content-wrapper, .top-about .support__content-wrapper.two {
		margin-bottom: 30px;
	}
	.top-about .support__content-wrapper:not(.bottom-wrap) {
		padding-bottom: 24px !important;
	}
	.top-price__text__arrow {
		margin-bottom: 40px;
	}
}
.q-text__wrap::before {
	display: flex;
	align-items: center;
	height: 100%;
	top: 50% !important;
	transform: translateY(-50%);
}
/*  検索窓*/
.search-btn form input {
	height: 100%;
}

/* --------追加修正------------------------------- */
.top__apply-btn__top-fixed {
	bottom: 20px;
}
.top-main .about__top {
	padding-bottom: 82px;
}
@media screen and (max-width: 766px) {
	.top-main .about__top {
		padding-bottom: 70px;
	}
}
.search-btn form img {
	left: 20px;
}
.top-text .about__top-text {
	line-height: 2.4;
}
.top-about__link {
	margin: 0;
	margin-top: -18px;
	margin-bottom: 60px;
}
@media screen and (max-width: 766px) {
	.top-about__link {
		padding: 0;
	}
}
/* .top-about .support__container {
	margin-bottom: 110px;
} */
.support__container .support__detail-wrapper:last-of-type {
	margin-bottom: 0;
}
.top-about .bottom-link {
	text-align: center;
}
.top-about .bottom-link a {
	position: relative;
	left: 0;
	transform: none;
}
.personal-training .personal-training__title {
	margin-bottom: 0;
}
@media screen and (max-width: 766px) {
	.top-column {
		max-width: 100%;
	}
}
.top-column .guidance__link-btn {
	width: 100%;
	max-width: 385px;
	padding: 5px;
}
.form-container .bottom__apply-btn {
	top: 55px;
}
.top-about .support__detail-wrapper.last {
	margin-bottom: 0;
}
.bottom-wrap {
	padding-bottom: 90px;
}
@media(max-width: 768px) {
	.top-main .bottom-wrap {
		padding-bottom: 20px;
	}
}
/* --------------------------------------- */
@media(min-width: 769px) {
	.top-main .support__container .support__detail-wrapper:nth-child(even) .support__content-text {
		padding-left: 0;
	}
	.top-main .about-page__num {
		left: 0;
	}

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