body {
	font-family: "";
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

/* pcの電話番号発信対応 */

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

/* スクロールフェードインアニメーション */

.js-fade-in {
	opacity: 0;
	transform: translateY(40px);
	transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.js-fade-in.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.js-fade-in--delay-1 {
	transition-delay: 0.1s;
}

.js-fade-in--delay-2 {
	transition-delay: 0.2s;
}

.js-fade-in--delay-3 {
	transition-delay: 0.3s;
}

.js-fade-in--delay-4 {
	transition-delay: 0.4s;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

/* article > * + * {
  margin-top: 1em;
} */

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.c-btn {
	background-color: black;
	color: yellow;
	padding: 0.625rem 2.5rem;
}

.c-test {
	color: red;
	font-size: 1.25rem;
}

.c-title {
	font-size: 10px;
}

.c-under-title {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0 #111, -0.0625rem 0.0625rem 0 #111, 0.0625rem -0.0625rem 0 #111, -0.0625rem -0.0625rem 0 #111;
}

.c-wave-footer {
	background: url("../images/common/wave-footer-top.svg") no-repeat center/100% 100%;
	height: 8.6vw;
	width: 100%;
}

.l-header {
	left: 1rem;
	position: fixed;
	top: 1.5rem;
	z-index: 100;
}

.l-inner {
	height: inherit;
	margin: 0 auto;
	max-width: 33.75rem;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
}

.p-book-archive {
	background-color: #FFE26D;
	min-height: 100vh;
}

.p-book-archive__inner {
	margin: 0 auto;
	max-width: 80rem;
	padding: 1.5rem 5rem 0 16.5625rem;
	padding-bottom: 1rem;
}

.p-book-archive__header {
	padding: 1.5rem 0 2.5rem;
}

.p-book-archive__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
}

.p-book-archive__card {
	background-color: #fff;
	border: 0.0625rem solid #111;
	border-radius: 1rem;
	display: flex;
	gap: 2rem;
	padding: 2.5rem;
	width: 45rem;
}

.p-book-archive__card-img {
	flex-shrink: 0;
	height: 20.0625rem;
	width: 13.75rem;
}

.p-book-archive__card-img img {
	-o-object-fit: cover;
	box-shadow: 0.3125rem 0.3125rem 0 0 rgba(0, 0, 0, 0.25);
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-book-archive__no-image {
	align-items: center;
	background-color: #E5E5E5;
	box-shadow: 0.3125rem 0.3125rem 0 0 rgba(0, 0, 0, 0.25);
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.p-book-archive__no-image span {
	color: #999;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
}

.p-book-archive__card-content {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding-top: 1.5rem;
}

.p-book-archive__card-body {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.p-book-archive__card-info {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-book-archive__card-title {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-book-archive__card-meta {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-book-archive__card-desc {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

.p-book-archive__card-desc p {
	margin: 0;
}

.p-book-archive__card-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 1.25rem 2rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-book-archive__card-btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-book-archive__card-btn img {
	height: 1.25rem;
	width: 1.25rem;
}

.p-book-archive__pagination {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}

.p-book-archive__pagination .nav-links {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.p-book-archive__pagination .page-numbers {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 50%;
	color: #111;
	display: flex;
	font-family: "Bakbak One", sans-serif;
	font-size: 1.375rem;
	font-weight: 400;
	height: 3rem;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.3s ease;
	width: 3rem;
}

.p-book-archive__pagination .page-numbers:hover {
	background-color: #FFC73F;
}

.p-book-archive__pagination .page-numbers.current {
	background-color: #FFC73F;
}

.p-book-archive__pagination .dots {
	background: none;
	border: none;
	height: auto;
	width: auto;
}

.p-book-archive__back {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-book-archive__back-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-book-archive__back-btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-book-archive__no-posts {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 3.75rem 0;
	text-align: center;
}

.p-book {
	background-color: #00D5FB;
	overflow: hidden;
	padding: 13vw 0 8.3125rem;
	position: relative;
}

.p-book::before {
	background: url("../images/book/wave-book-top.svg") no-repeat center/100% 100%;
	content: "";
	height: 8.6vw;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-book::after {
	background: url("../images/book/wave-book-bottom.svg") no-repeat center/100% 100%;
	bottom: 0;
	content: "";
	height: 8.6vw;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-book__inner {
	position: relative;
}

.p-book__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	padding: 0 5rem 0 max(16.5625rem, 20.7vw);
}

.p-book__title {
	align-self: flex-start;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-shadow: 0.0625rem 0.0625rem 0 #111, -0.0625rem 0.0625rem 0 #111, 0.0625rem -0.0625rem 0 #111, -0.0625rem -0.0625rem 0 #111;
}

.p-book__image {
	aspect-ratio: 935/530;
	background-color: #D9D9D9;
	width: 100%;
}

.p-book__image img {
	-o-object-fit: contain;
	aspect-ratio: 935/530;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-book__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	height: 4.125rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	min-width: 12.5rem;
	padding: 1.125rem 2.25rem;
	position: relative;
	text-decoration: none;
	z-index: 2;
}

.p-book__btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-book__btn:hover .p-book__btn-arrow {
	transform: scale(1.5);
}

.p-book__btn-arrow {
	height: 1rem;
	transition: transform 0.5s ease;
	width: 0.875rem;
}

.p-contact {
	background-color: #FFE26D;
	padding: 3.375rem 5rem 0 16.5625rem;
	padding-bottom: 0;
}

.p-contact__inner {
	margin: 0 auto;
	max-width: 53.4375rem;
}

.p-contact__header {
	padding: 1.5rem 0 2.5rem;
	text-align: center;
}

.p-contact__form-wrap .wpcf7-form {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.p-contact__form-wrap p {
	margin: 0;
}

.p-contact__form-wrap br {
	display: none;
}

.p-contact__field {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-contact__label-wrap {
	align-items: center;
	color: #222;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	gap: 0.375rem;
	letter-spacing: 0.1em;
	line-height: 2;
}

.p-contact__required {
	color: #FF0000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 2;
}

.p-contact__form-wrap input[type=text],
.p-contact__form-wrap input[type=email],
.p-contact__form-wrap input[type=tel],
.p-contact__form-wrap textarea {
	background-color: #F5F5F5;
	border: 0.0625rem solid #111;
	border-radius: 0.375rem;
	color: #111;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.5rem 1rem;
	width: 100%;
}

.p-contact__form-wrap input[type=text]::-moz-placeholder,
.p-contact__form-wrap input[type=email]::-moz-placeholder,
.p-contact__form-wrap input[type=tel]::-moz-placeholder,
.p-contact__form-wrap textarea::-moz-placeholder {
	color: #999;
}

.p-contact__form-wrap input[type=text]::placeholder,
.p-contact__form-wrap input[type=email]::placeholder,
.p-contact__form-wrap input[type=tel]::placeholder,
.p-contact__form-wrap textarea::placeholder {
	color: #999;
}

.p-contact__form-wrap input[type=text]:focus,
.p-contact__form-wrap input[type=email]:focus,
.p-contact__form-wrap input[type=tel]:focus,
.p-contact__form-wrap textarea:focus {
	border-color: #34C759;
	outline: none;
}

.p-contact__form-wrap textarea {
	min-height: 12.5rem;
	resize: vertical;
}

.p-contact__privacy {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	justify-content: center;
}

.p-contact__form-wrap .wpcf7-acceptance {
	align-items: center;
	display: flex;
	gap: 0.375rem;
}

.p-contact__form-wrap .wpcf7-acceptance .wpcf7-list-item {
	align-items: center;
	display: flex;
	gap: 0.375rem;
	margin: 0;
}

.p-contact__form-wrap input[type=checkbox] {
	display: block !important;
}

.p-contact__form-wrap input[type=checkbox] {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: url("../images/common/icon-checkbox-unchecked.svg") no-repeat center/contain;
	cursor: pointer;
	flex-shrink: 0;
	height: 2rem;
	width: 2rem;
}

.p-contact__form-wrap input[type=checkbox]:checked {
	background: url("../images/common/icon-checkbox.svg") no-repeat center/contain;
}

.p-contact__form-wrap .wpcf7-list-item-label {
	color: #222;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-contact__privacy-required {
	color: #FF0000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 2;
}

.p-contact__submit {
	display: flex;
	justify-content: center;
}

.p-contact__form-wrap .wpcf7-spinner {
	display: none;
}

.p-contact__form-wrap input[type=submit] {
	align-items: center;
	background-color: #FCF7CE;
	border: 0.25rem solid #34C759;
	border-radius: 6.25rem;
	color: #111;
	cursor: pointer;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	max-width: 20rem;
	padding: 1.125rem 2.25rem;
	transition: transform 0.3s ease;
}

.p-contact__form-wrap input[type=submit]:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-contact__form-wrap .wpcf7-not-valid-tip {
	color: #FF0000;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.75rem;
	margin-top: 0.25rem;
}

.p-contact__form-wrap .wpcf7-response-output {
	background-color: rgba(52, 199, 89, 0.1);
	border: 0.125rem solid #34C759;
	border-radius: 0.5rem;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	margin: 1rem 0 0;
	padding: 1rem;
	text-align: center;
}

.p-contact__back {
	display: flex;
	justify-content: center;
	margin-top: 2.5rem;
	padding-bottom: 3.75rem;
}

.p-contact__back-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-contact__back-btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-drawer {
	background-color: #FFC73F;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	top: 0;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 200;
}

.p-drawer.is-open {
	opacity: 1;
	visibility: visible;
}

.p-drawer__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0.75rem 0.5rem;
}

.p-drawer__logo {
	align-items: center;
	display: flex;
	gap: 0.25rem;
}

.p-drawer__logo img {
	-o-object-fit: cover;
	height: 2.875rem;
	object-fit: cover;
	width: 2.75rem;
}

.p-drawer__logo-text {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: -0.23em;
	line-height: 1;
}

.p-drawer__close {
	background: none;
	border: none;
	cursor: pointer;
}

.p-drawer__close-text {
	color: #111;
	font-family: "Bakbak One", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}

.p-drawer__body {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	padding: 1rem 2rem 2.5rem;
}

.p-drawer__menu-box {
	background-color: #FCF7CE;
	border-radius: 1rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 1.5rem;
}

.p-drawer__menu-title {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-drawer__subject-list {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-drawer__subject-item {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.p-drawer__subject-btn {
	border: none;
	border-radius: 6.25rem;
	color: #111;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
	padding: 0.25rem 0;
	transition: opacity 0.3s ease;
	width: 12.5rem;
}

.p-drawer__subject-btn:hover {
	opacity: 0.8;
}

.p-drawer__subject-item--math .p-drawer__subject-btn {
	background-color: #55E6FF;
}

.p-drawer__subject-item--science .p-drawer__subject-btn {
	background-color: #65FF8C;
}

.p-drawer__subject-item--english .p-drawer__subject-btn {
	background-color: #FF9B38;
}

.p-drawer__grade-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	margin-top: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, margin-top 0.3s ease;
}

.p-drawer__subject-item.is-open .p-drawer__grade-list {
	margin-top: 1rem;
	max-height: 12.5rem;
}

.p-drawer__grade-item {
	align-items: center;
	color: #111;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	line-height: 1;
}

.p-drawer__grade-dot {
	border-radius: 50%;
	flex-shrink: 0;
	height: 0.6875rem;
	width: 0.6875rem;
}

.p-drawer__subject-item--math .p-drawer__grade-dot {
	background-color: #55E6FF;
}

.p-drawer__subject-item--science .p-drawer__grade-dot {
	background-color: #65FF8C;
}

.p-drawer__subject-item--english .p-drawer__grade-dot {
	background-color: #FF9B38;
}

.p-drawer__menu-item {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-drawer__sns {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.p-drawer__sns-item {
	display: block;
	transition: opacity 0.3s ease;
}

.p-drawer__sns-item:hover {
	opacity: 0.8;
}

.p-drawer__sns-item svg,
.p-drawer__sns-item img {
	display: block;
	height: 2.875rem;
	width: 2.875rem;
}

.p-faq {
	background-color: #FFE26D;
	padding: 3.375rem 5rem 0 16.5625rem;
	padding-bottom: 0;
}

.p-faq__inner {
	margin: 0 auto;
	max-width: 43.75rem;
}

.p-faq__header {
	padding: 1.5rem 0 2.5rem;
	text-align: center;
}

.p-faq__list {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.p-faq__item {
	border-bottom: 0.0625rem solid #FCF7CE;
}

.p-faq__question {
	align-items: center;
	background: transparent;
	border: none;
	cursor: pointer;
	display: flex;
	gap: 1rem;
	padding: 1.5rem 0;
	text-align: left;
	width: 100%;
}

.p-faq__icon {
	align-items: center;
	border-radius: 50%;
	display: flex;
	flex-shrink: 0;
	font-family: "Bakbak One", sans-serif;
	font-size: 1.625rem;
	font-weight: 400;
	height: 2.5rem;
	justify-content: center;
	line-height: 1;
	width: 2.5rem;
}

.p-faq__icon--q {
	background-color: #FCF7CE;
	color: #111;
}

.p-faq__icon--a {
	background-color: #FCF7CE;
	color: #111;
}

.p-faq__question-text {
	color: #111;
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-faq__toggle-icon {
	flex-shrink: 0;
	height: 1.25rem;
	transform: rotate(90deg);
	transition: transform 0.3s ease;
	width: 1.25rem;
}

.p-faq__question[aria-expanded=true] .p-faq__toggle-icon {
	transform: rotate(-90deg);
}

.p-faq__answer {
	display: grid;
	grid-template-rows: 0fr;
	transition: grid-template-rows 0.3s ease;
}

.p-faq__answer[aria-hidden=false] {
	grid-template-rows: 1fr;
}

.p-faq__answer-inner {
	align-items: flex-start;
	background-color: #FCF7CE;
	border-radius: 0.5rem;
	display: flex;
	gap: 1rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	padding: 1.5rem;
	transition: padding 0.3s ease, margin-bottom 0.3s ease;
}

.p-faq__answer[aria-hidden=true] .p-faq__answer-inner {
	margin-bottom: 0;
	padding-bottom: 0;
	padding-top: 0;
}

.p-faq__answer-text {
	color: #4E4E4E;
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.8;
}

.p-faq__back {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-faq__back-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-faq__back-btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-footer {
	background-color: #FFC73F;
	padding: 5rem 5rem 1.5rem 16.5625rem;
}

.p-footer__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.5rem;
}

.p-footer__title {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-footer__cta {
	align-items: flex-end;
	display: flex;
	gap: 1.5rem;
}

.p-footer__cta-card {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-footer__cta-label {
	align-items: center;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
}

.p-footer__cta-arrow {
	height: 1.3125rem;
	width: 1.5625rem;
}

.p-footer__cta-text {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-footer__sns-box {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #111;
	border-radius: 6.25rem;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	padding: 1.5rem 2.5rem;
}

.p-footer__sns-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.p-footer__sns-item {
	align-items: center;
	display: flex;
	justify-content: center;
	transition: opacity 0.3s;
}

.p-footer__sns-item:hover {
	opacity: 0.7;
}

.p-footer__sns-item img {
	height: 5.3125rem;
	width: 5.3125rem;
}

.p-footer__sns-item--youtube {
	background-color: #FF0033;
	border-radius: 50%;
	height: 5.3125rem;
	width: 5.3125rem;
}

.p-footer__sns-item--youtube img {
	height: 2.5rem;
	width: 2.5rem;
}

.p-footer__person {
	height: 6.375rem;
	width: 7.375rem;
}

.p-footer__person img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-footer__scrolltop {
	align-items: center;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	justify-content: center;
	transition: transform 0.3s;
}

.p-footer__scrolltop:hover .p-footer__scrolltop-img {
	animation: fly-up 0.6s ease forwards;
}

.p-footer__scrolltop-img {
	-o-object-fit: cover;
	height: 12.375rem;
	object-fit: cover;
	width: 7.6875rem;
}

.p-footer__scrolltop-text {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-footer__bottom {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.p-footer__privacy {
	-webkit-text-decoration: none;
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.6;
	text-decoration: none;
	transition: opacity 0.3s;
}

.p-footer__privacy:hover {
	opacity: 0.7;
}

.p-footer__copyright {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-fv {
	background-color: #FFE26D;
	overflow: hidden;
	position: relative;
}

.p-fv__inner {
	height: 47.625rem;
	margin: 0 auto;
	max-width: 80rem;
	position: relative;
	width: 100%;
}

.p-fv__sns {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: fixed;
	right: 1rem;
	top: 1.5rem;
	z-index: 100;
}

.p-fv__sns-item {
	display: block;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.p-fv__sns-item img {
	display: block;
	height: 2.875rem;
	width: 2.875rem;
}

.p-fv__sns-item:hover {
	opacity: 0.8;
	transform: scale(1.05);
}

.p-fv__title {
	color: #FFC73F;
	font-family: "Jersey 20", sans-serif;
	font-size: min(32.8125vw, 26.25rem);
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 0.7;
	position: absolute;
	right: 1%;
	text-align: right;
	top: 1.875rem;
	z-index: 1;
}

.p-fv__person {
	aspect-ratio: 1/1;
	height: auto;
	max-width: 43.6875rem;
	position: absolute;
	right: -3%;
	top: 3.9375rem;
	width: 54.6%;
	z-index: 2;
}

.p-fv__person img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-fv__book-area {
	height: auto;
	left: 22.3%;
	position: absolute;
	top: 46.5%;
	width: 31.3%;
	z-index: 3;
}

.p-fv__deco-bar {
	border-radius: 0.125rem;
	position: absolute;
}

.p-fv__deco-bar--green {
	background-color: #34C759;
	height: 4.625rem;
	left: 0.5625rem;
	top: -0.4375rem;
	width: 1.1875rem;
}

.p-fv__deco-bar--blue {
	background-color: #00D5FB;
	height: 4.625rem;
	left: 1.625rem;
	top: -1.1875rem;
	width: 1.1875rem;
}

.p-fv__deco-bar--orange {
	background-color: #FF8D28;
	height: 4.625rem;
	left: 3.375rem;
	top: -1.875rem;
	width: 1.9375rem;
	z-index: 1;
}

.p-fv__book {
	height: auto;
	position: relative;
	width: 100%;
}

.p-fv__book img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-fv__book-text {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: max(1rem, min(2.03vw, 1.625rem));
	font-weight: 700;
	left: 50%;
	line-height: 1.6;
	position: absolute;
	text-align: center;
	top: 53%;
	transform: translate(-50%, -50%);
	white-space: nowrap;
}

.p-fv__book-line {
	display: block;
}

.p-fv__book-char {
	animation: char-appear 0.1s ease-out forwards;
	animation-delay: calc(var(--char-index) * 0.12s);
	opacity: 0;
}

.p-fv__pencil {
	animation: pencil-move 3.5s ease-in-out forwards, pencil-wobble 1.5s ease-in-out infinite;
	height: auto;
	position: absolute;
	right: -20%;
	top: -18%;
	transform-origin: bottom left;
	width: 50%;
	z-index: 4;
}

.p-fv__pencil img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.p-fv__profile-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #111;
	border-radius: 6.25rem;
	box-shadow: -0.25rem 0.5rem 0 0 rgb(0, 192, 232);
	display: flex;
	gap: 1.5rem;
	justify-content: center;
	left: 50%;
	padding: 1.125rem 4.625rem;
	position: absolute;
	text-decoration: none;
	top: 111%;
	transform: translateX(-50%);
	transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
	z-index: 5;
}

.p-fv__profile-btn:hover {
	box-shadow: -0.125rem 0.25rem 0 0 rgb(0, 192, 232);
	opacity: 1;
	transform: translateX(-50%) translate(-0.125rem, 0.25rem);
}

.p-fv__profile-btn-text {
	color: #111;
	font-family: "Bakbak One", sans-serif;
	font-size: 3rem;
	font-weight: 400;
	line-height: 1;
}

.p-fv__profile-btn-arrow {
	height: 1.375rem;
	width: 1.1875rem;
}

.p-fv__marquee {
	background-color: #F5FCFE;
	border-bottom: 0.0625rem solid #111;
	border-top: 0.0625rem solid #111;
	overflow: hidden;
	padding: 0.625rem;
	position: relative;
	width: 100%;
}

.p-fv__marquee-inner {
	display: flex;
	gap: 0;
	will-change: transform;
}

.p-fv__marquee-text {
	color: #111;
	flex-shrink: 0;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.0625rem;
	font-weight: 700;
	line-height: 1.8;
	padding-right: 3rem;
	white-space: nowrap;
}

.p-header {
	-ms-overflow-style: none;
	background-color: #FFC73F;
	border: 0.0625rem solid #111;
	border-radius: 1.5rem;
	max-height: calc(100vh - 3rem);
	overflow-y: auto;
	padding: 0.25rem 1rem 1.5rem;
	scrollbar-width: none;
	width: 14.0625rem;
}

.p-header::-webkit-scrollbar {
	display: none;
}

.p-header__inner {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.p-header__logo {
	align-items: center;
	display: flex;
	gap: 0.5rem;
}

.p-header__logo img {
	-o-object-fit: cover;
	height: 4.5rem;
	object-fit: cover;
	width: 4.25rem;
}

.p-header__logo-text {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 900;
	letter-spacing: -0.23em;
	line-height: 3.58;
}

.p-header__nav {
	align-self: stretch;
	display: flex;
	flex-direction: column;
}

.p-header__menu-box {
	align-items: center;
	background-color: #FCF7CE;
	border-radius: 1.5rem;
	display: flex;
	flex-direction: column;
	gap: 1.0625rem;
	justify-content: center;
	padding: 1rem;
}

.p-header__menu-title {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

.p-header__subject-list {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	width: 100%;
}

.p-header__subject-item {
	text-align: center;
}

.p-header__subject-btn {
	border: none;
	border-radius: 6.25rem;
	color: #111;
	cursor: pointer;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.5rem 0;
	transition: opacity 0.3s ease;
	width: 100%;
}

.p-header__subject-btn:hover {
	opacity: 0.8;
}

.p-header__subject-item--math .p-header__subject-btn {
	background-color: #55E6FF;
}

.p-header__subject-item--science .p-header__subject-btn {
	background-color: #65FF8C;
}

.p-header__subject-item--english .p-header__subject-btn {
	background-color: #FF9B38;
}

.p-header__grade-list {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, padding 0.3s ease;
}

.p-header__subject-item.is-open .p-header__grade-list {
	max-height: 12.5rem;
	padding: 0.625rem 0;
}

.p-header__grade-item {
	align-items: center;
	color: #111;
	display: flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 0.625rem;
	justify-content: center;
	line-height: 1;
}

.p-header__grade-dot {
	border-radius: 50%;
	flex-shrink: 0;
	height: 0.6875rem;
	width: 0.6875rem;
}

.p-header__subject-item--math .p-header__grade-dot {
	background-color: #55E6FF;
}

.p-header__subject-item--science .p-header__grade-dot {
	background-color: #65FF8C;
}

.p-header__subject-item--english .p-header__grade-dot {
	background-color: #FF9B38;
}

.p-header__menu-list {
	display: flex;
	flex-direction: column;
	margin-top: 1.25rem;
}

.p-header__menu-item {
	margin-top: 1.25rem;
	width: 100%;
}

.p-header__menu-item:first-child {
	margin-top: 0;
}

.p-header__menu-item a {
	container-type: inline-size;
	display: block;
	position: relative;
	width: 100%;
}

.p-header__menu-item a span {
	color: #111;
	display: inline-block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.625rem 1rem;
	position: relative;
	transition: transform 0.3s ease;
	z-index: 2;
}

.p-header__menu-item a::after {
	background-color: #fff;
	border-radius: 6.25rem;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: width 0.3s ease, border-radius 0.3s ease;
	width: var(--span-width);
	z-index: 1;
}

.p-header__menu-item a::before {
	background-color: #00C0E8;
	clip-path: inset(0 100% 0 0);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: clip-path 0.3s ease;
	width: 0.625rem;
	z-index: 3;
}

.p-header__menu-item a:hover {
	opacity: 1;
}

.p-header__menu-item a:hover::after {
	border-radius: 0 0.25rem 0.25rem 0;
	width: 100%;
}

.p-header__menu-item a:hover::before {
	clip-path: inset(0 0 0 0);
}

.p-header__sp-right {
	display: none;
}

.p-header__sns {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.p-header__sns-item {
	display: block;
	transition: opacity 0.3s ease;
}

.p-header__sns-item:hover {
	opacity: 0.8;
}

.p-header__sns-item svg,
.p-header__sns-item img {
	display: block;
	height: 2.5rem;
	width: 2.5rem;
}

.p-header__hamburger {
	align-items: center;
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	gap: 1.5rem;
	padding: 0;
}

.p-header__hamburger-text {
	color: #111;
	font-family: "Bakbak One", sans-serif;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
}

.p-lesson-archive {
	background-color: #FFE26D;
	min-height: 100vh;
	padding-bottom: 5rem;
}

.p-lesson-archive__inner {
	margin: 0 auto;
	max-width: 80rem;
	padding: 1.875rem 6rem 0 17.5625rem;
}

.p-lesson-archive__header {
	padding: 1.5rem 0 2.5rem;
}

.p-lesson-archive__container {
	width: 100%;
}

.p-lesson-archive__tabs {
	align-items: flex-end;
	display: flex;
}

.p-lesson-archive__tab {
	-webkit-text-decoration: none;
	align-items: center;
	border: 0.0625rem solid #111;
	border-bottom: none;
	border-radius: 1.5rem 1.5rem 0 0;
	color: #111;
	cursor: pointer;
	display: flex;
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 1rem 2rem;
	text-decoration: none;
	transition: padding 0.3s ease;
}

.p-lesson-archive__tab--junior {
	background-color: #DFFEFF;
}

.p-lesson-archive__tab--high {
	background-color: #C9FFCD;
}

.p-lesson-archive__tab--other {
	background-color: #FFCB9D;
}

.p-lesson-archive__tab.is-active {
	padding-bottom: 2.25rem;
	padding-top: 2.25rem;
}

.p-lesson-archive__content {
	position: relative;
}

.p-lesson-archive__panel {
	align-items: center;
	border: 0.0625rem solid #111;
	border-radius: 0 0 0.5rem 0.5rem;
	border-top: none;
	display: none;
	flex-direction: column;
	gap: 1.5rem;
	overflow: hidden;
	padding: 2rem 1.5rem;
}

.p-lesson-archive__panel--junior {
	background-color: #DFFEFF;
}

.p-lesson-archive__panel--high {
	background-color: #C9FFCD;
}

.p-lesson-archive__panel--other {
	background-color: #FFCB9D;
}

.p-lesson-archive__panel.is-active {
	display: flex;
}

.p-lesson-archive__filter {
	background-color: #FCF7CE;
	border-radius: 0.5rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	padding: 1rem 0;
	width: 100%;
}

.p-lesson-archive__filter-row {
	align-items: flex-start;
	display: flex;
	gap: 1rem;
	padding: 0 1.5rem;
}

.p-lesson-archive__filter-label {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	padding-top: 0.75rem;
	white-space: nowrap;
}

.p-lesson-archive__filter-buttons {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.625rem;
}

.p-lesson-archive__filter-btn {
	background-color: #E5E5E5;
	border: none;
	border-radius: 6.25rem;
	color: #111;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 0.75rem 1.5rem;
	transition: background-color 0.3s ease;
}

.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--junior1,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--junior1 {
	background-color: #D4F0FF;
}

.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--junior2,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--junior2 {
	background-color: #71CAFA;
}

.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--junior3,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--junior3 {
	background-color: #00A3FA;
}

.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--exam,
.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--highschool-exam,
.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--summer,
.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--university,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--exam,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--highschool-exam,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--summer,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--university {
	background-color: #FFC73F;
}

.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--high,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--high {
	background-color: #6FE38E;
}

.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--math,
.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--math1,
.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--mathA,
.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--math2,
.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--mathB,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--math,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--math1,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--mathA,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--math2,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--mathB {
	background-color: #55E6FF;
}

.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--science,
.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--physics,
.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--chemistry,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--science,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--physics,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--chemistry {
	background-color: #65FF8C;
}

.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--english,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--english {
	background-color: #FF9B38;
}

.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--all,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--all {
	background-color: #FFC73F;
}

.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--study,
.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--chat,
.p-lesson-archive__filter-btn.is-active.p-lesson-archive__filter-btn--knowledge,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--study,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--chat,
.p-lesson-archive__filter-btn:hover.p-lesson-archive__filter-btn--knowledge {
	background-color: #FFE83B;
}

.p-lesson-archive__filter-row--reset {
	justify-content: flex-end;
	width: 100%;
}

.p-lesson-archive__filter-reset {
	-webkit-text-decoration: underline;
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	text-decoration: underline;
	transition: opacity 0.3s ease;
}

.p-lesson-archive__filter-reset:hover {
	opacity: 0.6;
}

.p-lesson-archive__filter-category {
	align-items: flex-start;
	align-self: stretch;
	display: flex;
	gap: 1rem;
	padding: 0 1.5rem;
}

.p-lesson-archive__filter-category .p-lesson-archive__filter-label {
	padding-top: 1.375rem;
}

.p-lesson-archive__filter-search {
	align-items: flex-start;
	background-color: #fff;
	border-radius: 0.25rem;
	display: flex;
	flex: 1;
	gap: 1rem;
	justify-content: space-between;
	padding: 1rem 1.5rem;
}

.p-lesson-archive__filter-dropdown {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding-top: 0.25rem;
}

.p-lesson-archive__filter-dropdown-selected {
	cursor: pointer;
}

.p-lesson-archive__filter-dropdown-text {
	color: rgba(0, 0, 0, 0.6);
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-lesson-archive__filter-dropdown-options {
	display: none;
	flex-direction: column;
	gap: 1rem;
	margin-top: 1rem;
}

.p-lesson-archive__filter-dropdown-options.is-open {
	display: flex;
}

.p-lesson-archive__filter-dropdown-option {
	color: #111;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	transition: opacity 0.3s ease;
}

.p-lesson-archive__filter-dropdown-option:hover {
	opacity: 0.6;
}

.p-lesson-archive__filter-dropdown-option.is-selected {
	color: rgba(0, 0, 0, 0.6);
}

.p-lesson-archive__filter-dropdown-option--disabled {
	color: rgba(0, 0, 0, 0.4);
	cursor: default;
}

.p-lesson-archive__filter-dropdown-option--disabled:hover {
	opacity: 1;
}

.p-lesson-archive__filter-search-actions {
	align-items: center;
	display: flex;
	gap: 1rem;
}

.p-lesson-archive__filter-arrow {
	cursor: pointer;
	height: 1.5rem;
	transition: transform 0.3s ease;
	width: 1.5rem;
}

.is-open .p-lesson-archive__filter-arrow {
	transform: rotate(180deg);
}

.p-lesson-archive__filter-search-btn {
	background-color: #FFC73F;
	border: 0.0625rem solid #111;
	border-radius: 6.25rem;
	color: #111;
	cursor: pointer;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 0.375rem 1rem;
	transition: opacity 0.3s ease;
}

.p-lesson-archive__filter-search-btn:hover {
	opacity: 0.7;
}

.p-lesson-archive__category-title {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
}

.p-lesson-archive__grid {
	grid-gap: 1.5rem;
	display: grid;
	gap: 1.5rem;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	justify-content: center;
	width: 100%;
}

.p-lesson-archive__card {
	position: relative;
}

.p-lesson-archive__card-top {
	display: flex;
}

.p-lesson-archive__card-thumb {
	aspect-ratio: 16/9;
	flex: 0 0 49.4%;
	margin-right: 0.4375rem;
	overflow: hidden;
	padding-bottom: 0.375rem;
	padding-left: 0.25rem;
	position: relative;
	z-index: 2;
}

.p-lesson-archive__card-thumb img {
	-o-object-fit: cover;
	border-radius: 0.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-lesson-archive__card-header {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.75rem 1.1875rem 0.5rem 0.8125rem;
	position: relative;
	z-index: 1;
}

.p-lesson-archive__card-header::before {
	background-color: #fff;
	border-radius: 0 0.625rem 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0.375rem;
	z-index: -1;
}

.p-lesson-archive__card-tags {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-lesson-archive__card-tag {
	border-radius: 6.25rem;
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.5rem 1rem;
	white-space: nowrap;
}

.p-lesson-archive__card-tag--junior1 {
	background-color: #D4F0FF;
}

.p-lesson-archive__card-tag--junior2 {
	background-color: #71CAFA;
}

.p-lesson-archive__card-tag--junior3 {
	background-color: #00A3FA;
}

.p-lesson-archive__card-tag--high {
	background-color: #6FE38E;
}

.p-lesson-archive__card-tag--math {
	background-color: #55E6FF;
}

.p-lesson-archive__card-tag--science {
	background-color: #65FF8C;
}

.p-lesson-archive__card-tag--english {
	background-color: #FF9B38;
}

.p-lesson-archive__card-tag--other {
	background-color: #FFCB9D;
}

.p-lesson-archive__card-body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0.75rem 1rem;
	position: relative;
	z-index: 1;
}

.p-lesson-archive__card-body::before {
	background-color: #fff;
	border-radius: 0 0 0.625rem 0.625rem;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-lesson-archive__card-title {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-lesson-archive__card-actions {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.p-lesson-archive__card-print {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #111;
	border-radius: 6.25rem;
	display: flex;
	gap: 0.25rem;
	height: 1.875rem;
	justify-content: center;
	text-decoration: none;
	transition: opacity 0.3s ease;
	width: 10rem;
}

.p-lesson-archive__card-print img {
	height: 1.375rem;
	width: 1.375rem;
}

.p-lesson-archive__card-print span {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
}

.p-lesson-archive__card-print:hover {
	opacity: 0.7;
}

.p-lesson-archive__card-youtube {
	transition: opacity 0.3s ease;
}

.p-lesson-archive__card-youtube img {
	height: 2rem;
	width: 2rem;
}

.p-lesson-archive__card-youtube:hover {
	opacity: 0.7;
}

.p-lesson-archive__back-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	height: 4.125rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	min-width: 12.5rem;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-lesson-archive__back-btn img {
	height: 1.25rem;
	width: 1.25rem;
}

.p-lesson-archive__back-btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-lesson-archive__back {
	margin-top: 3.75rem;
	text-align: center;
}

.p-lesson-archive__home-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	height: 4.125rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	min-width: 12.5rem;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-lesson-archive__home-btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-lesson {
	background-color: #FFE26D;
	padding: 2.5625rem 0 1.375rem;
}

.p-lesson__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin: 0 auto;
	padding: 0 5rem 0 max(16.5625rem, 20.7vw);
}

.p-lesson__title {
	text-stroke: 0.1875rem #111;
	-webkit-text-stroke: 0.1875rem #111;
	color: #FFC73F;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	paint-order: stroke fill;
}

.p-lesson__container {
	width: 100%;
}

.p-lesson__tabs {
	align-items: flex-end;
	display: flex;
}

.p-lesson__tab {
	align-items: center;
	border: 0.0625rem solid #111;
	border-bottom: none;
	border-radius: 1.5rem 1.5rem 0 0;
	color: #111;
	cursor: pointer;
	display: flex;
	flex: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 2rem;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 1.25rem 2rem;
}

.p-lesson__tab:first-child {
	background-color: #DFFEFF;
}

.p-lesson__tab:nth-child(2) {
	background-color: #C9FFCD;
}

.p-lesson__tab:nth-child(3) {
	background-color: #FFCB9D;
}

.p-lesson__tab.is-active {
	padding-bottom: 2.25rem;
	padding-top: 2.25rem;
}

.p-lesson__content {
	position: relative;
}

.p-lesson__panel {
	background-color: #DFFEFF;
	border: 0.0625rem solid #111;
	border-radius: 0 0 0.5rem 0.5rem;
	border-top: none;
	display: none;
	padding: 2rem 3.375rem;
}

.p-lesson__panel.is-active {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.p-lesson__grid {
	grid-gap: 1.25rem 1.5rem;
	display: grid;
	gap: 1.25rem 1.5rem;
	grid-template-columns: repeat(2, 1fr);
	position: relative;
	z-index: 1;
}

.p-lesson__card {
	position: relative;
}

.p-lesson__card-top {
	display: flex;
}

.p-lesson__card-thumb {
	aspect-ratio: 16/9;
	flex: 0 0 49.4%;
	margin-right: 0.4375rem;
	overflow: hidden;
	padding-bottom: 0.375rem;
	padding-left: 0.25rem;
	position: relative;
	z-index: 2;
}

.p-lesson__card-thumb img {
	-o-object-fit: cover;
	border-radius: 0.25rem;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-lesson__card-header {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 0.75rem;
	padding: 1.75rem 1.1875rem 0.5rem 0.8125rem;
	position: relative;
	z-index: 1;
}

.p-lesson__card-header::before {
	background-color: #fff;
	border-radius: 0 0.625rem 0 0;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0.375rem;
	z-index: -1;
}

.p-lesson__card-body {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
	margin-top: 0;
	padding: 0.75rem 1rem;
	position: relative;
	z-index: 1;
}

.p-lesson__card-body::before {
	background-color: #fff;
	border-radius: 0 0 0.625rem 0.625rem;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.p-lesson__card-tags {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.p-lesson__card-tag {
	border-radius: 6.25rem;
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
	padding: 0.5rem 1rem;
	text-align: center;
	white-space: nowrap;
}

.p-lesson__card-tag--grade1 {
	background-color: #D4F0FF;
}

.p-lesson__card-tag--grade2 {
	background-color: #71CAFA;
}

.p-lesson__card-tag--grade3 {
	background-color: #00A3FA;
}

.p-lesson__card-tag--math {
	background-color: #55E6FF;
}

.p-lesson__card-tag--science {
	background-color: #65FF8C;
}

.p-lesson__card-tag--english {
	background-color: #FF9B38;
}

.p-lesson__card-actions {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.p-lesson__card-print {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #111;
	border-radius: 6.25rem;
	display: flex;
	gap: 0.25rem;
	height: 1.875rem;
	justify-content: center;
	text-decoration: none;
	transition: opacity 0.3s;
	width: 10rem;
}

.p-lesson__card-print img {
	height: 1.0625rem;
	width: 1.0625rem;
}

.p-lesson__card-print span {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1;
}

.p-lesson__card-print:hover {
	opacity: 0.7;
}

.p-lesson__card-title {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-lesson__card-youtube {
	transition: opacity 0.3s;
}

.p-lesson__card-youtube img {
	height: 2rem;
	width: 2rem;
}

.p-lesson__card-youtube:hover {
	opacity: 0.7;
}

.p-lesson__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	height: 4.125rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	min-width: 12.5rem;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
}

.p-lesson__btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-lesson__btn:hover .p-lesson__btn-arrow {
	transform: scale(1.5);
}

.p-lesson__btn-arrow {
	height: 1rem;
	transition: transform 0.5s ease;
	width: 0.875rem;
}

.p-news {
	background-color: #FFE26D;
	padding: 3.6875rem 5rem 0 16.5625rem;
}

.p-news__inner {
	background-color: #FCF7CE;
	border: 0.0625rem solid #111;
	border-radius: 0.5rem;
	margin: 0 auto;
	max-width: 58.4375rem;
	padding: 1.5rem 2rem;
}

.p-news__title {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.6875rem;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 1.3125rem;
}

.p-news__content {
	align-items: flex-start;
	display: flex;
	gap: 1.5rem;
}

.p-news__list {
	-ms-overflow-style: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-height: 6.25rem;
	overflow-y: auto;
	scrollbar-width: none;
	width: 52.5625rem;
}

.p-news__list::-webkit-scrollbar {
	display: none;
}

.p-news__scrollbar {
	align-self: center;
	background-color: #D9D9D9;
	border-radius: 0.1875rem;
	flex-shrink: 0;
	height: 6.25rem;
	position: relative;
	width: 0.375rem;
}

.p-news__scrollbar-thumb {
	background-color: #FFC73F;
	border-radius: 0.1875rem;
	height: 55%;
	left: 0;
	position: absolute;
	top: 0;
	transition: top 0.1s ease-out;
	width: 100%;
}

.p-news__item {
	border-bottom: 0.0625rem solid #FFD3B1;
	display: flex;
	gap: 1rem;
	padding-bottom: 0.375rem;
}

.p-news__meta {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	gap: 0.5rem;
}

.p-news__date {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1;
}

.p-news__tag {
	align-items: center;
	border-radius: 6.25rem;
	color: #fff;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	justify-content: center;
	line-height: 1;
	padding: 0.3125rem 0.625rem;
}

.p-news__tag--event {
	background-color: #FFC73F;
}

.p-news__tag--book {
	background-color: #00C0E8;
}

.p-news__text {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.7;
}

.p-notfound {
	background-color: #FFE26D;
	padding: 7.875rem 5rem 0 16.5625rem;
	padding-bottom: 0;
}

.p-notfound__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	margin: 0 auto;
	max-width: 53.4375rem;
}

.p-notfound__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	width: 100%;
}

.p-notfound__title {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0 #111, -0.0625rem 0.0625rem 0 #111, 0.0625rem -0.0625rem 0 #111, -0.0625rem -0.0625rem 0 #111;
}

.p-notfound__message {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: center;
}

.p-notfound__back {
	display: flex;
	justify-content: center;
	padding-bottom: 3.75rem;
}

.p-notfound__back-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-notfound__back-btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-privacy {
	background-color: #FFE26D;
	padding: 1.875rem 5rem 0 16.5625rem;
	padding-bottom: 0;
}

.p-privacy__inner {
	margin: 0 auto;
	max-width: 53.4375rem;
}

.p-privacy__header {
	padding: 1.5rem 0 2.5rem;
	text-align: center;
}

.p-privacy__title {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-privacy__content {
	padding: 0 2.5rem;
}

.p-privacy__content p {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 1rem;
}

.p-privacy__content p:last-child {
	margin-bottom: 0;
}

.p-privacy__content h2 {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}

.p-privacy__content ul,
.p-privacy__content ol {
	margin: 0 0 1rem;
	padding-left: 1.5rem;
}

.p-privacy__content li {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
	margin-bottom: 0.25rem;
}

.p-privacy__content ol {
	list-style-type: decimal;
}

.p-privacy__content ul {
	list-style-type: disc;
}

.p-privacy__content li > ol {
	margin-bottom: 0.5rem;
	margin-top: 0.5rem;
}

.p-privacy__back {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
	padding-bottom: 3.75rem;
}

.p-privacy__back-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-privacy__back-btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-test {
	color: red;
	font-size: 1.25rem;
}

.p-thanks {
	background-color: #FFE26D;
	padding: 7.875rem 5rem 0 16.5625rem;
	padding-bottom: 0;
}

.p-thanks__inner {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 3.75rem;
	margin: 0 auto;
	max-width: 43.75rem;
}

.p-thanks__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	width: 100%;
}

.p-thanks__title {
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 3rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-align: center;
	text-shadow: 0.0625rem 0.0625rem 0 #111, -0.0625rem 0.0625rem 0 #111, 0.0625rem -0.0625rem 0 #111, -0.0625rem -0.0625rem 0 #111;
}

.p-thanks__message {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.7;
	text-align: center;
}

.p-thanks__back {
	display: flex;
	justify-content: center;
	padding-bottom: 3.75rem;
}

.p-thanks__back-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-thanks__back-btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-works-archive {
	background-color: #FFE26D;
}

.p-works-archive__inner {
	margin: 0 auto;
	max-width: 80rem;
	padding: 1.875rem 6rem 0 17.5625rem;
	padding-bottom: 1rem;
}

.p-works-archive__header {
	padding: 1.5rem 0 2.5rem;
}

.p-works-archive__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.p-works-archive__card {
	border-radius: 1rem;
	overflow: hidden;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.p-works-archive__card:hover {
	transform: translateY(-0.125rem);
}

.p-works-archive__card-link {
	-webkit-text-decoration: none;
	align-items: stretch;
	color: inherit;
	display: flex;
	text-decoration: none;
}

.p-works-archive__card-img {
	align-items: center;
	aspect-ratio: 320/200;
	background-color: #FCF7CE;
	border-radius: 1rem;
	display: flex;
	flex: 320 0 0;
	justify-content: center;
	overflow: hidden;
	padding: 1rem;
}

.p-works-archive__card-img img {
	-o-object-fit: cover;
	aspect-ratio: 313/168;
	border-radius: 0.5rem;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
	width: 100%;
}

.p-works-archive__card:hover .p-works-archive__card-img img {
	transform: scale(1.03);
}

.p-works-archive__card-content {
	background-color: #FCF7CE;
	border-radius: 1rem;
	display: flex;
	flex: 608 0 0;
	flex-direction: column;
	gap: 1rem;
	justify-content: space-between;
	min-height: 12.5rem;
	padding: 1rem;
}

.p-works-archive__card-body {
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

.p-works-archive__card-date {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1;
}

.p-works-archive__card-title-wrap {
	align-items: flex-start;
	display: flex;
	gap: 0.5rem;
}

.p-works-archive__card-marker {
	flex-shrink: 0;
	height: 1.25rem;
	margin-top: 0.5rem;
	width: 1.25rem;
}

.p-works-archive__card-title {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
}

.p-works-archive__card-excerpt {
	color: #4E4E4E;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.6;
}

.p-works-archive__card-tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.p-works-archive__card-tag {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.45;
}

.p-works-archive__pagination {
	display: flex;
	justify-content: center;
	margin-top: 1.5rem;
}

.p-works-archive__pagination .nav-links {
	align-items: center;
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.p-works-archive__pagination .page-numbers {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 50%;
	color: #111;
	display: flex;
	font-family: "Bakbak One", sans-serif;
	font-size: 1.375rem;
	font-weight: 400;
	height: 3rem;
	justify-content: center;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.3s ease;
	width: 3rem;
}

.p-works-archive__pagination .page-numbers:hover {
	background-color: #FFC73F;
}

.p-works-archive__pagination .page-numbers.current {
	background-color: #FFC73F;
}

.p-works-archive__pagination .dots {
	background: none;
	border: none;
	height: auto;
	width: auto;
}

.p-works-archive__back {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-works-archive__back-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	height: 4.125rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-works-archive__back-btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-works-archive__no-posts {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	padding: 3.75rem 0;
	text-align: center;
}

.p-works-single {
	background-color: #FFE26D;
	min-height: 100vh;
	padding: 3.375rem 5rem 0 16.5625rem;
	padding-bottom: 0;
}

.p-works-single__inner {
	margin: 0 auto;
	max-width: 43.75rem;
	text-align: center;
}

.p-works-single__card {
	background-color: #FCF7CE;
	border-radius: 0.5rem;
	padding: 2.5rem;
	text-align: left;
}

.p-works-single__date {
	color: #111;
	display: block;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 1.5rem;
}

.p-works-single__title {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 1.5rem;
}

.p-works-single__tags {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.p-works-single__tag {
	color: #111;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 0.8125rem;
	font-weight: 500;
	line-height: 1.45;
}

.p-works-single__content {
	color: #4E4E4E;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}

.p-works-single__content p {
	margin-top: 1.5rem;
}

.p-works-single__content p:first-child {
	margin-top: 0;
}

.p-works-single__content h2,
.p-works-single__content h3 {
	color: #111;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 2.5rem;
}

.p-works-single__content img {
	border-radius: 0.5rem;
	height: auto;
	margin-top: 1.5rem;
	max-width: 100%;
}

.p-works-single__content .wp-block-image {
	margin-bottom: 0;
	margin-top: 1.5rem;
}

.p-works-single__content .wp-block-image img {
	margin: 0;
}

.p-works-single__content .wp-block-video {
	margin-bottom: 0;
	margin-top: 1.5rem;
}

.p-works-single__content .wp-block-video video {
	border-radius: 0.5rem;
	height: auto;
	max-width: 100%;
}

.p-works-single__content ul,
.p-works-single__content ol {
	margin-top: 1.5rem;
	padding-left: 1.5rem;
}

.p-works-single__content li {
	margin-bottom: 0.5rem;
}

.p-works-single__content li:last-child {
	margin-bottom: 0;
}

.p-works-single__content a {
	-webkit-text-decoration: underline;
	color: #0066cc;
	text-decoration: underline;
}

.p-works-single__content a:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.p-works-single__back {
	display: flex;
	justify-content: center;
	margin-top: 3.75rem;
}

.p-works-single__back-btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
	transition: transform 0.3s ease;
}

.p-works-single__back-btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-works {
	background-color: #34C759;
	overflow: hidden;
	padding: 10.9vw 0 max(8.3vw, 6.625rem);
	position: relative;
}

.p-works::before {
	background: url("../images/works/wave-works-top.svg") no-repeat center/100% 100%;
	content: "";
	height: 8.6vw;
	left: 0;
	position: absolute;
	top: -0.5px;
	width: 100%;
}

.p-works::after {
	background: url("../images/works/wave-works-bottom.svg") no-repeat center/100% 100%;
	bottom: -1px;
	content: "";
	height: 8.6vw;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-works__content {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
	padding: 1.5rem 5rem 1.5rem max(16.5625rem, 20.7vw);
}

.p-works__title {
	align-self: flex-start;
	color: #fff;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 5rem;
	font-weight: 700;
	letter-spacing: 0.03em;
	line-height: 1;
	text-shadow: 0.0625rem 0.0625rem 0 #111, -0.0625rem 0.0625rem 0 #111, 0.0625rem -0.0625rem 0 #111, -0.0625rem -0.0625rem 0 #111;
}

.p-works__slider-block {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.875rem;
	width: 100%;
}

.p-works__slider {
	align-items: center;
	display: flex;
	height: 32.8125rem;
	justify-content: center;
	position: relative;
	width: 100%;
}

.p-works__card {
	align-items: center;
	background-color: #fff;
	border: 0.0625rem solid #111;
	border-radius: 0.5rem;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	padding: 1rem;
	position: absolute;
	transition: transform 0.5s ease, opacity 0.5s ease, width 0.5s ease;
}

.p-works__card.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.p-works__card.is-prev {
	transform: translateX(-24.4375rem);
	z-index: 1;
}

.p-works__card.is-active {
	transform: translateX(0);
	z-index: 2;
}

.p-works__card.is-next {
	transform: translateX(24.4375rem);
	z-index: 1;
}

.p-works__card-img {
	aspect-ratio: 1/1;
	overflow: hidden;
	transition: width 0.5s ease;
	width: 15.625rem;
}

.p-works__card-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.is-active .p-works__card-img {
	width: 26.1875rem;
}

.p-works__card-text {
	color: #111;
	flex-grow: 1;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin-top: 0;
	transition: width 0.5s ease;
	width: 15.625rem;
}

.is-active .p-works__card-text {
	width: 26.1875rem;
}

.p-works__pagination {
	display: flex;
	gap: 0.5rem;
	justify-content: center;
}

.p-works__pagination-dot {
	background-color: #D9D9D9;
	border: none;
	border-radius: 0.3125rem;
	cursor: pointer;
	height: 0.625rem;
	padding: 0;
	transition: background-color 0.3s;
	width: 2.0625rem;
}

.p-works__pagination-dot.is-active {
	background-color: #FFC73F;
}

.p-works__buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	position: relative;
	z-index: 2;
}

.p-works__btn {
	-webkit-text-decoration: none;
	align-items: center;
	background-color: #fff;
	border: 0.25rem solid #FFC73F;
	border-radius: 6.25rem;
	color: #111;
	display: inline-flex;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	gap: 1rem;
	height: 4.125rem;
	justify-content: center;
	letter-spacing: 0.03em;
	line-height: 1;
	min-width: 12.5rem;
	padding: 1.125rem 2.25rem;
	text-decoration: none;
}

.p-works__btn:hover {
	animation: hover-bounce 0.5s ease 1;
}

.p-works__btn:hover .p-works__btn-arrow {
	transform: scale(1.5);
}

.p-works__btn-arrow {
	height: 1rem;
	transition: transform 0.5s ease;
	width: 0.875rem;
}

@media (max-width: 1100px) {

html {
	font-size: 1.4545454545vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

a[href^="tel:"] {
	pointer-events: none;
}

a:hover {
	opacity: 0.8;
}

.c-test {
	color: green;
	font-size: 3.125rem;
}

.c-title {
	font-size: 20px;
}

.c-under-title {
	font-size: 2rem;
	line-height: 1.4;
}

.c-wave-footer {
	height: 8.7vw;
}

.l-header {
	left: 0;
	top: 0;
}

.l-inner {
	max-width: 1150px;
	padding-left: 25px;
	padding-right: 25px;
}

.p-book-archive__inner {
	padding: 6.4375rem 1.5rem 0;
	padding-bottom: 1rem;
}

.p-book-archive__header {
	padding: 1.5rem 0 1.5rem;
}

.p-book-archive__list {
	flex-direction: column;
	gap: 1.25rem;
}

.p-book-archive__card {
	align-items: center;
	border-radius: 0.5rem;
	flex-direction: column;
	gap: 1rem;
	padding: 1.5rem;
	width: 100%;
}

.p-book-archive__card-img {
	height: 16.4375rem;
	width: 11.25rem;
}

.p-book-archive__card-content {
	padding-top: 1.5rem;
	width: 100%;
}

.p-book-archive__card-title {
	font-size: 1.125rem;
}

.p-book-archive__card-btn-wrap {
	display: flex;
	justify-content: center;
}

.p-book-archive__back {
	margin-top: 2.5rem;
}

.p-book-archive__back-btn {
	padding: 1.125rem 2rem;
}

.p-book {
	padding: 22.4vw 0 3.625rem;
}

.p-book::before,
.p-book::after {
	height: 8.7vw;
}

.p-book__content {
	gap: 2rem;
	padding: 0 1.5rem;
}

.p-book__title {
	align-self: center;
	font-size: 3.5rem;
}

.p-book__image {
	aspect-ratio: 345/213;
}

.p-book__image img {
	aspect-ratio: 345/213;
}

.p-contact {
	padding: 6.1875rem 1.5rem 1.875rem;
	padding-bottom: 1rem;
}

.p-contact__header {
	padding: 1.5rem 0 1.5rem;
}

.p-contact__form-wrap .wpcf7-form {
	gap: 1rem;
}

.p-contact__label-wrap {
	font-size: 0.875rem;
}

.p-contact__form-wrap input[type=text],
.p-contact__form-wrap input[type=email],
.p-contact__form-wrap input[type=tel],
.p-contact__form-wrap textarea {
	font-size: 0.875rem;
	padding: 0.5rem 0.75rem;
}

.p-contact__form-wrap textarea {
	min-height: 10rem;
}

.p-contact__form-wrap input[type=submit] {
	font-size: 1rem;
	max-width: 100%;
	padding: 1.125rem 2rem;
	width: 100%;
}

.p-contact__back {
	margin-top: 1.5rem;
	padding-bottom: 2.5rem;
}

.p-contact__back-btn {
	padding: 1.125rem 2rem;
}

.p-faq {
	padding: 6.1875rem 1.5rem 1.875rem;
	padding-bottom: 1rem;
}

.p-faq__header {
	padding: 1.5rem 0 1.5rem;
}

.p-faq__list {
	gap: 1rem;
}

.p-faq__question {
	gap: 0.5rem;
	padding: 1rem 0;
}

.p-faq__icon {
	font-size: 1.375rem;
	height: 2rem;
	width: 2rem;
}

.p-faq__question-text {
	font-size: 0.875rem;
}

.p-faq__toggle-icon {
	height: 1.125rem;
	width: 1.125rem;
}

.p-faq__answer-inner {
	gap: 0.5rem;
	margin-bottom: 1rem;
	padding: 1rem;
}

.p-faq__answer-text {
	font-size: 0.875rem;
}

.p-faq__back {
	margin-top: 2.5rem;
	padding: 0 1.5rem;
}

.p-faq__back-btn {
	padding: 1.125rem 2rem;
}

.p-footer {
	padding: 5rem 1.5rem 1.5rem;
}

.p-footer__inner {
	gap: 2.5rem;
}

.p-footer__title {
	font-size: 1.5625rem;
	line-height: 1.6;
	text-align: center;
}

.p-footer__cta {
	align-items: center;
	flex-direction: column;
	gap: 1.3125rem;
}

.p-footer__sns-box {
	padding: 1rem 2.5rem;
}

.p-footer__person {
	height: 7.5625rem;
	width: 8.75rem;
}

.p-footer__scrolltop-img {
	height: 8.625rem;
	width: 5.3125rem;
}

.p-fv__inner {
	height: 50.875rem;
}

.p-fv__sns {
	display: none;
}

.p-fv__sns-item img {
	height: 2.5rem;
	width: 2.5rem;
}

.p-fv__title {
	font-size: min(76.3vw, 18.75rem);
	left: 49%;
	right: auto;
	text-align: center;
	top: 4.5rem;
	transform: translateX(-50%);
}

.p-fv__person {
	height: 29.3125rem;
	left: 50%;
	max-width: none;
	right: auto;
	top: 4.5rem;
	transform: translateX(-50%);
	width: 29.3125rem;
}

.p-fv__book-area {
	height: auto;
	left: 50%;
	max-width: 23.3125rem;
	top: 29.8125rem;
	transform: translateX(-50%);
	width: 95.9%;
}

.p-fv__deco-bar--green {
	height: 3.125rem;
	left: 0.5625rem;
	top: -0.5625rem;
	width: 0.8125rem;
}

.p-fv__deco-bar--blue {
	height: 3.125rem;
	left: 1.3125rem;
	top: -1.0625rem;
	width: 1.125rem;
}

.p-fv__deco-bar--orange {
	height: 4.875rem;
	left: 2.625rem;
	top: -1.875rem;
	width: 2rem;
}

.p-fv__book {
	height: auto;
	width: 100%;
}

.p-fv__book-text {
	font-size: 1.5rem;
	line-height: 1.8;
}

.p-fv__pencil {
	animation: pencil-move-sp 3.5s ease-in-out forwards, pencil-wobble 1.5s ease-in-out infinite;
	height: 6.4375rem;
	right: -0.9375rem;
	top: -6.25rem;
	width: 14.375rem;
}

.p-fv__profile-btn {
	top: 14.375rem;
}

.p-fv__profile-btn:hover {
	transform: translateX(-50%) translate(-0.125rem, 0.25rem);
}

.p-header {
	border: none;
	border-bottom: 0.0625rem solid #111;
	border-radius: 0;
	max-height: none;
	overflow-y: visible;
	padding: 0.75rem 0.5rem;
	width: 100%;
}

.p-header__inner {
	align-items: center;
	flex-direction: row;
	gap: 0;
	justify-content: space-between;
}

.p-header__logo {
	gap: 0.25rem;
}

.p-header__logo img {
	height: 2.875rem;
	width: 2.75rem;
}

.p-header__logo-text {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1;
}

.p-header__sp-right {
	align-items: center;
	display: flex;
	gap: 1.5rem;
}

.p-lesson-archive {
	padding-bottom: 3.75rem;
}

.p-lesson-archive__inner {
	padding: 5.1875rem 0 0;
}

.p-lesson-archive__header {
	padding: 1.5rem 0 1.5rem;
}

.p-lesson-archive__tab {
	font-size: 1.5rem;
	padding: 1rem 0.75rem;
}

.p-lesson-archive__tab.is-active {
	padding-bottom: 1.4375rem;
	padding-top: 1.375rem;
}

.p-lesson-archive__panel {
	gap: 1rem;
	padding: 1.5rem 1rem;
}

.p-lesson-archive__filter {
	padding: 1rem 0.75rem;
}

.p-lesson-archive__filter-row {
	align-items: flex-start;
	gap: 0.5rem;
	padding: 0;
	width: 100%;
}

.p-lesson-archive__filter-label {
	padding-top: 0.5rem;
}

.p-lesson-archive__filter-buttons {
	gap: 0.5rem;
}

.p-lesson-archive__filter-btn {
	font-size: 0.875rem;
	padding: 0.625rem 1rem;
}

.p-lesson-archive__filter-row--reset {
	align-items: flex-end;
}

.p-lesson-archive__filter-category {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.5rem;
	padding: 0;
	width: 100%;
}

.p-lesson-archive__filter-search {
	gap: 0.75rem;
	padding: 0.75rem 1rem;
	width: 100%;
}

.p-lesson-archive__filter-search-actions {
	justify-content: flex-end;
	padding-top: 0;
}

.p-lesson-archive__grid {
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr);
}

.p-lesson-archive__card {
	display: flex;
	flex-direction: column;
}

.p-lesson-archive__card::before {
	background-color: #fff;
	border-radius: 1rem;
	bottom: 0;
	content: "";
	height: calc(100% - 97px);
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	z-index: 0;
}

.p-lesson-archive__card-top {
	display: contents;
}

.p-lesson-archive__card-thumb {
	aspect-ratio: auto;
	flex: none;
	margin-right: 0;
	order: 0;
	padding: 0;
	width: 100%;
}

.p-lesson-archive__card-thumb img {
	border-radius: 0.25rem;
}

.p-lesson-archive__card-header::before {
	display: none;
}

.p-lesson-archive__card-header {
	display: contents;
}

.p-lesson-archive__card-tags {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0.25rem;
	order: 1;
	padding: 0.75rem 0.5rem 0;
	position: relative;
	z-index: 1;
}

.p-lesson-archive__card-body::before {
	display: none;
}

.p-lesson-archive__card-body {
	display: contents;
}

.p-lesson-archive__card-title {
	font-size: 0.875rem;
	order: 2;
	padding: 0.8125rem 0.5rem 0;
	position: relative;
	z-index: 1;
}

.p-lesson-archive__card-actions {
	align-items: flex-end;
	flex-direction: column-reverse;
	gap: 0.5rem;
	margin-top: 0.4375rem;
	order: 3;
	padding: 0 0.5rem;
	position: relative;
	z-index: 1;
}

.p-lesson-archive__back-btn {
	max-width: 17.5rem;
	width: 100%;
}

.p-lesson-archive__back {
	margin-top: 2.5rem;
}

.p-lesson-archive__home-btn {
	max-width: 17.5rem;
	width: 100%;
}

.p-lesson {
	padding-bottom: 5.1875rem;
	padding-top: 3.375rem;
}

.p-lesson__inner {
	padding: 0;
}

.p-lesson__title {
	font-size: 2rem;
	line-height: 1.4;
	text-align: center;
}

.p-lesson__tab {
	font-size: 1.5rem;
	padding: 1rem 0.75rem;
}

.p-lesson__tab.is-active {
	padding-bottom: 1.4375rem;
	padding-top: 1.375rem;
}

.p-lesson__panel {
	padding: 2rem 1rem;
}

.p-lesson__grid {
	gap: 1rem;
	grid-template-columns: repeat(2, 1fr);
}

.p-lesson__card {
	display: flex;
	flex-direction: column;
}

.p-lesson__card::before {
	background-color: #fff;
	border-radius: 1rem;
	bottom: 0;
	content: "";
	height: calc(100% - 97px);
	left: 0;
	position: absolute;
	right: 0;
	top: auto;
	z-index: 0;
}

.p-lesson__card-top {
	display: contents;
}

.p-lesson__card-thumb {
	aspect-ratio: auto;
	flex: none;
	order: 0;
	padding: 0;
	width: 100%;
}

.p-lesson__card-thumb img {
	border-radius: 0.25rem;
}

.p-lesson__card-header::before {
	display: none;
}

.p-lesson__card-header {
	display: contents;
}

.p-lesson__card-body::before {
	display: none;
}

.p-lesson__card-body {
	display: contents;
}

.p-lesson__card-tags {
	flex-direction: row;
	gap: 0.25rem;
	order: 1;
	padding: 0.75rem 0.5rem 0;
	position: relative;
	z-index: 1;
}

.p-lesson__card-actions {
	align-items: flex-end;
	flex-direction: column-reverse;
	gap: 0.5rem;
	margin-top: 0.4375rem;
	order: 3;
	padding: 0 0.5rem;
	position: relative;
	z-index: 1;
}

.p-lesson__card-title {
	font-size: 0.875rem;
	order: 2;
	padding: 0.8125rem 0.5rem 0;
	position: relative;
	z-index: 1;
}

.p-news {
	padding: 2.5rem 1.5rem 1.875rem;
}

.p-news__inner {
	padding: 1rem;
}

.p-news__content {
	gap: 1rem;
}

.p-news__list {
	max-height: 11.6875rem;
	width: 100%;
}

.p-news__item {
	flex-direction: column;
}

.p-notfound {
	padding: 6.6875rem 1.5rem 1rem;
}

.p-notfound__inner {
	gap: 2.5rem;
}

.p-notfound__content {
	gap: 1.5rem;
}

.p-notfound__title {
	font-size: 2rem;
	line-height: 1.4;
	text-align: left;
	width: 100%;
}

.p-notfound__message {
	text-align: left;
}

.p-notfound__back {
	padding-bottom: 2.5rem;
}

.p-notfound__back-btn {
	padding: 1.125rem 2rem;
}

.p-privacy {
	padding: 5.1875rem 1.5rem 1rem;
}

.p-privacy__header {
	padding: 1.5rem 0 1.5rem;
}

.p-privacy__title {
	font-size: 1.125rem;
}

.p-privacy__content {
	padding: 0;
}

.p-privacy__back {
	margin-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.p-privacy__back-btn {
	padding: 1.125rem 2rem;
}

.p-test {
	color: green;
	font-size: 3.125rem;
}

.p-thanks {
	padding: 6.6875rem 1.5rem 1rem;
}

.p-thanks__inner {
	gap: 2.5rem;
}

.p-thanks__content {
	gap: 1.5rem;
}

.p-thanks__title {
	font-size: 2rem;
	line-height: 1.4;
}

.p-thanks__message {
	text-align: left;
}

.p-thanks__back {
	padding-bottom: 2.5rem;
}

.p-thanks__back-btn {
	padding: 1.125rem 2rem;
}

.p-works-archive__inner {
	padding: 6.4375rem 1rem 0;
	padding-bottom: 1rem;
}

.p-works-archive__header {
	padding: 1.5rem 0 1.5rem;
}

.p-works-archive__list {
	gap: 1.25rem;
}

.p-works-archive__card-link {
	flex-direction: column;
}

.p-works-archive__card-img {
	border-radius: 1rem;
	flex: none;
	width: 100%;
}

.p-works-archive__card-content {
	border-radius: 1rem;
	flex: none;
	gap: 1rem;
	min-height: auto;
	padding: 1rem;
	width: 100%;
}

.p-works-archive__card-date {
	font-size: 0.75rem;
}

.p-works-archive__card-marker {
	height: 1rem;
	margin-top: 0.375rem;
	width: 1rem;
}

.p-works-archive__card-title {
	font-size: 1.125rem;
}

.p-works-archive__card-tag {
	font-size: 0.75rem;
}

.p-works-archive__back {
	margin-top: 2.5rem;
	padding: 0 1.5rem;
}

.p-works-single {
	padding: 6.1875rem 1.5rem 1.875rem;
	padding-bottom: 1rem;
}

.p-works-single__card {
	padding: 1.5rem 1rem 2.5rem;
}

.p-works-single__date {
	font-size: 0.75rem;
	margin-bottom: 1rem;
}

.p-works-single__title {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.p-works-single__tags {
	margin-bottom: 1rem;
}

.p-works-single__tag {
	font-size: 0.75rem;
}

.p-works-single__content {
	font-size: 0.875rem;
}

.p-works-single__content p {
	margin-top: 1rem;
}

.p-works-single__content h2,
.p-works-single__content h3 {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.p-works-single__content img {
	margin-top: 1rem;
}

.p-works-single__content .wp-block-image {
	margin-top: 1rem;
}

.p-works-single__content .wp-block-video {
	margin-top: 1rem;
}

.p-works-single__content ul,
.p-works-single__content ol {
	margin-top: 1rem;
	padding-left: 1.25rem;
}

.p-works-single__back {
	margin-top: 2.5rem;
	padding: 0 1.5rem;
}

.p-works-single__back-btn {
	padding: 1.125rem 2rem;
}

.p-works {
	padding: 15.3vw 0 max(22.6vw, 5.5625rem);
}

.p-works::before {
	background: url("../images/works/wave-works-top-sp.svg") no-repeat center/100% 100%;
	height: 8.7vw;
}

.p-works::after {
	background: url("../images/works/wave-works-bottom-sp.svg") no-repeat center/100% 100%;
	height: 8.7vw;
}

.p-works__content {
	gap: 1.5rem;
	padding: 0;
}

.p-works__title {
	align-self: center;
	font-size: 3.5rem;
}

.p-works__slider {
	height: 25.3125rem;
}

.p-works__card {
	gap: 1.25rem;
	padding: 1rem;
}

.p-works__card.is-prev {
	transform: translateX(-18.1875rem);
}

.p-works__card.is-next {
	transform: translateX(18.1875rem);
}

.p-works__card-img {
	width: 11.625rem;
}

.is-active .p-works__card-img {
	width: 18.6875rem;
}

.p-works__card-text {
	font-size: 1rem;
	width: 11.625rem;
}

.is-active .p-works__card-text {
	width: 18.6875rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fly-up {

0% {
	transform: translateY(0);
}

50% {
	transform: translateY(-20px);
}

100% {
	transform: translateY(0);
}

}

@keyframes char-appear {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes pencil-move {

0% {
	right: 30%;
	top: 0%;
}

32% {
	right: -25%;
	top: 0%;
}

35% {
	right: 35%;
	top: 15%;
}

67% {
	right: -30%;
	top: 15%;
}

70% {
	right: 25%;
	top: 30%;
}

94% {
	right: -20%;
	top: 30%;
}

100% {
	right: -20%;
	top: -18%;
}

}

@keyframes pencil-move-sp {

0% {
	right: 30%;
	top: 0%;
}

32% {
	right: -40%;
	top: 0%;
}

35% {
	right: 35%;
	top: 18%;
}

67% {
	right: -40%;
	top: 18%;
}

70% {
	right: 20%;
	top: 38%;
}

94% {
	right: -30%;
	top: 38%;
}

100% {
	right: -4%;
	top: -48%;
}

}

@keyframes pencil-wobble {

0% {
	transform: rotate(-2deg);
}

50% {
	transform: rotate(2deg);
}

100% {
	transform: rotate(-2deg);
}

}

@keyframes hover-bounce {

0% {
	transform: scale(1);
}

40% {
	transform: scale(0.85);
}

100% {
	transform: scale(1);
}

}


/*# sourceMappingURL=style.css.map */
