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

@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'), url('../fonts/slick.woff') format('woff'), url('../fonts/slick.ttf') format('truetype'), url('../fonts/slick.svg#slick') format('svg');
}


/*  共通 */

html {
  height: 100%;
scroll-behavior: smooth;
scroll-padding-top: 120px;
}
 
body {
  overflow-y: scroll;  /*  縦スクロールバーを表示します。 */
  overflow-x: hidden;  /*  横スクロールバーを消します。 */  
  margin:0;
  padding:0;
  font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#505659;
  border:0;
  line-height:1.5em;
}


.box{
	background-attachment:fixed;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:bottom right;
		position: relative; 
	height: auto !important; 
	height: 100%; 
	min-height: 100%; 
}



*{
margin:0;
padding:0;
box-sizing: border-box;
}

img{vertical-align:bottom;
display:inline-block;
border:0;
	  touch-callout:none;
	  user-select:none;
	  -webkit-touch-callout:none;
	  -webkit-user-select:none;
	  -moz-touch-callout:none;
	  -moz-user-select:none;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6,th,dt{
    font-weight: 700;
}

p{
margin:0;
padding:0;
font-size:0.9em;}

dd{
margin:0;
padding:0;
font-size:0.9em;}

li{
margin:0;
padding:0;
font-size:0.9em;}


.clearfix:after {  
  display: block;
  clear: both;
  content: "";
}  
  
.clear{
	clear:both;
	height:0;
}


a.anchor{
    display: block;
    padding-top: 110px;
    margin-top: -110px;
}

a img:hover{
    opacity: 0.7;
}

a{
    color: blue;
}

/*  ヘッダ */

header {
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 0;

    background-color:#ffffff;
}


.page-display{
    display: block;
}
.header{
	width:95%;
	max-width:1200px;
	margin:0 auto;
}












.header-inner {
	width:100%;
    margin: 0 auto;
}
.header-inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    width: 100%;
    height:100px;
    margin: 0 auto;
    padding: 20px 0 0;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #333333;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
	width:300px;
	float:left;
    padding:0px 20px 15px;
}

#top-head .logo img{
    max-width:100%;
}

#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 70px;
    font-size: 14px;
}

#top-head .nav01 {
    float:right;
	width:50%;
    text-align: right;
    padding-top: 15px;
}

#top-head .nav01 ul {
    text-align:right;
}

#top-head .nav01 ul li{
    padding-left:10px;
	display:inline-block;
}


#top-head .nav01 ul li a {
    padding: 1px;
	background-color:#3472cf;
	color:#fff;
	margin-top:30px;
	display:inline-block;
	width: 45px;/*幅*/
	height: 45px;/*高さ*/
	border-radius: 50%;/*角丸*/
	text-align: center;
	line-height: 45px;
	font-size: 25px;
}

#top-head .nav01 ul li a:hover {
    border-bottom:none;
	background-color:#15499f; 
}


#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 10px;
}

#global-nav ul li a:hover {
    border-bottom:3px solid #333333;
}

#global-nav ul li a.active {
    border-bottom:3px solid #333333;
}

#top-head #global-nav .nav02{
	display:none;
}



#top-head{
    background: rgba(255,255,255,1.0);
    position: fixed;
    top: 0;
    transition: .5s;
    width: 100%;
    z-index: 999;
}
 
#top-head.hide{
    transform: translateY(-100%);
}








 
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 20px;
    top: 30px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}

@media screen and (max-width: 500px) {
    
 #nav-toggle {
    right: 10px;
    top: 30px;
}   
    
}






#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000000;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}


@media screen and (max-width: 1023px) {
    #top-head,
    .inner {
        width: 100%;
    }
	
    #top-head {
        top: 0;
        position: fixed;
        margin: 0;
		padding:0;
        height: 80px;
    }
	
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #ffffff;
        width: 100%;
        height: 80px;
        z-index: 999;
        position: relative;
		padding:0px 10px 0;
    }
	#mobile-head h1 {
		padding:10px 0;
    }
	
    #top-head.fixed .logo,
    #top-head .logo {
        color: #333;
        font-size: 26px;
        padding: 10px 20px 0;
    }
     #top-head.fixed .logo img,
    #top-head .logo img{
  
    }
    
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -570px;
        background: #fff;
        width: 100%;
        text-align: center;
        padding:  0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
	

	
	
	#top-head #global-nav .nav02{
	display:block;
}

	
	
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        padding-top: 30px;
        background-color: #000000;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 13px 0;
		background-color: #000000;
		border-top: 1px solid #ffffff;
    }
	
	#top-head #global-nav ul li a:hover,
	 #top-head.fixed #global-nav ul li a:hover{
    border-bottom:none;
		background-color: #333333;
}

#global-nav ul li a.active {
    border-bottom:none;
}
	
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(620px);
        -webkit-transform: translateY(620px);
        transform: translateY(620px);
    }
	
	
#top-head .nav01 {
    float:none;
    width: auto;
	position: absolute;
	right:60px;
	top:0px;
	z-index: 9999;
}	
	
	
	
}




@media screen and (max-width: 599px) {
    
    #top-head .logo{
        width:70%;
        padding: 10px 0;
        height: 80px;
    }
    #top-head .logo img{
        height: 100%;
    }    
    
}

.header-contact{
    margin: 5px auto 0;
    width: 95%;
    text-align: right;
}

.header-contact a{
    margin-right: 15px;
    background-color: #0d2d53;
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 10px;
}

#top-head .header-contact a{
    color: #ffffff;
}

#global-nav2{
	width:70%;
	float: right;
}

#global-nav2 ul{
    margin: 10px auto 0;
    width: 95%;
    text-align: right;
}


#global-nav2 ul li{
    margin: 0;
	padding:15px 0;
    display:inline;
	text-align:center;
	vertical-align: middle;
	list-style-type:none;
}

#global-nav2 ul li a{
    color:#000000;
	text-decoration:none;
	font-size:1.0em;
	line-height:1.0em;
	width:100%;
	padding:10px 0 5px;
    margin: 0 15px;
}

#global-nav2 ul li span{
    color:#ffffff;
	font-size:10px;
	display:block;
}

#global-nav2 ul li a:hover{
    color:#000000;
	border-bottom:3px solid #0d2d53;
	font-size:1.0em;
	line-height:1.0em;
}

#global-nav2 ul li.active{
background-color:#15499f;
}



@media screen and (max-width: 1200px) {
    
  

#global-nav2 ul li a{
    color:#000000;
	text-decoration:none;
	font-size:0.9em;
	line-height:1.0em;
	width:100%;
	padding:10px 0 5px;
    margin: 0 8px;
}
    
    
}



@media screen and (max-width: 1023px) {

#global-nav2{
	display:none;
}
	
	
}


@media screen and (max-width: 599px) {

#top-head .nav01 ul li{
    padding-left:5px;
	display:inline-block;
}
    
    

	
#top-head .nav01 ul li a {
    padding: 1px;
	margin-top:30px;
	width: 35px;/*幅*/
	height: 35px;/*高さ*/
	line-height: 35px;
	font-size: 20px;
}	

#top-head.fixed .nav01 ul li a {
    width:35px;
	height:35px;
	line-height: 35px;
}
	
	
	
	
}




/*  メイン */


.main-wrap{
	margin:0 auto;
	width:100%;
	padding:0;
}


main{
	margin:0 auto;
	width:100%;
}


.inner{
	max-width: 1280px;
	width:95%;
	margin: 0 auto;
	padding: 80px 0;
}


aside{
	margin:0 auto;
}

aside ul{
	margin:0;
	padding:0;
}

aside ul.side01{
	border-bottom:2px solid #fff;
	margin-bottom:20px;
	padding-bottom:5px;
}
 
 
aside li{
	list-style:none;
	margin:0 0 15px;
	padding:0;
}
 

aside li img{
	width:100%;
}

aside li a:hover{
	filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
	background: rgba(0,0,0,1.0);
}

.side-facebook{
	margin:0 auto 50px;
	width:120px;
}

.side-contact01{
	background-color:#a4a4a4;
	color:#fff;
	text-align:center;
	font-size:13px;
	width:100%;
	padding:10px 0;
	line-height:15px;
}

.side-contact02{
	border:1px solid #a4a4a4;
	color:#333;
	text-align:left;
	font-size:12px;
	width:100%;
	padding:10px;
    line-height:13px;
}

.side-contact02 img{
	width:100%;
	margin:0 0 10px;
}

.side-contact02 img:hover{
	width:100%;
		filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}


@media screen and (max-width: 800px) {
	
main{
	margin:0 auto;
	width:100%;
	padding-right:0;
	float:none;
}

aside{
	margin:50px auto;
	width:100%;
	float:none;
}	

aside ul{
	margin:0 auto;
	padding:0;
	width:100%;
	max-width:240px;
}



}

 
 
/*  フッタ */
 


footer{
 padding:0;
 margin:50px 0 0;
 font-size:0.8em;
background-color: #0d2646;
 }
 
 
 
.footernav-wrap{
 width:90%;
 margin:0 auto;
 padding:30px 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;      
}

.footernav-wrap .footerlogo{
 width:40%;
 padding:10px;
    color: #ffffff;
}

.footernav-wrap .footerlogo h1{
 padding-bottom:15px;
}

.footernav-wrap .footerlogo .footer-address{
 font-size: 14px;
    line-height: 18px;
}



.footernav-wrap .footernav{
 width:20%;
 padding:10px;
}

.footernav-wrap .footernav ul,
.footernav-wrap .footernav ul a{
color:#fff;
    text-decoration: none;
    list-style-type: none;
}

}

.footernav-wrap .footernav li{
color:#fff;
text-decoration:none;
    list-style-type: none;
}

.footernav-wrap .footernav a:hover{
text-decoration:underline;
}



small{
 text-align:left;
 color:#FFFFFF;
 padding:10px 0 10px 5%;
 margin:0 auto;
 display:block;
    float: left;
}

.promotion{
    text-align: right;
    float: right;
    padding:10px 5% 10px 0;
}

.promotion a{
    color: #fff;
    text-decoration: none;
}
  
.promotion a:hover{
    color: #fff;
    text-decoration: underline;
}
  



@media screen and (max-width: 1050px) {
    
 .footernav-wrap .footerlogo{
 width:100%;
 padding:10px;
}


.footernav-wrap .footernav{
 width:25%;
 padding:10px;
}   
 
    
}


@media screen and (max-width: 800px) {

.footernav-wrap{
 width:95%;   
}    

.footernav-wrap .footernav{
 width:50%;
 padding:10px;
}   

    
small{
 text-align:center;
 color:#FFFFFF;
 padding:10px 0 0 0;
 margin:0 auto;
 display:block;
    float: none;
}

.promotion{
    text-align: center;
    float: none;
    padding:5px 0 10px 0;
}    
    
    
}







.pagetop{
    position: relative;
}

#page-top {
  bottom: 0;
  position: fixed;
  right: 0;
}
#page-top a {
  color: #fff;
  padding: 0.5rem 1rem;
}




#page-top a:hover {
    text-decoration: none;
	filter:alpha(opacity=100);
    -moz-opacity: 1.0;
    opacity: 1.0;
}








/*  トップページ */

/*  スライドショー */

.slider img{
	width:100%;
}

@media screen and (max-width: 800px) {
.slider{
	margin-top:80px;
}


}






/*画像ブロック*/
#mainimg {
	clear: left;
	width: 100%;
	height: auto;
	position: relative;
	background-size:cover;
	background-repeat:no-repeat;
	margin-bottom:30px;
}




.top-program{
 width:100%;
    max-width: 1380px;
 margin:0px auto;
 padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;  
}

.program-box{
    width: 33.3333%;
    padding: 2%;
    position: relative;
    padding-bottom: 60px;
}

.program-box h3{
    color: #0d2646;
    text-align: center;
    margin: 20px 0;
}

.program-box p{
    color: #0d2646;
    text-align: left;
}



.program-link a{
    display: block;
    border: 2px solid #0d2646;
    color: #0d2646;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    margin-top: 20px;
    position: absolute;
    bottom:0;
    width:88%;
}
.program-link a:hover{
    border: 2px solid #0d2646;
    background-color: #0d2646;
    color: #ffffff;
}

@media screen and (max-width: 800px) {
    
.program-box{
    width: 100%;
    padding: 0;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 50px;
    text-align: center;
}

.program-link a{
    display: block;
    border: 2px solid #0d2646;
    color: #0d2646;
    text-align: center;
    padding: 10px 0;
    text-decoration: none;
    margin-top: 20px;
    position: relative;
    bottom:0;
    width:100%;
}    
    
    
}


.top-icon{
 width:100%;
    max-width: 1380px;
 margin:0px auto;
 padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;  
}

.icon-box{
    width: 50%;
    padding: 2%;
    text-align: center;
}

.icon-box h3{
    color: #0d2646;
    text-align: center;
    margin: 20px 0;
}

.icon-box a{
    text-decoration: none;
}


.icon-box br{
    display: none;
}

@media screen and (max-width: 600px) {

.icon-box br{
    display: block;
}
    
}

@media screen and (max-width: 599px) {
.top1 h4, .top2 h4{
    font-size:0.7em;
    padding: 7px 0;
}    
    
}


.news-title{
    width:150px;
    float: left;
    padding-top: 10px;
}

.news-title h2{
    color:#0d2646;
	font-weight:700;
	align-items: left;
	margin:0 0 10px;
    font-family: Arial, Helvetica, "sans-serif";
    font-size: 30px;
}

.news-link a{
    background-color:#0d2646;
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
    font-size: 13px;
}


.news-link a:hover{
    border:2px solid #0d2646;
    background-color:#ffffff;
    color: #0d2646;
    padding: 5px;
    text-decoration: none;
    font-size: 13px;
}


.news{
    background-color: #fff;
    padding: 0;
    float: left;
    width:calc(100% - 150px);
}




.news .newslay {
    padding: 0px 5px 10px;
    overflow: auto;
	min-height:350px;
    max-height: 350px;
}

.news .newslay dl {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
	width:100%;
    display: flex;
  flex-wrap: wrap;
}

.news .newslay dt {
    width: 150px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    border-bottom:1px dashed #7b7b7b;
}

.news .newslay dd {
    padding: 10px 0;
    margin: 0;
    text-align: left;
	border-bottom:1px dashed #7b7b7b;
    width: calc(100% - 150px);
    word-break: break-all;
}

.news .newslay dd a{
	text-decoration:none;
    color:#000;
}

.news .newslay dd a:hover{
	text-decoration:underline;
}

.news .newslay dd a.blue{
    color:blue;
}

@media screen and (max-width: 800px) {

.news-title{
    width:100%;
    float: none;
    padding-top: 0px;
    padding-bottom: 20px;
} 
    
    
.news-title h2{
    float:left;
    padding-right: 20px;
}

.news-link {
    float: left;
    
}
    
    
    


.news{
    background-color: #fff;
    padding: 0;
    float: none;
    width:100%;
}    
    
}


@media screen and (max-width: 599px) {

.news .newslay dt {
    width: 100%;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: left;
    font-size: 12px;
    border-bottom: none;
}

.news .newslay dd {
    padding: 0px 0px 5px 0px;
    margin: 0px 0px 10px 10px;
    text-align: left;
	border-bottom:1px dashed #7b7b7b;
    width:100%;
}	
	
	
}



.gray-bg{
    background-color: #f5f5f5;
}

h2.section-title{
    text-align: center;
    color: #0d2646;
    font-size: 2.0em;
    line-height: 1.5em;
    margin-bottom: 50px;
}

.text-center{
    text-align: center;
    margin-bottom: 50px;
}

#top-concept h4{
    text-align: center;
    font-size: 1.2em;
    color: #0d2646;
}



.contact-box{
	float:left;
    width:65%;
    padding-right: 5%;
}

.twitter{
    float:left;
    clear: right;
    width:35%;
    height: 480px;
    border: 1px solid #0d2646;
}

.contact-box h4{
	color:#000;
	text-align: center;
	font-size: 30px;
	line-height:50px;
font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 50px 0 10px;
}

.contact-box1{
 margin: 0 0 30px;
padding: 0;
}

.contact-box1 h3{
    background-color: #0d2646;
    color: #ffffff;
    height: 50px;
    padding: 10px;
    font-size: 16px;
}

.contact-box1 h3 i{
    font-size:36px;
    padding-right: 5px;
}

.contact-box1 h3 span{
    font-size:28px;
}

.contact-box1 .gray-box{
    background-color: #f5f5f5;
    color: #0d2646;
    text-align: center;
    height: 200px;
}

.contact-box1 .gray-box .phone-no{
    font-size: 5.0rem;
    line-height: 90px;
    padding-top: 40px;
}

.contact-box1 .gray-box .open-hour{
    font-size: 20px;
}

.contact-box2{
    margin: 0;
	text-align: center;
	font-size: 18px;
	line-height: 34px;
    background-color: #f5f5f5;
}

.contact-box2 a{
    background-color: #f5f5f5;
    position: relative;
	display: block;	
	text-decoration: none;
    padding: 60px 0;
	color: #0d2646;;
    height: 200px;
    vertical-align: middle;
    border: 2px solid #0d2646;
}

.mail-inner{
    margin: 0 auto;
    width: 440px;
}

.contact-box2 i{
    float:left;
    font-size: 60px;
    width:80px;
    text-align: left;
}

.contact-box2 h5{
    float:left;
    clear: right;
    font-size: 30px;
    width:360px;
    text-align: left;
    font-weight: 700;
}

.contact-box2:hover{
	opacity: 80%;
}





@media screen and (max-width: 960px) {
    

.contact-box1 .gray-box .phone-no{
    font-size: 3.0rem;
    line-height: 90px;
    padding-top: 30px;
}

    
}

@media screen and (max-width: 800px) {

    
.contact-box{
	float:none;
    width:100%;
    padding-right: 0;
}

.twitter{
    float:none;
    clear: right;
    width:100%;
    height: 480px;
    border: 1px solid #0d2646;
}

    .contact-box2{
        margin: 0 0 30px;
    }
    
}


@media screen and (max-width: 500px) {

    
.mail-inner{
    margin: 0 auto;
    width: 100%;
}
.contact-box2 a{
    padding: 30px 0;
}


.contact-box2 i{
    float:none;
    font-size: 60px;
    width:100%;
    text-align: center;
}

.contact-box2 h5{
    float:none;
    clear: right;
    font-size: 30px;
    width:100%;
    text-align: center;
    font-weight: 700;
}
    
}
    


/* 下層ページ */


/* 共通 */


.page-title{
	background: url(../images/pt-bg.png) no-repeat;
    background-size: 100% auto;
    margin-top: 100px;
    padding: 60px 0 50px;
}

.page-title h1{
	text-align: center;
    font-size: 1.3rem;
    color: #000000;
}

.page-title h1:after{
    height: 30px;
    content: '';
    position: relative;
    top: 12px;
    display: block;
    width: 1px;
    margin: auto;
    background-color: #000000;
}


h2.midashi{
  position: relative;
  padding: 1.5rem;
  text-align: center;
color: #000000;
    margin-bottom: 100px;
}

h2.midashi:before {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 30px);
  width: 60px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #000;
}


@media screen and (max-width: 1023px) {
    
.page-title{
    background: url(../images/pt-bg2.png) no-repeat;
    margin-top: 80px;
    background-size: 100% auto;
}    
    
}

/* NEWS */

.news-list dl {
    font-size: 14px;
    margin: 0px;
    padding: 0px;
	width:100%;
    display: flex;
  flex-wrap: wrap;
}

.news-list dt {
    width: 150px;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    border-bottom:1px dashed #7b7b7b;
}

.news-list dd {
    padding: 10px 0;
    margin: 0;
    text-align: left;
	border-bottom:1px dashed #7b7b7b;
    width: calc(100% - 150px);
    word-break: break-all;
}


@media screen and (max-width: 800px) {
    
 .news-list dt {
    width: 100%;
    margin: 0;
    padding: 10px 0;
    text-align: left;
    font-size: 14px;
    border-bottom:none;
}

.news-list dd {
    padding: 10px 0;
    margin: 0;
    text-align: left;
	border-bottom:1px dashed #7b7b7b;
    width: 100%;
}
   
    
}



/* 会社概要 */



.profile-box{
    width:100%;
    margin: 0 auto;
    background-color: #0d2646;
    padding: 50px 0;
}

.prof-box-inner{
    width:800px;
    margin: 0 auto;
}
.prof-img{
    margin-left: 10%;
    margin-right:10px;
	vertical-align: middle;
    width:300px;
}

.prof-text{
    display: inline-block;
	vertical-align: middle;
}

.prof-text h3{
	margin: 0;
	font-size:20px;
    text-align: left;
    color: #ffffff;
}

.prof-box2{
    width:80%;
    max-width: 1000px;
    margin: 80px auto;
}

.prof-text2{
    float: left;
    width:calc(100% - 300px);
}

.prof-text2 p{
    margin-bottom: 20px;
}

.prof-img2{
    float:right;
    width:300px;
    text-align: right;
}




.prof-box2 dt{
    display: flex;
align-items: center;
    margin-bottom: 10px;
    font-size: 1.2em;
    font-weight: 700;
}

.prof-box2 dt:after {
border-top: 1px solid;
content: "";
flex-grow: 1;
}
.prof-box2 dt:after {
margin-left: 1rem;
}

.prof-box2 dd{
    margin-bottom: 50px;
}

.prof-img3{
    margin: 20px 0;
    text-align: center;
}

@media screen and (max-width: 800px) {

.prof-box2{
    width:90%;
}    
    
    
.prof-text2{
    float: none;
    width:100%;
}


.prof-img2{
    float:none;
    width:100%;
    text-align: center;
}
    
    
}



.book-box{
 width:100%;
 margin:0px auto;
 padding:50px 0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;      
}

.book-cell{
    width:50%;
    padding: 0 20px;
    text-align: center;
}


@media screen and (max-width: 800px) {

    .prof-box-inner{
        width:350px;
        text-align: center;
    }
.prof-img{
    margin-left: auto;
    margin-right:auto;
	vertical-align: top;
    width:300px;
}

.prof-text{
    display: block;
	vertical-align: top;
}

.prof-text h3{
	margin: 20px 0 0;
	font-size:16px;
    text-align: center;
    color: #ffffff;
}

.book-cell{
    width:100%;
    padding: 0 20px 50px;
    text-align: center;
}    
    
}





table.company{
    width:70%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    border-top: 1px solid #000000;
}

table.company th{
    padding: 20px;
    font-weight: 400;
    text-align: right;
    border-bottom: 1px solid #000000;
}

table.company td{
    padding: 20px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #000000;
}


@media screen and (max-width: 1023px) {
    
 table.company{
    width:90%;
} 
    
}


@media screen and (max-width: 800px) {
    
table.company th{
    padding: 20px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px dashed #000000;
    display: block;
    width: 100%;
}

table.company td{
    padding: 20px;
    font-weight: 400;
    text-align: left;
    border-bottom: 1px solid #000000;
        display: block;
    width: 100%;
}
}


.jigyo-list{
    max-width:500px;
    margin: 0 auto;
}


.ggmap {
position: relative;
padding-bottom: 35.71%;
padding-top: 30px;
height: 0;
overflow: hidden;
    margin-bottom: 30px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.map-text{
    float: left;
    width: 50%;
    padding-right: 30px;
}

.map-photo{
    float: right;
    text-align: right;
    width: 50%;
}

@media screen and (max-width: 900px) {


.map-text{
    float: none;
    width: 100%;
    padding-right: 0px;
    padding-bottom: 30px;
}

.map-photo{
    float: none;
    text-align: center;
    width: 100%;
}    
    
    
}



/* 研修 */

.program-point dt{
    font-style: oblique;
    color: #0d2646;
    font-size: 2.0em;
    margin-bottom: 30px;
    padding-left: 60px;
    text-indent: -60px;
    line-height: 1.5em;
    font-weight: 400;
}

.program-point dt:first-letter{
    font-size: 3.0em;
    vertical-align: top;
    font-family:Georgia, "Times New Roman", Times, "serif";
}

.program-point dd{
   padding-left: 60px;
    margin-bottom: 50px;
}


.program-point dd p{
    margin-bottom: 20px;
}

a.pdf-btn{
    background-color:#0d2646;
    color: #ffffff;
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
}

a.pdf-btn:hover{
    background-color:#ffffff;
    border: 1px solid #0d2646;
    color: #0D2646;
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
}

.program-point ul{
    list-style-type: none;
    padding-left: 30px;
    margin: 0 0 30px;
}

.program-point ul li{
    text-indent:-10px;
}

.program-point ul li::before {
  position: relative;
  top: -2px;
  left: -10px;
 
  display: inline-block;
 
  width: 10px;
  height: 10px;
 
  content: '';
 
  border-radius: 100%;
  background: #0d2646;
}


.jisseki{
    text-align: center;
    vertical-align: top;
}

.jisseki img{
    text-align: center;
    vertical-align: top;
}





.text-box {
    width:80%;
    max-width: 1100px;
    background-color: #fff;
    margin: 2em auto;
    padding: 2em;
    position: relative;
    z-index: 1;
}
.text-box::before,
.text-box::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.text-box::before {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;
}
.text-box::after {
    background-color: #f0e0fc;
    top: 5px;
    left: 5px;
    z-index: -2;
}









.text-box2 {
    width:80%;
    max-width: 1100px;
    background-color: #fff;
    margin: 2em auto;
    padding: 2em;
    position: relative;
    z-index: 1;
    text-align: center;
}
.text-box2::before,
.text-box2::after {
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    content: "";
    height: 100%;
    position: absolute;
    width: 100%;
}
.text-box2::before {
    background-color: rgba(255, 255, 255, .5);
    left: 0;
    top: 0;
    z-index: -1;
}
.text-box2::after {
    background-color: #e0e9fc;
    top: 5px;
    left: 5px;
    z-index: -2;
}

.text-box2-inner{
    margin: 0 auto;
    padding: 0;
}

.text-box2 h2{
    text-align: left;
    color: #0d2646;
    display: inline-block;
	vertical-align: middle;
    padding-right: 20px;
}

.text-box2 img{
    vertical-align: middle;
    width:45%;
}

@media screen and (max-width: 1100px) {
    
.text-box2 h2{
    text-align: center;
    color: #0d2646;
    display: block;
	vertical-align: middle;
    padding-bottom: 20px;
    padding-right: 0;
}

.text-box2 img{
    vertical-align: middle;
    width:auto;
}    
    
}

@media screen and (max-width: 600px) {
    
 .text-box2 h2{
    font-size: 1.2em;
}   
    
}



.price-wrap{
 width:70%;
    max-width: 1380px;
 margin:0px auto;
 padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;      
}

.price-blue{
    width:48%;
    margin: 0 1%;
    background-color: #030698;
    border-radius: 20px;
    color: #ffffff;
    padding: 30px;
}

.price-red{
    width:48%;
    margin: 0 1%;
    background-color: #f01c2b;
    border-radius: 20px;
    color: #ffffff;
    padding: 30px;
}

.price-wrap dl{
    text-align: center;
}

.price-wrap dl dt{
    font-size:1.6em;
    margin-bottom: 50px;
}

.price-wrap dl dd{
    font-size:2.0em;
    color: #fdf07e;
    font-weight: 700;
    margin-bottom: 20px;
}
.price-wrap dl dd span{
    font-size:3.0em;
}

@media screen and (max-width: 1200px) {
    
.price-wrap{
 width:80%;   
}  
    
}

@media screen and (max-width: 960px) {
    
.price-wrap{
 width:90%;   
}  
    
}

@media screen and (max-width: 800px) {
    
.price-wrap{
 width:360px;   
}  

.price-blue{
    width:100%;
    margin: 0 0 20px;
}

.price-red{
    width:100%;
    margin: 0 0 20px;
}
    
    
}


.hikaku table {
  margin: 0 auto;
  padding: 0;
  border-collapse: collapse;
}



    
.hikaku table{
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 0.8em;
    line-height: 1.1em;
    color: #000000;
}

.hikaku table th,
.hikaku table td{
    padding: 10px;
    font-weight: 400;
    white-space: nowrap;
}

.cell01{
    background-color: #d2e0f3;
    border-top:1px solid #0d2646;
    border-bottom:1px solid #0d2646;
}
.cell02{
    background-color: #d2e0f3;
    border-top:1px solid #0d2646;
    border-bottom:1px solid #0d2646;
    border-right:1px solid #0d2646;
}
.cell03{
    background-color: #f2f7fe;
    border-bottom:1px solid #0d2646;
}
.cell04{
    background-color: #d2e0f3;
    border-bottom:1px solid #0d2646;
}
.cell05{
    background-color: #f2f7fe;
    border-bottom:1px dashed #0d2646;
    border-right:1px solid #0d2646;
}
.cell06{
    background-color: #f2f7fe;
    border-bottom:1px dashed #0d2646;
}
.cell07{
    background-color: #d2e0f3;
    border-bottom:1px dashed #0d2646;
    border-right:1px solid #0d2646;
}
.cell08{
    background-color: #d2e0f3;
    border-bottom:1px dashed #0d2646;
}
.cell09{
    background-color: #f2f7fe;
    border-bottom:1px solid #0d2646;
    border-right:1px solid #0d2646;
}
.cell10{
    background-color: #d2e0f3;
    border-bottom:1px solid #0d2646;
    border-right:1px solid #0d2646;
}
.cell11{
    background-color: #f4a45d;
    border-top:5px solid #ec6941;
    border-bottom:1px solid #0d2646;
    border-right:5px solid #ec6941;
    border-left:5px solid #ec6941;
}
.cell12{
    background-color: #f9eec4;
    border-bottom:1px dashed #0d2646;
    border-right:5px solid #ec6941;
    border-left:5px solid #ec6941;
}
.cell13{
    background-color: #f9eec4;
    border-bottom:1px solid #0d2646;
    border-right:5px solid #ec6941;
    border-left:5px solid #ec6941;
}
.cell14{
    background-color: #f4a45d;
    border-bottom:1px dashed #0d2646;
    border-right:5px solid #ec6941;
    border-left:5px solid #ec6941;
}
.cell15{
    background-color: #f4a45d;
    border-bottom:1px solid #0d2646;
    border-right:5px solid #ec6941;
    border-left:5px solid #ec6941;
}
.cell16{
    background-color: #f9eec4;
    border-bottom:5px solid #ec6941;
    border-right:5px solid #ec6941;
    border-left:5px solid #ec6941;
}

@media screen and (max-width: 1000px) {
.hikaku {
  overflow: auto;
}
.hikaku table .fixed{
 position: sticky;
    position: -webkit-sticky;
    top: 0;
    left: 0;
    z-index: 1;
    border-right:2px solid #0d2646;
}

    
}
    
    
.tokucho-wrap{
 width:100%;
    max-width: 1380px;
 margin:0px auto;
 padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;     
}

.tokucho-box{
    width:48%;
    margin: 0 1% 2%;
    background-color: #ffffff;
    padding: 30px;
    border: 1px solid #0d2646;
}
.tokucho-box h3{
    color: #0d2646;
    margin-bottom: 20px;
    border-left: 5px solid #0d2646;
    padding-left: 10px;
    font-feature-settings: "palt";
    min-height:100px;
}


@media screen and (max-width: 900px) {
    
 .tokucho-box{
    width:100%;
    margin: 0 0 2%;
}
.tokucho-box h3{
    color: #0d2646;
    margin-bottom: 20px;
    border-left: 5px solid #0d2646;
    padding-left: 10px;
    font-feature-settings: "palt";
    min-height:auto;
    padding-bottom: 30px;
}
    
}



.price-wrap2{
 width:100%;
    max-width: 1380px;
 margin:0 auto;
 padding:0;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;      
}

.price-blue2{
    width:31.3333%;
    margin: 0 1%;
    background-color: #030698;
    border-radius: 20px;
    color: #ffffff;
    padding: 30px;
}

.price-red2{
    width:31.3333%;
    margin: 0 1%;
    background-color: #f01c2b;
    border-radius: 20px;
    color: #ffffff;
    padding: 30px;
}

.price-green{
    width:31.3333%;
    margin: 0 1%;
    background-color: #1e8138;
    border-radius: 20px;
    color: #ffffff;
    padding: 30px;
}


.price-wrap2 dl{
    text-align: center;
}

.price-wrap2 dl dt{
    font-size:1.6em;
    margin-bottom: 50px;
}

.price-wrap2 dl dd{
    font-size:2.0em;
    color: #fdf07e;
    font-weight: 700;
    margin-bottom: 20px;
}
.price-wrap2 dl dd span{
    font-size:3.0em;
}

.price-wrap2 p{
    margin: 20px 0 0 1%;
}


@media screen and (max-width: 800px) {
    
.price-wrap2{
 width:360px;   
}  

.price-blue2{
    width:100%;
    margin: 0 0 20px;
}

.price-red2{
    width:100%;
    margin: 0 0 20px;
}
.price-green{
    width:100%;
    margin: 0 0 20px;
}
    
    
}


.slider2{
	margin:100px 0 0;
	padding:0;
	text-align:center;
	color:#000000;
	display:block;
}

.slider2 img{
	max-width:100%;
}

.slider2 .prev{
	width:32px;
	left:10px;
}
.slider2 .next{
	width:32px;
	right:10px;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  height: 36px;
  margin-top: -18px;  /* 高さの半分だけネガティブマージン */
  color: #bd77f2;
  line-height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 10;  /* 重要 */
}

.slider2 .club-slide{
    position: relative;
}


.slider2 .club-slide img{
	width:100%;
}

.slick-slide img {
    display: inline-block!important;
	padding:0!important;
}


.slider2 .club-slide .slide-text{
    position: absolute;
    vertical-align: middle;
    top:20%;
    left: 10%;
    padding-right: 10%;
    color: #000;
    text-align: left;
}

.slider2 .club-slide .slide-text h2{
    padding-bottom: 50px;
}

.slider2 .club-slide .slide-text h3{
    font-size: 1.8em;
    padding-bottom: 20px;
}

.slider2 .club-slide .slide-text h3 span{
    font-size: 1.3em;
    background:linear-gradient(transparent 60%, #d1b3d7 60%);
}

.slider2 .club-slide .slide-text h3 br{
    display: none;
} 

.slider2 .club-slide .slide-text p br{
     display: none;
}

@media screen and (max-width: 1023px) {

.slider2{
	margin:80px 0 0;
}    
    
}


@media screen and (max-width: 1100px) {

    
.slider2 .club-slide .slide-text{
    position: absolute;
    vertical-align: middle;
    top:20%;
    left: 5%;
    padding-right: 10%;
    color: #000;
    text-align: left;
}    
    

}



@media screen and (max-width: 980px) {

.slider2 .club-slide .slide-text h3 br{
    display: block;
} 
    
.slider2 .club-slide .slide-text h3{
    line-height: 1.6em;
}      
    
    
.slider2 .club-slide .slide-text{
    width:58%
}    
    

}

@media screen and (max-width: 680px) {


.slider2 .club-slide .slide-text{
    top:10%;
}    
    
    
.slider2 .club-slide .slide-text h2{
     padding-bottom: 10px;
}     
    
.slider2 .club-slide .slide-text h3{
     font-size: 1.1em;
    line-height: 1.1em;
    padding-bottom: 10px;
} 
    
.slider2 .club-slide .slide-text p{
     font-size: 80%;
    line-height: 1.1em;
} 

.slider2 .club-slide .slide-text p br{
    display: block;
} 
    
}
   





/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 0!important;
}

.slick-dots{
    position: absolute;
    bottom: 30px!important;
    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots2 li button:hover:before,
.slick-dots2 li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 15px;
    height: 15px;

    content: '●';
    text-align: center;

    opacity: .50;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: 1.00;
    color: #eef036!important;
}


.responsive{
	padding:0 50px;
}

.responsive img{
	max-width:100%;
}

.responsive .prev{
	width:32px;
	left:10px;
}
.responsive .next{
	width:32px;
	right:10px;
}

.responsive .slick-slide img{
	padding:10px!important;
}

