body{
    font-family:  "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:0;
	margin:0;
}

a{
	text-decoration:none;
}

ul{
	list-style:none;
	margin:0;
	padding:0;
}

select, textarea {
width:100%;
box-sizing:border-box;
}

/*ナビメニューのスタイルを指定*/
.navi{
	position: fixed; /*表示位置を固定*/
	z-index: 2; /*重ね順を変更*/
	top: 0; /*表示位置を指定*/
	left: 0; /*表示位置を指定*/
	background: #fff;/*背景を白にする*/
	color: #000; /*文字色を黒にする*/
	text-align: center; /*テキストを中央揃え*/
	width: 100%; /*全幅表示*/
	transform: translateY(-100%); /*ナビを上に隠す*/
	transition: all 0.6s; /*アニメーションの時間を指定*/
}

nav.navi ul{
	background: #ccc; /*背景をグレーにする*/
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

nav.navi ul li{
	font-size: 1.1em;
	list-style-type: none;
	padding: 0;
	width: 100%;
	border-bottom: 1px dotted #333;
}

nav.navi ul li:last-child{
	padding-bottom: 0;
	border-bottom: none; /*最後のメニュー項目のみ下線を消す*/
}

nav.navi ul li a{
	display: block; /*クリックできる領域を広げる*/
	color: #000;
	padding: 1em 0;
}


/*トグルボタンが押されたときに付与するクラス*/
nav.navi.active{
	transform: translateY(0%);
}

/*トグルボタンのスタイルを指定*/
.Toggle {
	display: block;
	position: fixed;    /* bodyに対しての絶対位置指定 */
    right: 10px;
    top: 12px;
    width: 45px;
    height: 70px;
    cursor: pointer;
    z-index: 3;
}
 
.Toggle span {
    display: block;
    position: absolute;
    width: 42px;
    border-bottom: solid 3px #000;
    -webkit-transition: .35s ease-in-out;	/*変化の速度を指定*/
    -moz-transition: .35s ease-in-out;		/*変化の速度を指定*/
    transition: .35s ease-in-out;			/*変化の速度を指定*/
    left: 6px;
}
 
.Toggle span:nth-child(1) {
    top: 8px;
}
 
.Toggle span:nth-child(2) {
    top: 24px;
}
 
.Toggle span:nth-child(3) {
    top: 40px;
}
 
/* 最初のspanをマイナス45度に */
.Toggle.active span:nth-child(1) {
    top: 18px;
    left: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
/* 2番目と3番目のspanを45度に */
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.w-100{
    width: 100%;
}
.w250{
    width: 280px;
}
.flex{
    display: flex;
    justify-content: space-between;
}
.align-items-center{
    align-items: center;
}
.flex-end{
    justify-content: flex-end;
}
.flex-ceter{
    justify-content: center;
}
.space-around{
    justify-content: space-around;
}
.space-between{
    justify-content: space-between;
}
.flex-column{
    -webkit-flex-direction: column; /* Safari */
    flex-direction:         column;
}

.container{
    max-width: 1024px;
    margin: auto;
}
.header{
    position: relative;
}
.header-top{
	max-width: 1180px;
	margin: auto;
}

.header-top > div > img,
.header-top > div > a > img{
	margin-top:20px;
	
}

.header-top-left{
    background: #00a296;
    align-items: center;
    /* max-height: 87px; */
    width: 168px;
    text-align: center;
    justify-content: center;
    margin-left: 20px;
    position: relative;
    padding: 10px 0 10px 20px;
    box-sizing: border-box;
}

.header-top-left div{
	display:inline-block;
	}
	
.header-top-left img{
	float:left;
	position:absolute;
	left:1%;
	top:25%;
	}

.header-top-left p{
	float:left;
    font-family : Yu Gothic;
    font-weight : bold;
    font-size : 21px;
    letter-spacing : 2.1px;
    color : #FFFFFF;
    margin: 0px;
	line-height:1.5;
	
}
.header-top-right{
    background: #dfdfdf;
    align-items: center;
    /*max-height: 87px;*/
	width:465px;
	padding:10px 15px;
	box-sizing:border-box;
	
}
.header-top-right .left{
    font-family : Yu Gothic;
    font-weight : bold;
    font-size : 32px;
    letter-spacing : 1px;
    color : #000000;
    margin: 0px;
	
	margin-right:20px;
}
.header-top-right .left span{
    font-family : Yu Gothic;
    font-weight : bold;
    font-size : 16px;
    letter-spacing : 6.4px;
    color : #000000;
    line-height: 16px;
	
	display:block;
}

.header-top-right .left span.tel{
	line-height:45px;
	font-size:inherit;
	letter-spacing:inherit;
	display:inline-block;
	}


.header-top-right .left img{
	float:left;
}
.header-top-right .right{
    font-family : Yu Gothic;
    font-weight : bold;
    font-size : 16px;
    line-height : 19px;
    letter-spacing : 0.75px;
    color : #000000;
    margin: 0px;
}


.bx-wrapper {
    box-shadow: 0 0 0px #ccc!important;
    border: 0px!important;
    /*max-width: 1280px!important;*/
    /*margin: auto;*/
    margin-bottom: 45px!important;
    margin-top: 100px!important;
}
.bx-wrapper img {
    width: 100%;
    display: block;
    height: 555px;
    object-fit: cover;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
    bottom: 20px!important;
}

.option{
    position: relative;
    max-width: 1280px!important;
    margin: auto;
}
.option p{
    background: #ea5a24;
    font-family : Hiragino Kaku Gothic Pro;
    font-size : 24px;
    line-height : 37px;
    color : #FFFFFF;
    position: absolute;
    right: 0px;
    bottom: -44px;
    padding: 55px 23px;
    margin: 0px;
}
.top-menu{
    max-width: 1177px!important;
    margin: auto;
    padding: 24px 50px 0 50px;
	box-sizing:border-box;
	margin-top:-30px;
	clear:both;
}
.top-menu ul{
    width: 100%;
    padding-left: 0px!important;
    list-style: none;
    margin: 0px;
}
.top-menu ul li a{
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 16px;
    color: #4D4D4D;
}
.top-menu ul li a:hover{
    opacity: 05;
    color: #4D4D4D;
}

.thumb-img h2{
    font-family : Hiragino Mincho Pro;
    font-size : 30px;
    letter-spacing : 3px;
    color : #333333;
    text-align: center;
}
.thumb-img-item{
    width: calc(100%/3 - 93px);
}
.thumb-img-item a{
    text-decoration: none;
    width: 100%;
}
.thumb-img-item img{
    width: 100%;
    height: 260px;
    object-fit: cover;
}
.thumb-img-item a p{
    text-align: center;
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1.1px;
    color: #000000;
    margin: 13px;
    font-weight: bold;
}
.thumb-img2{
    max-width: 1280px;
    margin: auto;
    background: #cade8c;
    padding-top: 43px;
    padding-bottom: 123px;
}
.thumb-img2 h3{
    text-align: center;
    font-family : Hiragino Mincho Pro;
    font-size : 30px;
    line-height : 37px;
    letter-spacing : 3px;
    color: #006821;
    margin-bottom: 50px;
}
.thumb-img2-item{
    background: #006821;
    width: calc(100%/3 - 24px);
    padding-top: 24px;
    padding-bottom: 14px;
}
.thumb-img2-item img{
    max-width: 102px;
}
.thumb-img2-item a{
    font-family : Yu Gothic;
    font-size : 24px;
    letter-spacing : 4.8px;
    color : #FFFFFF;
    text-decoration: none;
}
.thumb-img2-item a>img{
    position: relative;
    top: 10px;

}
.structure{
    max-width: 1160px;
    margin: auto;
    border: 10px solid #c5c5c5;
    margin-top: 135px;
}
.structure h4{
    margin: 0px;
    text-align: center;
    background: inherit;
    position: relative;
    top: -31px;
}
.structure h4 span{
    background: #fff;
    font-family: Hiragino Mincho Pro;
    font-size: 30px;
    padding: 0px 60px;
    letter-spacing: 3px;
    color: #333;
}
.structure-item{
    padding: 40px 70px;
    padding-bottom: 20px;
}
.structure-item>div{
    width: calc(100%/3 - 87px);
}
.structure-item>div h5{
    text-align: center;
    font-family : Hiragino Kaku Gothic Pro;
    font-size : 20px;
    letter-spacing : 2px;
    color : #000000;
    margin-top: 0px;
    margin-bottom: 40px;
}
.structure-item>div p{
    font-family : Hiragino Kaku Gothic Pro;
    font-size : 18px;
    line-height : 24px;
    color : #000000;
}
.see-more{
    max-width: 1180px;
    margin: auto;

}
.see-more p{
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
    color: #333333;
    font-weight: bold;
    border: 1px solid #333;
    padding: 11px 30px;
}

/*.about-building2{
    max-width: 1280px;
    margin: auto;
    background-image: url("../images/img1_44.png");
}
.about-building2>div{
    max-width: 564px;
    margin: auto;
    text-align: center;
    padding-bottom: 75px;
    margin-bottom: 120px;
}
.about-building2 h5{
    font-family : Hiragino Mincho Pro;
    font-size : 30px;
    line-height : 37px;
    letter-spacing : 3px;
    color : #333333;
    text-align: center;
    padding-top: 75px;
    margin-bottom: 34px;
}
.about-building2 p{
    font-family : Hiragino Kaku Gothic Pro;
    font-size : 18px;
    line-height : 28px;
    letter-spacing : 0.9px;
    color : #333333;
    text-align: left;
    margin-bottom: 70px;
}
.about-building2 a{
    font-family: Hiragino Kaku Gothic Pro;
    font-size: 20px;
    line-height: 37px;
    letter-spacing: 2px;
    color: #333333;
    font-weight: bold;
    border: 1px solid #333;
    text-align: center;
    padding: 11px 35px;
    text-decoration: none;
}*/
.main_text{
	margin-bottom:60px;
}

.main_text h3{
	text-align:center;
}

.main_text p{
	font-family: ヒラギノ角ゴ Pro;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.8px;
    color: #333333;
    color: rgb(51, 51, 51);
    text-align: left;
	margin-top:30px;
}

.circle {	
  position: relative;
  display: inline-block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #0492F8;
  margin-bottom:30px;
}

.circle h3 {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 25%;
  -webkit-transform: translateY(-25%);
  transform: translateY(-25%);
  width :180px;
  text-align:center;
  font-size:28px;
  color:#fff;
  line-height:1.2;
}



.footer{
    /*max-width: 1280px;*/
    /*margin: auto;*/
    background: #ea762b;
    color: #fff;
    margin-top: 170px;
}

.footer a{
	color:#fff;
}

.footer a:hover{
	text-decoration:none;
}

.footer-content .logo a{
    padding-left: 20px;
}
.footer-content .logo p{
   /*padding-left: 10px;*/
    margin-top: 24px;
	margin-bottom:0;
}

.footer-content .logo h2{
	font-size:30px;
	margin:0;
	padding:0;
}


.footer-content .logo .tell{
    font-family : Hiragino Kaku Gothic Pro;
    font-size : 13px;
    line-height : 28px;
    letter-spacing : 0.65px;
    color : #FFFFFF;
    text-align: center;
    border: 1px solid #fff;
    padding: 4px;
    margin-bottom: 20px;
	margin-top:0;
}
.footer-content .logo .tell span{
    font-family : Hiragino Kaku Gothic Pro;
    font-size : 20px;
    letter-spacing : 1px;
    color : #FFFFFF;
    font-weight: bold;


}
.footer-content .text{
    font-family : Hiragino Kaku Gothic Pro;
    font-size : 15px;
    line-height : 28px;
    letter-spacing : 0.75px;
    color : #FFFFFF;
    margin-top: 22px;
}
.coppy-right{
    text-align: center;
}
.coppy-right p{
    font-family : Hiragino Kaku Gothic Pro;
    font-size : 15px;
    line-height : 28px;
    letter-spacing : 0.75px;
    color : #FFFFFF;
    margin: 0px;
    padding-bottom: 15px;
}
.thumb-img{
    margin-top: 85px;
    margin-bottom: 86px;
}
.pc-hide{
    display: none;
}
#header-container {
    width: 100%;
    transition: all 1s;
    background-color: #fff;
    padding: 0 20px;
    box-sizing: border-box;
    z-index: 100;
}

#header-container.scrolled {
    position: fixed;
    background-color: rgba(255, 255, 255, 0.6);
}



.bx-wrapper .bx-pager {
    display: none;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    display: none;
}

/*.growup-structure {
    max-width: 1280px;
    margin: auto;
    background-image: url("../images/grow-up-banner.png");
    text-align: center;
    padding: 56px 0;
    height: 182px;
}
.growup-structure > .slide {
    background-color: rgba(255,255,255,.5);
    padding: 16px;
    margin-top: 10px;
}
.growup-structure > .slide > h2 {
    font-family: ヒラギノ明朝 Pro W6;
    font-size: 38px;
}
.growup-poem {
    margin: 72px auto 94px auto;
}
.growup-poem > p {
    text-align: center;
    font-family: ヒラギノ角ゴ Pro;
    font-size: 24px;
    font-weight: 600;
}*/

.class-form {
    max-width: 1020px;
    margin: 20px auto 50px auto;
    border: 5px solid #c5c5c5;
    border-bottom: none;
}
.class-form > h4 {
    margin: 0px;
    text-align: center;
    background: inherit;
    position: relative;
    top: -18px;
}
.class-form > h4 > span {
    background: #fff;
    font-family: Hiragino Mincho Pro;
    font-size: 28px;
    padding: 0px 10px;
    letter-spacing: 3px;
    color: #333;
}

.student-studying {
    max-width: 1000px;
    margin: 20px auto 150px auto;
}
.student-studying > .study-division {
    display: inline-block;
}
.student-studying > .study-img {
    width: 30%;
    position: relative;
    float: left;
}
.student-studying > .study-img img {
    width: 100%;
    max-width: 322px;
}
.student-studying > .study-text {
    padding: 0 10px 0 24px;
    width: 65%;
}
.student-studying > .study-text > h3 {
    color: #009866;
    margin: 0; 
	font-family: "Hannari", serif !important;
    font-size: 24px;
	line-height:1.3;
}
.student-studying > .study-text > p {
    margin: 10px auto;
    font-family: ヒラギノ角ゴ Pro;
    font-size: 16px;
    color: #1A1A1A;
    line-height: 28px;
}

.col-lg-9 h3{
	text-align:left;
}

.contact-form {
    max-width: 1024px;
    margin: 40px auto;
    border: 10px solid #c5c5c5;
    margin-top: 0px;
    text-align: center;
    padding-bottom: 20px;
}
.contact-form > h3 {
    font-family : 游ゴシック;
    font-weight : bold;
    font-size : 21px;
    letter-spacing : 2.1px;
    color : #000000;
    color : rgb(0, 0, 0);
    margin-top: 29px;
}
.contact-form > a > button {
    border-radius: 31px;
    background: #E75A24;
    color: #ffffff;
    font-size: 24px;
    padding: 12px 65px;
    cursor: pointer;
    border: none;
    margin-top: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-bloc;
}
.contact-form > a > button:focus {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.contact-form > .phone-group {
    text-align: center;
}
.contact-form > .phone-group > .left {
    font-family : 游ゴシック;
    font-weight : bold;
    font-size : 34px;
    letter-spacing : 1.7px;
    color : #000000;
    color : rgb(0, 0, 0);;
}
.contact-form > .phone-group > .right {
    font-family : 游ゴシック;
    font-weight : bold;
    font-size : 16px;
    letter-spacing : 0.8px;
    color : #000000;
    color : rgb(0, 0, 0);
}
.subject-area {
    max-width: 1000px;
    margin: 0 auto 100px auto;
    text-align: center;
    display: table;
    border-spacing: 32px;
}
.subject-area > .subject-item {
    display: table-cell;
    width: 33.33%;
}
.subject-area > .subject-item > .subject-head {
    text-align: center;
    margin-bottom: 20px;
    padding: 30px 0px;
    background-image: url("../images/flag-down.png");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    height: 160px;
}
.subject-area > .subject-item > .subject-head > h4 {
	font-family: "M PLUS Rounded 1c"; 
    color: #009866;
    font-size: 21px;
    margin: auto;
	line-height:1.3;
}
.subject-area > .subject-item > .subject-body {
    background-color: #009866;
    color: #ffffff;
    padding: 40px 30px;
    text-align: left;
    height: 370px;
    font-size: 16px;
	box-sizing:border-box;
	line-height:1.8;
    /*font-family: ヒラギノ角ゴ Pro;*/

    margin-top: -65px;
	padding-top:70px;
    position: relative;
    z-index: -1;
}
.top-menu ul.growup {
    width: 100%;
    margin-top: -22px;
    margin-bottom: -18px;
}

.about-building0{
    max-width: 1280px;
    margin: auto;
    text-align: center;
    padding-bottom: 60px;
}
.about-building0 p{
    font-family : ヒラギノ角ゴ Pro;
    font-size : 24px;
    line-height : 34px;
    letter-spacing : 1.2px;
    color : #000000;
    color : rgb(0, 0, 0);
    font-weight : bold;
}
.about-building0 a:hover{
    opacity: 0.5;
}
.Content_flex0{
    max-width: 1280px;
    margin: auto;
    text-align: center;
    padding-bottom: 60px;
}
.row0 {
    max-width: 1020px;
    margin: auto;
    text-align: center;
    padding-bottom: 470px;
    display: flex;
    justify-content: center;
}
.center {
    width: 10px;
}
.top-menu1{
    max-width: 1280px!important;
    margin: auto;
    margin-bottom: 10px;
    padding-top: 104px;
}
.top-menu1 ul{
    width: 1177px;
    padding-left: 0px!important;
    list-style: none;
    margin: 0px;
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 15px;
}
.top-menu1 ul a{
    font-family : ヒラギノ角ゴ Pro;
    font-size : 16px;
    color : #4D4D4D;
    color : rgb(77, 77, 77);
}
.top-menu1 ul a:hover{
    opacity: 05;
    color: #4D4D4D;
}
.row3 {
    max-width: 1177px;
    margin: auto;
    text-align: center;
    margin-bottom: 80px;
}
.col-sm-9 p{
    font-family : ヒラギノ角ゴ Pro;
    font-size : 16px;
    line-height : 28px;
    letter-spacing : 1.8px;
    color : #333333;
    color : rgb(51, 51, 51);
    text-align: left;
}
.row4 {
    max-width: 1177px;
    margin: auto;
    text-align: center;
    margin-bottom: 80px;
}
.row5 {
    max-width: 1177px;
    margin: auto;
    text-align: center;
    margin-bottom: 80px;
}
.content{
    max-width: 1024px;
    margin: auto;
    text-align: center;
    padding-bottom: 117px;

}
.content h2{
    font-family : ヒラギノ角ゴ Pro;
    font-size : 34px;
    line-height : 24px;
    letter-spacing : 3.4px;
    color : #3FA0EC;
    color : rgb(63, 160, 236);
}
.content hr{
    background-color : #3FA0EC;
    padding-bottom: 6px;
    line-height: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    max-width: 260px;
}
.container1{
    max-width: 1280px;
    margin: auto;
    padding-bottom: 80px;
}
.content1{
    max-width: 1024px;
    margin: auto;
    text-align: center;
    padding-bottom: 117px;
    padding: 10px;

}
.row1 {
    max-width: 1177px;
    margin: auto;
    padding-bottom: 48px;
    /*background : #FAD6B5;
    background : rgba(250, 214, 181, 1);*/
	margin-bottom:60px;
}

.text_left{
	width:650px;
}

.row1 ul{
	background:#F8C9D4;
	text-align:left;
	list-style:none;
	font-size:16px;
	padding:10px 30px;
	box-sizing:border-box;
	width:650px;
}
.row1 ul li{
	margin-top:10px;
	margin-bottom:10px;
}

.row1 h4{
	text-align:left;
	margin-top:30px;
	}
	
.dani p{
	text-align:center !important;
}

.row2 h3{
	margin-top:30px;
}
	
.row2 hr{
	width:100% !important;
}

.row2 p{
	margin-bottom:60px;
}

.kokugo_h3 h3{
	color:red;
}

.kokugo_h3 p{
	font-size:18px;
	font-weight:bold;
}

.content1 h3{
    font-family : ヒラギノ角ゴ Pro;
    font-size : 24px;
    line-height : 24px;
    letter-spacing : 2.4px;
    color : #F8236A;
    color : rgb(248, 35, 106);
    text-align: left;
}
.content1 p{
    font-family : ヒラギノ角ゴ Pro;
    font-size : 16px;
    line-height : 28px;
    letter-spacing : 1.8px;
    color : #333333;
    color : rgb(51, 51, 51);
    text-align: left;
}

.content1 hr{
    background-color : #F8236A;
    padding-bottom: 2px;
    line-height: 3px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    width: 650px;
	max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
}
.content1 p img{
    max-width: 650px;
    max-height: 316px;
    margin-left: 10px;
    float: right;
    margin-top: -150px;
}
.contact{
    max-width: 1035px;
    margin: auto;
    padding-bottom: 167px;
}
.structure1 {
    max-width: 1160px;
    margin: auto;
    border: 10px solid #c5c5c5;
}
.structure1-item {
    padding: 259px 207px;
    padding-bottom: 20px;
}
.structure1-item p {
    font-family : 游ゴシック;
    font-weight : bold;
    font-size : 21px;
    letter-spacing : 2.1px;
    color : #000000;
    color : rgb(0, 0, 0);
}
.structure1-item div {
    width: 517px;
    text-align: center;
    margin: auto;
    margin-left: 50px;
    margin-right: 5px;
    margin-top: -230px;
}
.option1 p {
    font-family : ヒラギノ角ゴ Pro;
    font-size : 21px;
    line-height : 22px;
    letter-spacing : 2.1px;
    color : #FFFFFF;
    color : rgb(255, 255, 255);

}
.option1 {
    position: relative;
    max-width: 100px;
    margin: auto;
}
.thumb-image{
    width: 100%;
    position: relative;
    margin: auto;
    text-align: center;
    padding-bottom: 80px;
}
.thumb-image .main_img{
    max-width: 100%;
    margin: auto;
    position: relative;
    text-align: center;
    padding-bottom: 10px;
    padding-top: 15px
}

.thumb-image .main_img div{
	width: 100%;
	background-color:#fff;
	padding:20px 0;
	text-align:center;
	position:absolute;
	top:35%;
	font-size: 38px;
	font-family: "Hannari", serif !important;
	font-weight:bold;
	background:rgba(255,255,255,0.7);
}

/*.thumb-image .main_img img{
	width:100%;
	height:100%;
}*/

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

.fadein {
  opacity: 0;
  transform : translate(0, 50px);
  transition : all 1500ms;
}

.fadein.scrollin{
  opacity: 1;
  transform: translate(0, 0);
}

@media only screen and (min-device-width : 769px) and (max-device-width : 1200px) {
    .subject-area > .subject-item {
        padding: 0;
    }
    .subject-area > .subject-item > .subject-head {
        height: 130px;
    }
    .subject-area > .subject-item > .subject-head > h4 {
        font-size: 21px;
    }
    .subject-area > .subject-item > .subject-body {
        height: 270px;
        font-size: 17px;
    }
}
@media only screen and (min-device-width : 415px) and (max-device-width : 768px) {

	
    .subject-area {
        border-spacing: 10px;
    }
    .subject-area > .subject-item {
        padding: 0;
    }
    .subject-area > .subject-item > .subject-head {
        height: 110px;
    }
    .subject-area > .subject-item > .subject-head > h4 {
        font-size: 19px;
    }
    .subject-area > .subject-item > .subject-body {
        height: 270px;
        font-size: 14px;
    }
	
	#header-container{
		padding:0;
	}
	
    .header-top .mb-nav img{
        width: 70px;
    }
	
	.thumb-image .main_img img{
		max-width:100%;
	}
	
	.thumb-image{
		margin-top:100px;
	}
	
	.thumb-image .main_img div{
		font-size:30px;
	}
	
	.kihon .col-md-3 img{
		max-width:100%;
	}
	

	
	
}
@media only screen and (min-device-width : 376px) and (max-device-width : 414px) {
    .subject-area {
        border-spacing: 10px;
    }
    .subject-area > .subject-item {
        padding: 0;
    }
    .subject-area > .subject-item > .subject-head {
        height: 65px;
    }
    .subject-area > .subject-item > .subject-head > h4 {
        font-size: 10px;
    }
    .subject-area > .subject-item > .subject-body {
        height: 270px;
        font-size: 10px;
        padding: 16px 4px;
    }
}
@media only screen and (min-device-width : 321px) and (max-device-width : 375px) {
    .subject-area {
        border-spacing: 8px;
    }
    .subject-area > .subject-item {
        padding: 0;
    }
    .subject-area > .subject-item > .subject-head {
        height: 60px;
    }
    .subject-area > .subject-item > .subject-head > h4 {
        font-size: 9px;
    }
    .subject-area > .subject-item > .subject-body {
        height: 270px;
        font-size: 9px;
        padding: 14px 3px;
    }
}
@media only screen and (min-device-width : 300px) and (max-device-width : 320px) {
    .subject-area {
        border-spacing: 5px;
    }
    .subject-area > .subject-item {
        padding: 0;
    }
    .subject-area > .subject-item > .subject-head {
        height: 50px;
    }
    .subject-area > .subject-item > .subject-head > h4 {
        font-size: 8px;
    }
    .subject-area > .subject-item > .subject-body {
        height: 270px;
        font-size: 8px;
        padding: 14px 3px;
    }
}



.m5 {  margin: 5px !important;  }
.m7 {  margin: 7px !important;  }
.m10 {  margin: 10px !important;  }
.m13 {  margin: 13px !important;  }
.m15 {  margin: 15px !important;  }
.m17 {  margin: 17px !important;  }
.m20 {  margin: 20px !important;  }
.m23 {  margin: 23px !important;  }
.m25 {  margin: 25px !important;  }

.mt5 {  margin-top: 5px !important;  }
.mt7 {  margin-top: 7px !important;  }
.mt10 {  margin-top: 10px !important;  }
.mt13 {  margin-top: 13px !important;  }
.mt15 {  margin-top: 15px !important;  }
.mt17 {  margin-top: 17px !important;  }
.mt20 {  margin-top: 20px !important;  }
.mt23 {  margin-top: 23px !important;  }
.mt25 {  margin-top: 25px !important;  }

.mb5 {  margin-bottom: 5px !important;  }
.mb7 {  margin-bottom: 7px !important;  }
.mb10 {  margin-bottom: 10px !important;  }
.mb13 {  margin-bottom: 13px !important;  }
.mb15 {  margin-bottom: 15px !important;  }
.mb17 {  margin-bottom: 17px !important;  }
.mb20 {  margin-bottom: 20px !important;  }
.mb23 {  margin-bottom: 23px !important;  }
.mb25 {  margin-bottom: 25px !important;  }

.mr5 {  margin-right: 5px !important;  }
.mr7 {  margin-right: 7px !important;  }
.mr10 {  margin-right: 10px !important;  }
.mr13 {  margin-right: 13px !important;  }
.mr15 {  margin-right: 15px !important;  }
.mr17 {  margin-right: 17px !important;  }
.mr20 {  margin-right: 20px !important;  }
.mr23 {  margin-right: 23px !important;  }
.mr25 {  margin-right: 25px !important;  }

.ml0 {  margin-left: 0 !important;;  }
.ml3 {  margin-left: 3px !important;  }
.ml5 {  margin-left: 5px !important;  }
.ml7 {  margin-left: 7px !important;  }
.ml10 {  margin-left: 10px !important;  }
.ml13 {  margin-left: 13px !important;  }
.ml15 {  margin-left: 15px !important;  }
.ml17 {  margin-left: 17px !important;  }
.ml20 {  margin-left: 20px !important;  }
.ml23 {  margin-left: 23px !important;  }
.ml25 {  margin-left: 25px !important;  }

.p5 {  padding: 5px !important;  }
.p7 {  padding: 7px !important;  }
.p10 {  padding: 10px !important;  }
.p13 {  padding: 13px !important;  }
.p15 {  padding: 15px !important;  }
.p17 {  padding: 17px !important;  }
.p20 {  padding: 20px !important;  }
.p23 {  padding: 23px !important;  }
.p25 {  padding: 25px !important;  }

.pt5 {  padding-top: 5px !important;  }
.pt7 {  padding-top: 7px !important;  }
.pt10 {  padding-top: 10px !important;  }
.pt13 {  padding-top: 13px !important;  }
.pt15 {  padding-top: 15px !important;  }
.pt17 {  padding-top: 17px !important;  }
.pt20 {  padding-top: 20px !important;  }
.pt23 {  padding-top: 23px !important;  }
.pt25 {  padding-top: 25px !important;  }

.pb5 {  padding-bottom: 5px !important;  }
.pb7 {  padding-bottom: 7px !important;  }
.pb10 {  padding-bottom: 10px !important;  }
.pb13 {  padding-bottom: 13px !important;  }
.pb15 {  padding-bottom: 15px !important;  }
.pb17 {  padding-bottom: 17px !important;  }
.pb20 {  padding-bottom: 20px !important;  }
.pb23 {  padding-bottom: 23px !important;  }
.pb25 {  padding-bottom: 25px !important;  }

.pr5 {  padding-right: 5px !important;  }
.pr7 {  padding-right: 7px !important;  }
.pr10 {  padding-right: 10px !important;  }
.pr13 {  padding-right: 13px !important;  }
.pr15 {  padding-right: 15px !important;  }
.pr17 {  padding-right: 17px !important;  }
.pr20 {  padding-right: 20px !important;  }
.pr23 {  padding-right: 23px !important;  }
.pr25 {  padding-right: 25px !important;  }

.pl5 {  padding-left: 5px !important;  }
.pl7 {  padding-left: 7px !important;  }
.pl10 {  padding-left: 10px !important;  }
.pl13 {  padding-left: 13px !important;  }
.pl15 {  padding-left: 15px !important;  }
.pl17 {  padding-left: 17px !important;  }
.pl20 {  padding-left: 20px !important;  }
.pl23 {  padding-left: 23px !important;  }
.pl25 {  padding-left: 25px !important;  }

@media only screen and (min-device-width : 768px) and (max-device-width : 1200px) {

}
@media (max-width: 1000px){

}
@media (max-width: 768px){
		.mb-hide{
        display: none;
    }
    .mb-show{
        display: block;
    }
	
	.pc-hide{
		display: block;
	}
    
    .about-building {
        text-align: left;
        padding-left: 30px;
    }
    .thumb-img-item {
        width: calc(100%/3 - 9px);
    }
    .thumb-img-item img {
        height: 110px;
    }
    .thumb-img {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .thumb-img h2 {
        font-size: 26px;
        letter-spacing: 0px;
    }
    .mb-column{
        -webkit-flex-direction: column;
        flex-direction: column;
        display: flex;
    }
    .thumb-img2-item {
        width: calc(100% - 60px);
        padding-bottom: 14px;
        margin: 9px 30px;
    }
    .thumb-img2 h3 {
        margin-bottom: 20px;
    }
    .thumb-img2 {
        padding-top: 1px;
        padding-bottom: 50px;
    }
    .structure-item>div {
        width: 100%;
    }
    .structure-item {
        padding: 10px;
        padding-bottom: 10px;
    }
    .structure-item>div h5 {
        margin-bottom: 20px;
    }
    .rectangle-img {
        width: 100%;
    }
    .rectangle-img img {
        height: 254px;
    }
    .about-building2>div {
        margin-bottom: 50px;
    }
    .map .right {
        width: 100%;
        background: #fff;
    }
    .mb-map-title{
        display: block;
        font-family : Hiragino Mincho Pro;
        font-size : 30px;
        line-height : 40.89px;
        letter-spacing : 4.8px;
        color : #333333;
        font-weight: bold;
        text-align: center;
        margin: 0px;
        margin-bottom: 20px;
    }
    .mb-map-ad{
        display: block;
        font-family : Hiragino Kaku Gothic Pro;
        font-size : 20px;
        line-height : 30px;
        letter-spacing : 1px;
        color : #000000;
    }
    .map .right img {
         height: auto;
    }
    .map {
        margin-top: 40px;
    }
    .blog h2 {
        margin-top: 80px;
    }
    .footer-content{
        padding-left: 40px;
        padding-right: 40px;
    }
    .blog-link {
        margin-bottom: 70px;
    }
    .mb-option{
        display: block;
    }
    .mb-option p{
        font-family : Hiragino Kaku Gothic Pro;
        font-size : 18px;
        line-height : 24px;
        color : #FFFFFF;
        background: #ea5a24;
        text-align: center;
        margin: 0px;
        padding: 15px 0px;
    }
    .bx-wrapper {
        margin-bottom: 25px!important;
    }
    .bx-wrapper img {
        height: 353px;
    }
    .bx-viewport{
        height: 354px;
    }
    .logo{
        width: 200px;
    }
    .mb-nav{
        display: block;
    }
	
	
}
@media (max-width: 480px){
	#header-container{
		top:0;
		padding:0;
	}
	
	.header-top{
		max-width:100%;
		margin:0;
	}
	
	.header_logo{
		width:85%;
	}
	
	.header-top .mb-nav{
        width: 14%;
    }
	
	.header_logo img{
		width:100%;
		height:auto;
	}
	
	.bx-wrapper{
		margin-top:60px !important;
	}
	
	.thumb-image{
		margin-top:20%;
		overflow:hidden;
	}
	
	
	.thumb-image .main_img div{
		font-size: 2.5rem;
	}

	.footer-content {
    padding-left: 0;
    padding-right: 0;
	}
	.logo{
		width:100%;
	}
	
	.text_left,.row1 ul{
		width:100%;
		padding:10px;
	}
	
	.content1 p img {
		display:block;
    max-width: 100%;
    height: auto;
	margin: 30px auto 0 auto;
	float:none;
	}
	
	.content1 h3{
		    font-size: 2rem;
	}
	
	.contact-form > h3{
		font-size:1.5rem;
		}
	
	.contact-form > a > button {
    font-size: 1.85rem;
    padding: 10px 30px;
}

.content{
	
	padding-bottom:40px;
	}
	
	

}
@media (max-width: 375px){

}
@media (max-width: 360px){

}
@media (max-width: 320px){

}
