header {
	margin-top: auto;
}
.header__icon {
	display: block;
	width: 30vw;
	margin: 8px auto;
}
.topicpath {
	position: static;
}
.coution__text {
	width: auto;
}
.fvwrap1 {
	width: auto;
}
.header__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: var(--bg--color);
	margin: auto 4%;
	height: 40px;
}
.sub {
	padding: 0;
}
.note {
	margin: 0;
}
.btn__wrap {
	width: 100%;
}
/***********************************************************

 ************************************************************/
.main__indexmark {
	display: none;
}
.firstView__wrap {
	display: flex;
	flex-direction: column-reverse;
	height: fit-content;
	overflow: visible;
	margin: auto;
}
.coution__title {
	font-size: 1rem;
}
.firstView__content {
	display: block;
	background: white;
	width: fit-content;
	height: auto;
	padding: 20px 5px;
	border-right: 5px solid #6eba3c;
	border-left: 5px solid #6eba3c;
	margin: auto;
	margin-bottom: 40px;
}
.firstView__title {
	text-align: center;
}
.fv_r8 {
	margin-bottom: 5px;
	font-size: 24px;
}
.eight {
	font-size: 32px;
}
.fv_kenchikukankei {
	font-size: 60px;
}
.fv_horeisyu {
	font-size: 76px;
	margin-top: 5px;
}
.fv_price {
	font-size: 18px;

	letter-spacing: 0px;
}
.fv_number {
	font-size: 40px;
	letter-spacing: 0px;
	margin: 0 2px;
}
.fv_zei {
	font-size: 15px;
}

.firstView__text {
	line-height: 1.8;
	width: auto;
	margin: 0 auto;
}
.fv_ka {
	height: 38px;
	line-height: 34px;
	width: 250px;
	font-size: 18px;
	margin: 20px auto 0;
}

.fv__subtextwrap {
	flex-direction: column;
	max-width: 430px;
	margin: 20px auto 0;
	align-items: center;
	gap: 0;
}
.fv__text {
	margin: 10px;
	width: auto;
	letter-spacing: 0.5px;
	font-size: 15px;
	font-weight: 400;
	padding: 0 auto;
}
.splide {
	max-width: 600px;
	width: 100%;
	height: auto;
	position: static;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}

.splide img {
	aspect-ratio: 1/1;
}
.splide__slide img {
	aspect-ratio: 1/1;
	transform: scale(1.1);
	border-radius: 0%;
	margin-top: 20px;
}

.splide__slide.is-active img {
	transform: scale(1.1);
}
.fv_img01 {
	width: 120px;
	left: 5px;
	bottom: -100px;
	flex-shrink: 1;
}

.fv_btn {
	width: 80%;
	margin: 0 auto;
	transition: 0.5s;
}
.fv_btn:hover {
	opacity: 0.5;
	scale: 1.1;
}
.wave {
	position: absolute;
	top: 0px;
	z-index: -1;
}
.wave2 {
	position: absolute;
	top: 0px;
	z-index: -2;
}
/***********************************************************
hamburber
 ************************************************************/

.hamburger {
	position: fixed;
	top: 0px;
	right: 0px;
	z-index: 100;
	width: 40px;
	height: 40px;
	border: none;
	background: transparent;
	cursor: pointer;
}

.hamburger__line {
	position: absolute;
	left: auto;
	width: 26px;
	height: 2px;
	background-color: #333;
	transition: all 0.4s;
}

.hamburger__line:nth-of-type(1) {
	top: 14px;
}
.hamburger__line:nth-of-type(2) {
	top: 23px;
}
.hamburger__line:nth-of-type(3) {
	top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
	transform: translateY(9px) rotate(-45deg);
}
.hamburger.active .hamburger__line:nth-of-type(2) {
	opacity: 0;
}
.hamburger.active .hamburger__line:nth-of-type(3) {
	transform: translateY(-9px) rotate(45deg);
}

.nav {
	position: fixed;
	top: 0;
	left: 0;
	width: auto;
	height: 100vh;
	background-color: rgba(255, 255, 255, 0.95);
	box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
	transform: translateX(-100%);
	transition: transform 0.4s;
	z-index: 90;
}

.nav.active {
	transform: translateX(0);
}

.nav__list {
	display: block;
	margin: 0;
	padding: 100px 0 0;
	list-style: none;
}
.nav__list li {
	width: auto;
}

.nav__item {
	padding: 0 20px;
}

.nav__link {
	display: block;
	padding: 15px 0;
	color: #333;
	text-decoration: none;
	border-bottom: 1px solid #eee;
}
/***********************************************************

 ************************************************************/
.main {
	padding: 0 8px;
	margin-bottom: 0px;
}
.header__icon {
	display: block;
	width: 100px;
	margin: 24px auto;
}
.mainsub__wrap {
	display: block;
	justify-content: center;
	margin: 20px auto 0;
	position: static;
	width: fit-content;
}
.main__subtitle {
	display: static;
}
.mainsub__text {
	font-size: 15px;
	font-weight: 400;
	margin: 0 auto 20px;
	padding: 10px;
}
.coution__wrap {
	margin: 0 auto 32px;
}

/***********************************************************

 ************************************************************/
.point__area {
	display: block;
	margin: 80px auto;
	height: auto;
}
.point__titlewrap {
	margin: 30px 0 40px;

	text-align: center;
}
.point__title {
	display: block;
	font-family: "Sawarabi Mincho", serif;
	font-size: 25px;
	font-weight: 800;
	text-align: center;
	color: var(--title--color);
}

.point__card--title {
	margin: 16px 0;
	font-size: clamp(14px, 8vw, 20px);
	font-weight: 500;
	text-align: center;
	color: var(--title--color);
}
.point__card--direction {
	display: block;
	justify-content: space-between;
	max-width: 1080px;
	margin: 50px auto;
}
.point__cardWrap {
	margin: 40px auto;
}
.point__card--title {
	color: var(--title--color);
}
.point__card--content {
	display: block;
	max-width: 500px;
	margin: 0 auto;
}
.point__card--text {
	font-size: var(--description--text);
	line-height: 1.5;

	padding: 8px;
}
.point_img2 {
	display: block;
	max-width: 500px;
	margin: 0 auto;
}
.ashirai {
	display: block;
	position: relative;
	font-size: 20px;
	font-weight: 400;
	color: var(--text--darkgray);
	width: fit-content;
	margin: 0 auto;

	margin-bottom: 16px;
}
.ashirai::before,
.ashirai::after {
	content: "";
	background-color: var(--text--darkgray);
	height: 30px;
	width: 1px;
	position: absolute;
}
.ashirai::before {
	left: -20px;

	transform: rotate(-45deg);
}
.ashirai::after {
	right: -20px;
	transform: rotate(45deg);
}
.cardwrap {
	display: block;
}
/***********************************************************

 ************************************************************/

.index__derection {
	padding: 0;
	height: auto;
}
.index__wrap {
	display: block;
	width: auto;
	margin: 0 auto 80px;
	border: 1px solid #ccc;
	padding: max(10px, 5%) max(20px 10%);
}
.index__img {
	display: block;
	width: 200px;
	flex-shrink: 0;
	margin: 0 auto;
}
.index__cardWrap {
	max-width: 1000px;
	padding-left: 0;
}
.index__title {
	display: block;
	color: var(--text--black);
	font-weight: 500;
	width: fit-content;
	margin: 0 auto;
	font-size: 24px;
}
.index__h3 {
	display: block;
	width: fit-content;
	font-size: 20px;
	margin: 32px auto 8px;
	color: var(--title--color);

	font-weight: 700;
}
.index__text {
	line-height: 1.5;

	padding: 8px;
}
.index__text img {
	width: 100%;
	max-width: 500px;
	margin-bottom: min(60px, 0%);
}
/***********************************************************

 ************************************************************/

.guidance__text {
	max-width: 500px;
	width: auto;
}
.guidance__title {
	width: auto;
	background-color: #ccc;
	font-weight: bold;
	font-size: 20px;
	padding: 10px 10px;
}

.guidance__bg {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-position: right;
	position: relative;
	z-index: 0;
	height: 100%;
}
.guidance__wrap {
	margin: auto auto auto 0;
	padding: 80px 5%;
	width: auto;
	height: auto;
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 10;
	position: relative;
}
.guidance__subtitle {
	text-align: center;
}
.guidance__list {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: auto;
}
.guidance__list li {
	height: 130px;
	width: 130px;
	border: #333 1px solid;
	border-radius: 100%;
	display: flex; /* ← 追加 */
	align-items: center; /* ← 縦方向中央揃え */
	justify-content: center; /* ← 横方向中央揃え */
	text-align: center; /* ← 複数行でも中央寄せに */
}
/***********************************************************

 ************************************************************/

.course__description {
	display: block;
}
.book__bg {
	margin: 80px auto;
}
.book__contentWrap {
	display: flex;
	justify-content: center;
	max-width: 1000px;
	margin: 0 auto;
}

.book__textwrap {
	margin: auto;
	background: var(--primary-white);
	border-radius: 3px;
	box-shadow: none;
	padding: 30px;
	width: auto;
}
.book__title01 {
	font-size: 1.3rem;
}
.book__title02 {
	display: block;
	margin: 40px auto;
	color: var(--text--black);
	border-bottom: 2px solid var(--primary-color);
	height: 38px;
	line-height: 34px;
	width: 300px;
	font-size: 17px;
	text-align: center;
	letter-spacing: 2px;
}
.book__title03 {
	display: block;
	width: auto;
	max-width: 275px;
	margin: 20px auto;
	padding: 10px 0;
	font-size: 40px;
	color: #000;

	background-color: #abdcef;
}

.BOOK__wrap {
	width: auto;
}
.BOOK__title {
	display: none;
}

.BOOK__list {
	margin: 24px 30px 0;
	text-align: start;
}
.BOOK__list li {
	font-size: var(--description--text);
	line-height: 1.6;
	margin-top: 6px;
}

.book__titlewrap {
	display: block;
	justify-content: center;
	margin: 40px;
	text-align: center;
	gap: 0px;
	align-items: center;
	max-width: 1440px;
	margin: 0 auto;
}
.book__img {
	height: 200px;
	width: auto;
	flex-shrink: 1;
	margin: auto;
}
.book__btnwrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
	width: 80%;
	height: 60px;
	transition: 1s;
}
.book__btnwrap:hover {
	scale: 1.1;
	opacity: 0.8;
}
/***********************************************************

 ************************************************************/
.course__bg {
	background-size: cover;
	background-repeat: no-repeat;
	width: 100%;
	background-position: right;
	position: relative;
	z-index: 0;
	height: 100%;
}

.course__bg::before {
	background-color: rgba(0, 0, 0, 0.55);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	z-index: 1;
}

.course__wrap {
	margin: auto 0 auto auto;
	padding: 80px 5%;
	width: auto;
	height: auto;
	background-color: rgba(255, 255, 255, 0);
	z-index: 10;
	position: relative;
}
.course__description {
	display: block;
}
.course__title {
	background-color: #ccc;
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
}
.course__cardWrap {
	padding: var(--wrap--padding);
	margin: 24px 0;
}

/***********************************************************
ACCORDION
 ************************************************************/
.course__title--courseName {
	display: flex;
	color: white;
	background-color: var(--title--color);
	cursor: pointer;
	height: auto; /* 高さを明示 */
	align-items: center;
}
.accordion--icon {
	width: 20px;
	height: 25px;
	position: relative;
}

.course__text {
	font-size: var(--description--text);
	line-height: var(--lineheight--text);
	background-color: white;
	padding: 16px;
}

/***********************************************************

 ************************************************************/
/***********************************************************

 ************************************************************/
/***********************************************************

 ************************************************************/
/***********************************************************

 ************************************************************/
