html {
	font-size: 10px;
}

body {
	background: #fff;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
}

body.noscroll {
	overflow: hidden;
}

a {
	display: block;
	transition: 0.2s;
}

a:hover {
	transition: 0.2s;
}

dt {
	font-weight: normal;
}

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

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

th,
td {
	padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
	text-rendering: optimizeSpeed;
}

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

ul,
ol {
	list-style: none;
}

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

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

/* Make images easier to work with */

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

/* Inherit fonts for inputs and buttons */

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
	background: #ff5978;
	color: #fff;
	font-weight: 800;
	padding: 4rem 0 3rem;
	text-align: center;
}

.footer a {
	font-size: 1.6rem;
	transition: all 0.2s;
}

.footer a:hover {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.footer__copyright {
	font-size: 1.2rem;
	margin-top: 2.5rem;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
	background: #fff;
	height: 7rem;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

.header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 126rem;
	padding: 0 3rem;
}

.header__logo {
	max-width: 23.7rem;
	position: relative;
	top: 5rem;
}

.header__hidden {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

.header__nav {
	flex: 1;
	margin-left: auto;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
	margin: auto;
	padding: 0 3rem;
}

.l-inner_lg {
	max-width: 112rem;
}

.l-inner_md {
	max-width: 108rem;
}

.l-inner_sm {
	max-width: 96rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
	overflow: hidden;
}

/*
 * c-burger
 * -------------------------------------------------------------
 */

.c-burger {
	display: none;
	height: 1.8rem;
	position: relative;
	width: 2.5rem;
	z-index: 20;
}

.c-burger span {
	background: #8b8b8b;
	display: block;
	height: 1px;
	position: absolute;
	transition: all 0.2s;
	width: 100%;
}

.c-burger span:nth-child(1) {
	top: 0;
}

.c-burger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
}

.c-burger span:nth-child(3) {
	top: calc(100% - 1px);
}

.c-burger span.is-active:nth-child(1) {
	top: 50%;
	transform: translateY(-50%) rotate(-40deg);
}

.c-burger span.is-active:nth-child(2) {
	opacity: 0;
}

.c-burger span.is-active:nth-child(3) {
	top: 50%;
	transform: translateY(-50%) rotate(40deg);
}

/*
 * c-cta
 * -------------------------------------------------------------
 */

.c-cta {
	background: #f0f0f0;
	padding: 5.5rem 0 6rem;
}

.c-cta__inner {
	max-width: 80rem;
}

.c-cta__btn:hover {
	filter: brightness(105%);
	transform: translateY(-0.5rem);
}

/*
 * c-sec-ttl
 * -------------------------------------------------------------
 */

.c-sec-ttl {
	align-items: center;
	background: #ff5978;
	color: #fff;
	display: grid;
	font-size: 4.5rem;
	font-weight: 800;
	height: 9rem;
	justify-items: center;
	letter-spacing: 0.05em;
	place-items: center;
}

/*
 * banner
 * -------------------------------------------------------------
 */

.banner {
	padding: 5.5rem 0;
}

/*
 * comparison
 * -------------------------------------------------------------
 */

.comparison {
	padding: 11rem 0 8.5rem;
}

.comparison__table {
	margin: 9rem auto 0;
	max-width: 91rem;
	position: relative;
}

.comparison__table::before {
	background: #fff;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	right: 0;
	top: 0.1rem;
	width: 10rem;
	width: 11.2rem;
}

.comparison__table span {
	background: #fff;
	display: block;
	height: 2px;
	left: 3rem;
	position: absolute;
	top: 6.7rem;
	width: 11.3rem;
}

/*
 * faq
 * -------------------------------------------------------------
 */

.faq {
	background: #ff5978;
	padding: 6.5rem 0 9.5rem;
}

.faq__sec-ttl {
	color: #fff;
	font-size: 4.5rem;
	font-weight: 900;
	text-align: center;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin: 5rem auto 0;
	max-width: 74rem;
}

.faq__list-item {
	font-size: 2.4rem;
	font-weight: 800;
}

.faq__question {
	align-items: center;
	background: #fff;
	color: #ff5978;
	cursor: pointer;
	display: flex;
	font-weight: 800;
	gap: 1.3rem;
	padding: 1rem 2rem;
	position: relative;
}

.faq__eng {
	font-size: 3.1rem;
}

.faq__btn {
	background: #ff5978;
	display: inline-block;
	height: 0.3rem;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 2rem;
}

.faq__btn::before {
	background: #ff5978;
	content: "";
	display: block;
	height: 2rem;
	left: 50%;
	position: absolute;
	right: 2rem;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: transform 0.2s;
	width: 0.3rem;
}

.faq__answer {
	display: none;
}

.faq__content {
	align-items: center;
	color: #fff;
	display: flex;
	gap: 2rem;
	line-height: 1.3;
	padding: 1.5rem 2rem 1rem 4rem;
}

.faq__list-item.open .faq__btn::before {
	transform: translate(-50%, -50%) rotate(90deg);
}

/*
 * flow
 * -------------------------------------------------------------
 */

.flow {
	padding: 11.5rem 0 10rem;
}

.flow__list {
	margin-top: 6rem;
}

/*
 * fv
 * -------------------------------------------------------------
 */

.fv {
	height: 69.5rem;
	position: relative;
}

.fv__main {
	height: 100%;
}

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

.fv__inner {
	bottom: 3.7rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
}

.fv__btn {
	margin-left: auto;
	max-width: 44.5rem;
	width: 100%;
}

.fv__btn:hover {
	filter: brightness(105%);
	transform: translateY(-0.5rem);
}

/*
 * gift
 * -------------------------------------------------------------
 */

.gift {
	padding-top: 3.5rem;
}

.gift__inner {
	align-items: center;
	display: flex;
	gap: 2rem;
	max-width: 96rem;
}

.gift__ttlWrap {
	max-width: 56rem;
	width: 100%;
}

.gift02 {
	background: #ff5978;
	padding: 3rem 0 4rem;
}

.gift__ttl {
	margin: 0 auto;
	max-width: 51rem;
}

.gift__contents {
	margin: 2rem auto 0;
	max-width: 70.8rem;
}

.gift__list {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 3rem;
}

/*
 * instructor
 * -------------------------------------------------------------
 */

.instructor {
	background: #ffeef1;
	padding: 7rem 0 8rem;
}

.instructor__body {
	margin-top: 3.8rem;
}

.instructor__header {
	padding-left: 2rem;
}

.instructor__ttl {
	color: #8b8b8b;
	font-size: 3.5rem;
	font-weight: 800;
	letter-spacing: 0.1em;
}

.instructor__ttl .color {
	font-feature-settings: "palt";
	color: #ff5978;
	display: block;
	font-size: 2.3rem;
	margin-top: 0.8rem;
}

.instructor__flex {
	display: flex;
	gap: 5.5rem;
	margin-top: 4.5rem;
	padding-left: 2rem;
}

.instructor__img {
	border-radius: 1.4rem;
	max-width: 37.4rem;
	overflow: hidden;
}

.instructor__text-wrap {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 3.5rem;
}

.instructor__text-wrap dl {
	background: #fff;
	border-radius: 1.4rem;
	padding: 2.6rem 3.2rem;
	position: relative;
}

.instructor__text-wrap dt {
	color: #ff5978;
	font-size: 2.4rem;
	font-weight: 800;
	left: 0.5rem;
	letter-spacing: 0.1em;
	position: absolute;
	top: -1.3rem;
}

.instructor__text-wrap dd {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.3;
	width: -moz-fit-content;
	width: fit-content;
}

.instructor__text-wrap dd .small {
	display: block;
	margin-bottom: 1rem;
	text-align: right;
}

.instructor__lead {
	background: #fff;
	border: 0.3rem solid #ff5978;
	border-radius: 1.7rem;
	color: #8b8b8b;
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin-top: 5rem;
	padding: 2.8rem 2rem;
	text-align: center;
}

.instructor__lead .color {
	color: #ff5978;
}

.instructor__works {
	margin-top: 8rem;
	padding: 0 2rem;
}

/*
 * intro
 * -------------------------------------------------------------
 */

.intro {
	padding: 11.5rem 0 43.2rem;
}

.intro__header {
	align-items: center;
	display: flex;
	gap: 2.5rem;
	justify-content: center;
}

.intro__ttl {
	background: #ff5978;
	color: #fff;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	padding: 2.4rem 1.7rem 2.4rem 2.7rem;
}

.intro__text {
	color: #8b8b8b;
	font-size: 2.9rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 2rem;
	padding-left: 1.5rem;
}

.intro__text .highlight {
	color: #ff5978;
}

.intro__header-img {
	max-width: 30rem;
}

.intro__list {
	grid-gap: 2.7rem;
	display: grid;
	gap: 2.7rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 6rem;
}

.intro__list-item {
	position: relative;
}

.intro__list-text {
	bottom: 2.5rem;
	color: #ff5978;
	font-size: 1.8rem;
	font-weight: 700;
	left: 50%;
	line-height: 1.3;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.intro__list-item:nth-child(3) .intro__list-text {
	bottom: 0;
}

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
	height: 100%;
}

.nav.is-active {
	opacity: 1;
	overflow: auto;
	transition: all 0.6s;
	visibility: visible;
	z-index: 10;
}

.nav__items {
	align-items: center;
	display: flex;
	gap: 2.8rem;
	justify-content: flex-end;
}

.nav__link {
	color: #8b8b8b;
	font-size: 1.8rem;
	font-weight: 700;
}

.nav__contact {
	max-width: 21.9rem;
	width: 25%;
}

.nav__link-contact {
	align-items: center;
	background: #f63c4d;
	border-radius: 10rem;
	color: #fff;
	display: grid;
	font-size: 2rem;
	height: 4.6rem;
	justify-items: center;
	max-width: 21.9rem;
	place-items: center;
}

/*
 * plan
 * -------------------------------------------------------------
 */

.plan {
	padding-top: 7rem;
}

.plan__items {
	display: flex;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	left: -1rem;
	margin-top: 6.3rem;
	position: relative;
}

.plan_item {
	padding: 0.5rem 0 1.3rem;
}

.plan_item:nth-child(1) {
	border-right: 2px solid #ff5978;
}

.plan_item:nth-child(2) {
	border-right: 2px solid #ff5978;
	padding-left: 3.5rem;
}

.plan_item:nth-child(3) {
	padding-left: 3.5rem;
}

.plan__ttl-wrap {
	align-items: center;
	display: flex;
	gap: 2rem;
}

.plan__num {
	display: block;
	max-width: 7.5rem;
}

.plan__ttl {
	color: #ff5978;
	font-size: 2.5rem;
	font-weight: 900;
}

.plan__list {
	display: flex;
	flex-direction: column;
	gap: 2.8rem;
	margin-top: 3.2rem;
	padding-left: 0.5rem;
}

.plan__list li {
	align-items: center;
	color: #000;
	display: flex;
	font-size: 1.8rem;
	font-weight: 500;
	gap: 1.4rem;
	letter-spacing: 0.025em;
	margin-right: calc(50% - 50vw);
}

.plan__list li::before {
	background: #ffd3db;
	content: "";
	display: block;
	height: 0.8rem;
	width: 0.8rem;
}

.plan__img {
	margin-top: 1.8rem;
}

.plan__footer {
	margin: 4rem auto 0;
	max-width: 70rem;
}

/*
 * problems
 * -------------------------------------------------------------
 */

.problems {
	background: #ff5978;
	padding: 28.5rem 0 9rem;
}

.problems__header {
	margin: -58rem auto 0;
	max-width: 88rem;
}

.problems__header::after {
	background: url(./../images/arrow.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 9rem;
	margin: 4rem auto 0;
	width: 1.7rem;
}

.problems__lead {
	margin: 0 auto;
	max-width: 88rem;
}

.problems__list {
	margin-top: 6rem;
}

/*
 * reason
 * -------------------------------------------------------------
 */

.reason {
	padding: 6.5rem 0 8rem;
}

.reason__inner {
	max-width: 92rem;
}

.reason__top {
	padding-bottom: 10rem;
}

.reason__sec-ttl {
	margin: 0 auto;
	max-width: 72rem;
}

.reason__item {
	margin-top: 8rem;
}

.reason__item01 {
	margin-top: 9.5rem;
}

.reason__ttl {
	width: 100%;
}

.reason__lead {
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.01em;
	line-height: 1.8;
	margin-top: 2.5rem;
	text-align: center;
}

.reason__lead .highlight {
	background: linear-gradient(transparent 52%, #ffe7ec 0%);
	padding: 0.2rem;
}

.reason__slider-wrap {
	background: #ffeef1;
	margin: 0 calc(50% - 50vw);
	padding: 6.5rem 0;
	position: relative;
}

.reason__body {
	margin-top: 4.5rem;
}

.reason__flex {
	align-items: center;
	display: flex;
	gap: 1.6rem;
	padding-left: 0.7rem;
}

.reason__flex.--rev {
	flex-direction: row-reverse;
}

.reason__text-wrap {
	flex: 1;
}

.reason__text {
	font-feature-settings: "palt";
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.94;
}

.reason__text .highlight {
	background: linear-gradient(transparent 52%, #ffe7ec 0%);
	padding: 0.1rem 0.2rem;
}

.reason__img {
	max-width: 28.8rem;
}

.reason__flex-col {
	display: flex;
	flex-direction: column;
	gap: 4.5rem;
}

.reason__flex-col .reason__img {
	max-width: 100%;
}

.reason__item02 .reason__img {
	max-width: 100%;
}

/*
 * seminar
 * -------------------------------------------------------------
 */

.seminar {
	background: #fff5f7;
	padding: 6rem 0;
}

.seminar__sec-ttl {
	color: #8b8b8b;
	font-size: 4.5rem;
	font-weight: 900;
	text-align: center;
}

.seminar__sec-ttl .color {
	color: #ff5978;
}

.seminar__body {
	display: flex;
	flex-direction: column;
	gap: 4rem;
	margin-top: 3rem;
	padding-left: 2rem;
}

.seminar__list02 .seminar__list-item {
	left: -1.8rem;
	max-width: 101%;
	position: relative;
	width: 101%;
}

.seminar__list-textWrap {
	width: 100%;
}

.seminar__list-text {
	margin: 0 auto;
	max-width: 53rem;
}

/*
 * slider
 * -------------------------------------------------------------
 */

.slider {
	overflow: visible !important;
	padding: 1rem 0 !important;
	padding-left: 5vw !important;
	padding-right: 5vw !important;
}

.slider {
	border-radius: 2.9rem;
	position: relative;
}

.slider .swiper-slide {
	background: #fff;
	border-radius: 2.9rem;
	box-shadow: 0px 5px 15px 0px rgba(128, 66, 77, 0.23);
	max-width: 90rem;
	overflow: hidden;
}

.slider__item {
	background: #fff;
	border-radius: 2.9rem;
	padding: 7.2rem 3rem 6.3rem;
}

.slider__ttl {
	color: #8b8b8b;
	font-size: 3.5rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}

.slider__ttl .color {
	color: #ff5978;
	display: block;
	font-size: 1.8rem;
	margin-top: 1.5rem;
}

.slider__table {
	margin: 3rem auto 0;
	max-width: 74rem;
	width: 100%;
}

.slider__table tr:nth-of-type(1) {
	background: #ff5978;
}

.slider__table th {
	background: #ff5978;
	color: #fff;
	font-size: 2.3rem;
	font-weight: 700;
	height: 5.3rem;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
}

.slider__table th:first-of-type {
	padding-left: 6rem;
}

.slider__table td {
	font-feature-settings: "palt";
	border-bottom: 0.2rem solid #d9d9d9;
	color: #8b8b8b;
	font-size: 1.6rem;
	font-weight: 500;
	height: 4.5rem;
	letter-spacing: 0.1em;
	text-align: center;
	vertical-align: middle;
}

.slider__table tr:last-child td {
	border-bottom: 0.3rem solid #ff5978;
}

.slider__table td:first-of-type {
	padding-left: 6rem;
}

.slider__btns {
	align-items: center;
	display: flex;
	justify-content: space-between;
	left: 50%;
	max-width: 110rem;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}

.slider__prev,
.slider__next {
	height: 6rem !important;
	position: static !important;
	width: 5.6rem !important;
}

.slider__prev {
	background: url(./../images/slider_prev.webp) no-repeat center/100%;
}

.slider__next {
	background: url(./../images/slider_next.webp) no-repeat center/100%;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
	display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
	display: none;
}

@media screen and (min-width: 1025px) {

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

}

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

html {
	font-size: 0.78125vw;
}

.slider .swiper-slide {
	max-width: 80rem;
}

.slider__btns {
	max-width: 96rem;
}

}

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

html {
	font-size: 2.667vw;
}

.footer {
	padding: 3rem 0 2rem;
}

.footer a {
	font-size: 1.1rem;
}

.footer__copyright {
	font-size: 1rem;
	margin-top: 1.5rem;
}

.header {
	height: 4rem;
}

.header__inner {
	padding: 0 1.5rem;
}

.header__logo {
	max-width: 7.5rem;
	top: auto;
}

.l-inner {
	padding: 0 1.5rem;
}

.l-inner_lg {
	max-width: 100%;
}

.c-burger {
	display: block;
}

.c-cta {
	padding: 1.5rem 0 2.3rem;
}

.c-cta__inner {
	max-width: 28rem;
}

.c-sec-ttl {
	font-size: 2.2rem;
	font-weight: 700;
	height: 4rem;
}

.c-sec-ttl.--sp-mt {
	margin-top: -6rem;
}

.banner {
	padding: 2.2rem 0 2.4rem;
}

.comparison {
	padding: 2rem 0 3rem;
}

.comparison__table {
	margin-top: 2rem;
	max-width: 100%;
}

.comparison__table span {
	display: none;
}

.faq {
	padding: 2.8rem 0 2.5rem;
}

.faq__sec-ttl {
	font-size: 2.2rem;
	font-weight: 700;
}

.faq__list {
	gap: 1rem;
	margin-top: 2.7rem;
	max-width: 100%;
}

.faq__list-item {
	font-size: 1.2rem;
	font-weight: 700;
}

.faq__question {
	font-weight: 700;
	gap: 0.6rem;
	padding: 0.5rem 0.8rem;
}

.faq__eng {
	font-size: 1.55rem;
}

.faq__btn {
	height: 0.1rem;
	right: 0.8rem;
	width: 1rem;
}

.faq__btn::before {
	height: 1rem;
	width: 0.1rem;
}

.faq__content {
	gap: 0.8rem;
	padding: 0.7rem 0.5rem 0.5rem 0.8rem;
}

.flow {
	padding: 3.6rem 0 3rem;
}

.flow__list {
	margin-top: 3.4rem;
}

.fv {
	height: auto;
}

.fv__inner {
	bottom: 3.2rem;
}

.fv__btn {
	margin: 0 auto;
	max-width: 27rem;
}

.gift {
	padding-top: 0.5rem;
}

.gift__inner {
	flex-direction: column;
	gap: 1.8rem;
}

.gift02 {
	padding: 2rem 0;
}

.gift__ttl {
	max-width: 25.5rem;
}

.gift__contents {
	margin-top: 1rem;
	max-width: 100%;
}

.gift__list {
	grid-gap: 0.8rem;
	align-items: flex-end;
	display: grid;
	gap: 0.8rem;
	grid-template-columns: repeat(2, 1fr);
}

.instructor {
	padding: 4rem 0 2.5rem;
}

.instructor__body {
	margin-top: 2rem;
}

.instructor__header {
	padding-left: 0;
}

.instructor__ttl {
	font-feature-settings: "palt";
	font-size: 1.7rem;
	text-align: center;
}

.instructor__ttl .color {
	font-size: 1.2rem;
	margin-top: 0.5rem;
}

.instructor__flex {
	flex-direction: column;
	gap: 1.8rem;
	margin-top: 2rem;
	padding-left: 0;
}

.instructor__img {
	max-width: 100%;
}

.instructor__text-wrap {
	align-items: stretch;
	flex-direction: row;
	gap: 1.4rem;
}

.instructor__text-wrap dl {
	align-items: center;
	display: flex;
	height: 8rem;
	padding: 1.5rem 1.2rem 1.5rem 1.2rem;
}

.instructor__text-wrap dt {
	font-size: 1.2rem;
	top: -0.6rem;
}

.instructor__text-wrap dd {
	font-size: 1rem;
}

.instructor__text-wrap dl:nth-of-type(1) dd {
	line-height: 2;
}

.instructor__text-wrap dd .small {
	margin-bottom: 0.7rem;
}

.instructor__lead {
	border-radius: 0.8rem;
	border-width: 0.2rem;
	font-size: 1.4rem;
	line-height: 1.4;
	margin-top: 2rem;
	padding: 1.2rem;
}

.instructor__lead .color {
	display: block;
}

.instructor__works {
	margin-top: 3rem;
	padding: 0;
}

.intro {
	padding: 5.7rem 0 20.6rem;
}

.intro__header {
	flex-wrap: wrap;
	gap: 1.2rem 1.6rem;
}

.intro__header-textWrap-pc {
	display: contents;
}

.intro__ttl {
	font-size: 2rem;
	padding: 1.1rem 0.8rem 1.1rem 1.2rem;
}

.intro__text {
	font-size: 1.5rem;
	padding-left: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.intro__header-img {
	max-width: 13rem;
}

.intro__list {
	gap: 0.8rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.2rem;
}

.intro__list-text {
	bottom: 0.7rem;
	font-size: 0.65rem;
}

.nav {
	background: #ff5978;
	height: 100%;
	opacity: 0;
	padding: 2rem 0 0;
	position: fixed;
	right: 0;
	top: 4rem;
	transition: all 0.6s;
	visibility: hidden;
	width: 100%;
}

.nav__items {
	align-items: flex-start;
	flex-direction: column;
	gap: 0;
}

.nav__item {
	border-bottom: 1px solid #fff;
	width: 100%;
}

.nav__link {
	color: #fff;
	font-size: 1.6rem;
	padding: 1.5rem;
}

.nav__contact {
	max-width: 100%;
	width: 100%;
}

.nav__link-contact {
	background: none;
	border-radius: 0;
	display: block;
	font-size: 1.6rem;
	height: auto;
	max-width: 100%;
}

.plan {
	padding-top: 2.3rem;
}

.plan__items {
	grid-template-columns: repeat(1, 1fr);
	justify-content: flex-start;
	left: auto;
	margin-top: 1.8rem;
}

.plan_item {
	border-bottom: 1px solid #ff5978;
	display: flex;
	padding: 1.6rem 0;
}

.plan_item:nth-child(1) {
	border-right: none;
	padding-top: 0;
}

.plan_item:nth-child(2) {
	border-right: none;
	padding-left: 0;
}

.plan_item:nth-child(3) {
	padding-left: 0;
}

.plan__ttl-wrap {
	align-items: flex-start;
	flex-direction: column;
	gap: 0.6rem;
	max-width: 12.3rem;
	width: 100%;
}

.plan__num {
	max-width: 5.9rem;
}

.plan__ttl {
	font-size: 1.2rem;
}

.plan__list {
	flex: 1;
	gap: 1.3rem;
	margin-top: 0;
}

.plan__list li {
	font-size: 1rem;
	gap: 0.7rem;
}

.plan__list li::before {
	height: 0.4rem;
	width: 0.4rem;
}

.plan__img {
	margin-top: 4.4rem;
}

.plan__footer {
	margin-top: 1.6rem;
	max-width: 100%;
}

.problems {
	padding: 22rem 0 4.2rem;
}

.problems__header {
	margin-top: -36.4rem;
	max-width: 100%;
}

.problems__header::after {
	height: 4.5rem;
	margin-top: 1.3rem;
	width: 0.7rem;
}

.problems__lead {
	max-width: 100%;
}

.problems__list {
	margin-top: 2.8rem;
}

.reason {
	padding: 3rem 0 5.2rem;
}

.reason__inner {
	max-width: 100%;
}

.reason__top {
	padding-bottom: 2rem;
}

.reason__sec-ttl {
	max-width: 100%;
}

.reason__item {
	margin-top: 2.5rem;
}

.reason__item01 {
	margin-top: 2.5rem;
}

.reason__lead {
	font-size: 1rem;
	margin-top: 1.3rem;
}

.reason__slider-wrap {
	padding: 1.8rem 2.5rem;
}

.reason__body {
	margin-top: 2.2rem;
}

.reason__flex {
	flex-direction: column-reverse;
	gap: 1.4rem;
	padding-left: 0;
}

.reason__flex.--rev {
	flex-direction: column-reverse;
}

.reason__text-wrap {
	width: 100%;
}

.reason__text {
	font-size: 1rem;
	text-align: center;
}

.reason__img {
	max-width: 100%;
}

.reason__flex-col {
	gap: 3rem;
}

.seminar {
	padding: 2.2rem 0 2.7rem;
}

.seminar__sec-ttl {
	font-size: 2.2rem;
	font-weight: 700;
}

.seminar__body {
	flex-direction: row;
	gap: 1.8rem;
	padding-left: 0;
	position: relative;
	right: 0.2rem;
}

.seminar__list01 {
	max-width: 16.5rem;
}

.seminar__list02 {
	flex: 1;
	position: relative;
}

.seminar__list02 .seminar__list-item {
	left: auto;
	max-width: 104%;
	top: 0.7rem;
	width: 104%;
}

.seminar__list-textWrap {
	left: 52%;
	position: absolute;
	top: -1.4rem;
	transform: translateX(-50%);
}

.seminar__list-text {
	max-width: 15.3rem;
}

.slider {
	padding: 0.5rem !important;
}

.slider {
	border-radius: 1.5rem;
}

.slider .swiper-slide {
	border-radius: 1.5rem;
	box-shadow: 0px 0px 7px 0px rgba(128, 66, 77, 0.13);
	left: 0.2rem;
	max-width: 100%;
	position: relative;
	width: 100%;
}

.slider__item {
	border-radius: 1.5rem;
	padding: 2rem 1rem;
}

.slider__ttl {
	font-size: 1.6rem;
}

.slider__ttl .color {
	font-size: 0.9rem;
	letter-spacing: 0.05em;
	margin-top: 0.7rem;
}

.slider__table {
	margin-top: 1.6rem;
	max-width: 100%;
}

.slider__table th {
	font-size: 1.1rem;
	height: 2.5rem;
}

.slider__table th:first-of-type {
	padding-left: 0.7rem;
}

.slider__table td {
	border-width: 0.1rem;
	font-size: 0.9rem;
	font-weight: 700;
	height: 2.6rem;
}

.slider__table tr:last-child td {
	border-width: 0.2rem;
}

.slider__table td:first-of-type {
	padding-left: 0.7rem;
}

.slider__btns {
	max-width: 35.7rem;
	top: 53%;
}

.slider__prev,
.slider__next {
	height: 1.7rem !important;
	width: 1.6rem !important;
}

.slider__prev {
	left: -1.5rem !important;
	position: relative !important;
}

.slider__next {
	position: relative !important;
	right: -1.5rem !important;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

}


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