body {
	font-family: "Noto Sans JP", sans-serif;
}

body.is-modalActive {
	overflow: hidden;
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

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

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

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

/* 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%;
	object-fit: cover;
}

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

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

/* Inherit fonts for inputs and buttons */

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

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

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

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

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

textarea {
	resize: vertical;
}

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

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

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

/* ホバー */

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

.top-cause {
	margin-top: 3.125rem;
}

.top-cta {
	margin-top: 14.6875rem;
}

.top-cta3 {
	margin-top: 4.4375rem;
}

.top-cta2 {
	margin-top: 10rem;
}

.top-feature {
	margin-top: 3.9375rem;
}

.top-flow {
	margin-top: 5rem;
}

.top-lesson {
	margin-top: 2.0625rem;
}
div#logo-slider {
    padding: 0;
}
.top-optimal {
	margin-top: 15px;
}

.top-price {
	margin-top: 7.625rem;
}

.top-question {
	margin-top: 0;
}

.top-reason {
	margin-top: 3.625rem;
}
.top-work {
	margin-top: 48px;
}
.top-work2 {
	margin-top: 2.8125rem;
}

.about__title {
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.2045454545;
	text-align: center;
}

.about__titleColor {
	color: #0087d2;
	font-size: 1.75rem;
}

.about__media {
	margin-top: 1.5rem;
}

.about__img {
	flex-shrink: 0;
	position: relative;
}

.about__img img {
	-o-object-fit: contain;
	aspect-ratio: 869/647;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__content {
	background-color: #fff;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	margin-top: -0.75rem;
	padding: 1.5rem 2.4375rem 1.3125rem 2.4375rem;
	position: relative;
}

.about__text {
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.88;
	text-align: justify;
}

.about__career {
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 70.625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.about__careerText {
	border-left: 0.4375rem solid #0087d2;
	color: #0087d2;
	font-size: 0.625rem;
	font-weight: 500;
	line-height: 1.8888888889;
	padding-left: 1.0625rem;
}

.about__intro {
	border-bottom: 0.4375rem solid #99cfed;
	border-top: 0.4375rem solid #99cfed;
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	margin-top: 4.75rem;
	max-width: 17.875rem;
	padding: 1rem 0;
}

.about__introImg {
	margin-top: 0.625rem;
	order: 2;
}

.about__introImg img {
	-o-object-fit: contain;
	aspect-ratio: 274/154;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.about__introContent {
	display: contents;
}

.about__introTitle {
	font-family: "Noto Serif JP", serif;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	order: 1;
	text-align: center;
}

.about__introText {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.75;
	margin-top: 0.625rem;
	order: 3;
}

.base-lesson__content {
	background-color: #e7f3fa;
	padding: 1.5625rem 0.875rem 1.5625rem 0.875rem;
	position: relative;
}

.base-lesson__title {
	color: #0087d2;
	font-size: 1rem;
	font-weight: 700;
	left: 50%;
	letter-spacing: 0.04em;
	line-height: 1.84375;
	position: absolute;
	text-align: center;
	top: -1rem;
	transform: translateX(-50%);
	width: 100%;
}

.base-lesson__media {
	align-items: center;
	display: grid;
	grid-template-columns: 9.6875rem 1fr;
}

.base-lesson__img img {
	-o-object-fit: contain;
	aspect-ratio: 518/290;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.base-lesson__body {
	margin-top: 0.9375rem;
}

.base-lesson__programImg {
	max-width: 10.9375rem;
	width: 100%;
}

.base-lesson__programImg img {
	-o-object-fit: contain;
	aspect-ratio: 444/57;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.base-lesson__text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.8571428571;
}

.btn {
	background: #ffed56;
	border-radius: 0.4375rem;
	box-shadow: 0.1875rem 0.1875rem 0 #979463;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.5555555556;
	min-width: 19.4375rem;
	padding: 0.8125rem 1rem;
	text-align: center;
}

.btn:hover {
	box-shadow: none;
	transform: translate(0.1875rem, 0.1875rem);
}

.btn.btn--sm {
	font-size: 1rem;
	min-width: 16.5rem;
	padding: 0.625rem;
}

.business__header {
	position: relative;
}

.business__header::before {
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}

.business__header::after {
	background: url(../images/business_bg01-sp.webp) no-repeat right/contain;
	content: "";
	height: 17.25rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.business__content {
	padding-bottom: 4.75rem;
	padding-left: 1.25rem;
	padding-top: 2.25rem;
	position: relative;
	z-index: 3;
}

.business__title {
	font-size: 1.25rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.6111111111;
	text-align: center;
}

.business__titleText {
	font-feature-settings: "palt" 1;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5625;
	margin-top: 1rem;
}

.business__head {
	margin-top: 0.0625rem;
}

.business__lessonText {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-top: 0.3125rem;
	text-align: center;
}

.business__base {
	margin-top: 3.8125rem;
}

.business__learn {
	margin-top: 2.9375rem;
}

.business__compare {
	margin-top: 4.375rem;
}

.card {
	filter: drop-shadow(0.3125rem 0.3125rem 0 rgba(0, 135, 210, 0.3));
	height: 100%;
}

.card__wrap {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 66%, 88% 100%, 0 100%);
	background-color: #0087d2;
	clip-path: polygon(0 0, 100% 0, 100% 66%, 88% 100%, 0 100%);
	padding: 0.6875rem 0.6875rem 2.0625rem;
	position: relative;
}

.card__wrap::before {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
	background-color: #ffed56;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	content: "";
	height: 3.75rem;
	left: 0.3125rem;
	position: absolute;
	top: 0.3125rem;
	width: 3.375rem;
	z-index: 2;
}

.card__wrap::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 66%, 88% 100%, 0 100%);
	background-color: #fff;
	bottom: 1px;
	clip-path: polygon(0 0, 100% 0, 100% 66%, 88% 100%, 0 100%);
	content: "";
	display: block;
	left: 1px;
	position: absolute;
	right: 1px;
	top: 1px;
}

.card__body {
	margin-top: 0.125rem;
	position: relative;
	text-align: center;
	z-index: 2;
}

.card__num {
	color: #0087d2;
	font-family: "Cormorant Infant", serif;
	font-size: 1.9375rem;
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1.3333333333;
}

.card__text p {
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.07em;
	line-height: 1.3529411765;
}

.card__text p span {
	color: #0087d2;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.125rem;
}

.card__spFont {
	font-size: 1.6875rem;
}

.card2__wrap {
	border: 1px solid #0087d2;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0.9375rem 0.4375rem 1.0625rem 0.8125rem;
}

.card2__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 5rem;
}

.card2__img img {
	-o-object-fit: contain;
	aspect-ratio: 202/259;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.card2__title {
	color: #0087d2;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.375;
	margin-top: 0.5rem;
}

.card2__items {
	margin-top: 0.375rem;
}

.card2__item {
	font-size: 0.625rem;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 0.75rem;
	position: relative;
}

.card2__item::before {
	background-color: #0087d2;
	content: "";
	height: 0.0625rem;
	left: 0;
	position: absolute;
	top: 0.375rem;
	width: 0.5rem;
}

.card3 {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.card3__intro {
	text-align: center;
}

.card3__introText {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.7;
	position: relative;
	z-index: 1;
}

.card3__introText::before,
.card3__introText::after {
	content: "";
	height: 2rem;
	position: absolute;
	width: 2.3125rem;
	z-index: -1;
}

.card3__introText::before {
	background: url(../images/common/icon_quote.webp) no-repeat center/contain;
	left: 0;
	top: 0.125rem;
}

.card3__introText::after {
	background: url(../images/common/icon_quote2.webp) no-repeat center/contain;
	bottom: 0;
	right: 0;
}

.card3__content {
	background-color: #fff;
	border: 1px solid #0087d2;
	border-radius: 0.625rem;
	box-shadow: 0.375rem 0.375rem 0 #0087d2;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	height: 100%;
	margin-top: 1.625rem;
	padding: 1.5rem 0.6875rem 1.5625rem 1.25rem;
}

.card3__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: -3.125rem;
	max-width: 6.125rem;
	width: 100%;
}

.card3__img img {
	-o-object-fit: contain;
	aspect-ratio: 194/197;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.card3__nameWrap {
	margin-top: -0.125rem;
	text-align: center;
}

.card3__name {
	border-bottom: 0.375rem solid #ffed56;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8333333333;
	padding-bottom: 0.375rem;
}

.card3__name span {
	font-size: 0.625rem;
}

.card3__desc {
	font-size: 0.75rem;
	font-weight: 400;
	line-height: 1.75;
	margin-top: 1.0625rem;
}

.cause__bg {
	background: url(../images/cause_bg.webp) no-repeat top/contain;
	padding-top: 9.1875rem;
}

.cause__inner {
	background: linear-gradient(transparent 4%, #fff 12%, #fff 100%);
}

.cause__head {
	text-align: center;
}

.cause__subTitle {
	background-color: #0087d2;
	border-radius: 0.6875rem;
	color: #fff;
	display: inline-block;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5714285714;
	padding: 0.6875rem 0.5625rem 0.5rem 0.5rem;
	position: relative;
}

.cause__subTitle::after {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #0087d2;
	bottom: -0.6875rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 0.9375rem;
}

.cause__subTitle span {
	color: #ffed56;
}

.cause__title {
	color: #0087d2;
	font-size: 1.5rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 0.9;
	margin-top: 1.4375rem;
}

.cause__title span {
	font-family: "Cormorant Infant", serif;
	font-size: 2.5rem;
}

.cause__cards {
	margin-top: 2.25rem;
	padding-left: 1.625rem;
	padding-right: 0.9375rem;
}

.cause__card {
	font-feature-settings: "palt" 1;
	background-color: #ebeef1;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.6875rem 0.5rem 1rem 3.875rem;
	position: relative;
}

.cause__cardPoint {
	color: #0087d2;
	font-size: 1.125rem;
	letter-spacing: 0.06em;
}

.cause__card:first-child {
	max-width: 31.3125rem;
	width: 100%;
}

.cause__card:nth-child(2) {
	max-width: 34.25rem;
	width: 100%;
}

.cause__card:nth-child(n+2) {
	margin-top: 1.125rem;
}

.cause__point {
	align-items: center;
	border: 1px solid #0087d2;
	border-radius: 50%;
	color: #0087d2;
	display: flex;
	font-size: 0.75rem;
	font-weight: 400;
	height: 3.75rem;
	justify-content: center;
	left: -0.9375rem;
	letter-spacing: 0.04em;
	position: absolute;
	top: -0.9375rem;
	width: 3.75rem;
}

.cause__pointNum {
	font-family: "Cormorant Infant", serif;
	font-size: 1.125rem;
	font-weight: 400;
	padding-left: 0.375rem;
}

.cause__reasonWrap {
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.cause__reason {
	border-bottom: 0.125rem solid #0087d2;
	border-top: 0.125rem solid #0087d2;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.5625rem;
	max-width: 63.3125rem;
	padding: 1.25rem 0 1.1875rem;
	position: relative;
}

.cause__reason::before {
	background: url(../images/cause_reason.webp) no-repeat center/contain;
	content: "";
	height: 2.4375rem;
	left: 50%;
	position: absolute;
	top: -1.5rem;
	transform: translateX(-50%);
	width: 4.5625rem;
}

.cause__reasonText {
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.5625;
	text-align: center;
}

.cause__reasonText span {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
}

.cause__answerImg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.375rem;
	max-width: 11.8125rem;
	width: 100%;
}

.cause_answerImg img {
	-o-object-fit: contain;
	aspect-ratio: 545/172;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.cause__answerText {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.8;
	margin-top: 0.5rem;
	text-align: center;
}

.cause__answerText span {
	color: #0087d2;
	font-size: 1rem;
}

.cause__result {
	position: relative;
}

.cause__resultImg .flex.-row {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 12px;
}
@media screen and (min-width: 768px) {
	.cause__resultImg .flex.-row {
		gap: 16px;
	}
	.cause__resultImg .flex img {
		width: 100%;
	}
}

.cause__result::after {
	background: url(../images/cause_result_bg-sp.webp) no-repeat top/cover;
	bottom: -8.125rem;
	content: "";
	height: 7.9375rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.cause__resultImg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.5rem;
	max-width: 20.375rem;
	position: relative;
	z-index: 2;
}

/* .cause__resultImg img {
	-o-object-fit: contain;
	aspect-ratio: 691/139;
	height: 100%;
	object-fit: contain;
	width: 100%;
} */

.cause__resultText {
	font-feature-settings: "palt" 1;
	/*font-size: 0.625rem;
	font-weight: 500;*/
	font-size: 10px;
	font-weight: 400;
	color: #7F8288;
	letter-spacing: 0.06em;
	line-height: 1.5;
	margin-top: 0.75rem;
	padding-left: 1rem;
	padding-right: 1.125rem;
	position: relative;
	z-index: 2;
}
.cause__reason__caution{
	padding-left: 1rem;
    padding-right: 1.125rem;
}

.color-blue {
	color: #0087d2;
}

.color-blue2 {
	color: #0087d2;
	font-weight: 600;
}
.compare__note01{
	font-size: 10px;
	text-align: center;
	color: #7F8288;
	margin-top: 2em;
	font-weight: 400;
}
.compare-box__title,
.compare-box__title2 {
	background-color: #e1e5e9;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6666666667;
	padding-bottom: 0.625rem;
	padding-top: 0.6875rem;
	position: relative;
	text-align: center;
}

.compare-box__title2 {
	background-color: #d1e7f4;
}

.compare-box__title::after,
.compare-box__title2::after {
	background: url(../images/compare_x.webp) no-repeat center/contain;
	content: "";
	height: 3.0625rem;
	position: absolute;
	right: 0.5rem;
	top: 0.75rem;
	width: 3.0625rem;
}

.compare-box__title2::after {
	background: url(../images/compare_circle-sp.webp) no-repeat center/contain;
	height: 3.5625rem;
	right: 1.0625rem;
	top: 0.75rem;
	width: 3.5625rem;
}

.compare-box__body {
	background-color: #ebeef1;
	padding: 1.75rem 0.4375rem 1.9375rem;
}

.compare-box--answer .compare-box__body {
	background-color: #e7f3fa;
	padding-bottom: 0.625rem;
	padding-top: 1.25rem;
}

.compare-box__talk:nth-child(3) {
	justify-content: flex-end;
	margin-top: 1.25rem;
}

.compare-box__review,
.compare-box__review2 {
	align-items: flex-start;
	display: flex;
	gap: 0.625rem;
	justify-content: center;
	margin-top: 1.0625rem;
	padding-left: 1.25rem;
	position: relative;
}

.compare-box__review::after {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background-color: #bdddf0;
	bottom: -0.625rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	height: 1rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 1.75rem;
}

.compare-box__review2 {
	align-items: center;
	margin-top: 0;
	padding-left: 0;
}

.compare-box__reviewImg {
	flex-shrink: 0;
	max-width: 7.375rem;
}

.compare-box__review2 .compare-box__reviewImg {
	max-width: 7.6875rem;
}

.compare-box__reviewImg img {
	-o-object-fit: contain;
	aspect-ratio: 185/140;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.compare-box__text,
.compare-box__text2 {
	border-radius: 2.0625rem;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4444444444;
}

.compare-box__text2 {
	font-size: 1.0625rem;
}

.compare-box__text2 span {
	color: #d03086;
}

.compare__wrap {
	background-color: #fff;
	border: 0.1875rem solid #0087d2;
	margin-left: 1.0625rem;
	margin-right: 1.0625rem;
	padding-bottom: 1.25rem;
}

.compare__title {
	margin-top: 1.875rem;
	text-align: center;
}

.compare__textWrap {
	margin-top: 0.25rem;
	text-align: center;
}

.compare__text {
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.compare__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 74.9375rem;
	width: 100%;
}

.compare__contents {
	grid-gap: 3.1875rem;
	display: grid;
	gap: 3.1875rem;
	margin-top: 2.1875rem;
}

.compare__box2 {
	margin-top: -1.375rem;
}

.compare__noteWrap {
	margin-top: 2.125rem;
	position: relative;
	text-align: center;
}

.compare__noteWrap::before {
	background: url(../images/compare_note_bg.webp) no-repeat bottom/contain;
	bottom: -6.25rem;
	content: "";
	height: 77.5rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: -1;
}

.compare__noteWrap::after {
	background: url(../images/compare_note_img.webp) no-repeat center/contain;
	bottom: -6.125rem;
	content: "";
	height: 6.0625rem;
	position: absolute;
	right: 1.3125rem;
	width: 6.0625rem;
}

.compare__note {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.65;
}

.cta {
	background: url(../images/cta_bg.webp) no-repeat top/cover;
	height: 100%;
	padding: 1.25rem 2.0625rem 1.75rem;
	text-align: center;
	width: 100%;
}

.cta__inner {
	position: relative;
}

.cta__inner::after {
	background: url(../images/cta_clock-sp.webp) no-repeat center/contain;
	bottom: -2.0625rem;
	content: "";
	height: 3.75rem;
	position: absolute;
	right: -1.4375rem;
	width: 3.3125rem;
}

.cta__catch {
	height: 1.25rem;
	left: 50%;
	position: absolute;
	top: -3.8125rem;
	transform: translateX(-50%);
	width: 19.625rem;
}

.cta__head {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	margin-top: 0.6875rem;
}

.cta__point {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	display: flex;
	height: 4.25rem;
	justify-content: center;
	width: 4.25rem;
}

.cta__point p {
	color: #0087d2;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3333333333;
}

.cta__catch img {
	-o-object-fit: contain;
	aspect-ratio: 657/42;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.cta__title {
	color: #fff;
	font-size: 1.0625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.3125;
	text-align: center;
}

.cta__title span img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	display: inline-block;
	height: 0.6875rem;
	margin-left: 0.5rem;
	margin-right: 0.5rem;
	margin-top: -0.125rem;
	object-fit: contain;
	vertical-align: middle;
	width: 0.6875rem;
}

.cta__textBox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.125rem;
	max-width: 43.3125rem;
	width: 100%;
}

.cta__text {
	background-color: #fff;
	border-radius: 1.875rem;
	max-width: 30.625rem;
	padding: 0.5625rem 1.4375rem;
	position: relative;
}

.cta__text::after {
	-webkit-clip-path: polygon(100% 0, 40% 0, 0 100%);
	background-color: #fff;
	bottom: -1.875rem;
	clip-path: polygon(100% 0, 40% 0, 0 100%);
	content: "";
	height: 2.6875rem;
	position: absolute;
	right: 8.5rem;
	width: 2.5625rem;
}

.cta__text.cta__text--right::after {
	right: 6.4375rem;
}

.cta__text p {
	font-feature-settings: "palt" 1;
	color: #0087d2;
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	line-height: 1.5238095238;
}

.cta__text:first-child {
	margin-left: auto;
}

.cta__text + .cta__text {
	margin-top: 1.5rem;
}

.cta__btn {
	margin-top: 1.125rem;
	text-align: center;
}

.cta__btnFlow {
	border-bottom: 1px solid #fff;
	color: #fff;
	display: inline-block;
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	margin-top: 1.125rem;
	padding-bottom: 0.25rem;
}

.feature__header {
	font-size: 1.6875rem;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.9545454545;
	text-align: center;
}

.feature__header img {
	-o-object-fit: contain;
	aspect-ratio: 242/47;
	display: inline;
	height: 1.5625rem;
	object-fit: contain;
	width: 7.8125rem;
}

.feature__title {
	margin-top: 1.5625rem;
}

.feature__title2 {
	margin-top: 10.5rem;
}

.feature__title3 {
	margin-top: 5.25rem;
}

.feature__voice {
	margin-top: 2.1875rem;
}

.feature__recommend {
	margin-top: 4.8125rem;
}

.feature__about {
	margin-top: 4.8125rem;
}

.flow-card__step {
	background-color: #99CFED;
	color: #fff;
	font-size: 1.25rem;
	letter-spacing: 0.06em;
	padding: 0.25rem 0;
	text-align: center;
	text-transform: uppercase;
}

.flow-card__step span {
	padding-left: 0.25rem;
}

.flow-card__img img {
	-o-object-fit: cover;
	aspect-ratio: 170/90;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.flow-card__head {
	align-items: center;
	display: flex;
	gap: 0.875rem;
	justify-content: center;
	margin-top: 0.625rem;
	position: relative;
}

.flow-card__title {
	font-size: 0.875rem;
}

.flow-card__time {
	align-items: center;
	background-color: #4CABDF;
	border-radius: 50%;
	color: #fff;
	display: flex;
	font-size: 0.875rem;
	height: 2.5rem;
	justify-content: center;
	padding: 0 0.25rem;
	position: absolute;
	right: -0.125rem;
	top: -1.125rem;
	width: 2.5rem;
}

.flow-card__text {
	font-size: 0.75rem;
	margin-top: 0.0625rem;
	text-align: center;
}

.flow__head {
	text-align: center;
}

.flow__catch {
	margin-left: auto;
	margin-right: auto;
	max-width: 17.375rem;
}

.flow__title {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #0087d2, #8687c6 53%, #e5abc5 100%);
	background-clip: text;
	display: inline-block;
	font-size: 1.3125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.6315789474;
	margin-top: 0.375rem;
}

.flow__subText {
	font-size: 0.75rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 0.5625rem;
}

.flow__cards {
	grid-column-gap: 0.5rem;
	-moz-column-gap: 0.5rem;
	grid-row-gap: 2.75rem;
	column-gap: 0.5rem;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.125rem;
	max-width: 79.75rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
	position: relative;
	row-gap: 2.75rem;
}

.flow__cards::before {
	background: url(../images/common/icon_arrow.webp) no-repeat center/contain;
	content: "";
	height: 1.875rem;
	left: 50%;
	position: absolute;
	top: 46%;
	transform: translate(-50%, -50%);
	width: 2rem;
}

.flow__trial {
	grid-gap: 1.6875rem;
	background-color: #ebeef1;
	border-radius: 0.875rem;
	display: grid;
	gap: 1.6875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.4375rem;
	max-width: 19.625rem;
	padding: 0.8125rem 2.1875rem 1.25rem;
}

.flow__trialTitle {
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background: linear-gradient(90deg, #0087d2, #8687c6 53%, #e5abc5 100%);
	background-clip: text;
	font-size: 1.3125rem;
	font-weight: 700;
	letter-spacing: 0.04em;
}

.flow__trialText {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.65;
	margin-top: -0.125rem;
}

.flow__trialImg {
	margin-top: -0.6875rem;
}

.flow__trialImg img {
	-o-object-fit: cover;
	aspect-ratio: 215/121;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

:root {
	--fs-sectionTtl: 3.75rem;
	--fs-price: 2.5rem;
	--fs-point: 2.375rem;
	--fs-ttl: 1.75rem;
	--fs-hero-l: 1.75rem;
	--fs-h2: 1.5rem;
	--fs-h3: 1.25rem;
	--fs-h4: 1.125rem;
	--fs-h5: 1rem;
	--fs-h6: 0.875rem;
	--fs-hero: 0.875rem;
	--fs-body-m: 0.875rem;
	--fs-body: 0.875rem;
	--fs-body-s: 0.75rem;
	--fs-body-xs: 0.625rem;
	--fs-32-r: 1.5rem;
	--fs-28-r: 1.25rem;
	--fs-24-r: 1.125rem;
	--fs-20-r: 1rem;
	--fs-18-r: 0.875rem;
	--price-h: 34px;
	--header-h: 56px;
	--header-h-n: -56px;
	--hero-h: 400px;
	--header-sh: 56px;
	--header-slh: 96px;
	--fs-lpcopy: 1.75rem;
	--lp-hero-h: 260px;
	--lp-fs-hero: 1rem;
	--fs-price-s: 1.5rem;
}

.siteFooter {
	background-color: #0b4368;
}

.fixedArea#float-banner + .siteFooter {
	padding-bottom: 80px;
}

.fixedArea#float-banner.-single + .siteFooter {
	padding-bottom: 40px;
}

.siteFooter_main {
	background: #005585;
	color: #ffffff;
	font-family: "Noto Serif JP", serif;
	font-weight: 500;
	padding-top: 24px;;
	padding-bottom: 48px;
}

.siteFooter_main.-single {
	padding-bottom: 24px;
	padding-top: 24px;
}

.siteFooter_sub {
	background: #0b4368;
	padding-top: 24px;
}

.siteFooter_wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin: 24px auto 0;
	max-width: 382px;
}

.siteFooter_wrapper.tbl {
	display: none;
}

.siteFooter_item.-buttonStack > * + * {
	margin-top: 16px;
}

.siteFooter_item.-buttonStack.flex {
	flex-wrap: wrap;
	width: 100%;
}

.siteFooter_item.-buttonStack.flex > p {
	flex-basis: calc((100% - 25px) / 2);
	margin: 0;
}

.siteFooter_copyright {
	color: #ffffff;
	display: block;
	font-size: 0.625rem;
	font-weight: 300;
}

.siteFooter_menu {
	align-items: center;
	color: #ffffff;
	display: flex;
	flex-direction: column;
	font-size: 0.75rem;
	font-size: var(--fs-body-s);
	gap: 32px;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	padding: 0 16px;
	width: 100%;
}

.siteFooter_menu a {
	-webkit-text-decoration: none;
	color: #ffffff;
	text-decoration: none;
}

.siteFooter_unit {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.siteFooter_menuUnit {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 32px;
	max-width: 292px;
}

.siteFooter_menuList {
	display: flex;
	flex-shrink: 0;
	gap: 8px 16px;
	justify-content: center;
}

.siteFooter_menuList.-wrap {
	flex-shrink: 1;
	flex-wrap: wrap;
}

.siteFooter_menuItem {
	font-size: 0.625rem;
	font-weight: 400;
	padding: 4px 0;
}

.siteFooter_button {
	-webkit-text-decoration: none;
	border: #ffffff solid 1px;
	border-radius: 8px;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	justify-content: space-between;
	line-height: 22px;
	padding: 16px 24px;
	text-decoration: none;
	transition: background-color 0.3s;
}

.siteFooter_button .material-symbols-outlined {
	font-size: 20px;
}

.siteFooter_pageTop {
	border-bottom: #006EAC solid 1px;
	padding-bottom: 24px;
	text-align: center;
}

.siteFooter_pageTop + .container {
	padding: 48px 0;
}

.siteFooter_pageTop a {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	width: 3.5625rem;
}
.siteFooter_pageTop a img {
	height: max-content;
}

/* Newly added classes */

#footerNav {
	letter-spacing: 0 !important;
	line-height: 21px !important;
}

#footerNav .siteFooter > * {
	letter-spacing: 0 !important;
	line-height: 21px !important;
}

#footerNav .siteFooter {
	font-family: "Noto Sans JP", sans-serif !important;
	letter-spacing: 0 !important;
}

#footerNav .siteFooter {
	word-wrap: break-word;
	color: inherit;
	font-size: 14px;
	line-height: 21px;
}

#footerNav .container {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 32px);
}

#footerNav .container.-medium {
	max-width: 1080px;
}

#footerNav .container.-large {
	max-width: 1200px;
}

#footerNav .linkCard_desc {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
}

#footerNav .linkCard_title {
	color: #0087D2 !important;
}

#footerNav .linkCard_title {
	font-size: 16px;
	line-height: 24px;
}

#footerNav .linkCard_image img {
	width: 143px;
}

#footerNav .linkCard_text {
	font-family: "Noto Sans JP", sans-serif !important;
}

#footerNav .linkCard_text {
	letter-spacing: 0;
	line-height: 21px;
}

#footerNav .linkCard_wrapLink {
	color: #0087D2 !important;
	outline-color: #0087D2 !important;
	text-decoration-color: #0087D2 !important;
}

#footerNav .linkCard_wrapLink {
	font-size: 16px;
}

#footerNav .siteFooter_main {
	font-size: 14px;
	letter-spacing: 0;
	line-break: normal;
	line-height: 21px;
}

#footerNav .siteFooter_credit {
	font-size: 12px;
	line-height: 18px;
}

#footerNav .siteFooter_credit .Logo {
	font-size: 12px !important;
	letter-spacing: 0 !important;
	line-break: normal !important;
	line-height: 18px !important;
}

#footerNav .siteFooter_credit p {
	letter-spacing: 0;
	line-height: 18px;
}

#footerNav .siteFooter_copyright {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 15px;
}

#footerNav .siteFooter_menu {
	color: #ffffff !important;
}

#footerNav .siteFooter_menu {
	line-height: 18px;
}

#footerNav .siteFooter_sub {
	letter-spacing: normal;
}

#footerNav .siteFooter_unit {
	font-size: 12px;
	line-break: normal;
	line-height: 15px;
}

#footerNav .siteFooter_menuItem {
	font-size: 10px;
	letter-spacing: 0;
	line-height: 15px;
}

#footerNav .siteFooter_menuItem a {
	color: inherit;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
}

#footerNav .siteFooter_button {
	color: #fff;
	font-size: 14px;
	letter-spacing: 0;
}

#footerNav .icon {
	display: inline-block;
	flex-shrink: 0;
	font-size: 1.6em;
	line-height: 22.4px;
	pointer-events: none;
	vertical-align: -6.72px;
}

#footerNav img {
	border: 0;
	height: auto;
	margin-top: 0px;
	max-width: 100%;
	vertical-align: bottom;
	width: auto;
	width: initial;
}

#footerNav .icon.-posR {
	margin-left: 8px;
}

#footerNav .pc {
	display: none;
}

#footerNav .sp {
	display: block;
}

#footerNav .siteFooter_pageTop img {
	pointer-events: auto;
}

#footerNav .breadcrumb {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10px;
	letter-spacing: normal;
	line-height: 15px;
}

#footerNav .breadcrumb a {
	-webkit-text-decoration: underline;
	color: inherit;
	text-decoration: underline;
}

/*========= container =========*/

footer .container {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 32px);
}

footer .container.-medium {
	max-width: 1080px;
}

footer .container.-spFull {
	width: 100%;
}

/*========= breadcrumb =========*/

.breadcrumb {
	-ms-overflow-style: none;
	align-items: center;
	direction: rtl;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.625rem;
	font-weight: 400;
	gap: 8px 0px;
	justify-content: center;
	padding: 16px 0;
	width: 100%;
}

.breadcrumb_item {
	align-items: center;
	display: flex;
	flex-shrink: 0;
}

.breadcrumb_item + .breadcrumb_item {
	margin-left: 0.5em;
}

.breadcrumb_item + .breadcrumb_item::before {
	background-image: url(../img/icon_slash.svg);
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 24px;
	margin: 0 8px;
	width: 24px;
}

.breadcrumb_item a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

/*========= linkCard =========*/

.linkCard {
	background-color: #ffffff;
	border-radius: 8px;
	display: flex;
	flex-direction: row;
	font-family: "Noto Sans JP", sans-serif;
	height: 110px;
	justify-content: space-between;
	overflow: hidden;
	position: relative;
}

.linkCard::before {
	background-image: url(../img/footer_startGuide_sp.webp);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	right: 0px;
	width: 143px;
}

.linkCard:nth-child(2)::before {
	background-image: url(../img/footer_userVoice_sp.webp);
}

.linkCard:nth-child(3)::before {
	background-image: url(../img/footer_corp_sp.webp);
}

.linkCard a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.linkCard .linkCard_text {
	z-index: 10;
}

.linkCard_desc {
	color: #54575F;
}

.linkCard_title {
	color: #0087D2;
	font-size: 1rem;
	font-size: var(--fs-h5);
	font-weight: 500;
}

.linkCard_text {
	padding: 24px 0 24px 24px;
}

.linkCard_text > * + * {
	margin-top: 8px;
}

.linkCard_image {
	margin-top: auto;
}

.linkCard_wrapLink::before {
	content: "";
	display: block;
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 1;
}

.fz-lg {
	font-family: "Cormorant Infant", serif;
	font-size: 1.25rem;
}

.fz-sm {
	font-size: 0.625rem;
}

.fz-sm2 {
	font-size: 1.3125rem;
}

:root {
	--fs-sectionTtl: 3.75rem;
	--fs-price: 2.5rem;
	--fs-point: 2.375rem;
	--fs-ttl: 1.75rem;
	--fs-hero-l: 1.75rem;
	--fs-h2: 1.5rem;
	--fs-h3: 1.25rem;
	--fs-h4: 1.125rem;
	--fs-h5: 1rem;
	--fs-h6: 0.875rem;
	--fs-hero: 0.875rem;
	--fs-body-m: 0.875rem;
	--fs-body: 0.875rem;
	--fs-body-s: 0.75rem;
	--fs-body-xs: 0.625rem;
	--fs-32-r: 1.5rem;
	--fs-28-r: 1.25rem;
	--fs-24-r: 1.125rem;
	--fs-20-r: 1rem;
	--fs-18-r: 0.875rem;
	--price-h: 34px;
	--header-h: 56px;
	--header-h-n: -56px;
	--hero-h: 400px;
	--header-sh: 56px;
	--header-slh: 96px;
	--fs-lpcopy: 1.75rem;
	--lp-hero-h: 260px;
	--lp-fs-hero: 1rem;
	--fs-price-s: 1.5rem;
}

.siteHeader {
	background-color: #ffffff;
	box-shadow: 0 0.625rem 1.25rem rgba(0, 0, 0, 0.1);
	left: 0px;
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 10000;
}

.siteHeader a {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.siteHeader_main .logo img {
	width: 6.4375rem;
}

.siteHeader.-single {
	opacity: 0;
	transform: translateY(-56px);
	transition: opacity 0.3s, transform 0.3s;
}

.siteHeader.-single.-show {
	opacity: 1;
	transform: translateY(0px);
}

.siteHeader.-single .siteHeader_main {
	padding-left: 0px;
}

.siteHeader.-single .siteHeader_main::after {
	content: none;
}

.siteHeader.-single .logo {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.siteHeader.-single .siteHeader_buttons {
	height: 56px;
	justify-content: space-between;
	width: 100%;
}

.siteHeader.-single .siteHeader_buttons > * {
	flex-basis: auto;
}

.siteHeader.-single .siteHeader_button {
	height: auto;
}

.siteHeader.-single .siteHeader_button.-cta {
	display: none;
}

.siteHeader.-single.-hasLabel {
	opacity: 0;
	transform: translateY(-96px);
	transition: opacity 0.3s, transform 0.3s;
}

.siteHeader.-single.-hasLabel.-show {
	opacity: 1;
	transform: translateY(0px);
}

.siteHeader_label {
	align-items: center;
	background-color: #141821;
	color: #ffffff;
	display: flex;
	height: 40px;
	justify-content: center;
	text-align: center;
}

.siteHeader_main {
	align-items: center;
	display: flex;
	height: 56px;
	justify-content: space-between;
	line-height: 1.5;
	padding-left: 16px;
	position: relative;
}

.siteHeader_main::after {
	background-color: #0087D2;
	bottom: 0px;
	content: "";
	display: block;
	height: 1px;
	left: 0px;
	pointer-events: none;
	position: absolute;
	width: 100%;
}

.logo a {
	font-size: 14px !important;
}

.siteHeader_button {
	font-family: "Noto Sans JP", sans-serif !important;
	letter-spacing: 0vw !important;
}

.siteHeader_button {
	align-items: center;
	border: none;
	border-radius: 0px;
	display: flex;
	font-size: 10px;
	font-weight: 500;
	height: 56px;
	justify-content: center;
	padding: 12px;
	transition: background-color 0.3s;
	width: 200px;
}

.siteHeader_button.pc {
	display: none;
}

.siteHeader_button.-LPSiteTop {
	display: none;
	font-size: 0.625rem;
	font-weight: 700;
	margin-left: 8px;
	max-width: 360px;
	padding: 0px;
	width: 100%;
}

.siteHeader_button.-LPSiteTop .logo {
	margin-left: 8px;
}

.siteHeader_button.-LPSiteTop.-resp {
	display: flex;
	height: 56px;
	width: 52px;
}

.siteHeader_buttons {
	display: flex;
}

.siteHeader_button.-small {
	width: auto;
}

.siteHeader_button.-medium {
	width: auto;
}

.siteHeader_button.-cta {
	background-color: #FFED56;
	color: #141821;
	display: none;
	line-height: normal;
}

.siteHeader_button.-secondary {
	background-color: #ffffff;
	border: #0087D2 solid 1px;
	border-radius: 6px;
	color: #0087D2;
	height: 34px;
	margin-right: 16px;
	white-space: nowrap;
	width: auto;
}

.siteHeader_button.-login {
	color: #0087D2 !important;
}

.siteHeader_button.-login {
	align-items: center;
	background-color: #E7F3FA;
	flex-direction: column-reverse;
	flex-shrink: 0;
	gap: 2px 8px;
}

.siteHeader_button.-login img {
	width: 1.5rem;
}

.siteHeader_button.-normal {
	color: #0087D2;
}

.siteHeader_button.-fill {
	background-color: #0087D2;
	color: #ffffff;
}

.siteHeader_menu {
	background-color: #ffffff;
	font-weight: 500;
	height: calc(100vh - 56px);
	height: calc(100vh - var(--header-h));
	opacity: 0;
	overflow: auto;
	padding-bottom: 24px;
	position: absolute;
	right: 300vw;
	text-align: left;
	top: 100%;
	transition: all 0.5s ease;
	width: 100%;
}

.siteHeader_menu.-opened {
	opacity: 1;
	right: 0;
}

.siteHeader_menuButton {
	align-items: center;
	background-color: transparent;
	border: none;
	display: flex;
	font-size: 0px;
	height: 56px;
	justify-content: center;
	text-align: center;
	width: 56px;
}

.siteHeader_menuButton.-active .siteHeader_buttonBar {
	background-color: transparent;
	transform: rotate(-45deg);
}

.siteHeader_menuButton.-active .siteHeader_buttonBar::before {
	top: 0px;
	transform: rotate(90deg);
}

.siteHeader_menuButton.-active .siteHeader_buttonBar:after {
	bottom: 0px;
	transform: rotate(0deg);
}

.siteHeader_menuButton:hover {
	cursor: pointer;
}

.siteHeader_buttonBar {
	display: block !important;
}

.siteHeader_buttonBar {
	background-color: #141821;
	height: 2px;
	position: relative;
	transition: all 0.5s;
	width: 28px;
}

.siteHeader_buttonBar::before,
.siteHeader_buttonBar::after {
	background-color: #141821;
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	transform-origin: center;
	width: 28px;
	z-index: 1;
}

.siteHeader_buttonBar::before {
	left: 0px;
	top: -8px;
}

.siteHeader_buttonBar:after {
	bottom: -8px;
	left: 0px;
}

.siteHeader_menuList {
	display: flex;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
}

.siteHeader_menuItem {
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 14px !important;
	letter-spacing: 0vw !important;
}

.siteHeader_menuItem {
	border-bottom: #EBEEF1 solid 1px;
	color: #141821;
	height: 55px;
	line-height: 51px;
}

.siteHeader_menuItem.-current a::after {
	opacity: 1;
	transition: none;
}

.siteHeader_menuItem a {
	align-items: center;
	display: flex;
	height: auto;
	height: 100%;
	line-height: 1.5;
	padding-left: 36px;
	padding-right: 36px;
	position: relative;
	transition: color 0.2s;
	width: 100%;
}

.siteHeader_menuItem a::before,
.siteHeader_menuItem a::after {
	content: "";
	display: block;
	position: absolute;
}

.siteHeader_menuItem a::before {
	background-image: url(../images/header/icon_arrowRight.svg);
	background-size: 16px;
	height: 16px;
	pointer-events: none;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	z-index: 1;
}

.siteHeader_menuItem a::after {
	background-color: #EBEEF1;
	bottom: auto;
	height: 24px;
	left: 16px;
	opacity: 1;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
}

.siteHeader_foot {
	color: #54575F !important;
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}

.siteHeader_footTitle {
	font-size: 14px !important;
	letter-spacing: 0vw !important;
	line-height: 1.5 !important;
}

.siteHeader_footTitle {
	background-color: #EBEEF1;
	padding: 16px;
}

.siteHeader_footTitle + * {
	margin-top: 16px;
}

.siteHeader_footMenuList {
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 0.75rem !important;
	letter-spacing: 0vw !important;
	line-height: 1.5 !important;
}

.siteHeader_footMenuList {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 0px;
}

.siteHeader_footMenuItem {
	width: 50%;
}

/* Newly added classes */

.commonList.-spc1 {
	letter-spacing: 0vw !important;
	line-height: 1.5 !important;
}

.commonList.-spc1 {
	margin-top: 0px;
}

.commonList_item_nav {
	color: #000000 !important;
	font-family: "Noto Sans JP", sans-serif !important;
	font-size: 14px !important;
	font-weight: 500 !important;
}

.commonList_item_li {
	padding-left: 24px !important;
	position: relative !important;
}

.l-body[data-page=top] {
	padding-top: 76px !important;
}

.siteHeader_footMenuItem {
	width: 50%;
}

.brand__logo {
	height: 20px;
	width: 103px;
}

#header .flex {
	display: flex;
}

#header .flex_item.-wAuto {
	flex-basis: auto;
	max-width: 56px;
	padding: 0 8px;
}

#header .flex_item.-wAuto.sp_tbl {
	background: none;
	max-width: 76px;
}

#header img {
	border: 0;
	height: auto;
	margin-top: 0px;
	max-width: 100%;
	vertical-align: bottom;
}

#header .icon.-posR {
	margin-left: 8px;
}

#header .icon {
	font-size: 2.4em !important;
}

#header .icon {
	display: inline-block;
	flex-shrink: 0;
	line-height: 1;
	pointer-events: none;
	vertical-align: -0.3em;
}

#header .commonList .icon {
	font-size: 1.6em !important;
}

#header .commonList {
	font-size: 0.875rem;
	font-size: var(--fs-body);
	text-align: left;
}

#header .commonList_item {
	padding-left: 24px;
	position: relative;
}

#header .commonList_item::before {
	background-color: #0087D2;
	content: "";
	display: block;
	height: 1px;
	left: 8px;
	position: absolute;
	top: 0.75em;
	width: 8px;
	z-index: 1;
}

#header .container {
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 32px);
}

#header .Stack.-spc2 > * + * {
	margin-top: 16px;
}

#header .commonList.-spc1 > * + * {
	margin-top: 8px;
}

main::after {
	background-color: rgba(20, 24, 33, 0.2);
	content: "";
	display: block;
	height: 200vw;
	opacity: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.5s ease;
	width: 100%;
	z-index: -1;
}

#header:has(.siteHeader_menu.-opened) + main::after {
	opacity: 1;
	z-index: 1;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.item__img {
	max-width: 27rem;
}

.items__item {
	background-color: #fff;
	padding: 1rem 0.8125rem 1.8125rem 1.25rem;
}

.items__item.items__item--oneLine {
	padding-bottom: 1.25rem;
	padding-top: 1.25rem;
}

.items__item:nth-child(n+2) {
	margin-top: 0.6875rem;
}

.items__text {
	display: flex;
	font-size: 1rem;
	font-weight: 700;
	gap: 0.8125rem;
	letter-spacing: 0.04em;
	line-height: 1.4210526316;
}

.items__text::before {
	background: url(../images/common/icon_check_pink.webp) no-repeat center/contain;
	content: "";
	height: 1.0625rem;
	transform: translateY(0.3125rem);
	width: 1.0625rem;
}

.items--green .items__text::before {
	background: url(../images/common/icon_check_green.webp) no-repeat center/contain;
}

.items--orange .items__text::before {
	background: url(../images/common/icon_check_orange.webp) no-repeat center/contain;
}

.items2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	row-gap: 1.25rem;
}

.items2__item:nth-child(n+2) {
	margin-top: -1rem;
}

.learn__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 77.8125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.learn__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	text-align: center;
}

.learn__media {
	background-color: #ebeef1;
	border-radius: 1.875rem;
	margin-left: -0.5rem;
	margin-right: -0.5rem;
	margin-top: 1.125rem;
	padding: 1.125rem 0.9375rem 1.25rem;
	position: relative;
}

.learn__media::after {
	-webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
	background-color: #ebeef1;
	bottom: -2.9375rem;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	content: "";
	height: 1.4375rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 3.125rem;
}

.learn__bodyLeft {
	flex-shrink: 0;
}

.learn__desc {
	color: #0087d2;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 2.3;
	text-align: center;
}

.learn__explanation {
	display: none;
}

.learn__graphImg {
	margin-left: 1.125rem;
	margin-top: 1.625rem;
	max-width: 15.625rem;
	position: relative;
}

.learn__graphImg::before {
	background: url(../images/common/icon_graph.webp) no-repeat center/contain;
	content: "";
	height: 5.9375rem;
	position: absolute;
	right: -2.875rem;
	top: -3.625rem;
	width: 5.75rem;
}

.learn__graphImg img {
	-o-object-fit: contain;
	aspect-ratio: 348/234;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.learn__bodyRight {
	margin-top: 1rem;
}

.learn__box {
	background-color: #fff;
	border-radius: 1.125rem;
	padding: 0.8125rem 0.6875rem 1.4375rem;
	position: relative;
}

.learn__box::after {
	-webkit-clip-path: polygon(0 0, 87% 100%, 56% 0);
	background-color: #fff;
	bottom: -2.25rem;
	clip-path: polygon(0 0, 87% 100%, 56% 0);
	content: "";
	height: 3.375rem;
	position: absolute;
	right: 3.6875rem;
	width: 3.1875rem;
}

.learn__boxText {
	font-family: "Cormorant Infant", serif;
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.625;
	text-align: center;
}

.learn__study {
	margin-left: 3.6875rem;
	margin-top: 0.75rem;
}

.learn__studyBox {
	background-color: #fff;
	box-shadow: 0 0 0.8125rem rgba(0, 0, 0, 0.15);
	display: inline-block;
	min-width: 8.8125rem;
	padding: 0 0.625rem 0.0625rem 1.375rem;
	position: relative;
	text-align: center;
}

.learn__studyBox::before {
	background-color: #0087d2;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 1.0625rem;
}

.learn__studyBox:first-child {
	flex-shrink: 0;
}

.learn__studyBox:nth-child(n+2) {
	margin-top: 0.75rem;
}

.learn__studyBox.color-deepBlue::before {
	background-color: #005585;
}

.learn__en {
	color: #0087d2;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.learn__en.color-deepBlue {
	color: #005585;
}

.learn__jp {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	opacity: 0.6;
}

.learn__subMedia {
	display: flex;
	margin-top: 1rem;
	position: relative;
}

.learn__boxes {
	flex-shrink: 0;
}

.learn__boxItem,
.learn__boxItem2 {
	background-color: rgba(45, 49, 57, 0.2);
	border-radius: 1.0625rem;
	font-size: 0.75rem;
	font-weight: 700;
	line-height: 1.375;
	max-width: 13.4375rem;
	padding: 0.8125rem 0.5rem 0.9375rem 0.8125rem;
}

.learn__boxItem2 {
	background-color: #fff;
	margin-top: 0.625rem;
}

.learn__trainer {
	max-width: 6.25rem;
	position: absolute;
	right: -0.625rem;
	top: 0.25rem;
	width: 100%;
}

.learn__trainer img {
	-o-object-fit: contain;
	aspect-ratio: 214/213;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.lesson-intro__imgWrap {
	align-items: center;
	border: 1px solid #0b4368;
	border-radius: 50%;
	display: flex;
	display: inline-block;
	height: 0.875rem;
	justify-content: center;
	width: 0.875rem;
}

.lesson-intro--color .lesson-intro__imgWrap {
	border-color: #fff;
}

.lesson-intro__img {
	height: 0.75rem;
	width: 0.8125rem;
}

.lesson-intro__img img {
	-o-object-fit: contain;
	aspect-ratio: 19/18;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.lesson-intro__title {
	color: #0b4368;
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5625;
}

.lesson-intro--color .lesson-intro__title {
	color: #fff;
	line-height: 1.4;
}

.lesson-intro__titleLg {
	font-family: "Cormorant Infant", serif;
	font-size: 1.5rem;
}

.lesson-intro__titleSm {
	font-size: 0.875rem;
}

.lesson-intro__text {
	/*color: #0b4368;*/
	color: #7F8288;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.06em;
	/*line-height: 1.1428571429;*/
	text-align: left;
}

.lesson__contents {
	display: grid;
}

.lesson__shadow {
	filter: drop-shadow(0 0 2rem rgba(11, 21, 39, 0.29));
}

.lesson__shadow:first-child {
	position: relative;
	z-index: 2;
}

.lesson__left {
	-webkit-clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
	padding: 0.5rem 3.5625rem 1.5rem 1.1875rem;
	text-align: center;
	width: 98.6666666667%;
}

.lesson__right {
	-webkit-clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0 100%);
	background-color: #0b4368;
	clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0 100%);
	margin-left: auto;
	padding: 0.875rem 3.4375rem 0.9375rem 4.1875rem;
	width: 96.8%;
}

.marker-blue2 {
	background-color: #2c94d3;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	line-height: 1.5;
	padding-left: 0.4375rem;
	padding-right: 0.4375rem;
}

.marker-blue2 + .marker-blue2 {
	margin-left: 0.0625rem;
}

.marker-yellow {
	background-color: #fff8bb;
	font-size: 0.8125rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.marker-yellow2 {
	background-color: #ffed56;
}

.marker-yellow {
	font-size: 0.8125rem;
}

.marker-yellow4 {
	background-color: #ffed56;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.marker-yellow5 {
	background-color: #ffed56;
	font-weight: 500;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.media__contents {
	grid-column-gap: 2.25rem;
	-moz-column-gap: 2.25rem;
	grid-row-gap: 0.625rem;
	column-gap: 2.25rem;
	display: grid;
	grid-template-columns: 7.5rem 1fr;
	row-gap: 0.625rem;
}

.media__imgBox {
	display: contents;
}

.media__img {
	grid-column: 1/2;
	grid-row: 1/3;
	width: 7.5rem;
}

.media__img img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.media__interviewer {
	font-size: 0.75rem;
	font-weight: 700;
	grid-column: 2/3;
	grid-row: 2/3;
	letter-spacing: 0.08em;
	line-height: 1.375;
	margin-top: -1.0625rem;
}

.media__interviewer span {
	font-size: 0.625rem;
}

.media__body {
	display: contents;
}

.media__title {
	font-size: 1rem;
	font-weight: 500;
	grid-column: 2/3;
	grid-row: 1/2;
	letter-spacing: 0.04em;
	line-height: 1.65;
}

.media__comment {
	background-color: #e7f3fa;
	border-radius: 1.25rem;
	grid-column: 1/3;
	grid-row: 3/4;
	padding: 1.1875rem 1.5625rem 1.5625rem 1.4375rem;
	position: relative;
	z-index: 2;
}

.media__comment::before {
	-webkit-clip-path: polygon(20% 0, 52% 100%, 100% 100%);
	background-color: #e7f3fa;
	clip-path: polygon(20% 0, 52% 100%, 100% 100%);
	content: "";
	height: 4.8125rem;
	left: 32%;
	position: absolute;
	top: -2.5rem;
	width: 5.6875rem;
	z-index: -1;
}

.media__commentText {
	font-size: 0.8125rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 1.9;
}

.media__commentText span {
	color: #0087d2;
}

.modal__container {
	background: rgba(0, 0, 0, 0.5);
	box-sizing: border-box;
	height: 100%;
	left: 0;
	opacity: 0;
	overflow: auto;
	padding: 2.5rem 1.25rem;
	position: fixed;
	text-align: center;
	top: 0;
	transition: 0.3s;
	visibility: hidden;
	width: 100%;
	z-index: 90;
}

.modal__container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.modal__container.is-active {
	opacity: 1;
	visibility: visible;
}

.modal__body {
	display: inline-block;
	max-width: 62.5rem;
	position: relative;
	vertical-align: middle;
	width: 90%;
}

.modal__close {
	align-items: center;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 1.25rem;
	height: 2.5rem;
	justify-content: center;
	position: absolute;
	right: -2.5rem;
	top: -2.5rem;
	width: 2.5rem;
}

.modal-content {
	background: #fff;
	padding: 1.875rem;
	text-align: left;
}

.modal__video iframe {
	-o-object-fit: contain;
	aspect-ratio: 16/9;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mv__bg {
	background: url(../images/mv_bg-sp.webp) no-repeat center/cover;
	height: 100%;
	padding: 3rem 0;
	width: 100%;
}

.mv__inner {
	transform: translateY(10.625rem);
}

.mv__title {
	margin-left: auto;
	margin-right: auto;
	width: 93.8666666667%;
}

.mv__title img {
	-o-object-fit: contain;
	aspect-ratio: 560/264;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mv__text {
	font-feature-settings: "palt" 1;
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: 0.2em;
	line-height: 1.5909090909;
	margin-top: 1.25rem;
	text-align: center;
	transform: translateY(-3.375rem);
}

.mv__text span {
	color: #0087d2;
}

.mv__logo {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.9375rem;
	transform: translateY(-3.625rem);
	width: 26.4%;
}

.mv__logo img {
	-o-object-fit: contain;
	aspect-ratio: 198/37;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mv__contents {
	background-color: #0087d2;
	display: flex;
	flex-direction: column;
	margin-top: 7.375rem;
}

.mv__btn {
	margin-top: -0.5rem;
	order: 2;
	text-align: center;
	transform: translateY(-1rem);
}

.mv__award {
	transform: translateY(-2.5rem);
}

.mv__awardImg {
	margin-left: auto;
	margin-right: auto;
	width: 62.9333333333%;
}

.mv__awardImg img {
	-o-object-fit: contain;
	aspect-ratio: 395/129;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.mv__awardText {
	margin-top: 0.625rem;
	text-align: center;
}

.mv__awardText p {
	color: #fff;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.2857142857;
}

.note {
	font-size: 0.625rem;
	vertical-align: text-top;
}

.optimal__wrap {
	background: linear-gradient(transparent 0%, transparent 88%, #0086d1 100%);
	box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.14);
	margin-left: auto;
	margin-right: auto;
	max-width: 57.8125rem;
	padding: 1.625rem 2.5rem 3.5rem 1.75rem;
	width: 100%;
}

.optimal__title {
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
}

.optimal__title img {
	-o-object-fit: contain;
	aspect-ratio: 209/40;
	display: inline-block;
	height: auto;
	object-fit: contain;
	width: 6.375rem;
}

.optimal__items {
	margin-top: 1.375rem;
}

.optimal__item {
	font-feature-settings: "palt" 1;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	padding-left: 0.9375rem;
	position: relative;
}

.optimal__item::before {
	background: url(../images/common/icon_check_lg.webp) no-repeat center/contain;
	content: "";
	height: 0.625rem;
	left: 0;
	margin-right: 0.25rem;
	position: absolute;
	top: 30%;
	transform: translateY(-50%);
	width: 0.6875rem;
}

.optimal__item span {
	color: #0087d2;
}

.optimal__item:nth-child(n+2) {
	margin-top: 0.8125rem;
}

.optimal__img {
	margin: 0.375rem -2.5rem -3.5rem -1.75rem;
}

.price {
	position: relative;
}

/* .price::before {
	background: url(../images/common/price_badge.webp) no-repeat center/contain;
	content: "";
	height: 6rem;
	left: 2.0625rem;
	position: absolute;
	top: -2.125rem;
	width: 5.1875rem;
} */

.price__wrap {
	background-color: #e7f3fa;
	padding-bottom: 2.1875rem;
	padding-top: 2.625rem;
}

.price__head {
	color: #0087d2;
	text-align: center;
}

.price__title {
	font-size: 1.6875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
}

.price__text {
	font-family: "Noto Serif JP", serif;
	font-size: 1.1875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4594594595;
	margin-top: 0.5rem;
}

.price__noteText {
	/*font-size: 0.625rem;
	font-weight: 700;*/
	font-size: 10px;
	font-weight: 400;
	color: #7F8288;
	letter-spacing: 0.06em;
	margin-top: 0.6875rem;
}

.price__sale {
	background: linear-gradient(#fefbdd, #feedf6 80%);
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 18.0625rem;
	padding: 1.0625rem 1.875rem 1.25rem;
	text-align: center;
}

.price__saleDesc {
	color: #d03086;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.4193548387;
}

.price__saleOff {
	color: #d03086;
	font-family: "Cormorant Infant", serif;
	font-size: 3.125rem;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1;
	margin-top: 1.5625rem;
}

.program__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 75.3125rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.program__arrange {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-top: 3.375rem;
	text-align: center;
}

.program__cards {
	display: grid;
	margin-top: 2.625rem;
}

.program__card {
	background-color: #eed7d5;
	margin-left: -1.5625rem;
	margin-right: -1.5625rem;
	padding: 1.875rem 1.375rem 1.3125rem;
}

.program__card:nth-child(2) {
	background-color: #e1f0d8;
	padding: 1.875rem 1.375rem 1.875rem;
}

.program__card:nth-child(3) {
	background-color: #fceddb;
	padding: 1.875rem 1.375rem 1.875rem;
}

.program__card:nth-child(2) .program__items {
	margin-top: 1rem;
}

.program__titleImg {
	margin-left: auto;
	margin-right: auto;
	max-width: 13.125rem;
}

.program__titleImg img {
	-o-object-fit: contain;
	aspect-ratio: 276/41;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.program__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.5625rem;
	max-width: 10.125rem;
}

.program__img img {
	-o-object-fit: contain;
	aspect-ratio: 321/177;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.program__text {
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.7777777778;
	margin-top: 0.625rem;
	text-align: center;
}

.program__items {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 17.625rem;
}

.program__note {
	/*font-size: 0.625rem;
	font-weight: 500;*/
	color: #7F8288;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.4166666667;
	margin-top: 1.0625rem;
	padding-left: 0.375rem;
}

.qa__qaWrap {
	background-color: #fff;
	border-radius: 0.9375rem;
	box-shadow: 0 0 1.6875rem rgba(0, 0, 0, 0.18);
	padding: 0.5rem 0.625rem 0.5625rem 0.5rem;
}

.qa__qaWrap:nth-child(n+2) {
	margin-top: 0.5625rem;
}

.qa__q {
	grid-gap: 0.5rem;
	cursor: pointer;
	display: grid;
	font-size: 0.8125rem;
	font-weight: 500;
	gap: 0.625rem;
	grid-template-columns: 1.6875rem auto;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.qa__q::before {
	background: url(../images/qa_q.webp) no-repeat center/contain;
	content: "";
	height: 1.65rem;
	width: 1.65rem;
}

.qa__a {
	border-top: 2px solid #727171;
	display: none;
	margin-top: 0.5625rem;
	padding: 0.5625rem 0.9375rem 0.625rem;
}

.qa__aText {
	font-feature-settings: "palt" 1;
	color: #0087d2;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5238095238;
}

.qa__note {
	font-feature-settings: "palt" 1;
	/*font-size: 0.625rem;
	font-weight: 500;*/
	font-size: 10px;
	font-weight: 400;
	color: #7F8288;
	letter-spacing: -0.04em;
	margin-top: 1em;
}

.question__wrap {
	background-color: #ebeef1;
	padding-bottom: 2.3125rem;
	padding-top: 2.5rem;
}

.question__title {
	color: #0087d2;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
}

.question__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 76.3125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 100%;
}

.question__qa {
	margin-top: 2.5rem;
}



.qa__q {
	grid-gap: 0.625rem;
	cursor: pointer;
	display: grid;
	font-weight: 500;
	gap: 0.625rem;
	/*grid-template-columns: 1.6875rem auto;*/
	grid-template-columns: 1.75rem auto 1.5rem;
	align-items: center;
	letter-spacing: 0.04em;
	line-height: 1.5;
}

.qa__q::after {
	background: url(../images/qa_plus.webp) no-repeat center/contain;
	content: "";
	height: 1.5rem;
	transition: 0.3s;
	width: 1.5rem;
}

.qa__q.is-close::after {
	background: url(../images/qa_minus.webp) no-repeat center/contain;
	transform: rotate(360deg);
}


.reason__inner{
	padding: 0 20px;
}
.reason__title {
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.3;
	text-align: center;
}

.reason__spFont {
	font-size: 1.6875rem;
}

.reason__fontEn {
	color: #0087d2;
	font-family: "Cormorant Infant", serif;
	font-size: 2.75rem;
}

.reason__fontColor {
	color: #0087d2;
}

.reason__cards {
	grid-gap: 0.875rem;
	display: grid;
	gap: 0.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.8125rem;
	max-width: 67.6875rem;
	width: 100%;
}

.reason__card {
	margin-left: -0.375rem;
	margin-right: -0.375rem;
}

.reason__caution {
	font-size: 10px;
	font-weight: 400;
	color: #7F8288;
	/*letter-spacing: 0.06em;*/
	line-height: 1.5;
	margin-top: 0.9375rem;
}

.reason__supplement {
	margin-top: 1.5625rem;
}

.reason__media {
	margin-top: 1.875rem;
}

.recommend__title {
	color: #0087d2;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
}

.recommend__table {
	margin-top: 4.1875rem;
}

.select__wrap {
	background-color: #e7f3fa;
	padding-bottom: 1.625rem;
	padding-top: 1.25rem;
}

.sp-blue {
	color: #0086d1;
}

.structure__title {
	margin-top: 1.5625rem;
}

.structure__intro {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
	margin-top: 0.6875rem;
	text-align: center;
}

.structure__cards {
	grid-gap: 0.8125rem;
	display: grid;
	gap: 0.8125rem;
	grid-template-columns: repeat(2, 1fr);
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.8125rem;
	max-width: 79.625rem;
	padding-left: 1.4375rem;
	padding-right: 1.4375rem;
	width: 100%;
}

.structure__card:nth-child(4) {
	order: 5;
}

.structure__card:nth-child(5) {
	order: 6;
}

.structure__card:nth-child(6) {
	order: 4;
}
.structure__card__caution{
	font-size: 0.4rem;
    font-weight: 500;
    margin-top: 1rem;
    text-align: left;
}
.structure__card__caution__link{
	color: #0087d2;
}

.supplement {
	padding: 2.25rem 0 2.5rem;
	position: relative;
	text-align: center;
}

.supplement::before {
	background: url(../images/supplement_bg-sp.webp) no-repeat center/contain;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.supplement__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.8;
}

.supplement__img {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.9375rem;
	max-width: 15.0625rem;
	width: 100%;
}

.supplement__img img {
	-o-object-fit: contain;
	aspect-ratio: 482/205;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.supplement__img + .supplement__text {
	margin-top: 0.75rem;
}

.tab-item__contents {
	grid-gap: 0.5rem;
	display: grid;
	gap: 0.5rem;
}

.tab-item__content {
	border: 2px solid #d03086;
	position: relative;
}

.tab-item--2 .tab-item__content {
	border: 2px solid #0087d2;
}

.tab-item__content.tab-item__content--blue {
	border: 2px solid #0087d2;
}

.tab-item__iconRecommend {
	font-feature-settings: "palt" 1;
	align-items: center;
	background-color: #f4b2ba;
	border-radius: 50%;
	display: flex;
	font-size: 0.625rem;
	font-weight: 700;
	height: 3.5rem;
	justify-content: center;
	left: -1.5rem;
	position: absolute;
	top: -1.3125rem;
	width: 3.5rem;
}

.tab-item__title {
	background-color: #d03086;
	color: #fff;
	font-size: 0.8125rem;
	font-weight: 900;
	letter-spacing: 0.04em;
	line-height: 1.4333333333;
	padding-bottom: 0.375rem;
	padding-top: 0.3125rem;
	text-align: center;
}

.tab-item--2 .tab-item__title {
	background-color: #0087d2;
}

.tab-item__content--blue .tab-item__title {
	background-color: #0087d2;
}

.tab-item--2 .tab-item__title {
	display: flex;
	font-size: 0.6875rem;
	justify-content: center;
	padding-top: 0.5rem;
}

.tab-item__title span {
	font-weight: 500;
}

.tab-item__body {
	padding: 0.5rem 1.625rem 0rem;
	text-align: center;
}

.tab-item__price {
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.4333333333;
	position: relative;
}

.tab-item__price::after {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background-color: #d03086;
	bottom: -1.125rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	height: 0.625rem;
	left: 46%;
	position: absolute;
	transform: translateY(-50%);
	width: 0.75rem;
}

.tab-item__price span {
	-webkit-text-decoration: line-through;
	text-decoration: line-through;
}

.tab-item__sale {
	color: #d03086;
	font-family: "Cormorant Infant", serif;
	font-size: 2.8125rem;
	font-weight: 500;
	line-height: 1.32;
	margin-top: 0.25rem;
	position: relative;
}

.tab-item__sale::before {
	color: #141821;
	content: "初月";
	font-size: 0.875rem;
	left: 1.0625rem;
	position: absolute;
	top: 1.875rem;
}

.tab-item__sale.tab-item__sale--2::before {
	bottom: 0;
}

.tab-item__sale::after {
	content: "税込";
	font-size: 0.6875rem;
	position: absolute;
	right: 3.5625rem;
	top: 0.75rem;
}

.tab-item__sale.tab-item__sale--2::after {
	right: 3rem;
	top: 0.6875rem;
}

.tab-item__sale span {
	font-family: "Noto Serif JP", serif;
	font-size: 1.5625rem;
}

.tab-item__content2 {
	align-items: flex-end;
	display: grid;
	grid-template-columns: 7.875rem 1fr;
}

.tab-item__content2.tab-item__content2--mt {
	align-items: center;
	margin-left: -0.625rem;
	margin-right: -0.625rem;
}

.tab-item__check {
	background-color: #ebeef1;
	border-radius: 0.625rem;
	padding: 0.5rem 0rem;
	position: relative;
}

.tab-item__checkText {
	color: #005585;
	font-size: 0.625rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	line-height: 1.4583333333;
	text-align: center;
	transform: scale(0.8);
}

.tab-item__checkImg {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.25rem;
	max-width: 4.25rem;
}

.tab-item--2 .tab-item__checkImg {
	max-width: 3.5rem;
}

.tab-item__checkImg img {
	-o-object-fit: contain;
	aspect-ratio: 166/183;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.tab-item__items {
	margin-left: -2.5rem;
	margin-top: 0.625rem;
	padding-left: 1rem;
	text-align: left;
}

.tab-item__items.tab-item__items--2 {
	margin-left: -0.625rem;
}

.tab-item__item {
	font-feature-settings: "palt" 1;
	color: #005585;
	font-size: 0.8125rem;
	font-weight: 500;
	padding-left: 1rem;
	position: relative;
}

.tab-item__item::before {
	background: url(../images/common/icon_check_blue2.webp) no-repeat center/contain;
	content: "";
	height: 0.8125rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	transform: translateY(-50%);
	width: 0.875rem;
}

.tab-item__item:nth-child(n+2) {
	margin-top: 0.25rem;
}

.tab-item__item span {
	color: #d03086;
}

.tab-item__titleYellow {
	color: #ffed56;
	font-size: 0.6875rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.4333333333;
}

.tab-item__items--2 .tab-item__item:nth-child(n+2) {
	margin-top: 0;
}

.tab__container {
	margin-left: auto;
	margin-right: auto;
	width: 89.0666666667%;
}

.tab__toggleGroup {
	display: flex;
	gap: 1.125rem;
}

.tab__toggle {
	background-color: #fff;
	border-bottom: 2px solid #0087d2;
	color: #0087d2;
	cursor: pointer;
	font-family: "Noto Serif JP", serif;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.375;
	margin-bottom: -0.125rem;
	padding: 0.375rem 1.125rem;
	text-align: center;
}

.tab__toggle.is-active {
	border: 2px solid #0087d2;
	border-bottom: 2px solid #fff;
}

.tab__content {
/*	background-color: #fff;
	border: 2px solid #0087d2;*/
	display: none;
	/*padding: 1.625rem 1rem 1.125rem 1rem;*/
	text-align: center;
}

.tab__content.is-show {
	display: block;
}

.table-desc__content {
	grid-gap: 0.5rem;
	align-items: center;
	display: grid;
	gap: 0.5rem;
}

.table-desc__img {
	margin-left: auto;
	margin-right: auto;
	max-width: 1.0625rem;
}

.table-desc__img img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.table-desc__text {
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	line-height: 1.25;
	text-align: center;
}

.table-des__link {
	color: #0087d2;
}

.table__box {
	border-collapse: collapse;
	width: 100%;
}

.table__box th:nth-child(n+2),
.table__box td:nth-child(n+2) {
	border-left: 2px solid #0087d2;
}

.table__box tr {
	border-top: 2px solid #0087d2;
}

.table__box tr:first-child {
	border-top: 0;
}

.table__box tr:last-child {
	border-bottom: 2px solid #0087d2;
}

.table__box td:first-child {
	text-align: center;
}

.table__box th:last-child,
.table__box td:last-child {
	border-right: 2px solid #0087d2;
}

.table__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 81.9375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.table__headBiz {
	background-color: #0087d2;
	border-top: 1.25rem solid #0087d2;
}

.table__headBizImg {
	margin-left: auto;
	margin-right: auto;
	max-width: 5rem;
	transform: translateY(-0.625rem);
}

.table__headBizImg img {
	-o-object-fit: contain;
	aspect-ratio: 175/33;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.table__headOther {
	background-color: #ebeef1;
	font-size: 0.625rem;
	font-weight: 500;
	letter-spacing: 0.02em;
	padding: 0.75rem 0;
	text-align: center;
}

.table__headOther span {
	font-size: 0.625rem;
}

.table__desc {
	font-size: 0.625rem;
	min-height: 4.375rem;
	padding: 0.4375rem 0.25rem 0.5rem 0.25rem;
}

.talk {
	align-items: start;
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
}

.talk.talk--rev {
	align-items: center;
	flex-direction: row-reverse;
}

.talk__text,
.talk__text2,
.talk__text3,
.talk__text4 {
	background-color: #fff;
	border-radius: 0.875rem;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.4444444444;
	padding: 1.3125rem 0.625rem 1.4375rem 1.0625rem;
}

.talk__text3 {
	padding: 1.3125rem 0.375rem 1.4375rem;
}

.talk__text3 span {
	font-weight: 700;
}

.talk__text4 {
	padding: 1.3125rem 1.25rem 1.4375rem 2.3125rem;
}

.talk--rev .talk__text {
	background-color: rgba(45, 49, 57, 0.2);
	margin-left: -0.625rem;
	padding: 1.5625rem 0.625rem;
}

.talk--rev .talk__text2 {
	background-color: rgba(76, 171, 223, 0.2);
	margin-top: 1rem;
	padding: 1.25rem 1.125rem 1.25rem;
	word-break: break-all;
}

.talk__img {
	flex-shrink: 0;
	max-width: 4.1875rem;
}

.talk--rev .talk__img {
	max-width: 4.3125rem;
}

.talk__img img {
	-o-object-fit: contain;
	aspect-ratio: 1/1;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.talk__person {
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
}

.title {
	background: linear-gradient(90deg, #4cabdf 0%, #0087d2 20%);
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	letter-spacing: 0.145em;
	line-height: 1.46875;
	padding: 0.0625rem 0 0.8125rem;
	text-align: center;
}

.title span {
	display: block;
	font-family: "Cormorant Infant", serif;
	font-size: 1.625rem;
	font-weight: 400;
}

.title2 {
	color: #0087d2;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.3888888889;
	text-align: center;
}

.top-footer {
	margin-top: 3.4375rem;
}

.trainer__textWrap {
	margin-top: 1.3125rem;
	text-align: center;
}

.trainer__text {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.7;
}

.trainer__note {
	/*font-size: 0.625rem;
	font-weight: 500;*/
	color: #7F8288;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.2857142857;
	margin-top: 0.5rem;
}

.trainer__wrap {
	margin-top: 1.5rem;
}

.trainer__wrap .inner {
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.trainer__title {
	margin-top: 4.1875rem;
}

.trainer__subText {
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1.5833333333;
	margin-top: 0.875rem;
	text-align: center;
}

.trainer__lesson {
	margin-top: 1.4375rem;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

.trainer__lesson img {
	-o-object-fit: contain;
	aspect-ratio: 657/1009;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.trainer__intro {
	margin-top: 3.1875rem;
}

.trainer__introImg img {
	-o-object-fit: contain;
	aspect-ratio: 668/247;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.trainer__spHidden {
	height: 31.25rem;
	overflow: hidden;
	position: relative;
	transition: 0.4s;
	width: 100%;
}

.trainer__spHidden::before {
	background: linear-gradient(0deg, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	content: "";
	height: 6.25rem;
	left: 0;
	position: absolute;
	width: 100%;
}

.trainer__spHidden.is-active::before {
	opacity: 0;
	visibility: hidden;
}

.trainer__continue {
	bottom: 1.25rem;
	color: #0087d2;
	font-family: "Noto Serif JP", serif;
	font-size: 1.25rem;
	font-weight: 600;
	left: 50%;
	letter-spacing: 0.04em;
	position: absolute;
	transform: translateX(-50%);
}

.trainer__continue::after {
	-webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
	background-color: #0087d2;
	bottom: -1.25rem;
	clip-path: polygon(100% 0, 0 0, 50% 100%);
	content: "";
	height: 1.0625rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 2.125rem;
}

.voice__wrap {
	background-color: #e7f3fa;
	padding-bottom: 1.875rem;
	padding-top: 2.5rem;
}

.voice__title {
	color: #0087d2;
	font-size: 1.3125rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-align: center;
}

.voice__cards {
	grid-gap: 2.875rem;
	display: grid;
	gap: 2.875rem;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2.5rem;
	max-width: 75.875rem;
	width: 100%;
}

.voice__card {
	padding-left: 1.9375rem;
	padding-right: 1.9375rem;
}

.voice__card:nth-child(1) {
	order: 2;
}

.voice__card:nth-child(2) {
	order: 1;
}

.voice__card:nth-child(3) {
	order: 3;
}

.work__inner {
	margin-left: auto;
	margin-right: auto;
	/*max-width: 1200px;*/
	width: 100%;
}
.works__slider{
	margin-top: 2rem;
}
.works__logo{
	margin-right: 25px;
}
@media screen and (max-width: 600px){
	.works__slider{
		margin-top: 1rem;
	}
}
.work__head {
	background: linear-gradient(90deg, transparent 0%, transparent 10%, #ebeef1 50%, transparent 90%, transparent 100%);
	padding: 0.5625rem 0;
	text-align: center;
}
.work__head.work__head--mt {
	margin-top: 4.0625rem;
}
.work__subTtile {
	color: #0087d2;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.84px;
}
@media screen and (min-width: 820px) {
	.work__head {
		background: linear-gradient(90deg, transparent 0%, transparent 20%, #ebeef1 50%, transparent 80%, transparent 100%);
		padding: 0.5625rem 0;
		text-align: center;
	}
	.work__subTtile {
		font-size: 20px;
		letter-spacing: 1.2px;
	}
}
.work__title {
	font-feature-settings: "palt" 1;
	font-family: "Noto Serif JP", serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1.44px;
	margin: 8px 0;
}
@media screen and (min-width: 820px) {
	.work__title {
		font-size: 36px;
		letter-spacing: 2.16px;
	}
}
.work__img {
	margin-top: 0.625rem;
}
.work__img img {
	-o-object-fit: contain;
	aspect-ratio: 665/191;
	height: 100%;
	object-fit: contain;
	width: 100%;
}
.work__badge {
	margin-left: auto;
	margin-right: auto;
	max-width: 15.5625rem;
}
.work__badge .flex.-row {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0 12px;
}
.work__badge .flex img {
    width: 75px;
}
@media screen and (min-width: 768px) {
	.work__badge .flex.-row {
		gap: 32px;
		flex-wrap: nowrap;
	}
	.work__badge .flex img {
		width: 100%;
	}
}

.work__badgeNote {
	font-feature-settings: "palt" 1;
	/*font-size: 0.625rem;
	font-weight: 700;*/
	color: #7F8288;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.2;
	margin-top: 1rem;
	text-align: center;
}

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

.fixedArea + .siteFooter {
	padding-bottom: 0px;
}

.fixedArea.-single + .siteFooter {
	padding-bottom: 0px;
}

.fixedArea#float-banner + .siteFooter {
	padding-bottom: 0px;
}

.fixedArea#float-banner.-single + .siteFooter {
	padding-bottom: 0px;
}

.siteFooter_menuUnit {
	max-width: 100%;
}

footer .container.-spFull {
	width: calc(100% - 32px);
}

footer .container.-offset {
	padding-left: 10%;
	padding-right: 10%;
}

footer .container.-offset.-medium {
	max-width: calc(1080px + 20%);
}

.breadcrumb_item a:hover {
	-webkit-text-decoration: none;
	text-decoration: none;
}

.linkCard:hover::before {
	opacity: 1;
}

.siteHeader.-single {
	opacity: 1;
	transform: none;
}

.siteHeader.-single .siteHeader_main {
	padding-left: 40px;
}

.siteHeader.-single .logo {
	position: static;
	transform: none;
}

.siteHeader.-single .siteHeader_buttons {
	justify-content: flex-start;
	width: auto;
}

.siteHeader.-single .siteHeader_button.-cta {
	display: flex;
}

.siteHeader.-single .siteHeader_menu {
	display: none;
}

.siteHeader.-single.-hasLabel {
	opacity: 1;
	transform: translateY(-40px);
	transition: opacity 0.3s, transform 0.3s;
}

.siteHeader_button.-LPSiteTop {
	display: flex;
	padding-left: 0px;
}

.siteHeader_button.-LPSiteTop:hover {
	background-color: #E7F3FA;
}

.siteHeader_button.-LPSiteTop.-resp {
	height: auto;
	width: auto;
}

.siteHeader_button.-small {
	width: 140px;
}

.siteHeader_button.-medium {
	width: 200px;
}

.siteHeader_button.-secondary {
	background-color: #0087D2;
	border: none;
	border-radius: 0px;
	color: #ffffff;
	height: 56px;
	margin-right: 0px;
	width: 140px;
}

.siteHeader_button.-secondary:hover {
	background-color: #006EAC;
}

.siteHeader_button.-normal:hover {
	background-color: #E7F3FA;
}

.siteHeader_button.-fill:hover {
	background-color: #006EAC;
}

.siteHeader_menu {
	height: 200vw;
	max-width: 375px;
}

}

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

#footerNav .linkCard_image img {
	width: 258px;
}

}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.2307692308vw;
}

.top-cause {
	margin-top: 9.5rem;
}

.top-cta {
	margin-top: 9.625rem;
}

.top-cta3 {
	margin-top: 3rem;
}

.top-cta2 {
	margin-top: 3rem;
}

.top-feature {
	margin-top: 9.625rem;
}

.top-flow {
	margin-top: 9.75rem;
}

.top-lesson {
	margin-top: 5.3125rem;
}

.top-mv {
	margin-top: 56px;
}

.top-optimal {
	margin-top: 4.5rem;
}

.top-price {
	margin-top: 9.5rem;
}

.top-question {
	margin-top: 120px;
}

.top-reason {
	margin-top: 5.625rem;
}

/*.top-select {
	margin-top: 1.875rem;
}*/

.top-work {
	margin-top: 12.3125rem;
}

.top-work2 {
	margin-top: 6.5625rem;
}

.about__title {
	font-size: 2.75rem;
}

.about__titleColor {
	font-size: 2.75rem;
}

.about__media {
	display: flex;
	margin-top: 4.9375rem;
}

.about__img {
	width: 60.3472222222%;
}

.about__content {
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
	margin-left: -16.8125rem;
	margin-top: 0;
	padding: 3.5rem 3.8125rem 3.5rem 3.9375rem;
	transform: translateY(3.625rem);
	width: 50.1388888889%;
}

.about__text {
	font-size: 1.375rem;
	line-height: 2;
}

.about__career {
	margin-top: 5.5rem;
}

.about__careerText {
	border-left: 0.9375rem solid #0087d2;
	font-size: 1.125rem;
	padding-left: 2.0625rem;
}

.about__intro {
	align-items: center;
	border-bottom: 1.125rem solid #99cfed;
	border-top: 1.125rem solid #99cfed;
	flex-direction: row;
	gap: 2.625rem;
	margin-top: 6.25rem;
	max-width: 52.125rem;
	padding: 2.375rem 0 2.375rem 1.875rem;
}

.about__introImg {
	order: initial;
	width: 17.125rem;
}

.about__introContent {
	display: block;
}

.about__introTitle {
	font-size: 1.5rem;
	order: initial;
	text-align: left;
}

.about__introText {
	font-size: 1rem;
}

.base-lesson__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 76rem;
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
	width: 100%;
}

.base-lesson__content {
	border-radius: 3.125rem;
	padding: 2.5625rem 3.8125rem 1.9375rem;
}

.base-lesson__title {
	font-size: 2rem;
	top: -2.0625rem;
}

.base-lesson__media {
	gap: 0.625rem;
	grid-template-columns: 1fr 1fr;
}

.base-lesson__body {
	margin-top: 0;
}

.base-lesson__programImg {
	max-width: 27.75rem;
}

.base-lesson__text {
	font-size: 1.75rem;
	margin-top: 1.3125rem;
}

.btn {
	border-radius: 0.9375rem;
	font-size: 1.6875rem;
	min-width: 28.5rem;
	padding: 1.375rem 1.75rem;
	transition: 0.3s;
}

.btn.btn--sm {
	font-size: 1.75rem;
	min-width: 26.1875rem;
	padding: 0.75rem;
}

.business__header::before {
	background: linear-gradient(90deg, #e7f3fa 0%, #e7f3fa 50%, transparent 100%);
	height: 30.5625rem;
}

.business__header::after {
	background: url(../images/business_bg01.webp) no-repeat right/contain;
	height: 30.5625rem;
	width: 60.125rem;
}

.business__content {
	padding-left: 9.875rem;
	padding-top: 2.125rem;
}

.business__title {
	font-size: 2.25rem;
	text-align: left;
}

.business__titleText {
	font-size: 1.5rem;
	letter-spacing: 0.11em;
	line-height: 2.25;
	margin-top: 1.75rem;
}

.business__head {
	margin-top: 5.375rem;
}

.business__lessonText {
	font-size: 1.5rem;
	line-height: 1.9166666667;
	margin-top: 1.6875rem;
}

.business__base {
	margin-top: 6.625rem;
}

.business__learn {
	margin-top: 7rem;
}

.business__compare {
	margin-top: 0;
}

.card {
	filter: drop-shadow(0.75rem 0.75rem 0 rgba(0, 135, 210, 0.3));
}

.card__wrap {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 88% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 84%, 88% 100%, 0 100%);
	padding: 0.6875rem 0.6875rem 4.0625rem;
}

.card__wrap::before {
	height: 7rem;
	left: 0.6875rem;
	top: 0.6875rem;
	width: 6.25rem;
}

.card__wrap::after {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 84%, 88% 100%, 0 100%);
	bottom: 2px;
	clip-path: polygon(0 0, 100% 0, 100% 84%, 88% 100%, 0 100%);
	left: 2px;
	right: 2px;
	top: 2px;
}

.card__body {
	margin-top: 1rem;
}

.card__num {
	font-size: 3.375rem;
}

.card__text {
	margin-top: 2.3125rem;
}

.card__text p {
	font-size: 1.5rem;
}

.card__text p span {
	font-size: 2.125rem;
}

.card__spFont {
	font-size: medium;
	font-size: initial;
}

.card2__wrap {
	border: 2px solid #0087d2;
	padding: 2.625rem 1.75rem 3rem 2.3125rem;
}

.card2__img {
	max-width: 12.625rem;
}

.card2__title {
	font-size: 1.8rem;
	margin-top: 0.9375rem;
}

.card2__items {
	margin-top: 1.1875rem;
}

.card2__item {
	font-size: 1.5rem;
	padding-left: 1.25rem;
}

.card2__item::before {
	height: 0.125rem;
	top: 1.125rem;
	width: 1rem;
}

.card3__introText {
	font-size: 1.3125rem;
	line-height: 1.91;
}

.card3__introText::before,
.card3__introText::after {
	height: 3.9375rem;
	width: 4.5625rem;
}

.card3__introText::before {
	left: -1.5625rem;
	top: -1.4375rem;
}

.card3__introText::after {
	bottom: -1.4375rem;
	right: -1.5625rem;
}

.card3__content {
	border-radius: 1.25rem;
	margin-top: 5.25rem;
	padding: 1.5rem 1.5rem 2.625rem;
}

.card3__img {
	margin-top: -5.375rem;
	max-width: 12.125rem;
}

.card3__nameWrap {
	margin-top: 1.625rem;
}

.card3__name {
	border-bottom: 0.75rem solid #ffed56;
	font-size: 1.5rem;
	padding-bottom: 1.25rem;
}

.card3__name span {
	font-size: 1.125rem;
}

.card3__desc {
	font-size: 1.3125rem;
	line-height: 1.8095238095;
	margin-top: 1.875rem;
}

.cause__bg {
	padding-top: 22.0625rem;
}

.cause__inner {
	box-shadow: 0 0.5625rem 0.5625rem rgba(0, 0, 0, 0.1);
	margin-left: auto;
	margin-right: auto;
	max-width: 77.6875rem;
	padding: 3.625rem 5.25rem 4.625rem;
}

.cause__subTitle {
	border-radius: 1.25rem;
	font-size: 1.75rem;
	padding: 0.8125rem 1rem 1rem 2.6875rem;
}

.cause__subTitle::after {
	bottom: -1.25rem;
	height: 1.875rem;
	width: 1.875rem;
}

.cause__subTitle span {
	color: #fff;
}

.cause__title {
	font-size: 2.75rem;
	line-height: normal;
	line-height: initial;
	margin-top: 1.625rem;
}

.cause__title span {
	font-size: 5.25rem;
}

.cause__cards {
	display: flex;
	gap: 2.1875rem;
	margin-top: 3.1875rem;
	padding: 0;
}

.cause__card {
	font-size: 1.5625rem;
	line-height: 1.88;
	padding: 3.5rem 1.375rem 2.3125rem 3.125rem;
}

.cause__cardPoint {
	font-size: 2rem;
}

.cause__card:nth-child(n+2) {
	margin-top: 0;
}

.cause__point {
	border: none;
	display: block;
	font-size: 2rem;
	font-weight: 500;
	height: auto;
	left: 0.75rem;
	top: -2.5rem;
	width: auto;
}

.cause__pointNum {
	font-size: 3rem;
	padding-left: 0.625rem;
}

.cause__reasonWrap {
	padding: 0;
}

.cause__reason {
	margin-top: 6.4375rem;
	padding: 3.3125rem 0 3.0625rem;
}

.cause__reason::before {
	height: 5.875rem;
	top: -3rem;
	width: 11.0625rem;
}

.cause__reasonText {
	font-size: 2rem;
	letter-spacing: 0.04em;
}

.cause__answerImg {
	margin-top: 4rem;
	max-width: 34.0625rem;
}

.cause__answerText {
	font-size: 1.75rem;
	line-height: 2.0833333333;
	margin-top: 1.1875rem;
}

.cause__answerText span {
	font-size: 2.25rem;
}
.cause__result::after {
	background: url(../images/cause_result_bg.webp) no-repeat center/contain;
	bottom: -4.625rem;
	height: 24rem;
	left: auto;
	left: initial;
	right: calc(50% - min(49vw, 44.375rem));
	width: 42.875rem;
}

.cause__resultImg {
	margin-left: 0;
	margin-right: 0;
	margin-top: 10.0625rem;
	max-width: 43.1875rem;
}

.cause__resultText {
	/*font-size: 0.875rem;
	font-weight: 700;*/
	letter-spacing: 0.1em;
	/*line-height: 1.4285714286;*/
	margin-top: 1.9375rem;
}

.compare-box__title,
.compare-box__title2 {
	font-size: 1.5rem;
	padding-bottom: 1rem;
	padding-top: 1.125rem;
}

.compare-box__title::after,
.compare-box__title2::after {
	height: 4.6875rem;
	right: 1.75rem;
	top: 1rem;
	width: 4.6875rem;
}

.compare-box__title2::after {
	background: url(../images/compare_circle.webp) no-repeat center/contain;
	height: 5.5rem;
	right: 1.0625rem;
	top: 0.75rem;
	width: 5.5rem;
}

.compare-box__body {
	padding: 2.375rem 2.1875rem 1.375rem 2rem;
}

.compare-box--answer .compare-box__body {
	padding-bottom: 1.375rem;
	padding-top: 1.75rem;
}

.compare-box__talk:nth-child(3) {
	justify-content: initial;
	margin-top: 1.25rem;
}

.compare-box__review,
.compare-box__review2 {
	justify-content: space-between;
	margin-top: 2.125rem;
	padding-left: 0;
}

.compare-box__review::after {
	display: none;
}

.compare-box__review2 {
	align-items: flex-start;
	padding-left: 1.25rem;
}

.compare-box__reviewImg {
	max-width: 11.5625rem;
}

.compare-box__review2 .compare-box__reviewImg {
	max-width: 11.5625rem;
}

.compare-box__text,
.compare-box__text2 {
	background-color: rgba(45, 49, 57, 0.2);
	font-size: 1.125rem;
	min-width: 20.8125rem;
	padding: 2.0625rem 0.625rem 2rem 1.9375rem;
}

.compare-box__text2 {
	background-color: rgba(76, 171, 223, 0.2);
	font-size: 1.5625rem;
}

.compare__wrap {
	border: none;
	margin-left: 0;
	margin-right: 0;
	padding-bottom: 0;
}

.compare__title {
	margin-top: 6.3125rem;
}

.compare__textWrap {
	margin-top: 1.75rem;
}

.compare__text {
	font-size: 1.5rem;
	line-height: 1.9166666667;
}

.compare__inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.compare__contents {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 4rem;
}

.compare__box2 {
	margin-top: 0;
}

.compare__noteWrap {
	margin-top: 6.5rem;
}

.compare__noteWrap::before {
	display: none;
}

.compare__noteWrap::after {
	display: none;
}

.compare__note {
	font-size: 1.75rem;
	line-height: 1.8214285714;
}

.cta {
	padding: 3.8125rem 2.4375rem 2.375rem;
}

.cta__inner::after {
	background: url(../images/cta_clock-pc.webp) no-repeat center/contain;
	height: 20.75rem;
	right: calc(50% - min(48vw,42.5rem));
	width: 26.4375rem;
}

.cta__catch {
	height: 2.5rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 41.0625rem;
	position: static;
	transform: none;
	width: 100%;
}

.cta__title {
	font-size: 3rem;
}

.cta__title span img {
	height: 1.875rem;
	margin-top: -0.5rem;
	width: 1.875rem;
}

.cta__btn {
	margin-top: 3.625rem;
}

.cta__btnFlow {
	font-size: 1.125rem;
	margin-top: 1.375rem;
}

.feature__header {
	font-size: 2.75rem;
}

.feature__header img {
	height: 2.9375rem;
	width: 15.125rem;
}

.feature__title {
	margin-top: 2.0625rem;
}

.feature__title2 {
	margin-top: 12.5625rem;
}

.feature__title3 {
	margin-top: 12.5625rem;
}

.feature__voice {
	margin-top: 10.8125rem;
}

.feature__recommend {
	margin-top: 9.25rem;
}

.feature__about {
	margin-top: 14.3125rem;
}

.flow-card__step {
	font-size: 1.625rem;
}

.flow-card__img img {
	aspect-ratio: 291/128;
}

.flow-card__head {
	margin-top: 1.875rem;
}

.flow-card__title {
	font-size: 1.375rem;
}

.flow-card__time {
	border-radius: 0;
	display: inline-block;
	font-size: 1.375rem;
	height: auto;
	position: static;
	width: auto;
}

.flow-card__text {
	font-size: 1rem;
}

.flow__catch {
	max-width: 29.25rem;
}

.flow__title {
	font-size: 2.375rem;
	margin-top: 0.875rem;
}

.flow__subText {
	font-size: 1.5rem;
}

.flow__cards {
	gap: 1.5rem;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 2.5625rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.flow__cards::before {
	display: none;
}

.flow__trial {
	border-radius: 1.6875rem;
	grid-template-columns: 1fr 13.4375rem;
	margin-top: 3.5rem;
	max-width: 39.25rem;
	padding: 1.375rem 2.75rem 0.875rem 2.75rem;
	transition: 0.3s;
}

.flow__trial:hover {
	background-color: #e7f3fa;
	opacity: 0.7;
}

.flow__trialTitle {
	font-size: 1.625rem;
}

.flow__trialText {
	font-size: 1.25rem;
	margin-top: 0.5rem;
}

.flow__trialImg {
	margin-top: 0;
}

.fz-lg {
	font-size: 2rem;
}

.fz-sm {
	font-size: 0.75rem;
}

.fz-sm2 {
	font-size: 2.9375rem;
}

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

.items__item {
	padding: 1rem 0.8125rem 1rem 1.25rem;
}

.items__item.items__item--oneLine {
	padding-bottom: 1.875rem;
	padding-top: 1.875rem;
}

.items__text {
	font-size: 1.1875rem;
}

.items2__item:nth-child(n+2) {
	margin-top: 0;
}

.learn__text {
	font-size: 1.5rem;
	line-height: 1.9166666667;
}

.learn__media {
	align-items: center;
	border-radius: none;
	display: flex;
	gap: 1.625rem;
	margin-left: 0;
	margin-right: 0;
	margin-top: 2.8125rem;
	padding: 2.0625rem 3rem 2.5rem;
}

.learn__media::after {
	display: none;
}

.learn__desc {
	color: #141821;
	font-size: 1.125rem;
	line-height: 1.5;
	text-align: left;
}

.learn__explanation {
	font-feature-settings: "palt" 1;
	display: block;
	font-size: 1.625rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	margin-top: 1.0625rem;
}

.learn__graphImg {
	margin-left: 0;
	margin-top: 3.125rem;
	max-width: 21.75rem;
}

.learn__graphImg::before {
	display: none;
}

.learn__bodyRight {
	margin-top: 0;
}

.learn__box {
	border-radius: 2.25rem;
	padding: 1.9375rem 0.6875rem 2.4375rem;
}

.learn__box::after {
	right: 6.8125rem;
}

.learn__boxText {
	font-size: 1rem;
}

.learn__study {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-left: 0;
}

.learn__studyBox {
	display: block;
	min-width: 0;
	min-width: initial;
	padding: 0.375rem 1.8125rem 0.5rem 2.875rem;
}

.learn__studyBox::before {
	width: 1.625rem;
}

.learn__studyBox:nth-child(n+2) {
	margin-top: 0;
}

.learn__en {
	font-size: 1.375rem;
}

.learn__jp {
	font-size: 0.75rem;
}

.learn__subMedia {
	margin-top: 1.25rem;
}

.learn__boxItem,
.learn__boxItem2 {
	border-radius: 2.5rem;
	font-size: 1rem;
	max-width: 100%;
	padding: 1.3125rem 1.75rem 1.125rem 2rem;
}

.learn__boxItem2 {
	margin-top: 1.125rem;
}

.learn__trainer {
	bottom: -4.375rem;
	max-width: 13.375rem;
	right: -1.875rem;
	top: auto;
	top: initial;
}

.lesson-intro__imgWrap {
	height: 1.25rem;
	width: 1.25rem;
}

.lesson-intro__img {
	height: 1.125rem;
	width: 1.1875rem;
}

.lesson-intro__title {
	font-size: 1.5rem;
}

.lesson-intro__titleLg {
	font-size: 3rem;
}

.lesson-intro__titleSm {
	font-size: 1.125rem;
}

/*.lesson-intro__text {
	font-size: 0.875rem;
}*/

.lesson__contents {
	grid-template-columns: 1fr 1fr;
	margin-left: auto;
	margin-right: auto;
	max-width: 86.875rem;
	width: 100%;
}

.lesson__shadow:first-child {
	transform: translateX(5.875rem);
}

.lesson__shadow:nth-child(2) {
	transform: translate(-6.25rem, 2.5rem);
}

.lesson__left {
	padding: 0 6.25rem 1.5rem 3.625rem;
	width: 100%;
}

.lesson__right {
	-webkit-clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0 100%);
	clip-path: polygon(12% 0, 100% 0%, 100% 100%, 0 100%);
	margin-left: 0;
	padding: 0 3.625rem 1.25rem 12.25rem;
	width: 100%;
}

.marker-blue {
	background-color: rgba(73, 169, 223, 0.4);
}

.marker-yellow {
	font-size: 1.25rem;
}

.marker-yellow {
	background-color: #fff8bb;
	font-size: 1.25rem;
	padding-left: 0.25rem;
	padding-right: 0.25rem;
}

.media__contents {
	gap: 3.625rem;
	grid-template-columns: 15rem 1fr;
}

.media__imgBox {
	display: block;
}

.media__img {
	padding-top: 3.125rem;
	width: 100%;
}

.media__interviewer {
	font-size: 1.5rem;
	margin-top: 0.5rem;
	text-align: center;
}

.media__interviewer span {
	font-size: 1rem;
}

.media__body {
	display: block;
}

.media__title {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 1.3461538462;
}

.media__comment {
	margin-top: 1.625rem;
	padding: 1.9375rem 1.5rem 2.5rem 3.1875rem;
}

.media__comment::before {
	-webkit-clip-path: polygon(0 0, 100% 100%, 100% 48%);
	clip-path: polygon(0 0, 100% 100%, 100% 48%);
	left: -3.3125rem;
	top: 52%;
}

.media__commentText {
	font-size: 1.5625rem;
	line-height: 1.8;
}

.modal__close {
	font-size: 2.5rem;
}

.mv__bg {
	background: url(../images/mv_bg-pc.webp) no-repeat bottom/cover;
	padding: 2rem 0 2.5rem;
}

.mv__inner {
	padding-left: 9.5625rem;
	transform: translateY(0);
}

.mv__title {
	margin: 0;
	max-width: 35rem;
	width: 100%;
}

.mv__text {
	font-size: 1.375rem;
	padding-left: 1rem;
	text-align: left;
	transform: translateY(0);
}

.mv__logo {
	margin-left: 0;
	margin-right: 0;
	margin-top: 1.625rem;
	max-width: 13rem;
	padding-left: 1rem;
	transform: translateY(0);
}

.mv__contents {
	align-items: center;
	flex-direction: row;
	gap: 2.5rem;
	justify-content: center;
	margin-top: 0;
}

.mv__btn {
	margin-top: 0.125rem;
	order: 1;
	transform: translateY(0);
}

.mv__award {
	margin-top: -1rem;
	order: 2;
	transform: translateY(-2.125rem);
}

.mv__awardImg {
	max-width: 24.6875rem;
	transform: translateX(4.625rem);
	width: 100%;
}

.mv__awardText {
	text-align: left;
}

/*.mv__awardText p {
	font-size: 0.875rem;
}*/

.optimal__wrap {
	background: none;
	padding: 3.25rem 5.125rem 3.5rem 6.375rem;
}

.optimal__title {
	font-size: 2.5rem;
	text-align: left;
}

.optimal__title img {
	width: 13.0625rem;
}

.optimal__items {
	margin-top: 1.5625rem;
}

.optimal__item {
	font-size: 1.5rem;
	letter-spacing: 0.088em;
	line-height: 2.2083333333;
	padding-left: 2.1875rem;
}

.optimal__item::before {
	height: 1.5rem;
	margin-right: 0.5rem;
	top: 50%;
	width: 1.6875rem;
}

.optimal__item:nth-child(n+2) {
	margin-top: 0.25rem;
}

.price::before {
	height: 15.8125rem;
	left: calc(50% - min(50vw, 34.875rem));
	top: -3.125rem;
	width: 13.75rem;
}

.price__wrap {
	padding-bottom: 2.1875rem;
	padding-top: 3.125rem;
}

.price__title {
	font-size: 2.75rem;
}

.price__text {
	font-size: 2.125rem;
	margin-top: 1rem;
}

.price__noteText {
	/*font-size: 0.75rem;*/
	margin-top: 1.5rem;
}

.price__sale {
	background: linear-gradient(90deg, #fefbdd, #feedf6 70%);
	display: flex;
	gap: 0.625rem;
	justify-content: space-between;
	margin-top: 2rem;
	max-width: 73.6875rem;
	padding: 2rem 6.375rem 0.375rem 5.1875rem;
	text-align: left;
}

.price__saleDesc {
	font-size: 1.9375rem;
	transform: translateY(-0.625rem);
}

.price__saleOff {
	font-size: 6.875rem;
	margin-top: -1.25rem;
}

.program__arrange {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.9166666667;
	margin-top: 6rem;
}

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

.program__card {
	border-radius: 3.125rem;
	margin-left: 0;
	margin-right: 0;
	padding: 3.4375rem 1.375rem 3.5rem;
}

.program__card:nth-child(2) {
	padding: 3.4375rem 1.375rem 3.5rem;
}

.program__card:nth-child(3) {
	padding: 3.4375rem 1.375rem 3.5rem;
}

.program__card:nth-child(2) .program__items {
	margin-top: 2.75rem;
}

.program__titleImg {
	max-width: 17.25rem;
}

.program__card:nth-child(2) .program__titleImg {
	max-width: 14.5625rem;
}

.program__img {
	margin-left: 0;
	margin-right: 0;
	margin-top: 3.3125rem;
	max-width: 100%;
}

.program__text {
	font-size: 1.125rem;
	margin-top: 2.3125rem;
}

.program__items {
	margin-left: 0;
	margin-right: 0;
	margin-top: 2.5rem;
	max-width: 100%;
}

.program__note {
	/*font-size: 0.75rem;*/
	padding-left: 2.25rem;
}

.qa__qaWrap {
	border-radius: 1.875rem;
	padding: 1.125rem 1.1875rem 1.125rem 1.9375rem;
}

.qa__qaWrap:nth-child(n+2) {
	margin-top: 1.9375rem;
}

.qa__q {
	align-items: center;
	font-size: 1.5rem;
	grid-template-columns: 4.75rem auto 3.625rem;
}

.qa__q::before {
	height: 3.8125rem;
	width: 3.375rem;
}

	.qa__q::after{
		width: 3rem;
		height: 3rem;
	}

.qa__a {
	margin-top: 1.125rem;
	padding: 1.9375rem 0.9375rem 1.375rem;
}

.qa__aText {
	font-size: 1.3125rem;
}

/*.qa__note {
	font-size: 0.875rem;
}*/

.question__wrap {
	padding-bottom: 4.1875rem;
	padding-top: 2.875rem;
}

.question__title {
	font-size: 2.75rem;
}

.question__qa {
	margin-top: 2.75rem;
}

.reason__title {
	font-size: 2.75rem;
	line-height: normal;
	line-height: initial;
}

.reason__spFont {
	font-size: 2.75rem;
}

.reason__fontEn {
	font-size: 4.875rem;
}

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

.reason__card {
	margin-left: 0;
	margin-right: 0;
}

.reason__caution {
	margin-top: 2rem;
	text-align: center;
}
.business__reason__caution{
	text-align: left;
	margin-top: 0.9375rem;;
}

.reason__supplement {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.75rem;
	max-width: 64.6875rem;
}

.reason__media {
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.75rem;
	max-width: 68.125rem;
}

.recommend__title {
	font-size: 2.75rem;
}

.select__wrap {
	padding-bottom: 2.875rem;
	padding-top: 3.125rem;
}

.sp-blue {
	color: #141821;
}

.structure__title {
	margin-top: 4.0625rem;
}

.structure__intro {
	font-size: 1.5rem;
	line-height: 1.9166666667;
	margin-top: 1.875rem;
}

.structure__cards {
	gap: 1.9375rem;
	grid-template-columns: repeat(3, 1fr);
	margin-top: 5.8125rem;
	padding-left: 0;
	padding-right: 0;
}

.structure__card:nth-child(4) {
	order: 4;
}

.structure__card:nth-child(5) {
	order: 5;
}

.structure__card:nth-child(6) {
	order: 6;
}
.structure__card__caution{
	font-size: 1rem;
    font-weight: 500;
    margin-top: 2rem;
    text-align: left;
}

.supplement {
	padding: 2.5rem 0 3.125rem;
}

.supplement::before {
	background: url(../images/supplement_bg.webp) no-repeat top/contain;
}

.supplement__text {
	font-size: 1.625rem;
	font-weight: 700;
	line-height: 2.2307692308;
}

.supplement__img {
	margin-top: 2.5rem;
	max-width: 50.5625rem;
}

.supplement__img img {
	aspect-ratio: 809/131;
}

.supplement__img + .supplement__text {
	margin-top: 2.5rem;
}

.tab-item__contents {
	align-items: start;
	gap: 2.625rem;
	grid-template-columns: repeat(3, 1fr);
}

.tab-item__iconRecommend {
	font-size: 1.25rem;
	height: 7.8125rem;
	left: -1.5rem;
	top: -5.0625rem;
	width: 7.8125rem;
}

.tab-item__title {
	font-size: 1.875rem;
	padding-bottom: 1.8125rem;
	padding-top: 2.1875rem;
}

.tab-item--2 .tab-item__title {
	display: block;
	font-size: 1.875rem;
	padding-top: 1.875rem;
}

.tab-item__body {
	padding: 3.4375rem 1.625rem 1.25rem;
}

.tab-item__body.tab-item__body--2 {
	background-color: #e7f3fa;
	padding: 1.25rem 1.625rem 1.25rem;
}

.tab-item__price {
	font-size: 1.875rem;
}

.tab-item__price::after {
	bottom: -3.9375rem;
	height: 1.5625rem;
	width: 1.8125rem;
}

.tab-item__sale {
	font-size: 6rem;
	line-height: 1.5;
	margin-top: 2.6875rem;
}

.tab-item__sale::before {
	font-size: 2rem;
	left: 1.25rem;
	top: -0.25rem;
}

.tab-item__sale.tab-item__sale--2::before {
	left: 0.3125rem;
	top: -0.1875rem;
}

.tab-item__sale::after {
	font-size: 1.5rem;
	right: 1.5rem;
	top: 1.6875rem;
}

.tab-item__sale.tab-item__sale--2::after {
	right: 0.375rem;
	top: 1.875rem;
}

.tab-item__sale.tab-item__sale--3::after {
	right: 2rem;
}

.tab-item__sale span {
	font-size: 3.125rem;
}

.tab-item__content2 {
	display: block;
}

.tab-item__content2.tab-item__content2--mt {
	margin-left: 0;
	margin-right: 0;
	margin-top: -3.75rem;
}

.tab-item__check {
	border-radius: 1.25rem;
	padding: 1.125rem 1.5rem;
}

.tab-item__check::after {
	-webkit-clip-path: polygon(100% 0, 20% 0, 14% 100%);
	background-color: #ebeef1;
	bottom: -1.875rem;
	clip-path: polygon(100% 0, 20% 0, 14% 100%);
	content: "";
	height: 2.375rem;
	position: absolute;
	right: 3.75rem;
	width: 2.1875rem;
}

.tab-item__checkText {
	font-size: 1.5rem;
	transform: scale(1);
}

.tab-item__checkImg {
	max-width: 10.375rem;
}

.tab-item--2 .tab-item__checkImg {
	max-width: 8.125rem;
}

.tab-item__items {
	margin-left: 0;
}

.tab-item__items.tab-item__items--2 {
	margin-top: -0.375rem;
}

.tab-item__item {
	font-size: 1.5rem;
	letter-spacing: 0.02em;
	padding-left: 1.875rem;
}

.tab-item__item::before {
	height: 1.5625rem;
	top: 1.1875rem;
	width: 1.625rem;
}

.tab-item__item:nth-child(n+2) {
	margin-top: 0.875rem;
}

.tab-item__titleYellow {
	font-size: 1.875rem;
}

.tab__container {
	max-width: 1180px;
	width: 95%;
}

.tab__toggleGroup {
	gap: 2.375rem;
}

.tab__toggle {
	font-size: 2rem;
	padding: 1.125rem 0;
	width: 24.0625rem;
}

/*.tab__content {
	padding: 6.625rem 2.3125rem 4.1875rem 3.5625rem;
}*/

.tab__content.tab__content--2 {
	padding-top: 6.3125rem;
}

.table-desc__content {
	gap: 1.8125rem;
	grid-template-columns: 2.0625rem 1fr;
}

.table-desc--ng .table-desc__content {
	grid-template-columns: 1.5rem 1fr;
}

.table-desc__img {
	margin-left: 0;
	margin-right: 0;
	max-width: 2.0625rem;
}

.table-desc__text {
	font-size: 1rem;
	text-align: left;
}

.table__box td:first-child {
	width: 17.8125rem;
}

.table__box td:nth-child(2),
.table__box td:nth-child(3) {
	width: 20.25rem;
}

.table__box td:last-child {
	width: 21.375rem;
}

.table__headBizImg {
	max-width: 10.9375rem;
}

.table__headOther {
	font-size: 1rem;
	padding: 1.375rem 0;
}

.table__headOther span {
	font-size: 0.75rem;
}

.table__desc {
	font-size: 1rem;
	padding: 1.0625rem 1rem 1.125rem 1.75rem;
}

.talk {
	gap: 1.3125rem;
}

.talk__text,
.talk__text2,
.talk__text3,
.talk__text4 {
	border-radius: 2.0625rem;
	font-size: 1.125rem;
	letter-spacing: 0.04em;
	min-width: 20.8125rem;
	padding: 1.8125rem 0.625rem 2rem 2.4375rem;
}

.talk__text3 {
	padding: 1.3125rem 0.625rem 1.4375rem 1.25rem;
}

.talk__text4 {
	padding: 1.8125rem 0.625rem 2rem 2.4375rem;
}

.talk--rev .talk__text {
	margin-left: 0;
	padding: 1.8125rem 1.75rem 2rem 1.875rem;
}

.talk--rev .talk__text2 {
	margin-top: 0;
	padding: 1.8125rem 1.75rem 2rem 1.875rem;
}

.talk__img {
	max-width: 8rem;
}

.talk--rev .talk__img {
	max-width: 7.9375rem;
}

.talk__person {
	font-size: 1.125rem;
}

.title {
	font-size: 2rem;
	letter-spacing: 0.04em;
	padding: 0.6875rem 0 0.8125rem;
}

.title span {
	display: inline;
	font-size: 2.625rem;
	padding-right: 1rem;
}

.title2 {
	font-size: 2.25rem;
}

.top-footer {
	margin-top: 2.8125rem;
}

.trainer__textWrap {
	margin-top: 5.0625rem;
}

.trainer__text {
	font-size: 1.5rem;
	line-height: 1.9166666667;
}

.trainer__note {
	/*font-size: 0.875rem;*/
	margin-top: 1.6875rem;
}

.trainer__wrap {
	margin-top: 3.4375rem;
}

.trainer__wrap .inner {
	padding-left: 1.5625rem;
	padding-right: 1.5625rem;
}

.trainer__title {
	margin-top: 8.625rem;
}

.trainer__subText {
	font-size: 1.5rem;
	margin-top: 2.0625rem;
}

.trainer__lesson {
	margin-left: auto;
	margin-right: auto;
	margin-top: -1.875rem;
	max-width: 79.8125rem;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.trainer__lesson img {
	aspect-ratio: 1277/447;
}

.trainer__intro {
	margin-left: auto;
	margin-right: auto;
	margin-top: 10.5625rem;
	max-width: 68.3125rem;
}

.trainer__introImg {
	transition: 0.3s;
}

.trainer__introImg:hover {
	opacity: 0.7;
}

.trainer__introImg img {
	aspect-ratio: 1093/307;
}

.trainer__spHidden {
	display: contents;
}

.trainer__spHidden::before {
	display: none;
}

.trainer__spHidden.is-active::before {
	display: none;
}

.trainer__continue {
	display: none;
}

.trainer__continue::after {
	display: none;
}

.voice__wrap {
	padding-bottom: 8.75rem;
	padding-top: 5rem;
}

.voice__title {
	font-size: 2.75rem;
}

.voice__cards {
	gap: 1.5625rem;
	grid-template-columns: 22rem 26.75rem 24rem;
	margin-top: 5.5rem;
}

.voice__card {
	padding-left: 0;
	padding-right: 0;
}

.voice__card:nth-child(1) {
	order: initial;
}

.voice__card:nth-child(2) {
	order: initial;
}

.voice__card:nth-child(3) {
	margin-top: -2.375rem;
	order: initial;
}

.work__head {
	padding: 12px 0;
}
@media screen and (min-width: 769px) {
	.work__head {
		padding: 20px 0;
	}
}

.work__head.work__head--mt {
	margin-top: 8.375rem;
}

.work__subTtile {
	font-size: 1.25rem;
}

/* .work__title {
	font-size: 24px;
	letter-spacing: 1.44px;
	margin: 8px 0;
} */

.work__img {
	margin-top: -0.375rem;
}

.work__img img {
	aspect-ratio: 1275/161;
}

.work__badge {
	max-width: 53.4375rem;
}

/* .work__badge img {
	aspect-ratio: 855/162;
} */

.work__badgeNote {
	/*font-size: 0.75rem;*/
	line-height: 1.5;
	margin-top: 2.0625rem;
}

}

.siteFooter_item.-buttonStack.pc {
    display: none;
}
@media screen and (min-width: 769px) {

#header .sp {
	display: none;
}

}

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

.siteFooter_wrapper {
	max-width: 100%;
}

.siteFooter_wrapper.tbl {
	display: block;
}

.fixedArea + .siteFooter {
	padding-bottom: 0px;
}

.fixedArea.-single + .siteFooter {
	padding-bottom: 0px;
}

.siteFooter_main {
	padding: 24px 40px 50px;
}

.siteFooter_wrapper {
	flex-direction: row;
}

.siteFooter_item.-buttonStack > * + * {
	margin-top: 8px;
}

.siteFooter_button:hover {
	background-color: #006EAC;
}

#footerNav .pc {
	display: block;
}

#footerNav .sp {
	display: none;
}

#footerNav .linkCard_wrapLink {
	font-size: 20px;
	line-height: 30px;
}

#footerNav .linkCard_title {
	font-size: 20px;
}

#footerNav .siteFooter_menuList {
	line-height: 18px;
}

#footerNav .siteFooter_pageTop {
	margin-left: 40px;
}

.breadcrumb {
	justify-content: center;
}

.linkCard {
	flex-basis: 33.3333333333%;
	flex-direction: column;
	height: 248px;
}

.linkCard::before {
	background: none;
}

.linkCard:nth-child(2)::before {
	background: none;
}

.linkCard:nth-child(3)::before {
	background: none;
}

.linkCard_image img {
	width: 100%;
}

.linkCard_image {
	display: block;
}

}

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

:root {
	--fs-sectionTtl: 6.25rem;
	--fs-point: 3rem;
	--fs-ttl: 2.5rem;
	--fs-price: 2.5rem;
	--fs-hero-l: 2.5rem;
	--fs-lpcopy: 2rem;
	--fs-h2: 2rem;
	--fs-h3: 1.75rem;
	--fs-h4: 1.5rem;
	--fs-h5: 1.25rem;
	--fs-h6: 1.125rem;
	--lp-fs-hero: 1.125rem;
	--fs-hero: 1.125rem;
	--fs-body-m: 1rem;
	--fs-32-r: 2rem;
	--fs-28-r: 1.75rem;
	--fs-24-r: 1.5rem;
	--fs-20-r: 1.25rem;
	--fs-18-r: 1.125rem;
	--header-h-n: -111px;
	--header-h: 111px;
	--hero-h: 536px;
	--header-sh: 56px;
	--lp-hero-h: 470px;
}

.siteFooter_wrapper.tbl {
	display: none;
}

.siteFooter_wrapper .sp_tb.pc {
	display: block;
	flex-basis: 25%;
}

.linkCard {
	flex-basis: 25%;
}

:root {
	--fs-sectionTtl: 6.25rem;
	--fs-point: 3rem;
	--fs-ttl: 2.5rem;
	--fs-price: 2.5rem;
	--fs-hero-l: 2.5rem;
	--fs-lpcopy: 2rem;
	--fs-h2: 2rem;
	--fs-h3: 1.75rem;
	--fs-h4: 1.5rem;
	--fs-h5: 1.25rem;
	--fs-h6: 1.125rem;
	--lp-fs-hero: 1.125rem;
	--fs-hero: 1.125rem;
	--fs-body-m: 1rem;
	--fs-32-r: 2rem;
	--fs-28-r: 1.75rem;
	--fs-24-r: 1.5rem;
	--fs-20-r: 1.25rem;
	--fs-18-r: 1.125rem;
	--header-h-n: -111px;
	--header-h: 111px;
	--hero-h: 536px;
	--header-sh: 56px;
	--lp-hero-h: 470px;
}

.siteHeader_main {
	padding-left: 40px;
}

.siteHeader_button.pc {
	display: flex;
}

.siteHeader_button.-cta:hover {
	background-color: #E6D54E;
}

.siteHeader_menu {
	max-width: 100%;
	opacity: 1;
	position: static;
}

.headerNavReason {
	padding-bottom: 111px !important;
}

.main__section-content {
	padding-top: 0 !important;
}

.siteHeader_button {
	font-size: 14px;
}

.siteHeader_button.-cta {
	display: flex;
}

.siteHeader_button.-cta:hover {
	background-color: #E6D54E;
}

.siteHeader_button.-secondary {
	background-color: #0087D2;
	border: none;
	border-radius: 0px;
	color: #ffffff;
	height: 56px;
	margin-right: 0px;
	width: 140px;
}

.siteHeader_button.-secondary:hover {
	background-color: #006EAC;
}

.siteHeader_button.-login {
	background-color: #ffffff;
	flex-direction: row;
}

.siteHeader_button.-login:hover {
	background-color: #E7F3FA;
}

.siteHeader_menu {
	display: block;
	height: auto;
	padding-bottom: 0px;
	position: static;
	text-align: center;
}

.siteHeader_menuButton {
	display: none;
}

.siteHeader_menuList {
	flex-direction: row;
}

.siteHeader_menuItem {
	border-bottom: none;
	max-width: 256px;
	width: 20%;
}

.siteHeader_menuItem a {
	justify-content: center;
	padding: 0px;
}

.siteHeader_menuItem a::before {
	content: none;
}

.siteHeader_menuItem a::after {
	background-color: #0087D2;
	bottom: 0px;
	height: 4px;
	left: 0px;
	opacity: 0;
	top: auto;
	transform: none;
	transition: opacity 0.2s;
	width: 100%;
}

.siteHeader_menuItem a:hover {
	color: #0087D2 !important;
}

.siteHeader_menuItem a:hover::after {
	opacity: 1;
}

#header .flex_item.-wAuto {
	max-width: 100%;
}

#header .flex_item.-wAuto.sp_tbl {
	display: none;
}

#header .icon {
	font-size: 1.6em !important;
}
	.mv__bg {
		padding: 2rem 0 2.5rem;
	}
	.top-mv {
		margin-top: 111px;
	}
	.siteFooter_item.-buttonStack.pc {
		display: block;
	}
}
@media (min-width: 1300px) {
	html {
		font-size: 16px;
	}
	.mv__bg {
		background: url(../images/mv_bg-pc.webp) no-repeat center/cover;
	}
}
@media screen and (max-width: 769px) {

.headerNavReason {
	padding-bottom: 56px !important;
}

.main__section-content {
	padding-top: 0 !important;
}

.l-body[data-page=top] {
	padding-top: 20px !important;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

sup{
	font-size: 0.5em;
}

.cmn_note{	
	font-size: 10px;
	color: #7F8288;
	display: inline-block;
	line-height: 1.5;
	font-weight: 400;
}

.js-float_btn{
	display: none;
}

.Grid__item.-streach .txt_img_w img {
	height: max-content;
}
.siteFooter_item.-buttonStack.sp_tb.pc {
    display: block;
}
@media screen and (min-width: 820px) {
	.siteFooter_item.-buttonStack.sp_tb.pc {
		display: none;
	}
}
@media screen and (min-width: 1080px) {
	.siteFooter_item.-buttonStack.sp_tb.pc {
		display: block;
	}
}

.FixedArea.tb_pc {
    width: 100%;
    right: 0;
    bottom: 0;
    position: fixed;
    z-index: 10;
    padding: 8px;
    background-color: #EBEEF1;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s;
}
@media screen and (min-width: 600px) {
	.FixedArea.tb_pc {
    	background: rgba(20, 24, 33, 0.40) !important;
    }
}
.FixedArea.tb_pc.-single {
	padding: 8px;
	background-color: transparent;
	display: none;
}
@media screen and (min-width: 600px) {
	.FixedArea.tb_pc.-single {
		display: block;
	}
}
.FixedArea.tb_pc.-show {
	pointer-events: auto;
	opacity: 1;
	z-index: 1000;
}
.FixedArea.tb_pc .Button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	font-weight: 700;
	border-radius: 8px;
	width: 100%;
	height: 56px;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent;
	border: none;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 18px;
	cursor: pointer;
	background-color: #FFED56;
	color: #141821;
	border-bottom: #E6D54E solid 4px;
	transition: border 0.2s, transform 0.2s;
}
@media screen and (min-width: 600px) {
	.FixedArea.tb_pc .Button {
		max-width: 320px;
	}
}
.FixedArea.tb_pc p.FixedArea__button .Button.-free {
	gap: 12px;
	min-width: 320px;
	height: 56px;
}
.FixedArea.tb_pc p.FixedArea__button .Button.-free > *:last-child {
	line-height: 1.3;
}
.FixedArea.tb_pc p.FixedArea__button .Button.-free ::after {
	border-radius: 8px;
}
.FixedArea.tb_pc p.FixedArea__button .FixedArea.tb_pc img {
	z-index: 1000;
}
.FixedArea.tb_pc span.red_area {
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	font-size: 11px;
	letter-spacing: 0.55px;
	padding: 4px 16px;
	border-radius: 16px;
	background: #D03086;
	color: #fff;
	width: max-content;
}
.FixedArea.tb_pc span.red_area + span {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.9px;
	height: 27px;
	display: flex;
	align-items: flex-end;
  }
.FixedArea.tb_pc span.red_area + span span {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.75px;
}
.FixedArea.tb_pc span.red_area + span span.material-symbols-outlined {
	font-size: 27px;
	font-weight: 300;
}