@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	box-sizing: border-box;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', sans-serif;
}
address, em {
	font-style: normal;
}

/* 共通設定 */
.viewpc {
	display: block;
}
.viewtb {
	display: none;
}
.viewsp {
	display: none;
}
.nontb {
	display: none;
}


/* ---------- reset  ---------- */
html, body {
    width: 100%;
}

html {
	/*overflow-y: scroll; */ /* Firefox scroll-on */
}

body {
	background-color: #ffffff;
	color: #333;
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}

table,pre,code,select,option,input,textarea,kbd,var,ins,del,samp {
	font-size: 14px;
}

optgroup {
	font-size: 14px;
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 14px;
}
p {
	font-size: 14px;
	letter-spacing: -0.02em;
	line-height: 1.7;
	margin: 0 0 1em 0;
	text-align: justify;
	font-weight: 300;
}
ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
	text-align: center;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}
hr {
	border: solid #cdcdcd;
	border-width:1px 0 0 0;
	height:1px;
	clear: right;
}
.align_center {
	text-align: center;
}

/* Link Style */

a,a:link,a:active,a:visited {
	color: #212121;
	text-decoration: none;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #212121;
	text-decoration: underline;
}

a img {
	border: 0;
}
a:hover img{
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	transition: 0.2s all ease 0s;
}

.inner {
	clear: both;
	width: 1000px;
	margin: 0 auto;
	text-align: justify;
	padding: 0;
}
.inner_conpact {
	width: 600px;
	margin: 0 auto;
}
.top_nomargin {
	margin-top: 0!important;
}
.bottom_nomargin {
	margin-bottom: 0!important;
}
.text_strong {
	font-weight: bold;
}
.text_blue {
	color: #092254;
}
.text_red {
	color: #FF0000;
}
a.text_red {
	color: #FF0000!important;
}
.text_white {
	color: #ffffff;
}
.text_cap {
	font-size: 14px;
	line-height: 1.3;
}
.text_long {
	letter-spacing: -0.1em;
}
.text_underline {
	color: #00379a!important;
	text-decoration: underline!important;
}
.text_underline:hover {
	text-decoration: none!important;
}
.align_left {
	text-align: left!important;
}
.align_right {
	text-align: right!important;
}
.blockcontents {
	display: block;
}
.margintop10 {
	margin-top: 10px!important;
}
.margintop30 {
	margin-top: 30px!important;
}
.margintop40 {
	margin-top: 40px!important;
}
.marginbottom0 {
	margin-bottom: 0!important;
}
.marginbottom20 {
	margin-bottom: 20px!important;
}
.marginbottom40 {
	margin-bottom: 40px!important;
}
.marginbottom60 {
	margin-bottom: 60px!important;
}
.marginleft0 {
	margin-left: 0!important;
}
.marginright10 {
	margin-right: 10px!important;
}
.margintopmainus30 {
	margin-top: -30px;
}
.paddingright10 {
	padding-right: 10px!important;
}
.cap {
	font-size: 10px;
	margin-top: 8px!important;
	line-height: 1.2!important;
}
.cap02 {
	font-size: 12px;
	margin-top: 8px!important;
	line-height: 1.2!important;
}
.lineheightshort {
	line-height: 1.5!important;
	margin-bottom: 12px!important;
}
.strong_copy {
	font-size: 20px;
	text-align: center;
}
.big_copy {
	font-size: 28px;
	margin-bottom: 0;
}
.no_wrap {
	white-space: nowrap;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
 
/* ---------  clearfix --------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
 
.clearfix {
	min-height: 1px;
}
 
* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.clear {
	clear: both;
}

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

.img200{
	width:200px;
}
/* ---------  animation --------- */
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}

.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}
.deley01 {
 animation-delay: 0.2s;
}

.deley02 {
 animation-delay: 0.3s;
}

.deley03 {
 animation-delay: 0.4s;
}

.deley04 {
 animation-delay: 0.5s;
}

.deley05 {
 animation-delay: 1s;
}

/* ===============
header
================*/
header {
	width: 100%;
	height: 99px;
	background-color: #001c4f;
	color: #fff;
	position: fixed;
	z-index: 1000;
}
header .inner {
	width: 1000px;
	margin: 0 auto;
}
header .logo_area {
	width: 600px;
	float: left;
	text-align: left;
}
header .logo_area h1 {
	text-align: left;
	margin: 20px 0 8px 0;
	font-size: 14px;
	line-height: 46px;
}
header .logo_area h1 img {
	width: 180px;
	height: auto;
	margin-right: 20px;
	vertical-align: middle;
}
header .logo_area h1 a {
	color: #fff;
}

header .logo_kansei {
	float: right;
	width: 170px;
	margin: 6px 0 0 0;
}
header .logo_kansei img {
	width: 100%;
	height: auto;
}

/* ===============
header #g_nav
================*/
header #g_nav {
	clear: both;
	width: 100%;
}
header #g_nav ul {
	margin-left: 220px;
}
header #g_nav ul li {
	float: left;
	width: 130px;
	line-height: 22px;
	font-size: 14px;
	text-align: center;
	border-right: 1px solid #fff;
}
header #g_nav ul li:first-child {
	border-left: 1px solid #fff;
}
header #g_nav ul li a {
	display: block;
	font-weight: 600;
	color: #fff;
}
header #g_nav ul li.on a,
header #g_nav ul li a:hover {
	border-bottom: 3px solid #e8b500;
	color: #fff;
	text-decoration: none;
	transition: 0.2s all ease 0s;
}

/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
	background-color: #f6f6f6;
	padding: 99px 0 40px 0;
}
main.index_main {
	background-color: #fff;
}
main .contentswide .inner {
	width: 800px;
	margin: 0 auto;
}
main .link_box a {
	display: block;
	clear: both;
	float: right;
	padding: 8px 42px 8px 12px;
	border: 1px solid #001c4f;
	color: #001c4f;
	font-weight: 400;
	font-size: 12px;
	background: url("../images/common/arrow_r.png") no-repeat 96% center;
	background-size: 8px;
}
main .link_box a:hover {
	background-color: #001c4f;
	color: #fff;
	text-decoration: none;
	transition: 0.2s all ease 0s;
}
.btn_pamphlet {
		clear: both;
	}
.btn_pamphlet a {
	display: block;
	width: 80%;
	max-width: 810px;
	height: 122px;
	padding: 10px 20px;
	margin: 50px auto 60px auto;
	background: url("../images/common/arrow_rc_w.png") no-repeat 97% center #001c4f;
	background-size: 90px;
	border-radius: 4px;
  box-shadow: 0px 4px 0px 0px rgba(41, 61, 97, 0.53);
}
.btn_pamphlet img {
	width: 140px;
	margin-right: 50px;
	float: left;
	margin-top: 8px;
}
.btn_pamphlet a h3 {
	color: #fff;
	font-weight: 600;
	font-size: 24px;
	margin: 18px 0 0 0;
	letter-spacing: -0.03em;
}
.btn_pamphlet a p {
	font-size: 14px;
	line-height: 1.3;
	margin: 14px 0;
	color: #fff;
	font-weight: 200;
}
.btn_pamphlet a:hover {
	margin: 54px auto 56px auto;
  box-shadow: none;
	transition: 0.2s all ease 0s;
}

/* ===============
.topimage
================*/
main .topimage {
	width: 100%;
	height: 400px;
	background: url("../images/index/topimage_2.jpg") no-repeat top center;
	background-size: cover;
}
main .topimage h1 {
	text-indent: -9999px;
}

main .topimage h2 {
	margin:4% 10% 0;
	width:40%;
	font-size: 32px;
	line-height: 1.2;

}
main .topimage p {
	margin:2% 10% 0;
	width:40%;
	font-size: 18px;
}

/* ===============
.index_lead
================*/
main .index_lead {
	width: 1000px;
	margin: 60px auto;
}
main .index_lead .inner {
	margin: 60px 0;
	overflow: hidden;
}
main .index_lead .lead_img {
	float: left;
	width: 40%;
}
main .lead_txt {
	float: right;
	width: 55%;
}
main .index_lead h2 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', sans-serif;
	font-size: 30px;
	margin: 40px 0 30px 0;
	font-weight: 200;
}
main .index_lead p {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.9;
}

/* ===============
.index_course
================*/
main .index_course {
	width: 100%;
	clear: both;
	background-color: #eaeff7;
	padding: 60px 0 10px 0;
	overflow: hidden;
	margin-bottom: -30px;
}
main .index_course h2 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', sans-serif;
	font-size: 30px;
	margin: 0 auto 50px auto;
	font-weight: 200;
	text-align: center;
}
main .index_course .index_courseitem {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
main .index_course .index_courseitem .courseitem {
	flex-basis: 13%;
}
main .index_course .index_courseitem .courseitem img {
	width: 100%;
	height: auto;
	text-align: center;
}
main .index_course .index_courseitem .courseitem h3 {
	font-size: 18px;
	text-align: center;
	font-weight: 600;
	margin: 20px auto 30px auto;
}
main .index_course .index_courseitem .courseitem p {
	line-height: 1.95;
}


 
/* ================
#pagetop
================== */
#pagetop {
	display: none;
	position: fixed;
	right: 5px;
	bottom: 40px;
	width: 60px;
	height: 60px;
	background: url(../images/common/totop.png) no-repeat;
	background-size: 60px;
	z-index: 5;
}
#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}
#pagetop a:hover {
	background: url(../images/common/totop.png) no-repeat;
 	opacity: 0.3;
}

/* ===================
footer
====================== */
footer {
	clear: both;
	background-color: #6181bc;
	width: 100%;
}
footer .ftr_logo {
	float: left;
	margin: 36px 0;
}
footer .ftr_logo h1 img {
	width: 180px;
	height: auto;
}
footer .ftr_logo span {
	font-size: 12px;
	font-weight: 300;
	line-height: 1.3;
	color: #fff;
	letter-spacing: -0.03em;
}
footer .ftr_link {
	float: right;
}
footer .ftr_link ul li {
	float: left;
	width: 30px;
	margin: 60px 20px 0 0;
}
footer .footer_copyright {
	clear: both;
	width: 100%;
	background-color: #001c4f;
	color: #fff;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
	padding: 20px 0;
	letter-spacing: -0.01em;
}
footer .footer_copyright a {
	color: #fff;
	text-decoration: none;
}
footer .footer_copyright a:hover {
	text-decoration: underline;
}

