html {
	font-size: 62.5%;
}

body {
	margin-top: 86px;
	font-weight: 500;
	font-feature-settings: "palt";
}

section {
	position: relative;
}

.container {
	max-width: 995px;
	padding: 158px 20px;
	margin: 0 auto;
}

.punct {
	margin-right: -0.4em;
}

.sec-ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 5rem;
	line-height: 1.2;
	letter-spacing: 0.04em;
	color: #000;
}

.sec-more {
	margin-top: 40px;
	text-align: right;
}

.sec-more a {
	display: inline-block;
	border: 1px solid #221714;
	width: 115px;
	height: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 1.76rem;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #ba1b29;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.sec-more a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	width: 8px;
	height: 10px;
	background-image: url(../images/more_triangle.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.sp-only {
	display: none !important;
}

@media screen and (max-width: 1000px) {
	body {
		margin-top: 55px;
	}
	.container {
		max-width: 100%;
		width: 100%;
	}
}
@media screen and (max-width: 999px) {
	.sec-more a {
		width: 154px;
		height: 30px;
		font-size: 2.3rem;
	}
	.sec-more a::after {
		width: 11px;
		height: 13px;
		right: 9.5px;
	}
}
@media screen and (max-width: 599px) {
	.sp-only {
		display: block !important;
	}
	.pc-only {
		display: none !important;
	}
	.container {
		padding: 50px 20px 50px;
	}
	.sec-ttl {
		font-size: 2.4rem;
	}
}

/*------------------------
	st-ance-fixed-bnr
------------------------*/
.st-ance-fixed-bnr {
	position: fixed;
	right: 0;
	bottom: 250px;
	z-index: 90;
	display: block;
	background: linear-gradient(to bottom, #ec633a 0%, #ba1b29 100%);
	border-radius: 99px 0 0 99px;
	text-decoration: none;
}

.st-ance-fixed-bnr-inner {
	width: 152px;
	height: 123px;
	align-content: center;
	text-align: center;
	padding-left: 10px;
}

.st-ance-fixed-bnr-icon img {
	display: block;
	margin: 0 auto;
	width: 48px;
}

.st-ance-fixed-bnr-title {
	margin-top: 8px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 600;
	font-size: 1.9rem;
	line-height: 1.4;
	color: #fff;
}

.st-ance-fixed-bnr-text {
	position: relative;
	display: inline-block;
	margin-top: 5px;
	padding-right: 15px;
	font-family: "Zen Kaku Gothic Antique", sans-serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.4;
	color: #fff;
}

.st-ance-fixed-bnr-text span {
	display: block;
	color: #fff;
}

.st-ance-fixed-bnr-text img {
	position: absolute;
	top: 50%;
	right: 0;
	width: 9.7px;
	height: 9.7px;
	transform: translateY(-50%);
}

@media screen and (max-width: 599px) {
	.st-ance-fixed-bnr {
		right: 5px;
		bottom: 5px;
		border-radius: 99px;
	}
	.st-ance-fixed-bnr-inner {
		width: 107px;
		height: 107px;
		padding-left: 0;
	}
	.st-ance-fixed-bnr-icon img {
		width: 39px;
	}
	.st-ance-fixed-bnr-title {
		font-size: 1.5rem;
	}
	.st-ance-fixed-bnr-text {
		font-size: 0.9rem;
	}
}

/*------------------------
	st-ance-header
------------------------*/
.st-ance-header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
}

.st-ance-header-inner {
	max-width: 995px;
	padding: 0 20px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 86px;
}

.st-ance-header-logo {
	flex-shrink: 0;
	position: relative;
	z-index: 102;
	margin-left: 30px;
}

.st-ance-header-logo img {
	width: 141px;
	height: auto;
	display: block;
}

/* PCナビ */
.st-ance-header-nav {
	margin-left: 20px;
}

.st-ance-header-nav-list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.st-ance-header-nav-list li {
	position: relative;
	padding: 0 13px;
	line-height: 1;
}

.st-ance-header-nav-list li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background: #000;
}

.st-ance-header-nav-list li:last-child::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background: #000;
}

.st-ance-header-nav-list a {
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.14;
	color: #000;
	text-decoration: none;
	letter-spacing: 0.12em;
}

/* ハンバーガー */
.st-ance-g-nav {
	display: none;
}

.st-ance-g-nav-toggle {
	width: 40px;
	height: 40px;
	padding: 0;
	border: none;
	background: none;
	position: relative;
	cursor: pointer;
	z-index: 103;
}

.st-ance-g-nav-toggle-bar {
	display: block;
	width: 24px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 8px;
	transition: all .3s;
}

.st-ance-g-nav-toggle-bar:nth-child(1) {
	top: 11px;
}

.st-ance-g-nav-toggle-bar:nth-child(2) {
	top: 19px;
}

.st-ance-g-nav-toggle-bar:nth-child(3) {
	top: 27px;
}

.st-ance-g-nav-toggle.is-active .st-ance-g-nav-toggle-bar:nth-child(1) {
	top: 19px;
	transform: rotate(45deg);
}

.st-ance-g-nav-toggle.is-active .st-ance-g-nav-toggle-bar:nth-child(2) {
	opacity: 0;
}

.st-ance-g-nav-toggle.is-active .st-ance-g-nav-toggle-bar:nth-child(3) {
	top: 19px;
	transform: rotate(-45deg);
}

.st-ance-g-nav-overlay {
	display: none;
	position: fixed;
	top: 70px;
	left: 0;
	width: 100%;
	height: calc(100vh - 70px);
	background: #fff;
	padding: 40px 20px;
	overflow-y: auto;
	z-index: 99;
}

.st-ance-g-nav-overlay.is-open {
	display: block;
}

.st-ance-g-nav-list li {
	border-bottom: 1px solid #ddd;
}

.st-ance-g-nav-list a {
	display: block;
	padding: 18px 0;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #000;
	text-decoration: none;
}

/* SP */
@media screen and (max-width: 1024px) {
	.st-ance-header-logo {
		margin-left: 0;
	}
}
@media screen and (max-width: 1000px) {
	.st-ance-header-inner {
		min-height: 55px;
	}

	.st-ance-header-nav {
		display: none;
	}

	.st-ance-g-nav {
		display: block;
		position: relative;
		z-index: 102;
	}
	.st-ance-g-nav-overlay {
		top: 55px;
		height: calc(100vh - 55px);
	}
}

/*------------------------
	st-ance-mv
------------------------*/
.st-ance-mv {
	height: 650px;
	background: url(../images/mv_bg.jpg) no-repeat center center;
	background-size: cover;
}

.st-ance-mv-inner {
	max-width: 995px;
	height: 100%;
	padding: 130px 20px;
	margin: 0 auto;
}

.st-ance-mv-text {
	width: 100%;
}

.st-ance-mv-lead {
	font-family: "Noto Serif JP", serif;
	font-weight: 800;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	color: #fff;
}

.st-ance-mv-logo {
	margin-top: 10px;
	margin-left: -11px;
}

.st-ance-mv-logo img {
	width: 406px;
	height: auto;
	display: block;
}

.st-ance-mv-copy {
	margin-top: 5px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-size: 3rem;
	color: #fff;
	line-height: 1.2;
	letter-spacing: 0.06em;
}

.st-ance-mv-copy span {
	color: #e61b29;
}

.st-ance-mv-desc {
	margin-top: 10px;
	font-family: "Noto Serif JP", serif;
	font-weight: 800;
	font-size: 1.4rem;
	line-height: 1.714;
	letter-spacing: 0.16em;
	color: #fff;
}

@media screen and (max-width: 599px) {
	.st-ance-mv {
		height: 571px;
		background: url(../images/mv_bg_sp.jpg) no-repeat center center;
		background-size: cover;
	}
	.st-ance-mv-inner {
		padding: 40px 20px;
	}
	.st-ance-mv-lead {
		font-size: 1.4rem;
		color: #231815;
		text-align: center;
	}
	.st-ance-mv-logo {
		margin-top: 15px;
		margin-left: 0;
		justify-items: center;
		justify-self: center;
	}
	.st-ance-mv-logo img {
		max-width: 183px;
		width: 100%;
		text-align: center;
		margin: 0 auto;
	}
	.st-ance-mv-copy {
		margin-top: 15px;
		font-size: 1.6rem;
		text-align: center;
		color: #231815;
	}
	.st-ance-mv-desc {
		margin-top: 15px;
		font-size: 1.2rem;
		color: #231815;
		text-align: center;
		letter-spacing: 0;
	}
}

/*------------------------
	st-ance-footer
------------------------*/
.st-ance-footer {
	background: #000;
	padding: 80px 0 23px;
}

.st-ance-footer-inner {
	max-width: 995px;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
}

.st-ance-footer-logo img {
	width: 109px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.st-ance-footer-address {
	margin-top: 30px;
	margin-bottom: 15px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #fff;
	letter-spacing: 0.1em;
}

.st-ance-footer-privacy a {
	display: inline-block;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 1.1rem;
	line-height: 1.4;
	color: #fff;
	text-decoration: none;
}

.st-ance-footer-copy {
	margin-top: 70px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	line-height: 1.4;
	color: #fff;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 599px) {
	.st-ance-footer-address {
		margin-bottom: 20px;
	}
}

/*------------------------
	st-ance-intro
------------------------*/
.st-ance-intro-content {
	display: flex;
	align-items: center;
	gap: 30px;
}

.st-ance-intro-text {
	flex: 1 1 auto;
	min-width: 0;
}

.st-ance-intro-img {
	max-width: 355px;
	width: 100%;
}

.st-ance-intro-img img {
	max-width: 315px;
	width: 100%;
	height: auto;
	display: block;
}

.st-ance-intro-ttl {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 3.4rem;
	letter-spacing: 0.01em;
	line-height: 1.27;
	margin-bottom: 33px;
}

.st-ance-intro-desc p {
	margin-bottom: 27px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.9285;
	letter-spacing: 0.03em;
}

.st-ance-intro-desc p span {
	display: inline-block;
	width: 29px;
	height: 1px;
	color: #000;
	background-color: #000;
	margin: 0 5px;
	top: -4px;
	position: relative;
}

.st-ance-intro-list {
	display: flex;
	flex-wrap: wrap;
	margin-top: 35px;
	gap: 0 10px;
}

.st-ance-intro-list li {
	width: 35%;
	position: relative;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.4rem;
	letter-spacing: -0.01em;
	line-height: 1.92;
}

@media screen and (min-width: 1000px) {
	.sp-only_ {
		display: none !important;
	}
}

@media screen and (max-width: 999px) {
	.st-ance-intro-content {
		flex-direction: column;
		gap: 30px;
	}
	.pc-only_ {
		display: none !important;
	}
	.sp-only_ {
		display: block;
	}
	.st-ance-intro-img {
		position: absolute;
		top: 110px;
		right: -11px;
		max-width: 190px;
		width: 100%;
	}
	.st-ance-intro-img img {
		max-width: 100%;
		object-fit: cover;
		overflow: hidden;
	}
	.st-ance-intro {
		overflow: hidden;
	}
	
}

@media screen and (max-width: 599px) {
	.st-ance-intro-list li {
		width: 100%;
	}
	.st-ance-intro-ttl {
		font-size: 2rem;
		line-height: 1.74;
		margin-bottom: 37px;
	}
	.st-ance-intro-desc p {
		margin-bottom: 22px;
	}
}

/*------------------------
	st-ance-briefing-bnr
------------------------*/
.st-ance-briefing-bnr .container {
	padding-top: 75px;
}

.st-ance-briefing-bnr-box {
	background: #f8e7e6;
	border-radius: 30px;
	box-shadow: 11px 13px 7px rgba(4, 0, 0, 0.15);
	padding: 72px 81px 61px 72px;
}

.st-ance-briefing-bnr-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.st-ance-briefing-bnr-text {
	width: 55%;
	min-width: 0;
}

.st-ance-briefing-bnr-head {
	display: flex;
	align-items: center;
}

.st-ance-briefing-bnr-ttl {
	font-family: "Noto Serif JP", serif;
	font-weight: 800;
	font-size: 5.2rem;
	line-height: 1;
	letter-spacing: 0.08em;
	background: linear-gradient(transparent 70%, #fff 70%);
}

.st-ance-briefing-bnr-badge {
	width: 86px;
	height: 86px;
	margin-left: 30px;
	border-radius: 50%;
	background: #ba1b29;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 800;
	font-size: 1.5rem;
	line-height: 1.16;
	color: #fff;
	text-align: center;
	flex-shrink: 0;
}

.st-ance-briefing-bnr-desc {
	margin-top: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.92;
	letter-spacing: 0.06em;
}

.st-ance-briefing-bnr-more {
	margin-top: 20px;
}

.st-ance-briefing-bnr-more a {
	display: inline-block;
	border: 1px solid #221714;
	width: 115px;
	height: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 1.76rem;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #ba1b29;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.st-ance-briefing-bnr-more a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%); 
	width: 8px;
	height: 10px;
	background-image: url(../images/more_triangle.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

.st-ance-briefing-bnr-img {
	width: 314px;
	margin-left: 40px;
	flex: 0 0 314px;
}

.st-ance-briefing-bnr-img img {
	width: 100%;
	height: auto;
	display: block;
}

@media screen and (max-width: 999px) {
	.st-ance-briefing-bnr .container {
		padding-top: 50px;
	}
	.st-ance-briefing-bnr-ttl {
		font-size: 3rem;
		background: none;
	}
	.st-ance-briefing-bnr-img {
		width: 187px;
		margin-left: 0;
		margin: 0 auto;
		text-align: center;
		margin-top: 25px;
	}
	.st-ance-briefing-bnr-box {
		padding: 35px 25px 40px;
	}
	.st-ance-briefing-bnr-content {
		flex-direction: column;
	}
	.st-ance-briefing-bnr-text {
		width: 100%;
	}
	.st-ance-briefing-bnr-head {
		flex-direction: column;
	}
	.st-ance-briefing-bnr-badge {
		margin-left: 0;
		margin-top: 10px;
		width: auto;
		height: auto;
		padding: 2px 20px;
		border-radius: 20px;
		font-size: 1.2rem;
	}
	.st-ance-briefing-bnr-desc {
		margin-top: 25px;
	}
	.st-ance-briefing-bnr-more {
		margin-top: 25px;
		text-align: center;
	}
	.st-ance-briefing-bnr-more a {
		width: 154px;
		height: 30px;
		font-size: 2.3rem;
	}
	.st-ance-briefing-bnr-more a::after {
		width: 11px;
		height: 13px;
		right: 9.5px;
	}
}
@media screen and (max-width: 999px) {

}

/*------------------------
	st-ance-coach
------------------------*/
.st-ance-coach .container {
	padding-bottom: 120px;
}
.st-ance-coach-content {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.st-ance-coach-img {
	position: relative;
	width: 426px;
	height: 335px;
	margin-top: 18px;
	flex-shrink: 0;
}

.st-ance-coach-img::before {
	content: "";
	position: absolute;
	top: 18px;
	left: 18px;
	width: 408px;
	height: 317px;
	background: #BA1B29;
}

.st-ance-coach-img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 408px;
	height: 317px;
	display: block;
	object-fit: cover;
}

.st-ance-coach-text {
	min-width: 0;
	margin-left: 80px;
}

.st-ance-coach-label {
	margin-top: 40px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.42;
	color: #000;
}

.st-ance-coach-name-wrap {
	display: flex;
	align-items: flex-end;
	margin-top: 10px;
}

.st-ance-coach-name {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 3rem;
	line-height: 1;
	color: #000;
	letter-spacing: 0.3em;
}

.st-ance-coach-name-en {
	margin-left: 8px;
	letter-spacing: 0.15em;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.2rem;
	line-height: 1;
	color: #000;
}

.st-ance-coach-desc {
	margin-top: 43px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.64;
	color: #000;
}

.st-ance-coach-more {
	margin-top: 25px;
	text-align: right;
}

@media screen and (max-width: 999px) {
	.st-ance-coach .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.st-ance-coach-content {
		flex-direction: column-reverse;
	}
	.st-ance-coach-img {
		width: 100%;
		max-width: 426px;
		height: auto;
		aspect-ratio: 426 / 335;
		margin-top: 30px;
	}

	.st-ance-coach-img::before {
		width: calc(100% - 18px);
		height: calc(100% - 18px);
	}

	.st-ance-coach-img img {
		width: calc(100% - 18px);
		height: calc(100% - 18px);
	}
	.st-ance-coach-text {
		margin-left: 0;
	}
	.st-ance-coach-label {
		margin-top: 20px;
		font-size: 1.3rem;
	}
	.st-ance-coach-name-wrap {
		margin-top: 15px;
	}
	.st-ance-coach-more {
		text-align: center;
		margin: 35px auto 0;
	}
}
@media screen and (max-width: 599px) {
	.st-ance-coach-name {
		font-size: 1.8rem;
	}
	.st-ance-coach-name-en {
		margin-left: 10px;
	}
}

/*------------------------
	st-ance-program
------------------------*/
.st-ance-program .container {
	padding-top: 140px;
	padding-bottom: 95px;
}

.st-ance-program-lead {
	margin-top: 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.6;
	color: #000;
	display: flex;
	align-items: center;
	gap: 10px;
	letter-spacing: 0.13em;
	flex-wrap: wrap;
}

.st-ance-program-lead-line {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.st-ance-program-lead-arrow {
	display: block;
	flex-shrink: 0;
	width: 15px;
}

.st-ance-program-list {
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
}

.st-ance-program-list li {
	position: relative;
}

.st-ance-program-list li:nth-child(1) .st-ance-program-icon {
	width: 90px;
}
.st-ance-program-list li:nth-child(2) .st-ance-program-icon {
	width: 137px;
}
.st-ance-program-list li:nth-child(3) .st-ance-program-icon {
	width: 85px;
}

.point-block {
	position: absolute;
	left: 12px;
	top: -20px;
}

.st-ance-program-point {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-size: 2.1rem;
	line-height: 1;
	color: #ba1b29;
}

.st-ance-program-num {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-size: 5rem;
	line-height: 1;
	color: #ba1b29;
}

.st-ance-program-circle {
	width: 272px;
	height: 272px;
	margin-top: -10px;
	background: #f2f2f2;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.st-ance-program-icon img {
	display: block;
	margin: 0 auto;
}

.st-ance-program-text {
	margin-top: 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.64;
	color: #000;
	text-align: center;
}

.st-ance-program-more {
	margin-top: 45px;
	text-align: right;
}

.st-ance-program-more a {
	display: inline-block;
	border: 1px solid #221714;
	width: 115px;
	height: 22px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 1.76rem;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #ba1b29;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.st-ance-program-more a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	transform: translateY(-50%);
	width: 8px;
	height: 10px;
	background-image: url(../images/more_triangle.svg);
	background-repeat: no-repeat;
	background-size: cover;
}
@media screen and (max-width: 999px) {
	.st-ance-program .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.st-ance-program-lead {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		font-size: 1.4rem;
	}

	.st-ance-program-lead-line {
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}

	.st-ance-program-lead-line-01 {
		padding-left: 0;
	}

	.st-ance-program-list {
		margin-top: 50px;
		flex-direction: column;
		gap: 40px;
		align-items: center;
	}

	.st-ance-program-circle {
		width: 253px;
		height: 253px;
	}

	.st-ance-program-text {
		margin-top: 25px;
	}

	.st-ance-program-more {
		text-align: center;
	}

	.st-ance-program-more a {
		width: 154px;
		height: 30px;
		font-size: 2.3rem;
	}
	.st-ance-program-more a::after {
		width: 11px;
		height: 13px;
		right: 9.5px;
	}
}
/*------------------------
	st-ance-faq
------------------------*/
.st-ance-faq .container {
	padding-top: 150px;
	padding-bottom: 300px;
}

.st-ance-faq-list {
	margin-top: 50px;
}

.st-ance-faq-item {
	border-top: 1px solid #000;
}

.st-ance-faq-item:last-child {
	border-bottom: 1px solid #000;
}

.st-ance-faq-q {
	position: relative;
	padding: 20px 70px 15px 0;
	cursor: pointer;
}

.st-ance-faq-q-text,
.st-ance-faq-a-text {
	position: relative;
	padding-left: 25px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.75;
	color: #000;
}

.st-ance-faq-q-text::before {
	content: "Q.";
	position: absolute;
	top: 0;
	left: 0;
}

.st-ance-faq-a {
	display: none;
	padding: 0 70px 25px 0px;
}

.st-ance-faq-a-text::before {
	content: "A.";
	position: absolute;
	top: 0;
	left: 0;
}

.st-ance-faq-toggle {
	position: absolute;
	top: 50%;
	right: 18px;
	width: 25px;
	height: 25px;
	padding: 0;
	border: none;
	background: none;
	transform: translateY(-50%);
	pointer-events: none;
}

.st-ance-faq-toggle span {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
}

.st-ance-faq-toggle span::before,
.st-ance-faq-toggle span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000;
	transform: translate(-50%, -50%);
}

.st-ance-faq-toggle span::before {
	width: 18px;
	height: 1px;
}

.st-ance-faq-toggle span::after {
	width: 1px;
	height: 18px;
}

.st-ance-faq-item.is-open .st-ance-faq-toggle span::after {
	display: none;
}

@media screen and (max-width: 999px) {
	.st-ance-faq .container {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.st-ance-faq-list {
		margin-top: 25px;
	}
}
@media screen and (max-width: 599px) {
	.st-ance-faq-q {
		padding: 20px 50px 15px 0;
	}
	.st-ance-faq-q-text, .st-ance-faq-a-text {
		font-size: 1.2rem;
		padding-left: 15px;
	}
	.st-ance-faq-toggle {
		width: 15px;
		height: 15px;
	}
	.st-ance-faq-toggle span {
		width: 15px;
		height: 15px;
	}
	.st-ance-faq-a {
		padding: 0 50px 15px 0;
	}
}

/*------------------------
	st-ance-lower common
------------------------*/
.st-ance-lower-main .container {
	padding-top: 120px;
	padding-bottom: 120px;
}

.st-ance-lower-sec-head {
	display: flex;
	align-items: flex-end;
	gap: 13px;
}

.st-ance-lower-sec-ttl {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 5.5rem;
	line-height: 1;
	color: #000;
	letter-spacing: 0.06em;
	min-width: 0;
	white-space: nowrap;
}

.st-ance-lower-sec-subttl {
	letter-spacing: 0.13em;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 800;
	font-size: 1.7rem;
	line-height: 1;
	color: #000;
}

@media screen and (max-width: 999px) {
	.st-ance-lower-sec-ttl {
		font-size: 2.4rem;
	}
	.st-ance-lower-sec-subttl {
		font-size: 1.6rem;
	}
	.st-ance-lower-coach-main {
		max-width: 100%;
	}
	.st-ance-lower-main .container {
		padding: 70px 20px;
	}
}

@media screen and (max-width: 599px) {
	.st-ance-lower-sec-head {
		flex-wrap: wrap;
	}
	.st-ance-lower-sec-ttl {
		font-size: 2.4rem;
	}
	.st-ance-lower-main .container {
		padding: 50px 20px;
	}
}

/*------------------------
	st-ance-lower-coach
------------------------*/
.st-ance-lower-coach-content-box {
	margin-top: 65px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.st-ance-lower-coach-main {
	max-width: 504px;
	width: 100%;
}

.st-ance-lower-coach-side {
	max-width: 266px;
	width: 100%;
}

.st-ance-lower-coach-label {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #000;
}

.st-ance-lower-coach-name-wrap {
	margin-top: 12px;
	display: flex;
	align-items: flex-end;
}

.st-ance-lower-coach-name {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 3.5rem;
	line-height: 1;
	color: #000;
	letter-spacing: 0.18em;
}

.st-ance-lower-coach-name-en {
	margin-left: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1;
	color: #000;
	letter-spacing: 0.08em;
}

.st-ance-lower-coach-desc {
	margin-top: 45px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1.92;
	color: #000;
}

.st-ance-lower-coach-book-wrap {
	margin-top: 35px;
	display: flex;
	gap: 28px;
}

.st-ance-lower-coach-book {
	display: flex;
	align-items: flex-end;
	gap: 10px;
}

.st-ance-lower-coach-book-img {
	flex-shrink: 0;
}

.st-ance-lower-coach-book-img img {
	display: block;
	width: 86px;
	height: auto;
}

.st-ance-lower-coach-history-list li {
	display: flex;
	align-items: flex-start;
	gap: 13px;
	padding: 8px 0;
	border-bottom: 1px solid #000;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.6;
	color: #000;
}

.st-ance-lower-coach-history-list li:first-child {
	border-top: 1px solid #000;
}

.st-ance-lower-coach-history-year {
	flex-shrink: 0;
}

.st-ance-lower-coach-history-detail {
	flex: 1 1 auto;
	min-width: 0;
}

.st-ance-lower-coach-history {
	margin-top: 25px;
}

.st-ance-lower-coach-history-ttl {
	font-size: 1.4rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
}

@media screen and (max-width: 999px) {
	.st-ance-lower-coach-content-box {
		flex-direction: column;
		gap: 45px;
		margin-top: 20px;
	}
	.st-ance-lower-coach-main {
		max-width: 100%;
	}
	.st-ance-lower-coach-side {
		max-width: 100%;
	}
	.st-ance-lower-coach-label {
		margin-top: 20px;
		font-size: 1.3rem;
	}
	.st-ance-lower-coach-name-wrap {
		margin-top: 15px;
	}
	.st-ance-lower-coach-name {
		font-size: 1.8rem;
	}
	.st-ance-lower-coach-name-en {
		margin-left: 10px;
		font-size: 1.2rem;
	}
	.st-ance-lower-coach-side {
		display: flex;
		gap: 20px;
		width: 100%;
		flex-direction: column;
	}
}

/*------------------------
	st-ance-lower-program
------------------------*/
.st-ance-lower-program-lead {
	margin-top: 20px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.6;
	color: #000;
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	letter-spacing: 0.14em;
}

.st-ance-lower-program-lead-line {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.st-ance-lower-program-lead-arrow {
	display: block;
	flex-shrink: 0;
	width: 15px;
}

.st-ance-lower-program-content-box {
	margin-top: 70px;
}

.st-ance-lower-program-list li {
	padding-left: 35px;
	border-left: 4px solid #ba1b29;
}

.st-ance-lower-program-list li + li {
	margin-top: 90px;
}

.st-ance-lower-program-point {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-size: 3rem;
	line-height: 1.2;
	color: #000;
	letter-spacing: 0.07em;
}

.st-ance-lower-program-ttl {
	margin-top: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.5;
	color: #000;
	letter-spacing: 0.045em;
}

.st-ance-lower-program-text {
	margin-top: 10px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 2rem;
	line-height: 1.7;
	color: #000;
}

.st-ance-lower-program-message {
	margin-top: 90px;
	display: flex;
	align-items: center;
}

.st-ance-lower-program-message img {
	width: 29px;
	height: 26px;
	display: block;
}

.st-ance-lower-program-message span {
	margin-left: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.5;
	color: #ba1b29;
	letter-spacing: 0.0285em;
}

@media screen and (max-width: 999px) {
	.st-ance-lower-program-lead {
		flex-direction: column;
		align-items: flex-start;
		gap: 8px;
		font-size: 1.6rem;
	}

	.st-ance-lower-program-lead-line {
		display: inline-flex;
		align-items: center;
		gap: 8px;
	}

	.st-ance-lower-program-content-box {
		margin-top: 50px;
	}

	.st-ance-lower-program-point {
		font-size: 2.6rem;
	}

	.st-ance-lower-program-ttl {
		font-size: 2.6rem;
	}

	.st-ance-lower-program-text {
		font-size: 1.6rem;
	}

	.st-ance-lower-program-message span {
		font-size: 2.6rem;
	}
}

@media screen and (max-width: 599px) {
	.st-ance-lower-program-list li {
		padding-left: 20px;
		border-left: 2px solid #ba1b29;
	}

	.st-ance-lower-program-list li + li {
		margin-top: 40px;
	}

	.st-ance-lower-program-point {
		font-size: 2.2rem;
	}

	.st-ance-lower-program-ttl {
		font-size: 2.2rem;
	}

	.st-ance-lower-program-text {
		font-size: 1.4rem;
	}

	.st-ance-lower-program-message span {
		font-size: 2rem;
	}
}

/*------------------------
	st-ance-lower-course
------------------------*/
.st-ance-lower-course-content-box {
	margin-top: 60px;
}

.st-ance-lower-course-box {
	background: #f2f2f2;
	padding: 30px 25px 15px;
}

.st-ance-lower-course-box + .st-ance-lower-course-box {
	margin-top: 35px;
}

.st-ance-lower-course-ttl {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 2.8rem;
	line-height: 1;
	text-align: center;
	color: #000;
	letter-spacing: 0.1em;
}

.st-ance-lower-course-ttl span {
	font-size: 2.1rem;
	letter-spacing: 0;
}

.st-ance-lower-course-day-list {
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
}

.st-ance-lower-course-day {
	width: 32.597%;
	background: #fff;
	padding: 0 10px 18px;
	text-align: center;
	position: relative;
}

.st-ance-lower-course-day-label {
	max-width: 148px;
	width: 100%;
	margin: 0 auto;
	margin-top: -12px;
	border-radius: 20px;
	background: #4e4d4d;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.5;
	color: #fff;
	padding: 1px 0;
}

.st-ance-lower-course-day-text {
	margin-top: 16px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.5;
	color: #000;
}

.st-ance-lower-course-note {
	margin-top: 15px;
	text-align: right;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.3rem;
	line-height: 1.5;
	color: #000;
}

@media screen and (max-width: 599px) {
	.st-ance-lower-course-ttl {
		font-size: 2.2rem;
	}
	.st-ance-lower-course-ttl span {
		font-size: 1.8rem;
	}
	.st-ance-lower-course-box {
		padding: 20px;
	}
	.st-ance-lower-course-day-list {
		flex-direction: column;
		gap: 30px;
	}
	.st-ance-lower-course-day {
		width: 100%;
	}
	.st-ance-lower-course-day-label {
		max-width: 200px;
		font-size: 1.4rem;
	}
	.st-ance-lower-course-day-text {
		font-size: 1.5rem;
	}
	.st-ance-lower-course-note {
		font-size: 1.2rem;
		text-align: left;
	}
}

/*------------------------
	st-ance-lower-process
------------------------*/
.st-ance-lower-process-content-box {
	margin-top: 60px;
}

.st-ance-lower-process-flow {
	display: flex;
}

.st-ance-lower-process-flow li {
	position: relative;
	width: calc( 100% / 6 );
	height: 116px;
	background: #4e4d4d;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-shrink: 0;
	border: none;
}

.st-ance-lower-process-flow li::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -10px;
	width: auto;
	height: 100%;
	aspect-ratio: 22 / 164;
	z-index: 2;
	background: url(../images/process_arrow.png);
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}

.st-ance-lower-process-flow li:first-child::after {
	display: none;
}

.st-ance-lower-process-flow p {
	position: relative;
	z-index: 1;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.45;
	color: #fff;
}

.st-ance-lower-process-flow span {
	position: relative;
	z-index: 1;
	display: block;
	margin-top: 5px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.4;
	color: #fff;
}

.st-ance-lower-process-cta {
	margin-top: 25px;
	display: flex;
	justify-content: space-between;
	gap: 25px;
}

.st-ance-lower-process-price,
.st-ance-lower-process-link {
	width: 50%;
}

.st-ance-lower-process-price {
	background: #c91528;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 75px;
}

.st-ance-lower-process-price p {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff;
	letter-spacing: 0.04em;
}

.st-ance-lower-process-price p span {
	font-size: 2.9rem;
	margin: 0 5px;
}

.st-ance-lower-process-price p small {
	font-size: 0.8rem;
	writing-mode: vertical-rl;
}

.st-ance-lower-process-link a {
	position: relative;
	background: #c91528;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 75px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.04em;
}

.st-ance-lower-process-link a span {
	position: relative;
	padding-right: 42px;
}

.st-ance-lower-process-link a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 36px;
	height: 36px;
	background: url(../images/arrow_w.svg);
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%);
}

@media screen and (max-width: 999px) {
	.st-ance-lower-process-flow p {
		font-size: 1.5rem;
	}
}
@media screen and (max-width: 768px) {
	.st-ance-lower-process-flow {
		flex-wrap: wrap;
		gap: 2px 0;
	}
	.st-ance-lower-process-flow li {
		width: calc(100% / 3);
	}
	.st-ance-lower-process-flow li:nth-child(4)::after {
		content: none;
	}
	.st-ance-lower-process-flow li:nth-child(3)::before {
		content: "";
		position: absolute;
		top: 50%;
		right: 0;
		width: auto;
		height: 100%;
		aspect-ratio: 22 / 164;
		z-index: 2;
		background: url(../images/process_arrow_02.png);
		background-repeat: no-repeat;
		background-size: cover;
		transform: translateY(-50%);
	}
	.st-ance-lower-process-flow li:nth-child(4)::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 0;
		width: auto;
		height: 100%;
		aspect-ratio: 22 / 164;
		z-index: 2;
		background: url(../images/process_arrow_03.png);
		background-repeat: no-repeat;
		background-size: cover;
		transform: translateY(-50%);
	}
	.st-ance-lower-process-flow .is-last {
		width: calc((100% / 3) - 15px);
	}
}
@media screen and (max-width: 599px) {
	.st-ance-lower-process-flow p {
		font-size: 1.2rem;
	}
	.st-ance-lower-process-cta {
		flex-direction: column;
	}
	.st-ance-lower-process-price, .st-ance-lower-process-link {
		width: 100%;
	}
	.st-ance-lower-process-price p {
		font-size: 1.6rem;
	}
	.st-ance-lower-process-link a {
		font-size: 1.6rem;
	}
	.st-ance-lower-process-price p span {
		font-size: 2.2rem;
	}
}

/*------------------------
	st-ance-lower-interview
------------------------*/
.st-ance-lower-interview-lead {
	margin-top: 35px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.6;
	color: #000;
	font-size: 2rem;
	letter-spacing: 0.14em;
}

.st-ance-lower-interview-content-box {
	margin-top: 80px;
}

.st-ance-lower-interview-ttl {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.5;
	color: #000;
	font-size: 3.4rem;
	letter-spacing: 0.05em;
}

.st-ance-lower-interview-desc {
	margin-top: 40px;
	font-size: 1.4rem;
	font-weight: 600;
}

.st-ance-lower-interview-desc p {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 2;
	color: #000;
	letter-spacing: 0.06em;
}

.st-ance-lower-interview-question-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.st-ance-lower-interview-question-list li {
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.6;
	color: #000;
	font-size: 1.3rem;
	letter-spacing: 0.07em;
}

.st-ance-lower-interview-case {
	margin-top: 75px;
	padding: 35px 50px 35px;
	background: #f2f2f2;
}

.st-ance-lower-interview-case-head {
	display: flex;
	align-items: center;
}

.st-ance-lower-interview-case-icon {
	width: 55px;
	flex-shrink: 0;
}

.st-ance-lower-interview-case-icon img {
	display: block;
	width: 100%;
	height: auto;
}

.st-ance-lower-interview-case-meta {
	margin-left: 15px;
}

.st-ance-lower-interview-case-name,
.st-ance-lower-interview-case-profile {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.6;
	color: #000;
	font-size: 1.4rem;
}

.st-ance-lower-interview-answer-wrap {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-top: 20px;
	align-items: stretch;
}

.st-ance-lower-interview-answer {
	width: calc((100% - 80px) / 3);
	padding: 34px 31px 39px 34px;
	background: #fff;
	border-radius: 0 64px 64px 64px;
	box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.12);
}

.st-ance-lower-interview-answer-num {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.4;
	color: #000;
	font-size: 1.7rem;
}

.st-ance-lower-interview-answer-text {
	margin-top: 1px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.8;
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0;
}
@media screen and (max-width: 999px) {
	.st-ance-lower-interview-answer-wrap {
		flex-direction: column;
	}
	.st-ance-lower-interview-answer {
		width: 100%;
		min-height: auto;
		padding: 34px 20px 39px;
	}
}
@media screen and (max-width: 599px) {
	.st-ance-lower-interview .container {
		padding-top: 50px;
	}
	.st-ance-lower-interview-lead {
		margin-top: 20px;
		font-size: 1.6rem;
	}
	.st-ance-lower-interview-content-box {
		margin-top: 40px;
	}
	.st-ance-lower-interview-ttl {
		font-size: 2.4rem;
	}
	.st-ance-lower-interview-question-list {
		flex-direction: column;
	}
	.st-ance-lower-interview-case {
		margin-top: 40px;
		padding: 35px 20px;
	}
	.st-ance-lower-interview-answer-wrap {
		gap: 20px;
	}
}

/*------------------------
	st-ance-lower-case-study
------------------------*/
.st-ance-lower-case-study-lead {
	margin-top: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.6;
	color: #000;
	font-size: 2rem;
	letter-spacing: 0.07em;
}

.st-ance-lower-case-study-content-box {
	margin-top: 65px;
}

.st-ance-lower-case-study-list {
	display: flex;
	justify-content: space-between;
	gap: 25px;
	align-items: stretch;
}

.st-ance-lower-case-study-list li {
	width: calc((100% - 50px) / 3);
	background: #f2f2f2;
	box-shadow: 8px 8px 18px rgba(0, 0, 0, 0.12);
	padding: 40px 20px;
	display: flex;
	flex-direction: column;
}

.st-ance-lower-case-study-item-head {
	padding-bottom: 25px;
	border-bottom: 1px solid #8d8d8d;
}

.st-ance-lower-case-study-item-ttl {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.6;
	color: #000;
	font-size: 1.7rem;
}

.st-ance-lower-case-study-item-text {
	margin-top: 15px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.9;
	color: #000;
	font-size: 1.4rem;
}

.st-ance-lower-case-study-item-body {
	padding-top: 25px;
}

.st-ance-lower-case-study-item-label {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.4;
	color: #BA1B29;
	font-size: 1.3rem;
	position: relative;
	display: inline-block;
	padding-right: 15px;
}

.st-ance-lower-case-study-item-label::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 9px;
	right: 0;
	top: 50%;
	background: url(../images/program_message_arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%); 
}

.st-ance-lower-case-study-item-copy {
	margin-top: 10px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	line-height: 1.6;
	color: #BA1B29;
	font-size: 1.7rem;
}

.st-ance-lower-case-study-item-desc {
	margin-top: 12px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.9;
	color: #000;
	font-size: 1.4rem;
}

.st-ance-lower-case-study-message {
	margin-top: 100px;
	text-align: center;
}

.st-ance-lower-case-study-message p {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	line-height: 1.6;
	color: #000;
	font-size: 3rem;
}

.st-ance-lower-case-study-message span {
	display: inline;
	background: linear-gradient(transparent 70%, #f8e7e6 70%);
}

@media screen and (max-width: 999px) {
	.st-ance-lower-case-study-content-box {
		margin-top: 40px;
	}
	.st-ance-lower-case-study-list {
		flex-direction: column;
		align-items: center;
	}
	.st-ance-lower-case-study-list li {
		width: 100%;
	}
	.st-ance-lower-case-study-message p {
		font-size: 2.4rem;
	}
	.st-ance-lower-case-study-message {
		margin-top: 55px;
	}
}

@media screen and (max-width: 599px) {
	.st-ance-lower-case-study-lead {
		font-size: 1.6rem;
	}
	.st-ance-lower-case-study-message p {
		font-size: 2rem;
	}
}

/*------------------------
	st-ance-briefing-intro
------------------------*/
.st-ance-briefing-intro .container {
	padding-top: 88px;
}

.st-ance-briefing-intro-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.st-ance-briefing-intro-text {
	min-width: 0;
}

.st-ance-briefing-intro-ttl {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 5.2rem;
	line-height: 1.4;
	color: #000;
}

.st-ance-briefing-intro-desc {
	margin-top: 30px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 2;
	color: #000;
}

.st-ance-briefing-intro-img {
	width: 394px;
	flex-shrink: 0;
	margin-left: 40px;
}

.st-ance-briefing-intro-img img {
	display: block;
	width: 100%;
	height: auto;
}

.st-ance-briefing-feature-list {
	margin-top: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 17px;
}

.st-ance-briefing-feature-list li {
	width: calc((100% - 17px) / 2);
	padding: 20px;
	background: #f2f2f2;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.7rem;
	line-height: 1.4;
	color: #000;
	position: relative;
	text-align: center;
}

.st-ance-briefing-feature-list li::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 7px;
	height: 100%;
	background: #c91528;
}

@media screen and (max-width: 999px) {
	.st-ance-briefing-intro-ttl {
		font-size: 4rem;
	}
	.st-ance-briefing-intro-content {
		flex-direction: column;
	}
	.st-ance-briefing-intro-img {
		margin-left: 0;
		max-width: 394px;
		width: 100%;
	}
	.st-ance-briefing-feature-list {
		margin-top: 55px;
	}
	.st-ance-briefing-feature-list li {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 599px) {
	.st-ance-briefing-intro-ttl {
		font-size: 2.4rem;
	}
	.st-ance-briefing-feature-list {
		flex-direction: column;
	}
	.st-ance-briefing-feature-list li {
		width: 100%;
		font-size: 1.4rem;
	}
}

/*------------------------
	st-ance-briefing-flow
------------------------*/
.st-ance-briefing-flow .container {
	padding-top: 130px;
}

.st-ance-briefing-flow-ttl {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 3.4rem;
	line-height: 1.4;
	color: #000;
}

.st-ance-briefing-flow-content {
	margin-top: 55px;
}

.st-ance-briefing-flow-list {
	display: flex;
	align-items: center;
	gap: 50px;
	position: relative;
}

.st-ance-briefing-flow-list li {
	position: relative;
	width: calc((100% - 150px) / 4);
}

.st-ance-briefing-flow-list li::before {
	content: "";
	position: absolute;
	width: 18px;
	height: 21px;
	background-image: url(../images/tr_a.svg);
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%); 
	top: 50%;
	right: -36px;
}
.st-ance-briefing-flow-list li:nth-child(3)::before,
.st-ance-briefing-flow-list li:last-child:before {
	content: none;
}

.st-ance-briefing-flow-list li:nth-child(1) .st-ance-briefing-flow-icon {
	width: 77px;
}
.st-ance-briefing-flow-list li:nth-child(2) .st-ance-briefing-flow-icon {
	width: 57px;
}
.st-ance-briefing-flow-list li:nth-child(3) .st-ance-briefing-flow-icon {
	width: 86px;
}


.st-ance-briefing-flow-step {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 800;
	font-size: 2.6rem;
	line-height: 1.2;
	color: #c91528;
	text-align: center;
	position: absolute;
	display: flex;
	align-items: center;
	gap: 5px;
	transform: translateX(-50%); 
	left: 50%;
	top: -20px;
}

.st-ance-briefing-flow-step span {
	font-size: 4.5rem;
}

.st-ance-briefing-flow-circle {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	margin-top: 8px;
	border-radius: 50%;
	background: #f8e7e6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.st-ance-briefing-flow-icon img {
	display: block;
	margin: 0 auto;
}

.st-ance-briefing-flow-text {
	margin-top: 8px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.5;
	color: #000;
}

.st-ance-briefing-flow-arrow {
	padding: 0 14px;
}

.st-ance-briefing-flow-arrow img {
	display: block;
}

.st-ance-briefing-flow-note {
	width: 100%;
	height: auto;
	aspect-ratio: 1 / 1;
	border-radius: 50%;
	background: #c91528;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-shrink: 0;
}

.st-ance-briefing-flow-note p {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 800;
	font-size: 1.6rem;
	line-height: 1.7;
	color: #fff;
}

@media screen and (max-width: 999px) {
	.st-ance-briefing-flow-list li {
		width: calc((100% - 75px) / 4);
	}
	.st-ance-briefing-flow-list {
		gap: 25px;
	}
	.st-ance-briefing-flow-ttl {
		font-size: 4rem;
	}
	.st-ance-briefing-flow-text {
		font-size: 1.4rem;
	}
	.st-ance-briefing-flow-note p {
		font-size: 1.4rem;
	}
	.st-ance-briefing-flow-list li::before {
		width: 13px;
		height: 16px;
		right: -20px;
	}
}

@media screen and (max-width: 768px) {
	.st-ance-briefing-flow-list {
		flex-direction: column;
		gap: 30px;
	}
	.st-ance-briefing-flow-list li {
		max-width: 250px;
		width: 100%;
	}
	.st-ance-briefing-flow-list li::before {
		right: 50%;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		top: auto;
		bottom: -20px;
	}
}

@media screen and (max-width: 599px) {
	.st-ance-briefing-flow-ttl {
		font-size: 2.4rem;
	}
}

/*------------------------
	st-ance-briefing-form
------------------------*/
.st-ance-briefing-form .container {
	padding-top: 140px;
	padding-bottom: 180px;
}

.st-ance-briefing-form-box {
	margin-top: 60px;
}

.st-ance-briefing-form-list {
	width: 100%;
}

.st-ance-briefing-form-row + .st-ance-briefing-form-row {
	margin-top: 20px;
}

.st-ance-briefing-form-label {
	margin: 0 0 10px;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.014em;
	color: #000;
}

.st-ance-briefing-form-row .wpcf7-form-control-wrap {
	display: block;
	width: 100%;
}

.st-ance-briefing-form-input,
.st-ance-briefing-form-textarea {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 1px solid #c8c8c8;
	border-radius: 0;
	background: transparent;
	box-sizing: border-box;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.4;
	color: #000;
}

.st-ance-briefing-form-input {
	height: 48px;
	padding: 0 12px;
}

.st-ance-briefing-form-textarea {
	min-height: 160px;
	padding: 12px;
	resize: vertical;
}

.st-ance-briefing-schedule-list {
	display: block;
	width: 100%;
	border: 1px solid #c8c8c8;
	box-sizing: border-box;
}

.st-ance-briefing-schedule-item {
	display: flex;
	align-items: center;
	gap: 8px;
	width: 100%;
	padding: 10px;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
	cursor: pointer;
}

.st-ance-briefing-schedule-item:last-child {
	border-bottom: none;
}

.st-ance-briefing-schedule-input {
	-webkit-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	margin: 0;
	border: 1px solid #000;
	border-radius: 50%;
	background: transparent;
	position: relative;
	flex-shrink: 0;
}

.st-ance-briefing-schedule-input:checked::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #000;
	transform: translate(-50%, -50%);
}

.st-ance-briefing-schedule-text {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.014em;
	color: #000;
}

.st-ance-briefing-form-submit {
	margin-top: 45px;
	text-align: center;
	position: relative;
}

.st-ance-briefing-form-submit-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 164px;
	height: 34px;
	padding: 0 30px;
	border: none;
	border-radius: 0;
	background: #000;
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	transition: opacity .3s;
}

.st-ance-briefing-form-submit-btn:hover {
	opacity: 0.7;
}

.st-ance-briefing-form .wpcf7-not-valid-tip {
	margin-top: 8px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.st-ance-briefing-form .wpcf7-response-output {
	margin: 20px 0 0;
	padding: 12px 16px;
	font-size: 1.3rem;
	line-height: 1.6;
}
.wpcf7 form.invalid .wpcf7-response-output {
	text-align: center;
}

@media screen and (max-width: 599px) {
	.st-ance-briefing-form-box {
		margin-top: 60px;
	}

	.st-ance-briefing-form-label,
	.st-ance-briefing-form-input,
	.st-ance-briefing-form-textarea,
	.st-ance-briefing-schedule-text {
		font-size: 1.5rem;
	}

	.st-ance-briefing-form-input {
		height: 44px;
	}

	.st-ance-briefing-form-textarea {
		min-height: 140px;
	}
}
/*------------------------
	st-ance-privacy
------------------------*/
.st-ance-privacy .container {
	padding-top: 85px;
	padding-bottom: 300px;
	max-width: 730px;
}

.st-ance-privacy-content-box {
	margin: 50px auto 0;
}

.st-ance-privacy-content-box > p:first-child {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.8;
	color: #000;
}

.st-ance-privacy-content-box h2,
.st-ance-privacy-content-box h3 {
	position: relative;
	padding-left: 10px;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000;
}

.st-ance-privacy-content-box h2::before,
.st-ance-privacy-content-box h3::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	background: #000;
}

.st-ance-privacy-content-box h2 {
	margin-top: 50px;
	margin-bottom: 20px;
}

.st-ance-privacy-content-box h3 {
	margin-top: 50px;
}

.st-ance-privacy-content-box h2 + p,
.st-ance-privacy-content-box h3 + p {
	margin-top: 10px;
}

.st-ance-privacy-content-box p {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.9;
	color: #000;
}

.st-ance-privacy-content-box p + p {
	margin-top: 25px;
}

.st-ance-privacy-content-box a {
	word-break: break-all;
	text-decoration: underline;
	color: inherit;
}

.st-ance-privacy-content-box a:hover {
	opacity: 0.7;
}

.st-ance-privacy-content-box h2 + h3 {
	margin-top: 35px;
}

.st-ance-privacy-content-box .privacy-related-title {
	margin-top: 100px;
	padding-left: 0;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.6;
	color: #000;
}

.st-ance-privacy-content-box .privacy-related-title::before {
	content: none;
}

.st-ance-privacy-content-box .privacy-date {
	margin-top: 45px;
}

.wpcf7-grv3-policies-container {
	font-size: 1.4rem;
	text-align: center;
}

.st-ance-privacy-content-box .privacy-date p {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.1rem;
	line-height: 1.9;
	color: #000;
}

/*------------------------
	st-ance-thanks
------------------------*/
.st-ance-thanks-content {
	margin-top: 60px;
	padding: 70px 40px;
	text-align: center;
}

.st-ance-thanks-ttl {
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	font-size: 3rem;
	line-height: 1.6;
	color: #000;
}

.st-ance-thanks-desc {
	margin-top: 35px;
}

.st-ance-thanks-desc p {
	font-family: "Noto Serif JP", serif;
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 2;
	color: #000;
}

.st-ance-thanks-desc p + p {
	margin-top: 24px;
}

.st-ance-thanks-btn {
	margin-top: 45px;
	text-align: center;
}

.st-ance-thanks-btn a {
	display: inline-block;
	border: 1px solid #221714;
	max-width: 115px;
	width: 100%;
	padding: 3px 7px;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: 1.76rem;
	line-height: 1.23;
	letter-spacing: 0.06em;
	color: #ba1b29;
	text-decoration: none;
	text-align: center;
	position: relative;
}

.st-ance-thanks-btn a span {
	position: relative;
	padding-right: 30px;
}

.st-ance-thanks-btn a span::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 8.7px;
	height: 10px;
	background-image: url(../images/more_triangle.svg);
	background-repeat: no-repeat;
	background-size: cover;
}

@media screen and (max-width: 999px) {
	.st-ance-thanks-content {
		margin-top: 35px;
		padding: 50px 20px;
	}

	.st-ance-thanks-ttl {
		font-size: 2.6rem;
	}

	.st-ance-thanks-desc p {
		font-size: 1.5rem;
	}

	.st-ance-thanks-btn a {
		font-size: 2.3rem;
		max-width: 155px;
		padding-bottom: 2px;
	}
}

@media screen and (max-width: 599px) {
	.st-ance-thanks-ttl {
		font-size: 2rem;
		text-align: left;
	}

	.st-ance-thanks-desc {
		margin-top: 25px;
	}

	.st-ance-thanks-desc p {
		font-size: 1.4rem;
		text-align: left;
	}
}