@charset "UTF-8";

/* CSS Document */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ',
		Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
ol,
ul {
	list-style: none;
}

/*============================
#1__全体設定
============================*/
/* -基本設定- */
html {
	scroll-behavior: auto;
}
html.wf-active,
html.loading-delay {
	visibility: visible;
}
a {
	text-decoration: none;
	color: #373980;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
a:before,
a:after {
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
body {
	font-family: yu-mincho-pr6, sans-serif;
	line-height: 1.5;
	font-size: 15px;
	color: #000;
	position: relative;
	font-feature-settings: 'palt';
	background: #fff;
	min-width: 414px;
	text-align: center;
}
input[type='image']:hover {
	opacity: 0.8;
}
area {
	display: inline;
	cursor: pointer;
}
span.big {
	font-size: 1.2em;
	font-weight: bold;
}
.font-vertical {
	font-feature-settings: normal;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

body {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
}
.price_list li .attention,
.price_list li .plan,
section.plan_section .lead,
.about_list li .title,
.curriculum_box .box .content .title,
.section_curriculum > .title,
.section_profile .qa_a .title,
.section_title .lead,
.btn a,
header .btn a,
header h1 {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 600;
	font-style: normal;
}
.price_list li .price .big,
.section_title h2 {
	font-family: din-2014, sans-serif;
	font-weight: 700;
	font-style: normal;
}
.taCenter {
	text-align: center;
}
/*header*/

header {
	position: fixed;
	width: 100%;
	box-sizing: border-box;
	z-index: 5;
}
header .logo {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 45%;
}
header h1 {
	text-align: left;
	font-size: 20px;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, 0%);
	width: auto;
	letter-spacing: 2px;
	white-space: nowrap;
}
header h1 p {
	position: relative;
	display: inline-block;
	padding: 0 15px;
	color: #24387c;
	margin: 0 0 10px 0;
}
header h1 p span {
	color: #ff6502;
}
header h1 p:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #fff;
	height: 32px;
	width: 100%;
	z-index: -1;
}
header .btn a {
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translate(-50%, 0);
}
.btn a {
	display: block;
	width: 440px;
	max-width: 70%;
	color: #24387c;
	line-height: 60px;
	background: #ffeb00;
	margin: 0 auto;
	font-weight: bold;
	font-size: 20px;
}
.btn a:after {
	content: '';
	display: block;
	border-top: 2px solid #24387c;
	border-right: 2px solid #24387c;
	transform: translate(0, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	position: absolute;
	right: 25px;
	top: 50%;
}
.btn a .top {
	font-size: 18px;
	display: block;
	line-height: 1;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}
.btn a .bottom {
	font-size: 24px;
	display: block;
	line-height: 1;
}

/*body*/
article {
}
section {
	padding: 60px 0 0 0;
	position: relative;
}
.mb01 {
	margin-bottom: 1em !important;
}
.mt01 {
	margin-top: 1em !important;
}
.mt02 {
	margin-top: 2em !important;
}
#sec01 {
	padding-top: 0px;
	/* background: url(../img/main_visual01.webp) center center /cover no-repeat;
  height: 90vw; */
}

.section_inner {
	width: 94%;
	margin: 0 auto;
}
h2.section_title {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 30px 0;
	text-align: center;
	color: #1847c7;
	font-weight: bold;
	border-top: 2px solid #24387c;
	border-bottom: 2px solid #24387c;
	padding: 20px 0;
	color: #fff;
	background: #24387c;
	font-weight: normal;
}
h2.section_title02 {
	font-size: 20px;
	line-height: 1.5;
	margin: 0 0 10px 0;
	text-align: center;
	color: #1847c7;
	font-weight: bold;
}

.img {
	text-align: center;
	width: auto;
	margin: 0 0 30px 0;
}
.img .caption {
	padding: 5px 5vw 0 5vw;
	font-size: 12px;
	text-align: left;
}
.img .caption_border {
	text-align: left;
	margin: 0 auto;
	border: 1px solid #000;
	padding: 2vw;
	width: 80%;
}
.source {
	text-align: right;
	font-weight: bold;
}

/*content*/
.section_copy {
	font-size: 28px;
	line-height: 1.3;
	margin: 30px 0 20px 0;
	text-align: center;
	color: #000;
	font-weight: bold;
	letter-spacing: 2px;
}

/* mov01 */
/* font,color,width、余白 */
.mov01 {
	width: 100%;
	max-width: 600px;
	margin: auto;
}
.mov01_img {
	display: block;
	position: relative;
}
.mov01_img::before {
	background-image: url(../img/mov_icon01.webp);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
}
.mov01_img::after {
	content: '';
	background: #f2f2f2;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.05;
	cursor: pointer;
}
.mov01_title {
	font-size: 18px;
	font-weight: bold;
	color: #24387c;
	margin-top: 30px;
}
.mov01_text {
	font-size: 14px;
	margin-top: 20px;
	line-height: 2;
	text-align: left;
}

.mask::after {
	content: '';
	background: #f2f2f2;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.5;
	mix-blend-mode: multiply;
}

.section_btn a {
	display: block;
	width: 100%;
	max-width: 440px;
	color: #fff;
	line-height: 1.5;
	background: #fc6523;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	font-size: 22px;
	padding: 0;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 2px;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.section_btn a:after {
	content: '';
	display: block;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translate(0, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	position: absolute;
	right: 35px;
	top: 50%;
}

.section_title h2 {
	margin: 0 0 40px 0;
	color: #1847c7;
	text-align: center;
}
.section_title h2 .num {
	display: block;
	font-size: 24px;
}
.section_title h2 .title {
	display: inline-block;
	font-size: 28px;
	line-height: 1;
	position: relative;
	padding: 5px 10px;
}
.section_title h2 .num + .title {
	font-size: 46px;
}
.section_title h2 .title:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #ffeb00;
	height: 22px;
	width: 100%;
	z-index: -1;
}
.section_title .lead {
	font-size: 22px;
	margin: 0 0 10px 0;
	line-height: 1.8;
}

.plan_section {
	padding: 0px 10px 40px 10px;
}
.price_list {
	text-align: center;
}
.price_list li {
	margin: 0 0 20px;
	border: 2px solid #24387c;
	color: #24387c;
	position: relative;
	padding: 0 0 25px;
}

.price_list li a {
	display: block;
}
.price_list li a:hover {
	opacity: 0.9;
}
.price_list li.year {
	margin-top: 60px;
}
.price_list li .plan {
	font-size: 22px;
	padding: 15px 0 20px 0;
	background: #dde3ec;
	color: #24387c;
}
.price_list li .plan span {
	font-size: 13px;
	display: block;
	font-weight: normal;
}
.price_list li.year .plan {
	background: #24387c;
	color: #fff;
}

.price_list li .copy {
	padding: 20px 0 0;
	color: #000;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 1px;
}
.price_list li .copy span {
	background: #ff6600;
	color: #fff;
	padding: 0px 5px;
	position: relative;
	left: 3px;
	font-weight: normal;
}
.price_list li .price {
	padding: 20px 0 0 0;
}
.price_list li .price .big {
	font-size: 48px;
	line-height: 1;
}
.price_list li .price .small {
	font-size: 20px;
}
.price_list li .price .small2 {
	font-size: 13px;
}
.price_list li .price .small3 {
	font-weight: normal;
	padding-left: 7px;
}
.price_list li .price .small.bold {
	font-weight: bold;
}
.price_list li .price .small b {
	color: #ff6600;
	display: inline;
	font-weight: bold;
}
.price_list li .price b {
	display: block;
	padding: 15px 0 25px;
	font-weight: normal;
}

.attention {
	text-align: center;
	font-size: 14px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	margin: 20px 0 50px;
}
.attention02 {
	text-align: center;
	font-size: 12px;
	padding: 0 0 0 1em;
	text-indent: -1em;
	margin: 0 0 50px;
}
.attention02 > p {
	text-align: left;
	line-height: 1.5;
	display: table;
	margin: auto;
}
.attention02 > p:not(:first-child) {
	margin-top: 5px;
}
footer {
	background: #333333;
	line-height: 60px;
	color: #fff;
	margin: 0px 0 0 0;
	padding: 30px 0 60px 0;
}
.course_list {
	padding: 10px;
	text-align: left;
	border: 2px solid #24387c;
	margin: 40px 0 40px 0;
}
.course_list a {
	color: #24387c;
}
section .text .course_list p {
	margin: 0 0 0.5em;
	position: relative;
	padding: 0 0 0 20px;
}
section .text .course_list p:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	background: #24387c;
}

/* ユーザーの声 */
.user {
	margin-bottom: 50px;
	padding: 0 30px;
}
.user_inner {
	display: flex;
	align-items: center;
}
.user_img {
	min-width: 80px;
	min-height: 80px;
	border-radius: 50%;
	background-position: center;
	background-size: cover;
}
.user1 {
	background-image: url('../img/user1.jpeg');
}
.user2 {
	background-image: url('../img/user2.jpeg');
}
.user_title {
	font-size: 16px;
	margin-left: 30px;
	text-align: left;
}
.user_text {
	font-size: 15px;
	border: 3px solid #24387c;
	text-align: left;
	padding: 20px;
	margin: 13px auto 0;
	position: relative;
}
.user_text::before {
	position: absolute;
	top: 0;
	top: -11px;
	left: 31px;
	z-index: 2;
	content: '';
	border: 12px solid transparent;
	border-width: 0 7.5px 20px 7.5px;
	border-bottom: 15px solid #fff;
}
.user_text::after {
	position: absolute;
	top: -15px;
	left: 29px;
	z-index: 1;
	content: '';
	border: 2px solid transparent;
	border-width: 0 9.5px 10px 9.5px;
	border-bottom: 15px solid #24387c;
}

body {
	min-width: 0;
}
.pc {
	display: none;
}
.sp {
	display: block !important;
}
.sp img {
	width: 100%;
	height: auto;
}

.attention02 .tips_link {
	padding: 15px 0 0 0;
}
.attention02 .tips_link a {
	display: block;
	font-size: 15px;
}
.attention02 .tips_link span {
	background: #24387c;
	color: #fff;
	font-size: 14px;
	padding: 2px 10px;
	margin-right: 5px;
}
.mov_autoplay {
	position: relative;
}
.mov_autoplay iframe {
	width: 100%;
	height: 52vw;
}
.mov_autoplay a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
@media screen and (max-width: 360px) and (orientation: portrait) {
	.feature_box .text p {
		font-size: 14px;
	}
	.section_text p {
		font-size: 13px;
	}
	.list_box02 ul li {
		font-size: 15px;
	}
}
header {
	padding: 16px;
	transition: all 0.3s;
}
header.on {
	background: rgba(255 255, 255, 0.95);
	z-index: 100;
	box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.1);
	margin-top: 0;
}

.h-menu {
	position: relative;
}

/*inputのcheckboxは非表示に*/
.h-menuCheckbox {
	display: none;
}

/*ハンバーガーメニュー*/
.h-menu_icon {
	display: block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 16px;
}

/*3本線*/
.hamburger-icon,
.hamburger-icon::before,
.hamburger-icon::after {
	content: '';
	display: block;
	position: absolute;
	z-index: 100;
	top: 20px;
	bottom: 0;
	width: 20px;
	height: 3px;
	background: #1847c7;
	cursor: pointer;
}
.hamburger-icon:before {
	top: 8px;
}
.hamburger-icon:after {
	top: 16px;
}

/*メニュー以外を暗くする*/
#h-menu_black {
	display: none;
	position: fixed;
	z-index: 98;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
	transition: 0.7s ease-in-out;
}

/*中身*/
#h-menu_content {
	position: fixed;
	top: 0;
	right: 0px;
	z-index: 99;
	width: 540px;
	height: 100vh;
	background: #f6f8fc;
	overflow: auto;
	transition: 0.3s ease-in-out;
	-webkit-transform: translateX(540px);
	transform: translateX(540px);
	box-sizing: border-box;
}

/*チェックボックスにチェックが入ったら表示*/
input:checked ~ .h-menu_icon .hamburger-icon {
	background: transparent;
}
input:checked ~ .h-menu_icon .hamburger-icon::before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 10px;
	z-index: 999;
	background: #1847c7;
}
input:checked ~ .h-menu_icon .hamburger-icon::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
	z-index: 999;
	width: 20px;
	background: #1847c7;
}
input:checked ~ #h-menu_black {
	display: block; /*カバーを表示*/
	opacity: 0.8;
}
#h-menu_checkbox:checked ~ #h-menu_content {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
.h-menu_icon .hamburger-icon,
.h-menu_icon .hamburger-icon::before,
.h-menu_icon .hamburger-icon::after,
#h-menu_black,
#h-menu_content {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#h-menu_content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#h-menu_content ul li {
	border-top: solid 1px #1847c7;
	padding: 35px 0;
}
#h-menu_content ul li:first-child {
	border-top: none;
}
#h-menu_content ul li .menu-logo {
	width: 262px;
}
#h-menu_content li a {
	display: block;
	color: #1847c7;
	font-size: 22px;
	/*    padding: 24px;*/
	text-decoration: none;
	transition-duration: 0.2s;
	opacity: 1;
}
#h-menu_content li a:hover {
	opacity: 0.8;
}
.h-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.section_btn a {
	display: block;
	width: 100%;
	color: #fff;
	line-height: 1.5;
	background: #fc6523;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	font-size: 22px;
	padding: 0;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 2px;
}
.sec01_img {
	background-image: url(../img/sp_manabi001.webp);
	background-size: cover;
	height: 500px;
}
.mv-wrap {
	padding: 140px 0 0 0;
	margin: auto;
	width: 960px;
}
.mv-flex {
	display: flex;
	flex-direction: row;
	gap: 40px;
}
.mv-flex-items {
	/*display: flex;*/
}
.mv-flex-items:nth-child(2) {
	width: 41%;
	padding-left: 0px;
}
.mv-flex-items:nth-child(2) img {
	width: 67%;
	margin-top: -52px;
}
.mv-flex-items img {
	z-index: 1;
}

.title {
	display: block;
	color: #1847c7;
}

.main_title001 {
	font-size: 27px;
}
.main_title002 {
	font-size: 50px;
}

.section_btn.top a {
	border-radius: 4px;
}
.main_title001 {
	letter-spacing: 4px;
	font-weight: 600;
}
.main_title002 {
	margin: 0 0 20px;
	line-height: 1.2;
	letter-spacing: 5px;
	font-weight: 600;
}
.main_title_button li,
.main_title_button {
	display: flex;
	justify-content: center;
	align-items: center;
}
.main_title_button li {
	border: 2px solid #fff;
	color: #fff;
	font-size: 14px;
	padding: 8px 26px;
	font-weight: 600;
}
.main_title_button li:nth-child(1) {
	margin-right: 12px;
}
.bg_mov {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	background: #000;
	height: 500px;
	overflow: hidden;
}
.bg_mov video {
	min-width: 100%;
	height: 500px;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, 0);
}

.section_btn a:after {
	content: '';
	display: block;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	transform: translate(0, -50%) rotate(45deg);
	width: 10px;
	height: 10px;
	position: absolute;
	right: 19px;
	top: 50%;
}
.section_btn a {
	display: block;
	color: #fff;
	/* line-height: 1.5; */
	background: #1847c7;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	padding: 0;
	/* margin-top: 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 65px; */
	letter-spacing: 2px;
	border-radius: 4px;
	font-weight: normal;
	border-radius: 60px;
	padding: 10px 3em;
}
.section_btn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 27px;
	height: 27px;
	background: #ff981a;
	border-radius: 50vh;
}
.section_btn a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
}
.section_btn.top a::before {
	width: 18px;
	height: 18px;
}
.section_btn.top a::after {
	width: 4px;
	height: 4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	right: 27px;
}

@-webkit-keyframes shiny-btn7 {
	0% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0;
	}
	80% {
		-webkit-transform: scale(0) rotate(45deg);
		opacity: 0.5;
	}
	81% {
		-webkit-transform: scale(4) rotate(45deg);
		opacity: 1;
	}
	100% {
		-webkit-transform: scale(50) rotate(45deg);
		opacity: 0;
	}
}
.sec02_title {
	font-size: 30px;
	margin-bottom: 40px;
	text-align: left;
}
.sec02_title::before {
	content: '';
	display: block;
	width: 75px;
	height: 7px;
	border-radius: 10px;
	background: #f03748;
	margin-bottom: 20px;
	border: 0;
}
.blue {
	color: #24387c;
}
.orange {
	color: #fc6523;
}
.orange_bottom_border {
	border-bottom: 2px solid #fc6523;
}
.detail_contents {
	font-size: 16px;
	line-height: 2;
	margin: 0 0 1em;
}
#manabi_category {
	background-color: #f6f6f7;
	padding-bottom: 80px;
}
#manabi_category .section_inner {
	background-color: #f6f6f7;
	padding: 4em 0 0;
	position: relative;
}
#manabi_category .detail_contents {
	font-size: 18px;
	text-align: left;
}
#manabi_category .detail_contents.big {
	font-size: 20px;
	text-align: left;
}
#manabi_category .people {
	position: absolute;
	top: 4em;
	right: 5em;
}
.recommend-movie {
	background-color: #f6f6f7;
}
.recommend-movie .section_inner {
	padding: 0px 0 80px;
}
.recommend-movie ul {
	margin-bottom: 40px;
}
.recommend-movie ul li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
}
.recommend-movie ul li:nth-child(even) {
	display: inline-block;
	margin-right: 0px;
}
.detail_contents.big {
	font-size: 24px;
	font-weight: bold;
}
#price .detail_contents.big {
	font-size: 20px;
}
.m_bottom30 {
	margin-bottom: 30px;
}
.sec03_item_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 20px;
}
.sec03_item_lists > li.max {
	width: 97%;
}
.sec03_item_lists > li {
	width: 47%;
	border: 2px solid #24387c;
	box-sizing: border-box;
	border-radius: 7px;
	margin-bottom: 14px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background-color: #fff;
}
.sec03_item_lists > li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #505050;
	padding: 20px 0;
}
.sec03_item_lists > li a.small:after {
	content: '';
	border: 0;
	border-top: solid 2px #373980;
	border-right: solid 2px #373980;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 52%;
	right: 10%;
	transform: translateY(-50%) rotate(45deg);
}
.sec03_item_lists > li p.list_name {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 1.2;
}

.list_person {
	margin: 0 10px;
	padding: 0em;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
	width: 31.7%;
	border: 1px solid #24387c;
}
.list_person:first-child {
	margin-left: 0;
}
.list_person:last-child {
	margin-right: 0;
}
.list_person .header {
	background-color: #24387c;
	color: #fff;
	padding: 1em;
	text-align: left;
}
.list_person .header dl dd {
	display: inline-block;
	vertical-align: top;
}
.list_person .header dl dd.thumb {
	display: inline-block;
	width: 34%;
	margin-right: 10px;
	margin-top: 0;
}
.list_person .header dl dd .persons_job {
	font-size: 0.9em;
	margin-bottom: 6px;
}
.list_person .header dl dd .small {
	font-size: 0.8em;
}
.list_person .header dl dd .name {
	font-size: 1.2em;
}
.list_person .header dl dd.thumb img {
	width: 100%;
}
.list_person .contents {
	background-color: #fff;
	padding: 1em;
	text-align: left;
	border: 1px solid #24387c;
}

.mov02_title02 {
	margin: 10px 0 20px 0;
	font-weight: bold;
	font-size: 20px;
	color: #24387c;
}
.mov02_detil {
	background: #faf8f5;
	padding: 18px 15px 23px 15px;
	box-sizing: border-box;
	margin: 15px;
}
.mov02_detil01 {
	margin-bottom: 20px;
	font-size: 14px;
}
.mov02_detil > ul > li:nth-child(1) {
	margin-bottom: 12px;
}
.mov02_detil > ul > li {
	position: relative;
	padding-left: 50px;
	text-align: left;
}
.mov02_detil > ul > li .blue {
	font-weight: bold;
}
.mov02_detil > ul > li::before {
	content: '';
	background-image: url(../img/sp_manabi016.webp);
	position: absolute;
	width: 20px;
	height: 20px;
	left: 15px;
}
.sec05 .mtb {
	margin-bottom: 1.3em;
	margin-top: 0.8em;
}
.sec05 {
	background: url(../img/bg_sec02.webp) top left / cover no-repeat;
	padding-top: 80px;
	margin-top: 60px;
}
.sec05_items {
	background-color: #fff;
	/*padding: 1em;*/
}
.sec05_items .number {
	font-size: 1.5em;
}
.sec05_items p {
	/*text-align: left;*/
}
.sec05_items h3 {
	font-size: 1.2em;
	margin-bottom: 10px;
}
.sec05_items img {
	margin-bottom: 10px;
}
.point {
	background-color: #373980;
	width: 100%;
	padding: 1em 1em 2px;
	text-align: left;
}
.point ul li {
	display: inline-block;
	color: #fff;
	padding: 8px 8px 8px 12px;
	background: #fc6523;
	border-radius: 6px;
	width: 48%;
	margin: 0 6px 15px;
	vertical-align: top;
}
.point ul li dl {
	display: flex;
	flex-wrap: wrap;
}
.point ul li dl dt {
	width: 10%;
	padding-top: 5px;
}
.point ul li dl dt.second {
	padding-top: 2px;
	padding-left: 6px;
}
.point ul li dl dt img {
	max-height: 40px;
}
.point ul li dl dd.title {
	width: 15%;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
	/* font-weight: bold; */
	padding-top: 6px;
	padding-left: 6px;
	font-size: 1.3em;
	border-right: 2px solid #fff;
}
.point ul li dl dd.title-OnLline {
	width: 15%;
	padding-right: 10px;
	display: table-cell;
	vertical-align: middle;
	/* font-weight: bold; */
	padding-top: 3px;
	padding-left: 6px;
	font-size: 1.3em;
	border-right: 2px solid #fff;
}
.point ul li dl dd.text {
	width: 70%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding-left: 19px;
}

.point ul li.tag {
	position: relative;
	display: inline-block;
	padding: 5px 0px 5px 10px;
	background: #fc6523;
	color: #373980;
	font-size: 1em;
	letter-spacing: 10px;
	margin-right: 1em;
	font-weight: bold;
}

.point ul li.tag:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	border: 16px solid transparent;
	border-left: 12px solid #fc6523;
}

.point ul li.text {
	width: 90%;
	text-align: left;
	padding: 0.5em;
	font-size: 1.3em;
}

.sns-block li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
}

/*media*/
.media {
	background: url(../img/bg_media.webp) top left / cover no-repeat;
	padding-top: 80px;
}
.media .sec02_title {
	font-size: 30px;
	margin-bottom: 40px;
	text-align: left;
	color: #fff;
}
.media .news {
	background-color: #fff;
	width: 100%;
	padding: 1em;
	text-align: left;
}
.media .news ul li dd.date {
	color: #666;
	font-size: 14px;
	width: 13%;
}
.media .news ul li dd.text {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	width: 86%;
}
.media .news ul li {
	display: inline-block;
	border-bottom: 1px solid #d4d8e3;
	padding: 0 10px 15px;
	width: 100%;
}
.media .news ul li dd {
	display: table-cell;
	padding: 0 10px;
}
.media .news ul li:last-child {
	border: none;
	padding: 0 10px 0px;
}

#manabi_category .sec03_item_lists > li img {
	margin-bottom: 20px;
	margin-top: 10px;
}
#manabi_category .sec03_item_lists > li .bottom_btn {
	border-top: 2px solid #24387c;
	padding: 20px 0 0;
	margin-top: 1em;
	font-size: 1.2em;
	font-weight: bold;
	position: relative;
}
#manabi_category .sec03_item_lists > li .bottom_btn::after {
	content: '';
	border: 0;
	border-top: solid 2px #333;
	border-right: solid 2px #333;
	display: inline-block;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 72%;
	right: 10%;
	transform: translateY(-50%) rotate(45deg);
}
#manabi_category .sec03_item_lists > li .circle {
	padding: 4% 3%;
	color: #fff;
	position: absolute;
	left: 2%;
	top: 17%;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	font-weight: bold;
	background-color: #f86523;
}
#manabi_category .sec03_item_lists > li .circle2 {
	position: absolute;
	left: 2%;
	top: 3%;
	width: 15%;
}
#manabi_category .sec03_item_lists > li {
	position: relative;
}

.mov02_person {
	width: 237px !important;
}
.mov02_title01 {
	margin: 30px 0 10px;
}

/*slick*/
.sliderArea {
	max-width: 100%;
	margin: 0 auto 80px;
	padding: 0 25px;
}
.sliderArea.w300 {
	max-width: 300px;
}
.slick-slide {
	margin: 0 0px 0 10px;
}
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-prev,
.slick-next {
	z-index: 1;
}
.slick-prev:before,
.slick-next:before {
	color: #000;
}
.slick-slide {
	transition: all ease-in-out 0.3s;
	opacity: 0.2;
	min-height: 500px !important;
}
.slick-active {
	opacity: 1;
}
.slick-current {
	opacity: 1;
}
.thumb {
	margin: 20px 0 0;
}
.thumb .slick-slide {
	cursor: pointer;
}
.thumb .slick-slide:hover {
	opacity: 0.7;
}
.slick-dots {
	bottom: -90px !important;
	margin: 0 0 20px !important;
}
.slick-arrow:before {
	content: '' !important;
}
.slick-arrow:before {
	content: '' !important;
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
}

.slick-next:before {
	background: url(../img/right.svg) !important;
	background-size: contain !important;
}

.slick-prev:before {
	background: url(../img/left.svg) !important;
	background-size: contain !important;
}
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px !important;
	height: 50px !important;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev {
	left: -5% !important;
}
/*slick end*/
/*modal*/
* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
.content {
	margin: 0 auto;
}
.modal h2 {
	font-size: 1.2em;
	line-height: 1.5;
	margin-bottom: 1em;
}
.modal p {
	line-height: 1.5;
	margin-bottom: 30px;
}
.modal {
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
}
.modal__content li {
	display: inline-block;
	vertical-align: top;
}
.modal__content li.img {
	width: 30%;
	margin-right: 20px;
}
.modal__content li.note {
	font-size: 0.8em;
	width: 60%;
}
.modal__bg {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal__content .name {
	margin-bottom: 2em;
}
.modal__content .name img {
	width: 30%;
}
.modal__content {
	background: #fff;
	left: 50%;
	padding: 40px;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	background: url(../img/bg_modal.webp) top left / cover no-repeat;
	overflow-y: auto;
	max-height: 90%;
	position: relative;
}
.modal .close {
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 10px;
	background-color: #0669c8;
	line-height: 0;
	text-align: center;
}
.modal .close img {
	width: 60%;
}
/*modal end*/

/*purpose*/
#purpose {
	letter-spacing: 0.05em;
}
#purpose .section_inner {
	padding: 0px 0 100px;
}
#purpose .ttl__section {
	line-height: 1;
}
#purpose .ttl__section::after {
	display: none;
}
#purpose .purpose-text {
	line-height: 1.8;
	margin: 10px 0 45px;
}
#purpose .box-bg {
	background: #f6f8fc;
	color: #1847c7;
	border-radius: 20px 20px 0px 0px;
	padding: 0 65px;
}
#purpose .box {
	border-bottom: 2px white solid;
	padding: 55px 0;
}
#purpose .box .title {
	font-weight: 700;
	font-size: 24px;
}
#purpose .box_inner .note {
	font-size: 14px;
	color: #333333;
	margin-top: -20px;
	margin-bottom: 25px;
}
#purpose .box_inner {
	margin-top: 30px;
}
#purpose .box_inner .flex {
	display: -webkit-flex;
	display: flex;
	width: 792px;
	margin: auto;
}
#purpose .box_inner .flex-item {
	width: 50%;
	text-align: left;
}
#purpose .box_inner p {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.5;
}
#purpose .box_inner .leftmargin {
	margin-left: 83px;
}
#purpose .box_inner ul {
	margin-left: -20px;
}
#purpose .box_inner ul li {
	display: flex;
	align-items: start;
	margin-bottom: 20px;
}
#purpose .box_inner ul .tag {
	width: 104px;
	vertical-align: top;
	padding: 3px 0 5px;
	border-radius: 10px;
	font-weight: 700;
	font-size: 24px;
	background: white;
	color: #ff981a;
	text-align: center;
	border: 2px #ff981a solid;
}
#purpose .box_inner ul .text {
	width: 300px;
	margin: 2px 0 0 20px;
	font-size: 22px;
}
#purpose .box_inner ul .tag.tag1 {
	background: #ff981a;
	color: #fff;
}
#purpose .box_inner img {
	width: 100%;
	margin-left: 20px;
}
#purpose .box_inner img.max1 {
	width: 100%;
	margin-bottom: 40px;
	margin-top: 18px;
}
#purpose .box_inner ul.marginTop {
	margin-top: 14px;
}
@media screen and (max-width: 800px) {
	header {
		padding: 1vw 0 0 0;
	}

	#purpose .purpose-text {
		line-height: 1.6;
		margin: 10px 0 30px;
		font-size: 11px;
	}
	#purpose .box-bg {
		padding: 20px 20px 0 20px;
	}
	#purpose .box {
		padding: 30px 0;
	}
	#purpose .box .title {
		font-size: 16px;
	}
	#purpose .box_inner img,
	#purpose .box_inner img.max1 {
		width: 100%;
		margin-top: 10px;
	}
	#purpose .box_inner .flex {
		display: block;
		width: 100%;
	}
	#purpose .box_inner .flex-item {
		width: 100%;
	}
	#purpose .box_inner ul {
		margin-left: 0px;
	}
	#purpose .box_inner ul li {
		margin-bottom: 15px;
	}
	#purpose .box_inner ul .tag {
		width: 28%;
		font-size: 16px;
		padding: 3px 0;
	}
	#purpose .box_inner ul .text {
		width: 70%;
		margin: 3px 0 0 10px;
	}
	#purpose .box_inner .note {
		font-size: 10px;
		margin-top: -15px;
	}
	#purpose .section_inner {
		padding: 0px 0 60px;
	}
	#purpose .box_inner p {
		font-size: 16px;
	}
	#purpose .box_inner img {
		margin-left: 0px;
	}
	#purpose .box_inner img.max1 {
		margin-left: 0px;
	}
}

#voice {
	margin-top: 80px;
}
#voice .section_inner {
	padding: 0px 0 60px;
}
.list_person {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
.person_detail {
}
.persons_job {
	text-align: left;
}
.persons_name {
	font-size: 22px;
	color: #24387c;
	text-align: left;
	margin-bottom: 10px;
}
.person_small {
	font-size: 19px;
}
.persons_contents {
	text-align: left;
	line-height: 2;
}
.person_detail_details {
	float: left;
	display: block;
	width: 65%;
}
.persons_img {
	float: right;
	padding: 0 0 10px 5%;
	width: 30%;
	text-align: right;
}
.sec06 {
	padding-top: 0px;
	margin-top: 60px;
}
.sec06_list {
}
.sec06_list .ribbon {
	background-color: #ff6600;
	padding: 0.5em 4em;
	text-align: center;
	color: #fff;
	position: absolute;
	top: -3em;
	left: 30%;
}
.sec06_item {
	border: 2px solid #24387c;
	margin-top: 30px;
	position: relative;
}
.blue_zone {
	background: #24387c;
	padding: 20px 0;
}
.sec06_list .title01 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.sec06_list .title02 {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.sec06_list .title03 {
	font-size: 15px;
	margin-top: 20px;
}
.sec06_item .price_zone {
	margin-top: 7px;
}
.orange_zone {
	background: #fc6523;
	color: #fff;
	padding: 3px 10px;
	margin-left: 5px;
}
.sec06_item .price_zone .price01 {
	font-size: 20px;
	color: #24387c;
}
.sec06_item .price_zone .price01 .bold {
	font-weight: bold;
	color: #24387c;
	font-size: 20px;
}
.sec06_item .price_zone .price01 .orange {
	font-size: 65px;
	font-family: din-2014-narrow, sans-serif;

	font-weight: 700;

	font-style: normal;
}
.sec06_item .price_zone .price02 {
	font-size: 23px;
	color: #24387c;
}
.sec06_item .price_zone .price03 {
	font-size: 13px;
	color: #24387c;
}
.sec06_item .price_zone > ul {
	margin-top: 30px;
	margin-bottom: 30px;
}
.sec06_item .price_zone > ul > li {
	font-size: 18px;
	background: #5374b0;
	color: #fff;
	width: 85%;
	margin: 0 auto;
	margin-bottom: 15px;
	/*    padding: 15px 40px;*/
	box-sizing: border-box;
	background: linear-gradient(to right, #0b8cfc 0%, #0f64fc 100%);
	position: relative;
	padding: 10px;
	padding-left: 50px;
	text-align: left;
}
.sec06_item .price_zone > ul > li a {
	display: block;
	/* width: 100%; */
	height: 100%;
	width: auto;
	/* padding: 15px 40px; */
	color: #fff;
	padding: 10px;
	text-align: left;
	margin-left: 35px;
}
.sec06_item .price_zone > ul > li::before {
	content: '';
	background-image: url(../img/sp_manabi016.webp);
	position: absolute;
	width: 26px;
	height: 26px;
	left: 11px;
	background-repeat: no-repeat;
	top: 50%;
	transform: translateY(-50%);
}
.sec06_item:nth-child(2) .blue_zone {
	background: #dde3ec;
}
.sec06_item:nth-child(2) .title01 {
	color: #24387c;
}
.sec06_item:nth-child(2) .title02 {
	color: #24387c;
}
.course_detail {
	font-size: 14px;
	margin-top: 15px;
}
.sec07 {
	background: url(../img/bg_torikata.webp) top left / cover no-repeat;
	min-height: 600px;
}
.sec08 {
	background: #24387c;
	margin-top: -1px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.sec07_text {
	font-size: 16px;
	color: #fff;
	text-align: left;
	line-height: 3;
	position: absolute;
	right: 2em;
	top: 6em;
	letter-spacing: 5px;
}
.btn-read-more {
	margin-top: 2em;
}
.btn-read-more a {
	color: #fff !important;
}
.btn-read-more a::after {
	position: absolute;
	content: ' ';
	display: block;
	border-bottom: solid 2px #fff;
	bottom: 0px;
	width: 23%;
}
.btn-read-more a:hover {
	opacity: 0.7;
}
.sec07_text .yellow {
	display: inline-block;
	line-height: 1.5;
}
.yellow {
	font-size: 20px;
	color: #ffeb00;
}
.sec07_reader {
	font-size: 16px;
	margin: 20px 0 10px 0;
	letter-spacing: 2px;
}
.sec08 {
	/*background: url(../img/bg_botom.webp) top left /cover no-repeat;*/
	/*min-height: 700px;*/
	position: relative;
	background: #f6f6f7;
}
.sec08 .sec08-btn-wrapper {
	position: absolute;
	bottom: 2em;
	left: 36%;
}
.sec08_text {
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 3;
	position: absolute;
	left: 2em;
	top: 12em;
	letter-spacing: 5px;
}
.sec08_main_img {
	margin-top: 20px;
}
.sec08 .section_inner {
	padding-bottom: 20px;
}

.sns_box {
	margin-top: 60px;
}
.sns_box > ul {
	display: flex;
	justify-content: space-evenly;
}
.sns_box > ul > li {
}
.sns_box > ul > li {
	display: flex;
}

.footer_link_lists li a {
	display: block;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
}
.footer_link_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.footer_link_lists li {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-right: 10px;
}
.footer_link_lists li:last-child {
	margin-right: 0px;
}
.mov02:nth-child(1) {
	margin-bottom: 0;
}
.mov02_img > img {
	padding: 0 15px;
	box-sizing: border-box;
}
.mov02_person {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50vw;
	pointer-events: none;
}
.logo_img {
	text-align: left;
	width: 300px;
}
.section_btn.top a {
	display: block;
	/* width: 94%; */
	/* max-width: 440px; */
	color: #fff;
	/* line-height: 1.5; */
	background: #1847c7;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	padding: 0;
	/* margin-top: 20px; */
	display: flex;
	font-size: 4vw;
	justify-content: center;
	align-items: center;
	/* height: 65px; */
	letter-spacing: 2px;
	border-radius: 4px;
	font-weight: normal;
}
.section_btn.top {
	position: absolute;
	right: 100px;
}
.section_btn.menu a {
	margin-left: 0;
}
.sub_btn a {
	display: block;
	color: #fff;
	background-color: #fff;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
	font-size: 20px;
	padding: 0;
	display: flex;
	font-size: 4vw;
	justify-content: center;
	align-items: center;
	letter-spacing: 2px;
	border-radius: 38px;
	font-weight: normal;
	color: #0b8cfc;
	font-size: 1em;
	width: 20%;
	padding: 0.5em 2em;
}
.sub_btn a:hover {
	opacity: 0.9;
}
#h-menu_content .section_btn.menu a {
	margin: 0 auto;
	display: block;
}
.sec03_item_lists > li a > ul > li {
	color: #505050;
	margin-bottom: 10px;
}
.sec03_item_lists > li a:hover {
	background-color: #b9ddff;
}
@media screen and (min-width: 751px) {
	.main_prize {
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 3px;
	}
	.main_prize li img {
		width: 70%;
	}
	.main_prize li {
		margin-right: 0px;
		display: inline-block;
	}
	.main_prize li:last-child {
		margin-right: 0px;
	}
	.yellow {
		font-size: 28px;
	}
	.sec08 .sec07_text02 {
		text-align: center;
		color: #fff;
		font-weight: bold;
		font-size: 38px;
		margin-top: 80px;
		line-height: 2;
	}
	.sns_box > ul {
		display: flex;
		justify-content: space-evenly;
		width: 50%;
		margin: 0 auto;
	}
}
.btn-flex {
	display: flex;
}
.btn-flex img.apple {
	height: 100px;
}
.btn-flex img.google {
	height: 130px;
}
br.sp375 {
	display: none;
}
@media screen and (max-width: 375px) {
	br.sp375 {
		display: block;
	}
	.main_title001 {
		font-size: 24px;
	}
	.main_title002 {
		font-size: 2.4em;
	}
	.main_title_button li {
		font-size: 14px;
		padding: 8px 20px;
	}
	.section_btn.top a {
		font-size: 12px;
		width: 90px;
	}
	.section_btn a {
		font-size: 1em;
	}
	.detail_contents {
		font-size: 4vw;
	}
	.sec03_item_lists > li p.list_name {
		font-size: 15px;
		margin-bottom: 15px;
	}
	.item_title {
		font-size: 16px;
	}
	#manabi_category .detail_contents.big {
		font-size: 19px;
	}
	.sec08 .sec07_text,
	.sec07_text {
		font-size: 16px;
	}
	.sec08 .sec07_text02 .yellow,
	.sec08 .sec07_text02 {
		font-size: 20px;
	}
	.sec08 .sec07_text02 {
		margin-top: 20px;
	}
	.yellow {
		font-size: 18px;
	}
	.sec07 {
		background-size: 150px;
		background-position: bottom 50px right 0px;
	}
	.sec05_item_detail {
		font-size: 16px;
	}
	.detail_contents.big {
		font-size: 4.5vw;
	}
	#price .detail_contents.big {
		font-size: 18px;
	}
	#h-menu_content ul li {
		padding: 20px 0;
	}
	#h-menu_content ul li:last-child {
		margin: 0 0 50px;
	}
	#h-menu_content li a {
		font-size: 15px;
		line-height: 1.56;
	}
}
@media screen and (max-width: 360px) {
	.section_btn.top a {
		display: none;
	}
	.main_title_button li {
		font-size: 13px;
	}
}

@media screen and (min-width: 801px) {
	.section_btn-sub-mv {
		color: #fff;
		font-size: 1.2em;
		margin-top: 0em;
	}
	header {
		width: 100%;
		box-sizing: border-box;
		z-index: 2;
		padding: 8px 16px;
	}
	header .logo {
		width: auto;
		left: 15px;
		top: 15px;
	}
	header h1 p {
		margin: 0 0 5px 0;
	}
	body {
		min-width: 1020px;
	}
	.pc {
		display: block !important;
	}
	.sp {
		display: none !important;
	}
	.sp img {
		width: 100%;
		height: auto;
	}

	section {
		padding: 0;
	}
	.section_inner {
		width: 100%;
		width: 960px;
		margin: 0 auto;
		padding: 0px 0 80px;
		position: relative;
	}
	section.full {
		width: auto;
	}
	section:nth-child(1) {
		padding: 60px 0 0 0;
	}
	main {
		margin: 0 auto;
	}

	.bg_mov video {
		height: 100vh;
		min-width: 100%;
		min-height: 100vh;
	}

	.bg_mov {
		width: 100%;
		height: 100vh;
		background: url(../img/kv-alternative.webp) no-repeat center/cover;
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		z-index: -1;
	}

	.bg_mov::after {
		content: '';
		width: 100%;
		height: 100%;
		background-color: #10394b;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		opacity: 0.3;
	}

	.bg_mov video {
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateX(-50%) translateY(-50%);
	}

	section#sec01 {
		width: auto;
	}
	.sec01_img {
		height: 70vh;
		margin-bottom: 0px;
	}

	.inner_header .marker {
		left: 30%;
		top: 34%;
		font-size: 40px;
	}
	header h1 p:before {
		height: 54px;
		bottom: 0;
	}
	header .btn a {
		bottom: inherit;
		top: 63%;
		left: 25%;
		width: 440px;
		font-size: 30px;
		line-height: 80px;
	}

	h2.section_title {
		font-size: 38px;
		padding: 40px 0;
		margin: 0 0 20px 0;
		letter-spacing: 2px;
	}
	section.full h2.section_title {
		width: 1000px;
		margin: 0 auto 60px auto;
	}
	.section_text {
		margin-bottom: 60px;
	}
	.section_copy {
		font-size: 50px;
		margin-bottom: 50px;
		margin-top: 0px;
	}

	.list_content .copy {
		font-size: 34px;
		margin-top: 40px;
	}
	.list_content .copy:before {
		height: 50px;
		left: -60px;
	}
	.list_content .copy:after {
		height: 50px;
		right: -60px;
	}

	.list_box {
		margin: 0 auto 0 auto;
	}
	.list_box ul li {
		font-size: 18px;
		padding-left: 80px;
		background: url(../img/icon_list.svg) left 8% center no-repeat #5374b0;
		background-size: 20px;
		width: auto;
		line-height: 1.5;
	}

	.list_box02 {
		margin: 0 auto 0 auto;
	}
	.list_box02 ul li {
		font-size: 20px;
		padding-left: 120px;
		background: url(../img/icon_list.svg) left 8% center no-repeat #faf8f5;
		background-size: 36px;
		width: auto;
		line-height: 1.5;
		box-sizing: border-box;
		text-align: left;
	}

	.feature_box {
		width: 520px;
		margin: 0 auto 30px auto;
	}
	.feature_box:before {
		height: 370px;
	}
	.feature_box .text .content_logo {
		font-size: 18px;
	}
	.feature_box .text .content_logo img {
		width: 200px;
	}
	.feature_box .text p {
		font-size: 18px;
	}

	.section_text p {
		font-size: 22px;
	}

	.course_block ul {
		display: flex;
	}
	.course_block ul li {
		margin: 0 0 0 10px;
	}
	.course_block ul li .btn {
		display: none;
	}

	.bg_text_content {
		width: auto;
		margin: 0 0 50px 0;
		padding: 80px 0;
	}
	.bg_text_content .title {
		font-size: 26px;
	}
	.bg_text_content .text_list li {
		font-size: 18px;
	}
	.bg_text_content .title,
	.bg_text_content .text_list {
		width: 60%;
	}

	.feature_list {
		margin: 0 0 60px 0;
	}
	.feature_list ul {
		display: flex;
	}
	.feature_list ul li {
		margin: 0 0 0 10px;
		display: block;
		width: 33%;
	}
	.feature_list ul li .img {
		width: 100%;
	}
	.feature_list ul li .content {
		width: 100%;
	}
	.feature_list ul li .title {
		font-size: 22px;
		margin: 0 0 20px;
	}
	.feature_list ul li .text {
		padding: 0 10px;
	}
	.feature_list ul li .text p {
		font-size: 16px;
	}

	.slick-next,
	.slick-prev {
		display: block !important;
		cursor: pointer;
	}
	.slick-prev:before {
		right: 20px;
	}
	.slick-next:before {
		left: 26px;
	}

	.slick-prev {
		left: -70px;
		transform: translate(0, -50%);
	}
	.slick-next {
		right: -70px;
		transform: translate(0, -50%);
	}
	.teach_block {
		position: relative;
	}
	.teach_block .slider li {
		margin: 0 10px 0 0;
	}

	.course_block02 ul {
		justify-content: center;
	}
	.course_block02 ul li {
		width: 30%;
		margin: 0 1.5% 3% 1.5%;
	}
	.course_block02 ul li .title {
		font-size: 16px;
	}
	.course_block02 ul li .title span {
		font-size: 13px;
	}

	h2.section_title02 {
		font-size: 26px;
	}
	.price_list {
		display: flex;
		justify-content: space-around;
		align-items: baseline;
	}
	.price_list > li {
		width: 48%;
		height: 430px;
	}
	.price_list li .plan {
		font-size: 26px;
	}
	.price_list li .plan span {
		font-size: 18px;
		padding: 5px 0 0 0;
		letter-spacing: 1px;
	}
	.price_list li:nth-child(2) .price {
		padding: 60px 0 0 0;
	}
	.price_list li .price {
		margin: 0 0 20px;
	}
	.price_list li .price .small {
		font-size: 20px;
	}
	.price_list li .price .big {
		font-size: 60px;
	}
	.price_list li .copy span {
		padding: 2px 8px;
		margin-left: 5px;
	}

	.course_block ul li a {
		transition: all 0.3s;
	}
	.course_block ul li a .img {
		position: relative;
	}
	.course_block ul li a .img:before {
		content: 'この動画のコースを見る';
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		opacity: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		line-height: 189px;
		transition: all 0.3s;
		font-size: 22px;
	}
	.course_block ul li a:hover .img:before {
		opacity: 1;
	}

	.course_block02 ul li a {
		transition: all 0.3s;
	}
	.course_block02 ul li a .img {
		position: relative;
	}
	.course_block02 ul li a .img:before {
		content: 'この動画のコースを見る';
		position: absolute;
		top: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		opacity: 0;
		width: 100%;
		height: 100%;
		color: #fff;
		line-height: 175px;
		transition: all 0.3s;
		font-size: 22px;
	}
	.course_block02 ul li a:hover .img:before {
		opacity: 1;
	}

	.section_btn a {
		font-size: 20px;
		transition: all 0.3s;
	}
	.section_btn a:hover {
		opacity: 0.9;
	}

	.btn a {
		transition: all 0.3s;
	}
	.btn a:hover {
		background: #fff;
	}
	.btn a:hover:after {
	}

	#sec01 .section_inner {
		margin-top: -250px;
	}
	.section_title03 {
		font-size: 34px;
		margin: 0;
	}
	/* list_box02 */
	.list_box02 ul li {
		font-size: 24px;
	}

	/* mov */
	.mov01_title {
		font-size: 28px;
	}
	.mov01_text {
		font-size: 18px;
	}
	.mov_list {
		flex-direction: row;
		justify-content: space-between;
	}
	.mov02 {
		width: 30%;
	}
	.mov02:not(:first-child) {
		margin-top: 0;
	}
	.mov02_btn {
		margin: 30px auto 0;
	}

	/* list02 */
	.list02_item {
		max-width: 770px;
		padding: 40px 20px;
	}
	.list02_item:nth-child(even) {
		margin: 0 auto;
		padding: 40px 20px;
		width: auto;
		max-width: 770px;
	}
	.list02_wrapper {
		max-width: unset;
	}
	.list02_img {
		width: 150px;
	}
	.list02_textBox {
		width: 74%;
	}
	.list02_title {
		font-size: 24px;
	}
	.list02_text {
		font-size: 16px;
	}
	.attention02 {
		font-size: 15px;
	}
	.tips_text {
		font-size: 16px;
	}
	.mov_autoplay iframe {
		width: 600px;
		height: 335px;
	}
	.main_title001 {
		font-size: 36px;
		font-weight: 600;
		letter-spacing: 9px;
		margin-bottom: 5px;
	}
	.main_title002 {
		font-size: 58px;
		font-weight: 600;
		letter-spacing: 6px;
		line-height: 1.2;
		margin-bottom: 15px;
		text-align: left;
	}
	.main_title003 {
		font-size: 24px;
		font-weight: 600;
		letter-spacing: 3px;
		line-height: 1.2;
		margin-bottom: 25px;
		text-align: left;
		color: #1847c7;
		margin-bottom: 50px;
	}
	.tite_wrap h2 {
		font-size: 40px;
		margin-bottom: 10px;
		color: #1847c7;
		line-height: 1.5;
	}
	.tite_wrap h3 {
		font-size: 24px;
		margin-bottom: 20px;
		color: #1847c7;
	}
	.tite_wrap p {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.tite_wrap .small {
		font-size: 0.8em;
	}
	.main_title_button li {
		border-width: 2px;
		width: 250px;
		box-sizing: border-box;
		font-size: 16px;
	}
	.main_title_button li:nth-child(1) {
		width: 230px;
		margin-right: 25px;
	}
	.main_title .section_btn a {
		display: block;
		margin-top: 0em;
		z-index: 1;
	}
	.btn-app {
		margin-top: 2em;
	}
	.btn-app ul {
		text-align: -webkit-center;
	}
	.btn-app ul li {
		display: table-cell;
		padding: 0 10px;
	}
	.btn-app ul li img {
		width: 100%;
	}
	#manabi_hodai {
		width: 960px;
		margin: 0em auto 9em;
		padding: 2em;
		background-color: #fff;
		background-image: url(../img/bg_geometry.webp);
		background-position: right 0% top 46%;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	#manabi_hodai .section_inner {
		padding: 50px 0;
	}
	#manabi_hodai .sec02_title {
		/* width: 490px; */
		margin: 0 0 40px;
		text-align: left;
	}
	#manabi_hodai .detail_contents {
		font-weight: 600;
		font-size: 22px;
		margin: 0 0 20px auto;
		text-align: left;
		line-height: 1.6;
	}
	#manabi_hodai .detail_contents_normal {
		font-size: 18px;
		margin: 0 0 20px auto;
		text-align: left;
	}
	#manabi_hodai .sec02_img {
		position: absolute;
		right: 10%;
		top: 59%;
		transform: translate(0, -50%);
	}
	#manabi_hodai .section_btn {
		margin: 0 0 0 0;
		text-align: left !important;
		position: absolute;
		left: 0;
		text-align: center;
	}
	#manabi_category .detail_contents {
		font-size: 20px;
	}
	#manabi_category .detail_contents.big {
		font-size: 26px;
		font-weight: 600;
	}
	#manabi_category .sec03_item_lists {
		margin: 0 0 0px;
	}
	#manabi_category .sec03_item_lists > li {
		height: auto;
		border-width: 3px;
		background: #fff;
	}
	#manabi_category .sec03_item_lists > li p.list_name {
		font-size: 22px;
		letter-spacing: 2px;
		font-weight: 600;
	}
	#manabi_category .sec03_item_lists > li > a > ul > li {
		font-size: 22px;
		line-height: 2;
		margin: 0;
	}
	#manabi_category .section_btn {
		margin-top: 40px;
	}

	.mov_list {
		flex-wrap: wrap;
		overflow: inherit;
		width: 100%;
		margin: 60px auto 0;
	}
	.mov02::before {
		font-size: 20px;
		top: -24px;
	}
	.mov02:nth-child(1),
	.mov_list > li {
		margin: 0 0 80px;
	}
	.mov_list .mov02 {
		width: 450px;
		padding: 45px 0 25px 0;
		height: auto;
		border-width: 3px;
	}
	.mov_list .mov02:nth-child(5),
	.mov_list .mov02:nth-child(6) {
		margin: 0;
	}
	.mov02_detil01,
	.mov02_title01 {
		font-size: 18px;
	}
	.mov02_title02 {
		margin: 0 0 25px;
		font-size: 26px;
		font-weight: 600;
	}
	.mov02_person {
		width: 237px;
	}
	.mov02_detil > ul > li {
		padding-left: 30px;
		font-size: 20px;
		text-align: left;
		font-weight: normal;
	}
	.mov02_detil > ul > li .blue {
		font-weight: bold;
	}

	.mov02_detil > ul > li::before {
		left: 0px;
		bottom: 6px;
	}

	.sec05_lists {
		position: relative;
		width: 94%;
		margin: 0 auto 110px auto;
	}
	.sec05_lists > li {
		width: 487px;
		padding: 33.1px 20px;
	}
	.sec05_lists > li:nth-child(5) {
		position: absolute;
		right: 0;
		top: 0;
	}
	.item_title {
		font-size: 22px;
		text-align: left;
		padding-left: 70px;
	}
	.item_title::before {
		width: 56px;
		height: 56px;
		left: 0px;
		font-size: 24px;
	}
	.sec05_item_detail {
		padding: 0 20px;
	}
	.item_detail_details {
		text-align: left;
		padding: 5px 20px;
	}
	.item_detail_contents {
		width: 95%;
		margin: 0 auto;
	}

	.sec05_title_bottom {
		font-size: 38px;
		margin: 0 0 60px;
		font-weight: normal;
		letter-spacing: 2px;
	}
	.sec05_bottom_list {
		justify-content: center;
		margin: 0 auto;
	}
	.person_detail_details {
		width: 100%;
		margin: 0 0 10px;
	}
	.persons_contents {
		width: 80%;
	}
	.persons_img {
		position: absolute;
		top: 0;
		right: 0;
	}

	.sec06 {
		margin: 0;
		background-color: #f6f6f7;
	}
	#price .section_inner {
		padding: 0px 0 0px 0;
	}
	#price .detail_contents.big {
		font-size: 30px;
	}
	.sec06_list {
		display: flex;
		justify-content: space-around;
	}
	.sec06_list li {
		width: 460px;
		background-color: #fff;
	}
	.sec06_list li:nth-child(2) .price_zone {
		padding-top: 42px;
	}

	.course_detail {
		font-size: 18px;
		margin-bottom: 1em;
	}
	.sec07::before {
		border-width: 10vw 0px 0px 100vw;
	}
	.sec07 .section_inner {
		padding-bottom: 100px;
	}

	.sec08 .sec07_text02 {
		margin: 40px 0 20px 0;
	}
	.sec08 .section_inner {
		padding: 50px 0 20px 0;
	}

	.section_btn.top {
		right: 100px;
	}
	.section_btn.top a {
		font-size: 15px;
		line-height: 40px;
		height: 40px;
		border-radius: 39px;
		padding: 5px 3.6em 5px 2.4em;
	}
	.h-menu_icon {
		padding: 0 10px;
	}
	#h-menu_content .section_btn.menu a {
		margin: 0 auto;
		display: block;
	}

	#sec08 .section_btn a {
		border: 2px solid transparent;
	}
	#sec08 .section_btn a:hover {
		border: 2px solid #fff;
	}
	footer .section_inner {
		padding: 0;
	}
}
#recommend .section_inner {
	padding: 0px 0 0px;
}
/*7日間の無料体験でできることは？*/
#seven-free .section_inner {
	padding: 80px 0 80px 0;
}
#seven-free .section_inner .contents-wrapper {
}
#seven-free .section_inner .contents-wrapper .header {
	padding: 1em;
	background-color: #e8e8e8;
}
#seven-free .section_inner .contents-wrapper .header h3 {
	font-size: 1.7em;
	color: #1847c7;
}
#seven-free .section_inner .contents-wrapper .contents {
	padding: 4em 1em 1em;
	background-color: #f5f5f5;
}
#seven-free .section_inner ul {
	display: flex;
	gap: 20px;
}
#seven-free .section_inner ul li {
	width: 25%;
	background-color: #a3b8e0;
	padding: 3em 10px 1em;
	border-radius: 8px;
	position: relative;
	color: #fff;
}
#seven-free .section_inner ul li h4 {
	font-size: 1.1em;
}
#seven-free .section_inner ul li img {
	position: absolute;
	top: -55px;
	left: 6px;
}
#seven-free .section_inner ul li:nth-child(5) {
	padding: 4.5em 1em 1em;
}
#seven-free .section_inner ul li:nth-child(5) img {
	width: 87%;
	top: -45px;
	left: 13px;
}

.sp {
	display: none !important;
}
img {
	vertical-align: bottom;
}
body {
	text-size-adjust: 100%;
}
.backBtn {
	display: none;
}
@media screen and (max-width: 750px) and (orientation: portrait) {
	body {
		min-width: 0;
	}
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	.sp img {
		width: 100%;
		height: auto;
	}
}
#recommend {
	padding-top: 0;
	margin-top: 80px;
}

@media screen and (max-width: 800px) {
	body {
		/*overflow-x: hidden;*/
	}
	.logo_img {
		text-align: left;
		width: 60%;
	}
	.hamburger-icon,
	.hamburger-icon::before,
	.hamburger-icon::after {
		top: 12px;
	}
	.hamburger-icon:before {
		top: 7px;
	}
	.hamburger-icon:after {
		top: 14px;
	}
	#h-menu_content {
		width: 100%;
	}
	#h-menu_content .section_btn.menu a {
		width: 90%;
	}
	.section_btn-sub-mv {
		color: #fff;
		font-size: 1.2em;
		margin-top: 2em;
	}
	/*7日間の無料体験でできることは？*/
	#seven-free .section_inner {
		padding: 20px 0 10px 0;
	}
	#seven-free .section_inner .contents-wrapper .header {
		padding: 1em;
		background-color: #e8e8e8;
	}
	#seven-free .section_inner .contents-wrapper .header h3 {
		font-size: 1.3em;
		color: #1847c7;
		text-align: left;
	}
	#seven-free .section_inner .contents-wrapper .contents ul li h4 {
		text-align: left;
		margin-top: 1em;
	}
	#seven-free
		.section_inner
		.contents-wrapper
		.contents
		ul
		li:nth-child(3)
		h4,
	#seven-free
		.section_inner
		.contents-wrapper
		.contents
		ul
		li:nth-child(4)
		h4 {
		margin-top: 0.3em;
	}
	#seven-free .section_inner .contents-wrapper .contents {
		padding: 2em 1em 1em;
		background-color: #f5f5f5;
	}
	#seven-free .section_inner ul {
		display: block;
	}
	#seven-free .section_inner ul li,
	#seven-free .section_inner ul li:nth-child(5) {
		width: 100%;
		padding: 1em 1em 1em 0;
		margin-bottom: 1em;
		min-height: 88px;
	}
	#seven-free .section_inner ul li img,
	#seven-free .section_inner ul li:nth-child(5) img {
		position: initial;
		float: left;
		width: 30%;
		margin-right: 10px;
	}
	#price {
		padding: 80px 0 0px;
		margin-bottom: 50px;
	}
	/*swiper*/
	.swiper-horizontal > .swiper-pagination-bullets,
	.swiper-pagination-bullets.swiper-pagination-horizontal,
	.swiper-pagination-custom,
	.swiper-pagination-fraction {
		bottom: 0px !important;
		left: 0;
		width: 100%;
	}
	.sliderArea .point-sp .slick-slider .slick-list {
		margin-top: 0;
		margin-top: -1em;
		padding-bottom: 4em;
	}
	.sliderArea .point-sp .slick-slider .slick-list .sec05_items {
		padding: 10px;
	}
	.swiper-slide {
		flex-shrink: 0;
		width: 100%;
		height: 100%;
		position: relative;
		transition-property: transform;
		padding: 0px 10px 0 20px;
	}
	slick-slider .slick-track,
	.slick-slider .slick-list {
		-webkit-transform: translate3d(0, 0, 0);
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		margin-top: 0em;
	}
	.point ul li dl dd.title-OnLline {
		width: 18%;
		font-size: 1.2em;
		padding-top: 8px;
	}
	.point ul li dl dt.second {
		padding-top: 6px;
		padding-left: 0px;
	}
	#message .section_inner {
		margin: 0;
	}
	#manabi_hodai {
		padding: 30px 0 0 0;
		position: relative;
	}
	.sec03_item_lists > li a.small:after {
		content: '';
		border: 0;
		border-top: solid 2px #373980;
		border-right: solid 2px #373980;
		display: inline-block;
		width: 5px;
		height: 5px;
		position: absolute;
		top: 51%;
		right: 7%;
		transform: translateY(-50%) rotate(45deg);
	}
	.point ul li {
		width: 100%;
		margin: 0 1px 15px;
	}
	.point ul li dl dt {
		width: 10%;
		padding-top: 10px;
	}
	.point ul li dl dd.title {
		width: 18%;
		font-size: 1.2em;
		padding-top: 8px;
	}
	.point ul li dl dd.text {
		width: 71%;
	}
	#sec08 .section_inner {
		width: 94%;
		margin: 2em auto 1em;
	}
	.mov02:not(:first-child) {
		margin-top: 0px;
	}
	.sns-block li {
		display: block;
		width: 100%;
		vertical-align: top;
	}
	.sns-block li:first-child {
		margin-bottom: 1em;
	}

	.mov02 {
		position: relative;
		margin: auto;
		min-width: auto;
		display: block;
		border-radius: 11px;
		border: 2px solid #24387c;
		height: 480px;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 1em;
		box-sizing: border-box;
	}

	.media .news ul li dd.date {
		color: #666;
		font-size: 14px;
		width: 100%;
	}
	.media .news ul li dd {
		display: block;
		padding: 0 10px;
	}
	.media .news ul li dd.text {
		font-size: 16px;
		font-weight: bold;
		color: #333;
		width: 100%;
	}
	.media .news ul li {
		display: inline-block;
		border-bottom: 1px solid #d4d8e3;
		padding: 10px 0px 10px;
		width: 100%;
	}
	.media {
		padding: 80px 0 20px;
		background-image: url(../img/bg_sp_media.webp);
		width: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-color: #b8b9b5;
	}
	.media .news ul li:last-child {
		border: none;
		padding: 10px 0px 0px;
	}
	.sec03_item_lists .spfull {
		width: 100% !important;
	}
	#manabi_category .sec03_item_lists > li img {
		margin-top: 0px;
	}
	#manabi_category .sec03_item_lists > li .bottom_btn {
		border-top: 2px solid #24387c;
		padding: 20px 0 20px;
		margin-top: 1em;
		font-size: 1em;
		font-weight: bold;
		position: relative;
	}
	#manabi_category .sec03_item_lists > li .bottom_btn::after {
		content: '';
		border: 0;
		border-top: solid 2px #333;
		border-right: solid 2px #333;
		display: inline-block;
		width: 5px;
		height: 5px;
		position: absolute;
		top: 51%;
		right: 10%;
		transform: translateY(-50%) rotate(45deg);
	}
	#manabi_category .sec03_item_lists > li .circle {
		padding: 5% 3%;
		background-color: #f86523;
		color: #fff;
		position: absolute;
		left: 1%;
		top: 2%;
		border-radius: 50%;
		width: 30px;
		height: 30px;
		font-weight: bold;
		font-size: 0.5em;
	}
	#manabi_category .sec03_item_lists > li .circle2 {
		position: absolute;
		left: 2%;
		top: 3%;
		width: 16%;
	}
	.sub_btn a {
		width: 100%;
	}
	.main_prize li {
		display: table-cell;
	}
	.main_prize li img {
		width: 50%;
	}
	.main_title {
		position: absolute;
		top: 14%;
		left: 0;
		transform: none;
		width: 100%;
		padding: 0 10px;
	}
	.btn-app {
		margin: 2em 2% 0 2%;
	}
	.btn-app ul li {
		display: table-cell;
		padding: 0 10px;
	}
	.bk_img {
		background-image: none !important;
	}
	.section_btn.top {
		display: none;
	}
	.sec02_img {
		width: 50%;
		margin: 2em 20%;
	}
	.sec05 {
		background: url(../img/bg_sec02.webp) top left / cover no-repeat;
		min-height: 660px;
		padding-top: 80px;
		margin-top: 60px;
	}
	.sp-prize {
		width: 70%;
		margin: 0 auto 10px;
	}
	.persons_img {
		float: none;
		padding: 5%;
		width: 50%;
		text-align: center;
		margin: auto;
	}
	.person_detail {
		padding: 1em;
	}
	.persons_contents {
		text-align: left;
		line-height: 2;
		padding: 1em;
	}
	#manabi_category .section_btn {
		margin-bottom: 40px;
	}
	#manabi_category .section_inner {
		background-color: #f6f6f7;
		padding: 0em;
		position: relative;
	}
	#manabi_category .people {
		display: none;
	}
	.sec03_item_lists > li a {
		display: block;
		width: 100%;
		color: #505050;
		padding: 14px 20px 0;
	}
	.sec03_item_lists > li p.list_name {
		font-size: 1em;
		margin-bottom: 15px;
	}
	.sec03_item_lists {
		margin-bottom: 2em;
	}
	.sec02_title {
		font-size: 24px;
		margin-bottom: 40px;
		text-align: left;
	}
	.point ul li.text {
		width: 73%;
		text-align: left;
		padding: 0.5em;
		font-size: 1.3em;
	}
	.point ul li {
		vertical-align: middle;
	}
	.sec07 {
		background-size: cover;
		background-position: center top;
		background: url(../img/bg_torikata_sp.webp);
		background-repeat: no-repeat;
	}
	.btn-read-more {
		margin-top: 1.5em;
		position: relative;
	}
	.section_inner {
		width: 94%;
		margin: 0 auto 0em;
	}
	.btn-read-more a::after {
		position: absolute;
		content: ' ';
		display: block;
		border-bottom: solid 2px #fff;
		bottom: 3%;
	}
	.sec07_text {
		font-size: 1em;
		padding: 0 5%;
		position: initial;
		line-height: 1.6;
	}
	.sec07_text .name {
		width: 40%;
	}
	.sec07_reader {
		font-size: 1em;
		margin: 20px 0 10px 0;
		letter-spacing: 2px;
	}
	.torikata_sp {
		text-align: center;
	}
	.torikata_sp img {
		width: 50%;
	}
	.btn-read-more a::after {
		width: 42%;
	}
	.modal__content {
		width: 90%;
		padding: 20px;
	}
	.modal__content li {
		display: block;
	}
	.modal__content li.img {
		width: 50%;
		margin-right: 0;
		margin: 0 auto 2em;
	}
	.modal__content li.note {
		font-size: 0.8em;
		width: 100%;
	}
	#price .sec02_title {
		font-size: 24px;
		margin-bottom: 80px;
		text-align: left;
	}
	.sec06_list .ribbon {
		left: 0%;
	}
	.sec08 {
		/*background: url(../img/bg_botom.webp) bottom right 27%;*/
		background: none;
		background-repeat: no-repeat;
		min-height: auto;
		position: relative;
		background-color: #24387c;
		/*background: url(../img/bg_botom.webp) top center /cover no-repeat;*/
		background: #f6f6f7;
	}
	.sec08 img {
		margin-bottom: 4em;
	}
	.sec08_text {
		font-size: 16px;
		color: #fff;
		text-align: center;
		line-height: 2;
		position: initial;
		left: 1em;
		top: 2em;
		letter-spacing: 5px;
		margin: 3em 0 3em;
	}
	.sec08 .sec08-btn-wrapper {
		position: absolute;
		bottom: 5em;
		left: 3%;
		width: 94%;
		/* transform: translate(-50%, -50%); */
		/* -webkit-transform: translate(-50%, -50%); */
		-ms-transform: translate(-50%, -50%);
	}
	section#manabi_category {
		padding: 60px 0 40px 0;
		position: relative;
	}
	#voice {
		margin-top: -60px;
	}
	#sec01 .section_btn {
		margin: 0 4%;
	}
	.main_prize {
		margin-bottom: 10px;
	}
	.slick-next {
		right: -11% !important;
	}
	.slick-prev {
		left: -11% !important;
	}
	.sec06_list .ribbon {
		left: 24%;
		margin: auto;
	}
	.sec01_img {
		background-image: url(../img/sp_manabi001.webp);
		background-size: cover;
		height: 89vh;
		background-position: center;
		z-index: 0;
	}
	.sec01_img::before {
		content: '';
		position: absolute;
		/* 輪郭がぼやけてしまうのでブラー範囲を広げる */
		top: -5px;
		bottom: -5px;
		left: 0px;
		right: 0px;
		background: inherit;
		/*filter: brightness(0.5);*/
	}
}

@media screen and (max-width: 800px) {
	.mv-flex-items img {
		width: 100%;
		/* position: absolute; */
		bottom: 0;
		left: 0px;
		right: 0;
		margin: auto;
		margin-top: 0px;
		/* margin-left: 4%; */
		padding-left: 0px;
	}
}

@media screen and (max-width: 320px) {
	.sec01_img {
		background-image: url(../img/sp_manabi001.webp);
		background-size: cover;
		height: 110vh;
		background-position: center;
	}
	.section_btn a {
		font-size: 1em;
	}
}

/*movie*/
#movie {
	padding: 0;
	background-color: #24387c;
}
#movie .section_inner {
	padding-top: 80px;
}
#movie .section_inner .sec02_title {
	color: #fff;
}
.vid_contents {
	width: 100%;
	text-align: center;
	margin: auto;
	position: relative;
}
video.vid_main {
	width: 100%;
	max-width: 960px;
}
.poster {
	z-index: 0;
}
.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 .play-btn.playActive {
	display: none;
}

@media screen and (max-width: 800px) {
	#movie .section_inner {
		padding-bottom: 60px;
		padding-top: 60px;
		margin-top: -60px;
		margin-bottom: 0;
	}
	.vid_contents .play-btn {
		width: 20%;
	}
}

/*なぜ「リスキリング」が必要なのか？*/
#mov {
	/*margin: 80px 0 60px;*/
	background-color: #24387c;
}
#mov .sec02_title {
	margin-bottom: 50px;
	color: #fff;
}
#mov .section_inner {
	padding: 80px 0 80px;
}
#mov iframe {
	width: 560px;
	height: 315px;
}
#mov .mov-box video {
	width: 800px;
}
#mov p {
	text-align: left;
	margin-top: 20px;
	margin-left: 8%;
}
@media screen and (max-width: 800px) {
	#mov p {
		margin-left: 2%;
	}
	#mov .section_inner {
		padding: 20px 0 80px;
	}
	#mov .mov-box video {
		width: 100%;
	}
	#mov {
		margin: 0px 0 0;
	}
	.section_btn a {
		font-size: 1em;
		display: block;
	}
}

/*学び交換*/
#manabikokan {
	padding: 80px 0 50px;
	text-align: left;
}
#manabikokan p {
	font-size: 20px;
	line-height: 2;
}
#manabikokan .slick-next {
	right: -26px;
}
#manabikokan .slick-slide {
	transition: all ease-in-out 0.3s;
	min-height: 100% !important;
}
#manabikokan .section_inner {
	padding: 0px 0 0px;
}
#manabikokan .slick-dots {
	display: none;
}
#manabikokan .slick-prev,
.slick-next {
	top: 54%;
}
#manabikokan .section_btn {
	margin-bottom: 30px;
}
@media screen and (max-width: 800px) {
	#manabikokan {
		background-color: #f6f6f7;
		padding: 20px 0 50px;
		margin-top: 0;
	}
	#manabikokan p {
		font-size: 18px;
	}
	#manabikokan .sliderArea {
		max-width: 100%;
		margin: 0 auto 60px;
		padding: 0 25px;
	}
	#manabikokan .slick-prev,
	#manabikokan .slick-next {
		top: 57%;
	}
	#manabikokan .slick-slider .slick-list {
		margin-left: -8px;
	}
	#manabikokan .slick-next {
		right: -12% !important;
	}
	#manabikokan .slick-prev {
		left: -12% !important;
	}
}

#se_banner {
	margin-top: 0px;
}

#se_banner .section_inner {
	padding: 40px 0 0px 0;
}

.section_btn-sub {
	font-size: 1.2em;
	margin-bottom: 10px;
	text-align: center;
}

#se_banner .first {
	margin: 0 auto 60px;
}
#se_banner .second {
	width: 83.5%;
	margin: auto;
}
@media screen and (max-width: 800px) {
	#se_banner .first {
		width: 100%;
		margin: 0 auto 60px;
	}
	#se_banner .second {
		width: 100%;
		margin: auto;
	}
}

/*20230602追記*/
.mobile__apuri {
	background-color: #e6ebf5;
	padding-bottom: 30px;
}
.mobile__apuri .mobile__img img {
	width: 342px;
	margin-top: -40px;
}
.mobile__apuri__inner {
	width: 838px;
	display: flex;
	justify-content: space-between;
	margin: auto;
}
.mobile__apuri__items {
	width: 446px;
	margin-left: -60px;
}
.mobile__apuri__items .app ul {
	display: flex;
	justify-content: space-between;
	width: 380px;
}
.mobile__apuri__items .app.started {
	opacity: 1;
	transform: translate(0, 0);
}
.mobile__apuri__items .app ul li {
	height: 53px;
	margin-right: 20px;
}
.mobile__apuri__text {
	margin-bottom: 30px;
	margin-top: 100px;
	color: #1847c7;
	font-size: 112.5%;
	font-weight: 500;
	text-align: left;
	letter-spacing: 0.05em;
}
.mobile__apuri__items .logo__items {
	margin-bottom: 5px;
	position: relative;
}
.mobile__apuri__items .logo__items ul {
	display: flex;
	align-items: center;
	margin-left: -12px;
}
.mobile__apuri__items .logo__items ul li.globis__logo {
	width: 262px;
	margin-right: 10px;
}
.mobile__apuri__items .logo__items ul li.badge {
	width: 98px;
}
.mobile__apuri__items .logo__items img {
	width: 100%;
}
.mobile__apuri__items .logo__badge {
	background-color: #1847c7;
	color: #fff;
	border-radius: 20px;
	font-size: 0.75em;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.main_title003 {
		font-size: 1.3em;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.2;
		text-align: center;
		color: #1847c7;
		margin-bottom: 40px;
	}
	.mobile__apuri {
		padding: 0 0 30px;
	}
	.mobile__apuri__inner {
		width: 100%;
		display: block;
		margin: auto;
		padding: 0 30px 40px;
	}
	.mobile__apuri .mobile__img img {
		width: 90%;
		margin-top: -50px;
		margin-left: -24%;
	}
	.mobile__apuri__items {
		width: 100%;
		text-align: center;
		margin-left: 0px;
	}
	.mobile__apuri__text {
		font-size: 17px;
		font-weight: 500;
		text-align: left;
		line-height: 1.6;
		margin-top: 0px;
	}
	.mobile__apuri__items .logo__items ul li.badge {
		width: 30%;
		display: block;
	}
	.mobile__apuri__items .logo__badge {
		margin: 7px auto 17px;
		padding: 3px 0;
	}
	.mobile__apuri__items .app ul li {
		margin-right: 20px;
	}
	.mobile__apuri__items .app ul li:last-child {
		margin-right: 0px;
	}

	.mobile__apuri__items .logo__items ul {
		display: block;
		align-items: center;
		margin-left: 0px;
	}
	.mobile__apuri__items .logo__items ul li.globis__logo {
		width: 80%;
		margin: auto;
	}
	.mobile__apuri__items .logo__items ul li {
		display: block;
		margin: auto;
	}
	#merit {
		padding-bottom: 8em;
	}
	.mobile__apuri__items .app ul {
		width: 100%;
	}
	.recommend-movie ul li {
		width: 100%;
		margin-right: 0px;
	}
	.recommend-movie .section_inner {
		margin: 0 auto;
	}
	.recommend-movie {
		padding: 0;
	}
	.slick-dotted.slick-slider {
		margin-bottom: 30px;
		height: 300px;
	}
	.mv-wrap {
		width: 100%;
	}
	.main_title002 {
		font-size: 2.5em;
		font-weight: bold;
	}
	.sticky {
		position: -webkit-sticky; /*Safari*/
		position: sticky;
		top: 100px;
	}
}
@media screen and (max-width: 320px) {
	.sp320__only {
		display: none;
	}
}
.color-blue {
	color: #1847c7;
}
#learing-videos {
	z-index: 0;
}
@media screen and (max-width: 768px) {
	#scrollDiv {
		transition: 0.8s ease-in-out;
		display: none; /* 最初は表示させません */
		position: fixed;
		bottom: 20px;
		width: 100%;
		padding-left: 2vw;
		padding-right: 2vw;
		z-index: 2;
	}
	.fadein {
		position: absolute;
		opacity: 0;
		animation-name: fadein;
		animation-duration: 0.5s;
		animation-timing-function: ease-out;
		animation-fill-mode: forwards;
	}
	@keyframes fadein {
		0% {
			opacity: 0;
			transform: translateY(20px);
		}
		100% {
			opacity: 1;
			transform: translateY(0);
		}
	}
}

.pop-banner {
	background: -webkit-linear-gradient(top, #0b8cfc 0%, #0f64fc 100%);
	background: linear-gradient(to top, #0b8cfc 0%, #0f64fc 100%);
	width: 100%;
	text-align: -webkit-center;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	padding: 3px;
}
.pop-banner img {
	width: 900px;
}
.pop-banner a {
	text-align: -webkit-center;
}
.pop-banner a:hover {
	opacity: 0.9;
}
.fade-out {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.fade-in {
	opacity: 1;
}
.mv_sub {
	margin: 0 auto 30px;
	width: 68%;
}
.mv_sub p {
	font-size: 0.6em;
	text-align: left;
	color: #333333;
	line-height: 1.3;
}
.logo_badge {
	width: 600px;
	margin: -0px auto 20px;
}
@media screen and (max-width: 768px) {
	.pop-banner {
		background-color: transparent;
		height: auto;
	}
	.logo_badge {
		width: 100%;
		margin: -20px auto 40px;
	}
	.mv_sub {
		margin: 0px auto 10px;
		width: 100%;
		padding: 0 1em;
	}
	.sp-size {
		width: 60%;
		margin: auto;
	}
}

.price03 {
	font-size: 13px;
	color: #24387c;
	line-height: 1.3;
}
.title03a {
	color: #ff6600;
	text-decoration: underline;
	margin-top: 5px;
	font-size: 1.2em;
}
.tite_wrap {
	margin-bottom: 30px;
	letter-spacing: 0.05em;
}
#learing-videos .tite_wrap {
	letter-spacing: 0.1em;
}
.tite_wrap p {
	line-height: 1.7;
}
@media screen and (max-width: 800px) {
	.tite_wrap h2 {
		font-size: 24px;
		margin-bottom: 10px;
		color: #1847c7;
		line-height: 1.5;
	}
	.tite_wrap h3 {
		font-size: 16px;
		margin-bottom: 20px;
		color: #1847c7;
	}
	.tite_wrap p {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.thumb-img img {
		width: 100%;
	}
	.tite_wrap {
		margin-bottom: 0px;
	}
}

@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;
	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;
	}
}
.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 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: 2.6666666667vw;
	}
	.list__learning-videos.triple li .learning-videos-subpanel {
		margin-bottom: 1vw;
	}
}
.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: 150%;
	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 3.2em;
		text-align: left;
	}
	.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: 30px;
	}
}
.list__learning-videos li a.learning-videos-mainpanel .sub_ttl {
	font-size: 16px;
	font-weight: 500;
	color: #1847c7;
	margin-bottom: 1.4285714286vw;
	letter-spacing: 0.07em;
}
@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: 4vw;
	}
}
.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: 120px !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: 10em !important;
	}
	.list__learning-videos.triple li a.learning-videos-subpanel {
		padding: 1em 0.8em 0.5em 0.8em;
		display: block;
		height: 14.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: 40px;
}
@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: #ff981a;
	color: white;
}
.list__plans__inner__half .list__plans__inner__for {
	background-color: white;
	color: #ff981a;
}
.list__plans__inner__sale {
	margin-bottom: 0.7em;
}
.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: 7.4rem;
	height: 7.4rem;
	font-size: 66%;
	line-height: 130%;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.list__plans__inner .per-month {
		width: 5.5rem;
		height: 5.5rem;
		font-size: 70%;
	}
}
.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;
	margin: 0 auto;
	text-align: center;
}
.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;
	}
}

.trial__ttl {
	margin-bottom: 0.3em;
	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) {
	.trial__ttl {
		font-size: 113.3333333333%;
	}
	.trial__text {
		text-align: center;
		margin-bottom: 30px;
		font-size: 80%;
	}
}

.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;
	font-weight: normal;
}
.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 .ttl__section {
	padding-top: 110px;
	letter-spacing: 0.07em;
}
#purpose {
	padding-top: 50px;
}
@media screen and (max-width: 800px) and (min-width: 768px) {
    #purpose .box_inner .flex {
        display: flex;
        width: 100%;
    }
.mobile__apuri__inner {
    width: 100%;
}
}