/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/

html {
	color: #000;
	background: #fff;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
	margin: 0;
	padding: 0;
}
table {
	border-spacing: 0;
	border-collapse: collapse;;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;;
}
ol,
ul {
	list-style: none;
}
caption,
th {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}
* {
	box-sizing: border-box;
}
html,
body {
	height: 100%;
}
body {
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size: 16px;
	color: #333;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #333;
	text-decoration: none;
	opacity: 1;
}
a,
a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
a:hover {
	cursor: pointer;
	opacity: 0.4;
}
p,
dt,
dd,
li,
td,
th,
div {
	line-height: 1;
}
img {
	vertical-align: bottom;
}

/*====================================================
LAYOUT
====================================================*/
main > *[class^="section"]:not(.section1) {
	padding-top: 6em;
	padding-bottom: 6em;
	position: relative;
}
.w1080 {
	padding-right: calc(50% - 540px);
	padding-left: calc(50% - 540px);
}
.w1162 {
	padding: 5em calc(50% - 581px);
	position: relative;
}
.w900 {
	padding-right: calc(50% - 450px);
	padding-left: calc(50% - 450px);
}
.w720 {
	padding-right: calc(50% - 360px);
	padding-left: calc(50% - 360px);
}
.w600 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
}

/*====================================================
HEADER
====================================================*/
#header {
	background: #fff;
	width: 100%;
	height: 72px;
	padding: 1rem 0;
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 2px rgba(0,0,0,0.3);
	position: fixed;
	z-index: 10001;
	top: 0;
}
#nav {
	margin-right: 1rem;
}
#nav ul {
	float: right;
}
#nav ul li {
	float: left;
	margin-left: 0.5rem;
}
#nav ul li a {
	color: #fff;
	display: block;
	padding: 0.7rem 0.8rem;
}
#nav ul li.n1 a {
	background: #001464;
	border: 1px solid #001464;
	border-radius: 5px;
}
#nav ul li.n3 a {
	color: #666;
	border: 1px solid #666;
}

/*====================================================
SPNAVI
====================================================*/
#sp-btn {
	background: #001464;
	display: inline-block;
	float: right;
	width: 61px;
	height: 60px;
	position: relative;
	top: 0;
	right: 10px;
}
#sp-btn-icon {
	background: #fff;
	display: block;
	width: 45px;
	height: 5px;
	transition: 0.2s;
	position: absolute;
	top: 45%;
	left: 8px;
}
#sp-btn-icon:before,
#sp-btn-icon:after {
	background: #fff;
	display: block;
	width: 45px;
	height: 5px;
	content: "";
	transition: 0.3s;
	position: absolute;
	top: 45%;
	left: 0;
}
#sp-btn-icon:before {
	margin-top: -20px;
}
#sp-btn-icon:after {
	margin-top: 15px;
}
#sp-btn .close {
	background: transparent;
}
#sp-btn .close:before,
#sp-btn .close:after {
	margin-top: 0;
}
#sp-btn .close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#sp-btn .close:after {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
/*====================================================
MAIN
====================================================*/

.topbtn {
	width: 480px;
	margin: auto;
	padding: 1.5rem 0;
}
.topbtn a {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	background: #ff6478;
	text-align: center;
	display: block;
	padding: 1rem;
	border-radius: 3rem;
}
.topbtn .arrow {
	background: url("../img/arrow.png") no-repeat right center;
	display: block;
	width: 100%;
}
.section1 {
	background: #f3f3f3;
}
.notebook {
	background: url("../img/bg_note.png");
	width: 660px;
	margin: 0 auto;
	padding: 40px;
	position: relative;
	z-index: 1;
}
.notebook li {
	background: url("../img/check.png") no-repeat left top;
	margin-bottom: 1.8rem;
	padding: 0 0 1.3rem 70px;
	border-bottom: 1px solid #ddd;
}
.notebook li:last-child {
	margin: 0;
	padding-bottom: 0;
	border: none;
}
.notebook li p {
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 0.5rem;
}
.section1 .person1 {
	position: absolute;
	z-index: 11;
	right: calc(50% - 581px);
	bottom: 0;;
}
.section1 .person2 {
	position: absolute;
	z-index: 11;
	bottom: 0;
	left: calc(50% - 581px);
}
.section3 {
	background: #e6f1f4;
}
[class^="section"] h2:not(.bg_info) {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.1;
	color: #001464;
	background: url("../img/ln1.png") no-repeat bottom center;
	text-align: center;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
}
section .ln2 {
	background: url("../img/ln2.png") no-repeat bottom center!important;
}
aside .ln4 {
	background: url("../img/ln4.png") no-repeat bottom center!important;
}
.review {
	padding: 2rem 0;
	border-bottom: 1px solid #ddd;
}
.review:last-child {
	padding-bottom: 0;
	border: none;
}
.review .rev_l {
	text-align: center;
	float: left;
	width: 380px;
}
.review .rev_r {
	float: right;
	width: 700px;
}
.review .rev_l img {
	width: 240px;
	height: auto;
}
.review .rev_r h3 {
	font-family: serif;
	font-size: 30px;
	font-weight: bold;
	color: #008cbd;
}
.review .rev_r p {
	line-height: 1.8;
}
.review .rev_r p.pinfo {
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	padding: 1rem 0;
}
.section4 {
	background: #f3f3f3;
}
.elearning {
	background: #fff;
	margin-bottom: 2rem;
	padding: 1.5rem;
	border: 5px solid #001464;
}
.elearning .el_l {
	float: left;
	width: 22%;
}
.elearning .el_r {
	line-height: 1.7;
	float: right;
	width: 70%;
}
.elearning h3 {
	font-size: 20px;
	font-weight: bold;
	color: #001464;
	margin-bottom: 0.3rem;
}
.bg_blue {
	font-size: 20px;
	color: #fff;
	background: #008cbd;
	text-align: center;
	padding: 1rem;
}
.bg_blue2 .br,
.bg_blue .br {
	display: block;
}
.bg_blue2 {
	font-size: 24px;
	line-height: 1.5;
	color: #fff;
	background: #001450;
	text-align: center;
	margin-bottom: 20px;
	padding: 1rem;
	position: relative;
}
.bg_blue2:after {
	display: block;
	width: 0;
	content: "";
	border: 20px solid transparent;
	border-top-color: #001450;
	border-bottom-width: 0;
	position: absolute;
	bottom: -19px;
	left: 50%;
}
.section5 {
	background: #fafafa;
}
.box_blue {
	padding: 1.5rem;
	border: 2px solid #001450;
}
.box_blue li {
	background: #fff;
	margin-bottom: 1.5rem;
	padding: 1rem 1rem 1rem 1.5rem;
	border-left: 2px solid #008cbd;
}
.box_blue li:last-child {
	margin-bottom: 0;
}
.btn2 a {
	color: #fff;
	background: #ff6478;
	text-align: center;
	display: block;
	padding: 1rem 1rem 0.7rem 1rem;
	border-radius: 5px;
}
.btn2 .arrow2 {
	background: url("../img/arrow2.png") no-repeat bottom center;
	display: block;
	padding-bottom: 1rem;
}
.section6 {
	background: url("../img/copy2_bg.jpg") no-repeat;
	background-size: cover;
	text-align: center;
}
.section6 img {
	max-width: 900px;
}
.section7 {
	background: #e6f1f4;
}
.section7 h3 {
	font-family: serif;
	font-size: 30px;
	font-weight: bold;
	color: #008cbd;
	background: #fff;
	text-align: center;
	margin-top: 3rem;
	padding: 0.5rem;
	border: 1px solid #008cbd;
}
.section7 h3 .small {
	font-size: 20px;
	line-height: 1.5;
	color: #333;
	display: block;
}
.course {
	width: 100%;
}
.course th,
.course td {
	font-size: 20px;
	padding: 0.5rem 1rem;
}
.course th {
	font-family: serif;
	color: #fff;
	background: #001464;
	text-align: center;
	border-bottom: 1px solid #fff;
}
.course td {
	color: #001464;
	background: #fff;
	border-bottom: 1px solid #e6f1f4;
}
.bg_blue3 {
	font-size: 26px;
	line-height: 1.3;
	color: #008cbd;
	background: #fff;
	padding: 0.5rem;
	border: 2px solid #008cbd;
}
.bg_white {
	background: #fff;
	padding: 1rem;
}
.section8 {
	background: #fafafa;
}
.section8 h3 {
	font-weight: bold;
	color: #001464;
	text-align: center;
}
.section8 h3 .small {
	font-size: 14px;
	line-height: 1.5;
	color: #333;
	display: block;
}
.col3 li {
	background: #fff;
	word-break: break-all;
	float: left;
	width: 30.6%;
	min-height: 560px;
	margin: 0 0 2rem 4.1%;
	padding: 1.5rem;
	box-shadow: 2px 2px 4px #ccc;
}
.col3 li:nth-child(3n+1) {
	margin-left: 0;
}
.section9 {
	background: #fff;
}
dd a,
li a,
p a {
	color: #008cbd;
}
dd a.link,
li a.link,
p a.link {
	text-decoration: underline;
}
.section12 {
	border-top: 1px solid #f0f0f0;
}
.bg_info {
	background: url("../img/bg_info.png") no-repeat left center;
	background-size: contain;
	height: 40px;
	padding: 0.8rem 0 0.5rem 4rem;
}
.info dt {
	font-size: 20px;
	font-weight: bold;
	color: #b40000;
	margin-bottom: 0.5rem;
}
.info dd {
	font-size: 14px;
	line-height: 1.5;
	background: url("../img/arrow4.png") no-repeat 0px 3px;
	background-size: 15px 15px;
	margin-bottom: 1rem;
	padding: 0 0 0 1.5rem;
}
.info dd a {
	font-size: 16px;
}
.company {
	width: 100%;
	margin-top: 2rem;
}
.company th,
.company td {
	line-height: 1.3;
	padding: 0.7rem;
}
.company th {
	text-align: center;
}
.company tr:nth-child(odd) {
	background: #f3f3f3;
}
#pagetop {
	display: none;
	width: 60px;
	position: fixed;
	z-index: 100000;
	right: 1rem;
	bottom: 1rem;
}
#spbtn {
	width: 100%;
	position: fixed;
	z-index: 10001;
	bottom: 0;
}
#spbtn a {
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	background: #f08c00;
	text-align: center;
	display: block;
	padding: 1.2rem;
}
#spbtn a:hover {
	opacity: 1;
}
#spbtn a .arrow {
	background: url("../img/arrow5.png") no-repeat right center;
	display: block;
	width: 100%;
}

/*====================================================
FOOTER
====================================================*/
#footer {
	color: #fff;
	background: #001450;
	padding: 1rem 0;
}
#footer .cr {
	font-size: 12px;
}
/*====================================================
BASE
====================================================*/
.ctr {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.mb1 {
	margin-bottom: 1rem;
}
.mb2 {
	margin-bottom: 2rem;
}
.mb3 {
	margin-bottom: 3rem;
}
.mb4 {
	margin-bottom: 4rem;
}
.mb5 {
	margin-bottom: 5rem;
}
.mt1 {
	margin-top: 1rem;
}
.mt2 {
	margin-top: 2rem;
}
.mt3 {
	margin-top: 3rem;
}
.clb {
	color: #008cbd;
}
.big {
	font-size: 130%;
}
.txt {
	line-height: 1.7;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
.ybg {
	background: linear-gradient(transparent 60%, #fffa00 70%);
}

/*====================================================
IMG100
====================================================*/
.newsbox img,
.img100 img,
.img100 {
	width: 100%;
	height: auto;
}

/*====================================================
AFTER
====================================================*/
.cl:after,
.breadcrumb:after,
.w1080:after,
.w980:after,
.clearfix:after,
#main:after,
#navigation:after,
#footer:after,
#header:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

/*====================================================
MEDIA QUERY
====================================================*/

@media screen and (max-width: 1180px) {
	.w1080,
	.w1162 {
		padding-right: 5%;
		padding-left: 5%;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
	#header {
		height: 80px;
		padding: 10px 0;
	}
	#nav {
		width: 100%;
		position: absolute;
		z-index: 100;
		top: 80px;
	}
	#nav ul li a {
		padding: 1.3rem;
	}
	#nav ul li,
	#nav ul {
		background-color: #eee;
		text-align: center;
		float: none;
		margin: 0;
	}
	.company th,
	.company td,
	.form dt,
	.form dd,
	.section11 .link,
	.section10 .link,
	.section8 h3,
	.btn2 .arrow2,
	p.txt,
	.review .rev_r p,
	.review .rev_r p.pinfo,
	.elearning p,
	#nav ul li a {
		font-size: 30px;
	}
	#nav ul li.n2 a,
	#nav ul li.n1 a {
		border: none;
		border-radius: 0;
	}
	#nav ul li.n3 a {
		background: #fff;
		border-right: 0;
		border-left: 0;
	}
	.topbtn {
		width: 90%;
		max-width: 860px;
	}
	.topbtn a {
		font-size: 39px;
		width: 100%;
		padding: 1.5rem;
	}
	.topbtn .arrow {
		background: url("../img/arrow-sp.png") no-repeat right center;
	}
	.notebook {
		width: 100%;
		padding-bottom: 480px;
	}
	.notebook li p {
		line-height: 1.5;
	}
	.section1 .person1 {
		right: 5%;
	}
	.section1 .person2 {
		left: 5%;
	}
	.ybg {
		background: linear-gradient(transparent 70%, #fffa00 20%);
	}
	[class^="section"] h2:not(.bg_info) {
		font-size: 48px;
		line-height: 1.2;
		background: url("../img/ln1-sp.png") no-repeat bottom center;
		padding-bottom: 1rem;
	}
	section .ln2-sp {
		background: url("../img/ln2-sp.png") no-repeat bottom center!important;
	}
	.review .rev_r,
	.review .rev_l {
		float: none;
		width: 100%;
		margin: 0 auto 2rem auto;
	}
	.review .rev_r h3 {
		font-size: 44px;
		margin-bottom: 1rem;
	}
	.w90p,
	.elearning {
		width: 90%;
		margin: 0 auto;
	}
	.elearning {
		margin-bottom: 2rem;
	}
	.elearning .el_l,
	.elearning .el_r {
		width: 100%;
	}
	.elearning .el_l img {
		display: block;
		width: 400px;
		margin: 0 auto 2rem auto;
	}
	#bg_submit,
	.notebook li p,
	.bg_blue4 p.txt,
	.section7 h3 .small,
	.course td,
	.course th,
	.bg_blue2,
	p.bg_blue.txt,
	.elearning h3 {
		font-size: 32px;
	}
	.bg_blue2,
	.bg_blue {
		text-align: left;
		padding: 1rem 1.5rem;
	}
	.bg_blue2 .br,
	.bg_blue .br {
		display: inline;
	}
	.btn2 a {
		line-height: 1.2;
		min-height: 105px;
	}
	.btn2 .arrow2 {
		padding: 10px 0 2.1rem 0;
	}
	.spbr {
		display: block;
	}
	.section6 {
		background: url("../img/copy2_bg-sp.jpg") no-repeat;
		background-size: cover;
	}
	.section7 h3 {
		font-size: 45px;
		padding: 0.7rem;
	}
	.course th {
		white-space: nowrap;
	}
	.course th,
	.course td {
		line-height: 1.3;
		padding: 0.7rem 1rem;
	}
	.bg_blue3 {
		font-size: 40px;
		padding: 0.7rem;
	}
	.col3 li {
		float: none;
		width: 100%;
		margin: 0 0 2rem 0;
		padding: 2rem;
	}
	.col3 li img {
		display: block;
		width: 420px;
		max-width: 100%;
		margin: 1.5rem auto;
	}
	.section8 h3 .small {
		font-size: 21px;
	}
	.bg_info {
		font-size: 36px;
		font-weight: bold;
		background: url("../img/bg_info.png") no-repeat left center;
		background-size: cover;
		height: 70px;
		margin-bottom: 2rem;
		padding: 1.5rem 0 0.5rem 6rem;
	}
	.info dt {
		font-size: 36px;
		margin-bottom: 1rem;
	}
	.info dd {
		font-size: 24px;
		background: url("../img/arrow4-sp.png") no-repeat 0px 6px;
		margin-bottom: 2rem;
		padding: 0 0 0 2.6rem;
	}
	.info dd a {
		font-size: 28px;
	}
	.company th,
	.company td {
		padding: 1rem;
	}
	#footer {
		margin-bottom: 68px;
	}
	#footer .cr {
		font-size: 18px;
	}
	#pagetop {
		width: 80px;
		bottom: 5rem;
	}
}
@media screen and (max-width: 920px) {
	.w900 {
		padding-right: 5%;
		padding-left: 5%;
	}
}
@media screen and (max-width: 840px) {
	.w720 {
		padding-right: 5%;
		padding-left: 5%;
	}
}
@media screen and (max-width: 720px) {
	.info dt,
	.section7 h3,
	.bg_blue3,
	.review .rev_r h3,
	section h3,
	.topbtn li:first-child a,
	.topbtn li:last-child a {
		font-size: 30px;
	}
	#bg_submit,
	.info dd a,
	.btn a,
	.notebook li p,
	.bg_blue4 p.txt,
	.section7 h3 .small,
	.course td,
	.course th,
	.bg_blue2,
	p.bg_blue.txt,
	.elearning h3,
	#spbtn ul li a {
		font-size: 24px;
	}
	.info dd,
	.company th,
	.company td,
	.form dt,
	.form dd,
	.section11 .link,
	.section10 .link,
	.section8 h3,
	.btn2 li .arrow2,
	p.txt,
	.review .rev_r p,
	.review .rev_r p.pinfo,
	.elearning p,
	#nav ul li a {
		font-size: 18px;
	}
	.section1 .person1 {
		width: 40%;
	}
	.section1 .person2 {
		width: 38%;
	}
}
@media screen and (max-width: 600px) {
	.elearning .el_l img {
		width: 100%;
	}
	.notebook {
		padding-bottom: 400px;
	}
	#spbtn a {
		font-size: 16px;
	}
}


/* -- overwrite and postscript -- */
main {
	overflow: hidden;
	width: 100%;
	padding-top: 72px;
}
#logo {
	width: 255px;
	position: absolute;
	left: 1em;
}
#kv {
	background-size: cover!important;
	display: block;
	overflow: hidden;
	height: 0;
}
.section8 span.img100 {
	display: block;
}
.price {
	text-align: center;
	width: 100%;
	max-width: 600px;
	margin: 10px auto 2rem;
}
.price h3 {
	font-size: 30px;
	font-weight: 700;
	color: #001464;
	margin-bottom: 5px;
}
.price .num {
	font-size: 66px;
	font-weight: 700;
	color: #f08c00;
	margin-bottom: 10px;
}
.price .num i {
	font-size: 144px;
	font-style: normal;
	letter-spacing: -0.05em;
}
.price .card {
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	background: #001464;
	margin-bottom: 15px;
}
.price span img {
	width: 100%;
	max-width: 300px;
}
@media screen and (min-width: 751px) {
	#kv {
		background: #fff url(../img/slide.jpg) no-repeat center center;
		padding-top: 33.333%;
	}
}
@media screen and (max-width: 750px) {
	#logo {
		width: 40%;
	}
	#kv {
		background: #fff url(../img/slide-sp.jpg) no-repeat center center;
		padding-top: 133.333%;
	}
	main {
		padding-top: 80px;
	}
	.price .num i {
		font-size: 120px;
		letter-spacing: 0;
	}
}
.coupon {
	text-align: center;
	margin-bottom: 30px;
}
.ima{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.1;
	color: #001464;
	margin-top: 30px;
	}