@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@keyframes bound-animeA {
	0% {
		transform: translate(0, 0) scale(1);
	}
	1% {
		transform: translate(0, -2px) scale(1);
	}
	3% {
		transform: translate(0, -10px) scale(1);
	}
	5% {
		transform: translate(0, -2px) scale(1);
	}
	7% {
		transform: translate(0, 0) scale(1.1, 0.9);
	}
	9%,
	100% {
		transform: translate(0, 0) scale(1);
	}
}
@keyframes bound-animeB {
	0% {
		transform: translateY(0);
	}
	8% {
		transform: translateY(-10px);
	}
	16% {
		transform: translateY(0);
	}
	24% {
		transform: translateY(-10px);
	}
	30%,
	100% {
		transform: translateY(0);
	}
}
@keyframes vibration-animeA {
	0% {
		transform: rotate(0);
	}
	20% {
		transform: rotate(-5deg);
	}
	40% {
		transform: rotate(0);
	}
}
@keyframes vibration-animeB {
	0% {
		transform: rotate(-5deg);
	}
	50% {
		transform: rotate(1deg);
	}
	100% {
		transform: rotate(-5deg);
	}
}
@keyframes horizontalArrow-anime {
	0% {
		opacity: 0;
		transform: rotate(45deg) translate(0, 0);
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	90% {
		opacity: 0;
		transform: rotate(45deg) translate(20px, -20px);
	}
	100% {
		opacity: 0;
	}
}
@keyframes verticalArrow-anime {
	0% {
		opacity: 0;
		transform: rotate(135deg) translate(0, 0);
	}
	20% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	90% {
		opacity: 0;
		transform: rotate(135deg) translate(10px, -10px);
	}
	100% {
		opacity: 0;
	}
}
/*
======== table of content. ===============
summary:ワイヤーフレーム要素
==========================================
*/
html {
	font-size: 62.5%;
}

body {
	font-size: clamp(1rem, 1.428vw, 1.6rem);
	font-family: 'Noto Sans JP', sans-serif;
}
@media screen and (max-width: 767px) {
	body {
		font-size: clamp(1.2rem, 3.6vw, 1.6rem);
	}
}

a {
	position: relative;
	z-index: 1;
}

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

main {
	line-height: 195%;
}
@media screen and (max-width: 767px) {
	main {
		line-height: 175%;
	}
}

.contents {
	padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
	.contents {
		padding-bottom: 13.3333333333vw;
	}
}
.contents.contents__mini-pb {
	padding-bottom: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
	.contents.contents__mini-pb {
		padding-bottom: 6.6666666667vw;
	}
}
.contents.contents__no-pb {
	padding-bottom: 0;
}
@media screen and (max-width: 767px) {
	.contents.contents__no-pb {
		padding-bottom: 0;
	}
}

.contents__bg {
	background-color: #f1f3f7;
}

.contents__inner {
	margin: 0 auto;
	padding-left: 3.5714285714vw;
	padding-right: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
	.contents__inner {
		padding-left: 4vw;
		padding-right: 4vw;
	}
}
.contents__inner.contents__bg {
	padding-bottom: 2.1428571429vw;
}

.hiddenitem {
	opacity: 0;
	transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1),
		transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.hiddenitem.started {
	opacity: 1;
	transform: translate(0, 0);
}

#mv {
	position: relative;
	height: 55.7142857143vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	overflow: hidden;
}
@media screen and (min-width: 1400px) {
	#mv {
		height: 51.1428571429vw;
	}
}
@media screen and (max-width: 767px) {
	#mv {
		height: 100vw;
	}
}
#mv .mv__inner {
	position: relative;
	z-index: 2;
}
#mv .ttl__lead {
	color: #fff;
	margin-bottom: 4.1428571429vw;
	text-align: center;
}
@media screen and (max-width: 767px) {
	#mv .ttl__lead {
		margin-top: 10.6666666667vw;
		margin-bottom: 0vw;
	}
}
#mv .ttl__lead #ttl__lead__01 {
	width: 38.2142857143vw;
	display: block;
	margin: auto auto 1.4285714286vw;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: -webkit-clip-path 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: clip-path 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: clip-path 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
		-webkit-clip-path 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
	#mv .ttl__lead #ttl__lead__01 {
		width: 71.7333333333vw;
		margin-bottom: 1.3333333333vw;
		transition-delay: 0.2s;
	}
}
#mv .ttl__lead #ttl__lead__01.started {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
#mv .ttl__lead #ttl__lead__02 {
	width: 44.6428571429vw;
	display: block;
	margin: auto;
	-webkit-clip-path: inset(0 100% 0 0);
	clip-path: inset(0 100% 0 0);
	transition: -webkit-clip-path 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: clip-path 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: clip-path 0.6s cubic-bezier(0.215, 0.61, 0.355, 1),
		-webkit-clip-path 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
	#mv .ttl__lead #ttl__lead__02 {
		width: 82vw;
		transition-delay: 0.2s;
	}
}
#mv .ttl__lead #ttl__lead__02.started {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
#mv .freetrial__cta {
	margin: 0 auto 3.4285714286vw;
}
@media screen and (max-width: 767px) {
	#mv .freetrial__cta {
		margin-bottom: 5.3333333333vw;
	}
}
#mv .freetrial__cta a {
	display: inline-block;
}
#mv .freetrial__cta__text {
	color: #fff;
	opacity: 0;
	transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1),
		transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
	#mv .freetrial__cta__text {
		margin-bottom: 0.6em;
		font-size: 162.5%;
	}
}
@media screen and (max-width: 767px) {
	#mv .freetrial__cta__text {
		margin-bottom: 1em;
		font-size: 1.6rem;
		transition-delay: 0.2s;
	}
}
#mv .freetrial__cta__text.started {
	opacity: 1;
	transform: translate(0, 0);
}
#mv .freetrial__cta__text::before,
#mv .freetrial__cta__text::after {
	background-color: #fff;
}
@media screen and (min-width: 768px) {
	#mv .freetrial__cta__text::before,
	#mv .freetrial__cta__text::after {
		width: 3px;
		height: 28px;
		bottom: -0.1em;
		position: relative;
	}
}
#mv .freetrial__cta__text span.animation__letters {
	display: inline-block;
	line-height: 1;
	overflow: hidden;
}
#mv .freetrial__cta__text span.animation__letters span:first-child {
	font-size: 200%;
	margin-bottom: 0.3em;
	line-height: 1;
}
#mv .freetrial__cta__text span.animation__letters span {
	display: inline-block;
	opacity: 0;
	transform: scale(3);
	letter-spacing: 0.5em;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s,
		opacity cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s,
		letter-spacing cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	/*1文字ずつずらす*/
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(2) {
	transition-delay: 0.04s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(3) {
	transition-delay: 0.08s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(4) {
	transition-delay: 0.12s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(5) {
	transition-delay: 0.16s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(6) {
	transition-delay: 0.2s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(7) {
	transition-delay: 0.24s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(8) {
	transition-delay: 0.28s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(9) {
	transition-delay: 0.32s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(10) {
	transition-delay: 0.36s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(11) {
	transition-delay: 0.4s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(12) {
	transition-delay: 0.44s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(13) {
	transition-delay: 0.48s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(14) {
	transition-delay: 0.52s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(15) {
	transition-delay: 0.56s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(16) {
	transition-delay: 0.6s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(17) {
	transition-delay: 0.64s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(18) {
	transition-delay: 0.68s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(19) {
	transition-delay: 0.72s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(20) {
	transition-delay: 0.76s;
}
#mv .freetrial__cta__text span.animation__letters span:nth-child(21) {
	transition-delay: 0.8s;
}
#mv .freetrial__cta__text span.animation__letters.started span {
	opacity: 1;
	transform: scale(1);
	letter-spacing: 0.05em;
}
#mv .freetrial__cta .application__freetrial {
	margin-left: 0;
	opacity: 0;
	transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1),
		transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (max-width: 767px) {
	#mv .freetrial__cta .application__freetrial {
		transition-delay: 0.2s;
	}
}
#mv .freetrial__cta .application__freetrial.started {
	opacity: 1;
	transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
	#mv .freetrial__cta .application__freetrial__btn {
		padding-left: 3.5em;
		padding-right: 3.5em;
		font-size: 162.5%;
	}
}
@media screen and (max-width: 767px) {
	#mv .freetrial__cta .application__freetrial__btn {
		width: auto;
		margin: auto 7.3333333333vw;
		padding: 1em 3em 1em 2em;
		font-size: 125%;
	}
}
#mv .app {
	opacity: 0;
	transition: opacity 0.7s cubic-bezier(0, 0, 0.58, 1),
		transform 0.7s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
@media screen and (min-width: 768px) {
	#mv .app {
		width: 394px;
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
	#mv .app {
		margin: auto 7.3333333333vw;
		transition-delay: 0.2s;
	}
}
#mv .app.started {
	opacity: 1;
	transform: translate(0, 0);
}
#mv .app ul {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	#mv .app ul {
		justify-content: center;
	}
}
@media screen and (min-width: 768px) {
	#mv .app ul li {
		width: 174px;
	}
}
@media screen and (max-width: 767px) {
	#mv .app ul li {
		width: 34.6666666667vw;
		margin: 0 auto;
	}
}
#mv .app ul li img {
	transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		top 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		right 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		bottom 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		left 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		border 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		background 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		color 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		text-shadow 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		filter 0.7s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (hover: hover) {
	#mv .app ul li a:hover img {
		transform: scale(1.05);
		filter: drop-shadow(2px 2px 5px #444);
	}
}
#mv::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #203070;
	z-index: 1;
	transition: opacity 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		top 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		right 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		bottom 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		left 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		border 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		background 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		color 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		text-shadow 0.7s cubic-bezier(0.23, 1, 0.32, 1),
		filter 0.7s cubic-bezier(0.23, 1, 0.32, 1);
	transition-delay: 0.5s;
}
@media screen and (max-width: 767px) {
	#mv::after {
		transition-delay: 0s;
	}
}
#mv.started::after {
	background-color: rgba(32, 48, 112, 0.2);
}
#mv .mv__movie {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: -1;
}
#mv iframe#movie {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100vw;
	height: 56.25vw;
	-o-object-fit: cover;
	object-fit: cover;
	transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
	#mv iframe#movie {
		width: 177.77778vw;
		height: 100vw;
	}
}

.ttl__section {
	padding-top: 5.7142857143vw;
	font-weight: 700;
	line-height: 200%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.ttl__section {
		padding-top: 8vw;
	}
}
.ttl__section::after {
	content: attr(data-en);
	display: block;
	color: #5574da;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	letter-spacing: 0.07em;
	display: block;
	margin-top: 1em;
	font-size: 100%;
	-webkit-clip-path: inset(0 0 100% 0);
	clip-path: inset(0 0 100% 0);
	transition: -webkit-clip-path 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: clip-path 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: clip-path 0.7s cubic-bezier(0.215, 0.61, 0.355, 1),
		-webkit-clip-path 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 767px) {
	.ttl__section::after {
		margin-top: 0.3em;
		color: #0f357f;
	}
}
.ttl__section__small {
	display: block;
	margin-bottom: 0.5em;
	font-size: 155.5555555556%;
}
@media screen and (max-width: 767px) {
	.ttl__section__small {
		margin-bottom: 0.3em;
		font-size: 93.3333333333%;
	}
}
.ttl__section__jp {
	display: inline-block;
	font-size: 255.5555555556%; /*text-decoration-color: $color-border-1; text-decoration-line: underline;text-decoration-thickness: 3px; text-underline-offset: 16px;*/
}
@media screen and (max-width: 767px) {
	.ttl__section__jp {
		font-size: 180%;
		text-decoration-thickness: 2px;
		text-underline-offset: 12px;
	}
}
.ttl__section__jp::after {
	content: '';
	display: block;
	height: 3px;
	margin-top: 16px;
	background-color: #5574da;
	width: 0;
	transition: width 0.5s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
@media screen and (max-width: 767px) {
	.ttl__section__jp::after {
		margin-top: 8px;
	}
}
.ttl__section__jp .strong__orange {
	display: inline-block;
	color: #ff6600;
	font-weight: 700;
	line-height: 1;
	overflow: hidden;
}
.ttl__section__jp .strong__orange span {
	display: inline-block;
	line-height: 1;
	transform: translate(0, 105%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.ttl__section__sub {
	margin-bottom: 4.2857142857vw;
	font-size: 133.3333333333%;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.ttl__section__sub {
		margin-bottom: 10.6666666667vw;
		font-size: 106.6666666667%;
	}
}
.ttl__section__letters {
	display: inline-block;
	line-height: 1.4;
	overflow: hidden;
}
.ttl__section__letters span {
	display: inline-block;
	line-height: 1;
	transform: translate(0, 105%);
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
	min-width: 0.333em;
	/*1文字ずつずらす*/
}
.ttl__section__letters span:nth-child(2) {
	transition-delay: 0.04s;
}
.ttl__section__letters span:nth-child(3) {
	transition-delay: 0.08s;
}
.ttl__section__letters span:nth-child(4) {
	transition-delay: 0.12s;
}
.ttl__section__letters span:nth-child(5) {
	transition-delay: 0.16s;
}
.ttl__section__letters span:nth-child(6) {
	transition-delay: 0.2s;
}
.ttl__section__letters span:nth-child(7) {
	transition-delay: 0.24s;
}
.ttl__section__letters span:nth-child(8) {
	transition-delay: 0.28s;
}
.ttl__section__letters span:nth-child(9) {
	transition-delay: 0.32s;
}
.ttl__section__letters span:nth-child(10) {
	transition-delay: 0.36s;
}
.ttl__section__letters span:nth-child(11) {
	transition-delay: 0.4s;
}
.ttl__section__letters span:nth-child(12) {
	transition-delay: 0.44s;
}
.ttl__section__letters span:nth-child(13) {
	transition-delay: 0.48s;
}
.ttl__section__letters span:nth-child(14) {
	transition-delay: 0.52s;
}
.ttl__section__letters span:nth-child(15) {
	transition-delay: 0.56s;
}
.ttl__section__letters span:nth-child(16) {
	transition-delay: 0.6s;
}
.ttl__section__letters span:nth-child(17) {
	transition-delay: 0.64s;
}
.ttl__section__letters span:nth-child(18) {
	transition-delay: 0.68s;
}
.ttl__section__letters span:nth-child(19) {
	transition-delay: 0.72s;
}
.ttl__section__letters span:nth-child(20) {
	transition-delay: 0.76s;
}
.ttl__section__letters span:nth-child(21) {
	transition-delay: 0.8s;
}
.ttl__section.started::after {
	-webkit-clip-path: inset(0 0 0 0);
	clip-path: inset(0 0 0 0);
}
.ttl__section.started .ttl__section__jp .strong__orange span {
	transform: translate(0, 0);
}
.ttl__section.started .ttl__section__jp::after {
	width: 100%;
}
.ttl__section.started .ttl__section__letters span {
	transform: translate(0, 0);
}

.txt__intro {
	margin-bottom: 5vw;
	color: #24387c;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.txt__intro {
		margin-bottom: 10.6666666667vw;
	}
}

#learing-videos .ttl__section::after {
	transition-delay: 0.97s;
}
#learing-videos .ttl__section__jp::after {
	transition-delay: 0.52s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(1) {
	transition-delay: 0.56s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(2) {
	transition-delay: 0.6s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(3) {
	transition-delay: 0.64s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(4) {
	transition-delay: 0.68s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(5) {
	transition-delay: 0.72s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(6) {
	transition-delay: 0.76s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(7) {
	transition-delay: 0.8s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(8) {
	transition-delay: 0.84s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(9) {
	transition-delay: 0.88s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(10) {
	transition-delay: 0.92s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(11) {
	transition-delay: 0.96s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(12) {
	transition-delay: 1s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(13) {
	transition-delay: 1.04s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(14) {
	transition-delay: 1.08s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(15) {
	transition-delay: 1.12s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(16) {
	transition-delay: 1.16s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(17) {
	transition-delay: 1.2s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(18) {
	transition-delay: 1.24s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(19) {
	transition-delay: 1.28s;
}
#learing-videos .ttl__section__jp .ttl__section__letters span:nth-child(20) {
	transition-delay: 1.32s;
}

.intro__learning-videos p:first-child {
	margin-bottom: 1.5em;
}
@media screen and (max-width: 767px) {
	.intro__learning-videos p:first-child {
		margin-bottom: 3.2vw;
	}
}
.intro__learning-videos .list__intro {
	display: flex;
	justify-content: center;
	margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
	.intro__learning-videos .list__intro {
		justify-content: space-around;
	}
	.list__learning-videos .single-line {
		margin-top: 16px!important;
	}
}
.intro__learning-videos .list__intro li {
	width: 13.4285714286vw;
	margin: auto 1.4285714286vw;
}
@media screen and (max-width: 767px) {
	.intro__learning-videos .list__intro li {
		width: 25.0666666667vw;
		margin: auto 2.6666666667vw;
	}
}

.list__learning-videos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 0;
}
.list__learning-videos li {
	width: 49.2%;
	margin-bottom: 1.5vw;
}
.list__learning-videos.triple li {
	width: 32.2%;
}
@media screen and (max-width: 767px) {
	.list__learning-videos {
		margin-top: 0.3em;
	}
	.list__learning-videos li {
		flex-direction: column;
		width: 100%;
		margin-bottom: 0;
		margin-top: 5px;
	}
	.list__learning-videos.triple li {
		width: 48.8%;
	}
}
.list__learning-videos li.thumb-items {
	margin-bottom: 50px;
	margin-top: 30px;
	width: 48%;
}
.list__learning-videos li.thumb-items:last-child {
	margin-bottom: 0px;
}
@media screen and (max-width: 767px) {
	.list__learning-videos li.thumb-items {
		margin-bottom: 50px;
		margin-top: 0px;
		width: 100%;
	}
	.list__learning-videos li.thumb-items:last-child {
		margin-bottom: 30px;
	}
	.list__learning-videos li .learning-videos-subpanel {
		margin-bottom: 1.3vw;
	}
	.list__learning-videos.triple li .learning-videos-subpanel {
		margin-bottom: 1.3vw;
	}
}
@media screen and (max-width: 767px) {
	.list__learning-videos li:last-child .learning-videos-subpanel {
		margin-bottom: 0;
	}
}
.list__learning-videos li a {
	position: relative;
	display: block;
	padding-top: 2.1428571429vw;
	padding-bottom: 2.1428571429vw;
	background-color: #f6f8fc;
	transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		top 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		right 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		left 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		border 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		background 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		color 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		text-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		filter 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width: 767px) {
	.list__learning-videos li a {
		padding-top: 6.2666666667vw;
		padding-bottom: 6.2666666667vw;
	}
}
@media screen and (hover: hover) {
	.list__learning-videos li a:hover {
		background-color: #e6ebf5;
	}
	.list__learning-videos li a:hover .view-more {
		background-color: #fff;
		color: #1f2f6f;
	}
	.list__learning-videos li a:hover.learning-videos-subpanel {
		background-image: url(../img/icon__circle-withshadow_hover.svg);
	}
}
.list__learning-videos li a .icon__popular {
	position: absolute;
	top: -2.5vw;
	left: 2vw;
	width: 5vw;
	min-width: 6.5rem;
	max-width: 10rem;
}
@media screen and (max-width: 767px) {
	.list__learning-videos li a .icon__popular {
		top: 20px;
		width: 6.6666666667vw;
	}
}
.list__learning-videos li a .icon__popular img {
	position: relative;
	animation: bound-animeA 2.75s ease-out infinite;
	transform-origin: center bottom;
}
.list__learning-videos li:first-child .icon__popular img {
	animation-delay: 0s;
}

.list__learning-videos li:nth-child(2) .icon__popular img {
	animation-delay: 0.5s;
}

.list__learning-videos li:nth-child(3) .icon__popular img {
	animation-delay: 1s;
}

.list__learning-videos li:nth-child(4) .icon__popular img {
	animation-delay: 1.5s;
}

.list__learning-videos li a .ttl__learning-videos {
	font-size: 140%;
	font-weight: 700;
	transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		top 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		right 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		left 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		border 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		background 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		color 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		text-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		filter 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	margin-bottom: 0.4em;
	line-height: 1.2;
	color: #1847c7;
	letter-spacing: 0.07em;
}
.list__learning-videos.triple li a .ttl__learning-videos {
	font-size: 125%;
	margin-bottom: 0.2em;
}
.list__learning-videos li a.learning-videos-subpanel .text {
	color: #1847c7;
	text-align: left;
	margin-left: 1em;
	letter-spacing: 0.07em;
}
.list__learning-videos li a.learning-videos-subpanel .text .description {
	font-size: 87.5%;
	font-weight: 500;
	transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		top 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		right 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		left 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		border 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		background 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		color 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		text-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		filter 0.6s cubic-bezier(0.23, 1, 0.32, 1);
	line-height: 1.8;
}
.list__learning-videos.triple li a.learning-videos-subpanel .text .description {
	line-height: 1.5;
}
.list__learning-videos li a.learning-videos-subpanel .text .detail_btn {
	display: none !important;
}
.list__learning-videos li a.learning-videos-mainpanel {
	padding-left: 2.7142857143vw;
	padding-right: 2.7142857143vw;
	border-radius: 20px;
}
@media screen and (max-width: 767px) {
	.list__learning-videos li.thumb-items a .ttl__learning-videos {
		margin: 0.4em 0 0.4em 0em;
		text-align: center;
	}
	.list__learning-videos.triple li a .ttl__learning-videos {
		font-size: 115%;
		margin: 5px 0;
	}
	.list__learning-videos li a.learning-videos-subpanel .text {
		width: 80%;
	}
	.list__learning-videos.triple li a .text {
		width: 100%;
		text-align: center;
		margin-left: 0;
	}
	.list__learning-videos li a.learning-videos-subpanel .text .description {
		text-align: left;
		font-size: 90%;
	}
	.list__learning-videos.triple li a .text .description {
		text-align: left;
		font-size: 90%;
	}
	.list__learning-videos li a.learning-videos-subpanel .text .detail_btn {
		display: block !important;
		width: 90%;
		background: white;
		border: 1px #ff981a solid;
		border-radius: 2em;
		color: #ff981a;
		font-size: 90%;
		text-align: center;
		padding-bottom: 0.2em;
		margin-top: 0.8em;
	}
	.list__learning-videos.triple li a .text .detail_btn {
		width: 90%;
		position: absolute;
		bottom: 1em;
		left: 50%;
		transform: translateX(-50%);
	}
	.list__learning-videos li a.learning-videos-mainpanel {
		padding-left: 4vw;
		padding-right: 4vw;
		border-radius: 10px;
		padding-top: 10px;
	}
}
.list__learning-videos li a.learning-videos-mainpanel .sub_ttl {
	font-size: 16px;
	font-weight: 500;
	color: #1847c7;
	letter-spacing: 0.07em;
	margin-bottom: 1vw;
}
@media screen and (max-width: 767px) {
	.list__learning-videos
		li
		a.learning-videos-mainpanel
		.ttl__learning-videos {
		margin-bottom: 8vw;
	}
	.list__learning-videos li a.learning-videos-mainpanel .sub_ttl {
		font-size: 14px;
		margin-bottom: 2vw;
		margin-top: -6vw;
	}
}
.list__learning-videos li a.learning-videos-mainpanel figure {
	margin-bottom: 1.4285714286vw;
}
@media screen and (max-width: 767px) {
	.list__learning-videos li a.learning-videos-mainpanel figure {
		margin-bottom: 2.6666666667vw;
	}
}
.list__learning-videos li a.learning-videos-mainpanel .txt__learning-videos {
	font-weight: 500;
}
.list__learning-videos li a.learning-videos-mainpanel .view-more {
	display: inline-block;
	margin-top: 1em;
	left: 50%;
	transform: translateX(-50%);
	padding-right: 3em;
	padding-left: 3em;
}
.list__learning-videos li a.learning-videos-mainpanel .view-more::after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5.5px 0 5.5px 11px;
	border-color: transparent transparent transparent #ff6600;
}
@media screen and (max-width: 767px) {
	.list__learning-videos li a.learning-videos-mainpanel .view-more::after {
		top: calc(50% - 3px);
		border-width: 4px 0 4px 8px;
	}
}
.list__learning-videos li a.learning-videos-subpanel {
	padding-left: 30px;
	padding-right: 100px;
	border-radius: 20px;
	background-image: url(../img/icon__circle-withshadow.svg);
	background-repeat: no-repeat;
	background-position: calc(100% - 20px) center;
	background-size: 45px auto;
	display: flex;
	align-items: center;
	height: 90px !important;
}
.list__learning-videos.triple li a.learning-videos-subpanel {
	padding-right: 80px;
}
@media screen and (max-width: 767px) {
	.list__learning-videos li a.learning-videos-subpanel {
		padding: 0 4vw;
		height: 7em !important;
	}
	.list__learning-videos.triple li a.learning-videos-subpanel {
		padding: 1em 0.8em 0.5em 0.8em;
		display: block;
		height: 11.5em !important;
	}
}
.list__learning-videos
	li
	a.learning-videos-subpanel
	.ttl__learning-videos__mini {
	font-size: 55%;
}
@media screen and (min-width: 1023px) {
	.list__learning-videos li a.learning-videos-subpanel {
		background-size: 45px auto;
	}
}
@media screen and (max-width: 767px) {
	.list__learning-videos li a.learning-videos-subpanel {
		background-image: none;
	}
}
.list__learning-videos li a.learning-videos-subpanel .icon__category img {
	width: 100%;
	height: 100%;
	max-width: 60px;
	max-height: 60px;
	margin-right: 20px;
}
.list__learning-videos.triple
	li
	a.learning-videos-subpanel
	.icon__category
	img {
	width: 54px;
	height: 54px;
	margin-right: 5px;
}
@media screen and (max-width: 767px) {
	.list__learning-videos.triple
		li
		a.learning-videos-subpanel
		.icon__category
		img {
		width: 46px;
		height: 46px;
	}
}
.list__learning-videos
	li
	a.learning-videos-subpanel.learning-videos-subpanel-small {
	padding-top: 1.1428571429vw;
	padding-bottom: 1.1428571429vw;
}

.btn__view-more {
	position: relative;
	z-index: 2;
	text-align: center;
}
.btn__view-more .view-more {
	padding: 1.4285714286vw 5em;
}
@media screen and (max-width: 767px) {
	.btn__view-more .view-more {
		display: block;
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding: 4vw;
	}
}
.btn__view-more .view-more::after {
	right: 2em;
}
@media screen and (max-width: 767px) {
	.btn__view-more .view-more::after {
		top: calc(50% - 3px);
		border-width: 4px 0 4px 8px;
	}
}
@media screen and (hover: hover) {
	.btn__view-more .view-more:hover {
		background-color: #5574da;
	}
}

#free-trial .ttl__section::after {
	transition-delay: 0.91s;
}
#free-trial .ttl__section__jp .strong__orange span {
	transition-delay: 0.61s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(1) {
	transition-delay: 0.78s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(2) {
	transition-delay: 0.82s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(3) {
	transition-delay: 0.86s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(4) {
	transition-delay: 0.9s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(5) {
	transition-delay: 0.94s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(6) {
	transition-delay: 0.98s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(7) {
	transition-delay: 1.02s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(8) {
	transition-delay: 1.06s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(9) {
	transition-delay: 1.1s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(10) {
	transition-delay: 1.14s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(11) {
	transition-delay: 1.18s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(12) {
	transition-delay: 1.22s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(13) {
	transition-delay: 1.26s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(14) {
	transition-delay: 1.3s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(15) {
	transition-delay: 1.34s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(16) {
	transition-delay: 1.38s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(17) {
	transition-delay: 1.42s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(18) {
	transition-delay: 1.46s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(19) {
	transition-delay: 1.5s;
}
#free-trial .strong__orange + .ttl__section__letters span:nth-child(20) {
	transition-delay: 1.54s;
}
@media screen and (max-width: 767px) {
	#free-trial .ttl__section__jp::after {
		transition-delay: 0.61s;
	}
}

.list__freetrial {
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.list__freetrial {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 4.2857142857vw;
	}
}
.list__freetrial li {
	width: 13.2142857143vw;
	height: 13.2142857143vw;
	min-width: 15rem;
	min-height: 15rem;
	padding: 0.3em;
	background-color: #fff;
	border-radius: 30rem;
}
@media screen and (min-width: 1039px) {
	.list__freetrial li {
		min-width: 18.5rem;
		min-height: 18.5rem;
	}
}
@media screen and (max-width: 767px) {
	.list__freetrial li {
		width: 29.3333333333vw;
		height: 29.3333333333vw;
		min-width: initial;
		min-height: initial;
	}
	.list__freetrial li:not(:first-child) {
		margin-left: 2vw;
	}
	.list__freetrial li:nth-child(4),
	.list__freetrial li:nth-child(5) {
		margin-top: 4vw;
	}
}
.list__freetrial li figure {
	width: 4.2857142857vw;
	margin: 0 auto 0.5em;
}
@media screen and (max-width: 767px) {
	.list__freetrial li figure {
		width: 10.2666666667vw;
		margin-bottom: 0.3em;
	}
}
.list__freetrial__num {
	margin-top: -0.3em;
	margin-bottom: 0.3em;
	color: #667bcc;
	font-family: 'Jost', sans-serif;
	font-size: 355.5555555556%;
	font-weight: 400;
}
@media screen and (max-width: 767px) {
	.list__freetrial__num {
		margin-top: -0.5em;
		margin-bottom: 0.2em;
		font-size: 260%;
	}
}
.list__freetrial__description {
	font-weight: 500;
	line-height: 145%;
}
@media screen and (max-width: 767px) {
	.list__freetrial__description {
		font-size: 80%;
	}
}
.list__freetrial p {
	text-align: center;
}

.table__freetrial {
	margin: auto auto 30px;
	border-collapse: collapse;
	line-height: 1.3;
}
@media screen and (max-width: 767px) {
	.table__freetrial {
		margin-bottom: 20px;
	}
}
.table__freetrial th {
	color: #fff;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
@media screen and (min-width: 768px) {
	.table__freetrial th {
		font-size: 112.5%;
		padding: 0.5em 1em;
	}
}
@media screen and (max-width: 767px) {
	.table__freetrial th {
		padding: 1em 0.5em;
	}
}
.table__freetrial th:nth-of-type(1) {
	background-color: #eff4fa;
}
.table__freetrial th:nth-of-type(2) {
	background-color: #999898;
	border: #bfccd9 solid 1px;
}
.table__freetrial th:nth-of-type(3) {
	background-color: #778ac2;
	border: #bfccd9 solid 1px;
	width: 250px;
}
.table__freetrial th:nth-of-type(3) span {
	color: #fff;
	font-size: 80%;
	background-color: #c7a770;
	display: inline-block;
	padding: 0 0.75em;
	border-radius: 1em;
	height: 2em;
	line-height: 2em;
	margin-left: 1em;
	position: absolute;
	left: calc(50% - 6em);
	top: -1.3em;
}
@media screen and (max-width: 767px) {
	.table__freetrial th:nth-of-type(2) {
		width: 70px;
	}
	.table__freetrial th:nth-of-type(3) {
		width: auto;
	}
	.table__freetrial th:nth-of-type(3) span {
		font-size: 70%;
		font-feature-settings: 'palt';
	}
}
@media screen and (min-width: 768px) {
	.table__freetrial tr.multiple__lines {
		height: 6em;
	}
	.table__freetrial tr.multiple__lines span.paid {
		margin-top: -1em;
	}
}
.table__freetrial td {
	position: relative;
	border: #bfccd9 solid 1px;
	padding: 0.5em 1em;
	text-align: center;
	vertical-align: middle;
}
.table__freetrial td:nth-of-type(1) {
	font-weight: 700;
	text-align: left;
	background-color: #f7f7f7;
}
@media screen and (min-width: 768px) {
	.table__freetrial td:nth-of-type(1) {
		padding-right: 6em;
	}
}
@media screen and (max-width: 767px) {
	.table__freetrial td:nth-of-type(1) {
		padding: 1em 0.5em;
	}
}
@media screen and (min-width: 768px) {
	.table__freetrial td:nth-of-type(1):not(span) {
		font-size: 112.5%;
	}
}
.table__freetrial td:nth-of-type(1) span.paid,
.table__freetrial td:nth-of-type(1) span.new {
	color: #fff;
	font-size: 70%;
	display: inline-block;
	padding: 0 0.75em;
	border-radius: 1em;
	height: 2em;
	line-height: 2em;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.table__freetrial td:nth-of-type(1) span.paid,
	.table__freetrial td:nth-of-type(1) span.new {
		position: absolute;
		right: 1em;
	}
}
.table__freetrial td:nth-of-type(1) span.paid {
	background-color: #778ac2;
}
.table__freetrial td:nth-of-type(1) span.new {
	background-color: #f66d43;
}
@media screen and (min-width: 768px) {
	.table__freetrial td:nth-of-type(1) span.new {
		top: 4.2em;
		width: 5.5em;
	}
}
@media screen and (max-width: 767px) {
	.table__freetrial td:nth-of-type(1) span.new {
		margin-left: 0.5em;
	}
}
.table__freetrial td:nth-of-type(2) {
	background-color: #fff;
	white-space: nowrap;
}
.table__freetrial td:nth-of-type(2) span {
	font-size: 125%;
}
@media screen and (max-width: 767px) {
	.table__freetrial td:nth-of-type(2):not(span) {
		font-size: 80%;
	}
}
.table__freetrial td:nth-of-type(3) {
	background-color: #e6ebfa;
	white-space: nowrap;
}
.table__freetrial td:nth-of-type(3) span {
	font-size: 125%;
	color: #778ac2;
}
@media screen and (max-width: 767px) {
	.table__freetrial td:nth-of-type(3):not(span) {
		font-size: 80%;
	}
}

.sec__pickup {
	position: relative;
	background-color: #fff;
	border: 2px solid #f66d43;
	border-radius: 1rem;
}
@media screen and (min-width: 768px) {
	.sec__pickup {
		margin: auto 15vw 3.5714285714vw;
		padding: 2.8571428571vw;
	}
}
@media screen and (max-width: 767px) {
	.sec__pickup {
		margin-bottom: 13.3333333333vw;
		padding: 5.3333333333vw;
	}
}
.sec__pickup .txt__pickup {
	position: absolute;
	left: -1rem;
	top: -3.5rem;
	transform: rotate(-8deg);
	color: #fff;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.sec__pickup .txt__pickup {
		left: -2rem;
		top: -2rem;
	}
}
.sec__pickup .txt__pickup span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 8rem;
	height: 8rem;
	background-color: #e3783b;
	border-radius: 50%;
	position: relative;
	animation: bound-animeA 2.75s ease-out infinite;
	transform-origin: center bottom;
}
@media screen and (min-width: 768px) {
	.sec__pickup .txt__pickup span {
		width: 9rem;
		height: 9rem;
	}
}
.sec__pickup dl dt {
	margin-bottom: 1em;
	color: #e3783b;
	font-size: 135%;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.sec__pickup dl dt {
		font-size: 200%;
	}
}
.sec__pickup dl dd .vid__contents {
	margin-top: 1em;
}

#price .ttl__section::after {
	transition-delay: 0.89s;
}
#price .forsp + .ttl__section__letters span:nth-child(1) {
	transition-delay: 0.44s;
}
#price .forsp + .ttl__section__letters span:nth-child(2) {
	transition-delay: 0.48s;
}
#price .forsp + .ttl__section__letters span:nth-child(3) {
	transition-delay: 0.52s;
}
#price .forsp + .ttl__section__letters span:nth-child(4) {
	transition-delay: 0.56s;
}
#price .forsp + .ttl__section__letters span:nth-child(5) {
	transition-delay: 0.6s;
}
#price .forsp + .ttl__section__letters span:nth-child(6) {
	transition-delay: 0.64s;
}
#price .forsp + .ttl__section__letters span:nth-child(7) {
	transition-delay: 0.68s;
}
#price .forsp + .ttl__section__letters span:nth-child(8) {
	transition-delay: 0.72s;
}
#price .forsp + .ttl__section__letters span:nth-child(9) {
	transition-delay: 0.76s;
}
#price .forsp + .ttl__section__letters span:nth-child(10) {
	transition-delay: 0.8s;
}
#price .forsp + .ttl__section__letters span:nth-child(11) {
	transition-delay: 0.84s;
}
#price .forsp + .ttl__section__letters span:nth-child(12) {
	transition-delay: 0.88s;
}
#price .forsp + .ttl__section__letters span:nth-child(13) {
	transition-delay: 0.92s;
}
#price .forsp + .ttl__section__letters span:nth-child(14) {
	transition-delay: 0.96s;
}
#price .forsp + .ttl__section__letters span:nth-child(15) {
	transition-delay: 1s;
}
#price .forsp + .ttl__section__letters span:nth-child(16) {
	transition-delay: 1.04s;
}
#price .forsp + .ttl__section__letters span:nth-child(17) {
	transition-delay: 1.08s;
}
#price .forsp + .ttl__section__letters span:nth-child(18) {
	transition-delay: 1.12s;
}
#price .forsp + .ttl__section__letters span:nth-child(19) {
	transition-delay: 1.16s;
}
#price .forsp + .ttl__section__letters span:nth-child(20) {
	transition-delay: 1.2s;
}
@media screen and (max-width: 767px) {
	#price .ttl__section__jp::after {
		transition-delay: 0.4s;
	}
}

.list__plans {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.list__plans {
		flex-direction: column;
		margin-bottom: 4vw;
	}
}
.list__plans__inner {
	width: 48%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 2.1428571429vw;
	border-radius: 20px;
	font-weight: 500;
	background: #f6f8fc;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
	.list__plans__inner {
		width: 100%;
		padding: 30px 0;
		border-radius: 10px;
	}
}
@media screen and (max-width: 767px) {
	.list__plans__inner__year {
		margin-bottom: 4vw;
	}
}
.list__plans__inner__half .list__plans__inner__for {
	margin-bottom: 2.7em;
}
@media screen and (max-width: 767px) {
	.list__plans__inner__half .list__plans__inner__for {
		margin-bottom: 0.7em;
	}
}
.list__plans__inner__ttl,
.list__plans__inner__sale,
.list__plans__inner__price,
.list__plans__inner .price__per-year__text,
.list__plans__inner .auto-updated__text {
	color: #1f2f6f;
}
.list__plans__inner__ttl {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.7em;
	color: #1847c7;
	font-size: 244.4444444444%;
}
@media screen and (max-width: 767px) {
	.list__plans__inner__ttl {
		font-size: 200%;
	}
}
.list__plans__inner__ttl-recommed__label {
	position: absolute;
	left: -135px;
	top: 5px;
	display: inline-block;
	width: 81px;
	height: 27px;
	padding-right: 10px;
	background: url(../img/bg__recommendation.svg) no-repeat 0 0 / contain;
	color: #fff;
	font-size: 32%;
	animation: vibration-animeA 1s infinite alternate;
	transform-origin: 30% 50%;
	line-height: 2;
}
@media screen and (max-width: 767px) {
	.list__plans__inner__ttl-recommed__label {
		width: 80px;
		height: 48px;
		left: -110px;
		top: -0.1em;
		font-size: 46%;
	}
}
.list__plans__inner__for {
	display: inline-block;
	margin-bottom: 0.2em;
	padding: 0.3em 2em;
	border-radius: 30rem;
}
.list__plans__inner__year .list__plans__inner__for {
	background-color: #1847c7;
	color: white;
}
.list__plans__inner__half .list__plans__inner__for {
	background-color: white;
	color: #1847c7;
}
.list__plans__inner__sale {
	margin-bottom: 0.7em;
	color: #1847c7;
}
.list__plans__inner__price {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.2em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #acb7dd;
	font-size: 133.3333333333%;
}
@media screen and (max-width: 767px) {
	.list__plans__inner__sale {
		margin-bottom: 1em;
	}
	.list__plans__inner__price {
		font-size: 126.6666666667%;
	}
}
.list__plans__inner__price .price__per-month,
.list__plans__inner__price .price__unit {
	position: relative;
}
@font-face {
	font-family: 'GLOBIS serif';
	src: url('../fonts/GLOBISSerifPF-Regular.otf') format('opentype');
}
.list__plans__inner__price .price__per-month {
	top: -0.1em;
	font-size: 291%;
	color: #1847c7;
	font-family: 'GLOBIS serif', serif;
}
.list__plans__inner__price .price__unit {
	top: 0.3em;
}
@media screen and (max-width: 767px) {
	.list__plans__inner__price .price__unit {
		top: 0.5em;
	}
}
.list__plans__inner .per-month {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0.2em;
	background: url(../img/bg__per-month.webp) no-repeat center/cover;
	width: 12rem;
	height: 7.4rem;
	font-size: 66%;
	line-height: 130%;
	text-align: center;
	font-weight: normal;
}
@media screen and (max-width: 767px) {
	.list__plans__inner .per-month {
		width: auto;
		height: 5.5rem;
		font-size: 70%;
		margin-right: 10px;
	}
}
.list__plans__inner .price__per-year__text {
	margin-bottom: 0em;
}
.list__plans__inner .price__per-year__text .price__per-year {
	font-size: 122%;
}
.list__plans__inner .auto-updated__text {
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.list__plans__inner .auto-updated__text::before {
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	margin-right: 0.3em;
	background: url(../img/icon__auto-update.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
	.list__plans__inner .auto-updated__text::before {
		width: 18px;
		height: 18px;
	}
}
.list__plans__inner .normal_price {
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
}
#price .code {
	color: #ff981a;
	font-weight: 700;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#price .code .number {
	font-size: 32px;
}

#price .section_btn {
	margin: 25px 0 20px;
}
#price .section_btn a {
    padding: 10px 60px;
}

.trial__ttl {
	margin-bottom: 2em;
	font-size: 188.8888888889%;
	font-weight: 500;
	line-height: 160%;
	text-align: center;
	color: #1847c7;
	letter-spacing: 0.07em;
}
.trial__text {
	text-align: center;
	margin-bottom: 60px;
	letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
	#price .code .number {
		font-size: 24px;
	}
	.trial__ttl {
		font-size: 113.3333333333%;
	}
	.trial__text {
		text-align: center;
		margin-bottom: 30px;
		font-size: 80%;
		line-height: 1.6;
	}
}

.ttl__step {
	margin: 5vw 1em 2.1428571429vw;
	background: url(../img/bg__ttl__step.webp) repeat-x center center/11px;
	color: #34427f;
	font-size: 133.3333333333%;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.ttl__step {
		margin-top: 9.3333333333vw;
		margin-bottom: 4vw;
		font-size: 106.6666666667%;
		background-size: 6px;
	}
}
.ttl__step__inner {
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	.ttl__step__inner {
		padding-left: 0.5em;
		padding-right: 0.5em;
	}
}

.list__step {
	display: flex;
	justify-content: space-between;
	margin-left: 1em;
	margin-right: 1em;
}
@media screen and (max-width: 767px) {
	.list__step {
		flex-direction: column;
		margin-left: 0;
		margin-right: 0;
	}
}
.list__step li {
	position: relative;
	width: 27.6%;
}
@media screen and (max-width: 767px) {
	.list__step li {
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 12vw;
	}
}
@media screen and (max-width: 767px) {
	.list__step li .list__step__wrapper {
		width: 30%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
.list__step li figure {
	width: 40%;
	margin: 0 auto 0.3em;
}
@media screen and (max-width: 767px) {
	.list__step li figure {
		width: 70%;
	}
}
.list__step li:not(:last-child)::after {
	position: absolute;
}
@media screen and (min-width: 768px) {
	.list__step li:not(:last-child)::after {
		content: '';
		display: inline-block;
		width: 0.5em;
		height: 0.5em;
		border-top: 0.3rem solid #cfd6ef;
		border-right: 0.3rem solid #cfd6ef;
		transform: rotate(45deg);
		right: -1.4285714286vw;
		top: calc(50% - 30px);
		width: 37px;
		height: 37px;
		animation: horizontalArrow-anime 1.25s infinite;
	}
}
@media screen and (max-width: 767px) {
	.list__step li:not(:last-child)::after {
		content: '';
		display: inline-block;
		width: 0.5em;
		height: 0.5em;
		border-top: 0.2rem solid #cfd6ef;
		border-right: 0.2rem solid #cfd6ef;
		transform: rotate(135deg);
		bottom: -4vw;
		left: calc(50% - 10px);
		width: 20px;
		height: 20px;
		animation: verticalArrow-anime 1.25s infinite;
	}
}
.list__step li:nth-child(2)::after {
	animation-delay: 0.5s;
}
@media screen and (min-width: 768px) {
	.list__step li:nth-child(2)::after {
		right: -2.8571428571vw;
	}
}
@media screen and (max-width: 767px) {
	.list__step li:nth-child(2)::after {
		bottom: -8vw;
	}
}
.list__step__ttl {
	margin-bottom: 0.3em;
	font-size: 166.6666666667%;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.list__step__ttl {
		font-size: 133.3333333333%;
	}
}
.list__step__ttl__num {
	padding-left: 0.05em;
	font-size: 198%;
}
.list__step__text {
	display: flex;
	justify-content: center;
	font-weight: 500;
	line-height: 150%;
}
@media screen and (max-width: 767px) {
	.list__step__text {
		width: 64.8%;
		align-items: center;
		justify-content: flex-start;
	}
}
.list__step__text__inner {
	text-align: left;
}

.banner__area {
	max-width: 80rem;
	margin-top: 3.5714285714vw;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.banner__area {
		max-width: initial;
		margin-top: 6.6666666667vw;
	}
}

#about {
	position: relative; /* margin-bottom: vw(-200);*/
}
#about::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 71.5714285714vw;
	height: calc(100% - 10.7142857143vw);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #f1f3f7;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	#about::after {
		top: -9.3333333333vw;
		width: 85.3333333333vw;
		height: 97.3333333333vw;
	}
}
#about .ttl__section {
	padding-top: 0;
}
@media screen and (max-width: 767px) {
	#about .ttl__section {
		text-align: left;
	}
}
#about .freetrial__cta {
	margin-bottom: 0;
}

.about__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
@media screen and (max-width: 767px) {
	.about__inner {
		display: block;
	}
}
.about__inner__wrapper {
	width: 44.7857142857vw;
	min-width: 65rem;
}
@media screen and (max-width: 767px) {
	.about__inner__wrapper {
		width: auto;
		min-width: initial;
	}
}
.about__inner__wrapper .about__inner__text__adjust {
	display: flex;
	justify-content: center;
}
@media screen and (max-width: 767px) {
	.about__inner__wrapper .about__inner__text__adjust {
		display: block;
	}
}
.about__inner__wrapper .about__inner__text__adjust__left {
	text-align: left;
}
.about__inner__wrapper .about__inner__intro {
	font-size: 111%;
}
.about__inner figure {
	width: 24.7857142857vw;
}
@media screen and (max-width: 767px) {
	.about__inner figure {
		width: 36.9333333333vw;
	}
}
@media screen and (max-width: 767px) {
	.about__inner__sp-layout {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.about__inner__sp-layout__text {
		width: 53.3333333333vw;
	}
}

#point {
	position: relative; /* margin-bottom: vw(-200); */
}
#point .ttl__section {
	padding-top: 0;
}
#point .ttl__section::after {
	transition-delay: 0.9s;
}
#point .ttl__section__jp .strong__orange span {
	transition-delay: 0.85s;
}
@media screen and (max-width: 767px) {
	#point .ttl__section__jp::after {
		transition-delay: 0.85s;
	}
}

.list__five-point {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 5vw;
	margin-bottom: 3.5714285714vw;
}
@media screen and (max-width: 767px) {
	.list__five-point {
		margin-bottom: 2.6666666667vw;
		margin-bottom: 13.3333333333vw;
	}
}
.list__five-point li {
	width: 31.4%;
	padding: 1.4285714286vw;
	background-color: #f2f2f2;
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.list__five-point li {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 5.3333333333vw 2.6666666667vw;
	}
	.list__five-point li:not(:last-child) {
		margin-bottom: 1.3333333333vw;
	}
}
@media screen and (min-width: 768px) {
	.list__five-point li:not(:first-child) {
		margin-left: 2.9%;
	}
	.list__five-point li:first-child,
	.list__five-point li:nth-child(2),
	.list__five-point li:nth-child(3) {
		margin-bottom: 2.9%;
	}
	.list__five-point li:nth-child(4) {
		margin-left: 0;
	}
}
.list__five-point__ttl {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 1.4285714286vw;
}
.list__five-point__ttl img {
	width: 32.96%;
}
.list__five-point__ttl__inner {
	margin-left: 0.7em;
	color: #1f2f6f;
	font-size: 155%;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.list__five-point__ttl {
		width: 40%;
	}
	.list__five-point__ttl img {
		width: 47.5%;
	}
	.list__five-point__ttl__inner {
		width: 50%;
	}
}
.list__five-point__text {
	color: #1f2f6f;
	font-weight: 500;
	line-height: 150%;
}
@media screen and (max-width: 767px) {
	.list__five-point__text {
		width: 55%;
	}
}

.concept__inner {
	display: flex;
	align-items: center;
	height: 47.5714285714vw;
}
.concept__inner.lazyloaded {
	background: url(../img/bg__concept.webp) no-repeat center top/cover;
}
@media screen and (max-width: 767px) {
	.concept__inner {
		height: 102.1333333333vw;
	}
	.concept__inner.lazyloaded {
		background-image: url(../img/bg__concept_sp.webp);
		background-position: left top;
	}
}
.concept__inner__text {
	min-width: 50rem;
	padding-left: 38.5714285714vw;
	color: #fff;
	font-weight: 700;
}
@media screen and (min-width: 1400px) {
	.concept__inner__text {
		padding-left: 44.2857142857vw;
	}
}
@media screen and (min-width: 768px) {
	.concept__inner__text {
		line-height: 1.75;
	}
}
@media screen and (max-width: 767px) {
	.concept__inner__text {
		min-width: initial;
		padding-left: 4vw;
		padding-right: 4vw;
		font-feature-settings: 'palt';
	}
}
.concept__inner__text__lead {
	margin-bottom: 3.5714285714vw;
	font-size: 133.3333333333%;
}
@media screen and (max-width: 767px) {
	.concept__inner__text__lead {
		margin-bottom: 6.6666666667vw;
		padding-left: 32vw;
		font-size: 100%;
	}
}
.concept__inner h2 {
	margin-left: 5.7142857143vw;
}
@media screen and (min-width: 1400px) {
	.concept__inner h2 {
		margin-left: 0;
	}
}
@media screen and (max-width: 767px) {
	.concept__inner h2 {
		margin-bottom: 5.3333333333vw;
		padding-left: 32vw;
		text-align: right;
	}
	.concept__inner h2::after {
		content: '';
		display: block;
		clear: both;
	}
}
.concept__inner h2 span {
	display: block;
}
.concept__inner__leader__name {
	width: 18rem;
	margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
	.concept__inner__leader__name {
		width: 10rem;
		float: right;
	}
}

.concept__detail {
	background-color: #24387c;
	color: #fff;
}
.concept__detail .concept__read-more {
	position: relative;
	padding: 1.2em 5em;
	display: block;
	background-color: #24387c;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-size: 144.4444444444%;
	font-weight: 700;
	letter-spacing: 0.05em;
	text-align: center;
	cursor: pointer;
	transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		top 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		right 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		left 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		border 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		background 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		color 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		text-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		filter 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.concept__detail .concept__read-more span::before {
	content: 'READ MORE';
}
.concept__detail .concept__read-more.on span::before {
	content: 'CLOSE';
}
@media screen and (max-width: 767px) {
	.concept__detail .concept__read-more {
		padding: 1.2em 2em;
		font-size: 93.3333333333%;
	}
}
@media screen and (hover: hover) {
	.concept__detail .concept__read-more:hover {
		background-color: #5574da;
		color: #fff;
	}
	.concept__detail .concept__read-more:hover::before {
		background-color: #fff;
	}
}
.concept__detail .concept__read-more::before,
.concept__detail .concept__read-more::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
	transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		top 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		right 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		left 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		border 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		background 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		color 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		text-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		filter 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.concept__detail .concept__read-more::before {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #fff;
	right: 3.5714285714vw;
}
@media screen and (min-width: 1300px) {
	.concept__detail .concept__read-more::before {
		right: 14.2857142857vw;
	}
}
@media screen and (max-width: 767px) {
	.concept__detail .concept__read-more::before {
		right: 4vw;
		width: 20px;
		height: 20px;
	}
}
.concept__detail .concept__read-more::after {
	right: calc(3.5714285714vw + 8px);
	box-sizing: border-box;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-top: 9px solid #ff6600;
	border-bottom: 0 solid transparent;
	transform: translateY(1px);
}
@media screen and (min-width: 1300px) {
	.concept__detail .concept__read-more::after {
		right: calc(14.2857142857vw + 8px);
	}
}
@media screen and (max-width: 767px) {
	.concept__detail .concept__read-more::after {
		right: calc(4vw + 4px);
		transform: translateY(1px) scale(0.8);
	}
}
.concept__detail .concept__read-more.on::after {
	border-top: 0 solid transparent;
	border-bottom: 9px solid #ff6600;
	transform: translateY(-1px);
}
@media screen and (max-width: 767px) {
	.concept__detail .concept__read-more.on::after {
		transform: translateY(-1px) scale(0.8);
	}
}
.concept__detail p {
	text-align: justify;
}
.concept__detail__inner {
	display: none;
	padding-top: 4.2857142857vw;
	padding-bottom: 8.5714285714vw;
	border-top: 0.1rem solid #6d7cb0;
}
@media screen and (max-width: 767px) {
	.concept__detail__inner {
		padding: 8vw 8vw 16vw;
	}
}
.concept__detail__paragraph {
	margin-bottom: 1.8571428571vw;
}
@media screen and (max-width: 767px) {
	.concept__detail__paragraph {
		margin-bottom: 3.4666666667vw;
	}
}
.concept__detail__lead {
	margin-bottom: 1.8571428571vw;
	font-size: 133.3333333333%;
	font-weight: 700;
}
@media screen and (max-width: 767px) {
	.concept__detail__lead {
		margin-bottom: 3.4666666667vw;
		font-size: 106.6666666667%;
	}
}
.concept__detail__leader {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 7%;
	padding: 4%;
	border: 0.1rem solid #4c64b8;
	background-color: #1a2b63;
}
@media screen and (max-width: 767px) {
	.concept__detail__leader {
		padding: 4vw;
	}
}
@media screen and (max-width: 767px) {
	.concept__detail__leader {
		margin-top: 9.3333333333vw;
	}
}
.concept__detail__leader__photo {
	position: relative;
	width: 20.2%;
	padding-top: 20.2%;
	overflow: hidden;
}
@media screen and (max-width: 767px) {
	.concept__detail__leader__photo {
		width: 37.3333333333vw;
		padding-top: 37.3333333333vw;
	}
}
.concept__detail__leader__photo img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center 15%;
	object-position: center 15%;
}
.concept__detail__leader__text {
	width: 75%;
}
@media screen and (max-width: 767px) {
	.concept__detail__leader__text {
		width: 33.3333333333vw;
	}
}
.concept__detail__leader__position {
	font-weight: 700;
	margin-bottom: 1.0714285714vw;
}
@media screen and (max-width: 767px) {
	.concept__detail__leader__position {
		margin-top: 8vw;
		margin-bottom: 2vw;
		font-size: 100%;
	}
}
.concept__detail__leader__name {
	margin-bottom: 1.0714285714vw;
}
@media screen and (max-width: 767px) {
	.concept__detail__leader__name {
		margin-bottom: 13.3333333333vw;
		text-align: center;
	}
}
.concept__detail__leader__name img {
	width: 17.5%;
}
@media screen and (max-width: 767px) {
	.concept__detail__leader__name img {
		width: 23.3333333333vw;
	}
}
@media screen and (max-width: 767px) {
	.concept__detail__leader__career {
		margin-left: -42.1333333333vw;
	}
}

#merit .forsp + .ttl__section__letters span:nth-child(1) {
	transition-delay: 0.52s;
}
#merit .forsp + .ttl__section__letters span:nth-child(2) {
	transition-delay: 0.56s;
}
#merit .forsp + .ttl__section__letters span:nth-child(3) {
	transition-delay: 0.6s;
}
#merit .forsp + .ttl__section__letters span:nth-child(4) {
	transition-delay: 0.64s;
}
#merit .forsp + .ttl__section__letters span:nth-child(5) {
	transition-delay: 0.68s;
}
#merit .forsp + .ttl__section__letters span:nth-child(6) {
	transition-delay: 0.72s;
}
#merit .forsp + .ttl__section__letters span:nth-child(7) {
	transition-delay: 0.76s;
}
#merit .forsp + .ttl__section__letters span:nth-child(8) {
	transition-delay: 0.8s;
}
#merit .forsp + .ttl__section__letters span:nth-child(9) {
	transition-delay: 0.84s;
}
#merit .forsp + .ttl__section__letters span:nth-child(10) {
	transition-delay: 0.88s;
}
#merit .forsp + .ttl__section__letters span:nth-child(11) {
	transition-delay: 0.92s;
}
#merit .forsp + .ttl__section__letters span:nth-child(12) {
	transition-delay: 0.96s;
}
#merit .forsp + .ttl__section__letters span:nth-child(13) {
	transition-delay: 1s;
}
#merit .forsp + .ttl__section__letters span:nth-child(14) {
	transition-delay: 1.04s;
}
#merit .forsp + .ttl__section__letters span:nth-child(15) {
	transition-delay: 1.08s;
}
#merit .forsp + .ttl__section__letters span:nth-child(16) {
	transition-delay: 1.12s;
}
#merit .forsp + .ttl__section__letters span:nth-child(17) {
	transition-delay: 1.16s;
}
#merit .forsp + .ttl__section__letters span:nth-child(18) {
	transition-delay: 1.2s;
}
#merit .forsp + .ttl__section__letters span:nth-child(19) {
	transition-delay: 1.24s;
}
#merit .forsp + .ttl__section__letters span:nth-child(20) {
	transition-delay: 1.28s;
}
@media screen and (max-width: 767px) {
	#merit .ttl__section__jp::after {
		transition-delay: 0.48s;
	}
}

.vid__contents {
	width: 100%;
	max-width: 96rem;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin: auto;
	position: relative;
}
@media screen and (max-width: 767px) {
	.vid__contents {
		margin-top: 5.3333333333vw;
	}
}
.vid__contents video.vid__main {
	width: 100%;
	aspect-ratio: 800/450;
	cursor: pointer;
}
.vid__contents .play-btn {
	display: block;
	width: 10%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
.vid__contents .poster {
	z-index: 0;
}

.voice__inner {
	margin-right: 3.2142857143vw;
	margin-left: 3.2142857143vw;
	padding-bottom: 1.7857142857vw;
	background-color: #f1f4f7;
	position: relative;
}
@media screen and (min-width: 768px) {
	.voice__inner {
		border-radius: 50px;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner {
		border-radius: 30px;
	}
}
.voice__inner::before {
	content: attr(data-en);
	color: #d2d8e4;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	letter-spacing: 0.04em;
	display: block;
	position: absolute;
	top: -0.4em;
}
@media screen and (min-width: 768px) {
	.voice__inner::before {
		font-size: 432%;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner::before {
		font-size: 240%;
	}
}
.voice__inner .voice01 {
	margin-bottom: 7.8571428571vw;
}
.voice__inner .voice01::before {
	left: 5vw;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice01 .list__voice {
		margin: auto 3.2142857143vw;
		max-width: 1000px;
	}
}
@media screen and (min-width: 1300px) {
	.voice__inner .voice01 .list__voice {
		width: 1000px;
		margin: auto;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice {
		margin: 14.1333333333vw 4vw;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner .voice01 .list__voice li {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 2.1428571429vw;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li {
		position: relative;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner .voice01 .list__voice li figure {
		width: 19.8%;
	}
}
@media screen and (min-width: 1300px) {
	.voice__inner .voice01 .list__voice li figure {
		width: 198px;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li figure {
		width: 26.4vw;
		position: absolute;
	}
}
.voice__inner .voice01 .list__voice li .list__voice__text {
	position: relative;
	background-color: #fff;
	flex-grow: 1;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice01 .list__voice li .list__voice__text {
		width: 64.8%;
		border-radius: 30px;
		padding: 1.5714285714vw 2.1428571429vw;
		font-size: 112.5%;
	}
}
@media screen and (min-width: 1300px) {
	.voice__inner .voice01 .list__voice li .list__voice__text {
		width: 648px;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li .list__voice__text {
		border-radius: 12px;
		padding: 4vw 5.3333333333vw;
		font-size: 104%;
	}
}
.voice__inner .voice01 .list__voice li .list__voice__text dt {
	display: flex;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice01 .list__voice li .list__voice__text dt {
		justify-content: space-between;
		margin-bottom: 0.75em;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li .list__voice__text dt {
		flex-direction: column;
		margin-bottom: 0.5em;
	}
}
.voice__inner .voice01 .list__voice li .list__voice__text dt p span {
	display: inline-block;
	color: #fff;
	height: 2em;
	line-height: 2em;
	background-color: #91a9cc;
	border-radius: 1em;
	padding-left: 1em;
	padding-right: 1em;
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li .list__voice__text dt p span {
		font-size: 0.9em;
		margin-bottom: 0.75em;
		margin-left: -0.5em;
	}
}
.voice__inner .voice01 .list__voice li .list__voice__text dd {
	padding-left: 0.7142857143vw;
	text-align: justify;
}
.voice__inner .voice01 .list__voice li .list__voice__text dd strong {
	color: #005eb9;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice01 .list__voice li:first-child {
		margin-left: 11.4%;
		margin-right: 1.5%;
	}
}
@media screen and (min-width: 1300px) {
	.voice__inner .voice01 .list__voice li:first-child {
		margin-left: 114px;
		margin-right: 15px;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li:first-child {
		margin-bottom: 9.8666666667vw;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner .voice01 .list__voice li:first-child .list__voice__text {
		margin-right: 30px;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner
		.voice01
		.list__voice
		li:first-child
		.list__voice__text::after {
		content: '';
		display: block;
		position: absolute;
		border-left: 1.9em solid #fff;
		top: 3em;
		right: -1.3em;
		border-top: 0.85em solid transparent;
		border-bottom: 0.85em solid transparent;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li:first-child figure {
		right: -3.4666666667vw;
		top: -9.3333333333vw;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner .voice01 .list__voice li:nth-child(2) {
		margin-right: 11.4%;
		flex-direction: row-reverse;
	}
}
@media screen and (min-width: 1300px) {
	.voice__inner .voice01 .list__voice li:nth-child(2) {
		margin-right: 114px;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li:nth-child(2) {
		margin-bottom: 11.2vw;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner .voice01 .list__voice li:nth-child(2) .list__voice__text {
		margin-left: 42px;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner
		.voice01
		.list__voice
		li:nth-child(2)
		.list__voice__text::before {
		content: '';
		display: block;
		position: absolute;
		border-right: 1.9em solid #fff;
		top: 4em;
		left: -1.6em;
		border-top: 0.85em solid transparent;
		border-bottom: 0.85em solid transparent;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li:nth-child(2) .list__voice__text dt {
		text-align: right;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li:nth-child(2) figure {
		left: -1.7333333333vw;
		top: -6vw;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner .voice01 .list__voice li:last-child {
		margin-left: 11.4%;
	}
}
@media screen and (min-width: 1300px) {
	.voice__inner .voice01 .list__voice li:last-child {
		margin-left: 114px;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li:last-child {
		margin-bottom: 12.5333333333vw;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner .voice01 .list__voice li:last-child .list__voice__text {
		margin-right: 40px;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner
		.voice01
		.list__voice
		li:last-child
		.list__voice__text::after {
		content: '';
		display: block;
		position: absolute;
		border-left: 1.9em solid #fff;
		top: 3em;
		right: -1.3em;
		border-top: 0.85em solid transparent;
		border-bottom: 0.85em solid transparent;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice01 .list__voice li:last-child figure {
		right: 0;
		top: -7.7333333333vw;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner .voice02 {
		padding-bottom: 3.2142857143vw;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice02 {
		padding-bottom: 8vw;
	}
}
.voice__inner .voice02::before {
	right: 5vw;
}
.voice__inner .voice02 dl {
	background-color: #fff;
	margin: auto auto 1.4285714286vw;
	max-width: 1000px;
	display: block;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice02 dl {
		border-radius: 40px;
		padding: 1.4285714286vw 3.2142857143vw 2.1428571429vw;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice02 dl {
		border-radius: 20px;
		margin-bottom: 4.2666666667vw;
		padding: 5.6vw 5.0666666667vw 6.9333333333vw;
	}
}
.voice__inner .voice02 dl dt {
	color: #0f357f;
	display: flex;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice02 dl dt {
		height: 4.8571428571vw;
		font-size: 150%;
		margin-bottom: 1.4285714286vw;
		align-items: center;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice02 dl dt {
		font-size: 120%;
		margin-bottom: 3.7333333333vw;
	}
}
.voice__inner .voice02 dl dt::before {
	content: 'Q';
	color: #d2d8e4;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice02 dl dt::before {
		font-size: 4.8571428571vw;
		margin-right: 1.1428571429vw;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice02 dl dt::before {
		font-size: 240%;
		margin-right: 2.9333333333vw;
	}
}
@media screen and (min-width: 768px) {
	.voice__inner .voice02 dl dd {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
}
.voice__inner .voice02 dl dd ol {
	border-top: #000 solid 3px;
	counter-reset: li;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice02 dl dd ol {
		width: 73%;
	}
}
.voice__inner .voice02 dl dd ol li {
	border-bottom: #000 solid 1px;
	position: relative;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice02 dl dd ol li {
		font-size: 1.125em;
		padding-left: 4.2857142857vw;
		line-height: 3.2;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice02 dl dd ol li {
		font-size: 1.105em;
		padding: 1rem 0 1rem 11.4666666667vw;
		line-height: 1.5;
	}
}
.voice__inner .voice02 dl dd ol li::before {
	counter-increment: li;
	content: counter(li);
	position: absolute;
	display: block;
	text-align: center;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice02 dl dd ol li::before {
		top: 0.5em;
		left: 0.5em;
		width: 2em;
		height: 2em;
		border-radius: 1em;
		font-size: 1em;
		line-height: 2em;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice02 dl dd ol li::before {
		top: 0.7em;
		left: 0;
		width: 1.8em;
		height: 1.8em;
		border-radius: 0.9em;
		font-size: 0.9em;
		line-height: 1.8em;
	}
}
.voice__inner .voice02 dl dd ol li:first-child {
	font-size: 1.375em;
	font-weight: 700;
}
.voice__inner .voice02 dl dd ol li:first-child::before {
	background-color: #f6ec60;
	font-size: 0.8183em;
	top: 1em;
	animation: bound-animeB 1.5s ease-out infinite;
}
@media screen and (max-width: 767px) {
	.voice__inner .voice02 dl dd ol li:first-child::before {
		top: 0.75em;
	}
}
.voice__inner .voice02 dl dd ol li:first-child::after {
	content: '';
	background-image: url('../img/icon__crown.webp');
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	top: 0.4em;
	animation: bound-animeB 1.5s ease-out infinite;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice02 dl dd ol li:first-child::after {
		width: 18px;
		height: 15px;
		left: 0.8em;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice02 dl dd ol li:first-child::after {
		width: 12px;
		height: 10px;
		left: 0.4em;
	}
}
.voice__inner .voice02 dl dd ol li:nth-child(2) {
	font-weight: 700;
}
.voice__inner .voice02 dl dd ol li:nth-child(2)::before {
	background-color: #dcdcdc;
}
.voice__inner .voice02 dl dd ol li:nth-child(3) {
	font-weight: 700;
}
.voice__inner .voice02 dl dd ol li:nth-child(3)::before {
	background-color: #dcb791;
}
.voice__inner .voice02 dl dd ol li:nth-child(n + 4) {
	font-weight: 500;
}
.voice__inner .voice02 dl dd p {
	background-color: #aeb8cb;
	border-radius: 30px 0 30px 30px;
	color: #fff;
	font-size: 93.75%;
	line-height: 147%;
}
@media screen and (min-width: 768px) {
	.voice__inner .voice02 dl dd p {
		width: 24%;
		height: 10.5714285714vw;
		padding: 1.4285714286vw 0.7142857143vw 1.4285714286vw 1.4285714286vw;
		display: flex;
		align-items: center;
		margin-left: -1.0714285714vw;
	}
}
@media screen and (max-width: 767px) {
	.voice__inner .voice02 dl dd p {
		width: 80%;
		padding: 6.6666666667vw 2.6666666667vw 6.6666666667vw 5.3333333333vw;
		margin: 5.6vw auto 0;
	}
}

.floating__banner {
	position: fixed;
	bottom: 1em;
	right: 0;
	z-index: 10;
	display: block;
	opacity: 1;
	animation: fadeIn 0.3s ease-in 0s forwards;
}
@media screen and (max-width: 767px) {
	.floating__banner {
		width: 100%;
	}
}
.floating__banner .freetrial__cta {
	margin: auto;
}
.floating__banner .freetrial__cta .application__freetrial {
	display: block;
	margin-left: 0;
}
@media screen and (min-width: 768px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn {
		display: block;
		border-radius: 26px;
		width: 283px;
		padding: 0;
		margin: auto 30px auto auto;
		font-size: 2.5rem;
	}
}
@media screen and (max-width: 767px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn {
		border-radius: 1.3333333333vw;
		width: 86.4vw;
		padding: 0.5em;
		margin-top: 0;
		margin-bottom: 1em;
		font-size: 124%;
		background: linear-gradient(
			90deg,
			rgb(207, 229, 250) 0%,
			rgb(255, 255, 255) 50%,
			rgb(207, 229, 250) 100%
		);
	}
}
@media screen and (min-width: 768px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn::before {
		border-radius: 26px;
	}
}
@media screen and (max-width: 767px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn::before {
		display: none;
	}
}
@media screen and (hover: hover) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn:hover::before {
		opacity: 0;
	}
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn:hover
		.freetrial__cta__text,
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn:hover
		.application__freetrial__btn__text {
		color: #fff;
	}
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn:hover
		.freetrial__cta__text::before,
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn:hover
		.freetrial__cta__text::after {
		background-color: #fff;
	}
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn:hover
		.application__freetrial__btn__arrow::before {
		background: #1f2f6f;
	}
}
@media screen and (min-width: 768px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn__arrow::before,
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn__arrow::after {
		top: 3em;
		right: 1.2rem;
	}
}
@media screen and (max-width: 767px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn__arrow::before,
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn__arrow::after {
		right: 0.2rem;
	}
}
.floating__banner
	.freetrial__cta
	.application__freetrial
	.application__freetrial__btn__arrow::before {
	width: 22px;
	height: 22px;
}
@media screen and (min-width: 768px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn__arrow::after {
		width: 4px;
		height: 4px;
		border-width: 4px;
		border-left-width: 6px;
		right: calc(1.2rem + 3px);
	}
}
.floating__banner
	.freetrial__cta
	.application__freetrial
	.application__freetrial__btn
	a {
	width: 100%;
	height: 100%;
}
@media screen and (min-width: 768px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn
		a {
		padding: 1em 0;
	}
}
@media screen and (max-width: 767px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn
		a {
		display: flex;
		justify-content: center;
	}
}
@media screen and (max-width: 767px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn
		p {
		margin: 0 20px 0 14px;
		width: auto;
	}
}
.floating__banner
	.freetrial__cta
	.application__freetrial
	.application__freetrial__btn
	.application__freetrial__registration {
	animation: none;
}
@media screen and (min-width: 768px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn
		.application__freetrial__registration {
		display: inline-block;
		width: 212px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		top: inherit;
		right: inherit;
		font-size: 1.4rem;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 767px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn
		.application__freetrial__registration {
		position: relative;
		width: 53px;
		height: 53px;
		top: -0.25em;
		left: 0;
		right: inherit;
		font-size: 0.9rem;
		line-height: 120%;
		padding-top: 0.5em;
	}
}
@media screen and (max-width: 767px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn
		.application__freetrial__registration::after {
		margin-left: 42px;
		transform: rotate(30deg);
	}
}
@media screen and (min-width: 768px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn
		.freetrial__cta__text {
		font-size: 1.8rem;
	}
}
@media screen and (max-width: 767px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn
		.freetrial__cta__text {
		font-size: 90%;
		top: inherit;
		margin: 0.25em 0 0;
	}
}
@media screen and (min-width: 768px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn
		.freetrial__cta__text::before {
		height: 20px;
	}
}
@media screen and (min-width: 768px) {
	.floating__banner
		.freetrial__cta
		.application__freetrial
		.application__freetrial__btn
		.freetrial__cta__text::after {
		height: 20px;
	}
}
.floating__banner.smaller {
	animation: fadeOut 0.3s ease-in 0s forwards;
} /*# sourceMappingURL=base.css.map */

/*20230602追記*/
@media screen and (max-width: 320px) {
	.sp320__only {
		display: none;
	}
}
.small {
	font-size: 0.8em;
}
.table__freetrial td span.paid-double {
	top: 1.4em;
	background-color: #778ac2;
	position: absolute;
	right: 1em;
}
.table__freetrial td span.paid-double {
	color: #fff;
	font-size: 70%;
	display: inline-block;
	padding: 0 0.75em;
	border-radius: 1em;
	height: 2em;
	line-height: 2em;
	text-align: center;
}

.list__learning-videos .pc-height {
	min-height: 100%;
}
.list__learning-videos .pc-height .btn {
	position: absolute;
	left: 25%;
	bottom: 2em;
}
@media screen and (max-width: 768px) {
	.table__freetrial td span.paid-double {
		position: relative;
		top: 0;
		right: 0;
	}
	.list__learning-videos .pc-height .btn {
		position: relative;
		left: 0;
		bottom: 0;
	}
}

/*inputを非表示*/
input[type='checkbox'].on-off {
	opacity: 0;
}

/*ラベル（「開く」ボタン）*/
.open-label {
	margin: 0 1.5em;
	padding: 0.8em;
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: center;
	box-shadow: 0 2px 0 2px #aaa;
	background: #fcae11;
	border-radius: 10px;
}
/*ボタンっぽい効果*/
.open-label:active {
	box-shadow: 0 0 0 0;
}
.open-label:hover {
	background: -webkit-linear-gradient(bottom, #fff4e0 1%, orange 80%);
	background: #fcbe11;
}

/*開閉エリア
.open {
	padding: 0 1em;
	height: 0;
	opacity: 0;
	transition: 0.5s;
}*/
/*「開く」をタップで表示*/
/*.on-off:checked ~ .open {
	padding: 1.5em 1em;
	height: auto;
	opacity: 1;
}*/

.item__freetrial {
	display: none;
}

.btn__view-more__open {
	text-align: center;
	margin: 0 auto 60px;
}
.btn__view-more__open .view-more {
	padding: 1.4285714286vw 5em;
}
.btn__view-more__open .view-more {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	display: block;
	width: 300px;
	padding-top: 0.7142857143vw;
	padding-bottom: 0.7142857143vw;
	background-color: #203070;
	border-radius: 30rem;
	box-shadow: 0px 5px 21px 0px rgba(0, 0, 0, 0.19);
	color: #fff;
	font-weight: 700;
	text-align: center;
	transition: opacity 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		transform 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		top 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		right 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		bottom 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		left 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		border 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		background 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		color 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		text-shadow 0.6s cubic-bezier(0.23, 1, 0.32, 1),
		filter 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}
.btn__view-more__open .view-more::after {
	content: none;
}
@media screen and (max-width: 767px) {
	.btn__view-more__open .view-more {
		width: 60%;
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

#price .ttl__section {
	padding-top: 0;
	line-height: 1;
	letter-spacing: 0.1em;
}
#price .ttl__section .ttl__section__jp::after {
	display: none;
}
#price {
	padding-top: 110px;
	padding-bottom: 0px;
}
#learing-videos {
	padding-bottom: 0 !important;
	padding-top: 60px;
}
#learing-videos .ttl__section {
	padding-top: 80px;
	letter-spacing: 0.07em;
}
