@charset "UTF-8";


/* 共通仕様 */
body {
	font-family: 'Noto Serif JP', serif;
	color: #6d6464;
}

:root {
	font-size: 14px;
	line-height: 3em;
}

article {
	background-color: #fcfcfc;
	width: 100%;
	overflow: hidden;
}

section {
	max-width: 750px;
	width: 100%;
	margin: 0 auto;
}

section img {
	width: 100%;
	display: block;
}


/* ボタン */
.btn-outer {
	display: block;
	width: 80%;
	margin: 3% auto;
	position: relative;
	overflow: hidden;
	transition: opacity .3s ease;
}

.btn-outer:hover {
	opacity: .8;
}

.btn-outer::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100%;
	width: 200%;
	height: 100%;
	background: linear-gradient(120deg,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0.7) 50%,
			rgba(255, 255, 255, 0) 100%);
	transform: skewX(-10deg);
	animation: shine 2.5s ease-in-out infinite;
	z-index: 1;
}

.btn-outer.book::before {
	height: 81%;
}

.btn {
	width: 100%;
}

@keyframes shine {
	0% {
		left: -100%;
	}

	50% {
		left: 100%;
	}

	100% {
		left: 100%;
	}
}


/* あなたは今どのステージにいますか？ */
.section_07 {
	position: relative;
}

.section_07 .item {
	width: 30%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}


/* 女性起業家が夢や目標を叶えていくためには */
.section_11 {
	position: relative;
}

.section_11 .item {
	width: 25%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}


/* コース料金 */
.section_30__1,
.section_30__2,
.section_30__3 {
	position: relative;
}

.section_30__1 {
	background: linear-gradient(to bottom, #fcfaf5, #fefcfa);
}

.section_30__1 .btn-outer {
	position: absolute;
	bottom: 1%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section_30__2 .btn-outer {
	position: absolute;
	bottom: 2.5%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.section_30__3 .btn-outer {
	position: absolute;
	bottom: 2.5%;
	left: 50%;
	transform: translate(-50%, -50%);
}


/* 3大特典 */
.section_30__5 {
	position: relative;
}

.section_30__5 .btn-outer {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, -5%);
}



/* 最後に田村からのメッセージです*/
.section_38 {
	position: relative;
}

.section_38 .item {
	width: 30%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

/* このデザインしていく力を受講生さんにお伝えしてきた結果、*/
.section_41 {
	position: relative;
}

.section_41 .item {
	width: 85%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 50%);
}

.section_42_01 .btn-outer {
	margin: 7% auto 4%;
}


/* よくあるご質問 */
.section_43 {
	background: url(../images/sec_43.webp) no-repeat center / cover;
	position: relative;
}

.section_43__title {
	font-size: 2.7rem;
	font-weight: 700;
	text-align: center;
	padding-top: 7%;
}

.question__contents {
	width: 100%;
	padding: clamp(15px, 3%, 25px) 2vw clamp(15px, 3%, 25px);
}

.question__content {
	width: 100%;
	margin: 3% auto;
}

.question__btn {
	width: 100%;
	background-color: #fcfcfc;
	position: relative;
	padding: 5% clamp(45px, 11%, 75px) 5% 12%;
	display: flex;
	justify-content: left;
	align-items: center;
	cursor: pointer;
}

.question_icon {
	position: absolute;
	top: 50%;
	left: 6%;
	transform: translate(-50%, -50%);
	width: 3.5%;
	min-width: 15px;
}

.question_text {
	font-size: 1.7rem;
	font-weight: 700;
}

.question__icon-02 {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(-50%, -50%);
}

.question__icon-02 * {
	display: block;
	width: 25px;
	height: 3px;
	background-color: #a9be42;
}

.question__icon-02--01 {
	transform: translateY(100%) rotate(90deg);
	transition: transform .3s ease-in;
}

.question__icon-02.show .question__icon-02--01 {
	transform: translateY(100%) rotate(180deg);
}

.question__inner-text {
	display: none;
	padding: 5%;
	font-size: 1.6rem;
	background-color: #f8f8f8;
	font-weight: 500;
}

.question-inner__content-text {
	display: block;
	margin-top: 4%;
}

.question__inner-text ul {
	margin-top: 2%;
	list-style: disc;
}

.question__inner-text li {
	margin-left: 5%;
}

.course {
	font-weight: 600;
}

.course.standard {
	color: #C8B5C2;
}

.course.gold {
	color: #8e9308;
}

.course-gold--no1 {
	font-weight: 600;
	color: #8e9308;
	margin-left: 2%;
}

.course.platinum {
	color: #9B758D;
}

.question-inner__text--emphasis {
	display: block;
	margin-top: 7%;
	font-weight: 700;
	font-size: 1.05em;
	color: #8e9308;
	text-decoration: underline;
}

.footer-inner {
	background-color: #9b758d;
	width: 100%;
	max-width: 750px;
	height: 24vw;
	max-height: 180px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #FCFCFC;
	line-height: 2rem;
}

.footer a {
	display: block;
}

.footer a:hover {
	text-decoration: underline;
	text-underline-offset: 2px;
}




@media(max-width:650px) {
	:root {
		font-size: 12px;
	}

	/* よくあるご質問 */
	.section_43__title {
		font-size: 2.3rem;
		font-weight: 700;
	}

	.question_text {
		font-size: 1.5rem;
		line-height: 1.5em;
	}

	.question__icon-02 {
		right: 2%;
	}

	.question__icon-02 * {
		width: 20px;
		height: 2px;
	}

	.question__inner-text {
		display: none;
		padding: 5%;
		font-size: 1.2rem;
	}
}

@media(max-width:500px) {
	.question_text {
		font-size: 1.2rem;
		line-height: 1.5em;
	}

	.footer-inner {
		font-size: .8em;
		line-height: 1.5rem;
	}


}