@charset "UTF-8";

@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);


/*----------------------------------------------------
 commons style)SP
----------------------------------------------------*/

* {
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #333;
	margin: 0px;
	padding: 0px;
}

html {
	scroll-behavior: smooth;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video,input,textarea {
	max-height: 100%;
}

body {
	position: relative;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}

.sp_none {
	display: none;
}
.pc_none {
	display: block;
}


.slide-arrow {
	width: 15%;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: center top;
	border: none;
	position: absolute;
	top: 50%;
    z-index:2!important;
	background-color: inherit;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.slide-arrow.slick-disabled {
	display: none!important;
}
.slide-arrow.prev-arrow {
	left: 5px !important;
	background-image: url(../images/arw_prev.png);
}
.slide-arrow.next-arrow {
	background-image: url(../images/arw_next.png);
    right: 5px !important;
}



section.about_area,
section.merit_area,
section.instructor_area,
section.benefit_area,
section.flow_area,
section.interview_area,
section.recommend_area,
section.course_area,
section.movie_area {
	width: 100%;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 66.66% 0px 0px 0px;
}
section.about_area article,
section.merit_area article,
section.instructor_area article,
section.benefit_area article,
section.flow_area article,
section.interview_area article,
section.recommend_area article,
section.course_area article,
section.movie_area article {
	width: 80%;
	box-sizing: border-box;
	margin: 0px auto 0px auto;
	padding: 40px 0px;
}
section.instructor_area article,
section.interview_area article,
section.course_area article {
	width: 100%;
}
section article div.inner {
	width: 100%;
  	margin: 0px;
	padding: 0%;
}
section article h2 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin: 0px auto 20px auto;
	padding: 0px;
}
section article h2 img {
	width: auto;
	height: 24px;
	display: inline-block;
	margin: 0px 10px -4px 0px;
}
section article h2 span {
	font-size: 12px;
	background-color: #f5ec55;
	line-height: 1.8em;
	font-weight: normal;
	display: inline-block;
	margin: 0px auto 10px auto;
	padding: 0px;
}




/*----------------------------------------------------
 style)SP
----------------------------------------------------*/

header {
	width: 100%;
	height: 80px;
	position: fixed;
	z-index: 10;
	background-color: #fff;
	box-shadow: 0px 1px 3px #ccc;
	margin: 0px;
	padding: 0px;
}
header div {
	width: 90%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
header div h1 {
	width: 800px;
	float: left;
	height: 45px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: auto 45px;
	background-position: left center;
	margin: 18px 0px 0px 0px;
	padding: 0px;
}
header div a.tel {
	width: 40px;
	height: 40px;
	float: right;
	display: block;
	color: #84cc41;
	font-size: 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
	line-height: 25px;
	background-color: #f8b62b;
	background-image: url(../images/header_icn_tel.png);
	border-radius: 3px;
	margin: 10px 0px 0px 10px;
	padding: 0px;
}
header div ul {
	float: right;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
header div ul li {
	width: 40px;
	float: left;
	margin: 0px 0px 0px 10px;
	padding: 0px;
}
header div ul li a {
	width: 100%;
	height: 40px;
	display: block;
	color: #84cc41;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px;
	line-height: 25px;
	border-radius: 3px;
	margin: 0px;
	padding: 0px;
}
header div ul li.line a {
	background-color: #06c755;
	background-image: url(../images/header_icn_line.png);
}
header div ul li.form a {
	background-color: #ed6d34;
	background-image: url(../images/header_icn_form.png);
}


section.main_area {
	width: 100%;
	margin: 0px;
	padding: 80px 0px 40px 0px;
}
section.main_area article {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul li {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 160px 0px 0px 0px;
}
section.main_area article ul li img {
	width: 300px;
	height: auto;
	z-index: 1;
	position: absolute;
	top: 0px;
	margin: 0px;
}
section.main_area article ul li:nth-child(1) img,
section.main_area article ul li:nth-child(3) img {
	left: 0px;
}
section.main_area article ul li:nth-child(2) img {
	right: 0px;
}
section.main_area article ul li:last-child {
	margin-bottom: 0px;
}
section.main_area article ul li dl {
	width: 320px;
	position: relative;
	box-sizing: border-box;
	margin: 0px 0px 0px 20px;
	z-index: 5;
	padding: 15px 15px 15px 0px;
}
section.main_area article ul li:nth-child(1) dl {
	background-color: rgba(237,109,52,0.9);
}
section.main_area article ul li:nth-child(2) dl {
	background-color: rgba(215,163,55,0.9);
	margin: 0px 20px 0px 0px;
	float:right;
}
section.main_area article ul li:nth-child(3) dl {
	background-color: rgba(113,180,0,0.9);
}
section.main_area article ul li dl dt {
	width: 100%;
	text-align: left;
	font-size: 16px;
	color: #fff;
	box-sizing: border-box; 
	line-height: 1.8em;
	border-left: 3px solid #fff;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}
section.main_area article ul li dl dd {
	width: 100%;
	font-size: 12px;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
	border-left: 3px solid #fff;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px 0px 0px 10px;
}


section.about_area {
	background-image: url(../images/about_bg.png);
}
section.about_area article p {
	width: 100%;
	line-height: 1.8em;
	text-align: left;
	margin: 0px;
	padding: 0px;
}


section.merit_area {
	background-image: url(../images/merit_bg.png);
}
section.merit_area article ol {
	width: 100%;
	counter-reset: number 0;
	margin: 0px;
	padding: 0px;
}
section.merit_area article ol li {
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
section.merit_area article ol li:last-child {
	margin-bottom: 0px;
}
section.merit_area article ol li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.merit_area article ol li dl dt {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	text-indent: -26px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 26px;
}
section.merit_area article ol li dl dt:before {
	counter-increment: number 1;
	content: counter(number);
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	color: #666;
	text-indent: 0px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
section.merit_area article ol li:nth-child(1) dl dt {
	color: #ed6d34;
}
section.merit_area article ol li:nth-child(2) dl dt {
	color: #d7a337;
}
section.merit_area article ol li:nth-child(3) dl dt {
	color: #71b400;
}
section.merit_area article ol li dl dd {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	font-size: 12px;
	box-sizing: border-box;
	border-left: 2px solid #dfdfdf;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}


section.instructor_area {
	background-image: url(../images/instructor_bg.png);
}
section.instructor_area article ul {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.instructor_area article ul li {
	width: 250px;
	text-align: left;
	margin: 0px 40px 0px 40px;
	padding: 0px;
}
section.instructor_area article ul li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt img {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}
section.instructor_area article ul li dl dt strong {
	display: block;
	line-height: 1.8em;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt span {
	display: block;
	line-height: 1.8em;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li.takeda dl dt span {
	color: #ed6d34;
}
section.instructor_area article ul li.matsumoto dl dt span {
	color: #8ec31f;
}
section.instructor_area article ul li dl dd {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

section.instructor_area article ul li dl dd span {
	width: 100%;
	text-align: left;
	display: block;
	line-height: 1.8em;
	font-size: 12px;
	box-sizing: border-box;
	border-left: 2px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 10px;
}
section.instructor_area article ul li dl dd p {
	width: 100%;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}


section.benefit_area {
	background-image: url(../images/benefit_bg.png);
}
section.benefit_area article ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.benefit_area article ul li {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	background-image: url(../images/icn_check.png);
	background-position: left 5px;
	background-size: 18px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 28px;
}
section.benefit_area article ul li:last-child {
	margin-bottom: 0px;
}
section.benefit_area article ul li span {
	font-size: 12px;
	display: block;
}


section.flow_area {
	background-image: url(../images/flow_bg.png);
}
section.flow_area article ol {
	width: 100%;
	counter-reset: number 0;
	margin: 0px;
	padding: 0px;
}
section.flow_area article ol li {
	width: 100%;
	background-image: url(../images/flow_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 15px;  
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 15px 0px;
}
section.flow_area article ol li:last-child {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
section.flow_area article ol li dl {
	width: 100%;
	background-color: #fef4df;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0px;
	padding: 20px;
}
section.flow_area article ol li:last-child dl {
	background-color: #f2f7e7;
}
section.flow_area article ol li dl dt {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	color: #ed6d34;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.flow_area article ol li:last-child dl dt {
	color: #8dc21e;
}
section.flow_area article ol li dl dt:before {
	counter-increment: number 1;
	content: counter(number);
	content: "Step " counter(number);  
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	font-size: 14px;
	color: #666;
	text-indent: 0px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
section.flow_area article ol li dl dd {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
section.flow_area article ol li dl dd span {
	display: block;
	text-align: left;
	line-height: 1.8em;
	font-size: 12px;
}


section.interview_area {
	background-image: url(../images/interview_bg.png);
}
section.interview_area article ul {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.interview_area article ul li {
	width: 250px;
	text-align: left;
	margin: 0px 40px 0px 40px;
	padding: 0px;
}
section.interview_area article ul li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt img {
	width: 100%;
	height: auto;
	margin: 0px 0px 10px 0px;
}
section.interview_area article ul li dl dt strong {
	display: block;
	line-height: 1.8em;
	font-size: 18px;
	color: #ed6d34;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt ol {
	width: 100%;
	margin: 0px auto 10px auto;
	padding: 0px;
}
section.interview_area article ul li dl dt ol li {
	width: 100%;
	line-height: 1.8em;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt ol li:last-child {
	margin-bottom: 0px;
}
section.interview_area article ul li dl dt span {
	display: block;
	line-height: 1.8em;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt span:after {
	content: "さん";
	line-height: 1.8em;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
section.interview_area article ul li.takeda dl dt span {
	color: #ed6d34;
}
section.interview_area article ul li.matsumoto dl dt span {
	color: #8ec31f;
}
section.interview_area article ul li dl dd {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}


section.recommend_area {
	background-image: url(../images/recommend_bg.png);
}
section.recommend_area article ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.recommend_area article ul li {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	background-image: url(../images/icn_check.png);
	background-position: left 5px;
	background-size: 18px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 28px;
}
section.recommend_area article ul li:last-child {
	margin-bottom: 0px;
}


section.course_area {
	background-image: url(../images/course_bg.png);
}
section.course_area article ul {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.course_area article ul li {
	width: 250px;
	text-align: left;
	margin: 0px 40px 0px 40px;
	padding: 0px;
}
section.course_area article ul li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.course_area article ul li dl dt {
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.course_area article ul li dl dt strong {
	display: block;
	line-height: 1.8em;
	font-size: 18px;
	color: #ed6d34;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.course_area article ul li dl dt p {
	display: block;
	line-height: 1.8em;
	font-size: 12px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
section.course_area article ul li dl dd {
	width: 100%;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
section.course_area article ul li dl dd strong {
	width: 100%;
	text-align: center;
	align-items: center;
	display: block;
	display: flex;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.course_area article ul li dl dd strong span {
	width: 200px;
	text-align: center;
	display: block;
	color: #fff;
	font-weight: normal;
	line-height: 25px;
	border-radius: 15px;
	background-color: #ed6d34;
	margin: 0px;
	padding: 0px;
}
section.course_area article ul li dl dd strong:before,
section.course_area article ul li dl dd strong:after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #ed6d34;
	display: block;
}
section.course_area article ul li dl dd ol {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.course_area article ul li dl dd ol li {
	width: 100%;
	text-align: left;
	text-indent: -1.0em;
	box-sizing: border-box;
	line-height: 1.8em;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 1.0em;
}
section.course_area article ul li dl dd ol li span {
	color: #bc1908;
}
section.course_area article ul li dl dd ol li:before {
	content: "・";
}
section.course_area article ul li dl dd ol li:last-child {
	margin-bottom: 0px;
}
section.course_area article ul li dl dd p {
	width: 100%;
	text-align: left;
	display: block;
	font-size: 12px;
	text-indent: -1.0em;
	box-sizing: border-box;
	line-height: 1.8em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 1.0em;
}
section.course_area article ul li dl dd p:before {
	content: "※";
	font-size: 12px;
}


section.movie_area {
	background-image: url(../images/movie_bg.png);
}
section.movie_area article ul {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.movie_area article ul li {
	width: 100%;
	text-align: left;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
section.movie_area article ul li:last-child {
	margin-bottom: 0px;
}
section.movie_area article ul li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.movie_area article ul li dl dt {
	width: 100%;
	display: block;
	line-height: 1.8em;
	font-size: 18px;
	color: #ed6d34;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.movie_area article ul li dl dd {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
section.movie_area article ul li dl dd iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}


section.form_area {
	width: 100%;
	margin: -40px 0px 0px 0px;
	padding: 40px 0px 0px 0px;
}
section.form_area article {
	width: 100%;
	background-color: #fef4df;
	box-sizing: border-box;
	margin: 0px;
	padding: 40px 10% 40px 10%;
}
section.form_area article p {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	margin: 10px auto 20px auto;
	padding: 0px;
}
section.form_area article a.line_bnr {
	width: 100%;
	display: block;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
section.form_area article a.line_bnr img {
	width: 100%;
	height: auto;
	margin: 0px;
}
section.form_area article form dl {
	width: 100%;
	border-bottom: 1px solid #999;
	margin: 0px auto 20px auto;
	padding: 0px 0px 20px 0px;
}
section.form_area article form dl dt {
	width: 100%;
	text-align: left;
	line-height: 1.5em;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article form dl dt span {
	width: 40px;
	display: block;
	float: left;
	font-size: 12px;
	border: 1px solid #bc1903;
	color: #bc1903;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	margin: 0px 10px 0px 0px;
	padding: 0px;
}
section.form_area article form dl dd {
	width: 100%;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl dd input[type="text"],
section.form_area article form dl dd input[type="email"] {
	-webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd input[type="text"]::-webkit-input-placeholder,
section.form_area article form dl dd input[type="email"]::-webkit-input-placeholder {
	padding-top: 2px;
	line-height: 1;
}
section.form_area article form dl dd input.age[type="text"] {
	width: 50px;
	margin-right: 10px;
}
section.form_area article form dl dd input.zip[type="text"] {
	width: 90px;
	margin-left: 10px;
}
section.form_area article form dl dd label {
	margin-right: 20px;
}
section.form_area article form dl dd select {
	 -webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	background-image: url(../images/form_icn_select.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px;
	background-color: #fff;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 150px;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd ul {
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl dd ul li {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article form dl dd ul li:last-child {
	margin-bottom: 0px;
}
section.form_area article form dl dd label.radio_text {
	cursor       : pointer;
	position     : relative;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
}
section.form_area article form dl dd label.radio_text:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #333;
	border-radius : 50%;
	left          : 0px;
	top           : 4px;
	content       : '';
	z-index       : 3;
}
section.form_area article form dl dd label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 7px;
	background-color : #ed6d34;
	z-index          : 1;
}
section.form_area article form dl dd label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 20px -1px #fef4df;
}
section.form_area article form dl dd label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
section.form_area article form dl dd label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #fef4df;
}
section.form_area article form dl.privacy dt strong {
	width: 80%;
	text-align: center;
	display: block;
	border-radius: 15px;
	background-color: #fff;
	color: #3b9a2d;
	line-height: 30px;	
	margin: 0px auto 10px auto;
	padding: 0px;
}
section.form_area article form dl.privacy dt p {
	width: 100%;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div {
	width: 100%;
	height: 150px;
	max-height: none;
	text-align: center;
	background-color: #fff;
	overflow: scroll;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px 15px 10px 15px;
}
section.form_area article form dl.privacy dd div dl {
	width: 100%;
	max-height: none;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl:last-of-type {
	margin-bottom: 0px;
}
section.form_area article form dl.privacy dd div dl dt {
	width: 100%;
	max-height: none;
	color: #333;
	text-align: left;
	font-size: 10px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd {
	width: 100%;
	max-height: none;
	font-size: 10px;
	line-height: 1.5em;
	text-align: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd p {
	width: 100%;
	max-height: none;
	color: #333;
	font-size: 10px;
	overflow: hidden;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ol {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ol li {
	width: 100%;
	max-height: none;
	font-size: 10px;
	line-height: 1.5em;
	box-sizing: border-box;
	text-indent: -2.6em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 2.6em;
}
section.form_area article form dl.privacy dd div dl dd ul {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ul li {
	width: 100%;
	max-height: none;
	font-size: 10px;
	color: #333;
	line-height: 1.5em;
	box-sizing: border-box;
	text-indent: -1.2em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 1.2em;
}
section.form_area article form dl.privacy dd div dl dd address {
	font-style: normal;
	font-size: 10px;
	line-height: 1.5em;
	color: #333;
	border-left: 2px solid #999;
	box-sizing: border-box;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
section.form_area article form dl.privacy dd div dl dd address a {
	font-style: normal;
	font-size: 10px;
	line-height: 1.5em;
}
section.form_area article form button {
	-webkit-appearance: none;
	width: 90%;
	background-color: #ed6d34;
	text-align: center;
	overflow: hidden;
	border: none;
	border-radius: 3px;
	margin: 0px auto 0px auto;
	padding: 10px 0px 10px 0px;
}
section.form_area article form button span {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}
section.form_area article form button strong {
	color: #fff;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
section.form_area article form div.mfp_err {
	color: #bc1908;
	text-decoration: underline;	
}


footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
footer div {
	width: 100%;
	margin: 0px;
	padding: 30px 0px 30px 0px;
}
footer dl {
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 0px;
}
footer dl dt {
	width: 100%;
	margin: 0px auto 20px auto;
	padding: 0px;
}
footer dl dt strong {
	width: 100%;
	height: 45px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	background-size: auto 45px;
	background-position: center top;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
footer dl dt address {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
	display: block;
	margin: 0px;
	padding: 0px;
}
footer dl dd {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
footer dl dd strong {
	width: 100%;
	text-align: center;
	color: #ed6d34;
	display: block;
	margin: 0px;
	padding: 0px;
}
footer dl dd a {
	display: inline-block;
	font-size: 24px;
	line-height: 1.8em;
	text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}
footer dl dd a img {
	width: 28px;
	height: auto;	
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 5px 0px;
}
footer dl dd a span {
	display: block;
	font-size: 12px;
	margin: -5px auto 0px auto;
	padding: 0px;
}
footer div span {
	font-size: 10px;
	display: block;
	text-align: center;
	line-height: 1.5em;
	margin: 0px;
	padding: 0px;
}


a#pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	display: block;
	z-index: 10;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-size: 50px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
}


@media only screen and (min-width: 460px) {
	
}

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

}

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



/*----------------------------------------------------
 commons style)PC
----------------------------------------------------*/

* {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

img {
	display: block;
	border-style: none;
}

em,strong,h1,h2,h3,dt {
	font-weight: bolder;
}

ul li,ol li {
	list-style: none;
}

a{
	color: #333;
	text-decoration: underline;
}


input[type="submit"]:hover,
button:hover,
a:hover,
a:hover img {
	text-decoration: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}
a:active {
}
a:link {
}
a:visited {
}
a:hover {
}


.sp_none {
	display: block;
}
.pc_none {
	display: none;
}


.slide-arrow {
	width: 15%;
	height: 30px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-repeat: no-repeat;
	background-size: auto 30px;
	background-position: center top;
	border: none;
	position: absolute;
	top: 50%;
    z-index:2!important;
	background-color: inherit;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
.slide-arrow.slick-disabled {
	display: none!important;
}
.slide-arrow.prev-arrow {
	left: -70px !important;
	background-image: url(../images/arw_prev.png);
}
.slide-arrow.next-arrow {
	background-image: url(../images/arw_next.png);
    right: -70px !important;
}





section.about_area,
section.merit_area,
section.instructor_area,
section.benefit_area,
section.flow_area,
section.interview_area,
section.recommend_area,
section.course_area,
section.movie_area {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
section.merit_area {
	background-position: left 30% center;
}
section.flow_area {
	background-position: left 100% center;
}
section.interview_area {
	background-position: left 30% center;
}
section.course_area {
	background-position: left -100% center;
}
section.about_area article,
section.merit_area article,
section.instructor_area article,
section.benefit_area article,
section.flow_area article,
section.interview_area article,
section.recommend_area article,
section.course_area article,
section.movie_area article {
	width: 60%;
	height: 100%;
	box-sizing: border-box;
	background-color: #fff;
	display: table;
	margin: 0px 0px 0px auto;
	padding: 0px 60px 0px 0px;
}
section.merit_area article,
section.benefit_area article,
section.interview_area article,
section.course_area article {
	width: 60%;
	margin: 0px auto 0px 0px;
	padding: 0px 0px 0px 60px;
}
section article div.inner {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
  	margin: 0px;
	padding: 0%;
}
section article h2 {
	width: 600px;
	text-align: center;
	font-size: 24px;
	line-height: 32px;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section article h2 img {
	width: auto;
	height: 32px;
	display: inline-block;
	margin: 0px 10px -6px 0px;
}
section article h2 span {
	font-size: 14px;
	background-color: #f5ec55;
	line-height: 1.8em;
	font-weight: normal;
	display: inline-block;
	margin: 0px auto 10px auto;
	padding: 0px;
}




/*----------------------------------------------------
 style)PC
----------------------------------------------------*/

header {
	width: 100%;
	height: 75px;
	position: fixed;
	z-index: 10;
	background-color: inherit;
	box-shadow: none;
	margin: 0px;
	padding: 0px;
}
header div {
	width: 100%;
	position: relative;
	overflow: hidden;
	margin: 0px auto 0px auto;
	padding: 0px;
}
header div h1 {
	width: 800px;
	float: left;
	height: 45px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-size: auto 45px;
	background-position: left center;
	margin: 15px 0px 0px 60px;
	padding: 0px;
}
header div a.tel {
	width: 410px;
	height: 30px;
	float: inherit;
	position: absolute;
	right: 490px;
	top: 20px;
	display: block;
	pointer-events: none;
	color: #84cc41;
	text-align: left;
	overflow: hidden;
	text-indent: 45px;
	white-space: inherit;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 32px;
	line-height: 30px;
	vertical-align: central;
	background-color: inherit;
	background-image: url(../images/icn_fd.png);
	border-radius: 0px;
	margin: -5px 0px 0px auto;
	padding: 0px;
}
header div a.tel strong {
	width: 210px;
	display: block;
	text-align: left;
	white-space: inherit;
	float: left;
	line-height: 30px;
	font-size: 24px;
	margin: 0px;
}
header div a.tel span {
	width: 200px;
	text-align: left;
	float: left;
	display: block;
	text-indent: 0px;
	line-height: 30px;
	font-size: 14px;
	margin: 0px;
}
header div ul {
	float: right;
	margin: 10px 60px 0px 0px;
	padding: 0px;
}
header div ul li {
	width: 200px;
	float: left;
	margin: 0px 0px 0px 20px;
	padding: 0px;
}
header div ul li a {
	width: 100%;
	height: auto;
	display: block;
	color: #84cc41;
	font-size: 16px;
	color: #fff;
	text-align: left;
	text-indent: inherit;
	white-space: inherit;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: 20px;
	line-height: 40px;
	text-indent: 50px;
	border-radius: 3px;
	margin: 0px;
	padding: 0px;
}
header div ul li.line a {
	background-color: #06c755;
	background-image: url(../images/header_icn_line.png);
}
header div ul li.form a {
	background-color: #ed6d34;
	background-image: url(../images/header_icn_form.png);
}



#frame {
	min-width: 100%;
	display: block;
	min-height: 100%;
	position: fixed;
	z-index: 8;
	box-sizing: border-box;
	border: 60px solid #fff;
	pointer-events: none;
	box-shadow: 0px 0px 5px 3px #ccc inset;
	margin: 0px;
	padding: 0px;
	
}

section.main_area {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}
section.main_area article {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.main_area article ul li {
	width: 100%;
	overflow: hidden;
	position: absolute;
	margin: 0px;
	padding: 20% 0px 0px 0px;
}
section.main_area article ul li:nth-child(1) {
	top: 10%;
	left: 60px;
}
section.main_area article ul li:nth-child(2) {
	top: 5%;
	right: 60px;
}
section.main_area article ul li:nth-child(3) {
	bottom: 60px;
	left: 30%;
	z-index: 5;
}
section.main_area article ul li:last-child {
	margin-bottom: 0px;
}
section.main_area article ul li img {
	width: 35%;
	height: auto;
	z-index: 1;
	position: absolute;
	top: 0px;
	margin: 0px;
}
section.main_area article ul li:nth-child(1) img {
	left: 0px;
}
section.main_area article ul li:nth-child(2) img {
	right: 0px;
}
section.main_area article ul li:nth-child(3) img {
	top: 60px;
	left: 0px;
}

section.main_area article ul li dl {
	width: 500px;
	box-sizing: border-box;
	margin: 0px 0px 0px 30px;
	padding: 20px 0px 20px 0px;
}
section.main_area article ul li:nth-child(1) dl {
	background-color: rgba(237,109,52,0.9);
}
section.main_area article ul li:nth-child(2) dl {
	background-color: rgba(215,163,55,0.9);
	margin: 0px 30px 0px 0px;
	float: right;
}
section.main_area article ul li:nth-child(3) dl {
	background-color: rgba(113,180,0,0.9);
	margin: 0px 30px 0px 300px;

}
section.main_area article ul li dl dt {
	width: 100%;
	text-align: left;
	font-size: 24px;
	color: #fff;
	box-sizing: border-box; 
	line-height: 1.8em;
	border-left: 3px solid #fff;
	margin: 0px;
	padding: 0px 0px 5px 20px;
}
section.main_area article ul li dl dd {
	width: 100%;
	font-size: 16px;
	text-align: left;
	color: #fff;
	box-sizing: border-box;
	border-left: 3px solid #fff;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}


section.about_area article p {
	width: 600px;
	line-height: 1.8em;
	text-align: left;
	font-size: 18px;
	margin: 0px auto 0px auto;
	padding: 0px;
}


section.merit_area article ol {
	width: 600px;
	counter-reset: number 0;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.merit_area article ol li {
	width: 100%;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}
section.merit_area article ol li:last-child {
	margin-bottom: 0px;
}
section.merit_area article ol li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.merit_area article ol li dl dt {
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 1.8em;
	text-indent: -29px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 29px;
}
section.merit_area article ol li dl dt:before {
	counter-increment: number 1;
	content: counter(number);
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	font-weight: normal;
	font-size: 24px;
	font-style: italic;
	color: #666;
	text-indent: 0px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
section.merit_area article ol li:nth-child(1) dl dt {
	color: #ed6d34;
}
section.merit_area article ol li:nth-child(2) dl dt {
	color: #d7a337;
}
section.merit_area article ol li:nth-child(3) dl dt {
	color: #71b400;
}
section.merit_area article ol li dl dd {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	box-sizing: border-box;
	border-left: 2px solid #dfdfdf;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}


section.instructor_area article ul {
	width: 500px;
	height: 500px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.instructor_area article ul li {
	width: 500px;
	text-align: left;
	margin: 0px 40px 0px 40px;
	padding: 0px;
}
section.instructor_area article ul li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt {
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt img {
	width: 300px;
	height: auto;
	float: right;
	margin: 0px;
}
section.instructor_area article ul li dl dt strong {
	display: block;
	line-height: 1.8em;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dt span {
	display: block;
	line-height: 1.8em;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li.takeda dl dt span {
	color: #ed6d34;
}
section.instructor_area article ul li.matsumoto dl dt span {
	color: #8ec31f;
}
section.instructor_area article ul li dl dd {
	width: 100%;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
section.instructor_area article ul li dl dd span {
	width: 100%;
	text-align: left;
	display: block;
	line-height: 1.8em;
	font-size: 14px;
	box-sizing: border-box;
	border-left: 2px solid #dfdfdf;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}
section.instructor_area article ul li dl dd p {
	width: 100%;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}


section.benefit_area article ul {
	width: 600px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.benefit_area article ul li {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	background-image: url(../images/icn_check.png);
	background-position: left 5px;
	background-size: 18px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 28px;
}
section.benefit_area article ul li:last-child {
	margin-bottom: 0px;
}
section.benefit_area article ul li span {
	font-size: 14px;
	display: block;
}


section.flow_area article ol {
	width: 600px;
	counter-reset: number 0;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.flow_area article ol li {
	width: 100%;
	background-image: url(../images/flow_arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: auto 10px;  
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
section.flow_area article ol li:last-child {
	background-image: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
section.flow_area article ol li dl {
	width: 100%;
	background-color: #fef4df;
	border-radius: 10px;
	box-sizing: border-box;
	margin: 0px;
	padding: 15px 20px;
}
section.flow_area article ol li dl dt {
	width: 100%;
	text-align: left;
	font-size: 16px;
	line-height: 1.8em;
	color: #ed6d34;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.flow_area article ol li dl dt:before {
	counter-increment: number 1;
	content: counter(number);
	content: "Step " counter(number);  
	border-radius: 20px;
	text-align: center;
	display: inline-block;
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	font-size: 14px;
	color: #666;
	text-indent: 0px;
	margin: 0px 15px 0px 0px;
	padding: 0px;
}
section.flow_area article ol li dl dd {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
section.flow_area article ol li dl dd span {
	display: inline-block;
	text-align: left;
	line-height: 1.8em;
	font-size: 12px;
}


section.interview_area article ul {
	width: 500px;
	height: 640px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.interview_area article ul li {
	width: 500px;
	text-align: left;
	margin: 0px 40px 0px 40px;
	padding: 0px;
}
section.interview_area article ul li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt img {
	width: 200px;
	height: auto;
	float: left;
	margin: 0px 30px 0px 0px;
}
section.interview_area article ul li dl dt strong {
	display: block;
	line-height: 1.8em;
	font-size: 18px;
	color: #ed6d34;
	font-size: 18px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt ol {
	width: 100%;
	margin: 0px auto 10px auto;
	padding: 0px;
}
section.interview_area article ul li dl dt ol li {
	width: 100%;
	line-height: 1.8em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt ol li:last-child {
	margin-bottom: 0px;
}
section.interview_area article ul li dl dt span {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 230px;
	line-height: 1.8em;
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
section.interview_area article ul li dl dt span:after {
	content: "さん";
	line-height: 1.8em;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
section.interview_area article ul li.takeda dl dt span {
	color: #ed6d34;
}
section.interview_area article ul li.matsumoto dl dt span {
	color: #8ec31f;
}
section.interview_area article ul li dl dd {
	width: 100%;
	overflow: hidden;
	text-align: left;
	line-height: 1.8em;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}


section.recommend_area article ul {
	width: 600px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.recommend_area article ul li {
	width: 100%;
	text-align: left;
	line-height: 1.8em;
	background-image: url(../images/icn_check.png);
	background-position: left 5px;
	background-size: 18px;
	background-repeat: no-repeat;
	box-sizing: border-box;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 28px;
}
section.recommend_area article ul li:last-child {
	margin-bottom: 0px;
}


section.course_area article ul {
	width: 500px;
	height: 500px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.course_area article ul li {
	width: 500px;
	text-align: left;
	margin: 0px 40px 0px 40px;
	padding: 0px;
}
section.course_area article ul li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.course_area article ul li dl dt {
	width: 100%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
section.course_area article ul li dl dt strong {
	display: block;
	line-height: 1.8em;
	font-size: 20px;
	color: #ed6d34;
	text-align: center;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.course_area article ul li dl dt p {
	display: block;
	line-height: 1.8em;
	font-size: 14px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
section.course_area article ul li dl dd {
	width: 100%;
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px;
}
section.course_area article ul li dl dd strong {
	width: 100%;
	text-align: center;
	align-items: center;
	display: block;
	display: flex;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.course_area article ul li dl dd strong span {
	width: 240px;
	text-align: center;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	border-radius: 15px;
	background-color: #ed6d34;
	margin: 0px;
	padding: 0px;
}
section.course_area article ul li dl dd strong:before,
section.course_area article ul li dl dd strong:after {
	content: "";
	flex-grow: 1;
	border-top: 1px solid #ed6d34;
	display: block;
}
section.course_area article ul li dl dd ol {
	width: 100%;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.course_area article ul li dl dd ol li {
	width: 100%;
	text-align: left;
	text-indent: -1.0em;
	box-sizing: border-box;
	line-height: 1.8em;
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 1.0em;
}
section.course_area article ul li dl dd ol li span {
	font-size: 14px;
	color: #bc1908;
}
section.course_area article ul li dl dd ol li:before {
	content: "・";
	font-size: 14px;
}
section.course_area article ul li dl dd ol li:last-child {
	margin-bottom: 0px;
}
section.course_area article ul li dl dd p {
	width: 100%;
	text-align: left;
	display: block;
	font-size: 12px;
	text-indent: -1.0em;
	box-sizing: border-box;
	line-height: 1.8em;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 1.0em;
}
section.course_area article ul li dl dd p:before {
	content: "※";
	font-size: 12px;
}



section.movie_area article ul {
	width: 500px;
	height: 350px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.movie_area article ul li {
	width: 500px;
	text-align: left;
	margin: 0px 40px 0px 40px;
	padding: 0px;
}
section.movie_area article ul li:last-child {
	margin-bottom: 0px;
}
section.movie_area article ul li dl {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
section.movie_area article ul li dl dt {
	width: 100%;
	display: block;
	text-align: center;
	line-height: 1.8em;
	font-size: 20px;
	color: #ed6d34;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.movie_area article ul li dl dd {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
section.movie_area article ul li dl dd iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}




section.form_area {
	width: 100%;
	margin: 0px 0px 30px 0px;
	padding: 120px 0px 0px 0px;
}
section.form_area article {
	width: 960px;
	background-color: inherit;
	margin: 0px auto 0px auto;
	padding: 0px;
}
section.form_area article p {
	width: 100%;
	text-align: center;
	line-height: 1.8em;
	margin: 0px auto 30px auto;
	padding: 0px;
}
section.form_area article a.line_bnr {
	width: 520px;
	display: block;
	border: 1px solid #dfdfdf;
	box-sizing: border-box;
	margin: 0px auto 40px auto;
	padding: 0px;
}
section.form_area article a.line_bnr img {
	width: 100%;
	height: auto;
	margin: 0px;
}
section.form_area article form {
	width: 100%;
	border: 10px solid #dfdfdf;
	background-color: #fff;
	box-sizing: border-box;
	margin: 0px;
	padding: 40px;
}
section.form_area article form dl {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px dotted #999;
	margin: 0px auto 30px auto;
	padding: 0px 0px 30px 0px;
}
section.form_area article form dl dt {
	width: 260px;
	text-align: left;
	color: #333;
	float: left;
	line-height: 1.8em;
	margin: 0px;
	padding: 5px 0px 0px 0px;
}
section.form_area article form dl dt span {
	width: 40px;
	display: block;
	float: left;
	font-size: 12px;
	text-align: center;
	border-radius: 3px;
	overflow: hidden;
	box-sizing: border-box;
	margin: -1px 10px 0px 0px;
	padding: 0px;
}
section.form_area article form dl dd {
	width: 590px;
	float: right;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl dd input[type="text"],
section.form_area article form dl dd input[type="email"] {
	 -webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border: 1px solid #999;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd input[type="text"]::-webkit-input-placeholder,
section.form_area article form dl dd input[type="email"]::-webkit-input-placeholder {
	padding-top: 2px;
	line-height: 1;
}
section.form_area article form dl dd input.age[type="text"] {
	margin-right: 10px;
}
section.form_area article form dl dd input.zip[type="text"] {
	margin-left: 10px;
}
section.form_area article form dl dd label {
	margin-right: 20px;
}
section.form_area article form dl dd select {
	 -webkit-appearance: none;
	width: 100%;
	border: none;
	box-sizing: border-box;
	text-align: left;
	background-image: url(../images/form_icn_select.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	background-size: 20px;
	background-color: #fff;
	border: 1px solid #999;
	overflow: hidden;
	border-radius: 0px;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 180px;
	border: none;
	box-sizing: border-box;
	text-align: left;
	overflow: hidden;
	border-radius: 0px;
	border: 1px solid #999;
	margin: 0px;
	padding: 8px;
}
section.form_area article form dl dd ul {
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl dd ul li {
	color: #333;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article form dl dd ul li:last-child {
	margin-bottom: 0px;
}
section.form_area article form dl dd label.radio_text {
	cursor       : pointer;
	position     : relative;
	margin-right : 20px;
	overflow     : hidden;
	padding-left : 20px;
	display      : inline-block;
	color: #333;
}
section.form_area article form dl dd label.radio_text:before {
	position      : absolute;
	width         : 15px;
	height        : 15px;
	border        : 1px solid #999;
	border-radius : 50%;
	left          : 0px;
	top           : 4px;
	content       : '';
	z-index       : 3;
}
section.form_area article form dl dd label.radio_text:after {
	content          : '';
	position         : absolute;
	width            : 11px;
	height           : 11px;
	border-radius    : 100%;
	left             : 3px;
	top              : 7px;
	background-color : #ed6d34;
	z-index          : 1;
}
section.form_area article form dl dd label.radio_text input[type="radio"] {
	-moz-appearance: none;
	-webkit-appearance: none;
	position   : absolute;
	z-index    : 2;
	width      : 20px;
	height     : 20px;
	left       : -23px;
	top        : 1px;
	margin     : 0px;
	box-shadow : 20px -1px #fff;
}
section.form_area article form dl dd label.radio_text input[type="radio"]:checked {
	box-shadow : none;
}
section.form_area article form dl dd label.radio_text input[type="radio"]:focus {
	opacity    : 0.2;
	box-shadow : 20px -1px #fff;
}
section.form_area article form dl.privacy dt {
	width: 100%;
	text-align: left;
	color: #333;
	float: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dt strong {
	width: 240px;
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 20px;
	background-color: #333;
	line-height: 40px;	
	margin: 0px auto 10px auto;
	padding: 0px;
}
section.form_area article form dl.privacy dt p {
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

section.form_area article form dl.privacy dd {
	width: 100%;
	float: none;
	color: #333;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div {
	width: 100%;
	height: 180px;
	max-height: none;
	text-align: center;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box;
	border: 1px solid #999;
	margin: 0px;
	padding: 15px 20px 15px 20px;
}
section.form_area article form dl.privacy dd div dl {
	width: 100%;
	max-height: none;
	border-bottom: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl:last-of-type {
	margin-bottom: 0px;
}
section.form_area article form dl.privacy dd div dl dt {
	width: 100%;
	max-height: none;
	color: #333;
	text-align: left;
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd {
	width: 100%;
	max-height: none;
	font-size: 12px;
	line-height: 1.8em;
	text-align: left;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd p {
	width: 100%;
	max-height: none;
	color: #333;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ol {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ol li {
	width: 100%;
	max-height: none;
	font-size: 12px;
	line-height: 1.8em;
	box-sizing: border-box;
	text-indent: -2.6em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 2.6em;
}
section.form_area article form dl.privacy dd div dl dd ul {
	width: 100%;
	max-height: none;
	margin: 0px;
	padding: 0px;
}
section.form_area article form dl.privacy dd div dl dd ul li {
	width: 100%;
	max-height: none;
	font-size: 12px;
	color: #333;
	line-height: 1.8em;
	box-sizing: border-box;
	text-indent: -1.2em;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 1.2em;
}
section.form_area article form dl.privacy dd div dl dd address {
	font-style: normal;
	font-size: 12px;
	line-height: 1.8em;
	color: #333;
	border-left: 2px solid #999;
	box-sizing: border-box;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}
section.form_area article form dl.privacy dd div dl dd address a {
	font-style: normal;
	font-size: 12px;
	line-height: 1.8em;
}
section.form_area article form button {
	-webkit-appearance: none;
	width: 320px;
	text-align: center;
	overflow: hidden;
	border: none;
	border-radius: 3px;
	margin: 0px auto 0px auto;
	padding: 15px 0px 15px 0px;
}
section.form_area article form button span {
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin: 0px;
	padding: 0px;
}
section.form_area article form button strong {
	font-size: 20px;
	cursor: pointer;
	margin: 0px;
	padding: 0px;
}
section.form_area article form div.mfp_err {
	font-size: 14px;
	color: #cc1a54;
	text-decoration: underline;
	margin-top: 5px;
	line-height: 1.8em;
}



footer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
footer div {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 120px 0px;
}
footer dl {
	width: 960px;
	overflow: hidden;
	text-align: center;
	margin: 0px auto 30px auto;
	padding: 0px;
}
footer dl dt {
	width: 480px;
	float: left;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
footer dl dt strong {
	width: 100%;
	height: 55px;
	display: block;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	background-size: auto 55px;
	background-position: center top;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}
footer dl dt address {
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	font-style: normal;
	line-height: 1.8em;
	display: block;
	margin: 0px;
	padding: 0px;
}
footer dl dd {
	width: 480px;
	float: left;
	margin: 25px 0px 0px 0px;
	padding: 0px;
}
footer dl dd strong {
	width: 100%;
	text-align: center;
	color: #ed6d34;
	font-size: 18px;
	display: block;
	margin: 0px;
	padding: 0px;
}
footer dl dd a {
	pointer-events: none;
	display: inline-block;
	font-size: 28px;
	line-height: 1.8em;
	text-decoration: none;
	margin: 0px auto 0px auto;
	padding: 0px;
}
footer dl dd a img {
	width: 32px;
	height: auto;	
	display: inline-block;
	vertical-align: middle;
	margin: 0px 10px 5px 0px;
}
footer dl dd a span {
	display: inline-block;
	font-size: 16px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
footer div span {
	font-size: 14px;
	display: block;
	text-align: center;
	line-height: 1.8em;
	margin: 0px;
	padding: 0px;
}


a#pagetop {
	width: 90px;
	height: 90px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	display: block;
	z-index: 10;
	text-indent: -9999px;
	background-size: 70px;
	background-image: url(../images/pagetop.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 0px;
}


}




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



section.about_area,
section.merit_area,
section.instructor_area,
section.benefit_area,
section.flow_area,
section.interview_area,
section.recommend_area,
section.course_area,
section.movie_area {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}
section.about_area article,
section.merit_area article,
section.instructor_area article,
section.benefit_area article,
section.flow_area article,
section.interview_area article,
section.recommend_area article,
section.course_area article,
section.movie_area article {
	width: 50%;
}




section.main_area article ul li:nth-child(2) {
	top: 15%;
}
section.main_area article ul li:nth-child(3) img {
	top: 0px;
	left: 0px;
}
section.main_area article ul li:nth-child(3) dl {
	margin: 0px 0px 0px 30px;
}





section.flow_area article ol li dl {
	padding: 20px;
}
section.flow_area article ol li dl dd {
	font-size: 14px;
}
section.flow_area article ol li dl dd span {
	font-size: 14px;
}



}



/*========= ページネーションCSS ===============*/

.pagination {
	position:fixed;
	right:20px;
	top: 50%;
  	transform: translateY(-50%);
	font-size:1em;
	z-index: 10;
	list-style: none;
}
.pagination a {
	display:block;
	height:20px;
	margin-bottom:5px;
	color: #666;
	position:relative;
	padding: 4px;
}
.pagination a.active:after {
	box-shadow:inset 0 0 0 5px;
}

/*現在地表示のテキストの設定*/
.pagination a .hover-text {
	position:absolute;
	right:15px;
	top:0;
	opacity:0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	padding-right: 15px;
	display: none;
}
.pagination a:hover .hover-text {
	opacity: 1;
}
.pagination a:after {
	-webkit-transition:box-shadow 0.5s ease;
	transition:box-shadow 0.5s ease;
	width:10px;
	height:10px;
	display: block;
	border:1px solid;
	border-radius:50%;
	content:"";
	position: absolute;
	margin:auto;
	top:0;
	right:3px;
	bottom:0;
}

/*768px以下は現在地表示のテキストを非表示*/
@media screen and (max-width:768px) { 
	.pagination {
		display: none;
	}	
}



/*----------------------------------------------------
 style end
----------------------------------------------------*/
