@charset "UTF-8";
/* CSS Document */

*{
	margin: 0;
	padding: 0;
}


body {
    font-family: "Lato" sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #333;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Oswald", sans-serif;
	font-weight: 300;
}

div, nav, ul, img, #footer-widgets, #colophon{
	width: 100%;
}

.wrap{
    min-height: calc(100vh - 360px);
}

.wrap, .container{
	max-width: 1470px;
	margin: 0 auto;
}

.wrap_02{
	width: 80%;
	margin: 0 auto;
}

ul{
	max-width: 1470px;
	margin: 0 auto;
}



h2{
	font-size: 30px;
	color: #c00000;
	font-weight:400;
	margin: 3% 0;
}

.blue{
	color: #00477d;
}

.black{
	color: #333;
	font-family: "Lato" sans-serif;
}








.nav{
	border-bottom: 2px solid #fff;
	border-top: 2px solid #fff;
	background-color: #ffab1f;
}



.menu {
    position: relative;
    width: 90%;
    height: 50px;
/*    max-width: 1470px;*/
    margin: 0 auto;
	background-color: #ffab1f;
	font-size: 0.9vw;
}

@media screen and (min-width: 1600px) {
    .menu {font-size: 14px;}
}


.menu > li {
    float: left;
    width: 25%; 
    height: 50px;
    line-height: 50px;
/*    background: rgb(29, 33, 19);*/
	border-right: 2px solid #fff;
	list-style-type: none;
	text-align: center;
}

.menu > li:first-child{
    border-left: 2px solid #fff;
}

.menu > li a {
    display: block;
    color: #000;
	text-align: center;
	/*padding-left: 10%;*/
}

.menu > li a:hover {
    color: #999;
	text-decoration: none;
}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.menu > li:hover {
    background: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
	list-style-type: none;
/*    border-top: 1px solid #fff;*/
}

.menu__third-level li {
    border-top: 1px solid #111;
}

.menu__second-level li a:hover {
    background: #fff;
	color: #999;
}

.menu__third-level li a:hover {
    background: #2a1f1f;
}

.menu__fourth-level li a:hover {
    background: #1d0f0f;
}

/* 下矢印 */
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0 3px 5px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* floatクリア */
.menu:before,
.menu:after {
    content: " ";
    display: table;
}

.menu:after {
    clear: both;
}

.menu {
    *zoom: 1;
}






.menu > li.menu__multi {
    position: relative;
}

li.menu__multi ul.menu__second-level {
    position: absolute;
    top: 40px;
    width: 230%;
    background: #ffab1f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi:hover ul.menu__second-level {
    top: 50px;
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li:hover {
    background: #111;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #111;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li:hover ul.menu__third-level {
    visibility: visible;
    opacity: 1;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li {
    position: relative;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover {
    background: #2a1f1f;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li ul.menu__fourth-level {
    position: absolute;
    top: -1px;
    left: 100%;
    width: 100%;
    background: #2a1f1f;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
}

li.menu__multi ul.menu__second-level li ul.menu__third-level li:hover ul.menu__fourth-level {
    visibility: visible;
    opacity: 1;
}



.menu > li.menu__multi.new{
    position: relative;
}
.menu > li.menu__multi.new:before{
    content: "NEW!!";
    font-size: 10px;
    color: #c00000;
    line-height: 1em;
    position: absolute;
    top: 6%;
    left: 10%;
}

li.menu__multi ul.menu__second-level li.new{
    position: relative;
}
li.menu__multi ul.menu__second-level li.new:before{
    content: "NEW!!";
    font-size: 10px;
    color: #c00000;
    line-height: 1em;
    position: absolute;
    top: 1%;
    left: 5%;
}




.menu > li .init-right{
	padding-left: 5%;
}


.wrap_02{
	width: 80%;
	padding-top: 30px;
	margin: 0 auto;
}

.text_box p{
	font-size: 16px;
	font-family: "Lato" sans-serif;
	color: #0A2503;
	font-weight:400;
}



#footer-widgets{
	width: 100%;
	border-top: 5px solid #ffab1f;
    float: left;
    padding: 30px 0;
	background-color: #00477d;
	margin-top: 5%;
}

#footer-widgets li{
	border: none;
}

.container{
	width: 90%;
	margin: 0 auto;
}

.inner-wrapper{
	display: flex;
	flex-direction: row;
    justify-content: space-between;
}

.footer-active-4{
	    color: #fff;
}

.footer-active-4 a{
	    color: #fff;
}

.footer-widget-area{
	float: left;
    height: 100%;
    padding: 0 25px;
	border-left: 1px dashed #939393;
}

.footer-widget-area:first-child {
    border: none;
}

.widget-title{
	font-size: 24px;
	margin-bottom: 15px;
}



.textwidget{
	font-size: 14px;
    line-height: 1.5;
    margin: 0 0 15px;
}

.widget li{
	padding: 0;
}

#footer-widgets .inner-wrapper .footer-active-4:first-of-type {
    flex: 2.25;
}

#footer-widgets .inner-wrapper .footer-active-4:nth-of-type(2) {
    flex: 2.2;
}

#footer-widgets .inner-wrapper .footer-active-4 {
    flex: 1;
}

#footer-widgets .inner-wrapper .footer-active-4 {
    flex: 1;
}

.education_hub_widget_social li a {
    background-color: #eaeaea;
    border: medium none;
    display: inline-block;
    height: 33px;
    line-height: 1.7;
    margin-right: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 33px;
    margin-bottom: 5px;
}

.education_hub_widget_social ul li a[href*="twitter.com"]:before {
    content: "\f099";
}
.education_hub_widget_social ul li a:before {
    color: #1f1f29;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1.7;
}

.education_hub_widget_social ul li a:before {
    font-size: 19px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.education_hub_widget_social ul li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}
.education_hub_widget_social ul li a:before {
    color: #1f1f29;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 1.7;
}
.education_hub_widget_social ul li a:before {
    font-size: 19px;
}

#footer-widgets ul li::before {
    color: #edd8d7;
}

.footer-widget-area ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
}

.footer-widget-area ul li::before {
    color: #ffab1f;
    content: "\f101";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 15px;
    left: 0;
    margin-left: 5px;
    margin-right: 8px;
    position: absolute;
}

.menu-quick-links-menu-container{
	font-size: 14px;
    line-height: 1.5;
    margin: 0 0 15px;
}

.footer-widget-area ul .menu-item-type-custom::before{
	content: none;
}



#colophon {
    background-color: #002a4a;
	font-size: 14px;
    margin-top: 5%;
}
.site-footer {
    background-color: #15305b;
    clear: both;
    color: #ffffff;
    padding: 15px 0;
    text-align: center;
}

.copyright {
    margin-bottom: 5px;
    margin-top: 5px;
}

#colophon a {
    color: #c2c2c2;
	text-decoration: inherit;
}




#btn-scrollup {
    background-color: #ffab1f;
	display: block;
}

#btn-scrollup:visited {
    color: #294a70;
    text-decoration: inherit;
}
.scrollup {
    background: #ffab1f none repeat scroll 0 0;
    bottom: 50px;
    color: #ffffff;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 5px 10px 10px;
    position: fixed;
    right: 32px;
    text-align: center;
    z-index: 99999;
}



btn-scrollup i.fa {
    color: #333333;
}
.scrollup i {
    font-size: 26px;
    color: #294a70;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


.fa {
	font: normal normal normal 14px/1 FontAwesome;
}


.fa-chevron-up:before {
    content: "\f077";
}




.dis{
	pointer-events: none;
}

.dis2{
	opacity: 0.15;
}


@media (min-width: 851px){
	.sp{
	display: none;
	}
}



/*ーーーーーーーーーー*/
/*ーーー スマホ ーーー*/
/*ーーーーーーーーーー*/

@media (max-width: 850px){
	
	.pc{
		display: none;
	}

    .wrap {
        min-height: auto;
    }
	
	.wrap_02{
		width: 90%;
	}
	
	#footer-widgets{
		margin-right: 5px;
	}
	
	.inner-wrapper{
		display: block;
	}
	
	.footer-active-4 {
		    border-left: none;
	}
	

	
	.drop_menu{
		height: 52px;
		width: 100%;
		margin: 0 auto;
	}
	
	ul, li{
		z-index: 999;
	}
	
	
	 #mdropmenu{
     font-size:18px;
     widows: 100%;
/*		 width: 320px;*/
/*     max-width:500px;*/
     list-style-type: none;
     border:1px solid #fff;
     border-top:0;
		background-color: #ffab1f; 
		 position: fixed;
		 margin: 0 auto;
		 z-index: 99999;
		 
   }
     #mdropmenu a {
     text-decoration: none;
		 color: #000;
		 font-family: "Oswald", sans-serif;
		 display: block;
    }
    #mdropmenu i{
     font-size:30px;
    }
    #mdropmenu li{
     border-top:1px solid #fff;
    }
    #mdropmenu li ul{
     display:none;
     list-style-type: none;
    }
    #mdropmenu table{
     width:100%;
     min-height:50px;
     margin:0;
     padding:0;
     border:0;
    }
    .mlist-left{
     width:80%;
     padding:5px 0;
		padding-left: 42%;
     vertical-align:middle;
    }
    .mlist-right{
     vertical-align: middle;
     text-align: center;
     padding: 5px;
    }
    .mlist-full{
     width: 100%;
     padding: 5px;
     vertical-align: middle;
    }
    .mleft-second , .mright-second{
     background-color:#ffab1f;
    }
    .mleft-third , .mright-third{
     background-color: #ffab1f;
    }
    .mleft-second{
     padding-left: 10px;
    }
    .mleft-third{
     padding-left: 35px;
    }
	
	.tap_co{
		 -webkit-tap-highlight-color: rgba(196,64,64,0.5);
	}


    .mleft-second.new{
        position: relative;
    }
    .mleft-second.new:before{
        content: "NEW!!";
        font-size: 10px;
        color: #c00000;
        line-height: 1em;
        position: absolute;
        top: 2px;
        left: 2%;
    }

    #mdropmenu li ul .mleft-third.new,
    #mdropmenu li ul .mleft-third.new6px{
        position: relative;
    }
    #mdropmenu li ul .mleft-third.new:before{
        content: "NEW!!";
        font-size: 10px;
        color: #c00000;
        line-height: 1em;
        position: absolute;
        top: -2px;
        left: 2%;
    }
    #mdropmenu li ul .mleft-third.new6px:before{
        content: "NEW!!";
        font-size: 10px;
        color: #c00000;
        line-height: 1em;
        position: absolute;
        top: 6px;
        left: 2%;
    }
	
	
	
	
	.fa-plus-circle:before {
    color: #ffffff;
    content: "+";
    font-size: 30px;
    font-weight: bold;
    left: 1px;
    line-height: 42px;
    position: relative;
    top: 0;
    width: 42px;
}
	.fa-minus-circle:before{
		    content: "-";
    font-size: 45px;
    font-weight: normal;
    line-height: 0.5;
		color: #fff
	}
	
	.mlist-right:hover{
		background: inherit;
	}
	
}