@charset "UTF-8";

/* ---------- mediaQuery  ---------- */


@media all and (max-width: 767px) {
.viewpc {
	display: none;
}
.viewtb {
	display: none;
}
.viewsp {
	display: block;
}

html {
	font-size: 62.5%;/*10px*/
}
body {
	color: #000;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
}
p {
	font-size: 14px;
}
.inner,
.inner_conpact {
	clear: both;
	width: 94%!important;
	margin: 0 auto;
	padding: 0 auto;
}
img {
	width: 100%;
	height: auto;
	text-align: center;
}
.img200{ width:100%;}
.margintopmainus30 {
	margin-top: 0!important;
}
.marginbottom60 {
	margin-bottom: 20px!important;
}
.cap {
	text-align: left;
	font-size: 12px;
	line-height: 1.5;
}


/* ===============
header
================*/
header {
	width: 100%;
	height: 64px;
	background-color: #001c4f;
	color: #fff;
}
header .inner {
	width: 98%;
	margin: 0 auto;
}
header .logo_area {
	width: 70%;
	float: left;
	text-align: left;
	z-index: 10001;
}
header .logo_area h1 {
	text-align: left;
	margin: 12px 0 8px 0;
	font-size: 14px;
	line-height: 1.3;
	cursor: pointer;
}
header .logo_area h1 img {
	width: 120px;
	height: auto;
	margin-right: 0;
	margin-bottom: 2px;
	vertical-align: middle;
}
header .logo_area h1 a {
	color: #fff;
}
header .logo_area h1 span {
		display: block;
}

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

/* ---------   メインメニュー --------- */
header #globalMenuS {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
#top-head {
    top: 0;
    width: 50px;
    margin: 0 auto;
    padding: 3px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
    width: 50px;
}


/* Toggle Button */
#nav-toggle {
    display: none;
    position: relative;
    float: right;
		margin-right: 0.5%;
    width: 50px;
    height: 49px;
    cursor: pointer;
    z-index: 999;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 2px;
    width: 35px;
    background: #fff;
    left: 7px;
		top: 22px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
    top: 18px;
}
#nav-toggle span:nth-child(2) {
    top: 28px;
}
#nav-toggle span:nth-child(3) {
    top: 38px;
}

#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }

#nav-toggle {
     display: block;
		margin-top: 2px;
    }
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
        top: 28px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
.open #nav-toggle span:nth-child(2) {
        top: 28px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
.open #nav-toggle span:nth-child(3) {
        top: 28px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
	
#global-nav {
        position: absolute;
        top: -650px;
				background:rgba(0,0,0,0.7);
        color: #fff;
        width: 100%;
        text-align: center;
				font-family: adobe-caslon-pro, serif;
        padding: 0!important;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
				z-index: 1000;
}
#global-nav ul {
				clear: both;
        list-style: none;
        position: static;
        font-size: 15px;
				padding-top: 0!important;
				margin-top: 0!important;
				border-top: 1px solid #8B8B8B;
}
#global-nav ul li {
				clear: both;
        float: none;
        position: static;
				border-bottom: 1px solid #8B8B8B;
 }
#global-nav ul li a {
					clear: both;
        float: none;
        width: 100%;
        display: block;
        color: #fff;
        padding: 20px 0 20px 0;
}
#global-nav ul li.img_menu a {
        padding: 10px 0 10px 0;
	}
#global-nav ul li a img {
		width: 40%;
		max-width: 200px;
	}
#global-nav ul li a:hover {
		background: #001c4f;
		color: #fff;
	text-decoration: none;
	}

/* #global-nav スライドアニメーション */
#global-nav.dropdown {
  top: 60px;
	position: fixed;
}


/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
	padding-top: 64px;
}
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 a {
	display: block;
	width: 95%;
	max-width: 810px;
	height: 122px;
	padding: 10px 20px;
	margin: 30px auto;
	background: url("../images/common/arrow_rc_w.png") no-repeat 97% center #001c4f;
	background-size: 30px;
	border-radius: 4px;
  box-shadow: 0px 6px 0px 0px rgba(41, 61, 97, 0.53);
}
.btn_pamphlet img {
	width: 60px;
	margin-right: 10px;
	float: left;
	margin-top: 8px;
}
.btn_pamphlet a h3 {
	color: #fff;
	font-weight: 600;
	font-size: 20px;
	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: 30px auto;
  box-shadow: 0px 6px 0px 0px rgba(41, 61, 97, 0.53);
	transition: none;
}

/* ===============
.topimage
================*/
main .topimage {
	width: 100%;
	height: auto;
	background: url("../images/index/topimage_2.jpg") no-repeat top center;
	background-size: cover;
}
main .topimage h1 {
	text-indent: -9999px;
}
main .topimage h2 {
    margin: 2% 8% 0;
    width: 80%;
    font-size: 28px;
    line-height: 1.4;
}
main .topimage p {
    margin: 4% 8% 0;
	padding-bottom: 5%;
    width: 84%;
    font-size: 18px;
    line-height: 1.8;
}

/* ===============
.index_lead
================*/
main .index_lead {
	width: 100%;
	margin: 40px auto 20px auto;
}
main .index_lead .inner {
	width: 92%;
	margin: 30px auto;
	overflow: hidden;
}
main .index_lead .lead_img {
	float: none;
	width: 80%;
	margin: 0 auto;
}
main .lead_txt {
	float: none;
	width: 100%;
}
main .index_lead h2 {
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", 'Noto Sans JP', sans-serif;
	font-size: 24px;
	margin: 20px auto;
	font-weight: 200;
}
main .index_lead p {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.7;
	text-align: justify;
}

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


 
/* ================
#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: none;
	margin: 16px 0;
	text-align: center;
}
footer .ftr_logo h1 img {
	width: 180px;
	height: auto;
	margin: 10px 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: none;
	width: 200px;
	overflow: hidden;
	margin: 0 auto 10px auto;
}
footer .ftr_link ul li {
	float: left;
	width: 30px;
	margin: 0 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;
}

}