{
	margin: 0;
	padding: 0;
}
body { 
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	text-align: left;
	color:#333333;
	font-size: 17px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";}

}
.top-label{
	position: fixed;
	z-index: 100;
}
.label{
	width: 200px;
	height: 80px;
	margin-left: 20px;
	background-size: cover;
	background-position: center;
}

.label a{
	display: block;
	height: 110px;
}

.label-bg1{
	background-image: url(../img/headdre_upperbar_yoyaku.png);
}

.label-bg2{
	background-image: url(../img/headdre_upperbar_taikennmousikomi.png);
}

header{
	padding-top: 80px;
}
.logo{
	width: 18%;
	max-height: 130px;
	background-image: url(../img/header_seedling.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}
.space{
	content: "";
	display: block;
	padding-top: 45%;
}

.menu-box{
	display: none;
}

.pcNavArea{
	position: relative;
}

.nav{
	position: absolute;
	bottom: 10px;
	right: 15px;
	display: block;
	width: 79%;
	max-width: 1670px;
}

.nav-list{
	float: right;
	height: auto;
	margin-top: 30px;
	margin-left: 2px;
	list-style: none;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
}

.nav-list a{
	display: block;
	padding-top: 30%;
}

.list-bg1{
	background-image: url(../img/header_navi_about.png);
	width: 10%;
	padding-top: 0.1%
}

.list-bg2{
	background-image: url(../img/header_navi_tokusyoku.png);
	width: 10%;
}

.list-bg3{
	background-image: url(../img/header_navi_program.png);
	width: 7.5%;
	padding-top: 0.8%;
}

.list-bg4{
	background-image: url(../img/header_navi_fee.png);
	width: 5.5%;
	padding-top: 1.4%; 
}

.list-bg5{
	background-image: url(../img/header_navi_timetable.png);
	width: 10%;
	padding-top: 0.1%
}

.list-bg6{
	background-image: url(../img/header_navi_staff.png);
	width: 9%;
	padding-top: 0.4%;
}

.list-bg7{
	background-image: url(../img/header_navi_access.png);
	width: 6.5%;
	padding-top: 1.2%;
}

.list-bg8{
	background-image: url(../img/header_navi_newsblog.png);
	width: 8%;
	padding-top: 0.8%;
}

.list-bg9{
	background-image: url(../img/header_navi_company.png);
	width: 6.5%;
	padding-top: 1.2%;
}

.list-bg10{
	background-image: url(../img/header_navi_contact.png);
	width: 9%;
	padding-top: 0.2%;
}

.list-bg11{
	width: 4%;
	margin-top: 23px;
	background-image: url(../img/header_navi_fb.png);
}
.list-bg11 a{
	padding-top: 100%;
}

.list-bg12{
	width: 4%;
	margin-top: 23px;
	margin-right: 10px;
	background-image: url(../img/header_navi_isg.png);
}
.list-bg12 a{
	padding-top: 100%;
}

.sp-navigation{
	display: none;
}

.nav-mblist{
        //height:auto;
        //backgroung-size: cover;
}
.mblist-bg1{
        background-image: url(../img/header_navi_mobile_about.png);
}
.mblist-bg2{
        background-image: url(../img/header_navi_mobile_tokusyoku.png);
}
.mblist-bg3{
        background-image: url(../img/header_navi_mobile_program.png);
}
.mblist-bg4{
        background-image: url(../img/header_navi_mobile_ryoukin.png);
}
.mblist-bg5{
        background-image: url(../img/header_navi_mobile_timetable.png);
}
.mblist-bg6{
        background-image: url(../img/header_navi_mobile_staff.png);
}
.mblist-bg7{
        background-image: url(../img/header_navi_mobile_access.png);
}
.mblist-bg8{
        background-image: url(../img/header_navi_mobile_newsblog.png);
}
.mblist-bg9{
        background-image: url(../img/header_navi_mobile_company.png);
}
.mblist-bg10{
        background-image: url(../img/header_navi_mobile_contact.png);
}

#container{
    height: 800px;
}

#theTarget{
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}


.img-pc{
	display: block !important;
}
.img-mb{
	display: none !important;
}

@media screen and (max-width: 1440px) {
	#container {
		height: 600px;
	}

	#theTarget{
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	#container {
		height: 600px;
	}

	#theTarget{
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	#container {
		height: 400px;
	}
	#theTarget{
		width: 100%;
	}
	header{
        	padding-top: 0px;
	}
	.logo{
        	width: 30%;
	        min-width: 170px;
	}
	.nav{
	        width: 100%;
	        float: right;
	        margin-top: -10px;
	}
	.mobile-nav{
	        width: 30%;
	        min-width: 150px;
	        float: right;
	}
	.img-pc{
		display: none !important;
	}
	.img-mb{
		display: block !important;
	}
	#sample {
		height: 300px;
	}
	p.conceptMessage{
		font-size: 20px !important;
		line-height: 40px !important;
	}
}

@media screen and (max-width: 480px) {
	#container {
		height: 300px;
	}

	#theTarget{
		width: 100%;
	}
	#sample {
		height: 200px;
	}
}

.concept-img2{
	width:100%;
    max-width: 100%;
    height: auto;
	background-color: rgba(255,255,255,0.0);
	margin-top: 30px
}
.bottomSpace{
	margin-bottom: 30px;
}
.topSpace{
	margin-top: 30px;
}

.programBlock{
	background-color: #fefde5;
	background-image: url(../img/yb_line.png), url(../img/yb_line.png);
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
	padding-bottom: 50px;
	padding-top: 50px;
}

.program-img2{
	width:100%;
    max-width: 100%;
    height: auto;
	background-color: rgba(255,255,255,0.3);
}

.staffBlock{
	background-color: #fce7eb;
	background-image: url(../img/staff_line1.png), url(../img/staff_line2.png);
	background-position: top, bottom;
	background-repeat: repeat-x, repeat-x;
	padding-bottom: 50px;
	padding-top: 50px;
	margin-bottom: 20px;
}

.staffBlock article{
	margin-bottom: 30px;
}
.access-img2{
	width:100%;
    max-width: 100%;
    height: auto;
	background-color: rgba(255,255,255,0.3);
}

.newsandblog-img2{
	width:100%;
    max-width: 100%;
    height: auto;
	/*width: 100%;*/
	/*height: 170px;*/
	/*text-align: center;*/
	background-color: rgba(255,255,255,0.3);
	margin-top: 10px
}

.contact-img2{
	width:100%;
    max-width: 100%;
    height: auto;
	/*width: 100%;*/
	/*height: 170px;*/
	/*text-align: center;*/
	background-color: rgba(255,255,255,0.3);
	margin-top: 30px
}

.concept{
	text-align: center;
	margin: 0px;
	padding: 25px;
	display: block;
	width: 100%;
	background-image: url("../img/concept_background1.png");
	background-repeat: no-repeat;
	background-position: bottom;
}

p.conceptMessage{
	font-size: 30px;
	line-height: 60px;
	font-family: inherit;
	font-weight: 500;
}

.fee{
	padding: 10px;
	text-align: left;
	width: 100%;
}

.timetable{
	color: #ff6666;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 30px;
}

.access{
    text-align: center;
}

.newsandblog > img{
	width: 100%;
}

.blogBlock{
	margin: 0 auto;
	background-color: rgba(238,134,134,0.1);
	width: 100%;
	max-width: 384pt;
	padding: 10px;
	margin-bottom: 20px;
}
.thumbBox{
	position: relative;
	margin: 10px;
}
.thumbBox::before{
	display: block;
	content: "";
	padding-top: 100%;
}

.thumbImg{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.thumb{
	width: auto;
	height: auto;
	//max-height: 1000px;
	max-width: 600px;
}

.thumbCenter{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
}

.blogSummary{
	margin: 0 10px;
}

.blogSummary p.blogDate{
	color: #ee869a;
	font-size: 21px;
}

.blogSummary p.blogTitle{
	color: #333333;
	font-size: 18px;
}

.contactinfo{
	padding-top: 10px;
	padding-bottom: 45px;
	color:#333333;
	text-align: left;

}

.img-access{
	/*margin: 40px;*/
	/*padding: 25px;*/
	margin: 0 auto;
	text-align:center;
}

.footer{
	background-color: rgba(177,211,117,1);
	/*width: 1920px;*/
	width: 100%;
	/*height: 190px;*/ 
	/*padding: 50px 0;*/
	text-align: center;
	/*box-sizing: border-box;*/

}

.footer-img{
	width: 100%;
	margin: 0;
	padding: 0;
}

footer img.fbinsta{
	max-width: 60%;
}

#sample {
   width: 80%;
   max-width: 900px;
   height: 500px;
   margin: 0 auto;
   margin-top: 30px;
   margin-bottom: 30px; 
}

/*pagetopボタン*/

#pageTop {
  position: fixed;
  bottom: 50px;
  right: 50px;
}
 
#pageTop a {
  display: block;
  z-index: 999;
  padding: 3px 2px 0 3px;
  border-radius: 50px;
  width: 70px;
  height: 70px;
  background-color: #99cc00;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  /*font-family: ;*/
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* company page */
.staticHeader{
	width: 100%;
	height: 0;
	padding-top: 23.44%;
	background-image: url(../img/gaiyou_top_2.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
}
.companyMessage{
	margin: 0 auto;
	width: 70%;
	max-width: 700px;
	text-align: center;
	color: #333333;
	font-size: 17px;
}
.companyMessage p{
	padding: 10px;
}
.bold{
	font-weight: bold;
}

.companyMessage img{
	width: 30%;
	max-width: 165px;
	min-width: 130px;
	padding-bottom: 30px;
}
.companyData{
	padding-top: 70px;
	margin: 0 auto;
	width: 70%;
	max-width: 550px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}
.companyData img{
	width: 30%;
	max-width: 165px;
	min-width: 130px;
	padding-bottom: 30px;
}
.dataDetail{
	height: 75px;
	text-align: left;
	background-image: url("../img/gaiyou_tenten.png");
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 40px;
}
.dataDetail dt{
	color: #ee869a;
	width: 20%;
	float: left;
	clear: left;
	margin-left: 20px;
	margin-right: 45px;
}

@media screen and (max-width: 768px) {
	.staticHeader{
		background-image: url(../img/gaiyou_top767_2.png);
		padding-top: 28.55%;
	}
	.companyMessage{
		font-size: 14px;
	}
	.companyData{
		font-size: 11px;
	}
	.dataDetail dt{
		margin-left: 5px;
		margin-right: 10px;
	}
}
nav.navbar{
	margin-bottom: 0;
}
