@charset "utf-8";

.arrow {
    height: 50px;
    margin: 20px 0;
    position: relative;
}

.arrow::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50px solid transparent;
    border-left: 50px solid transparent;
    border-top: 30px solid #00639b;
    border-bottom: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
    .arrow {
        height: 30px;
        margin: 10px 0;
        position: relative;
    }

    .arrow::after {
        border-right: 20px solid transparent;
        border-left: 20px solid transparent;
        border-top: 15px solid #00639b;
    }
}

.font-blue {
    color: #00639b;
}

.font-gold {
	color: #c68901;
}

.font-green {
	color: #46C85A;
}

/*    mv-area
-------------------------------------------------------------- */
#course-detail.vocabulary-program .mv-area {
	background-image: url("../img/webp/bg-course-vocabulary-program.webp");
}

#course-detail.vocabulary-program .mv-area .mv-sub-title {
	border: 1px solid #00639b;
	color: #00639b;
	font-size: 3.2rem;
	font-weight: 600;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	padding: 10px 20px;
	position: absolute;
	top: 150px;
	left: 2%;
	letter-spacing: .08em;
	white-space: nowrap;
}

#course-detail.vocabulary-program .mv-area .mv-sub-txt {
	font-size: 4.0rem;
	font-weight: 600;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	position: absolute;
	top: 250px;
	left: 2%;
	letter-spacing: .08em;
	white-space: nowrap;
	text-shadow: #fff 0 0 15px, #fff 0 0 10px;
}

@media screen and (max-width: 768px) {
    #course-detail.vocabulary-program .mv-area {
		background-position: left -180px top;
	}

    #course-detail.vocabulary-program .mv-area .mv-sub-title {
		font-size: 1.8rem;
		padding: 5px 10px;
		top: 120px;
		left: 5%;
	}

    #course-detail.vocabulary-program .mv-area .mv-sub-txt {
		font-size: 2.4rem;
		top: 170px;
		left: 5%;
		letter-spacing: .08em;
		text-shadow: #fff 0 0 20px, #fff 0 0 15px, #fff 0 0 15px, #fff 0 0 10px, #fff 0 0 10px, #fff 0 0 5px, #fff 0 0 5px;
	}

	#course-detail.eiken .mv-area .txt-area .mv-sub-catch,
	#course-detail.vocabulary-program .mv-area .txt-area .mv-sub-catch {
		font-size: 1.8rem;
		padding: 0 20px;
	}

    #course-detail.vocabulary-program .mv-area .txt-area .mv-catch {
		font-size: 2.4rem;
	}
}

/*    get-training-area
-------------------------------------------------------------- */
#course-detail.vocabulary-program .get-training-area {
	padding: 60px 0;
	background: #F3FBFF;
}

.get-training-area .inner {
	text-align: center;
	margin: 0 auto;
}

.get-training-area .catch {
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	text-align: center;
	padding: 0 0 40px 0;
}

.get-training-area .catch .bold {
    font-size: 6.0rem;
}

.get-training-area .check-list {
	display: inline-block;
}

.get-training-area .check-list li {
	text-align: left;
	margin: 0 0 15px 0;
	font-size: 1.8rem;
	line-height: 1.7;
	text-indent: -4rem;
	padding: 0 0 0 4rem;
}

.get-training-area .check-list li::before {
	content: "";
	display: inline-block;
	background: url("../img/icon-check-blue.svg") center / cover, no-repeat;
	width: 25px;
	height: 21px;
	vertical-align: sub;
	margin: 0 15px 0 0;
}

.get-training-area .basic-txt {
    margin: 20px 0 0;
}

.get-training-area .sub-catch {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    line-height: 2;
}

.get-training-area .sub-catch .bold {
    font-size: 3.0rem;
}

@media screen and (max-width: 768px) {
	#course-detail.vocabulary-program .get-training-area {
		padding: 30px 0;
	}

	.get-training-area .inner {
	}

	.get-training-area .catch {
		font-size: 2.1rem;
	}

	.get-training-area .catch .bold {
		font-size: 4.0rem;
	}

	.get-training-area .check-list {
	}

	.get-training-area .check-list li {
		text-align: left;
		margin: 0 0 10px 0;
		font-size: 1.6rem;
	}

	.get-training-area .check-list li::before {
		width: 20px;
		height: 16px;
		margin: 0 10px 0 0;
	}

	.get-training-area .basic-txt {
		margin: 10px 0 0;
	}

	.get-training-area .sub-catch {
		font-size: 1.8rem;
	}

	.get-training-area .sub-catch .bold {
		font-size: 2.5rem;
	}
}

/*    reason-area
-------------------------------------------------------------- */
.reason-area .point-block {
	margin: 120px 0 0;
}

.reason-area .point-block .failure-box .catch-wrap {
    display: flex;
    gap: 0 30px;
    padding: 40px 0;
    position: relative;
}

.reason-area .point-block .failure-box .catch-wrap .sub-catch {
    font-family: 'Cormorant', serif;
    font-size: 2.2rem;
	position: absolute;
	top: 10px;
	left: 80px;
}

.reason-area .point-block .failure-box .catch-wrap .num {
    font-family: 'Cormorant', serif;
    color: #E6E6E6;
    font-size: 15rem;
    display: inline-block;
    line-height: 0.1;
    position: relative;
    z-index: -1;
}

.reason-area .point-block .failure-box .catch-wrap .catch {
    display: inline-block;
    font-family: 'Noto Serif JP', serif;
    font-weight: bold;
    line-height: 1.7;
    font-size: 3.0rem;
}

.reason-area .point-block .failure-box .catch-wrap .catch .bold {
	font-size: 4.0rem;
}

.reason-area .point-block .failure-box .catch-wrap::before {
    position: absolute;
    content: "";
    border-top: 1px solid #ccc;
    top: 0;
    width: 15%;
    height: 1px;
}

.reason-area .point-block .reason-flex {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 20px;
	margin: 80px 0 0;
}

.reason-area .point-block .reason-flex.reverse {
    flex-direction: row-reverse;
}

.reason-area .point-block .reason-flex .reason-box.left {
	width: 45%;
}

.reason-area .point-block .reason-flex .reason-box.right {
	width: 55%;
}

.reason-area .point-block .reason-flex .txt-box .basic-txt {
	margin: 20px 0 0;
}

.reason-area .point-block .reason-flex .voice-box {
	background: #e7f6ff;
	border-radius: 5px;
	margin: 40px 0 0;
	padding: 20px;
}

.reason-area .point-block .reason-flex .voice-box .voice-title {
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	position: relative;
}

.reason-area .point-block .reason-flex .voice-box .voice-title::before {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #00639b;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30%;
}

.reason-area .point-block .reason-flex .voice-box .voice-title::after {
	content: "";
	display: inline-block;
	width: 50px;
	height: 1px;
	background: #00639b;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 30%;
}

.reason-area .point-block .reason-flex .voice-box ul {
	flex-direction: column;
	gap: 10px;
	padding: 20px;
}

.reason-area .point-block .reason-flex .voice-box ul li {
	background: #fff;
	display: flex;
	gap: 15px;
	align-items: center;
	justify-content: center;
	width: 80%;
	margin: 0 auto;
	padding: 5px;
	position: relative;
}

.reason-area .point-block .reason-flex .voice-box ul li::after {
	content: "▶";
	color: #fff;
	font-size: 2.0rem;
	display: block;
	position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(-50%, -50%);
}

.reason-area .point-block .reason-flex .voice-box ul li .icon-wrap {
	width: 80px;
	height: 80px;
}

.reason-area .point-block .reason-flex .voice-box ul li .icon-wrap img {
	width: 100%;
	height: 100%;
}

.reason-area .point-block .reason-flex .reason-box.right .catch {
	border: 1px solid #00639b;
	border-radius: 50px;
	font-size: 2.0rem;
	text-align: center;
	padding: 10px;
	position: relative;
}

.reason-area .point-block .reason-flex .reason-box.right .catch::before {
	background-size: cover;
	border-radius: 100%;
	content: "";
	display: block;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -10px;
}

.reason-area .point-block .reason-flex.community .reason-box.right .catch::before {
	background: url(../img/group-lesson-icon.svg) no-repeat;
}

.reason-area .point-block .reason-flex.webbook .reason-box.right .catch::before {
	background: url(../img/book-icon.svg) no-repeat;
}

.reason-area .point-block .reason-flex.kahoot .reason-box.right .catch::before {
	background: url(../img/output-icon.svg) no-repeat;
}

.reason-area .point-block .reason-flex.weeklytest .reason-box.right .catch::before {
	background: url(../img/test-icon.svg) no-repeat;
}

.reason-area .point-block .reason-flex .reason-box.right .img-wrap {
	width: 100%;
	height: 350px;
	margin: 20px;
}

.reason-area .point-block .reason-flex .reason-box.right .img-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.reason-area .point-block .icon-list {
	background: #e7f6ff;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	gap: 10px;
	padding: 10px;
	margin: 40px 0 0;
}

.reason-area .point-block .icon-list li {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: center;
	width: calc((100% - 40px) / 3);
	padding: 10px;
	position: relative;
}

.reason-area .point-block .icon-list li::after {
	content: "";
	display: block;
	width: 1px;
	height: 80%;
	background: #00639b;
	position: absolute;
	top: 10%;
	right: -10px;
}

.reason-area .point-block .icon-list li:last-of-type:after {
	display: none;
}

.reason-area .point-block .icon-list .icon-wrap {
	border: 1px solid #00639b;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	padding: 5px;
}

.reason-area .point-block .icon-list img {
	width: 100%;
	height: 100%;
}

.reason-area .point-block .reason-flex .reason-box.right .inspiration-list {
	background: #fffdde;
	padding: 20px;
	margin: 20px 0 0;
}

.reason-area .point-block .reason-flex .reason-box.right .inspiration-list li {
	align-items: center;
	display: flex;
	justify-content: center;
	gap: 20px;
	width: 100%;
}

.reason-area .point-block .reason-flex .reason-box.right .inspiration-list li .icon-wrap {
	width: 60px;
	height: 60px;
	padding: 5px;
}

.reason-area .point-block .reason-flex .reason-box.right .inspiration-list li .icon-wrap img {
	width: 100%;
	height: 100%;
}

.reason-area .point-block .reason-flex .reason-box.right .inspiration-list li .comment {
	font-size: 2.0rem;
	font-weight: bold;
}

.reason-area .point-block .sample-block {
	text-align: center;
	margin: 34px 0 0;
	padding-top: 28px;
}

.reason-area .point-block .sample-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.reason-area .point-block .sample-title .icon-wrap {
	width: 50px;
	flex-shrink: 0;
}

.reason-area .point-block .sample-title .icon-wrap img {
	width: 100%;
}

.reason-area .point-block .sample-title .txt-wrap {
	font-size: 2.4rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.reason-area .point-block .sample-desc {
	font-size: 1.8rem;
	margin: 15px 0 0;
}

.reason-area .point-block .sample-buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
	.reason-area .point-block {
		margin: 60px 0 0;
	}

	.reason-area .point-block .reason-flex {
		margin: 40px 0 0;
		flex-direction: column;
		gap: 30px;
	}

	.reason-area .point-block .reason-flex.reverse {
		flex-direction: column;
	}

	.reason-area .point-block .reason-flex .reason-box.left {
		width: 100%;
	}

	.reason-area .point-block .reason-flex .reason-box.right {
		width: 100%;
	}

	.reason-area .point-block .failure-box .catch-wrap {
        padding: 20px 0 0;
        gap: 10px;
	}

	.reason-area .point-block .failure-box .catch-wrap .sub-catch {
		font-size: 2.0rem;
		top: -10px;
		left: 40px;
	}

	.reason-area .point-block .failure-box .catch-wrap .num {
		font-size: 8.0rem;
	}

	.reason-area .point-block .failure-box .catch-wrap .catch {
		line-height: 1.5;
		font-size: 2.2rem;
	}

	.reason-area .point-block .failure-box .catch-wrap .catch .bold {
		font-size: 3.0rem;
	}

	.reason-area .point-block .failure-box .catch-wrap::before {
	}

	.reason-area .point-block .reason-flex .txt-box .basic-txt {
		margin: 10px 0 0;
	}

	.reason-area .point-block .reason-flex .voice-box {
		margin: 20px 0 0;
		padding: 10px;
	}

	.reason-area .point-block .reason-flex .voice-box .voice-title {
		font-size: 1.6rem;
	}

	.reason-area .point-block .reason-flex .voice-box .voice-title::before {
		left: 15%;
	}

	.reason-area .point-block .reason-flex .voice-box .voice-title::after {
		right: 15%;
	}

	.reason-area .point-block .reason-flex .voice-box ul {
		display: flex;
		padding: 10px;
	}

	.reason-area .point-block .reason-flex .voice-box ul li {
		gap: 10px;
		width: 100%;
		margin: 0;
	}

	.reason-area .point-block .reason-flex .voice-box ul li::after {
	}

	.reason-area .point-block .reason-flex .voice-box ul li .icon-wrap {
		width: 60px;
		height: 60px;
	}

	.reason-area .point-block .reason-flex .voice-box ul li .icon-wrap img {
	}

	.reason-area .point-block .reason-flex .voice-box ul li .txt-wrap {
		max-width: 200px;
	}

	.reason-area .point-block .reason-flex .reason-box.right .catch {
		font-size: 1.6rem;
		padding: 8px;
	}

	.reason-area .point-block .reason-flex .reason-box.right .catch::before {
		width: 40px;
		height: 40px;
		left: 20px;
	}

	.reason-area .point-block .reason-flex.community .reason-box.right .catch::before {
		background: url(../img/group-lesson-icon.svg) no-repeat;
		background-size: cover;
	}

	.reason-area .point-block .reason-flex.webbook .reason-box.right .catch::before {
		background: url(../img/book-icon.svg) no-repeat;
		background-size: cover;
	}

	.reason-area .point-block .reason-flex.kahoot .reason-box.right .catch::before {
		background: url(../img/output-icon.svg) no-repeat;
		background-size: cover;
	}

	.reason-area .point-block .reason-flex.weeklytest .reason-box.right .catch::before {
		background: url(../img/test-icon.svg) no-repeat;
		background-size: cover;
	}

	.reason-area .point-block .reason-flex .reason-box.right .img-wrap {
		width: 100%;
		height: 200px;
		margin: 20px 0;
	}

	.reason-area .point-block .reason-flex .reason-box.right .img-wrap img {
	}

	.reason-area .point-block .icon-list {
		flex-direction: column;
		gap: 5px;
		margin: 20px 0 0;
	}

	.reason-area .point-block .icon-list li {
		flex-direction: row;
		text-align: left;
		padding: 10px 30px;
		width: 100%;
	}

	.reason-area .point-block .icon-list li::after {
		width: 100%;
		height: 1px;
		top: auto;
		bottom: -5%;
		left: 0;
	}

	.reason-area .point-block .icon-list li:last-of-type:after {
	}

	.reason-area .point-block .icon-list .icon-wrap {
		width: 50px;
		height: 50px;
	}

	.reason-area .point-block .icon-list img {
	}

	.reason-area .point-block .icon-list li .basic-txt {
		max-width: 200px;
	}

	.reason-area .point-block .reason-flex .reason-box.right .inspiration-list {
		padding: 20px 10px;
		margin: 20px 0 0;
	}

	.reason-area .point-block .reason-flex .reason-box.right .inspiration-list li {
		gap: 10px;
	}

	.reason-area .point-block .reason-flex .reason-box.right .inspiration-list li .icon-wrap {
		width: 60px;
		height: 60px;
		padding: 0;
	}

	.reason-area .point-block .reason-flex .reason-box.right .inspiration-list li .icon-wrap img {
		width: 100%;
		height: 100%;
	}

	.reason-area .point-block .reason-flex .reason-box.right .inspiration-list li .comment {
		max-width: 240px;
		font-size: 1.6rem;
		font-weight: bold;
	}
}

/* VOICE 受講生の声 */
#course-detail.vocabulary-program .voice-area {
	background: none;
	margin: 100px auto 0;
	padding: 0;
}

#course-detail.vocabulary-program .voice-area .voice-block {
	padding: 30px;
	background-color: var(--beige);
	margin: 30px 0;
}

#course-detail.vocabulary-program .voice-area .voice-block .section-title {
    font-family: var(--mincho);
    font-size: 6rem;
    text-align: center;
}

.voice-area .enquete-box {
	padding: 40px;
	border: 1px solid #333;
	position: relative;
	background: #fff;
	cursor: pointer;
}

.voice-area .enquete-box+.enquete-box {
	margin: 40px 0 0;
}

.voice-area .enquete-box::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
	background: #E1E1E1;
	top: 10px;
	left: 10px;
}

.voice-area .enquete-top {
	display: flex;
	justify-content: flex-start;
	gap: 40px;
	align-items: flex-start;
	position: relative;
}

.voice-area .icon-wrap {
	width: 100px;
	height: 100px;
}

.voice-area .icon-wrap img {
	width: 100%;
	object-fit: cover;
}

.voice-area .enquete-list li {
	line-height: 1.6;
	position: relative;
	padding-left: 1.6rem;
}

.voice-area .enquete-list li::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 10px;
	left: 0;
	background: var(--red);
	width: 8px;
	height: 8px;
	border-radius: 4px;
}

.voice-area .enquete-list li+li {
	margin: 8px 0 0;
}

/*最初は隠れている*/
.voice-area .enquete-bottom {
	margin: 20px 0 0;
	display: none;
}

.voice-area .enquete-txt {
	padding: 30px 0;
	border-top: 1px dotted #aaa;
}

.voice-area .enquete-txt:last-child {
	padding: 30px 0 0;
}

.voice-area .enquete-q {
	color: var(--red);
	line-height: 1.6;
	font-size: 2.0rem;
	font-weight: 500;
	position: relative;
	padding-left: 20px;
}

.voice-area .enquete-q::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 16px;
	left: 0;
	width: 14px;
	height: 1px;
	background: var(--red);
}

.voice-area .enquete-a {
	margin: 10px 0 0;
}

.voice-area .btn-more {
	margin: 60px 0 0;
}

/*アコーディオンアイコン*/
.voice-area .accordion-icon,
.voice-area .accordion-icon span {
	display: inline-block;
	transition: all .3s;
	box-sizing: border-box;
}

.voice-area .accordion-icon {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	z-index: 1;
}

.voice-area .accordion-icon span {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #333;
	top: 50%;
}

.voice-area .accordion-icon span:nth-of-type(1) {
	transform: translateY(-50%) rotate(0deg);
	-webkit-transform: translateY(-50%) rotate(0deg);
	-moz-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	-o-transform: translateY(-50%) rotate(0deg);
}

.voice-area .accordion-icon span:nth-of-type(2) {
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
}

.voice-area .active .accordion-icon span:nth-of-type(1) {
	display: none;
}

.voice-area .active .accordion-icon span:nth-of-type(2) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

/*アンケート　スライダー*/
.voice-area .enquete-splide {
	margin: 40px 0 0;
}

.voice-area .enquete-splide .enquete-splide-box {
	/* border: 1px solid #ccc; */
	padding: clamp(10px, 2vw, 40px);
	height: 520px;
	display: flex;
	flex-direction: column;
	box-shadow: 8px 8px 0 rgba(0, 0, 0, 0.1);
	margin-bottom: 8px;
	background-color: #fff;
}

.voice-area .enquete-splide .icon-title-wrap {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0 0 20px;
}

.voice-area .enquete-splide .icon-wrap {
	width: 100px;
	height: 100px;
}

.voice-area .enquete-splide .enquete-txt-wrap {
	flex: 1;
	overflow-y: auto;
	padding-right: 8px;
}

.voice-area .splide__arrow {
	width: 50px;
	height: 50px;
	background-color: #eee;
}

/* voice-list */
.voice-area .homeroom-txt-block-inner {
    background-color: var(--beige02);
    padding: 30px;
    margin: 50px 0;
}

.voice-area .homeroom-txt-block-inner .homeroom-block-title {
    font-size: 3.2rem;
    font-weight: 500;
    margin: 0 0 30px;
    font-family: var(--mincho);
    text-align: center;
    gap: 20px;
}

.voice-area .voice-list {
	display: flex;
	flex-wrap: wrap;
	--gap: clamp(20px, 2vw, 40px);
	gap: var(--gap);
}

.voice-area .voice-item {
	background-color: #fff;
	padding: 30px 15px;
	width: calc((100% - (var(--gap) * 2)) / 3);
	display: flex;
	align-items: center;
	gap: 20px;
}

.voice-area .voice-item .icon-wrap {
	width: 80px;
	height: 80px;
}

.voice-area .voice-item .icon-wrap img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.voice-area .voice-item .voice-txt {
	width: 350px;
}

@media screen and (max-width: 768px) {
    /* VOICE 受講生の声 */
    #course-detail.vocabulary-program .voice-area .voice-block {
        padding: 40px 10px 0;
        background-color: var(--beige);
        margin: 0 0 40px;
    }

	#course-detail.vocabulary-program .voice-area {
		margin: 30px auto 0;
	}

	.voice-area .sec-ttl {
		font: 500 2.4rem / 1.6 'Noto Serif JP', serif;
		margin: 0 0 30px;
	}

	.voice-area .sub-ttl {
		font: 500 2.2rem / 1.8 'Noto Serif JP', serif;
		margin: 20px 0 60px;
	}

	.voice-area .accordion-icon {
		width: 15px;
		height: 15px;
		right: -5px;
	}

	.voice-area .enquete-box {
		padding: 0 15px 20px;
		position: relative;
	}

	.voice-area .enquete-box+.enquete-box {
		margin: 60px 0 0;
	}

	.voice-area .enquete-top {
		flex-wrap: wrap;
		gap: 20px;
		justify-content: center;
		padding-top: 40px;
	}

    .voice-area .homeroom-txt-block-inner {
        margin: 30px 0 0;
    }

    .voice-area .homeroom-txt-block-inner .homeroom-block-title {
        font-size: 2rem;
        margin: 0 0 20px;
    }

    .voice-area .voice-list {
        display: flex;
        flex-direction: column;
        --gap: clamp(20px, 2vw, 40px);
        gap: var(--gap);
    }

    .voice-area .voice-item {
        background-color: #fff;
        padding: 30px 15px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

	.voice-area .icon-wrap {
		width: 70px;
		height: 70px;
		/* position: absolute;
		top: -40px;
		left: 50%;
		transform: translateX(-50%); */
	}

    .voice-area .voice-item .voice-txt {
        width: auto;
    }

	.voice-area .enquete-list {
		padding-right: 20px;
	}

	.voice-area .enquete-txt {
		padding: 20px 0;
	}

	.voice-area .enquete-q {
		font-size: 1.8rem;
	}

	.voice-area .enquete-q::before {
		top: 14px;
	}

	.voice-area .enquete-txt:last-child {
		padding: 20px 0 0;
	}

	.voice-area .btn-more {
		margin: 40px 0 0;
	}

	/*splide*/
	.voice-area .enquete-splide {
		margin: 30px 0 0;
		visibility: visible;
	}

	.voice-area .enquete-splide .enquete-splide-box {
		flex: 0 0 min(72vw, 380px);
		height: 480px;
		box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
		margin-bottom: 4px;
	}

	.voice-area .enquete-splide .icon-wrap {
		width: 20vw;
		height: 20vw;
		position: relative;
		top: initial;
		left: initial;
		transform: none;
	}

	.voice-area .enquete-splide .enquete-person {
		width: calc(100% - (20vw + 20px));
	}

	.voice-area .enquete-splide .splide__track.js-scrollable {
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 8px;
	}

	.voice-area .enquete-splide .splide__list {
		display: flex;
		flex-wrap: nowrap;
		gap: 16px;
		width: max-content;
	}
}

/*    study-method-area
-------------------------------------------------------------- */
.study-method-area {
	padding: 100px 0;
	text-align: center;
}

.study-method-area .catch {
	font-size: 3.2rem;
	line-height: 1.6;
	margin: 30px 0;
	font-weight: bold;
	letter-spacing: .05em;
	font-family: var(--mincho);
}

.study-method-area .movie-box {
	display: flex;
	gap: 60px;
	align-items: center;
	text-align: left;
	padding: 40px;
	border: 1px solid #ccc;
}

.study-method-area .movie-txt-wrap {
	width: calc(60% - 60px);
}

.study-method-area .movie-comment {
	font-size: 2.0rem;
	line-height: 1.6;
	font-family: var(--mincho);
	color: #00639b;
	margin: 0 0 10px;
	display: block;
	font-weight: bold;
	letter-spacing: .05em;
}

.study-method-area .movie-ttl {
	font-size: 2.6rem;
	line-height: 1.7;
	font-weight: 600;
	margin: 0 0 15px;
	font-family: var(--mincho);
}

.study-method-area .movie-wrap {
	width: 40%;
}

.study-method-area .movie-wrap iframe {
	width: 100%;
	aspect-ratio: 16/9;
}

.study-method-area .movie-time {
	background: #e7f6ff;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 5px 20px;
	border: 1px solid #ccc;
	width: fit-content;
}

.study-method-area .movie-time .icon-wrap {
	width: 30px;
	flex-shrink: 0;
}

.study-method-area .movie-time .icon-wrap img {
	width: 100%;
}

.study-method-area .movie-time .basic-txt {
	color: #00639b;
	font-weight: bold;
}

.study-method-area .study-method-block-wrap {
	margin-top: 80px;
}

.study-method-area .study-method-block {
	padding: 60px;
	background-color: #f2faff;
	position: relative;
}

.study-method-area .study-method-block+.study-method-block {
	margin-top: 60px;
}

.study-method-area .study-method-block-sub {
	background-color: #00639b;
	color: #fff;
	padding: 10px 20px;
	position: absolute;
	line-height: 1.5;
	top: -25px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 2.1rem;
	font-weight: 500;
	font-family: var(--mincho);
}

.study-method-area .study-method-block-ttl {
	font-size: 3.2rem;
	line-height: 1.6;
	margin: 0 0 30px;
	font-weight: 500;
	letter-spacing: .1em;
	font-family: var(--mincho);
}

/* 学習の流れ */
.study-method-area .flow-badge {
	display: block;
	width: max-content;
	margin: 0 auto 36px;
	padding: 6px 22px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	border-radius: 20px;
	background: #00639b;
}

.study-method-area .flow-row {
	display:flex;
	align-items:stretch;
	justify-content:center;
	gap:0;
	flex-wrap:wrap;
	position: relative;
}

.study-method-area .flow-row::after {
	position: absolute;
	content: '';
	bottom: -60px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 30px 0 30px;
	border-color: #00639b transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.study-method-area .flow-card {
	flex:1 1 0;
	min-width:170px;
	background:#fff;
	border-radius:14px;
	box-shadow:0 4px 14px rgba(30,60,110,.08);
	padding:22px 16px 26px;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
}

.study-method-area .flow-card.bg-orange {
	background: #fff1d6;
}

.study-method-area .flow-card.bg-green {
	background: #E6F4D8;
}

.study-method-area .flow-card.bg-blue {
	background: #DDEFFC;
}

.study-method-area .flow-card.bg-purple {
	background: #EEE5F8;
}

.study-method-area .flow-card.bg-pink {
	background: #FBE3E8;
}

.study-method-area .flow-arrow {
	align-self:center;
	color:#c3c9d4;
	font-size:22px;
	font-weight:700;
	padding:0 8px;
}

.study-method-area .flow-icon {
	width: 50px;
}

.study-method-area .flow-icon img {
	width: 100%;
}

.study-method-area .flow-label {
	font-size: 1.6rem;
	font-weight:700;
	margin: 10px 0 0;
}

.study-method-area .flow-label.c-orange {
	color: #FFAA00;
}

.study-method-area .flow-label.c-green {
	color: #46C85A;
}

.study-method-area .flow-label.c-blue {
	color: #2F8FFF;
}

.study-method-area .flow-label.c-purple {
	color: #9A5BFF;
}

.study-method-area .flow-label.c-pink {
	color: #FF5FA2;
}

.study-method-area .flow-heading {
	font-size: 1.6rem;
	font-weight: bold;
	color: #00639b;
	margin: 15px 0 0;
}

.study-method-area .flow-desc {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.7;
	color: #333;
	margin: 20px 0 0;
}

.study-method-area .flow-sub {
	width: 100%;
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.6;
	color: #333;
	background: #f6f8fb;
	border-radius: 8px;
	padding: 8px 10px;
	margin-top: 4px;
}

.study-method-area .flow-pill {
	margin-top: auto;
	padding-top: 14px;
	font-size: 13px;
	font-weight: 700;
}

.study-method-area .flow-pill span{
	display: inline-block;
	padding: 5px 18px;
	border-radius: 16px;
}

.pill-green {
	color: #46C85A;
	border: 1px solid #46C85A;
}

.pill-blue {
	color: #2F8FFF;
	border: 1px solid #2F8FFF;
}

.pill-purple {
	color: #9A5BFF;
	border: 1px solid #9A5BFF;
}

.pill-pink {
	color: #FF5FA2;
	border: 1px solid #FF5FA2;
}

.study-method-area .flow-badge.weekend {
	background: #FFAA00;
	margin: 80px auto 0;
}

.study-method-area .notes-list {
	background: #fffef4;
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 20px;
	margin: 20px 0 0;
	text-align: left;
	position: relative;
}

.study-method-area .notes-list::after {
	background: #FFAA00;
	content: "";
	display: block;
	width: 1px;
	height: 80%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.study-method-area .notes-list .notes-item {
	display: flex;
	align-items: center;
	width: calc((100% - 40px) / 2);
	gap: 30px;
}

.study-method-area .notes-list .notes-item .icon-wrap {
	width: 50px;
	flex-shrink: 0;
}

.study-method-area .notes-list .notes-item .icon-wrap img {
	width: 100%;
}

.study-method-area .notes-list .notes-item .comment .catch {
	color: #333;
	font-size: 2.0rem;
	margin: 0 0 15px;
}

/* 学習方法 */
.study-method-area .method-wrap .method-box {
	background: #f2faff;
	padding: 40px 30px;
	margin: 100px 0 0;
	position: relative;
}

.study-method-area .method-wrap .step-flex {
	display: flex;
	align-items: stretch;
	gap: 0;
}

.study-method-area .method-wrap .step-cards {
	display: flex;
	flex: 1;
	gap: 0;
}

.study-method-area .method-wrap .step-card {
	flex: 1 1 0;
	min-width: 130px;
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 18px 10px;
	text-align: center;
	margin: 0 4px;
}

.study-method-area .method-wrap .step-card.s1 {
	background: #fff1d6;
	color: #FFAA00;
}

.study-method-area .method-wrap .step-card.s2 {
	background: #E6F4D8;
	color: #46C85A;
}

.study-method-area .method-wrap .step-card.s3 {
	background: #DDEFFC;
	color: #2F8FFF;
}

.study-method-area .method-wrap .step-card.s4 {
	background: #EEE5F8;
	color: #9A5BFF;
}

.study-method-area .method-wrap .step-card.s5 {
	background: #FBE3E8;
	color: #FF5FA2;
}

.study-method-area .method-wrap .step-num {
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: .05em;
}

.study-method-area .method-wrap .step-icon {
	width: 60px;
	margin: 20px auto 0;
}

.study-method-area .method-wrap .step-icon img  {
	width: 100%;
}

.study-method-area .method-wrap .step-title {
	font-size: 1.8rem;
	font-weight: 700;
	margin: 10px 0 0;
}

.study-method-area .method-wrap .step-desc {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.6;
	color: #333;
	margin: 20px 0 0;
}

.study-method-area .method-wrap .step-arrow {
	align-self: center;
	color: #c3c9d4;
	font-size: 2.0rem;
	font-weight: 700;
	padding: 0 2px;
	display: flex;
	align-items: center;
}

.study-method-area .method-wrap .side-box {
	width: 220px;
	flex-shrink: 0;
	margin-left: 16px;
	border: 1px solid #ccc;
	border-radius: 12px;
	padding: 18px 16px;
	text-align: center;
	font-size: 1.6rem;
	line-height: 1.9;
	color: #333;
}

.study-method-area .method-wrap .side-box .side-divider {
	border-top: 1px dashed #ccc;
	margin: 12px 0;
}

.study-method-area .method-wrap .loop-row {
	margin: 18px 230px 0 0;
}

.study-method-area .method-wrap .loop-pill {
	background: #00639b;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 7px 26px;
	border-radius: 18px;
	position: relative;
}

.study-method-area .method-wrap .loop-pill::before {
	background: url(../img/loop-line-left.svg) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 300px;
	height: 30px;
	position: absolute;
	right: 150px;
	top: -30%;
}

.study-method-area .method-wrap .loop-pill::after {
	background: url(../img/loop-line-right.svg) no-repeat;
	background-size: contain;
	content: "";
	display: block;
	width: 300px;
	height: 30px;
	position: absolute;
	left: 150px;
	top: -30%;
}

.study-method-area .method-wrap .sample-block {
	text-align: center;
	margin: 34px 0 0;
	padding-top: 28px;
}

.study-method-area .method-wrap .sample-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.study-method-area .method-wrap .sample-title .icon-wrap {
	width: 50px;
	flex-shrink: 0;
}

.study-method-area .method-wrap .sample-title .icon-wrap img {
	width: 100%;
}

.study-method-area .method-wrap .sample-title .txt-wrap {
	font-size: 2.4rem;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

.study-method-area .method-wrap .sample-desc {
	font-size: 1.8rem;
	margin: 15px 0 0;
}

.study-method-area .method-wrap .sample-buttons {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin: 30px 0 0;
}

@media screen and (max-width: 768px) {
	.study-method-area {
		padding: 50px 0;
	}

	.study-method-area .catch {
		font-size: 2.4rem;
	}

	.study-method-area .movie-box {
		gap: 20px;
		padding: 20px;
		flex-wrap: wrap;
	}

	.study-method-area .movie-wrap {
		width: 100%;
	}

	.study-method-area .movie-txt-wrap {
		width: 100%;
	}

	.study-method-area .movie-comment {
		font-size: 1.7rem;
		margin: 0 0 5px;
	}

	.study-method-area .movie-ttl {
		font-size: 2.0rem;
	}

	.study-method-area .other-movie-wrap {
		margin: 30px 0 0;
	}

	.study-method-area .sub-catch {
		font-size: 2.2rem;
		margin: 0 0 20px;
	}

	.study-method-area .movie-list {
		gap: 10px;
	}

	.study-method-area .movie-item {
		width: calc((100% - 10px) / 2);
	}

	.study-method-area .flow-row {
		flex-direction: column;
	}

	.study-method-area .flow-arrow {
		transform: rotate(90deg);
		padding: 6px 0;
	}

	.study-method-area .study-method-block {
		padding: 60px 20px;
		background-color: #f2faff;
		position: relative;
	}

	/* notes-list */
	.study-method-area .notes-list {
		flex-direction: column;
		gap: 20px;
		padding: 10px;
	}

	.study-method-area .notes-list::after {
		width: 90%;
		height: 1px;
		left: auto;
		top: 55%;
		transform: translateY(-50%);
	}

	.study-method-area .notes-list .notes-item {
		display: flex;
		align-items: center;
		width: 100%;
		gap: 10px;
	}

	.study-method-area .notes-list .notes-item .icon-wrap {
		width: 30px;
		flex-shrink: 0;
	}

	.study-method-area .notes-list .notes-item .icon-wrap img {
		width: 100%;
	}

	.study-method-area .notes-list .notes-item .comment .catch {
		font-size: 1.8rem;
		margin: 0 0 10px;
	}

	/* 学習方法 */
	.study-method-area .method-wrap .method-box {
		padding: 60px 20px;
		margin: 60px 0 0;
	}

	.study-method-area .method-wrap .step-flex {
		flex-direction: column;
	}

	.study-method-area .method-wrap .step-cards {
		flex-direction: column;
		gap: 12px;
	}

	.study-method-area .method-wrap .step-card {
		margin: 0;
		min-width: 0;
		padding: 16px 12px;
	}

	.study-method-area .method-wrap .step-arrow {
		transform: rotate(90deg);
		padding: 4px 0;
	}

	.study-method-area .method-wrap .side-box {
		width: 100%;
		margin: 16px 0 0;
	}

	.study-method-area .method-wrap .loop-row {
		margin: 20px 0 0;
		text-align: center;
	}

	.study-method-area .method-wrap .loop-pill::before,
	.study-method-area .method-wrap .loop-pill::after {
		display: none;
	}

	.study-method-area .method-wrap .sample-block {
		margin: 24px 0 0;
		padding-top: 20px;
	}

	.study-method-area .method-wrap .sample-title .txt-wrap {
		font-size: 2rem;
	}

	.study-method-area .method-wrap .sample-desc {
		font-size: 1.5rem;
	}

	.study-method-area .method-wrap .sample-buttons {
		flex-direction: column;
		gap: 10px;
	}
}

/*    movie-area
-------------------------------------------------------------- */
.movie-area02 .grade {
    font-size: 1.8rem;
    line-height: 1.6;
    font-family: var(--mincho);
    color: #fff;
    margin: 0 0 10px;
	padding: 5px 10px;
	background: #00639b;
    display: inline-block;
    font-weight: bold;
    letter-spacing: .05em;
}

@media screen and (max-width: 768px) {
	.detail-block-ttl02::before {
		top: 50px;
        left: -10px;
        height: 60px;
    }

	.detail-block-ttl02::after {
		top: 50px;
        right: -10px;
        height: 60px;
    }

	.movie-area02 .grade {
		font-size: 1.5rem;
	}
}


/*    price-area
-------------------------------------------------------------- */
.price-area {
    margin: 100px 0 0;
	text-align: center;
}

.price-area .catch {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    text-align: center;
    padding: 40px 0;
    font-weight: bold;
}

  /* プランカード */
.price-area .plans {
    display: flex;
    justify-content: center;
    gap: 24px;
	margin: 0 auto;
    max-width: 800px;
}

.price-area .plan-card {
	width: calc((100% - 48px) / 3);
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 30px 20px;
    text-align: center;
}

.price-area .plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 4px;
}

.price-area .plan-grade {
	border-bottom: 1px solid #ccc;
    font-size: 2.6rem;
    font-weight: 700;
    padding-bottom: 20px;
}

.price-area .plan-grade .num {
    font-size: 4.0rem;
}

.price-area .plan-price {
    color: var(--red);
    font-size: 3.2rem;
    font-weight: 700;
	padding-top: 20px;
    margin-bottom: 8px;
}

.price-area .tax {
	color: #333;
    font-size: 1.4rem;
    font-weight: 400;
}

.price-area .plan-price-sub {
	border-bottom: 1px solid #ccc;
    font-size: 1.6rem;
    padding-bottom: 20px;
}

.price-area .plan-book {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
	padding-top: 20px;
}

.price-area .plan-book img {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
}

.price-area .plan-book .num-word {
    font-size: 2.4rem;
}

  /* 含まれる内容 */
.price-area .included-title {
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-family: var(--mincho);
    display: flex;
    gap: 20px;
    align-items: center;
    margin: 60px 0 20px;
}

.price-area .included-title::before {
	content: '';
    display: block;
    flex-grow: 1;
    height: 1px;
    background: #333;
}

.price-area .included-title::after {
	content: '';
    display: block;
    flex-grow: 1;
    height: 1px;
    background: #333;
}

.price-area .included-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
	margin: 50px auto 0;
	max-width: 700px;
}

.price-area .included-item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding-bottom: 28px;
    border-bottom: 1px solid #ccc;
}

.price-area .included-item:last-child {
    border-bottom: none;
}

.price-area .included-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
}

.price-area .included-body {
    flex: 1;
    display: flex;
    justify-content: space-between;
	align-items: center;
    gap: 20px;
}

.price-area .included-text {
	text-align: left;
}

.price-area .included-text h3 {
    font-size: 2.2rem;
	font-weight: bold;
    margin: 0 0 6px;
}

.price-area .included-text p {
    font-size: 1.8rem;
    margin: 0;
    line-height: 1.7;
}

.price-area .included-detail {
    font-size: 1.6rem;
	font-weight: bold;
    line-height: 1.9;
    text-align: left;
    white-space: nowrap;
}

.price-area .included-detail .num {
	font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
	.price-area {
		margin: 60px 0 0;
	}

	.price-area .catch {
		font-size: 2.0rem;
		padding: 30px 0;
	}

    .price-area .plans {
		flex-direction: column;
		gap: 24px;
		margin: 0 auto;
		max-width: 800px;
    }

	.price-area .plan-card {
		width: 100%;
		padding: 30px 20px;
		text-align: center;
	}

	.price-area .plan-book {
		gap: 20px;
	}

	.price-area .plan-book img {
		margin: 0;
	}

    .price-area .included-title {
		font-size: 2.0rem;
	}

	.price-area .included-list {
		margin: 30px auto 0;
	}

    .price-area .included-item {
		flex-direction: column;
		gap: 12px;
    }

    .price-area .included-body {
		flex-direction: column;
		gap: 8px;
    }

	.price-area .included-text {
		text-align: center;
	}

	.price-area .included-text h3 {
		font-size: 2.0rem;
	}

	.price-area .included-text p {
		font-size: 1.6rem;
	}

    .price-area .included-detail {
		text-align: left;
		white-space: normal;
    }
}

/*    flow-area
-------------------------------------------------------------- */
.flow-area {
	background: #e7f6ff;
	text-align: center;
	margin: 80px 0 0;
	padding: 40px 0px 50px;
}

.flow-area .inner {
	width: 900px;
}

.flow-area .catch {
	color: #00639b;
	font-family: var(--mincho);
    line-height: 1.8;
    font-size: 3.2rem;
    margin: 0 0 30px;
    font-weight: bold;
    letter-spacing: .05em;
}

.flow-area .box {
	background: #fff;
	margin: 0 0 50px;
	padding: 50px 50px;
	position: relative;
}

.flow-area .box::after {
	position: absolute;
	content: '';
	bottom: -40px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 30px 0 30px;
	border-color: #00639b transparent transparent transparent;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.flow-area .box.last::after {
	display: none;
}

.flow-area .num {
	font-family: 'Cormorant', serif;
	color: #00639b;
	position: absolute;
	text-align: center;
	top: -50px;
	font-weight: 500;
	font-size: 2.4rem;

}

.flow-area .num span {
	font-size: 4.8rem;
	position: relative;
	margin: 0 0 0 5px;
}

.flow-area .flow-box {
	display: flex;
	align-items: center;
	gap: 60px;
	text-align: left;
}

.flow-area .flow-box .icon-wrap {
	width: 150px;
	flex-shrink: 0;
}

.flow-area .flow-box .icon-wrap img {
	width: 100%;
}

.flow-area .box .basic-txt {
	padding: 15px 0 0;
}

.flow-area .btn-more a {
	margin: 20px auto 0;
}

.flow-area .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* notes-list */
.flow-area .notes-list {
	background: #fffef4;
	display: flex;
	align-items: center;
	gap: 40px;
	padding: 20px;
	text-align: left;
	position: relative;
}

.flow-area .notes-list::after {
	background: #ffef00;
	content: "";
	display: block;
	width: 1px;
	height: 80%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.flow-area .notes-list .notes-item {
	display: flex;
	align-items: center;
	width: calc((100% - 40px) / 2);
	gap: 30px;
}

.flow-area .notes-list .notes-item .icon-wrap {
	width: 50px;
	flex-shrink: 0;
}

.flow-area .notes-list .notes-item .icon-wrap img {
	width: 100%;
}

.flow-area .notes-list .notes-item .comment .catch {
	color: #333;
	font-size: 2.0rem;
}

/* caution-box */
.caution-box {
	line-height: 1.75;
	padding: 10px 0 0;
}

.caution-box .title {
	color: #B3424A;

	font-size: 1.8rem;
}

.caution-box li:nth-of-type(n+2) {
	padding: 0 0 0 20px;
	position: relative;
}

.caution-box li:nth-of-type(n+2)::before {
	content: '・';
	position: absolute;
	left: 0;
}

.flow-area .video {
	margin: 30px auto 0px;
	width: 600px;
}

.flow-area .video video {
	width: 100%;
}


@media screen and (max-width: 768px) {
	.flow-area {
		padding: 30px 0 20px;
	}

	.flow-area .inner {
		width: 100%;
	}

	.flow-area .catch {
		font-size: 2.4rem;
	}

	.flow-area .box {
		padding: 20px;
	}

	.flow-area .box.last {
		margin: 0 0 50px;
	}

	.flow-area .box .catch {
		font-size: 2rem;
		margin: 0;
	}

	/* #trial .flow-area .box .num{
		left: -20px;
	} */
	.flow-area .video {
		width: 100%;
	}

	.flow-area .video video {
		width: 100%;
	}

	.flow-area .box .btn-more a {
		width: 100%;
	}

	.end-catch {
		text-align: left;
	}



	.flow-area .num {
		top: -40px;
		font-weight: 500;
		font-size: 2rem;

	}

	.flow-area .num span {
		font-size: 4rem;
	}

	.flow-area .flow-box {
		flex-direction: column;
		gap: 20px;
	}

	.flow-area .flow-box .icon-wrap {
		width: 50px;
	}

	.flow-area .flow-box .icon-wrap img {
	}

	.flow-area .box .basic-txt {
		padding: 15px 0 0;
	}

	.flow-area .btn-more a {
		margin: 20px auto 0;
	}

	.flow-area .flex {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.flow-area .box h3 {
		line-height: 1.6;
	}

	.flow-area .box .basic-txt {
		padding: 10px 0 0;
	}


	.flow-area .flex {
		display: block;
	}

	.flow-area .flex h3 {
		padding: 0 0 10px;
	}

	/* notes-list */
	.flow-area .notes-list {
		flex-direction: column;
		gap: 20px;
		padding: 10px;
	}

	.flow-area .notes-list::after {
		width: 90%;
		height: 1px;
		left: auto;
		top: 50%;
		transform: translateY(-50%);
	}

	.flow-area .notes-list .notes-item {
		display: flex;
		align-items: center;
		width: 100%;
		gap: 10px;
	}

	.flow-area .notes-list .notes-item .icon-wrap {
		width: 30px;
		flex-shrink: 0;
	}

	.flow-area .notes-list .notes-item .icon-wrap img {
		width: 100%;
	}

	.flow-area .notes-list .notes-item .comment .catch {
		font-size: 1.8rem;
		margin: 0 0 10px;
	}
}

/*    line-qr-area
-------------------------------------------------------------- */
.line-qr-area {
	margin: 80px 0;
}

.line-qr-area .card {
    width: 100%;
    background: #fcfcfa;
    border: 1px solid #a9d4bb;
    border-radius: 24px;
    padding: 40px 48px;
    display: flex;
    align-items: center;
    gap: 48px;
}

.line-qr-area .card__left {
    flex: 1;
    min-width: 0;
}

.line-qr-area .card__right {
    width: 350px;
    flex-shrink: 0;
    text-align: center;
    border-left: 1px dashed #a9d4bb;
    padding-left: 48px;
}

  /* ---------- 左側 ---------- */

.line-qr-area .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #1c6b41;
    font-weight: 700;
    font-size: 2.2rem;
    margin: 0 0 8px;
}
.line-qr-area .badge .spark {
    color: #e3b23c;
    font-size: 2.0rem;
    font-style: normal;
}

.line-qr-area .badge .num {
    font-size: 3.5rem;
}

.line-qr-area .badge-underline {
    width: 320px;
    max-width: 100%;
    height: 3px;
    background: #e3b23c;
    border-radius: 2px;
    margin: 0 auto 28px;
}

.line-qr-area .headline {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.6;
    color: #333;
    margin: 0 0 24px;
}

.line-qr-area .headline .accent {
    color: #1f7a46;
	font-size: 4.0rem;
}

.line-qr-area .divider {
    border: none;
    border-top: 1px dashed #a9d4bb;
    margin: 24px 0;
}

.line-qr-area .line-info-list {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.line-qr-area .line-info-list li {
    display: flex;
    align-items: center;
    gap: 14px;
	width: 50%;
	margin: 0 auto;
}

.line-qr-area .line-info-list li .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f7a46;
}

.line-qr-area .line-info-list li .icon img {
    width: 100%;
    height: 100%;
}

.line-qr-area .line-info-list li .txt {
	font-size: 2.0rem;
    font-weight: 600;
    color: #333;
}

.line-qr-area .card__left .cv-btn.line {
	margin: 20px auto 0;
    line-height: 1;
}

.line-qr-area .card__left .cv-btn.line a {
	width: 70%;
    background: #1f7a46;
	border-radius: 20px;
    box-shadow: 10px 10px 30px rgb(0 0 0 / 30%);
    color: #fff;
    font-size: 2rem;
    text-align: center;
    padding: 20px 0 25px;
    display: block;
    position: relative;
    font-weight: 500;
    margin: 0 auto;
}

.line-qr-area .card__left .cv-btn.line a::before {
	content: "";
    display: block;
    background: url(../img/line-icon.png) no-repeat;
    background-size: cover;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 80px;
}

.line-qr-area .card__left .cv-btn.line a::after {
	content: '';
    background: url(../img/line-arrow-icon.svg) no-repeat;
	width: 30px;
	height: 30px;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

  /* ---------- 右側 ---------- */
.line-qr-area .right-title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #1c6b41;
    font-weight: 700;
    font-size: 1.6rem;
    margin: 0 0 16px;
    white-space: nowrap;
}

.line-qr-area .right-title .spark {
    color: #e3b23c;
    font-style: normal;
}

.line-qr-area .qr-box {
    border: 1px solid #a9d4bb;
    border-radius: 16px;
    padding: 16px;
    display: inline-block;
    background: #fff;
}

.line-qr-area .qr-box img {
    display: block;
    width: 220px;
    height: 220px;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
	.line-qr-area {
		margin: 40px 0;
	}

	.line-qr-area .card {
		flex-direction: column;
		padding: 28px 20px;
		border-radius: 18px;
		gap: 28px;
    }
	.line-qr-area .card__right {
		width: 100%;
		border-left: none;
		border-top: 1px dashed #a9d4bb;
		padding-left: 0;
		padding-top: 28px;
    }
	.line-qr-area .badge {
		font-size: 1.8rem;
    }
	.line-qr-area .badge .num {
		font-size: 2.4rem;
    }
	.line-qr-area .badge-underline {
		width: 240px;
		margin-bottom: 20px;
    }
	.line-qr-area .headline {
		font-size: 2.0rem;
		margin-bottom: 20px;
    }
	.line-qr-area .divider {
		margin: 18px 0;
    }
	.line-qr-area .line-info-list li {
		font-size: 1.5rem;
		width: 100%;
    }

	.line-qr-area .line-info-list li .icon {
		width: 30px;
		height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #1f7a46;
	}

	.line-qr-area .line-info-list li .icon img {
		width: 100%;
		height: 100%;
	}

	.line-qr-area .card__left .cv-btn.line {
		margin: 20px auto 0;
		line-height: 1;
	}

	.line-qr-area .card__left .cv-btn.line a {
		width: 100%;
		background: #1f7a46;
		border-radius: 20px;
		box-shadow: 10px 10px 30px rgb(0 0 0 / 30%);
		color: #fff;
		font-size: 2rem;
		text-align: center;
		padding: 20px 0 25px;
		display: block;
		position: relative;
		font-weight: 500;
		margin: 0 auto;
	}

	.line-qr-area .card__left .cv-btn.line a::before {
		content: "";
		display: block;
		background: url(../img/line-icon.png) no-repeat;
		background-size: cover;
		width: 40px;
		height: 40px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 20px;
	}

	.line-qr-area .card__left .cv-btn.line a::after {
		content: '';
		background: url(../img/line-arrow-icon.svg) no-repeat;
		width: 25px;
		height: 25px;
		position: absolute;
		right: 20px;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}
	.line-qr-area .qr-box img {
		width: 180px;
		height: 180px;
    }
}