html {
	font-size: 10px;
}

body {
	-webkit-font-smoothing: antialiased;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
}

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 {
	border-top: 2rem solid #21366F;
	padding: 1.4rem 0 4rem;
}

.fooer__inner {
	align-items: center;
	display: flex;
	gap: 7rem;
}

.footer__logo {
	margin-left: 3rem;
	max-width: 37.5rem;
}

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

.footer__link {
	-webkit-text-decoration: underline;
	color: #21366F;
	font-size: 2.2rem;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.footer__copyright {
	color: #111111;
	font-size: 2.2rem;
	margin-top: auto;
	text-align: right;
}

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

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

.header__inner {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding-left: 6.5rem;
}

.header__logo {
	max-width: 25.4rem;
}

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

.header__btn {
	align-items: center;
	background: #00b900;
	color: #fff;
	display: flex;
	flex: 1;
	font-size: 2.4rem;
	font-weight: 900;
	gap: 2.4rem;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.03em;
	max-width: 45.3rem;
}

.header__btn:hover {
	filter: brightness(110%);
}

.header__btn::before {
	background: url(./../images/icon_line.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 4.5rem;
	width: 4.5rem;
}

/*
 * l-bgStripe
 * -------------------------------------------------------------
 */

.l-bgStripe {
	background-color: #ffffff;
	background-image: repeating-linear-gradient(135deg, #DBDBDB 0, #DBDBDB 0.2rem, transparent 0.2rem, transparent 3.3rem);
}

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

.l-inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 136rem;
	padding: 0 4rem;
}

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

.l-main {
	overflow: hidden;
	padding-top: 12.8rem;
}

/*
 * c-btn
 * -------------------------------------------------------------
 */

.c-btn {
	align-items: center;
	background: #00b900;
	color: #fff;
	display: flex;
	font-size: 3.3rem;
	font-weight: 900;
	gap: 3.3rem;
	height: 12.8rem;
	justify-content: center;
	letter-spacing: 0.03em;
	max-width: 63.5rem;
	width: 100%;
}

.c-btn::before {
	background: url(./../images/icon_line.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 6.3rem;
	width: 6.3rem;
}

.c-btn.--form::after {
	background: #fff;
}

.c-btn:hover {
	filter: brightness(110%);
}

.c-btn.--form {
	background: #21366f;
}

.c-btn.--form::before {
	background: url(./../images/icon_hatena.webp) no-repeat center/100%;
	height: 4.7rem;
	width: 4.7rem;
}

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

.c-cta {
	align-items: center;
	background: #fff;
	border: 1rem solid #21366F;
	border-radius: 7rem;
	box-shadow: 0px 15px 45px rgba(0, 0, 0, 0.1607843137);
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 157.6rem;
	padding: 4.6rem 2rem 5rem;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.c-cta__ttl {
	color: #21366F;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.48;
	margin-bottom: 0.9rem;
}

.c-cta__text {
	color: #111111;
	font-size: 3.6rem;
	margin-bottom: 2rem;
}

.c-cta__btns {
	display: flex;
	gap: 1.1rem;
	justify-content: center;
	margin-top: 1rem;
	width: 100%;
}

/*
 * c-pageTop
 * -------------------------------------------------------------
 */

.c-pageTop {
	align-items: center;
	background: rgba(238, 238, 238, 0.5);
	border-radius: 50%;
	bottom: 1.5rem;
	display: grid;
	height: 8.8rem;
	justify-items: center;
	place-items: center;
	position: fixed;
	right: max(2rem, 50% - 96rem + 10.8rem);
	width: 8.8rem;
}

.c-pageTop span {
	border-left: 3px solid #fff;
	border-top: 3px solid #fff;
	display: inline-block;
	height: 1.3rem;
	transform: rotate(45deg);
	width: 1.3rem;
}

/*
 * c-ttlEng
 * -------------------------------------------------------------
 */

.c-ttlEng {
	color: #21366F;
	display: block;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	position: relative;
	text-align: center;
	text-transform: capitalize;
	z-index: 1;
}

.c-ttlEng::before {
	text-stroke: 1px #21366F;
	-webkit-text-stroke: 1px #21366F;
	color: transparent;
	content: attr(data-obj);
	display: block;
	font-family: "Roboto", sans-serif;
	font-size: 9.6rem;
	left: 50%;
	letter-spacing: 0.195em;
	position: absolute;
	top: 48%;
	transform: translate(-50%, -50%);
	z-index: -1;
}

.c-ttlEng::after {
	background: #d2a901;
	content: "";
	display: block;
	height: 0.5rem;
	margin: 0 auto;
	max-width: 17rem;
	width: 100%;
}

/*
 * c-ttlJa
 * -------------------------------------------------------------
 */

.c-ttlJa {
	color: #000000;
	font-size: 5.9rem;
	font-weight: 900;
	line-height: 1.4745762712;
	text-align: center;
}

.c-ttlJa.--left {
	text-align: left;
}

.c-ttlJa span {
	border-bottom: 0.5rem solid #d2a901;
	display: inline-block;
}

/*
 * about
 * -------------------------------------------------------------
 */

.about {
	padding: 9.6rem 0 17rem;
	position: relative;
}

.about__body {
	margin-top: 9.4rem;
	padding-left: 5rem;
}

.about__eng {
	color: #5E5E5E;
	font-size: 1.7rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-transform: uppercase;
}

.about__ttlJa span {
	line-height: 1.2;
}

.about__text {
	color: #202020;
	font-size: 2.2rem;
	line-height: 1.7272727273;
	margin-top: 2rem;
	max-width: 50rem;
	text-align: justify;
}

.about__imgWrap {
	bottom: 0;
	left: 50%;
	margin: 0 calc(50% - 50vw);
	max-width: 192rem;
	min-width: 192rem;
	position: absolute;
	transform: translateX(-50%);
	width: 100vw;
	z-index: -1;
}

.about__img {
	margin-left: auto;
	max-width: 93.3rem;
}

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

/*
 * career
 * -------------------------------------------------------------
 */

.career {
	padding: 9.6rem 0;
}

.career__body {
	margin-top: 8.6rem;
}

.career__details {
	margin-top: 5.3rem;
}

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

/*
 * course
 * -------------------------------------------------------------
 */

.course {
	padding-bottom: 9.5rem;
}

.course__inner {
	max-width: 154rem;
}

.course__head {
	padding: 10rem 0 5rem;
}

.course__body {
	background: #fff;
	padding: 5.5rem 8rem;
}

.course__lead {
	color: #222222;
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 4rem;
	text-align: center;
}

.course__items {
	grid-gap: 4.7rem;
	display: grid;
	gap: 4.7rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 7rem;
}

.course__item {
	border: 1rem solid #21366F;
	border-right: none;
	display: flex;
	flex-direction: column;
	gap: 3rem;
	padding: 8rem 5rem 6rem 6rem;
	position: relative;
}

.course__item::before,
.course__item::after {
	background: #21366f;
	content: "";
	display: block;
	height: 8.8rem;
	position: absolute;
	width: 1rem;
}

.course__item::before {
	right: 0;
	top: 0;
}

.course__item::after {
	bottom: 0;
	right: 0;
}

.course__ttl {
	color: #222222;
	font-size: 3rem;
	font-weight: 900;
}

.course__price .price {
	border-bottom: 0.5rem solid #D2A901;
	color: #000;
	display: inline-block;
	font-family: "futura-pt-bold", sans-serif;
	font-size: 5.9rem;
	font-weight: 700;
}

.course__price .tax {
	color: #5E5E5E;
	display: inline-block;
	font-size: 1.7rem;
	font-weight: 900;
}

.course__text {
	color: #5E5E5E;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 2rem;
}

.course__details {
	display: flex;
	flex-direction: column;
	gap: 1.4rem;
}

.course__details dt {
	border: 1px solid #000000;
	border-radius: 4rem;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.0588235294);
	color: #000000;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 900;
	padding: 0.7rem 3.8rem 0.8rem;
	width: -moz-fit-content;
	width: fit-content;
}

.course__details dd {
	font-size: 2.4rem;
	font-weight: 900;
	line-height: 1.6666666667;
	min-height: 3em;
}

.course__details dd ul {
	margin-right: calc(50% - 50vw);
}

.course__details dd ul li {
	display: flex;
	gap: 0.8rem;
}

.course__details dd .list1 li::before {
	content: "・";
	display: inline-block;
}

.course__details dd .list2 li::before {
	content: "✅";
	display: inline-block;
}

.course__details dd span {
	color: #090D17;
}

.course__note {
	color: #707070;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.7;
}

.course__btn {
	display: flex;
	justify-content: center;
	margin: 3.2rem auto 0;
}

.course__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 46rem;
}

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

.faq {
	padding-top: 9.6rem;
}

.faq__list {
	margin-top: 10rem;
}

.faq__item {
	border-bottom: 1px solid #707070;
	border-top: 1px solid #707070;
}

.faq__item:last-child {
	border-bottom: none;
}

.faq__question,
.faq__content {
	display: flex;
	gap: 6.3rem;
	padding: 2.9rem 3.8rem 2.9rem 5rem;
}

.faq__question {
	align-items: center;
	cursor: pointer;
}

.faq__eng {
	font-family: "futura-pt-bold", sans-serif;
	font-size: 4.4rem;
	font-weight: 700;
	line-height: 1;
}

.faq__q {
	color: #21366F;
}

.faq__ttl {
	font-size: 3rem;
	font-weight: 900;
	line-height: 1.5;
}

.faq__btn {
	border-left: 0.5rem solid #D2A901;
	border-top: 0.5rem solid #D2A901;
	display: inline-block;
	height: 2rem;
	margin-left: auto;
	min-width: 2rem;
	transform: translateY(-0.2rem) rotate(225deg);
	transition: transform 0.2s;
	width: 2rem;
}

.faq__btn.is-open {
	transform: translateY(0.5rem) rotate(45deg);
}

.faq__answer {
	border-top: 1px solid #DDDDDD;
	display: none;
}

.faq__a {
	color: #D2A901;
}

.faq__text {
	font-size: 3rem;
	line-height: 1.5;
	max-width: 97.7rem;
}

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

.fv {
	background: url(./../images/fv.webp) no-repeat center/cover;
	height: 83rem;
}

.fv__inner {
	height: 100%;
	max-width: 150.8rem;
	padding-top: 17rem;
}

.fv__cont {
	padding: 5.6rem 0 3.5rem 7.5rem;
	position: relative;
}

.fv__cont::before {
	background: url(./../images/fv_obj.webp) no-repeat center/100% 100%;
	content: "";
	display: block;
	height: 58.2rem;
	left: -0.6rem;
	max-width: 20.8rem;
	position: absolute;
	top: -3.6rem;
	width: 100%;
}

.fv__ttl {
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 7.2rem;
	font-weight: 900;
	gap: 1.5rem;
}

.fv__ttlLine {
	font-feature-settings: "palt";
	background: #21366f;
	display: block;
	padding: 0.7rem 0.5rem;
	width: -moz-fit-content;
	width: fit-content;
}

.fv__ttlFlex {
	display: flex;
}

.fv__text {
	color: #21366F;
	font-size: 2.2rem;
	font-weight: 900;
	line-height: 1.7272727273;
	margin-top: 1.6rem;
	max-width: 60.4rem;
}

.fv__btn {
	align-items: center;
	background: #00b900;
	border: 1px solid #fff;
	color: #fff;
	display: flex;
	font-size: 1.6rem;
	font-weight: 900;
	gap: 0.8rem;
	height: 5.8rem;
	justify-content: center;
	letter-spacing: 0.03em;
	margin-top: 1.7rem;
	max-width: 32rem;
}

.fv__btn:hover {
	filter: brightness(110%);
}

.fv__btn::before {
	background: url(./../images/icon_line.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 3.2rem;
	margin-top: 0.4rem;
	width: 3.2rem;
}

/*
 * pickup
 * -------------------------------------------------------------
 */

.pickup__head {
	background: #eee;
	padding: 9.6rem 0 2rem;
}

.pickup__ttlJa {
	margin-top: 8.8rem;
}

.pickup__body {
	background: #21366f;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}

.pickup__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	position: relative;
}

.pickup__item {
	padding: 5.7rem 1.6rem 4.8rem;
	position: relative;
}

.pickup__item.--item1 {
	padding-right: 1.6rem;
}

.pickup__item:nth-child(2n-1) {
	background: #21366f;
	color: #fff;
}

.pickup__item:nth-child(2n) {
	background: #eee;
}

.pickup__itemHead {
	position: relative;
}

.pickup__num {
	align-items: center;
	background: #21366f;
	bottom: 1.8rem;
	color: #fff;
	display: inline-block;
	display: grid;
	font-size: 2.7rem;
	height: 5.5rem;
	justify-items: center;
	left: 1.6rem;
	place-items: center;
	position: absolute;
	width: 7.6rem;
}

.pickup__img {
	aspect-ratio: 407/252;
	box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.0588235294);
}

.pickup__img img {
	-o-object-fit: cover;
	border-radius: 2rem;
	height: 100%;
	object-fit: cover;
}

.pickup__details {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 1.7rem;
	padding: 4rem 6rem 0 5rem;
}

.pickup__icon {
	aspect-ratio: 1/1;
	max-width: 7.2rem;
}

.pickup__icon img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
}

.pickup__ttl {
	font-size: 2.8rem;
	font-weight: 900;
	text-align: center;
}

.pickup__text {
	font-size: 1.6rem;
	line-height: 1.75;
	text-align: justify;
}

.pickup__item:nth-child(2n) .pickup__ttl {
	color: #21366F;
}

.pickup__item:nth-child(2n) .pickup__text {
	color: #515151;
}

.pickup__iconObj {
	bottom: 2.6rem;
	content: "";
	display: block;
	position: absolute;
	right: 3rem;
	width: 100%;
}

.pickup__item.--item1 .pickup__iconObj {
	height: 14.8rem;
	max-width: 14.8rem;
}

.pickup__item.--item2 .pickup__iconObj {
	height: 14.8rem;
	max-width: 11.3rem;
}

.pickup__item.--item3 .pickup__iconObj {
	height: 15.2rem;
	max-width: 15.2rem;
}

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

.reason {
	padding-bottom: 11.5rem;
}

.reason__head {
	background: #21366f;
	margin: 0 calc(50% - 50vw);
	padding: 13rem 0 21rem;
	width: 100vw;
}

.reason__ttlJa {
	color: #fff;
}

.reason__ttlJa span {
	padding-bottom: 1rem;
}

.reason__list {
	grid-gap: 3rem;
	display: grid;
	gap: 3rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: -17.3rem;
	position: relative;
	z-index: 1;
}

.reason__item {
	background: #eee;
	display: grid;
	grid-row: span 3;
	grid-template-rows: subgrid;
	padding: 3.6rem 4.4rem 3.5rem;
}

.reason__ttl {
	align-items: center;
	display: flex;
	font-size: 3rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1.5;
	text-align: center;
}

.reason__img {
	margin-left: auto;
	margin-right: auto;
}

.reason__img.--img1 {
	max-width: 10rem;
}

.reason__img.--img2 {
	max-width: 11.9rem;
}

.reason__img.--img3 {
	max-width: 12.2rem;
}

.reason__text {
	color: #222222;
	font-size: 2.2rem;
	line-height: 1.7272727273;
	text-align: justify;
}

/*
 * sectionCta
 * -------------------------------------------------------------
 */

.sectionCta {
	border-bottom: 2rem solid #2249B2;
	padding: 9rem 0 13rem;
}

.sectionCta__text {
	margin-bottom: 0.5rem;
}

/*
 * service
 * -------------------------------------------------------------
 */

.service {
	padding: 29.8rem 0 8.7rem;
	position: relative;
}

.service__body {
	margin-top: 8.8rem;
	position: relative;
}

.service__items {
	grid-gap: 3.1rem;
	display: grid;
	gap: 3.1rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 6.8rem;
}

.service__item {
	position: relative;
}

.service__num {
	align-items: center;
	background: #21366f;
	bottom: 1.8rem;
	color: #fff;
	display: block;
	display: grid;
	font-size: 2.7rem;
	height: 5.5rem;
	justify-items: center;
	left: 1.6rem;
	place-items: center;
	position: absolute;
	width: 7.6rem;
}

.service__img {
	border-radius: 2rem;
	box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.0588235294);
	overflow: hidden;
}

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

.service__lead {
	color: #222;
	font-size: 3rem;
	font-weight: 900;
	margin-top: 4.5rem;
	text-align: center;
}

.service__list {
	margin-top: 5rem;
}

.service__list dt {
	font-feature-settings: "palt";
	font-size: 2.2rem;
	font-weight: 900;
}

.service__list dd {
	color: #202020;
	font-size: 2.2rem;
	line-height: 1.7272727273;
	margin-top: 0.9rem;
}

.service__list dd ul li {
	display: flex;
	word-break: break-all;
}

.service__list dd ul li::before {
	color: #21366F;
	content: "⚫︎";
	display: inline-block;
	margin-right: 1.9rem;
}

.service__objImg {
	bottom: -8.7rem;
	max-width: 26.4rem;
	position: absolute;
	right: -2.5rem;
	width: 100%;
}

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

/*
 * target
 * -------------------------------------------------------------
 */

.target {
	padding: 7.7rem 0 26rem;
	position: relative;
}

.target__inner {
	max-width: 150rem;
	position: relative;
}

.target__ttlJa {
	color: #21366F;
}

.target__list {
	display: flex;
	flex-direction: column;
	gap: 2.7rem;
	margin: 6.6rem auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.target__item {
	color: #111111;
	display: flex;
	font-size: 3rem;
	font-weight: 900;
	gap: 3rem;
	line-height: 1.2666666667;
}

.target__item::before {
	background: url(./../images/check.webp) no-repeat center/100%;
	content: "";
	display: block;
	height: 4.9rem;
	min-width: 4.9rem;
	width: 4.9rem;
}

.target__img {
	bottom: -6rem;
	left: 4rem;
	max-width: 27rem;
	position: absolute;
	width: 100%;
	z-index: 1;
}

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

.target__cta {
	bottom: -18.8rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
}

.target__cta.u-fadeIn {
	opacity: 0;
	transform: translateX(-50%) translateY(3rem);
	transition: all 0.3s ease-out;
}

/* 表示状態 */

.target__cta.u-fadeIn.is-visible {
	opacity: 1;
	transform: translateX(-50%) translateY(0);
}

/*
 * u-fadeIn
 * -------------------------------------------------------------
 */

.u-fadeIn {
	opacity: 0;
	transform: translateY(4rem);
	transition: all 0.4s ease-out;
}

.u-fadeIn.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.--delay1 {
	transition-delay: 0.2s;
}

.--delay2 {
	transition-delay: 0.4s;
}

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

.u-pc {
	display: block;
}

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

.u-sp {
	display: none;
}

/*
 * u-visually-hidden
 * -------------------------------------------------------------
 */

.u-visually-hidden {
	clip: rect(0 0 0 0) !important;
	border: 0 !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	white-space: nowrap !important;
	width: 1px !important;
}

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

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

}

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

html {
	font-size: 0.589vw;
}

}

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

html {
	font-size: 10px;
}

.footer {
	border-width: 5rem;
	padding: 4rem 0 0;
}

.fooer__inner {
	flex-direction: column;
	gap: 0;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 25rem;
}

.footer__link {
	margin-top: 3.2rem;
}

.footer__copyright {
	font-size: 1.6rem;
	margin-top: 2rem;
}

.header {
	height: 6rem;
}

.header__inner {
	padding: 0 2rem;
}

.header__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 27rem;
}

.header__btn {
	bottom: 0;
	font-size: 1.8rem;
	gap: 1.4rem;
	height: 7.4rem;
	left: 0;
	max-width: 100%;
	position: fixed;
	width: 100%;
	z-index: 10;
}

.header__btn::before {
	height: 2.5rem;
	width: 2.5rem;
}

.header__btn.js-spFloat.is-hidden {
	opacity: 0;
	pointer-events: none;
	transform: translateY(1rem);
	transition: opacity 0.3s, transform 0.3s;
}

.l-bgStripe {
	background-image: repeating-linear-gradient(135deg, #DBDBDB 0, #DBDBDB 0.2rem, transparent 0.2rem, transparent 2.8rem);
}

.l-inner {
	max-width: 57rem;
	padding: 0 1.2rem;
}

.l-main {
	padding-top: 6rem;
}

.c-btn {
	gap: 2.5rem;
	height: 20rem;
	line-height: 1.4848484848;
	margin: 0 calc(50% - 50vw);
	max-width: 100vw;
	padding: 1.5rem 2rem 2.1rem 0;
	position: relative;
	text-align: center;
	width: 100vw;
}

.c-btn::after {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
	background: #21366f;
	bottom: 2.1rem;
	clip-path: polygon(0 0, 0% 100%, 100% 50%);
	content: "";
	display: block;
	height: 3.5rem;
	margin-top: auto;
	position: absolute;
	right: 1.7rem;
	width: 3rem;
}

.c-btn.--form {
	gap: 5rem;
	padding-right: 5rem;
}

.c-cta {
	max-width: 65rem;
	padding: 7.8rem 1.4rem 4.5rem;
	width: calc(100% - 2.4rem);
}

.c-cta__ttl {
	font-size: 3.4rem;
	line-height: 1.5294117647;
	margin-bottom: 2rem;
}

.c-cta__text {
	font-size: 2.2rem;
	margin-bottom: 3rem;
}

.c-cta__btns {
	align-items: center;
	flex-direction: column;
	gap: 2rem;
}

.c-pageTop {
	bottom: 9.5rem;
	height: 6rem;
	right: 2rem;
	width: 6rem;
}

.c-pageTop span {
	border-width: 2px;
	height: 1rem;
	width: 1rem;
}

.c-ttlEng::before {
	font-size: 7.4rem;
}

.c-ttlJa {
	font-size: 3.8rem;
	line-height: 1.5789473684;
}

.about {
	padding-bottom: 42.1rem;
}

.about__inner {
	padding: 0 3.5rem;
}

.about__body {
	margin-top: 8.2rem;
	padding: 0;
}

.about__eng {
	display: block;
	margin-bottom: 1.6rem;
}

.about__ttlJa span {
	line-height: 1.6;
}

.about__text {
	margin-top: 4rem;
	max-width: 100%;
}

.about__imgWrap {
	max-width: 60.3rem;
	min-width: 60.3rem;
}

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

.career {
	padding: 9.6rem 0 0;
}

.career__inner {
	padding: 0;
}

.career__body {
	margin-top: 7rem;
}

.career__details {
	margin-top: 2.4rem;
}

.course {
	background: #fff;
}

.course__inner {
	max-width: 57rem;
	padding: 0;
}

.course__head {
	background-image: repeating-linear-gradient(135deg, #DBDBDB 0, #DBDBDB 0.2rem, transparent 0.2rem, transparent 2.8rem);
	padding: 10rem 0 7.3rem;
}

.course__ttlGroup {
	padding: 0 2.5rem;
}

.course__ttlJa {
	font-size: 3.4rem;
}

.course__body {
	padding: 4rem 0.7rem 0;
}

.course__body::after {
	background-image: repeating-linear-gradient(135deg, #DBDBDB 0, #DBDBDB 0.2rem, transparent 0.2rem, transparent 2.8rem);
	content: "";
	display: block;
	height: 14rem;
	margin: -4rem calc(50% - 50vw) 0;
	margin-top: -4rem;
	width: 100%;
	width: 100vw;
}

.course__lead {
	font-size: 2.2rem;
	line-height: 1.7272727273;
}

.course__items {
	gap: 2.7rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 3rem;
}

.course__item {
	padding: 7rem 2.6rem 10rem 3rem;
}

.course__price .price {
	font-size: 5.2rem;
	margin-top: 1rem;
}

.course__price .tax {
	font-size: 1.4rem;
}

.course__text {
	font-size: 2rem;
	line-height: 1.45;
}

.course__details dd {
	font-size: 2rem;
	line-height: 1.9;
}

.course__details dd ul {
	margin-right: 0;
}

.course__details dd ul li {
	gap: 0.4rem;
}

.course__btn {
	margin-top: 0;
}

.course__logo {
	max-width: 100%;
}

.faq__inner {
	padding: 0;
}

.faq__question,
.faq__content {
	gap: 3rem;
	padding: 3rem;
}

.faq__question {
	align-items: flex-start;
	padding: 4rem 3.3rem 6rem 3rem;
}

.faq__eng {
	font-size: 3.6rem;
}

.faq__ttl {
	font-size: 2.2rem;
	line-height: 1.5;
}

.faq__btn {
	transform: translateY(3rem) rotate(225deg);
}

.faq__btn.is-open {
	transform: translateY(4rem) rotate(45deg);
}

.faq__text {
	font-size: 2.2rem;
	line-height: 1.5;
}

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

.fv__inner {
	max-width: 100%;
	padding: 81.2vw 8.7vw 23.7vw;
}

.fv__cont {
	padding: 0;
}

.fv__cont::before {
	background: url(./../images/sp/fv_obj.webp) no-repeat center/100% 100%;
	height: 72.46vw;
	left: -2.42vw;
	max-width: 40.34vw;
	top: -13vw;
	width: 40.34vw;
}

.fv__ttl {
	font-size: 11.6vw;
	gap: 2.41vw;
	padding-left: 5.8vw;
}

.fv__ttlLine {
	padding: 0.7vw 0.7vw 1.2vw;
}

.fv__ttlFlex {
	flex-direction: column;
	gap: 2.41vw;
}

.fv__text {
	color: #fff;
	font-size: 5.8vw;
	line-height: 1.8333333333;
	margin-top: 17vw;
	max-width: 100%;
}

.fv__btn {
	display: none;
}

.pickup__ttlEng::before {
	margin: 0 calc(50% - 48vw);
	width: 100vw;
}

.pickup__inner {
	padding: 0;
}

.pickup__list {
	grid-template-columns: repeat(1, 1fr);
}

.pickup__item {
	padding: 5.7rem 1.2rem;
}

.pickup__item.--item1 {
	padding-right: 1.2rem;
}

.pickup__item:nth-child(2n):before,
.pickup__item:nth-child(2n):after {
	background: #eee;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	z-index: -1;
}

.pickup__item:nth-child(2n):before {
	left: calc(50% - 50vw);
	right: 0;
}

.pickup__item:nth-child(2n):after {
	left: 0;
	right: calc(50% - 50vw);
}

.pickup__img {
	aspect-ratio: 390/252;
}

.pickup__details {
	padding: 4.4rem 1.6rem 0;
}

.pickup__text {
	font-size: 2.2rem;
	line-height: 1.7272727273;
	margin-top: 0.6rem;
	min-height: 26rem;
}

.pickup__iconObj {
	bottom: 5rem;
	right: 4rem;
}

.reason {
	padding-bottom: 0;
}

.reason__head {
	padding: 10rem 0 21rem;
}

.reason__ttlJa span {
	padding-bottom: 1.5rem;
}

.reason__list {
	grid-template-columns: repeat(1, 1fr);
	margin-top: -14rem;
}

.reason__item {
	padding: 3.6rem 4.4rem 4.5rem;
}

.reason__img.--img2 {
	max-width: 11.5rem;
}

.reason__img.--img3 {
	max-width: 12.9rem;
}

.sectionCta {
	padding-bottom: 6rem;
}

.sectionCta__text {
	margin-bottom: 0.9rem;
}

.sectionCta__ttl {
	color: #000000;
}

.service {
	padding: 9.6rem 0 0;
}

.service__body {
	margin-top: 7.3rem;
}

.service__items {
	gap: 3rem;
	grid-template-columns: repeat(1, 1fr);
	margin-top: 5rem;
}

.service__lead {
	line-height: 1.5;
	margin-top: 5.5rem;
	padding: 0 1.8rem;
}

.service__list {
	padding: 0 1.6rem 0 3rem;
}

.service__objImg {
	margin: 2rem 3rem 0 auto;
	margin-right: calc((100% - 41.4rem) / 2 + 3rem);
	max-width: 8.8rem;
	position: static;
}

.target {
	padding: 4.6rem 0 4.3rem;
}

.target__inner {
	max-width: 57rem;
	padding: 0 2.7rem 0 3rem;
}

.target__ttlJa {
	color: #000000;
}

.target__list {
	margin-top: 2.7rem;
}

.target__item {
	align-items: center;
	font-size: 2.2rem;
	gap: 2.5rem;
	line-height: 1.4545454545;
}

.target__item::before {
	height: 3.9rem;
	min-width: 3.9rem;
	width: 3.9rem;
}

.target__img {
	bottom: -15rem;
	left: auto;
	max-width: 8.3rem;
	right: 1rem;
	right: calc((100% - 41.4rem) / 2 + 1rem);
}

.target__cta {
	margin-top: 8rem;
	position: static;
	transform: none;
	transform: initial;
}

.target__cta.u-fadeIn {
	transform: translateY(3rem);
}

.target__cta.u-fadeIn.is-visible {
	transform: translateY(0);
}

.--delay1 {
	transition-delay: 0s;
	transition-delay: initial;
}

.--delay2 {
	transition-delay: 0s;
	transition-delay: initial;
}

.u-pc {
	display: none;
}

.u-sp {
	display: block;
}

}

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

html {
	font-size: 2.42vw;
}

}


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