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

html {
	font-size: 100%;
}

body {
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	position: relative;
}

body::after {
	background: url(../images/back-white.webp) repeat center/contain;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}

a,
button {
	transition: 0.3s;
}

a:hover,
button:hover {
	cursor: pointer;
	opacity: 0.7;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/

/* Box sizing rules */

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

/* Remove default margin */

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */

ul,
ol {
	list-style: none;
	padding: 0;
}

/* Set core root defaults */

html:focus-within {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

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

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

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
}

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

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

button {
	background-color: transparent;
	background-color: initial;
	border: none;
	padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */

.l-cta {
	padding-bottom: 4.375rem;
}

.l-faq {
	padding: 6.25rem 0 4.6875rem;
}

.l-flow {
	padding: 5.25rem 0 7rem;
}

.l-footer {
	padding: 2.6875rem 0 3.4375rem;
}

.l-fv-interview {
	height: 24.375rem;
	margin-top: 4.8125rem;
}

.l-fv {
	height: 44.4375rem;
	margin-top: 4.8125rem;
}

.l-head-teacher {
	padding-top: 5.625rem;
}

.l-header {
	height: 4.8125rem;
	width: 100%;
}

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.l-inner--min {
	margin-left: auto;
	margin-right: auto;
	max-width: 65.625rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.l-instructor {
	padding: 5.9375rem 0 5.125rem;
}

.l-interview-content {
	padding: 3.6875rem 0 5.125rem;
}

.l-interview {
	padding: 4.375rem 0 7.5rem;
}

.l-method {
	padding: 4.375rem 0 6.0625rem;
}

.l-policy {
	margin-top: 4.8125rem;
	padding-bottom: 5rem;
}

.l-price {
	padding: 4.6875rem 0 5.625rem;
}

.l-reason {
	padding: 4.125rem 0 5.625rem;
}

.l-reason {
	padding: 4.125rem 0 5.625rem;
}

.l-result {
	padding: 4.375rem 0 13.75rem;
}

.c-back {
	color: #8B7246;
	display: flex;
	font-size: 0.875rem;
	font-weight: 600;
	gap: 0.5rem;
}

.c-back a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.c-breadcrumbs {
	font-size: 0.6875rem;
	padding-top: 1.25rem;
}

.c-card-flow {
	align-items: center;
	counter-increment: num;
	display: flex;
	flex-direction: column;
}

.c-card-flow__label {
	font-family: "Avenir";
	font-weight: 900;
}

.c-card-flow__label::before {
	content: "step";
	font-size: 1.875rem;
}

.c-card-flow__label::after {
	content: counter(num);
	font-size: 3.1875rem;
}

.c-card-flow__img {
	align-items: center;
	background: linear-gradient(to top, #8B7246, #B59E75);
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 1.4375rem;
	font-weight: bold;
	height: 7.875rem;
	justify-content: center;
	letter-spacing: 0.1em;
	width: 7.875rem;
}

.c-card-flow__img img {
	-o-object-fit: contain;
	height: 3.9375rem;
	object-fit: contain;
	width: 4.75rem;
}

.c-card-flow__body {
	margin-top: 1.0625rem;
}

.c-card-flow__title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.125;
	text-align: center;
}

.c-card-flow__text {
	font-size: 0.8125rem;
	line-height: 1.4615384615;
	margin-top: 1rem;
	text-align: center;
}

.c-card-flow__text span {
	font-size: 0.625rem;
}

.c-card-instructor {
	align-items: flex-start;
	display: flex;
}

.c-card-instructor__img {
	position: relative;
	width: 18%;
	z-index: 10;
}

.c-card-instructor__img img {
	-o-object-fit: cover;
	aspect-ratio: 18/22;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card-instructor__body {
	margin-left: -1.6875rem;
	width: 84.5%;
}

.c-card-instructor__meta {
	font-weight: 600;
	padding-left: 2.5rem;
}

.c-card-instructor__position {
	font-size: 0.875rem;
	line-height: 1.7142857143;
}

.c-card-instructor__name {
	font-size: 1.125rem;
}

.c-card-instructor__name span {
	font-size: 0.875rem;
}

.c-card-instructor__text-box {
	background: linear-gradient(to top, #463923, #8B7246);
	color: #fff;
	margin-top: 0.625rem;
	padding: 1.8125rem 1.5rem 1.8125rem 2.5rem;
}

.c-card-instructor__title {
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.4375;
}

.c-card-instructor__text {
	font-size: 0.875rem;
	letter-spacing: 0.025em;
	line-height: 1.7142857143;
	margin-top: 1.25rem;
}

.c-card-instructor__profile {
	margin-top: 0.625rem;
}

.c-card-instructor__profile-title {
	align-items: center;
	display: flex;
	font-family: "Avenir";
	font-size: 1.125rem;
	font-weight: 500;
	gap: 0.5625rem;
	letter-spacing: 0.05em;
	line-height: 1.3888888889;
}

.c-card-instructor__profile-title::after {
	background-color: #000;
	content: "";
	flex-grow: 1;
	height: 1px;
	width: auto;
}

.c-card-instructor__profile-text {
	font-size: 0.8125rem;
	letter-spacing: 0.025em;
	line-height: 1.7692307692;
	margin-top: 0.5rem;
}

.c-card-interview a {
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	display: flex;
	flex-direction: column;
	position: relative;
}

.c-card-interview__img {
	position: relative;
}

.c-card-interview__img-img {
	-o-object-fit: cover;
	aspect-ratio: 345/313;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card-interview__img-text {
	bottom: 2.5rem;
	position: absolute;
	right: 1.875rem;
	width: 18rem;
	z-index: 10;
}

.c-card-interview--suguro .c-card-interview__img-text {
	bottom: 0.625rem;
}

.c-card-interview--kawata .c-card-interview__img-text {
	bottom: 0.625rem;
}

.c-card-interview--matsuo .c-card-interview__img-text,
.c-card-interview--hukuda .c-card-interview__img-text {
	bottom: 0;
	left: 50%;
	right: auto;
	right: initial;
	transform: translateX(-50%);
	width: 21.25rem;
}

.c-card-interview--wada .c-card-interview__img-text {
	bottom: 0.625rem;
	left: 50%;
	right: auto;
	right: initial;
	transform: translateX(-50%);
	width: 21.25rem;
}

.c-card-interview__body {
	align-items: flex-end;
	background-color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	justify-content: space-between;
	padding: 1.375rem 1.25rem 1.5rem;
}

.c-card-interview__position {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.375;
}

.c-card-interview__name {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.35;
	margin-top: 0.5rem;
}

.c-card-interview__name span {
	font-size: 1.125rem;
	font-weight: 500;
}

.c-card-interview__btn {
	border-bottom: 1px solid #8B7246;
}

.c-card-interview__btn span {
	align-items: center;
	color: #8B7246;
	display: flex;
	font-weight: 600;
	gap: 0.75rem;
}

.c-card-interview__btn span::after {
	background: url(../images/icon_arrow-interview02.svg) no-repeat center/cover;
	content: "";
	height: 0.75rem;
	width: 0.375rem;
}

.c-card-reason {
	align-items: center;
	counter-increment: num;
	display: flex;
	gap: 2.1875rem;
	justify-content: space-between;
}

.c-card-reason:nth-child(even) {
	flex-direction: row-reverse;
}

.c-card-reason__img {
	position: relative;
	width: 50%;
}

.c-card-reason__img img {
	-o-object-fit: cover;
	aspect-ratio: 480/301;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-card-reason__label::before {
	color: #8B7246;
	content: counter(num, decimal-leading-zero);
	font-family: "adobe-garamond-pro", serif;
	font-size: 5.625rem;
	font-weight: bold;
	left: 2.125rem;
	letter-spacing: 0.025em;
	position: absolute;
	text-shadow: 2px 2px 0 #fff;
	top: 0;
	transform: translateY(-50%);
}

.c-card-reason__body {
	width: 50%;
}

.c-card-reason__text {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.40625;
}

.c-card-reason__text span {
	color: #D10000;
}

.c-comment {
	display: flex;
	gap: 1.25rem;
}

.c-comment__img {
	width: 22.5%;
}

.c-comment__img img {
	-o-object-fit: cover;
	aspect-ratio: 180/220;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-comment__body {
	display: flex;
	flex-direction: column;
	width: 75%;
}

.c-comment__title {
	border-bottom: 1px solid #8B7246;
	border-top: 1px solid #8B7246;
	color: #8B7246;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1;
	padding: 0.5625rem 0;
}

.c-comment__text {
	flex-grow: 1;
	font-size: 0.875rem;
	letter-spacing: 0.025em;
	line-height: 1.7142857143;
	margin-top: 1.875rem;
}

.c-comment__name {
	font-size: 0.875rem;
	line-height: 1.7142857143;
	text-align: right;
}

.c-comment__name span {
	font-size: 1.125rem;
}

.c-cta {
	align-items: center;
	display: flex;
	flex-direction: column;
}

.c-cta span {
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.25;
}

.c-cta a {
	align-items: center;
	background: linear-gradient(to top, #E85621, #E85621);
	border-radius: 0.4375rem;
	box-shadow: 3px 4px 0 #AA3B00;
	color: #fff;
	display: flex;
	font-size: 1.5625rem;
	font-weight: 800;
	gap: 1.75rem;
	height: 6.6875rem;
	justify-content: center;
	line-height: 1.36;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	position: relative;
	transition: 0.3s;
	width: 21.375rem;
}

.c-cta .c-cta--line {
	background: linear-gradient(to top, #008838, #06C654);
	box-shadow: 3px 4px 0 #0c5b2c;
	font-size: 1.5625rem;
	gap: 1.125rem;
}

.c-cta--02 a {
	background: #fff;
	border: 1px solid #E85621;
	border-radius: 3.3125rem;
	box-shadow: 0.3125rem 0.3125rem 0 #AA3B00;
	color: #E85621;
	font-size: 1.125rem;
	gap: 0.6875rem;
	height: 4.5625rem;
	justify-content: flex-start;
	padding: 0 1.875rem;
	text-align: center;
	width: 17.875rem;
}

.c-cta a:hover {
	box-shadow: none;
	opacity: 1;
	transform: translate(3px, 4px);
}

.c-cta--02 a:hover {
	box-shadow: 0.3125rem 0.3125rem 0 black;
	opacity: 1;
	transform: none;
	transform: initial;
}

.c-cta--02 a:hover {
	background: #E85621;
	color: #fff;
}

.c-cta--02 a:hover::after {
	background: url(../images/icon_arrow-cta-hover.webp) no-repeat center/cover;
}

.c-cta--min a {
	font-size: 0.875rem;
	gap: 0.6875rem;
	height: 3.8125rem;
	margin-top: 0;
	width: 11.8125rem;
}

.c-cta a::before {
	background: url(../images/online-icon.svg) no-repeat center/cover;
	content: "";
	filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
	height: 2.8125rem;
	transition: 0.3s;
	width: 3.625rem;
}

.c-cta .c-cta--line::before {
	background: url(../images/icon_line.webp) no-repeat center/cover;
	content: "";
	filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
	height: 4.375rem;
	transition: 0.3s;
	width: 4.6875rem;
}

.c-cta--02 a::before {
	background: none;
	height: auto;
	height: initial;
	width: auto;
	width: initial;
}

.c-cta--min a::before {
	height: 1.875rem;
	width: 2.4375rem;
}

.c-cta--02 a::after {
	background: url(../images/icon_arrow-cta.webp) no-repeat center/cover;
	content: "";
	height: 4.5625rem;
	position: absolute;
	right: -1px;
	top: -1px;
	transform: none;
	width: 4.5625rem;
}

.c-item-method {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.625rem;
}

.c-item-method__img-box {
	position: relative;
}

.c-item-method__img {
	border-radius: 50%;
	overflow: hidden;
	width: 12.5rem;
}

.c-item-method__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-item-method__num {
	color: #8B7246;
	font-size: 1.5625rem;
	font-weight: bold;
	left: 0;
	position: absolute;
	text-shadow: 2px 2px 0 white;
	top: 0;
	transform: translateY(-50%);
	white-space: nowrap;
}

.c-item-method__num span {
	font-family: "adobe-garamond-pro", serif;
	font-size: 5.625rem;
}

.c-item-method__text {
	font-weight: 500;
	letter-spacing: 0.025em;
	line-height: 1.4375;
}

.c-item-result {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.875rem;
}

.c-item-result__text {
	padding: 0 0.625rem;
}

.c-item-top {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.c-item-top__img {
	width: 12.5rem;
}

.c-item-top__img img {
	-o-object-fit: cover;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.c-item-top__text {
	font-size: 1.4375rem;
	font-weight: bold;
	text-align: center;
}

.c-section-title {
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	color: #8B7246;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.7;
	text-align: center;
	transition: 1.6s cubic-bezier(0.37, 0, 0.63, 1);
	transition-property: -webkit-clip-path;
	transition-property: clip-path;
	transition-property: clip-path, -webkit-clip-path;
}

.c-section-title.is-active {
	-webkit-clip-path: inset(0);
	clip-path: inset(0);
}

.c-section-title::before {
	color: #000;
	content: attr(data-en);
	display: block;
	font-family: "adobe-garamond-pro", serif;
	font-size: 5.625rem;
	font-weight: 900;
	margin-bottom: -1.25rem;
	text-transform: uppercase;
}

.p-box-price {
	background-color: #fff;
	opacity: 0;
	padding: 3.4375rem 10rem 3.75rem;
	transform: translateY(50px);
}

.p-box-price.is-active {
	animation: fadeUp 1.5s forwards;
}

.p-box-price__text {
	font-size: 0.9375rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 2.4;
	text-align: center;
}

.p-box-price__title {
	border-bottom: 2px solid #8B7246;
	border-top: 2px solid #8B7246;
	color: #8B7246;
	font-size: 1.6875rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.3703703704;
	margin-top: 0.625rem;
	padding: 0.625rem 0;
	position: relative;
	text-align: center;
}

.p-box-price__price {
	padding-top: 2rem;
}

.p-box-price__sub-text {
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	position: relative;
	text-align: center;
}

.p-box-price__sub-text::after {
	background: url(../images/icon_arrow-price.svg) no-repeat center/cover;
	bottom: 0;
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 120%);
	width: 1.1875rem;
}

.p-box-price__wrap {
	align-items: center;
	display: flex;
	gap: 1.25rem;
	justify-content: center;
	position: relative;
}

.p-box-price__circle {
	align-items: center;
	background-color: #D10100;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.5rem;
	font-weight: 600;
	height: 7.5rem;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1.2;
	text-align: center;
	width: 7.5rem;
}

.p-box-price__circle-top {
	font-family: "Avenir";
}

.p-box-price__circle-top .num {
	font-size: 3.5rem;
}

.p-box-price__num {
	color: #D10100;
	font-family: "Avenir";
	font-size: 6.8125rem;
	font-weight: 500;
}

.p-box-price__num .mid {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 3.0625rem;
	font-weight: bold;
}

.p-box-price__num .min {
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
}

.p-box-price__list {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 2.3125rem;
}

.p-box-price__item {
	align-items: center;
	background-color: #8B7246;
	border-radius: 0.3125rem;
	color: #fff;
	display: flex;
	font-size: 1.0625rem;
	font-weight: 600;
	height: 3.9375rem;
	justify-content: center;
	letter-spacing: 0.025em;
	line-height: 1.2352941176;
	text-align: center;
}

.p-box-price__item:last-child {
	flex-direction: column;
}

.p-box-price__item-bottom {
	font-family: "Avenir";
	font-size: 1.0625rem;
}

.p-box-price__caption {
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.6666666667;
	margin-top: 1rem;
}

.p-faq__list {
	margin-top: 4.6875rem;
}

.p-faq__box:nth-child(n+2) {
	margin-top: 0.5rem;
}

.p-faq__q {
	align-items: center;
	background-color: #F2EEE4;
	color: #8B7246;
	display: flex;
	font-size: 1.125rem;
	font-weight: 600;
	gap: 0.8125rem;
	height: 3rem;
	padding: 0 1.25rem 0 0.6875rem;
	position: relative;
	transition: 0.3s;
}

.p-faq__q.close {
	background-color: #8B7246;
	color: #fff;
}

.p-faq__q span {
	align-items: center;
	background-color: #8B7246;
	border-radius: 50%;
	color: #fff;
	display: inline-flex;
	flex-shrink: 0;
	font-family: "Noto Sans JP", sans-serif;
	height: 1.75rem;
	justify-content: center;
	width: 1.75rem;
}

.p-faq__q.close span {
	background-color: #fff;
	color: #8B7246;
}

.p-faq__q::before,
.p-faq__q::after {
	background-color: #8B7246;
	content: "";
	height: 2px;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 0.9375rem;
}

.p-faq__q::before {
	transform: translateY(-50%) rotate(90deg);
}

.p-faq__q.close::before,
.p-faq__q.close::after {
	background-color: #fff;
}

.p-faq__q.close::before {
	transform: translateY(-50%) rotate(0);
}

.p-faq__a {
	background-color: #F2EEE4;
	display: none;
	font-size: 0.875rem;
	padding: 1.25rem 3.25rem;
}

.p-faq__a a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.p-flow__content {
	opacity: 0;
	position: relative;
	transform: translateY(50px);
}

.p-flow__content.is-active {
	animation: fadeUp 1.5s forwards;
}

.p-flow__swiper.swiper {
	border-bottom: 2px solid #000;
	border-top: 2px solid #000;
	margin-top: 2.5rem;
	position: relative;
}

.p-flow__cards.swiper-wrapper {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
	grid-template-columns: repeat(5, 1fr);
	padding: 2.0625rem 0 2.8125rem;
}

.p-flow__card.swiper-slide {
	position: relative;
}

.p-flow__card:not(:last-child)::after {
	background: url(../images/icon_arrow-flow.svg) no-repeat center/cover;
	content: "";
	height: 0.5625rem;
	position: absolute;
	right: 0;
	top: 43%;
	transform: translateX(60%);
	width: 1.9375rem;
}

.p-flow__pagination.swiper-pagination.swiper-pagination-progressbar {
	background-color: #CECECE;
	bottom: 0;
	left: 50%;
	top: auto;
	transform: translateX(-50%);
	width: 20.75rem;
}

.p-flow__pagination.swiper-pagination.swiper-pagination-progressbar span {
	background-color: #8B7246;
}

.p-flow__prev.swiper-button-prev,
.p-flow__next.swiper-button-next {
	display: none;
}

.p-flow__prev.swiper-button-prev::after {
	background: url(../images/icon_arrow-gold.svg) no-repeat center/cover;
	content: "";
	display: block;
	height: 0.625rem;
	transform: scale(-1.1);
	width: 0.3125rem;
}

.p-flow__next.swiper-button-next::after {
	background: url(../images/icon_arrow-gold.svg) no-repeat center/cover;
	content: "";
	display: block;
	height: 0.625rem;
	width: 0.3125rem;
}

.p-flow__btn {
	margin-top: 4.0625rem;
}

.p-flow__btn {
	margin-top: 4.0625rem;
}

.p-flow__session {
	margin-top: 5.125rem;
}

.p-flow__session-inner {
	background-color: #fff;
	border: 2px solid #AF7D2A;
	border-radius: 0.3125rem;
	box-shadow: 0 0.375rem 0.625rem rgba(0, 0, 0, 0.16);
	opacity: 0;
	padding: 3rem 2.6875rem 2.5rem;
	transform: translateY(50px);
}

.p-flow__session-inner.is-active {
	animation: fadeUp 1.5s forwards;
}

.p-flow__session-title {
	font-size: 1.5rem;
	font-weight: 700;
	text-align: center;
}

.p-flow__session-container {
	grid-gap: 1rem;
	display: grid;
	gap: 1rem;
	grid-template-columns: 29.375rem 26.5625rem;
	margin-top: 3.0625rem;
}

.p-flow__session-list {
	border-bottom: 1px solid #8B7246;
}

.p-flow__session-item {
	align-items: center;
	border-top: 1px solid #8B7246;
	display: flex;
	justify-content: space-between;
	padding-bottom: 1.25rem;
	padding-top: 1.625rem;
}

.p-flow__session-text {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: 700;
}

.p-flow__session-year {
	font-size: 0.875rem;
}

.p-flow__session-date {
	font-size: 0.8125rem;
	margin-left: 1.375rem;
}

.p-flow__session-date span {
	font-size: 1.3125rem;
}

.p-flow__session-time {
	margin-left: 0.25rem;
}

.p-flow__session-btn {
	background-color: #8B7246;
	border-radius: 0.3125rem;
	color: #fff;
	font-size: 0.875rem;
	padding: 0.375rem 0.625rem 0.5rem 1.125rem;
	position: relative;
	width: 6.25rem;
}

.p-flow__session-btn::after {
	background-image: url(../images/session-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 0.625rem;
	position: absolute;
	right: 0.5625rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3125rem;
}

.p-flow__notes {
	font-size: 0.75rem;
	font-weight: 300;
	margin-top: 1rem;
}

.p-flow__notes-text {
	font-size: 0.75rem;
	font-weight: 300;
	margin-top: 0.375rem;
}

.p-flow__session-line-wrapper {
	display: grid;
	grid-template-columns: 7.625rem auto;
	justify-content: center;
	margin-top: 2.5rem;
	opacity: 0;
	position: relative;
	transform: translateY(50px);
}

.p-flow__session-line-wrapper.is-active {
	animation: fadeUp 1.5s forwards;
}

.p-flow__session-line-wrapper::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #8B7246;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 0.8125rem;
	left: 57%;
	position: absolute;
	top: 0.1875rem;
	transform: translateX(-50%);
	width: 1.1875rem;
}

.p-flow__session-line-wrapper::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
	background-color: #8B7246;
	clip-path: polygon(0 0, 100% 0, 50% 100%);
	content: "";
	height: 0.8125rem;
	left: 57%;
	position: absolute;
	top: -1rem;
	transform: translateX(-50%);
	width: 1.1875rem;
}

.p-flow__session-line-contents {
	margin-top: 2.5rem;
}

.p-flow__session-line-text {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 1.5;
	padding-left: 1rem;
	text-align: left;
}

.p-flow__session-line-cta {
	background-color: #06C755;
	border-radius: 0 2.6875rem 2.6875rem 0;
	color: #fff;
	display: block;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 1.5rem;
	padding: 0.75rem 1.625rem 0.9375rem 1rem;
	white-space: nowrap;
}

.p-footer {
	background-color: #000;
	position: relative;
	z-index: 100;
}

.p-footer__inner {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
}

.p-footer__contact {
	color: #fff;
}

.p-footer__contact span {
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.7;
}

.p-footer__contact a {
	align-items: center;
	background-color: #fff;
	color: #8B7246;
	display: flex;
	font-size: 1.125rem;
	font-weight: 600;
	height: 4rem;
	letter-spacing: 0;
	margin-top: 1.25rem;
	padding: 0 1.5rem 0 0rem;
	width: 24.0625rem;
}

.p-footer__contact a::after {
	-webkit-mask-image: url(../images/icon_arrow-footer.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	-webkit-mask-size: contain;
	background-color: #8B7246;
	content: "";
	height: 0.5rem;
	mask-image: url(../images/icon_arrow-footer.svg);
	mask-position: center;
	mask-repeat: no-repeat;
	mask-size: contain;
	width: 1.9375rem;
}

.p-footer__contact a span {
	flex-grow: 1;
	padding-left: 1.1875rem;
}

.p-footer__logo {
	margin-right: -4.5625rem;
	width: 13.75rem;
}

.p-footer__policy {
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	justify-content: center;
	padding-bottom: 1.875rem;
}

.p-footer__policy a {
	padding: 0.125rem 0.625rem;
}

.p-footer__btn {
	position: relative;
	z-index: 2000;
}

.p-footer__btn.fixed a {
	bottom: 2.5rem;
	position: fixed;
	right: 2.5rem;
}

.p-footer__btn a::after {
	background: url(../images/icon_person.webp) no-repeat center/cover;
	height: 7.0625rem;
	right: -1.875rem;
	top: 50%;
	transform: translateY(-60%);
	width: 7.6875rem;
}

.p-footer__btn a:hover::after {
	background: url(../images/icon_person.webp) no-repeat center/cover;
}

.p-fv-interview {
	background: url(../images/interview_bg.webp) no-repeat center/cover;
}

.p-fv-interview--yabe {
	background: url(../images/interview_bg02.webp) no-repeat center/cover;
}

.p-fv-interview--watanabe {
	background: url(../images/interview_bg03.webp) no-repeat center/cover;
}

.p-fv-interview--toyama {
	background: url(../images/interview_bg04.webp) no-repeat center/cover;
}

.p-fv-interview--suguro {
	background: url(../images/interview_bg05.webp) no-repeat center/cover;
}

.p-fv-interview--kawata {
	background: url(../images/interview_bg06.webp) no-repeat center/cover;
}

.p-fv-interview--matsuo {
	background: url(../images/interview_bg07.webp) no-repeat center/cover;
}

.p-fv-interview--wada {
	background: url(../images/interview_bg08.webp) no-repeat center/cover;
}

.p-fv-interview--hukuda {
	background: url(../images/interview_bg09.webp) no-repeat center/cover;
}

.p-fv-interview__inner {
	height: 100%;
	position: relative;
	width: 100%;
}

.p-fv-interview__text-img {
	left: 10.9375rem;
	position: absolute;
	top: 5.6875rem;
	width: 25.4375rem;
}

.p-fv-interview__name-box {
	bottom: 4.5625rem;
	left: 25.625rem;
	padding-left: 0.6875rem;
	position: absolute;
}

.p-fv-interview__name-box::before {
	background: linear-gradient(to top, #B59E75, #8B7246);
	content: "";
	height: 3.75rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.3125rem;
}

.p-fv-interview__name-box span {
	font-weight: 500;
	line-height: 1.375;
}

.p-fv-interview__name {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.35;
}

.p-fv-interview__name span {
	font-size: 1.125rem;
	font-weight: 500;
}

.p-fv {
	background: url(../images/fv_bg.webp) no-repeat top/cover;
	opacity: 0;
	overflow: hidden;
	position: relative;
}

.fadeIn05 {
	animation: fadeIn 1.5s 0.5s forwards;
}

.fadeIn13 {
	animation: fadeIn 1.5s 1.3s forwards;
}

.fadeIn15 {
	animation: fadeIn 1.5s 1.5s forwards;
}

.fadeIn17 {
	animation: fadeIn 1.5s 1.7s forwards;
}

.fadeIn30 {
	animation: fadeIn 1.5s 2s forwards;
}

.p-fv__inner {
	height: 100%;
	max-width: 65.625rem;
	position: relative;
}

.p-fv__text-box {
	color: #fff;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: 900;
	position: absolute;
	right: 1.5625rem;
	top: 9.1875rem;
}

.p-fv__text-top {
	font-size: 2.0625rem;
	opacity: 0;
	text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.p-fv__text-middle,
.p-fv__text-bottom {
	font-size: 3.5625rem;
	opacity: 0;
	text-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
}

.p-fv__text-box .fz65 {
	font-size: 4.0625rem;
}

.p-fv__text-box .fz50 {
	font-size: 3.125rem;
}

.p-fv__name-box {
	bottom: 4.875rem;
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
	font-weight: 500;
	left: 0;
	letter-spacing: 0.025em;
	position: absolute;
	text-shadow: 0 0.1875rem 0.375rem rgba(255, 255, 255, 0.16);
}

.p-fv__name-box span {
	display: block;
	font-size: 0.875rem;
}

.p-fv__btn {
	bottom: 5.25rem;
	display: flex;
	flex-direction: row;
	gap: 1.125rem;
	opacity: 0;
	position: absolute;
	right: 0;
}

.p-fv__btn a::after {
	display: none;
}

.p-head-teacher__inner {
	max-width: 53.125rem;
}

.p-head-teacher__wrap {
	display: flex;
	gap: 1.875rem;
}

.p-head-teacher__body {
	width: 62.75%;
}

.p-head-teacher__title {
	color: #8B7246;
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.7222222222;
}

.p-head-teacher__text {
	font-size: 0.875rem;
	letter-spacing: 0.025em;
	line-height: 1.7142857143;
	margin-top: 2.625rem;
}

.p-head-teacher__img {
	width: 33.75%;
}

.p-head-teacher__img img {
	-o-object-fit: cover;
	aspect-ratio: 27/37;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.p-head-teacher__profile {
	margin-top: 1.75rem;
}

.p-head-teacher__profile-title {
	align-items: center;
	color: #8B7246;
	display: flex;
	font-family: "Avenir";
	font-size: 1.125rem;
	font-weight: 500;
	gap: 1.375rem;
	letter-spacing: 0.05em;
	line-height: 1.3888888889;
}

.p-head-teacher__profile-title::after {
	background-color: #8B7246;
	content: "";
	flex-grow: 1;
	height: 1px;
	width: auto;
}

.p-head-teacher__profile-text {
	font-size: 0.875rem;
	letter-spacing: 0.025em;
	line-height: 1.7142857143;
	margin-top: 1rem;
}

.p-header {
	background-color: #fff;
	box-shadow: 0 0.1875rem 0.625rem rgba(0, 0, 0, 0.29);
	left: 0;
	padding: 0 1.1875rem 0 2.3125rem;
	position: fixed;
	top: 0;
	z-index: 500;
}

.p-header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.p-header__logo {
	position: relative;
	width: 13.9375rem;
	z-index: 500;
}

.p-header__nav.show {
	transform: translateX(0);
}

.p-header__menu {
	align-items: center;
	display: flex;
	font-size: 0.875rem;
	font-weight: bold;
	gap: 2.3125rem;
	line-height: 1.3571428571;
}

.p-header__btn a::after {
	display: none;
}

.p-header__toggle {
	display: none;
}

.p-header__toggle.show .p-header__toggle-text {
	font-size: 0;
}

.p-header__toggle.show .p-header__toggle-text::before {
	content: "CLOSE";
	font-size: 0.625rem;
}

.p-header__toggle-btn {
	height: 0.4375rem;
	position: relative;
	width: 2.125rem;
}

.p-header__toggle-btn span {
	background-color: #8B7246;
	height: 1.5px;
	left: 0;
	position: absolute;
	transition: 0.3s;
	width: 100%;
}

.p-header__toggle-btn span:nth-child(1) {
	top: 0;
}

.p-header__toggle-btn span:nth-child(2) {
	bottom: 0;
}

.p-header__toggle.show .p-header__toggle-btn span:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(20deg);
}

.p-header__toggle.show .p-header__toggle-btn span:nth-child(2) {
	bottom: auto;
	top: 50%;
	transform: translateY(-50%) rotate(-20deg);
}

.p-instructor {
	background: linear-gradient(to top, #B59E75, #fff);
}

.p-instructor__btn {
	margin-bottom: 5.3125rem;
}

.p-instructor__cards {
	margin-top: 5.25rem;
}

.p-instructor__card {
	opacity: 0;
	transform: translateY(50px);
}

.p-instructor__card.is-active {
	animation: fadeUp 1.5s forwards;
}

.p-instructor__card:nth-child(n+2) {
	margin-top: 4rem;
}

.p-interview-content {
	position: relative;
}

.p-interview-content::before {
	background: url(../images/back-white.webp) no-repeat center/cover;
	content: "";
	height: 20rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-interview-content__inner {
	max-width: 53.125rem;
}

.p-interview-content__block:nth-child(n+2) {
	margin-top: 3.125rem;
}

.p-interview-content__text {
	font-size: 0.875rem;
	letter-spacing: 0.025em;
	line-height: 1.7142857143;
}

.p-interview-content__title {
	border-bottom: 1px solid #8B7246;
	color: #8B7246;
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.7222222222;
	margin-bottom: 2.5rem;
}

.p-interview-content__img img {
	-o-object-fit: cover;
	-o-object-position: top;
	aspect-ratio: 800/365;
	height: 100%;
	object-fit: cover;
	object-position: top;
	width: 100%;
}

.p-interview-content__comment {
	margin-top: 6.25rem;
}

.p-interview-content__back {
	margin-top: 6.25rem;
}

.p-interview-content__caption {
	font-size: 0.75rem;
	margin-top: 2.5rem;
	text-align: right;
}

.p-interview__inner {
	max-width: 65.625rem;
}

.p-interview__contents {
	opacity: 0;
	position: relative;
	transform: translateY(50px);
}

.p-interview__contents.is-active {
	animation: fadeUp 1.5s forwards;
}

.p-interview__swiper {
	margin-top: 2.9375rem;
}

.p-interview__cards {
	padding-bottom: 0.375rem;
}

.p-interview__pagination.swiper-pagination.swiper-pagination-progressbar {
	background-color: #CECECE;
	bottom: -4.375rem;
	left: 50%;
	top: auto;
	transform: translateX(-50%);
	width: 20.75rem;
}

.p-interview__pagination.swiper-pagination.swiper-pagination-progressbar span {
	background-color: #8B7246;
}

.p-interview__prev.swiper-button-prev,
.p-interview__next.swiper-button-next {
	background-color: #8B7246;
	border-radius: 50%;
	display: flex;
	height: 2.3125rem;
	width: 2.3125rem;
}

.p-interview__prev.swiper-button-prev {
	left: -3.75rem;
}

.p-interview__next.swiper-button-next {
	right: -3.75rem;
}

.p-interview__prev.swiper-button-prev::after,
.p-interview__next.swiper-button-next::after {
	background: url(../images/icon_arrow-interview.svg) no-repeat center/cover;
	content: "";
	height: 0.625rem;
	width: 0.3125rem;
}

.p-interview__prev.swiper-button-prev::after {
	transform: scale(-1, 1);
}

.p-interview__caption {
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 1.125rem;
	text-align: center;
}

.p-interview__cta {
	margin-top: 1.875rem;
}

.p-interview__cta__btn {
	display: flex;
	flex-direction: row;
	gap: 1.125rem;
}

.p-method {
	background-color: rgba(139, 114, 70, 0.1);
}

.p-method__title.c-section-title {
	-webkit-clip-path: none;
	clip-path: none;
}

.p-method__lead {
	font-size: 1.875rem;
	font-weight: bold;
	margin-top: 3.375rem;
	text-align: center;
}

.p-method__lead span {
	background-image: radial-gradient(circle at center, #8B7246 20%, transparent 20%);
	background-position: top right;
	background-repeat: repeat-x;
	background-size: 1em 0.3em;
	padding-top: 0.4em;
}

.p-method__contents {
	opacity: 0;
	padding-bottom: 3.875rem;
	position: relative;
	transform: translateY(50px);
}

.p-method__contents.is-active {
	animation: fadeUp 0.5s forwards;
}

.p-method__list {
	margin-top: 6.875rem;
}

.p-method__item {
	position: relative;
}

.p-method__pagination.swiper-pagination.swiper-pagination-progressbar {
	background-color: #CECECE;
	bottom: 0;
	left: 50%;
	top: auto;
	transform: translateX(-50%);
	width: 20.75rem;
}

.p-method__pagination.swiper-pagination.swiper-pagination-progressbar span {
	background-color: #8B7246;
}

.p-method__prev.swiper-button-prev,
.p-method__next.swiper-button-next {
	background-color: #8B7246;
	border-radius: 50%;
	display: flex;
	height: 2.3125rem;
	top: 45%;
	width: 2.3125rem;
}

.p-method__prev.swiper-button-prev {
	left: 30%;
}

.p-method__prev.swiper-button-prev::after {
	background: url(../images/icon_arrow-interview.svg) no-repeat center/cover;
	content: "";
	display: block;
	height: 0.625rem;
	transform: scale(-1.1);
	width: 0.3125rem;
}

.p-method__next.swiper-button-next {
	right: 30%;
}

.p-method__next.swiper-button-next::after {
	background: url(../images/icon_arrow-interview.svg) no-repeat center/cover;
	content: "";
	display: block;
	height: 0.625rem;
	width: 0.3125rem;
}

.p-method___copy {
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.6666666667;
	margin-top: 3.875rem;
	text-align: center;
}

.p-method___copy span {
	align-items: center;
	background-color: #8B7246;
	color: #fff;
	display: inline-flex;
	height: 3rem;
	justify-content: center;
	width: 15.75rem;
}

.p-policy {
	position: relative;
}

.p-policy::after {
	background: url(../images/back-white.webp) no-repeat center/cover;
	content: "";
	height: 48.0625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-policy__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.6875rem;
	max-width: 53.125rem;
}

.p-policy__title {
	color: #8B7246;
	font-size: 1.25rem;
	letter-spacing: 0.025em;
	line-height: 1.45;
	text-align: center;
}

.p-policy__text-box {
	margin-top: 4.375rem;
}

.p-policy__text {
	font-size: 0.875rem;
	letter-spacing: 0.025em;
	line-height: 1.7142857143;
}

.p-policy__text-block {
	margin-top: 4.125rem;
}

.p-policy__head {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.7222222222;
	margin-bottom: 2.5rem;
}

.p-policy__back {
	margin-top: 6.8125rem;
}

.p-price {
	background: linear-gradient(to top, #463923, #8B7246);
}

.p-price__title {
	color: #fff;
}

.p-price__box {
	margin-top: 3.125rem;
}

.p-cta__banner {
	filter: drop-shadow(0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16));
	margin-left: auto;
	margin-right: auto;
	max-width: 36.3125rem;
}

.p-reason {
	background-color: rgba(181, 158, 117, 0.3);
}

.p-reason__cards.swiper-wrapper {
	display: block;
	margin-top: 5.625rem;
}

.p-reason__card {
	opacity: 0;
	transform: translateY(50px);
}

.p-reason__card.is-active {
	animation: fadeUp 1.5s forwards;
}

.p-reason__card.swiper-slide:nth-child(n+2) {
	margin-top: 5.4375rem;
}

.p-reason__pagination.swiper-pagination.swiper-pagination-progressbar {
	background-color: #fff;
	bottom: -1.875rem;
	left: 50%;
	top: auto;
	transform: translateX(-50%);
	width: 20.75rem;
}

.p-reason__pagination.swiper-pagination.swiper-pagination-progressbar span {
	background-color: #8B7246;
}

.p-reason__next.swiper-button-next,
.p-reason__prev.swiper-button-prev {
	display: none;
}

.p-reason__prev.swiper-button-prev {
	left: 0;
	transform: translateX(-50%);
}

.p-reason__next.swiper-button-next {
	right: 0;
	transform: translateX(50%);
}

.p-reason__next.swiper-button-next::after,
.p-reason__prev.swiper-button-prev::after {
	background: url(../images/icon_arrow-interview.svg) no-repeat center/cover;
	content: "";
	height: 0.625rem;
	width: 0.3125rem;
}

.p-reason__prev.swiper-button-prev::after {
	transform: scale(-1, 1);
}

.p-result {
	background: url(../images/result_bg.webp) no-repeat center/cover;
	position: relative;
}

.p-result::after {
	background-color: rgba(255, 255, 255, 0.79);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-result__inner {
	position: relative;
	z-index: 10;
}

.p-result__copy {
	font-size: 1.875rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.3333333333;
	margin-top: 4.0625rem;
	opacity: 0;
	text-align: center;
}

.p-result__copy.is-active {
	animation: fadeIn 1.5s forwards;
}

.p-result__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.8125rem;
	opacity: 0;
	width: 25.5rem;
}

.p-result__img.is-active {
	animation: fadeIn 1.5s forwards;
}

.p-result__text {
	color: #8B7246;
	font-size: 2rem;
	font-weight: bold;
	letter-spacing: 0.025em;
	line-height: 1.0625;
	margin-top: 2.5rem;
	opacity: 0;
	text-align: center;
}

.p-result__text.is-active {
	animation: fadeIn 1.5s forwards;
}

.u-mobile {
	display: none;
}

.p-document {
	margin-top: 4.8125rem;
	padding-bottom: 5rem;
	position: relative;
}

.p-document::after {
	background: url(../images/back-white.webp) no-repeat center/cover;
	content: "";
	height: 48.0625rem;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.p-document__contents {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.6875rem;
	max-width: 53.125rem;
}

.p-document__title {
	color: #8B7246;
	font-size: 1.25rem;
	letter-spacing: 0.025em;
	line-height: 1.45;
	text-align: center;
}

.p-document__text-box {
	margin-top: 4.375rem;
}

.p-document__text {
	font-size: 0.875rem;
	letter-spacing: 0.025em;
	line-height: 1.7142857143;
}

.p-document__text-block + .p-document__text-block {
	margin-top: 4.125rem;
}

.p-document__head {
	font-size: 1.125rem;
	font-weight: 600;
	letter-spacing: 0.025em;
	line-height: 1.7222222222;
	margin-bottom: 1.25rem;
}

.p-document__back {
	margin-top: 6.8125rem;
}

.p-document__bold {
	font-weight: bold;
}

.p-document__link {
	-webkit-text-decoration: underline;
	color: #8B7246;
	text-decoration: underline;
}

/* 利用規約のリストスタイル */

.p-document__list {
	margin: 0;
	padding-left: 0.75rem;
}

.p-document__list > li {
	list-style-type: none;
	margin-bottom: 0.625rem;
	text-indent: -0.75rem; /* インデント追加 */
}

.p-document__list > li:last-child {
	margin-bottom: 0;
}

/* ネストされたリストのスタイル */

.p-document__list ul {
	margin-top: 0.375rem;
	padding-left: 2rem;
	text-indent: 0; /* 子リストのインデントをリセット */
}

.p-document__list ul li {
	list-style-type: disc;
	margin-bottom: 0.5rem;
}

.p-document__list ul li:last-child {
	margin-bottom: 0;
}

.p-document__text + .p-document__text {
	margin-top: 0.625rem;
}

body {
	color: #000;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-weight: 400;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

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

html:focus-within {
	scroll-behavior: auto;
}

}

@media (max-width: 1200px) {

html {
	font-size: 1.3333333333vw;
}

}

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

html {
	font-size: 100%;
}

a:hover,
button:hover {
	opacity: 1;
}

.l-cta {
	padding-bottom: 2.5rem;
}

.l-faq {
	padding: 4.875rem 0 2.625rem;
}

.l-flow {
	padding: 2.625rem 0 3.625rem;
}

.l-footer {
	padding: 2.5rem 0 5rem;
}

.l-fv-interview {
	height: 38.3125rem;
	margin-top: 3.4375rem;
}

.l-fv {
	height: 24.5rem;
	margin-top: 3.4375rem;
}

.l-head-teacher {
	padding-top: 3.4375rem;
}

.l-header {
	height: 3.4375rem;
}

.l-inner {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-inner--min {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.l-instructor {
	padding: 2.5rem 0 2.8125rem;
}

.l-interview-content {
	padding: 2rem 0 2.25rem;
}

.l-interview {
	padding: 2.3125rem 0 7.3125rem;
}

.l-method {
	padding: 2.625rem 0 2.8125rem;
}

.l-policy {
	margin-top: 3.4375rem;
	padding-bottom: 2rem;
}

.l-price {
	padding: 2.9375rem 0 2.625rem;
}

.l-reason {
	padding: 3.125rem 0 3.75rem;
}

.l-reason {
	padding: 3.125rem 0 3.75rem;
}

.l-result {
	padding: 2.5rem 0 3.125rem;
}

.c-card-flow__label::before {
	font-size: 1.5625rem;
}

.c-card-flow__label::after {
	font-size: 2.5rem;
}

.c-card-flow__body {
	flex-grow: 1;
}

.c-card-flow__title {
	text-align: left;
}

.c-card-flow__text {
	margin-top: 0.5rem;
	text-align: left;
}

.c-card-flow__text span {
	margin-top: 0.5rem;
}

.c-card-instructor {
	align-items: center;
	flex-direction: column;
}

.c-card-instructor__img {
	width: 11.25rem;
}

.c-card-instructor__body {
	margin-left: 0;
	margin-top: 1.1875rem;
	width: 100%;
}

.c-card-instructor__meta {
	padding-left: 0;
	text-align: center;
}

.c-card-instructor__position {
	font-size: 0.8125rem;
}

.c-card-instructor__text-box {
	padding: 1.8125rem 1.25rem 2.25rem;
}

.c-card-interview__img-img {
	aspect-ratio: 299/325;
}

.c-card-interview__img-text {
	bottom: 1.375rem;
	width: 12.1875rem;
}

.c-card-interview__body {
	padding: 1.125rem 0.9375rem;
}

.c-card-interview__position {
	font-size: 0.625rem;
}

.c-card-interview__name {
	font-size: 0.9375rem;
	margin-top: 0.3125rem;
}

.c-card-interview__name span {
	font-size: 0.8125rem;
}

.c-card-interview__btn span {
	font-size: 0.75rem;
}

.c-card-interview__btn span::after {
	height: 0.625rem;
	width: 0.3125rem;
}

.c-card-reason {
	flex-direction: column;
	gap: 0.875rem;
}

.c-card-reason:nth-child(even) {
	flex-direction: column;
}

.c-card-reason__img {
	width: 100%;
}

.c-card-reason__label::before {
	font-size: 3.25rem;
	left: 1.25rem;
}

.c-card-reason__body {
	width: 100%;
}

.c-card-reason__text {
	font-size: 1rem;
	margin-left: auto;
	margin-right: auto;
	width: 11.1875rem;
}

.c-comment {
	flex-direction: column-reverse;
	gap: 2.5rem;
}

.c-comment__img {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	width: 100%;
}

.c-comment__img img {
	width: 11.25rem;
}

.c-comment__body {
	width: 100%;
}

.c-comment__title {
	text-align: center;
}

.c-comment__text {
	margin-top: 1.25rem;
}

.c-comment__name {
	text-align: center;
}

.c-cta span {
	font-size: 0.875rem;
}

.c-cta a,
.c-cta a.c-cta--line {
	border: none;
	box-shadow: none;
	font-size: 0.8125rem;
	gap: 0.375rem;
	height: 3rem;
	margin-top: 0;
	padding: 0.375rem 0.4375rem;
	width: 11.25rem;
}

.c-cta a.c-cta--line {
	font-size: 0.8125rem;
	gap: 0.375rem;
}

.c-cta--02 a {
	border: 1px solid #E85621;
	box-shadow: 0.3125rem 0.3125rem 0 #AA3B00;
	font-size: 0.875rem;
	gap: 0;
	height: 4rem;
	width: 14.8125rem;
}

.c-cta a::before {
	height: 1.4375rem;
	width: 1.875rem;
}

.c-cta .c-cta--line::before {
	height: 1.875rem;
	width: 1.9375rem;
}

.c-cta--02 a::before {
	height: auto;
	height: initial;
	width: auto;
	width: initial;
}

.c-cta a::after {
	height: 1.875rem;
	right: -0.25rem;
	width: 3.6875rem;
}

.c-cta--02 a::after {
	height: 4rem;
	width: 4rem;
}

.c-item-method__text {
	font-weight: bold;
	width: 11.1875rem;
}

.c-section-title {
	font-size: 0.875rem;
}

.c-section-title::before {
	font-size: 3.125rem;
}

.p-box-price {
	padding: 1.5rem 1.25rem;
}

.p-box-price__text {
	font-size: 0.75rem;
}

.p-box-price__title {
	font-size: 1rem;
	padding: 0.5rem 0;
}

.p-box-price__price {
	padding-top: 0.6875rem;
}

.p-box-price__sub-text {
	font-size: 0.75rem;
}

.p-box-price__sub-text::after {
	height: 0.4375rem;
	width: 0.5rem;
}

.p-box-price__wrap {
	gap: 0;
}

.p-box-price__circle {
	font-size: 0.875rem;
	height: 4.375rem;
	left: 0;
	position: absolute;
	width: 4.375rem;
}

.p-box-price__circle-top .num {
	font-size: 2rem;
}

.p-box-price__num {
	font-size: 3.9375rem;
	padding-left: 2.5rem;
}

.p-box-price__num .mid {
	font-size: 1.6875rem;
}

.p-box-price__num .min {
	font-size: 0.75rem;
	margin-left: -0.5rem;
}

.p-box-price__list {
	gap: 0.4375rem;
	grid-template-columns: repeat(1, 1fr);
}

.p-box-price__item {
	font-size: 0.875rem;
	height: 2.125rem;
}

.p-box-price__item:last-child {
	align-items: center;
	flex-direction: row;
}

.p-box-price__item-bottom {
	font-size: 0.875rem;
	margin-top: 2px;
}

.p-box-price__caption {
	font-size: 0.625rem;
	margin-top: 0.875rem;
}

.p-faq__list {
	margin-top: 2.375rem;
}

.p-faq__q {
	font-size: 1rem;
	height: 5rem;
	padding: 0 3rem 0 0.6875rem;
}

.p-flow__swiper.swiper {
	border: none;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.p-flow__cards.swiper-wrapper {
	align-items: stretch;
	display: flex;
	gap: 0;
}

.p-flow__card.swiper-slide {
	height: 19.0625rem;
}

.p-flow__card:not(:last-child)::after {
	display: none;
}

.p-flow__pagination.swiper-pagination.swiper-pagination-progressbar {
	width: 100%;
}

.p-flow__prev.swiper-button-prev,
.p-flow__next.swiper-button-next {
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	display: flex;
	height: 2.3125rem;
	top: 42%;
	width: 2.3125rem;
}

.p-flow__prev.swiper-button-prev {
	left: 10%;
}

.p-flow__next.swiper-button-next {
	right: 10%;
}

.p-flow__session-inner {
	padding: 1.375rem 1.3125rem 1.75rem;
}

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

.p-flow__session-container {
	grid-gap: 1.4375rem;
	display: grid;
	gap: 1.4375rem;
	grid-template-columns: 1fr;
	margin-top: 1.25rem;
}

.p-flow__session-list {
	order: 2;
}

.p-flow__session-item {
	flex-direction: column;
	padding-bottom: 0.875rem;
	padding-top: 0.875rem;
}

.p-flow__session-date {
	margin-left: 0.25rem;
}

.p-flow__session-img {
	order: 1;
}

.p-flow__session-line-wrapper {
	grid-template-columns: 6.25rem auto;
}

.p-flow__session-line-text {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.5;
	padding-left: 1.25rem;
}

.p-flow__session-line-cta {
	font-size: 1rem;
	line-height: 1.5;
	margin-top: 1.375rem;
	padding: 0.625rem 1.4375rem 0.8125rem 1.25rem;
}

.p-footer__inner {
	align-items: center;
	flex-direction: column;
}

.p-footer__contact {
	width: 100%;
}

.p-footer__contact a {
	font-size: 1rem;
	padding: 0 1.25rem 0 1.0625rem;
	width: 100%;
}

.p-footer__contact a span {
	font-size: 1.125rem;
	letter-spacing: -0.03em;
	padding-left: 0;
}

.p-footer__logo {
	margin-right: 0;
	margin-top: 2.375rem;
	order: 2;
}

.p-footer__policy {
	font-size: 0.75rem;
	font-weight: 500;
	margin-top: 3.125rem;
	order: 3;
	padding-bottom: 0;
}

.p-footer__btn a {
	box-shadow: 0.3125rem 0.3125rem 0 #AA3B00;
	display: flex;
	font-size: 0.6875rem;
	height: 3rem;
	padding: 0 0.75rem;
	width: 11.25rem;
	z-index: 2000;
}

.p-footer__btn.fixed a {
	bottom: 1.25rem;
	right: 1.25rem;
}

.p-footer__btn a::before {
	height: auto;
	height: initial;
	width: auto;
	width: initial;
}

.p-footer__btn a::after {
	height: 4.25rem;
	width: 4.625rem;
}

.p-fv-interview {
	background: url(../images/interview_bg-sp.webp) no-repeat center/cover;
}

.p-fv-interview--yabe {
	background: url(../images/interview_bg02-sp.webp) no-repeat center/cover;
}

.p-fv-interview--watanabe {
	background: url(../images/interview_bg03-sp.webp) no-repeat center/cover;
}

.p-fv-interview--toyama {
	background: url(../images/interview_bg04-sp.webp) no-repeat center/cover;
}

.p-fv-interview--suguro {
	background: url(../images/interview_bg05-sp.webp) no-repeat center/cover;
}

.p-fv-interview--kawata {
	background: url(../images/interview_bg06-sp.webp) no-repeat center/cover;
}

.p-fv-interview--matsuo {
	background: url(../images/interview_bg07-sp.webp) no-repeat center/cover;
}

.p-fv-interview--wada {
	background: url(../images/interview_bg08-sp.webp) no-repeat center/cover;
}

.p-fv-interview--hukuda {
	background: url(../images/interview_bg09-sp.webp) no-repeat center/cover;
}

.p-fv-interview__text-img {
	bottom: 7.5rem;
	left: 1.25rem;
	top: auto;
	width: 21.25rem;
}

.p-fv-interview__name-box {
	bottom: 1.875rem;
	left: auto;
	right: 1.25rem;
	top: auto;
}

.p-fv {
	background: url(../images/fv_bg-sp.webp) no-repeat top/cover;
}

.p-fv__text-box {
	right: 0.625rem;
	top: 2.5rem;
}

.p-fv__text-top {
	font-size: 1rem;
}

.p-fv__text-middle,
.p-fv__text-bottom {
	font-size: 1.75rem;
}

.p-fv__text-box .fz65 {
	font-size: 2rem;
}

.p-fv__text-box .fz50 {
	font-size: 1.25rem;
}

.p-fv__name-box {
	bottom: 1.6875rem;
	font-size: 0.875rem;
	left: 1.25rem;
}

.p-fv__name-box span {
	font-size: 0.625rem;
}

.p-fv__btn {
	bottom: 1.6875rem;
	flex-direction: column;
	gap: 0.5rem;
	right: 1.25rem;
}

.p-head-teacher__wrap {
	align-items: center;
	flex-direction: column;
	gap: 2.375rem;
}

.p-head-teacher__body {
	width: 100%;
}

.p-head-teacher__title {
	text-align: center;
}

.p-head-teacher__text {
	margin-top: 2.375rem;
}

.p-head-teacher__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2rem;
	max-width: 16.875rem;
	width: 100%;
}

.p-header {
	padding: 0 0.625rem;
}

.p-header__logo {
	width: 9rem;
}

.p-header__nav {
	background-color: rgba(255, 255, 255, 0.9);
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: 0.3s;
	width: 100%;
	z-index: 800;
}

.p-header__menu {
	align-items: flex-start;
	flex-direction: column;
	justify-content: center;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: -moz-fit-content;
	width: fit-content;
}

.p-header__btn {
	flex-grow: 1;
	justify-content: flex-end;
	position: relative;
	z-index: 500;
}

.p-header__btn.c-cta--min a {
	border: none;
	box-shadow: none;
	font-size: 0.6875rem;
	gap: 0.25rem;
	height: 2.4375rem;
	margin-right: 0.875rem;
	padding: 0.375rem 0.25rem;
	width: 8.75rem;
}

.p-header__btn.c-cta--min a::before {
	height: 1.1875rem;
	width: 1.5625rem;
}

.p-header__toggle {
	align-items: center;
	color: #8B7246;
	display: flex;
	flex-direction: column;
	font-family: "adobe-garamond-pro", serif;
	font-size: 0.625rem;
	font-weight: bold;
	gap: 0.125rem;
	letter-spacing: 0.05em;
	position: relative;
	z-index: 1000;
}

.p-instructor__cards {
	margin-top: 2.3125rem;
}

.p-instructor__card:nth-child(n+2) {
	margin-top: 2.5rem;
}

.p-interview-content::before {
	display: none;
}

.p-interview-content__block:nth-child(n+2) {
	margin-top: 2.5rem;
}

.p-interview-content__title {
	margin-bottom: 1.25rem;
}

.p-interview-content__comment {
	margin-top: 2.5rem;
}

.p-interview-content__back {
	margin-top: 2.5rem;
}

.p-interview-content__caption {
	text-align: left;
}

.p-interview__inner {
	display: contents;
	padding: 0 2.3125rem;
}

.p-interview__swiper {
	margin-right: calc(50% - 50vw);
	margin-top: 2.625rem;
}

.p-interview__pagination.swiper-pagination.swiper-pagination-progressbar {
	bottom: -2.5rem;
	width: 70%;
}

.p-interview__prev.swiper-button-prev {
	left: 3.625rem;
	transform: translateX(-50%);
}

.p-interview__next.swiper-button-next {
	right: 3.625rem;
	transform: translateX(50%);
}

.p-interview__caption {
	font-size: 0.625rem;
	margin-top: 0.875rem;
}

.p-interview__cta {
	margin-top: 1.25rem;
}

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

.p-method__lead {
	font-size: 1.125rem;
	margin-top: 2.125rem;
}

.p-method__list {
	margin-top: 5.375rem;
}

.p-method__pagination.swiper-pagination.swiper-pagination-progressbar {
	width: 100%;
}

.p-method__prev.swiper-button-prev {
	left: 0;
}

.p-method__next.swiper-button-next {
	right: 0;
}

.p-method___copy {
	font-size: 1.125rem;
	margin-top: 2.9375rem;
}

.p-method___copy span {
	height: 1.8125rem;
	width: 9.4375rem;
}

.p-policy::after {
	height: 41.6875rem;
}

.p-policy__contents {
	margin-top: 3.125rem;
}

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

.p-policy__text-box {
	margin-top: 3.125rem;
}

.p-policy__text-block {
	margin-top: 3.125rem;
}

.p-policy__back {
	margin-top: 3.125rem;
}

.p-price__box {
	margin-top: 2.1875rem;
}

.p-cta__banner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}

.p-reason__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 15.9375rem;
	position: relative;
}

.p-reason__cards.swiper-wrapper {
	display: flex;
	margin-top: 4.625rem;
}

.p-reason__card.swiper-slide:nth-child(n+2) {
	margin-top: 0;
}

.p-reason__pagination.swiper-pagination.swiper-pagination-progressbar {
	width: 100%;
}

.p-reason__next.swiper-button-next,
.p-reason__prev.swiper-button-prev {
	align-items: center;
	background-color: #8B7246;
	border-radius: 50%;
	box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16);
	display: flex;
	height: 2.125rem;
	justify-content: center;
	top: 10rem;
	width: 2.125rem;
}

.p-result__copy {
	font-size: 1.125rem;
	margin-top: 2.5rem;
}

.p-result__img {
	margin-top: 1.875rem;
	width: 13.3125rem;
}

.p-result__text {
	font-size: 1rem;
	margin-top: 0.875rem;
}

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

.p-document {
	margin-top: 3.4375rem;
	padding-bottom: 2rem;
}

.p-document::after {
	height: 41.6875rem;
}

.p-document__contents {
	margin-top: 3.125rem;
}

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

.p-document__text-box {
	margin-top: 3.125rem;
}

.p-document__text-block + .p-document__text-block {
	margin-top: 3.125rem;
}

.p-document__back {
	margin-top: 3.125rem;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes fadeIn {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
}

}

@keyframes fadeUp {

0% {
	opacity: 0;
	transform: translateY(50px);
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}


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