html {
	height: 100%;
}

body {
	color: #6e5e58;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	height: 100%;
	min-height: 100vh;
}

body.is-fixed {
	overflow: hidden;
}

main {
	flex: 1;
	padding-top: 50px;
}

img {
	height: auto;
	width: 100%;
}

a {
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

.l-inner {
	margin-inline: auto;
	padding-inline: 1.25rem;
	width: min(98.75rem, 100%);
}

.l-inner-lower {
	padding-bottom: 40px;
	padding-top: 100px;
}

.l-header {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #e6c774;
	display: flex;
	position: fixed;
	width: 100%;
	z-index: 100;
}

.l-header__lead-sp {
	display: none;
	height: 3.125rem;
	line-height: 1.285;
}

.l-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 8px 0 5px;
}

.l-header__left {
	display: flex;
	gap: 0.9375rem;
}

.l-header__logo {
	display: block;
	min-width: 30px;
	width: 3.5625rem;
}

.l-header__lead {
	color: #967d74;
	font-size: clamp(10px, 0.875rem, 14px);
	font-weight: 500;
	letter-spacing: 0.02em;
	margin-left: 1px;
}

.l-header__title-wrapper {
	align-items: end;
	color: #6e5e58;
	display: flex;
	font-weight: 700;
	justify-content: space-between;
}

.l-header__title-sub {
	border: 0.125rem solid #e6c774;
	border-radius: 2px;
	color: #967d74;
	font-size: clamp(12px, 1rem, 16px);
	line-height: 1;
	padding: 0.375rem 0.6875rem 0.3125rem;
}

.l-header__title {
	font-size: clamp(20px, 2rem, 32px);
}

.l-text-custom {
	display: block;
	transform: scaleX(0.9);
}

.l-footer {
	background: #eee9dd;
	padding-bottom: 6.125rem;
	padding-top: 2.75rem;
}

.l-footer__inner {
	margin: 0 auto;
	max-width: 1280px;
}

.l-footer__nav {
	display: flex;
	gap: 2.1875rem;
	justify-content: center;
}

.l-footer__nav-link {
	font-size: clamp(10px, 0.875rem, 14px);
}

.l-footer__copy {
	margin-top: 2.9375rem;
	text-align: center;
}

.l-drawer__icon {
	height: 30px;
	position: relative;
	right: 0;
	width: 40px;
	z-index: 200;
}

.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-of-type(1) {
	top: 13px;
	transform: rotate(30deg);
	transform-origin: center;
}

.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-child(2) {
	display: none;
}

.l-drawer__icon.is-checked .l-drawer-icon__bar:nth-of-type(3) {
	top: 13px;
	transform: rotate(-30deg);
	transform-origin: center;
}

.l-drawer-icon__bar {
	background: #e6c774;
	height: 3px;
	left: 0;
	position: absolute;
	top: 0;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 40px;
}

.l-drawer-icon__bar:nth-of-type(1) {
	top: 0;
}

.l-drawer-icon__bar:nth-of-type(2) {
	top: 13px;
}

.l-drawer-icon__bar:nth-of-type(3) {
	top: 26px;
}

.l-drawer__content {
	background: #fff;
	border-left: #e6c774 1px solid;
	height: 100%;
	line-height: normal;
	padding: 120px 40px 60px;
	position: fixed;
	right: 0;
	text-align: center;
	top: 0;
	transform: translateX(100%);
	transition: transform 0.2s linear;
	width: 40%;
	z-index: 150;
}

.l-drawer__content.is-checked {
	transform: translateY(0px);
}

.l-drawer-content__link {
	font-size: clamp(16px, 1.25rem, 20px);
}

.l-drawer-content__lists {
	display: grid;
	gap: 40px 20px;
	grid-template-columns: repeat(2, 1fr);
}

.l-drawer__close {
	display: none;
	position: fixed;
	right: 1.875rem;
	top: 1.875rem;
}

.l-drawer__close .l-drawer-icon__bar {
	background: #e6c774;
}

.l-drawer__close .l-drawer-icon__bar:nth-of-type(1) {
	top: 13px;
	transform: rotate(30deg);
	transform-origin: center;
}

.l-drawer__close .l-drawer-icon__bar:nth-child(2) {
	display: none;
}

.l-drawer__close .l-drawer-icon__bar:nth-of-type(3) {
	top: 13px;
	transform: rotate(-30deg);
	transform-origin: center;
}

.l-reveal {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.6s ease, transform 0.6s ease;
	will-change: opacity, transform;
}

.l-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.c-section-title__wrapper {
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 2.5rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-section-title__wrapper::after {
	aspect-ratio: 386/18;
	background: url(../img/title-line@2x.png) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 24.125rem;
}

.c-section-title {
	font-size: clamp(24px, 2rem, 32px);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.c-btn__wrapper {
	font-size: clamp(24px, 2rem, 32px);
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn__text {
	color: #e2975a;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.c-btn__text::before,
.c-btn__text::after {
	bottom: 0;
	content: "";
	position: absolute;
}

.c-btn__text::before {
	left: 0;
}

.c-btn__text::after {
	right: 0;
}

.c-btn {
	border: 3px solid #ef7e7e;
	border-radius: 4px;
	color: #e95963;
	display: block;
	font-size: clamp(28px, 2.5rem, 40px);
	letter-spacing: -0.08em;
	margin: 4px auto 0;
	padding: 1.5625rem 3.0625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.c-section-lead {
	font-size: clamp(18px, 1.5rem, 24px);
	line-height: 1.833;
	margin-top: 3.25rem;
	text-align: center;
}

.c-br-sp {
	display: none;
}

.c-lace-sp {
	display: none;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

.c-lace-sp--upper {
	background: url(../img/sp/lace-upper@2x.png) no-repeat center center/cover;
}

.c-lace-sp--lower {
	background: url(../img/sp/lace-lower@2x.png) no-repeat center center/cover;
}

.p-fv__inner {
	overflow: hidden;
	position: relative;
}

.p-fv__bg {
	bottom: 0;
	position: absolute;
	z-index: -1;
}

.p-fv__bg-left {
	background: url(../img/fv_bg-left2@2x.jpg) no-repeat center center/cover;
	height: 67.5rem;
	left: 0;
	width: 47.875rem;
}

.p-fv__bg-right {
	background: url(../img/fv_bg-right@2x.jpg) no-repeat center center/cover;
	height: 68.25rem;
	right: 0;
	width: 45.375rem;
}

.p-fv__bg-sp {
	background: url(../img/sp/fv_bg-sp@2x.jpg) no-repeat center center/cover;
	bottom: 0;
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.p-fv__lace-sp--upper {
	height: 1.625rem;
	top: -0.3125rem;
}

.p-fv__lace-sp--lower {
	bottom: -0.3125rem;
	height: 1.625rem;
}

.p-fv__content {
	margin: 0 auto;
	overflow: hidden;
	padding: 0 2.6875rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
	z-index: 1;
}

.p-fv__lace-wrapper {
	bottom: 0;
	position: absolute;
	z-index: -1;
}

.p-fv__lace-wrapper:first-of-type {
	left: 0;
}

.p-fv__lace-wrapper:first-of-type .p-fv__lace {
	background: url(../img/lace-left@2x.png) no-repeat center center/cover;
	height: 67rem;
	width: 3.0625rem;
}

.p-fv__lace-wrapper:nth-of-type(2) {
	right: 0;
}

.p-fv__lace-wrapper:nth-of-type(2) .p-fv__lace {
	background: url(../img/lace-right@2x.png) no-repeat center center/cover;
	height: 67rem;
	width: 3.0625rem;
}

.p-fv__container {
	background: #fff;
	padding: 7rem 2.625rem 5.375rem;
}

.p-fv__container-sp {
	display: none;
	position: relative;
}

.p-fv__lead-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
}

.p-fv__lead-wrapper:first-child {
	margin-left: 1.5rem;
}

.p-fv__lead-wrapper:first-child .p-fv__lead-text:first-child {
	border: 2px solid #e6c774;
	border-radius: 3px;
	padding: 0.25rem 0.25rem 0.1875rem 0;
	width: 15.3125rem;
}

.p-fv__lead-wrapper:first-child .p-fv__lead-text:last-child {
	margin-left: -0.375rem;
	margin-top: 0.875rem;
	width: 4.6875rem;
}

.p-fv__lead-wrapper:last-child {
	margin-left: 1rem;
	margin-top: 0.875rem;
}

.p-fv__lead-wrapper:last-child .p-fv__lead-text:first-child {
	border: 2px solid #e6c774;
	border-radius: 3px;
	padding: 0.375rem 0.375rem 0.25rem 0;
	width: 18.5625rem;
}

.p-fv__lead-wrapper:last-child .p-fv__lead-text:last-child {
	width: 18.75rem;
}

.p-fv__lead-sp {
	display: none;
	margin: 0 auto;
	width: 16.125rem;
}

.p-fv__text-wrapper-sp {
	background: #e0d4b4;
	display: none;
	height: 3.75rem;
	position: relative;
}

.p-fv__text-sp {
	width: 15.4375rem;
}

.p-fv__text-deco01 {
	bottom: 2.125rem;
	left: 2.125rem;
	position: absolute;
	width: 4rem;
}

.p-fv__text-deco02 {
	bottom: 1.875rem;
	position: absolute;
	right: 1.125rem;
	width: 5.6875rem;
}

.p-fv__text {
	margin: 3.875rem auto 0;
	width: 31.25rem;
}

.p-fv__description-wrapper {
	margin-top: 3.5625rem;
}

.p-fv__description-inner {
	background: #fff;
	margin-top: -1.625rem;
	padding: 1.4375rem 0.25rem 0.25rem;
}

.p-fv__description {
	color: #967d74;
	font-size: clamp(18px, 1.5rem, 24px);
	line-height: 2;
	text-align: center;
}

.p-fv__btn-wrapper {
	margin: 1.25rem auto 0;
}

.p-fv__btn-text {
	padding: 5.3125rem 8.75rem 0;
}

.p-fv__btn-text::before,
.p-fv__btn-text::after {
	height: 8.0625rem;
	width: 7.1875rem;
}

.p-fv__btn-text::before {
	background: url(../img/fv_img01@2x.png) no-repeat center center/cover;
}

.p-fv__btn-text::after {
	background: url(../img/fv_img02@2x.png) no-repeat center center/cover;
}

.p-fv__btn {
	margin: 1.0625rem auto 0;
}

.p-reason {
	padding-top: 11.625rem;
}

.p-reason__title {
	font-weight: 700;
	padding-left: 16.3125rem;
	padding-right: 16.3125rem;
	padding-top: 2.6875rem;
}

.p-reason__title-img {
	position: absolute;
	top: 0;
	width: 12.4375rem;
}

.p-reason__title-img:first-of-type {
	left: 0;
}

.p-reason__title-img:nth-of-type(2) {
	right: 0;
}

.p-reason__list-wrapper {
	margin-top: 6.5rem;
	padding-left: 9.1875rem;
	padding-right: 5.3125rem;
}

.p-reason__list {
	display: flex;
	gap: 3.25rem;
	justify-content: center;
}

.p-reason__list:nth-of-type(2) {
	margin-top: 3.25rem;
}

.p-reason__item {
	border: 3px solid #e0d4b4;
	border-radius: 0.875rem;
	padding: 3.3125rem 0;
	position: relative;
	width: clamp(330px, 25rem, 400px);
}

.p-reason__item:not(:first-of-type) {
	margin-top: 0.4375rem;
}

.p-reason__list:first-of-type .p-reason__item:first-of-type .p-reason__item-img {
	right: 0;
	top: -1.625rem;
	width: 3.375rem;
}

.p-reason__list:first-of-type .p-reason__item:nth-of-type(2) .p-reason__item-img {
	left: 0.1875rem;
	top: 0.875rem;
	width: 3.375rem;
}

.p-reason__list:first-of-type .p-reason__item:nth-of-type(3) .p-reason__item-img {
	right: 2.5625rem;
	top: -2.0625rem;
	width: 2.875rem;
}

.p-reason__list:nth-of-type(2) .p-reason__item:first-of-type .p-reason__item-img {
	right: 1.375rem;
	top: -2.75rem;
	width: 3.375rem;
}

.p-reason__list:nth-of-type(2) .p-reason__item:nth-of-type(2) .p-reason__item-img {
	right: 0;
	top: -2.625rem;
	width: 3.0625rem;
}

.p-reason__list:nth-of-type(2) .p-reason__item:nth-of-type(2) .p-reason__item-deco {
	bottom: -3.875rem;
	right: 1.6875rem;
	width: 6.1875rem;
}

.p-reason__item-img,
.p-reason__item-deco {
	display: none;
	position: absolute;
}

.p-reason__item-title {
	font-size: clamp(22px, 1.75rem, 28px);
	font-weight: 700;
	line-height: 1.571;
	text-align: center;
	transform: scaleX(0.9);
}

.p-reason__text {
	font-weight: 700;
	margin-top: 3.3125rem;
	padding: 0 1.5625rem;
	transform: scaleX(0.9);
}

.p-reason__description {
	font-size: clamp(16px, 1.25rem, 20px);
	line-height: 1.8;
}

.p-reason__description span {
	color: #e2975a;
}

.p-reason__item-num {
	align-items: center;
	background: #e0d4b4;
	border-radius: 0.375rem;
	color: #fff;
	display: flex;
	font-size: 2.5rem;
	height: 3.75rem;
	justify-content: center;
	left: -1.875rem;
	padding-bottom: 0.375rem;
	position: absolute;
	top: -1rem;
	width: 3.75rem;
}

.p-skill {
	padding-bottom: 12.125rem;
	padding-top: 9.5625rem;
}

.p-skill__inner {
	padding-left: 12rem;
	padding-right: 12rem;
}

.p-skill__title {
	padding-left: 9.4375rem;
	padding-right: 9.4375rem;
	padding-top: 3.1875rem;
}

.p-skill__title-img {
	left: 0;
	position: absolute;
	top: 0;
	width: 8.6875rem;
}

.p-skill__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 1320px;
	padding: 0 5rem;
}

.p-skill__text {
	margin: 3.125rem auto 0;
	padding: 0 13rem;
	position: relative;
	width: -moz-fit-content;
	width: fit-content;
}

.p-skill-text-img {
	bottom: 0;
	position: absolute;
	right: 0;
	width: 9.3125rem;
}

.p-skill__table-wrapper {
	margin: 8.75rem auto 0;
}

.p-skill__table {
	border-collapse: separate;
	border-spacing: 1.25rem 0.625rem;
	color: #967d74;
	font-family: sans-serif;
	text-align: center;
	width: 100%;
}

.p-skill__table span {
	display: inline-block;
}

.p-skill__table th,
.p-skill__table td {
	border-radius: 4px;
	vertical-align: middle;
}

.p-skill__table th {
	text-align: center;
}

.p-skill__table thead {
	font-size: clamp(18px, 1.5rem, 24px);
	height: 5rem;
}

.p-skill__table thead th:nth-child(2) {
	border: 3px solid #e0d4b4;
	color: #967d74;
	font-weight: 400;
}

.p-skill__table thead th:nth-child(3) {
	border: 3px solid #f0b5b5;
	color: #ef7e7e;
}

.p-skill__table tbody th {
	background: #fff;
	border: 3px solid #e0d4b4;
	color: #967d74;
	font-size: clamp(18px, 1.5rem, 24px);
	font-weight: 400;
	line-height: 1.666;
	width: 15rem;
}

.p-skill__table tbody td {
	font-size: clamp(16px, 1.25rem, 20px);
	font-weight: 700;
	line-height: 2;
}

.p-skill__table tbody td:nth-child(2) {
	align-items: center;
	background: #eee9dd;
	display: flex;
	height: 80px;
	justify-content: center;
}

.p-skill__table tbody td:nth-child(3) {
	background: #f9eeee;
	color: #ef7e7e;
	height: 80px;
}

.p-skill__accent {
	position: relative;
}

.p-skill__accent::after {
	aspect-ratio: 115/59;
	background: url(../img/skill_img03@2x.png) no-repeat center center/cover;
	content: "";
	left: 50%;
	position: absolute;
	top: -4.375rem;
	transform: translateX(-50%);
	width: 7.1875rem;
}

.js-stagger-group [data-order] {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.9s ease, transform 0.9s ease;
	will-change: opacity, transform;
}

.js-stagger-group.is-visible [data-order] {
	opacity: 1;
	transform: translateY(0);
}

.p-plan {
	background: #eee9dd;
	padding-bottom: 7.25rem;
	padding-top: 5.8125rem;
}

.p-plan__inner {
	margin: 0 auto;
	max-width: 80rem;
}

.p-plan__title-wrapper {
	padding-bottom: 0;
}

.p-plan__title-wrapper::after {
	display: none;
}

.p-plan__title {
	align-items: center;
	background: #fff;
	border-radius: 4px;
	display: flex;
	height: 6.25rem;
	justify-content: center;
	padding-inline: 13.125rem;
	text-align: center;
	text-align: center;
}

.p-plan__title span {
	display: block;
}

.p-plan__title-deco {
	aspect-ratio: 444/26;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 27.75rem;
}

.p-plan__title-deco:first-of-type {
	top: -1.25rem;
}

.p-plan__title-deco:last-of-type {
	bottom: -1.25rem;
}

.p-plan__content {
	margin: 7.6875rem auto 0;
	max-width: 1280px;
}

.p-plan__lace-sp--upper {
	height: 2.1875rem;
	top: 0;
}

.p-plan__lace-sp--lower {
	bottom: 0;
	height: 2.1875rem;
}

.p-plan__tab-list {
	display: none;
}

.p-plan__tab-item {
	align-items: center;
	background: #f2efe6;
	border: 2px solid #dcd3ce;
	border-radius: 2px 2px 0 0;
	display: flex;
	height: 2.5rem;
	justify-content: center;
	width: 6.25rem;
}

.p-plan__tab-item.is-active {
	border: none;
}

.p-plan__tab-item:first-of-type.is-active {
	background: linear-gradient(180deg, #dea15f 0%, #e7c7a2 30%, #ffe1c7 68%, #eead59 100%);
}

.p-plan__tab-item:nth-of-type(2).is-active {
	background: linear-gradient(180deg, #b0b0b0 0%, #fcfcfc 61%, #bebebe 100%);
}

.p-plan__tab-item:last-of-type.is-active {
	background: linear-gradient(180deg, #b29457 0%, #fbf7c8 61%, #b39558 100%);
}

.p-plan__list {
	display: flex;
	gap: 2.5rem;
}

.p-plan__level-wrapper {
	left: 50%;
	position: absolute;
	top: -2.5625rem;
	transform: translateX(-50%);
	width: 5.625rem;
	z-index: 1;
}

.p-plan__level {
	position: relative;
}

.p-plan__level-img {
	position: relative;
	z-index: 1;
}

.p-plan__level-sp {
	display: none;
}

.p-plan__item-inner {
	border: 2px solid #cf9a55;
	border-radius: 4px;
	height: 100%;
	padding: 4.0625rem 0 0.75rem;
}

.p-plan__head {
	color: #e2975a;
	font-size: clamp(18px, 1.5rem, 24px);
	font-weight: 700;
	text-align: center;
	transform: scaleX(0.9);
}

.p-plan__lead {
	font-size: clamp(16px, 1.25rem, 20px);
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.9375rem;
	min-height: 5.625rem;
	padding-left: 0.375rem;
}

.p-plan__dl-wrapper {
	font-size: clamp(14px, 1.125rem, 18px);
	font-weight: 500;
	margin-top: 20px;
}

.p-plan__dl {
	color: #967d74;
}

.p-plan__dl:not(:first-of-type) {
	margin-top: 10px;
}

.p-plan__dt {
	align-items: center;
	background: #eee9dd;
	border-radius: 2px;
	display: flex;
	height: 30px;
	justify-content: center;
	margin-left: 1rem;
	width: 120px;
}

.p-plan__dd {
	line-height: 1.666;
	margin-top: 0.875rem;
	min-height: 3.75rem;
}

.p-plan__lower {
	display: flex;
	gap: 2.5rem;
	margin-top: 5rem;
}

.p-plan__set {
	background: #fff;
	border-radius: 4px;
	flex-shrink: 0;
	padding: 0.625rem;
	position: relative;
	width: 65%;
}

.p-plan__set-level {
	left: 50%;
	position: absolute;
	top: -3.25rem;
	transform: translateX(-50%);
	width: 21rem;
}

.p-plan__level-flower {
	position: absolute;
}

.p-plan__item {
	background: #fff;
	border-radius: 4px;
	flex: 1;
	padding: 0.8125rem 0.625rem;
	position: relative;
}

.p-plan__item:first-of-type .p-plan__level-flower {
	bottom: 1.375rem;
	left: 4.875rem;
	width: 4.1875rem;
}

.p-plan__item:nth-of-type(2) .p-plan__level-flower {
	bottom: 1.375rem;
	left: 2.375rem;
	width: 6.9375rem;
}

.p-plan__item:nth-of-type(3) .p-plan__level-flower {
	bottom: 1.5625rem;
	left: 50%;
	transform: translateX(-50%);
	width: 13.1875rem;
}

.p-plan-flower-sp {
	display: none;
}

.p-plan__set-img {
	position: absolute;
}

.p-plan__set-img:nth-of-type(2) {
	bottom: -0.25rem;
	min-width: 50px;
	right: 12.125rem;
	width: 4.9375rem;
}

.p-plan__set-img:nth-of-type(3) {
	bottom: -2.3125rem;
	min-width: 106px;
	right: 2.25rem;
	width: 10.625rem;
}

.p-plan__set-inner {
	border: 2px solid #cf9a55;
	border-radius: 4px;
	height: 100%;
	padding-top: 2.875rem;
}

.p-plan__set-head {
	align-items: center;
	color: #e2975a;
	display: flex;
	font-size: clamp(18px, 1.5rem, 24px);
	justify-content: center;
}

.p-plan__set-head h3 {
	font-weight: 700;
}

.p-plan__set-head-inner {
	border: 2px solid #e2975a;
	border-radius: 2px;
	line-height: 1;
	padding: 1rem 0.875rem 0.9375rem;
}

.p-plan__set-lead {
	font-size: clamp(16px, 1.25rem, 20px);
	font-weight: 700;
	margin: 2.125rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-plan__set-dl {
	display: grid;
	gap: 1.25rem 1rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 2rem;
	padding: 0 0.625rem;
}

.p-plan__set-dl .p-plan__dl {
	margin-top: 0;
}

.p-plan__set-dl .p-plan__dl:not(:first-of-type) {
	margin-top: 0.9375rem;
}

.p-plan__note {
	background: #f5c8a4;
	border-radius: 4px;
	padding: 0.625rem;
	position: relative;
	width: 35%;
}

.p-plan__note-img {
	aspect-ratio: 57/74;
	content: "";
	min-width: 40px;
	position: absolute;
	right: 1.5rem;
	top: -37px;
	width: 3.3125rem;
}

.p-plan__note-inner {
	border: 3px dotted #fff;
	border-radius: 4px;
	height: 100%;
	padding-bottom: 3.4375rem;
	padding-top: 2.5rem;
}

.p-plan__note-head {
	align-items: center;
	background: #fff;
	border-radius: 6px;
	color: #e2975a;
	display: flex;
	font-size: clamp(18px, 1.5rem, 24px);
	font-weight: 700;
	justify-content: center;
	line-height: 1.666;
	margin: 0 auto;
	max-width: 90%;
	padding-block: 0.625rem;
	padding-inline: 0.3125rem;
	text-align: center;
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.p-plan__note-description {
	font-size: clamp(18px, 1.5rem, 24px);
	font-size: clamp(14px, 1.125rem, 18px);
	font-weight: 500;
	line-height: 1.666;
	margin-top: 2.625rem;
	padding: 0px 0.375rem;
	transform: scaleX(0.9);
}

.p-plan__tab-item .img--active {
	display: none;
}

.p-plan__tab-item .img--inactive {
	display: block;
}

.p-plan__tab-item.is-active .img--active {
	display: block;
}

.p-plan__tab-item.is-active .img--inactive {
	display: none;
}

.p-support {
	padding-bottom: 9.625rem;
	padding-top: 2rem;
}

.p-support__title {
	padding-left: 21.5rem;
	padding-right: 21.5rem;
	padding-top: 5.75rem;
}

.p-support__title-img {
	position: absolute;
	right: 0;
	top: 0;
	width: 19.6875rem;
}

.p-support__text {
	margin-top: 52px;
}

.p-support__list {
	margin-top: 4.25rem;
}

.p-support__item {
	padding: 15px;
}

.p-support__item:nth-child(odd) {
	background: url(../img/support_bg01@2x.png) no-repeat center center/cover;
}

.p-support__item:nth-child(odd) .p-support__item-inner {
	border: 1px solid #eee9dd;
}

.p-support__item:nth-child(even) {
	background: #f2e4d7;
}

.p-support__item:first-of-type .p-support__item-img {
	right: 0.4375rem;
	top: -2.75rem;
	width: 5.4375rem;
}

.p-support__item:nth-of-type(2) .p-support__item-img {
	left: 0.625rem;
	top: -2.4375rem;
	width: 3.75rem;
}

.p-support__item:nth-of-type(3) {
	z-index: 3;
}

.p-support__item:nth-of-type(3) .p-support__item-img {
	bottom: -3.375rem;
	right: 0.375rem;
	width: 6.1875rem;
}

.p-support__item:nth-of-type(4) {
	z-index: 2;
}

.p-support__item:nth-of-type(4) .p-support__item-img {
	bottom: -2.4375rem;
	left: 1.875rem;
	width: 3.375rem;
}

.p-support__item:nth-of-type(5) {
	z-index: 1;
}

.p-support__item:nth-of-type(5) .p-support__item-img {
	bottom: -0.875rem;
	right: 1.6875rem;
	width: 3.25rem;
}

.p-support__item-img {
	display: none;
}

.p-support__item-inner {
	align-items: center;
	background: #fff;
	border-radius: 4px;
	display: flex;
	gap: 2.4375rem;
	margin: 0 auto;
	padding: 2.1875rem 1.25rem 2.1875rem 3.0625rem;
	width: 78.125rem;
}

.p-support__item-head {
	align-items: center;
	background: #eee9dd;
	border-radius: 4px;
	color: #967d74;
	display: flex;
	flex-shrink: 0;
	font-size: clamp(18px, 1.5rem, 24px);
	height: 4.375rem;
	justify-content: center;
	width: 21.8125rem;
}

.p-support__item-text {
	font-size: clamp(16px, 1.25rem, 20px);
	font-weight: 500;
	line-height: 1.6;
	white-space: nowrap;
}

.p-support__btn-text {
	margin: 0 auto;
	padding: 1.125rem 3.6875rem 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-support__btn-text::before,
.p-support__btn-text::after {
	height: 3.625rem;
	width: 2.6875rem;
}

.p-support__btn-text::before {
	background: url(../img/support_img02@2x.png) no-repeat center center/cover;
	left: 0;
}

.p-support__btn-text::after {
	background: url(../img/support_img03@2x.png) no-repeat center center/cover;
	right: 0;
}

.p-support__message {
	font-size: clamp(18px, 1.5rem, 24px);
	line-height: 1.833;
	margin-top: 6.5625rem;
	text-align: center;
}

.p-support__btn-wrapper {
	margin: 4.625rem auto 0;
}

.p-instructor {
	padding-bottom: 5.625rem;
	padding-top: 6.25rem;
}

.p-instructor__inner {
	margin: 0 auto;
	max-width: 82.5rem;
	padding: 0 0.9375rem;
}

.p-instructor__container {
	margin-top: 4.375rem;
	padding-bottom: 3.25rem;
	position: relative;
}

.p-instructor__wrapper {
	padding-bottom: 1.25rem;
}

.p-instructor__slide {
	padding: 0 8px 21px;
}

.p-instructor__slide-inner {
	border-radius: 4px;
	box-shadow: 0 8px 21px rgba(223, 228, 230, 0.8);
	padding: 0.6875rem 0.5625rem;
}

.p-instructor__slide-content {
	border: 2px solid #d9c6b2;
	border-radius: 4px;
	padding: 2.4375rem 1.25rem 2.5rem;
}

.p-instructor__img {
	border: 0.1875rem solid #d9c6b2;
	border-radius: 50%;
	height: 12.5rem;
	margin: 0 auto;
	width: 12.5rem;
}

.p-instructor__img img {
	-o-object-fit: cover;
	border-radius: 50%;
	height: 100%;
	object-fit: cover;
}

.p-instructor__name {
	color: #967d74;
	font-size: clamp(18px, 1.5rem, 24px);
	font-weight: 700;
	margin: 2rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.p-instructor__job {
	align-items: center;
	background: #eee9dd;
	border-radius: 4px;
	color: #967d74;
	display: flex;
	font-size: clamp(14px, 1.125rem, 18px);
	font-weight: 500;
	justify-content: center;
	margin: 10px auto 0;
	padding-block: 0.375rem;
	padding-inline: 1.625rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-instructor__career {
	color: #e2975a;
	font-size: clamp(14px, 1.125rem, 18px);
	font-weight: 500;
	line-height: 1.666;
	margin-top: 16px;
}

.p-instructor__message {
	font-size: clamp(16px, 1.25rem, 20px);
	line-height: 1.5;
	margin-top: 1.6875rem;
}

.p-instructor__pagination {
	bottom: 0;
	position: absolute;
}

.p-instructor__pagination .swiper-pagination-bullet {
	background: #bec4c7;
	height: 12px;
	opacity: 0.6;
	width: 12px;
}

.p-instructor__pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 14px;
}

.p-voice {
	padding-bottom: 1.875rem;
	padding-top: 6.25rem;
}

.p-voice__container {
	margin-top: 3.875rem;
	padding-bottom: 4.875rem;
	position: relative;
}

.p-voice__slide {
	width: 33.75rem;
}

.p-voice__head {
	font-size: clamp(18px, 1.5rem, 24px);
	line-height: 1.333;
	text-align: center;
}

.p-voice__slide-content {
	margin-top: 1.3125rem;
	padding-top: 1.625rem;
	position: relative;
}

.p-voice__slide-content::after {
	background: #eee9dd;
	content: "";
	height: 100%;
	left: 50%;
	position: absolute;
	top: 1.5rem;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.p-voice__slide-container {
	background: #eee9dd;
	border-radius: 4px;
	padding: 17.25rem 2.5rem 1.5rem;
}

.p-voice__img-wrapper {
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
}

.p-voice__img {
	position: relative;
	width: 28.75rem;
}

.p-voice__img::after {
	content: "";
	position: absolute;
}

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

.p-voice__img-deco {
	position: absolute;
	width: 3.625rem;
}

.p-voice__img-deco:first-child {
	left: 0;
	top: 0;
}

.p-voice__img-deco:nth-child(2) {
	bottom: 0;
	right: 0;
}

.p-voice__slide:nth-child(odd) .p-voice__img::after {
	aspect-ratio: 83/87;
	background: url(../img/voice_img03@2x.png) no-repeat center center/cover;
	right: -1.875rem;
	top: -4.25rem;
	width: 5.1875rem;
}

.p-voice__slide:nth-child(even) .p-voice__slide-content::after {
	background: #f2e4d7;
}

.p-voice__slide:nth-child(even) .p-voice__slide-container {
	background: #f2e4d7;
}

.p-voice__slide:nth-child(even) .p-voice__img::after {
	aspect-ratio: 76/113;
	background: url(../img/voice_img04@2x.png) no-repeat center center/cover;
	right: -1.6875rem;
	top: -3.625rem;
	width: 4.75rem;
}

.p-voice__meta {
	background: #e2975a;
	border-radius: 2px;
	bottom: -0.8125rem;
	color: #fff;
	font-size: clamp(14px, 1.125rem, 18px);
	left: 50%;
	padding: 0.375rem 1.25rem 0.4375rem;
	position: absolute;
	transform: translateX(-50%);
	white-space: nowrap;
	width: -moz-fit-content;
	width: fit-content;
}

.p-voice__text {
	background: #fff;
	padding: 2.1875rem 0.75rem 1.5625rem;
	position: relative;
}

.p-voice__text::before,
.p-voice__text::after {
	background: #c7ae7e;
	content: "";
	height: 13.25rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

.p-voice__text::before {
	left: -0.375rem;
}

.p-voice__text::after {
	right: -0.375rem;
}

.p-voice__text-deco {
	position: absolute;
	width: 3.6875rem;
}

.p-deco-upper-left,
.p-deco-upper-right {
	top: -0.8125rem;
}

.p-deco-upper-left,
.p-deco-lower-left {
	left: -0.8125rem;
}

.p-deco-upper-right,
.p-deco-lower-right {
	right: -0.8125rem;
}

.p-deco-lower-left,
.p-deco-lower-right {
	bottom: -0.8125rem;
}

.p-voice__lead {
	color: #e2975a;
	font-size: clamp(16px, 1.25rem, 20px);
	font-weight: 700;
	line-height: 1.5;
	text-align: center;
}

.p-voice__description {
	font-size: clamp(14px, 1.125rem, 18px);
	font-weight: 500;
	line-height: 1.666;
	margin-top: 1.25rem;
}

.p-voice__pagination {
	bottom: 0;
}

.p-voice__pagination .swiper-pagination-bullet {
	background: #bec4c7;
	height: 12px;
	opacity: 0.6;
	width: 12px;
}

.p-voice__pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

.p-schedule {
	margin: 0 auto;
	max-width: 1280px;
	padding-bottom: 6.875rem;
	padding-top: 9.6875rem;
}

.p-schedule__inner {
	padding: 0 2.8125rem;
}

.p-calendar__wrapper {
	align-items: stretch;
	display: flex;
	gap: 1.625rem;
	justify-content: center;
	margin-top: 5.1875rem;
}

.p-calendar__header {
	display: flex;
	font-size: clamp(32px, 2.75rem, 44px);
	font-size: 2.75rem;
	height: 2.75rem;
	justify-content: space-between;
	padding-left: 1.6875rem;
	padding-right: 1.5625rem;
}

.p-calendar__year {
	color: #b9a8a8;
	font-weight: 700;
}

.p-calendar__month {
	color: #ef7e7e;
}

.p-calendar__main {
	margin-top: 0.8125rem;
	padding-left: 2rem;
	padding-right: 2rem;
	position: relative;
}

.p-calendar__main button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 1.125rem;
}

.p-calendar__prev {
	left: 0;
}

.p-calendar__next {
	right: 0;
}

.p-calendar__table {
	border-collapse: collapse;
	text-align: right;
	width: 37.5rem;
}

.p-calendar__table th {
	height: 2.5rem;
	text-align: center;
	vertical-align: middle;
}

.p-calendar__table th:nth-child(-n+5) {
	background: #d8d0d0;
}

.p-calendar__table th:nth-child(6),
.p-calendar__table th:nth-child(7) {
	background: #ffe1e1;
}

.p-calendar__table td {
	height: 5rem;
	padding: 0.5rem 0.4375rem;
}

.p-calendar__table th,
.p-calendar__table td {
	border: 2px solid #b9a8a8;
}

.p-event {
	border: 1.875rem solid #d9c6b2;
	border-radius: 4px;
	margin-top: 3.5625rem;
	position: relative;
	width: 31.25rem;
}

.p-event__content__inner {
	background: #d9c6b2;
	height: 100%;
}

.p-event__status {
	align-items: center;
	background: #e95963;
	border-radius: 2px;
	color: #fff;
	display: flex;
	font-size: clamp(18px, 1.5rem, 24px);
	font-size: 1.5rem;
	font-weight: 700;
	height: 3rem;
	justify-content: center;
	position: absolute;
	right: -1.875rem;
	top: -1.875rem;
	width: 7.5rem;
}

.p-event__content {
	background: #fff;
	border-radius: 4px;
	height: 100%;
	padding: 2.5rem 2.5rem 1.4375rem;
}

.p-event__lead {
	font-size: 1.125rem;
	line-height: normal;
}

.p-event__title {
	color: #e2975a;
	font-size: clamp(18px, 1.5rem, 24px);
	font-size: 1.5rem;
	margin: 0 auto;
	width: -moz-fit-content;
	width: fit-content;
}

.p-event__description {
	font-size: 1.25rem;
	line-height: 1.5;
	margin-top: 1.5rem;
	padding-inline: 1rem;
}

.p-event__detail {
	margin-top: 1.5rem;
	padding-inline: 1rem;
}

.p-event__dl {
	align-items: center;
	display: flex;
	font-size: 1.125rem;
	font-weight: 500;
	gap: 1.5625rem;
}

.p-event__dl:not(:first-of-type) {
	margin-top: 0.8125rem;
}

.p-event__dt {
	align-items: center;
	background: #f2e4d7;
	border-radius: 2px;
	color: #967d74;
	display: flex;
	height: 1.875rem;
	justify-content: center;
	line-height: 1.666;
	width: 7.5rem;
}

.p-event__button {
	align-items: center;
	background: #5fa965;
	border-radius: 2px;
	box-shadow: 0 4px 6px rgb(184, 216, 190);
	color: #fff;
	display: flex;
	font-size: 1.5rem;
	font-weight: 700;
	height: 3.625rem;
	justify-content: center;
	margin: 1.1875rem auto 0;
	width: 13.75rem;
}

.p-event__available {
	color: #ef7e7e;
}

.sunday .day,
.holiday .day {
	color: red;
}

.calendar-cell {
	width: 5.375rem;
}

.event-label {
	align-items: center;
	background-color: #ef7e7e;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: clamp(12px, 1rem, 16px);
	height: 1.5rem;
	justify-content: center;
	text-align: center;
	width: 4.65625rem;
}

.p-event__title,
.p-event__description,
.p-event__detail,
.p-event__button,
.p-event__status {
	display: none;
}

.label-red {
	background-color: #E15555;
}

.label-blue {
	background-color: #58bbde;
}

.label-green {
	background-color: #56B870;
}

.label-pink {
	background-color: #ef7e7e;
}

.label-gray {
	background-color: #999;
}

.modal-overlay {
	display: none;
}

.p-event__close {
	color: #967d74;
	display: none;
	font-size: 0.9rem;
	margin: 2.125rem auto 0;
	padding-left: 1.25rem;
	position: relative;
}

.p-event__close::after {
	background: url(../img/close@2x.png) no-repeat center center/cover;
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.875rem;
}

.p-qa {
	padding-bottom: 11.75rem;
	padding-top: 6.6875rem;
}

.p-qa__inner {
	margin: 0 auto;
	max-width: 80rem;
	padding: 0 1rem;
}

.p-qa__title {
	padding-left: 21.5rem;
	padding-right: 21.5rem;
	padding-top: 2.4375rem;
}

.p-qa__title-img {
	position: absolute;
	top: 0;
}

.p-qa__title-img:first-of-type {
	left: 2.8125rem;
	top: 0;
	width: 10.3125rem;
}

.p-qa__title-img:nth-of-type(2) {
	left: 0;
	position: absolute;
	top: 5.9375rem;
	width: 3.6875rem;
}

.p-qa__list {
	display: grid;
	gap: 2.5rem 2.8125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 6.375rem;
}

.p-qa__item {
	border: 3px solid #e0d4b4;
	border-radius: 0.875rem;
	padding-bottom: 3rem;
	padding-top: 3.125rem;
	width: 37.5rem;
}

.p-qa__item:nth-child(2),
.p-qa__item:nth-child(4),
.p-qa__item:nth-child(5),
.p-qa__item:nth-child(6) {
	padding-top: 1.875rem;
}

.p-qa__item:nth-child(2) .p-faq__a,
.p-qa__item:nth-child(4) .p-faq__a,
.p-qa__item:nth-child(5) .p-faq__a,
.p-qa__item:nth-child(6) .p-faq__a {
	margin-top: 1.3125rem;
}

.p-qa__item:not(:first-of-type) {
	margin-top: 0.25rem;
}

.p-qa__q {
	color: #e2975a;
	font-size: clamp(20px, 1.75rem, 28px);
	line-height: 1.571;
	text-align: center;
}

.p-faq__a {
	font-size: clamp(16px, 1.25rem, 20px);
	line-height: 1.8;
	margin-top: 2.8125rem;
	padding-left: 1rem;
	padding-right: 1rem;
	transform: scaleX(0.9);
}

.p-news {
	background: #eee9dd;
	padding-bottom: 4.125rem;
	padding-top: 3.875rem;
	position: relative;
}

.p-news::before,
.p-news::after {
	content: "";
	height: 2.4375rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.p-news::before {
	background: url(../img/news_lace-upper@2x.png) no-repeat center center/cover;
	top: 0;
}

.p-news::after {
	background: url(../img/news_lace-lower@2x.png) no-repeat center center/cover;
	bottom: 0;
}

.p-news__inner {
	margin: 0 auto;
	max-width: 80rem;
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

.p-news__title {
	align-items: center;
	background: #fff;
	border-radius: 4px;
	display: flex;
	font-size: clamp(24px, 2rem, 32px);
	font-weight: 700;
	justify-content: center;
	margin: 0 auto;
	padding-block: 1.5rem;
}

.p-news__list {
	margin: 32px auto 0;
	max-width: 80rem;
	padding-left: 6.25rem;
	padding-right: 6.25rem;
	position: relative;
	z-index: 1;
}

.p-news__list::before,
.p-news__list::after {
	content: "";
	height: 6.375rem;
	position: absolute;
	width: 10.125rem;
}

.p-news__list::before {
	background: url(../img/news_deco01@2x.png) no-repeat center center/cover;
	right: 4.6875rem;
	top: -5.5rem;
}

.p-news__list::after {
	background: url(../img/news_deco02@2x.png) no-repeat center center/cover;
	bottom: -3.375rem;
	left: 2.1875rem;
	z-index: -1;
}

.p-news__item {
	align-items: center;
	background: #fff;
	border-radius: 2px 6px 6px 6px;
	display: flex;
	gap: 2.3125rem;
	padding: 10px 18px;
}

.p-news__item:not(:first-of-type) {
	margin-top: 12px;
}

.p-news__category {
	align-items: center;
	background: #d9c6b2;
	border-radius: 2px 6px 6px 6px;
	color: #fff;
	display: flex;
	font-size: clamp(16px, 1.25rem, 20px);
	justify-content: center;
	padding: 0.9375rem 0 1rem;
	width: 15rem;
}

.p-news__heading-wrapper {
	display: flex;
}

.p-news__date {
	color: #e2975a;
	font-size: clamp(16px, 1.25rem, 20px);
	width: 12.1875rem;
}

.p-news__heading {
	font-size: clamp(18px, 1.5rem, 24px);
	transform: scaleX(0.9);
}

.p-news__btn {
	display: block;
	font-size: clamp(16px, 1.25rem, 20px);
	line-height: 2.2;
	margin: 2.3125rem auto 0;
	text-decoration: underline;
	text-underline-offset: 0.6em;
	transform: scaleX(0.9);
	width: -moz-fit-content;
	width: fit-content;
}

.p-news--lower::after,
.p-news--lower::before {
	display: none;
}

.p-news--single {
	background: #fff;
	padding-bottom: 8.75rem;
	padding-top: 6.25rem;
}

.p-news--single::after,
.p-news--single::before {
	display: none;
}

.p-news--single h1 {
	font-size: clamp(28px, 2.25rem, 36px);
	font-weight: 700;
}

.p-news--single h2 {
	font-size: clamp(26px, 2rem, 32px);
	font-weight: 700;
	padding-block: 20px;
}

.p-news--single h3 {
	font-size: clamp(24px, 1.625rem, 26px);
	font-weight: 700;
	padding-block: 16px;
}

.p-news--single h4 {
	font-size: clamp(20px, 1.5rem, 24px);
	font-weight: 700;
	padding-block: 16px;
}

.p-news--single h5 {
	font-size: clamp(18px, 1.375rem, 22px);
	font-weight: 700;
	padding-block: 16px;
}

.p-news--single h6 {
	font-size: clamp(16px, 1.25rem, 20px);
	font-weight: 700;
	padding-block: 16px;
}

.p-news--single p {
	font-size: clamp(18px, 1.5rem, 24px);
	line-height: 1.6;
}

.p-news--single .p-article__title-wrapper {
	margin-top: 10px;
}

.p-news--single .p-article__date {
	font-size: clamp(14px, 1.125rem, 18px);
	margin-top: 18px;
}

.p-news--single .p-article__category {
	position: static;
}

.p-news--single .p-article__nav {
	display: flex;
	font-size: clamp(18px, 1.5rem, 24px);
	gap: 11.25rem;
	justify-content: center;
	margin-top: 40px;
}

.p-school {
	padding-bottom: 7.625rem;
	padding-top: 12.0625rem;
}

.p-school__inner {
	margin: 0 auto;
	max-width: 80rem;
}

.p-school__column {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	gap: 3.875rem;
	justify-content: center;
	margin-top: 4.375rem;
}

.p-school__img-wrapper {
	display: flex;
	gap: 1.75rem;
}

.p-school__img {
	border: 0.125rem solid #e0d4b4;
	border-radius: 4px;
	width: 21.25rem;
}

.p-school__name {
	color: #e2975a;
	font-size: clamp(24px, 2rem, 32px);
	font-weight: 700;
}

.p-school__dl-wrapper {
	margin-top: 3rem;
}

.p-school__dl {
	display: flex;
	font-size: clamp(16px, 1.25rem, 20px);
}

.p-school__dl:not(:first-of-type) {
	margin-top: 1.25rem;
}

.p-school__dt {
	width: 6.25rem;
}

.p-school__dd {
	font-weight: 400;
	white-space: nowrap;
}

.p-access {
	display: flex;
	gap: 2.125rem;
	justify-content: space-between;
	justify-content: flex-end;
	margin: 3.625rem auto 0;
	padding-right: 8.75rem;
}

.p-access__head {
	color: #967d74;
	font-size: clamp(24px, 2rem, 32px);
	font-weight: 700;
	padding-top: 2rem;
}

.p-access__text-content {
	margin-top: 3.25rem;
	padding-left: 2.5625rem;
}

.p-access__description {
	font-size: clamp(16px, 1.25rem, 20px);
	line-height: 2.2;
	position: relative;
	white-space: nowrap;
}

.p-access__description::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.p-access__description:not(:last-of-type)::after {
	background: url(../img/diamond@2x.png) no-repeat center center/cover;
	height: 1.3125rem;
	left: -0.8125rem;
	width: 0.9375rem;
}

.p-access__description:last-of-type {
	margin-top: 2.5rem;
}

.p-access__description:last-of-type::after {
	background: url(../img/car@2x.png) no-repeat center center/cover;
	height: 1.4375rem;
	left: -1.25rem;
	width: 1.875rem;
}

.p-access__map {
	border: 0.125rem solid #e0d4b4;
	border-radius: 4px;
	height: 22.5rem;
	min-height: 250px;
	min-width: 300px;
	width: 31.25rem;
}

.p-access__map iframe {
	height: 100%;
	width: 100%;
}

.p-school__deco {
	margin: 5.5rem auto 0;
	min-width: 300px;
	width: 28.75rem;
}

.p-school__description {
	font-size: clamp(18px, 1.5rem, 24px);
	line-height: 1.833;
	margin-top: 4.5rem;
	text-align: center;
}

.p-school__description span {
	background-color: #fbf3cd;
	display: inline-block;
	line-height: 1.2;
	padding-left: 0.75rem;
}

.p-school__message {
	margin: 48px auto 0;
	padding: 0 7.875rem 1.125rem;
	position: relative;
	text-align: center;
	width: -moz-fit-content;
	width: fit-content;
}

.p-school__message::after {
	background: url(../img/school_deco02@2x.png) no-repeat center center/cover;
	bottom: 0;
	content: "";
	height: 6.6875rem;
	left: 0;
	position: absolute;
	width: 9.25rem;
}

.p-school__message-inner {
	align-items: center;
	background: #fae9e9;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	padding-block: 1.875rem;
	padding-inline: 3.75rem;
	text-align: center;
}

.p-school__message-inner p {
	font-size: clamp(16px, 1.25rem, 20px);
	line-height: 2;
}

.p-school__btn-wrapper {
	margin: 3.5rem auto 0;
	padding: 0 5rem;
	position: relative;
	width: unset;
}

.p-school__btn-img {
	bottom: -7.625rem;
	position: absolute;
	right: 5rem;
	width: 16.4375rem;
}

.p-banner {
	aspect-ratio: 80/218;
	background: linear-gradient(120deg, #b29457 0%, #fbf7c8 50%, #b29457 100%);
	background: url(../img/banner@2x.png) no-repeat center center/cover;
	border-radius: 20px 0 0 20px;
	padding: 25px 15px 22px 24px;
	position: fixed;
	right: 0;
	top: 103px;
	width: 80px;
	z-index: 50;
}

.p-banner__fukidashi {
	width: 41px;
}

.p-banner__text {
	color: #75643f;
	font-size: 30px;
	margin-top: 15px;
	padding-left: 3px;
	transform: scaleX(0.9);
	writing-mode: vertical-rl;
}

.p-banner-sp {
	display: none;
}

.p-banner-sp__inner {
	display: flex;
	height: 100%;
}

.p-banner-sp__left {
	background: #967d74;
	border-right: 2px solid #fff;
	padding: 0.625rem 1.375rem 0.5625rem 1.75rem;
	text-align: center;
}

.p-banner-sp__left-text {
	color: #fff;
	display: block;
	font-size: 0.875rem;
	margin-top: 0.3125rem;
}

.p-banner-sp__link {
	align-items: center;
	background: #6fc064;
	color: #fff;
	display: flex;
	font-size: 1.5rem;
	padding: 1.125rem 0.4375rem 1.1875rem 0.875rem;
}

.p-banner-sp__fukidashi {
	width: 1.875rem;
}

.p-banner-sp__fukidashi img {
	display: block;
}

@media (prefers-reduced-motion: reduce) {

.l-reveal {
	transform: none;
	transition: none;
}

.js-stagger-group [data-order] {
	transform: none;
	transition: none;
}

}

@media (min-width: 768px) and (max-width: 999px) {

.l-inner-main {
	margin: 0 auto;
	max-width: 900px !important;
	padding-inline: 20px !important;
}

.l-drawer__content {
	padding-inline: 20px;
}

.c-section-title {
	font-size: 22px;
}

.c-section-lead {
	font-size: 16px;
}

.c-br-pc2 {
	display: none;
}

.p-fv__container {
	padding-left: 8px;
	padding-right: 8px;
}

.p-reason__list {
	gap: 16x;
}

.p-reason__item {
	padding: 20px 0;
}

.p-reason__item-title {
	font-size: 18px;
}

.p-reason__text {
	margin-top: 20px;
	padding: 0 2px;
}

.p-reason__description {
	font-size: 14px;
}

.p-skill__table thead {
	font-size: 16px;
	white-space: nowrap;
}

.p-skill__table thead th:nth-child(3) {
	font-size: 18px;
}

.p-skill__table tbody th {
	font-size: 16px;
	white-space: nowrap;
}

.p-skill__table tbody td {
	font-size: 14px;
	white-space: nowrap;
}

.p-plan__list {
	gap: 10px;
}

.p-plan__item-inner {
	padding-left: 0;
	padding-right: 0;
}

.p-plan__head {
	font-size: 16px;
}

.p-plan__lead {
	font-size: 14px;
	min-height: 63px !important;
}

.p-plan__dd {
	font-size: 13px;
}

.p-plan__set-inner {
	padding-left: 0;
	padding-right: 0;
}

.p-plan__set-head {
	font-size: 16px;
}

.p-plan__set-lead {
	font-size: 14px;
}

.p-support__item-head {
	font-size: 16px !important;
	width: 33% !important;
}

.p-support__item-text {
	font-size: 14px;
	white-space: unset !important;
}

.p-support__message {
	font-size: 16px;
}

.p-instructor__inner {
	max-width: 916px !important;
	padding-inline: 20px !important;
}

.p-qa__q {
	font-size: 17px;
	white-space: nowrap;
}

.p-news__inner {
	max-width: 900px !important;
	padding-inline: 20px !important;
}

.p-news__category {
	width: 23% !important;
}

.p-news__date {
	width: 120px !important;
}

.p-news--single h1 {
	font-size: 28px;
}

.p-news--single h2 {
	font-size: 26px;
}

.p-news--single h3 {
	font-size: 24px;
}

.p-news--single h4 {
	font-size: 22px;
}

.p-news--single h5 {
	font-size: 20px;
}

.p-news--single h6 {
	font-size: 18px;
}

.p-news--single p {
	font-size: 16px;
}

.p-access__map {
	min-height: 180px;
	min-width: 220px;
}

}

@media (min-width: 768px) {

.c-btn:hover {
	background: #e95963;
	border-color: #e95963;
	color: #fff;
}

.p-fv__bg {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), transform 3s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-ready .p-fv__bg {
	opacity: 1;
	transform: none;
}

body.is-ready .p-fv__bg-left {
	transition-delay: 0.2s;
}

body.is-ready .p-fv__bg-right {
	transition-delay: 1s;
}

}

@media screen and (max-width: 1919px) and (min-width: 768px) {

html {
	font-size: calc(16 / 1920 * 100vw);
}

}

@media (max-width: 1399px) {

main {
	padding-top: 55px;
}

.l-inner-main {
	padding-inline: 40px;
}

.l-inner-lower {
	padding-bottom: 40px;
	padding-top: 85px;
}

.l-header {
	height: 55px;
}

.c-section-title__wrapper::after {
	width: 280px;
}

.p-fv__btn-wrapper {
	margin-top: 0.875rem;
	padding: 0 1.125rem;
}

.p-reason__list-wrapper {
	padding: 0;
}

.p-reason__item {
	width: 330px;
}

.p-skill__inner {
	padding-inline: 20px;
}

.p-skill__table-wrapper {
	max-width: 1000px;
}

.p-skill__table tbody th {
	width: 18rem;
}

.p-plan__inner {
	max-width: 1000px;
}

.p-plan__title {
	height: 60px;
}

.p-plan__title-deco:first-of-type {
	top: -15px;
}

.p-plan__title-deco:last-of-type {
	bottom: -15px;
}

.p-plan__title-deco {
	width: 320px;
}

.p-plan__note-head {
	font-size: clamp(16px, 1.5rem, 24px);
}

.p-support__item-inner {
	max-width: 100%;
	padding-right: 0;
	width: 911px;
}

.p-support__item-head {
	height: 50px;
	width: 30%;
}

.p-instructor__inner {
	max-width: 1016px;
	padding-inline: 48px;
}

.p-instructor__container {
	margin-top: 3.625rem;
	padding-bottom: 30px;
	padding-inline: 0.625rem;
}

.p-instructor__slide-content {
	padding-left: 10px;
	padding-right: 10px;
}

.p-voice__container {
	padding-bottom: 60px;
}

.p-voice__slide-container {
	padding: 172.5px 16px 15px;
}

.p-voice__text {
	padding: 22px 7.5px 15.5px;
}

.p-voice__text::before,
.p-voice__text::after {
	height: 75%;
}

.p-voice__lead {
	font-size: 15px;
}

.p-calendar__main {
	margin-top: 2.25rem;
}

.p-event {
	margin-top: 5rem;
}

.p-event__content {
	padding-inline: 1.25rem;
}

.p-qa__inner {
	max-width: 1000px;
}

.p-qa__item {
	width: 100%;
}

.p-news__inner {
	max-width: 1000px;
	padding-inline: 40px;
}

.p-news__list {
	max-width: 1000px;
}

.p-news__date {
	width: 15.625rem;
}

.p-school__inner {
	max-width: 1000px;
}

.p-school__dt {
	flex-shrink: 0;
	width: 30%;
}

.p-access {
	padding-right: 6.25rem;
}

}

@media (max-width: 1200px) {

.c-btn__wrapper {
	font-size: clamp(18px, 1.5rem, 24px);
}

.c-btn {
	font-size: clamp(22px, 1.5rem, 24px);
}

.p-fv__bg {
	height: 100%;
}

.p-fv__description {
	font-size: clamp(14px, 1.25rem, 20px);
}

.p-fv__btn-text {
	padding: 5.3125rem 6.25rem 0;
}

.p-plan__lead {
	min-height: 72px;
}

.p-plan__dd {
	min-height: 47px;
}

.p-plan__set-img:nth-of-type(2) {
	right: 120px;
}

.p-plan__set-img:nth-of-type(3) {
	right: 22.5px;
}

.p-voice__container {
	margin-top: 40px;
}

.p-voice__slide {
	width: 337px;
}

.p-voice__slide-content {
	margin-top: 13px;
	padding-top: 16px;
}

.p-voice__img {
	width: 287.5px;
}

.p-voice__meta {
	font-size: 12px;
}

.p-voice__description {
	margin-top: 12.5px;
}

.p-calendar__header {
	font-size: 27.5px;
	height: 27.5px;
	padding-left: 16.5px;
	padding-right: 15.5px;
}

.p-calendar__main {
	margin-top: 22.5px;
}

.p-calendar__table {
	width: 375px;
}

.p-calendar__table th {
	height: 25px;
}

.p-calendar__table thead {
	font-size: 10px;
}

.p-calendar__table tbody {
	font-size: 10px;
}

.p-calendar__table td {
	height: 50px;
}

.p-event {
	border-width: 18.75px;
	margin-top: 50px;
	width: 312.5px;
}

.p-event__status {
	font-size: 15px;
	height: 30px;
	right: -18.75px;
	top: -18.75px;
	width: 75px;
}

.p-event__content {
	padding: 25px 10px 14.375px;
}

.p-event__lead {
	font-size: 11.25px;
}

.p-event__title {
	font-size: 15px;
}

.p-event__description {
	font-size: 12.5px;
	margin-top: 15px;
}

.p-event__detail {
	margin-top: 15px;
	padding-inline: 1.25rem;
}

.p-event__dl {
	font-size: 12px;
}

.p-event__dl:not(:first-of-type) {
	margin-top: 8.125px;
}

.p-event__dt {
	height: 18.75px;
	width: 75px;
}

.p-event__button {
	font-size: 15px;
	height: 36.25px;
	margin-top: 12px;
	width: 137.5px;
}

.calendar-cell {
	width: 53.75px;
}

.event-label {
	font-size: 12px;
	height: 15px;
	width: 46.5px;
}

.p-news__category {
	padding: 9px 0 10px;
	width: 20%;
}

.p-banner {
	padding: 17px 10px 15px 14px;
	top: 75px;
	width: 50px;
}

.p-banner__fukidashi {
	width: 24px;
}

.p-banner__text {
	font-size: 20px;
	margin-top: 8px;
	padding-left: 1px;
}

}

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

html {
	font-size: calc(16 / 375 * 100vw);
}

main {
	padding-top: 0;
}

.l-inner-main {
	padding-inline: 1.125rem;
}

.l-inner-lower {
	padding-bottom: 40px;
	padding-top: 30px;
}

.l-header {
	border-bottom: none;
	display: block;
	height: unset;
	position: static;
}

.l-header__lead-sp {
	align-items: center;
	background: #e0d4b4;
	display: flex;
	font-size: 0.875rem;
	justify-content: center;
	letter-spacing: 0.02em;
	text-align: center;
}

.l-header__inner {
	height: 5.3125rem;
	padding-bottom: 0;
	padding-left: 2.125rem;
	padding-top: 0;
}

.l-header__left {
	gap: unset;
}

.l-header__logo {
	min-width: unset;
	width: 3.75rem;
}

.l-header__lead {
	display: none;
}

.l-header__title-wrapper {
	display: block;
	font-size: 1.875rem;
}

.l-header__title-sub {
	align-items: center;
	border-color: #967d74;
	display: block;
	display: flex;
	font-size: 0.9rem;
	height: 1.625rem;
	justify-content: center;
	margin-left: 0.625rem;
	padding: 0;
	white-space: nowrap;
	width: 14.0625rem;
}

.l-header__title {
	font-size: 1.875rem;
	margin-left: -0.3125rem;
}

.l-footer {
	padding: 1.25rem 1.625rem 4.6875rem;
}

.l-footer__nav {
	-moz-column-gap: 0;
	column-gap: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	padding-inline: 0.375rem;
	row-gap: 1rem;
}

.l-footer__nav-link {
	font-size: 0.8rem;
}

.l-footer__copy {
	font-size: 0.85rem;
	margin-top: 2.125rem;
}

.l-drawer__icon {
	height: 1.375rem;
	width: 1.875rem;
}

.l-drawer__icon--pc {
	display: none;
}

.l-drawer-icon__bar {
	background: #fff;
	height: 0.125rem;
	width: 1.875rem;
}

.l-drawer-icon__bar:nth-of-type(2) {
	top: 0.625rem;
}

.l-drawer-icon__bar:nth-of-type(3) {
	top: 1.25rem;
}

.l-drawer__content {
	border-left: none;
	font-size: 1.25rem;
	padding-inline: 1.25rem;
	width: 100%;
}

.l-drawer__close {
	display: block;
}

.c-section-title__wrapper::after {
	height: 0.625rem;
	width: 13.75rem;
}

.c-section-title__wrapper {
	padding-bottom: 1.25rem;
}

.c-section-title {
	font-size: 1.25rem;
	white-space: nowrap;
}

.c-btn__text::before,
.c-btn__text::after {
	bottom: unset;
	top: 0;
}

.c-btn__text {
	font-size: 1rem;
}

.c-btn {
	align-items: center;
	background: #e95963;
	border-color: transparent;
	border-radius: 3px;
	color: #fff;
	display: flex;
	font-size: 1.75rem;
	height: 5rem;
	justify-content: center;
	margin-top: 0.4375rem;
	padding: 0;
	width: 100%;
}

.c-section-lead {
	font-size: 0.9rem;
	line-height: 1.527;
	margin-top: 2.5rem;
	text-align: left;
}

.c-br-pc2 {
	display: none;
}

.c-br-pc {
	display: none;
}

.c-br-sp {
	display: block;
}

.c-lace-sp {
	display: block;
}

.p-fv__inner {
	overflow: hidden;
}

.p-fv__bg {
	display: none;
}

.p-fv__bg-sp {
	display: block;
}

.p-fv__content {
	padding: 0;
	width: unset;
	z-index: 0;
}

.p-fv__lace-wrapper {
	display: none;
}

.p-fv__container {
	background: unset;
	padding: 0;
}

.p-fv__container-sp {
	display: block;
	padding-bottom: 5rem;
	padding-top: 10.9375rem;
}

.p-fv__lead {
	display: none;
}

.p-fv__lead-sp {
	display: block;
}

.p-fv__text-wrapper-sp {
	align-items: center;
	display: flex;
	justify-content: center;
	z-index: 1;
}

.p-fv__text {
	display: none;
}

.p-fv__description-wrapper {
	background: #6e5e58;
	margin-top: 0;
	padding: 0 1.125rem 1.625rem;
	position: relative;
}

.p-fv__description {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	padding-block: 0.5em;
}

.p-fv__description-border {
	border: 0.125rem dashed #967d74;
	border-radius: 0.125rem;
}

.p-fv__btn-text {
	margin: 0 auto;
	padding: 0.6875rem 1.5625rem 0;
}

.p-fv__btn-text::before,
.p-fv__btn-text::after {
	height: 2.0625rem;
	width: 1.5rem;
}

.p-fv__btn-text::before {
	background: url(../img/support_img02@2x.png) no-repeat center center/cover;
}

.p-fv__btn-text::after {
	background: url(../img/support_img03@2x.png) no-repeat center center/cover;
}

.p-fv__btn {
	margin-top: 0.9375rem;
}

.p-reason {
	padding-top: 5rem;
}

.p-reason__title {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.p-reason__title-img {
	display: none;
}

.p-reason__list-wrapper {
	margin-top: 3rem;
}

.p-reason__list:nth-of-type(2) {
	margin-top: 0.4375rem;
}

.p-reason__list {
	display: block;
}

.p-reason__item {
	border-radius: 0.25rem;
	border-width: 0.1875rem;
	padding: 1.625rem 0.375rem;
	width: 100%;
}

.p-reason__item-img,
.p-reason__item-deco {
	display: block;
	z-index: 1;
}

.p-reason__item-title {
	font-size: 1.25rem;
	line-height: 1.4;
}

.p-reason__text {
	margin-top: 0.625rem;
	padding: 0;
}

.p-reason__description {
	font-size: 0.9rem;
	line-height: 1.666;
}

.p-reason__item-num {
	border-radius: 0.125rem;
	font-size: 1.25rem;
	height: 1.875rem;
	left: -0.125rem;
	top: -0.1875rem;
	width: 1.875rem;
}

.p-skill {
	padding-bottom: 5.75rem;
	padding-top: 7.25rem;
}

.p-skill__inner {
	padding-inline: 0.1875rem;
}

.p-skill__title {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	white-space: nowrap;
}

.p-skill__title-img {
	display: none;
}

.p-skill__content {
	padding: 0;
}

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

.p-skill-text-img {
	display: none;
}

.p-skill__table-wrapper {
	margin-top: 2rem;
}

.p-skill__table {
	border-spacing: 0.3125rem 0.4375rem;
	padding-inline: 0.6875rem;
}

.p-skill__table th,
.p-skill__table td {
	border-radius: 2px;
}

.p-skill__table thead th:nth-child(2) {
	font-size: 0.9rem;
}

.p-skill__table tbody th {
	font-size: 0.9rem;
	font-weight: 700;
	width: 5.25rem;
}

.p-skill__table tbody td {
	font-size: 0.8rem;
	line-height: 1.406;
}

.p-skill__table tbody td:nth-child(2) {
	height: 3.75rem;
}

.p-skill__table tbody td:nth-child(3) {
	height: 3.79375rem;
	white-space: nowrap;
}

.p-skill__accent::after {
	top: -2.5rem;
	width: 4.1875rem;
}

.p-skill__accent {
	font-size: 1rem;
}

.p-plan {
	padding-bottom: 3.625rem;
	padding-top: 4.1875rem;
	position: relative;
}

.p-plan__title-wrapper {
	padding-bottom: 0;
}

.p-plan__title {
	height: 5rem;
	padding-inline: 0;
}

.p-plan__content {
	margin-top: 2.6875rem;
}

.p-plan__tab-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: -2px;
}

.p-plan__list {
	display: block;
}

.p-plan__level-wrapper {
	display: none;
}

.p-plan__level-sp {
	display: block;
	width: 1.25rem;
}

.p-plan__item-inner {
	border: none;
	border-radius: unset;
	padding: 1.9375rem 0.34375rem;
}

.p-plan__head {
	font-size: 1.25rem;
}

.p-plan__lead {
	font-size: 0.9rem;
	line-height: 1.388;
	margin-top: 1.375rem;
	min-height: unset;
	padding-left: 0;
}

.p-plan__dl:not(:first-of-type) {
	margin-top: 0.9375rem;
}

.p-plan__dt {
	font-size: 0.9rem;
	height: 1.875rem;
	margin-left: 0.90625rem;
	width: 5.5rem;
}

.p-plan__dd {
	font-size: 0.9rem;
	margin-top: 0.4375rem;
	min-height: unset;
}

.p-plan__dd-custom {
	white-space: nowrap;
}

.p-plan__lower {
	display: block;
	margin-top: 2.4375rem;
}

.p-plan__set {
	padding: 0;
	width: unset;
}

.p-plan__set-level {
	top: -1.4375rem;
	width: 9.9375rem;
}

.p-plan__item:first-of-type {
	-o-border-image: linear-gradient(180deg, #cb9153 0%, #cfa574 31%, #ffe1c7 68%, #cf9a55 100%) 1;
	border-image: linear-gradient(180deg, #cb9153 0%, #cfa574 31%, #ffe1c7 68%, #cf9a55 100%) 1;
}

.p-plan__item:first-of-type .p-plan-flower-sp {
	bottom: 0.75rem;
	right: 0.625rem;
	width: 4.1875rem;
}

.p-plan__item:nth-of-type(2) {
	-o-border-image: repeating-linear-gradient(180deg, #d6d6d6 0%, #666666 25%, #eeeeee 50%, #666666 85%, #d6d6d6 100%) 1;
	border-image: repeating-linear-gradient(180deg, #d6d6d6 0%, #666666 25%, #eeeeee 50%, #666666 85%, #d6d6d6 100%) 1;
}

.p-plan__item:nth-of-type(2) .p-plan-flower-sp {
	bottom: 0.625rem;
	right: 0.3125rem;
	width: 6.3125rem;
}

.p-plan__item:nth-of-type(3) {
	-o-border-image: linear-gradient(180deg, #95771d 0%, #fffce9 50%, #94761c 100%) 1;
	border-image: linear-gradient(180deg, #95771d 0%, #fffce9 50%, #94761c 100%) 1;
}

.p-plan__item:nth-of-type(3) .p-plan-flower-sp {
	bottom: 0.6875rem;
	right: 0.5rem;
	width: 6.1875rem;
}

.p-plan__item {
	border: 4px solid;
	border-radius: 0 0 2px 2px;
	display: none;
	padding: 0;
}

.p-plan__item.is-active {
	display: block;
}

.p-plan-flower-sp {
	display: block;
	position: absolute;
}

.p-plan__set-img:nth-of-type(2) {
	bottom: 1.3125rem;
	right: 2.1875rem;
	width: 3.125rem;
}

.p-plan__set-img:nth-of-type(3) {
	bottom: -2.4375rem;
	right: 0.375rem;
	width: 5.9375rem;
}

.p-plan__set-inner {
	-o-border-image: linear-gradient(180deg, #95771d 0%, #fffce9 51%, #94761c 100%) 1;
	border: 4px solid;
	border-image: linear-gradient(180deg, #95771d 0%, #fffce9 51%, #94761c 100%) 1;
	padding: 2.375rem 0.34375rem 1.9375rem;
}

.p-plan__set-head h3 {
	font-size: 1.25rem;
	line-height: 1.4;
	margin-top: 0.625rem;
	text-align: center;
}

.p-plan__set-head {
	display: block;
}

.p-plan__set-head-inner {
	align-items: center;
	display: flex;
	font-size: 0.97125rem;
	height: 2.125rem;
	justify-content: center;
	margin: 0 auto;
	padding: 0;
	width: 5.625rem;
}

.p-plan__set-lead {
	font-size: 0.9rem;
	line-height: 1.388;
	margin-top: 1.375rem;
}

.p-plan__set-dl {
	display: block;
	padding: 0;
}

.p-plan__note {
	border-radius: 2px;
	margin-top: 3.375rem;
	padding: 0.25rem;
	width: unset;
}

.p-plan__note-img {
	left: 1.4375rem;
	min-width: none;
	right: unset;
	top: -0.75rem;
	width: 2.4375rem;
}

.p-plan__note-inner {
	border: 2px dotted #fff;
	padding-bottom: 1.4375rem;
	padding-top: 1rem;
}

.p-plan__note-head {
	font-size: 1.25rem;
	height: 4.375rem;
	line-height: 1.4;
	width: 18.125rem;
}

.p-plan__note-description {
	font-size: 0.9rem;
	line-height: 1.527;
	margin-top: 1.125rem;
	padding: 0;
}

.p-support {
	padding-bottom: 0;
	padding-top: 5.5625rem;
}

.p-support__title {
	padding-inline: 0;
	padding-top: 0;
}

.p-support__title-img {
	top: -7rem;
	width: 10.4375rem;
	z-index: 1;
}

.p-support__text {
	margin-top: 1.875rem !important;
}

.p-support__list {
	margin-top: 2.5rem;
}

.p-support__item:nth-child(odd) .p-support__item-inner {
	padding: 1.625rem 0.75rem 1.125rem;
}

.p-support__item:nth-child(even) .p-support__item-inner {
	padding: 1.6875rem 0.8125rem 1.0625rem;
}

.p-support__item {
	padding: 0.9375rem 1.125rem;
	position: relative;
}

.p-support__item-img {
	display: block;
	position: absolute;
	z-index: 1;
}

.p-support__item-inner {
	display: block;
	min-height: 8.75rem;
	position: relative;
}

.p-support__item-head {
	background: unset;
	font-size: 1rem;
	height: unset;
	text-align: center;
	width: unset;
}

.p-support__item-text {
	font-size: 0.9rem;
	line-height: 1.388;
	margin-top: 1rem;
	white-space: unset;
}

.p-support__btn-text {
	padding: 0.875rem 2.3125rem 0;
}

.p-support__btn-text::before,
.p-support__btn-text::after {
	height: 2.0625rem;
	width: 1.5rem;
}

.p-support__message {
	font-size: 0.9rem;
	line-height: 1.527;
	margin-top: 2.8125rem;
	text-align: left;
}

.p-support__btn-wrapper {
	margin-top: 2.625rem;
}

.p-instructor {
	padding-bottom: 0;
	padding-top: 7.3125rem;
}

.p-instructor__inner {
	padding-inline: 0;
}

.p-instructor__container {
	padding-bottom: 2.0625rem;
}

.p-instructor__wrapper {
	padding-bottom: 0;
}

.p-instructor__slide {
	padding: 0 0.5rem 1.3125rem;
}

.p-instructor__slide-inner {
	border-radius: 2px;
	box-shadow: 0 0.5rem 1.3125rem rgba(223, 228, 230, 0.7);
	padding-top: 0;
}

.p-instructor__slide-content {
	border-radius: 2px;
}

.p-instructor__img {
	height: 10.8125rem;
	width: 10.8125rem;
}

.p-instructor__name {
	font-size: 1.25rem;
	margin-top: 1.25rem;
}

.p-instructor__job {
	border-radius: 2px;
	font-size: 1.125rem;
	margin-top: 0.625rem;
	padding: 0.3125rem 1.0625rem;
}

.p-instructor__career {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1rem;
}

.p-instructor__message {
	font-size: 0.9rem;
	line-height: 1.527;
	margin-top: 1rem;
}

.p-instructor__pagination .swiper-pagination-bullet {
	height: 0.52375rem;
	width: 0.52375rem;
}

.p-instructor__pagination {
	bottom: 0 !important;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 0.625rem;
}

.p-voice {
	padding-top: 8.25rem;
}

.p-voice__container {
	padding-bottom: 3rem;
}

.p-voice__head {
	font-size: 1.125rem;
	line-height: 1.444;
}

.p-voice__slide-content {
	margin-top: 0.6875rem;
	padding-inline: 1.125rem;
	padding-top: 0;
	position: relative;
}

.p-voice__slide-container {
	padding: 1.5rem 0 1.4375rem;
}

.p-voice__img-wrapper {
	left: unset;
	position: static;
	transform: unset;
}

.p-voice__img {
	height: 12.5rem;
	width: unset;
}

.p-voice__slide:nth-child(odd) .p-voice__img::after {
	right: 0;
	top: -1.125rem;
	width: 60px;
}

.p-voice__slide:nth-child(even) .p-voice__img::after {
	right: 0;
	top: -1.125rem;
	width: 3.75rem;
}

.p-voice__meta {
	bottom: -0.9375rem;
	font-size: 1rem;
	padding-inline: 1.5rem;
}

.p-voice__text::before {
	left: 0.1875rem;
}

.p-voice__text::after {
	right: 0.1875rem;
}

.p-voice__text {
	padding-inline: 0.1875rem;
	padding-top: 1.5625rem;
}

.p-voice__text-deco {
	width: 2.625rem;
}

.p-deco-upper-left,
.p-deco-upper-right {
	top: -0.1875rem;
}

.p-deco-upper-left,
.p-deco-lower-left {
	left: -0.0625rem;
}

.p-deco-upper-right,
.p-deco-lower-right {
	right: -0.0625rem;
}

.p-deco-lower-left,
.p-deco-lower-right {
	bottom: -0.1875rem;
}

.p-voice__lead {
	font-size: 1rem;
	line-height: 1.375;
}

.p-voice__description {
	font-size: 0.9rem;
	line-height: 1.527;
	margin-top: 1.25rem;
}

.p-voice__pagination .swiper-pagination-bullet {
	height: 0.52375rem;
	width: 0.52375rem;
}

.p-voice__pagination {
	bottom: 0 !important;
}

.p-schedule {
	padding-bottom: 0;
	padding-top: 8.125rem;
}

.p-schedule__inner {
	padding-inline: 0;
}

.p-calendar__wrapper {
	display: block;
	margin-top: 1.75rem;
}

.p-calendar__header {
	font-size: 1.5rem;
	height: unset;
	padding-left: 0.9375rem;
	padding-right: 0.875rem;
}

.p-calendar__main button {
	bottom: 0;
	top: unset;
	transform: unset;
	width: 0.625rem;
}

.p-calendar__main {
	margin-top: 0.4375rem;
	padding-bottom: 1.75rem;
	padding-inline: 1.125rem;
}

.p-calendar__prev {
	left: 4.25rem;
}

.p-calendar__next {
	right: 4.25rem;
}

.p-calendar__table {
	width: 100%;
}

.p-calendar__table thead {
	font-size: 0.9rem;
}

.p-calendar__table tbody {
	font-size: 0.630625rem;
}

.p-calendar__table td {
	height: 2.86625rem;
	padding: 0.125rem 0.1875rem;
	width: 3.125rem;
}

.p-event {
	background: #fff;
	border-radius: 2px;
	border-radius: 12px;
	border-width: 1.25rem;
	display: none;
	left: 50%;
	margin-top: 0;
	position: fixed;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 92%;
	z-index: 1001;
}

.p-event__status {
	font-size: 1.25rem;
	height: 2.5rem;
	padding-inline: 0.8125rem;
	right: -1.25rem;
	top: -1.25rem;
	width: -moz-fit-content;
	width: fit-content;
}

.p-event__content {
	border-radius: 12px;
	padding: 2.375rem 0 0.375rem;
}

.p-event__title {
	font-size: 1.25rem;
}

.p-event__description {
	font-size: 0.9rem;
	margin-top: 1.5rem;
}

.p-event__detail {
	margin-top: 1.5rem;
}

.p-event__dl {
	gap: 1.3125rem;
	margin-left: 1.4375rem;
}

.p-event__dl:not(:first-of-type) {
	margin-top: 0.8125rem;
}

.p-event__dt {
	font-size: 1rem;
	height: 1.79375rem;
	width: 5rem;
}

.p-event__dd {
	font-size: 0.9rem;
}

.p-event__button {
	font-size: 1.25rem;
	height: 3.625rem;
	margin-top: 1.5rem;
	width: 13.75rem;
}

.event-label {
	font-size: 0.8rem;
	height: 1rem;
	padding-bottom: 0.125rem;
	width: 2.625rem;
}

.modal-overlay {
	background: rgba(0, 0, 0, 0.4);
	inset: 0;
	position: fixed;
	z-index: 1000;
}

.p-event__close {
	display: block;
}

.p-qa {
	padding-bottom: 5rem;
	padding-top: 5rem;
}

.p-qa__title {
	padding-inline: 5.9375rem;
	padding-top: 5rem;
}

.p-qa__title-img:first-of-type {
	left: 0;
	top: 1.375rem;
	width: 5.4375rem;
}

.p-qa__title-img:nth-of-type(2) {
	left: 4.1875rem;
	top: 0;
	width: 2.9375rem;
}

.p-qa__list {
	display: block;
	margin-top: 2.625rem;
}

.p-qa__item:nth-child(2),
.p-qa__item:nth-child(4),
.p-qa__item:nth-child(5),
.p-qa__item:nth-child(6) {
	padding: 0;
}

.p-qa__item:nth-child(2) .p-faq__a,
.p-qa__item:nth-child(4) .p-faq__a,
.p-qa__item:nth-child(5) .p-faq__a,
.p-qa__item:nth-child(6) .p-faq__a {
	margin-top: 0;
}

.p-qa__item {
	border-radius: 2px;
	padding: 0;
}

.p-qa__item:nth-child(even) {
	border: 3px solid #f4e5e5;
}

.p-qa__item:nth-child(even) .p-qa__q {
	background: #f4e5e5;
}

.p-qa__q {
	background: #e0d4b4;
	border-radius: 2px;
	color: #6e5e58;
	font-size: 1rem;
	line-height: 1.625;
	padding-bottom: 0.6875rem;
	padding-top: 0.5625rem;
}

.p-qa__q span {
	white-space: nowrap;
}

.p-faq__a {
	display: none;
	font-size: 0.9rem;
	line-height: 1.666;
	margin-top: 0;
	padding: 1rem 0.9375rem;
}

.p-news {
	padding-bottom: 3.375rem;
}

.p-news__inner {
	padding-inline: 0;
}

.p-news__title {
	font-size: 1.25rem;
	height: 2.875rem;
	padding: 0;
	width: 100%;
}

.p-news__list {
	padding-inline: 1.125rem;
}

.p-news__list::before,
.p-news__list::after {
	display: none;
}

.p-news__item {
	display: block;
	padding: 1.375rem 0 0.8125rem;
	position: relative;
}

.p-news__category {
	border-radius: 2px;
	font-size: 0.9rem;
	height: 1.375rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 6.875rem;
}

.p-news__heading-wrapper {
	justify-content: space-between;
}

.p-news__date {
	font-size: 0.9rem;
	margin-top: 0.5625rem;
	padding-left: 0.3125rem;
	white-space: nowrap;
	width: 30%;
}

.p-news__heading {
	font-size: 0.9rem;
	padding-bottom: 0.5625rem;
	width: 60%;
}

.p-news__btn {
	font-size: 0.9rem;
	margin-top: 1.375rem;
}

.p-news--single {
	padding-bottom: 5rem;
	padding-top: 2.5rem;
}

.p-news--single h1 {
	font-size: 1.625rem;
}

.p-news--single h2 {
	font-size: 1.625rem;
}

.p-news--single h3 {
	font-size: 1.5rem;
}

.p-news--single h4 {
	font-size: 1.375rem;
}

.p-news--single h5 {
	font-size: 1.25rem;
}

.p-news--single h6 {
	font-size: 1.125rem;
}

.p-news--single p {
	font-size: 1rem;
}

.p-news--single .p-article__title-wrapper {
	margin-top: 0.625rem;
}

.p-news--single .p-article__category {
	margin-left: 1.125rem;
}

.p-news--single .p-article__nav {
	font-size: 1rem;
}

.p-school {
	padding-bottom: 3.5rem;
	padding-top: 4.5rem;
}

.p-school__column {
	display: block;
	margin-top: 2.625rem;
}

.p-school__img-wrapper {
	display: block;
	margin-top: 1.8125rem;
}

.p-school__img {
	width: 100%;
}

.p-school__img:nth-of-type(2) {
	margin-top: 0.3125rem;
}

.p-school__name {
	font-size: 1.5rem;
	text-align: center;
}

.p-school__dl-wrapper {
	margin-top: 1.75rem;
}

.p-school__dl:not(:first-of-type) {
	margin-top: 0.75rem;
}

.p-school__dl {
	font-size: 0.9rem;
}

.p-school__dt {
	width: 21%;
}

.p-access {
	display: block;
	padding: 0;
}

.p-access__head {
	font-size: 1.5rem;
	padding: 0;
	text-align: center;
}

.p-access__text-content {
	margin-top: 1.5rem;
	padding-left: 0;
}

.p-access__description {
	font-size: 0.9rem;
	line-height: 1.527;
	padding-left: 0.5625rem;
}

.p-access__description:not(:last-of-type)::after {
	height: 0.9375rem;
	left: 0.1875rem;
	width: 0.625rem;
}

.p-access__description:last-of-type {
	margin-top: 0.75rem;
}

.p-access__description:last-of-type::after {
	height: 0.875rem;
	left: 0;
	width: 1.125rem;
}

.p-access__map {
	height: 15rem;
	margin-top: 1.375rem;
	width: 100%;
}

.p-school__deco {
	margin-top: 1.75rem;
	min-width: unset;
	width: 14.375rem;
}

.p-school__description {
	font-size: 0.9rem;
	line-height: 1.666;
	margin-top: 1.4375rem;
	text-align: left;
}

.p-school__description span {
	padding-left: 0.1875rem;
}

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

.p-school__message::after {
	height: 4.6875rem;
	left: unset;
	right: 0.5625rem;
	top: 5.5rem;
	width: 6.5rem;
}

.p-school__message-inner p {
	border-radius: 2px;
	font-size: 1.0625rem;
	line-height: 1.555;
}

.p-school__message-inner {
	height: 6.25rem;
	padding: 0;
	width: 100%;
}

.p-school__btn-wrapper {
	margin-top: 4.125rem;
	padding: 0;
}

.p-school__btn-img {
	display: none;
}

.p-banner {
	display: none;
}

.p-banner-sp {
	bottom: 0;
	display: block;
	height: 3.75rem;
	left: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	visibility: hidden;
	z-index: 100;
}

.p-banner-sp.is-visible {
	opacity: 1;
	visibility: visible;
}

}

@media (max-width: 767px) {

.p-fv__container-sp,
.p-fv__lead-sp {
	opacity: 0;
	transform: translateY(8px);
	transition: opacity 3s cubic-bezier(0.22, 1, 0.36, 1), transform 3s cubic-bezier(0.22, 1, 0.36, 1);
}

body.is-ready .p-fv__container-sp {
	opacity: 1;
	transform: none;
}

body.is-ready .p-fv__lead-sp {
	opacity: 1;
	transform: none;
}

body.is-ready .p-fv__container-sp {
	transition-delay: 0.3s;
}

body.is-ready .p-fv__lead-sp {
	transition-delay: 1s;
}

.modal-overlay {
	background: rgba(0, 0, 0, 0.4);
	display: none;
	inset: 0;
	position: fixed;
	z-index: 1000;
}

body.modal-open {
	overflow: hidden;
}

}

