@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 {
	visibility: hidden;
	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: #333333;
	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;
	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: 500;
	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;
}
.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: #fff;
}
input:checked ~ .h-menu_icon .hamburger-icon::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 10px;
	z-index: 999;
	width: 20px;
	background: #fff;
}
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;
	background: #1847c7;
}
#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: 500;
	font-size: 22px;
	padding: 0;
	margin-top: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 2px;
}
#h-menu_content .campaign-anchor {
	font-size: 24px;
	font-weight: 500;
	color: #ff981a;
	margin-top: 15px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}
#h-menu_content .campaign-anchor a {
	color: #ff981a;
	text-decoration: underline;
}
.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: 80%;
	margin-top: -30px;
}
.mv-flex-items img {
	z-index: 1;
}

.title {
	display: block;
	color: #1847c7;
}
.main_title {
	/*position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 96%;*/
}
.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: 700;
}
.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: #ff981a;
	margin: 0 auto;
	position: relative;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	/* margin-top: 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 65px; */
	letter-spacing: 2px;
	border-radius: 4px;
	border-radius: 60px;
	padding: 15px 3em;
}
.section_btn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 27px;
	height: 27px;
	background: white;
	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 #1847c7;
	border-right: 3px solid #1847c7;
}
.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: #ff981a;
	margin: 0 auto;
	position: relative;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	/* margin-top: 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 65px; */
	letter-spacing: 2px;
	border-radius: 4px;
	border-radius: 60px;
	padding: 15px 3em;
}
.section_btn a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 27px;
	height: 27px;
	background: white;
	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 #1847c7;
	border-right: 3px solid #1847c7;
}

.section_btn_blue a {
	display: block;
	color: #fff;
	/* line-height: 1.5; */
	background: #1847c7;
	margin: 0 auto;
	position: relative;
	font-weight: 700;
	font-size: 20px;
	padding: 0;
	/* margin-top: 20px; */
	display: flex;
	justify-content: center;
	align-items: center;
	/* height: 65px; */
	letter-spacing: 2px;
	border-radius: 4px;
	border-radius: 60px;
	padding: 15px 3em;
	max-width: 440px;
	box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
}
.section_btn_blue a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	width: 27px;
	height: 27px;
	background: white;
	border-radius: 50vh;
}
.section_btn_blue a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%) rotate(45deg);
	width: 6px;
	height: 6px;
	border-top: 3px solid #1847c7;
	border-right: 3px solid #1847c7;
}


.section_btn.top a::before {
	width: 18px;
	height: 18px;
}
.section_btn.top a::after {
	width: 4px;
	height: 4px;
	border-top: 2px solid #1847c7;
	border-right: 2px solid #1847c7;
	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 .section_inner {
	padding: 0px 0 0px 0;
}
#price .detail_contents.big {
	font-size: 20px;
}
#price .section_inner .link {
	text-decoration: underline;
	letter-spacing: 0.1em;
}
.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*/

@media screen and (max-width: 800px) {
	header {
		padding: 1vw 0 0 0;
	}
}

#voice {
	margin-top: 80px;
}
#voice .section_inner {
	padding: 0px 0 60px;
}
.list_person {
	margin-bottom: 20px;
	background-color: #f6f6f6;
}
.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: #ff981a;
	margin: 0 auto;
	position: relative;
	font-weight: 500;
	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;
}
.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.top a:after {
		display: none;
	}
	.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 0px;
	}
	#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;
	}
	.sp {
		display: none;
	}
	.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;
	}
	.section_btn a:hover:after {
		border-color: #1847c7;
	}

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

	#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: 700;
		letter-spacing: 6px;
		line-height: 1.2;
		margin-bottom: 15px;
		text-align: left;
	}
	.main_title003 {
		font-size: 28px;
		font-weight: 700;
		letter-spacing: 3px;
		line-height: 1.2;
		margin-bottom: 25px;
		text-align: left;
		color: #1847c7;
		margin-bottom: 50px;
	}
	.main_title003 .small {
		font-size: 12px;
        letter-spacing: 2px;
        color: rgba(51, 51, 51, 1);
	}
	.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: 40px;
	}
	.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;
}
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;
	}
	.sp {
		display: block;
	}
	.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 0 200px 0;
	}
	.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%;
	}
	#sec01 .section_btn_blue {
		max-width: 100%;
		margin: 0 4%;
		font-size: 1em;
	}
	#sec01 .section_btn_blue a {
		font-size: 1em;
	}
	.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: 100vh;
		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: 375px) {
	.sec01_img {
		/*height: 98vh;*/
		height: 700px;
	}
}
@media screen and (max-width: 320px) {
	.sec01_img {
		background-image: url(../img/sp_manabi001.webp);
		background-size: cover;
		/*height: 110vh;*/
		height: 700px;
		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 {
	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: 500;
		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%;
		padding: 0px 0 0 0;
	}
	.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;
}
.fadein {
	display: none;
}
@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 {
		display: block;
		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: 800px;
	margin: -0px auto 20px;
}
@media screen and (max-width: 768px) {
	.pop-banner {
		background-color: transparent;
		height: auto;
	}
	.logo_badge {
		width: 100%;
		margin: -20px auto 0px;
	}
	.mv_sub {
		margin: 0px auto 10px;
		width: 100%;
		padding: 0 1em;
	}
	.sp-size {
		width: 60%;
		margin: auto;
	}
}

.se_banner {
	margin: 0 auto 40px;
	text-align: -webkit-center;
}
.se_banner .section_inner {
	padding: 0px 0 0px;
}
.se_banner img {
	width: 100%;
}
@media screen and (max-width: 800px) {
	.se_banner {
		padding: 0px 0 0 0;
	}
	.se_banner .section_inner {
		padding: 0px 0 0px;
	}
	.se_banner img {
		width: 100%;
	}
	/*header {
        margin-top: 80px;
    }*/
}
.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;
	}
}
.banner_contents .text-style {
	margin-top: 40px;
	text-align: left;
}
.banner_contents .text-style li {
	list-style-type: disc !important;
	list-style: disc !important;
	width: 100%;
	display: block;
}
.banner-box {
	background-color: #22232b;
	margin-bottom: 0px;
}

.banner_contents {
	background-color: #222;
	color: #fff;
}
.banner_contents h3 {
	text-align: left;
	font-size: 1.2em;
	line-height: 1.8;
	margin-top: 30px;
}
.banner_contents .np_logo {
	width: 44%;
	margin-bottom: 10px;
}
.banner_contents .np_icon {
	width: 90%;
	margin-top: 30px;
}
.banner_contents p {
	text-align: left;
	margin-bottom: 20px;
	margin-top: 20px;
	line-height: 2;
}
.banner_contents li {
	display: inline-block;
	width: 49.5%;
	vertical-align: top;
}
.banner_contents h2 {
	font-size: 2.4em;
	margin-bottom: 30px;
	line-height: 1.5;
}
.banner_contents .sub-title {
	font-size: 1.3em;
	line-height: 0;
}
.banner_contents .section_inner {
	padding: 100px 0 100px;
	letter-spacing: 0.005em;
}
.banner_contents .bottom {
	border: solid 2px #fff;
	background: -moz-linear-gradient(left, #132761 0%, #2148ba 100%);
	background: -webkit-linear-gradient(left, #132761 0%, #2148ba 100%);
	background: linear-gradient(to right, #132761 0%, #2148ba 100%);
	padding: 20px;
	font-size: 1.1em;
	line-height: 2;
	margin-top: 40px;
}
.banner_contents .bottom p {
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	line-height: 1.8;
}
.banner_contents .btn-banner a {
	display: block;
	color: rgba(24, 71, 199, 1);
	/* line-height: 1.5; */
	background-color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b8cfc', endColorstr='#0f64fc',GradientType=1 );
	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: bold;
	border-radius: 60px;
	padding: 16px 3em;
	line-height: 1.2;
	border-radius: 60px;
	margin-top: 40px;
	width: 400px;
}
.banner_contents .btn-banner a:hover {
	opacity: 0.9;
}
.banner_contents .btn a:before {
	display: none;
}
.banner_contents .btn a:after {
	display: none;
}
.now_banner {
	margin: 40px 10px 0px;
}
@media screen and (max-width: 768px) {
	.banner_contents .section_inner {
		padding: 0px 0 80px;
		margin-bottom: 60px;
	}
	.banner_contents h2 {
		font-size: 22px;
	}
	.banner_contents .np_logo {
		width: 80%;
		margin-bottom: 10px;
	}
	.banner_contents li {
		display: block;
		width: 100%;
		vertical-align: top;
	}
	.banner_contents p {
		text-align: left;
		margin-bottom: 20px;
		margin-top: 0px;
		line-height: 1.8;
	}
	.banner_contents .btn-banner a {
		width: 100%;
		font-size: 1em;
	}
	.banner_contents h3 {
		text-align: left;
		font-size: 1.1em;
		line-height: 1.8;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.banner-box {
		background-color: #22232b;
		margin-bottom: 0px;
	}
	.banner-box .contents__inner {
		width: 100%;
		padding-left: 0vw;
		padding-right: 0vw;
	}
	.banner-box img {
		width: 100%;
	}
}
.section_btn a .small {
	font-size: 0.8em;
	font-weight: 500;
}

html {
	scroll-padding-top: 350px;
}

#sec01 .main_title .anchor_btn {
	background: #1847c7;
	color: white;
	border-radius: 30px;
	padding: 10px;
	width: 440px;
	margin: 20px auto 0;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#sec01 .main_title .anchor_btn:hover {
	opacity: 0.9;
}

#effect {
	background: #f6f8fc;
	padding-bottom: 80px;
	margin-top: 140px;
}
#effect .thumb_wrap {
	text-align: -webkit-center;
    background-color: #fff;
    width: 768px;
    margin: 0 auto 120px;
    border-radius: 0px;
}
#effect h2 {
	letter-spacing: 2px;
}
#effect h3 {
	font-size: 1.3em;
	margin-bottom: 60px;
	font-weight: normal;
	letter-spacing: 2px;
}
#effect .ttl__section {
	padding-top: 140px;
	font-weight: 700;
	line-height: 0;
	text-align: center;
}
#effect .thumb {
	max-width: 600px;
	margin-bottom: 0px;
}
#effect .effect-link {
	padding-bottom: 60px;
    font-size: 20px;
    margin-top: 30px;
	color: rgba(24, 71, 199, 1);
}
#effect .effect-link a {
	color: #1946b9;
}
#effect h4 {
	/*border-bottom: 2px dashed #1847c7;*/
	color: #1847c7;
	font-size: 24px;
	width: fit-content;
	text-align: center;
	margin: auto;
	letter-spacing: 2px;
	line-height: 1.9;
	margin-top: 60px;
}
.arrow_left {
  position: relative;
  display: inline-block;
}

.arrow_left::before { /* くの字の表示設定 */
content: "";
    margin: auto;
    position: absolute;
    top: 1px;
    bottom: 0;
    right: -22px;
    width: 11px;
    height: 11px;
    border-top: 2px solid rgba(24, 71, 199, 1);
    border-right: 2px solid rgba(24, 71, 199, 1);
    transform: rotate(403deg);

}

.arrow_left::after { /* 棒の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -23px; /* 要素の右からの距離 */
  width: 20px;
  height: 2px;
  background: rgba(24, 71, 199, 1);
}

.slider7-wrap {
	text-align: -webkit-center;
	margin-top: 30px;
}
.slider7-wrap .slick-prev,
.slider7-wrap .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 42%;
	display: block;
	width: 20px;
	height: 20px;
	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;
}
.slider7-wrap .slick-next {
	right: 6%;
}
.slider7-wrap .slick-prev {
	left: 5% !important;
}

.slider7-wrap .slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	height: 450px;
}

#effect .section_inner {
	padding: 0px 0 20px;
}
#effect .section_btn a {
	display: block;
	font-weight: bold;
	line-height: 1.2;
	padding: 20px 0;
	margin-bottom: 15px;
}
#effect p {
	color: #1847c7;
}
#effect .link {
	text-decoration: underline;
	letter-spacing: 0.1em;
}

.pc {
	display: block !important;
}
.sp {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block !important;
	}
	#h-menu_content .campaign-anchor {
		font-size: 16px;
	}
	#sec01 .main_title .anchor_btn {
		width: 92%;
		font-size: 15px;
	}
	#effect {
		margin-top: 30px;
		padding-top: 70px;
	}

	#effect .section_inner {
		padding: 0px 3% 20px;
	}
	#effect .subtitle {
		font-size: 16px;
		font-weight: bold;
		color: #1847c7;
	}
	#effect .ttl__section {
		padding-top: 10px;
	}
	#effect h3 {
		font-size: 1.1em;
		margin-bottom: 30px;
	}
	#effect h4 {
		font-size: 1.5em;
		width: auto;
		text-align: center;
		margin: auto;
		padding-bottom: 15px;
		margin-top: 40px;
		line-height: 1.4;
		margin-left: 2%;
		margin-right: 2%;
	}
	#effect .thumb_wrap img {
		margin-bottom: 30px;
	}
	.slick-arrow:before {
		content: '' !important;
		width: 50% !important;
		height: 50% !important;
		position: absolute;
		top: 0;
		left: 0;
	}
	.slider7-wrap .slick-next {
		right: -9% !important;
	}
	.slider7-wrap .slick-prev,
	.slider7-wrap .slick-next {
		top: 50%;
		display: block;
		width: 40px !important;
		height: 40px !important;
	}
	.slider7-wrap .slick-prev {
		left: -9% !important;
	}
	.slider7-wrap .slick-list {
		position: relative;
		display: block;
		overflow: hidden;
		margin: 0;
		padding: 0;
		height: 250px;
	}
	.slick-prev:before,
	.slick-next:before {
		margin-left: 23% !important;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
}

.coupon {
	background: #1847c7;
	padding: 30px 0 20px;
}
.coupon .box {
	width: 908px;
	margin: auto;
	display: flex;
	align-items: flex-start;
	line-height: 1.4;
}
.coupon .box .title {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 586px;
	height: 91px;
	/* padding-top: 12px; */
	background: #ff981a;
	color: white;

	border-radius: 8px 0 0 8px;
	font-weight: 700;
	font-size: 20px;
}

.coupon .box .title .small {
	font-size: 20px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.coupon .box .code {
	width: 322px;
	height: 91px;
	padding-top: 23px;

	background: white;
	color: #ff981a;
	border-radius: 0 8px 8px 0;
	font-weight: 700;
	font-size: 16px;
	cursor: pointer;
}
.copied {
	font-size: 26px !important;
    padding-top: 29px !important;
}
.coupon .box .code .copy_icon img {
	width: 13%;
}
.coupon .box .code .number {
	font-size: 32px;
}
.coupon .date {
	font-weight: 500;
	font-size: 20px;
	margin: 20px 0 5px;
	color: white;
	letter-spacing: 0.1em;
}
.coupon .link {
	font-weight: 500;
	font-size: 16px;
	color: white;
	text-decoration: underline;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
	.coupon {
		padding: 30px 0;
	}
	.coupon .box {
		width: 90%;
		display: block;
	}
	.coupon .box .title {
		width: 100%;
		height: 78px;

		border-radius: 8px 8px 0 0;
		font-weight: bold;
		font-size: 18px;
	}
	.coupon .box .title .small {
		font-size: 14px;
	}
	.coupon .box .code {
		width: 100%;
		height: 78px;
		border-radius: 0 0 8px 8px;
		padding-top: 10px;
	}
	.coupon .box .code .number {
		font-size: 24px;
	}
	.coupon .date {
		font-size: 16px;
        margin: 20px 20px 10px;
        letter-spacing: 0px;
	}
}

#campaign {
	width: 800px;
	margin: auto;
	padding: 80px 0 30px;
	scroll-margin-top: -270px;
}
#campaign .title {
	font-weight: bold;
	font-size: 24px;
	color: #000;
	margin-bottom: 60px;
}
#campaign p {
	font-size: 16px;
	text-align: left;
}
#campaign a {
	text-decoration: underline;
}
#campaign .bold {
	font-weight: 500;
}
#campaign .indent {
	padding-left: 2em;
	text-indent: -0.5em;
}

#campaign .indent.double {
	padding-left: 3em;
	text-indent: -0.5em;
}
#campaign .text_block {
	margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
	#campaign {
		width: 90%;
		padding: 40px 0 30px;
	}
	#campaign .title {
		margin-bottom: 30px;
	}
	#campaign p {
		font-size: 14px;
	}
}

.plan_code {
	padding: 20px;
	border: 1px solid rgba(255, 152, 26, 1);
	margin: 40px auto 60px;
    width: 60%;
}
}
.plan_code .number {
    font-size: 32px;
}
.plan_code .copy_icon img {
    width: 8%;
}
.price-note {
    text-align: left;
    margin: 40px 8em;
    font-size: 12px;
    line-height: 2;
}

@media screen and (max-width: 768px) {
	.main_title003 {
        font-size: 1.5em;
    }
	.main_title003 .small {
        font-size: 12px;
        letter-spacing: 2px;
        color: rgba(51, 51, 51, 1);
	}
	.plan_code {
	    padding: 20px;
	    border: 1px solid rgba(255, 152, 26, 1);
	    margin: 40px auto 60px;
	    width: 70%;
	}
	.plan_code .copy_icon img {
	    width: 14%;
	}
	#effect .thumb {
	    max-width: 100%;
	    margin-bottom: 0px;
	}
	#effect .thumb_wrap {
	    text-align: -webkit-center;
	    background-color: #fff;
	    width: 100%;
	    margin: 0 auto 120px;
	    border-radius: 0px;
	}
	.price-note {
	    text-align: left;
	    margin: 40px 0em;
	    font-size: 12px;
	    line-height: 2;
	}
}

.sup {
	vertical-align: super;
	font-size: 0.6em;
}




.link_notice {
	font-size: 20px;
	text-decoration: underline;
	margin-top: 20px;
}
.link_notice a {
	color: rgba(51, 51, 51, 1);
	letter-spacing: 2px;
}
.anker_btn a {
    display: block;
    color: rgba(24, 71, 199, 1);
    /* line-height: 1.5; */
    background: #fff;
    margin: 0 auto;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    padding: 0;
    /* margin-top: 20px; */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 65px;
    letter-spacing: 2px;
    border-radius: 4px;
    border-radius: 60px;
    padding: 10px 3em;
    border: 2px solid rgba(24, 71, 199, 1);
    width: 35%;
    margin-bottom: 20px;
}
.anker_btn a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 27px;
    height: 27px;
    background: rgba(24, 71, 199, 1);
    border-radius: 50vh;
}
.anker_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;
}
.anchor_link {
	scroll-behavior: smooth;
}
html {
    scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
	.anker_btn a {
		width: 100%;
		font-size: 1.4em;
	}
}
@media screen and (min-width: 769px) {
	.hide-text {
		display: block!important;
	}
}
@media screen and (max-width: 768px) {
	.readmore {
	    position: relative;
	    margin: 40px auto;
	    display: block;
	    border: none;
	    outline: 0;
	    cursor: pointer;
	    background: none;
	    letter-spacing: 0em;
	    font-size: 1.3em;
	}
	.readmore:after {
	  content: "";
	  width: 50px;
	  height: 50px;
	  text-align: center;
	  border-radius: 50%;
	  display: block;
	  margin: -10px auto .5em;
	  background: url(../img/arrow2.png) no-repeat center / 25px;
	  transition: .3s;
	}
	.readmore.on-click:after {
	  transform: rotate(180deg);
	}
	.readmore .open {
	  display: block;
	  color: #333;
	}
	.readmore.on-click .open {
	  display: none;
	}
	.readmore .close {
	  display: none;
	}
	.readmore.on-click .close {
	  display: block;
	  color: #333;
	}
}
.nootice_revision {
  background-color: rgba(230, 235, 245, 1);
  padding: 20px;
  text-align: center;
  margin-top: 30px;
}
.nootice_revision .title {
  font-size: 1.3em;
  color: rgba(24, 71, 199, 1);
  margin-bottom: 10px;
}
.nootice_revision p {
  font-size: 14px;
  line-height: 1.5;
}
.nootice_revision .second_title {
  font-size: 1.1em;
  margin-top: 16px;
}
.nootice_revision .inner {
  width: 50%;
  margin: auto;
}
.nootice_revision .inner ul {
  margin: 10px auto 16px;
}
.nootice_revision .inner li {
  display: inline-block;
  width: 48%;
  background-color: #fff;
  border-radius: 6px;
  margin-right: 10px;
  padding: 10px;
}
.nootice_revision .inner li:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .nootice_revision .inner {
    width: 70%;
  }
  .nootice_revision .inner li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}












