
#wrapper {
	overflow: hidden;
	width: 375px;
	min-width: 375px;
	margin: 0 auto;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
}

#main {
	margin-top: 0 !important;
}

#lp-header {
	padding-block: 10px;
}

#site-title {
	display: block;
	width: auto;
	padding-top: 0;
}

#site-title a {
	width: auto;
}

#lp-footer {
	color: #fff;
	background-color: #333333;
}

.footer-copyright {
	margin: 0;
	padding-block: 14px;
	font-size: 1.3rem;
	text-align: center;
}

.section-head {
	margin-bottom: 30px;
}

.section-head .ttl-upper {
	font-size: 2.5rem;
	line-height: 1;
}

.section-head .ttl-lower {
	font-size: 1.5rem;
	font-family: roboto, sans-serif;
	line-height: 1;
}

#section-cta-03 .btn-cv {
	margin-top: 30px;
}

/**
School
*/
#section-school {
	padding-block: 50px 30px;
}

:is(#section-school, #section-faq) .school-archive:not(:last-child) {
	margin-bottom: 20px;
}

:is(#section-school, #section-faq) .school-archive .section-title {
	margin-bottom: 0;
	padding-left: 10px;
	border-bottom-width: 1px;
	box-sizing: border-box;
	font-size: 1.6rem;
}

.school-archive .section-title.acd-btn::before {
	width: 12px !important;
	height: 12px !important;
	border-right: 3px solid #000 !important;
    border-bottom: 3px solid #000 !important;
}

:is(#section-school, #section-faq) .school-archive .acd-content {
	padding-top: 10px;
}

.school-archive .area-info .sch-year .notice {
	display: block;
	margin-top: 5px;
	margin-left: 0;
}

.school-archive .area-wrap.school-acd-content {
	display: none;
}

.school-archive {
	overflow: hidden;
}

.school-archive .section-title {
	position: relative;
	margin: 0;
}

.school-archive .section-title.acd-btn::before,
.school-archive .section-title.school-acd-btn::before {
	animation: initial;
}

.school-archive .section-title.acd-btn::before,
.school-archive .section-title.school-acd-btn::before {
	position: absolute;
	top: 0;
	right: 15px;
	display: block;
	width: 15px;
	height: 15px;
	content: '';
	transition: .3s all ease-out;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-right: 4px solid #000;
	border-bottom: 4px solid #000;
}

@keyframes poyopoyo {
	0% {
		transform: translateY(0px) rotate(45deg);
	}

	100% {
		transform: translateY(-5px) rotate(45deg);
	}
}

.school-archive .area-meta {
	margin: 30px 0;
}

.school-archive .area-tel {
	display: none;
}

.school-archive .area-target {
	font-size: 1.6rem;
}

.school-archive .secretariat-box span {
	font-size: 1.6rem;
	width: auto;
	padding: 12px 15px 12px 40px;
	background: no-repeat 15px center;
	background-image: url('./images/common/icon_tel_01.png');
}

.entry-list.for-school .entry-list-item {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 0 10px;
	padding: 0;
}

.entry-list.for-school .entry-list-item:last-child {
	margin-bottom: 0;
}

.entry-list.for-school .entry-list-item::before {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.entry-list.for-school .entry-list-item:last-child {
	margin-bottom: 0;
}

.entry-list.for-school .entry-list-item a {
	padding: 30px 20px;
}

.entry-list.for-school .entry-list-item a.is-mazgack::before {
	width: 40px;
	height: 40px;
}

.entry-list.for-school .entry-list-item .title {
	font-size: 2rem;
}

.entry-list.for-school .entry-list-item .address {
	font-size: 1.8rem;
}

.school-archive .area-target span.area_ico span {
	font-size: 1.5rem;
}


/**
Contact
*/
#section-contact {
	padding-block: 30px 40px;
	background-color: var(--color-blue-lightest);;
}

#section-contact .section-head {
	padding-top: 68px;
}

#section-contact .section-head::before {
	right: 0;
	width: 171px;
	height: 63px;
	margin: 0 auto;
	background: url(../images/lp/spring-course/contact_subttl@2x.png) no-repeat center center / contain;
}

#section-contact .section-head .ttl-upper {
	line-height: 3.25rem;
}

#section-contact .section-head .ttl-upper span {
	font-size: 2rem;
}

/* = ContactForm7
-------------------------------------------------------------- */
.wpcf7 .btn-wrap.btn-secondary {
	height: 50px;
	margin-top: 40px;
	color: #fff;
}

.wpcf7 .required {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	height: 20px;
	margin: auto;
	padding: 0 5px;
	font-weight: normal;
	font-size: 1.2rem;
	color: #ffffff;
	background: rgba(250, 60, 60);
	border-radius: 3px;
}

.wpcf7 .optional {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	display: none;
	height: 20px;
	margin: auto;
	padding: 0 5px;
	font-weight: normal;
	font-size: 1.2rem;
	color: #ffffff;
	background: #f9a63b;
	border-radius: 3px;
}

.wpcf7 span.red {
	font-weight: lighter;
	font-size: 90%;
	color: rgba(250, 60, 60);
}

select+span.wpcf7-not-valid-tip {
	position: absolute;
	white-space: nowrap;
	background: transparent;
}

.your-school-category select+span.wpcf7-not-valid-tip {
	white-space: normal;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 5px 15px;
	font-size: 1.3rem;
	line-height: 1.4;
	vertical-align: middle;
	background: #ffffff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.wpcf7 select {
	width: 100%;
	height: 40px;
	margin: 0;
	padding-right: 25px;
	background: transparent;
	border: 1px solid #cccccc;
	border-radius: 0;
}

.wpcf7-submit[type="submit"] {
	display: inline-block;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 12px 80px;
	font-size: 1.6rem;
	color: #ffffff;
	background: #000000;
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.wpcf7 .ajax-loader {
	position: absolute;
	right: 0;
	bottom: -5rem;
	left: 0;
	display: block;
	margin: 4px auto !important;
}

.wpcf7-not-valid-tip {
	background: #ffffff;
}

.wpcf7-response-output {
	margin-top: 6em;
}

.pamphlet-box {
	margin-bottom: 40px;
	padding: 30px;
	background: #fffaeb;
}

.pamphlet-box #pamphlet-box-title {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 2rem;
	color: #e7381f;
	white-space: nowrap;
	background: none;
}

.pamphlet-box .circle-arrow::before {
	background-color: #e7381f;
}

#pamphlet-description {
	float: left;
	width: 550px;
	font-size: 1.6rem;
	line-height: 2;
}

.recruit-top-image-box {
	margin-bottom: 60px;
}

#recruit-top-image-left {
	float: left;
	margin-right: 40px;
}

#recruit-sub-title {
	margin: 0 0 30px;
	padding-bottom: 50px;
	font-size: 3.5rem;
	line-height: 1.4;
	text-align: center;
	color: #009142;
	letter-spacing: 0.2em;
	border-bottom: 2px dotted #d4d4d4;
}

.recruit-content-table {
	margin: 30px 0 0;
	table-layout: fixed;
	border-top: 1px solid var(--color-blue);
}

.recruit-content-table th,
.recruit-content-table td {
	width: 30px;
	border-right: 1px solid var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
}

.recruit-content-table th {
	height: 60px;
	color: var(--color-blue);
	background: var(--color-blue-lightest);
}

.recruit-content-table td {
	padding: 15px 20px;
}

.recruit-content-table th:first-child,
.recruit-content-table td:first-child {
	text-align: center;
	color: var(--color-blue);
	border-left: 1px solid var(--color-blue);
}

.recruit-content-table td:last-child {
	text-align: center;
}

.work-content,
.work-condition {
	position: relative;
	margin: 0;
	padding-left: 1.2em;
}

.work-content::before,
.work-condition::before {
	content: "";
	position: absolute;
	top: 0.75em;
	left: 0;
	z-index: 1;
	display: block;
	width: 3px;
	height: 3px;
	border-top: 1px solid #009143;
	border-right: 1px solid #009143;
	transform: rotate(45deg);
}

#recruit-sub-title h2,
#recruit-table-footnote p {
	margin: 0;
}

.entry-content .wpcf7 .form-subtitle,
.recruit-content .form-subtitle {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 2rem;
	line-height: 1;
	background: none;
}

.form-tel-contact,
.recruit-content-description,
#recruit-table-footnote {
	display: inline-block;
	width: 100%;
	margin-bottom: 30px;
	padding: 30px 0;
	border-bottom: 2px dotted #d4d4d4;
}

#recruit-table-footnote {
	font-size: 1.4rem;
}

.form-tel-contact-img {
	float: left;
	width: 210px;
}

.form-tel-contact-description {
	display: inline-block;
	width: auto;
	padding-left: 25px;
	line-height: 2;
}

.entry-content .form-tel-contact-description p,
.entry-content .form-business-hours p {
	margin: 0;
	font-size: 1.4rem;
}

.form-mail-contact,
.recruit-content-description {
	padding: 40px 0 20px;
	font-size: 1.4rem;
}

body#contact .form-mail-contact,
body#trial_form .form-mail-contact,
body#course_form .form-mail-contact {
	padding-top: 0;
}

.required-matter-label {
	display: inline;
	color: #dd4e56;
}

.form-table-wrap {
	box-sizing: border-box;
	width: 100%;
}

.form-table {
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid var(--color-blue);
	border-right: 1px solid var(--color-blue);
	border-left: 1px solid var(--color-blue);
}

.form-table th {
	position: relative;
	box-sizing: border-box;
	width: 300px;
	padding: 20px;
	font-size: 1.6rem;
	text-align: left;
	color: var(--color-blue);
	background: var(--color-blue-lightest);
	border-right: 1px solid var(--color-blue);
	border-bottom: 1px solid var(--color-blue);
}

.form-cause-title {
	display: inline-block;
	width: 210px;
	margin: 0;
}

.form-cause-required {
	position: relative;
	top: 15px;
}

.form-table td {
	position: relative;
	padding: 20px;
	font-size: 1.4rem;
	background-color: #ffffff;
	border-bottom: 1px solid #009143;
}

.your-name,
.your-name-kana,
.your-guardian,
.your-school,
.your-email,
.your-municipality {
	display: inline-block;
	width: 420px;
}

.wpcf7 .your-name .wpcf7-not-valid,
.wpcf7 .your-name-kana .wpcf7-not-valid,
.wpcf7 .your-guardian .wpcf7-not-valid,
.wpcf7 .your-postal-code .wpcf7-not-valid,
.wpcf7 .your-email .wpcf7-not-valid,
.wpcf7 .your-tel .wpcf7-not-valid,
.wpcf7 .your-municipality .wpcf7-not-valid,
.wpcf7 .your-closest-station .wpcf7-not-valid,
.wpcf7 .your-age .wpcf7-not-valid {
	background: #fbf2f3;
}

.your-tel,
.your-postal-code,
.your-closest-station,
.your-origin-school,
.your-department {
	display: inline-block;
	width: 200px;
}

.wpcf7 .your-postal-code+.note {
	position: absolute;
	top: 2.8em;
	left: 20em;
	font-size: 1.2rem;
	line-height: 1;
}

.your-objective .wpcf7-not-valid-tip,
.your-know-reason .wpcf7-not-valid-tip,
.your-gender .wpcf7-not-valid-tip,
.your-relationship .wpcf7-not-valid-tip {
	margin-left: 14px;
}

.your-objective,
.your-know-reason,
.your-gender,
.your-relationship {
	left: -1em;
}

.your-age {
	display: inline-block;
	width: 50px;
}

.your-enrollment-state {
	display: inline-block;
	width: 90px;
}

.your-school-category,
.your-grade {
	display: inline-block;
	width: 220px;
}

.your-hope-area,
.your-hope-classroom,
.your-hope-classroom-2 {
	display: inline-block;
	width: auto;
}

.your-school-category,
.your-hope-area {
	margin-right: 12px;
}

.your-school-category select,
.your-grade select,
.your-prefectures select,
.your-course select {
	width: 100%;
}

.your-school-category select::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #000000;
}

.your-school-category::after,
.your-grade::after,
.your-prefectures::after,
.your-hope-area::after,
.your-hope-classroom::after,
.your-course::after,
.your-enrollment-state::after {
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-width: 8px 4px 0 4px;
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
	pointer-events: none;
}

.your-prefectures,
.your-course {
	display: block;
	width: 220px;
}

.your-prefectures {
	margin: 20px 0;
}

.wpcf7 .your-remarks,
.wpcf7 .your-demand,
.wpcf7 .your-question {
	height: 80px;
}

.parallel-box {
	display: inline-block;
	text-align: left;
}

.wpcf7 .parallel-text {
	float: right;
	margin: 10px 20px 0 15px;
}

.your-age .wpcf7-not-valid-tip {
	width: 300px;
}

.privacy-policy-box {
	box-sizing: border-box;
	height: 200px;
	margin: 20px 0;
	padding: 20px;
	overflow-y: scroll;
	border: 1px solid #cccccc;
}

.privacy-policy-box-header {
	margin: 0 0 40px;
}

.privacy-policy-content-body+.privacy-policy-content-header {
	margin-top: 40px;
}

.acceptance {
	width: auto;
}

.acceptance a {
	color: #0066cc;
}

.acceptance span,
.wpcf7 .acceptance-text {
	display: inline-block;
	vertical-align: middle;
}

.acceptance .wpcf7-list-item {
	margin: 0;
}

.wpcf7 .acceptance-text {
	margin: 0 0 0 10px;
	line-height: 1;
}

.acceptance .wpcf7-not-valid-tip {
	position: absolute;
	bottom: -1.5em;
	left: 0;
	white-space: nowrap;
	background: none;
}

div.wpcf7-response-output {
	margin: 5.5em 0.5em 1em;
}

.wpcf7-spinner {
	position: absolute;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select {
	height: 50px;
	padding: 6px 10px;
	font-size: 1.6rem;
}

.wpcf7-form-control-wrap {
	position: relative;
	width: 100%;
}

.wpcf7-form-control-wrap.acceptance,
.wpcf7-form-control-wrap:has(.wpcf7-acceptance) {
	width: auto;
}

.wpcf7-submit[type="submit"] {
	width: 240px;
	height: 48px;
	padding: 0;
}

.wpcf7-submit[type="submit"]:hover {
	opacity: 1;
}

.form-table,
.form-table tbody,
.form-table tr,
.form-table th,
.form-table td {
	display: block;
}

.wpcf7 .required,
.wpcf7 .optional {
	height: 25px;
	padding: 4px 8px;
	font-size: 1.5rem;
}

.wpcf7 span.red {
	font-size: 100%;
	text-shadow: 0 0 1px #ffffff, 0 0 1px #ffffff, 0 0 1px #ffffff;
}

#recruit-sub-title {
	letter-spacing: 0.03em;
}

.form-tel-contact-description {
	margin-top: 20px;
	padding-left: 0;
}

.form-table th {
	width: auto;
	padding: 12px 20px;
	color: var(--color-blue);
	background: var(--color-blue-lightest);
	border-right: none;
}

.form-table td {
	font-size: 1.6rem;
}

.form-cause-title {
	width: 350px;
	line-height: 1.2;
}

.your-school-category,
.your-grade {
	float: none;
	width: 250px;
}

.your-school-category {
	float: left;
	margin-right: 20px;
}

.wpcf7 .your-postal-code+.note {
	position: static;
	display: block;
	margin-top: 1em;
}

.parallel-box {
	display: inline-flex;
	width: 100%;
}

.wpcf7 .parallel-text {
	margin-right: 0;
}

.your-origin-school,
.your-department,
.your-closest-station,
.your-age {
	width: 350px;
}

.your-origin-school input,
.your-department input {
	margin-bottom: 20px;
}

.your-age .wpcf7-not-valid-tip {
	width: auto;
}

.acceptance .wpcf7-not-valid-tip {
	margin-top: 140px;
}

#pamphlet-description {
	width: auto;
}

#recruit-top-image-left {
	float: none;
	margin: 0;
}

.recruit-content-table td {
	padding: 15px 10px;
}

.your-hope-area,
.your-hope-classroom {
	width: auto;
}

select.select-box {
	display: inline-block;
	width: 220px;
}

select.select-box::after {
	content: "";
	position: absolute;
	top: 0;
	right: 10px;
	bottom: 0;
	display: block;
	width: 0;
	height: 0;
	margin: auto;
	border-width: 8px 4px 0 4px;
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
	pointer-events: none;
}

.form-mail-contact {
	padding-block: 0 20px;
	font-size: 1.6rem;
	line-height: 1.5625;
}

.form-table {
	margin-top: 0;
}

.wpcf7-form .wpcf7-grv3-policies-container {
	margin-top: 24px;
	line-height: 1.5625;
	text-align: left;
}

/**
FAQ
*/
#section-faq {
	padding-block: 50px 30px;
}

#section-faq .section-title.acd-btn {
	padding-left: 38px;
	padding-right: 50px;
}

#section-faq .section-title.acd-btn span {
	font-size: 1.6rem;
	line-height: 1.5625;
	color: #333333;
	letter-spacing: -0.01em;
}

#section-faq .section-title.acd-btn::before {
	bottom: 20px;
	margin: auto;
}

#section-faq .section-title.acd-btn::after {
	display: block;
	content: "Q";
	position: absolute;
	top: 4px;
	left: 15px;
	font-size: 2rem;
	font-family: roboto, sans-serif;
	line-height: 1;
	color: var(--color-blue);
}

#section-faq .school-archive .acd-content {
	padding-block: 16px;
	padding-left: 38px;
	position: relative;
	background-color: var(--color-blue-lightest);
}

#section-faq .school-archive .acd-content::after {
	display: block;
	content: "A";
	position: absolute;
	top: 24%;
	left: 15px;
	font-size: 2rem;
	font-family: roboto, sans-serif;
	line-height: 1;
	color: var(--color-blue);
}

#section-faq .school-archive .acd-content div {
	display: grid;
	gap: 10px;
}

#section-faq .school-archive .acd-content p {
	margin: 0;
}

/**
Gift
*/
#section-gift {
	padding-block: 50px 30px;
	background: url(../images/lp/spring-course/gift_bg@2x.png) no-repeat center center / cover;
}

#section-gift .section-gift-title {
	margin: 0;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25;
	letter-spacing: 0.04em;
	color: #fff;
}

#section-gift .section-gift-title::before {
	display: block;
	content: "";
	position: absolute;
	top: -74px;
	right: 0;
	left: 0;
	margin: 0 auto;
	width: 81px;
	height: 52px;
	background: url(../images/lp/spring-course/gift_ttl_01@2x.png) center center / contain;
}

#section-gift .section-gift-img {
	margin-block: 20px;
}

#section-gift .section-gift-text {
	margin-block: 0 32px;
	font-size: 1.6rem;
	line-height: 1.5625;
	color: #fff;
	text-align: center;
}

/**
Flow
*/
#section-flow {
	padding-block: 50px;
}

.section-flow-list {
	display: grid;
	gap: 30px;
}

/**
CTA 02
*/
.section-cta-02-cta {
	padding-block: 30px;
	background-color: #ffeff2;
}

.section-cta-02-text {
	margin-block: 0 30px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}

/**
Result
*/
#section-result {
	overflow: hidden;
	padding-block: 50px 30px;
	background: url(../images/lp/spring-course/result_bg.png) repeat top center;
}

#section-result::before {
	display: block;
	content: "";
	width: 125px;
	height: 125px;
	position: absolute;
	top: -10px;
	right: 10px;
	z-index: 1;
	background: url(../images/lp/spring-course/result_bg_deco.png) no-repeat center center / contain;
}

.section-result-sections {
	display: grid;
	gap: 30px;
}

.section-result-subtitle {
	margin-block: 0 20px;
	font-size: 2rem;
	line-height: 1.25;
	text-align: center;
	color: #fff;
}

.section-result-list {
	display: grid;
	gap: 20px;
}

.section-result-title {
	margin-bottom: 30px;
	position: relative;
	z-index: 2;
}

.section-story-title {
	text-align: center;
}

.section-story-text {
	margin-block: 30px 0;
	font-size: 2.5rem;
	font-weight: bold;
	line-height: 1.2;
	color: #fff;
	text-align: center;
}


.for-interview {
	display: initial;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 0;
}

.for-interview-item {
	margin: 0;
	box-shadow: 15px 15px 20px rgb(0 0 0 / 0.2);
}

.for-interview-item {
	width: 100%;
}

/**
Schedule
*/
#section-schedule {
	padding-block: 50px 30px;
	background-color: var(--color-blue-lightest);
}

#section-schedule .section-head .img-box {
	margin-bottom: 16px;
}

.section-schedule-list {
	display: grid;
	gap: 20px;
}

.section-schedule-text {
	margin-block: 30px 0;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}

.section-schedule-text span {
	color: var(--color-blue);
}

#section-schedule .section-slider {
	margin-inline: calc(50% - 240px);
	width: 480px;

}

#section-schedule .entry-list.for-case .entry-list-item .thumb {
	aspect-ratio: 3 / 2;
	height: auto;
}

#section-schedule .entry-list.for-case .entry-list-item .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#section-schedule .flex-direction-nav {
	width: 375px;
	position: absolute;
	inset: 0;
	left: 56px;
	margin: auto;
}

#section-schedule .flex-direction-nav a {
	top: 0;
	bottom: 0;
	margin: auto;
}

#section-schedule .flex-direction-nav .flex-prev {
	left: 0;
}

#section-schedule .flex-direction-nav .flex-next {
	right: 0;
}

.swiper-button-prev {
	background: url('../images/common/icon_arrow_02.png') no-repeat center center / contain;
}

.swiper-button-next {
	rotate: 180deg;
	background: url('../images/common/icon_arrow_02.png') no-repeat center center / contain;
}

:is(.swiper-button-prev, .swiper-button-next)::after {
	display: none;
}

/**
Reason
*/
#section-reason {
	padding-block: 25px 30px;
	background: url(../images/lp/spring-course/reason_bg.png) no-repeat top center / cover;
}

.section-reason-title {
	margin-bottom: 30px;
}

.section-reason-list {
	display: grid;
	gap: 30px;
	margin-bottom: 30px;
}

/**
Intro
*/
#section-intro {
	padding-block: 50px 30px;
}

.section-intro-title {
	margin-bottom: 30px;
}

.section-intro-list {
	display: grid;
	gap: 30px;
}

/**
FV
*/
#section-fv {
	padding-bottom: 30px;
	background-color: #ffeff2;
}

.section-fv-feature {
	margin-top: -88px;
	margin-bottom: 30px;
	text-align: center;
}

.your-hope-area,
.your-hope-classroom,
.your-grade {
	display: block;
	width: 100%;
}

.your-hope-classroom {
	margin-top: 10px;
}

.wpcf7 .btn-wrap.btn-secondary {
	width: 100%;
}
