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


/**** 共通 ****/
body {
    /*background-color: #00FF5D;*/
	font-family:  "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
}
#contents{
    width: 100%;
	overflow: hidden;
}
.pc_no{
    display:none;
}
.tab_on{
	display: none;
}
.sp_no{
    display:block;
}
a:link{
	text-decoration: none;
	color: inherit;
}
a:visited{
	color: inherit;
}


/* For modern browsers */
.clearfix:before,
.clearfix:after {
content:"";
display:block;
overflow:hidden;
}
.clearfix:after {
clear:both;
}


/** header **/
header{
    width: 1040px;
    margin: 0 auto;
    padding: 5px 0;
    height: 43px;
}
header .logo{
    width: 150px;
    font-size: 0;
    float: left;
}
header .logo .logo_txt{
	width: 150px;
	height: 16px;
    text-align: center;
	background-color: #000000;
}
header .logo .logo_txt p{
	font-family: 'Kozuka Gothic Pr6N';
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}

header .menu{
	width: 610px;
	margin: 0 auto;
	float: left;
	list-style: none;
	overflow: hidden;
	padding-left: 40px;
}

header .menu li {
	width: 120px;
	text-align: center;
	float: left;
	height: 43px;
	line-height: 43px;
	margin-right: 2px;
	font-family: Meiryo;
	color: #000000;
	font-size: 14px;
}
header .menu li a {
	text-decoration: none;
	color: #000000;
}

header .entry_btn{
    width: 190px;
	height: 43px;
    float: right;
	background-color: #000000;
}

header .entry_btn p{
    font-family: 'Yu Gothic UI';
	color: #f4f4f4;
	font-size: 28px;
	font-weight: 700;
    text-align: center;
    line-height: 43px;
}

/**  footer **/
footer{
	width: 640px;
	margin: 0 auto 25px;
}
footer .logo{
    width: 150px;
	margin: 0 auto;
    font-size: 0;
}
footer .logo .logo_txt{
	width: 150px;
	height: 16px;
    text-align: center;
	background-color: #000000;
}
footer .logo .logo_txt p{
	font-family: 'Kozuka Gothic Pr6N';
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}

footer .menu{
	width: 610px;
	margin: 20px auto 20px;
	float: left;
	list-style: none;
	overflow: hidden;
}
footer .menu li {
	width: 120px;
	text-align: center;
	float: left;
	margin-right: 2px;
	font-family: Meiryo;
	color: #000000;
	font-size: 14px;
	line-height: 21px;
}
footer .menu li a {
  text-decoration: none;
	color: #000000;
}
footer .copy{
	font-size: 11px;
	text-align: center;
}

/**  more **/
.more{
    width: 153px;
	margin: 0 auto;
    height: 25px;
    border-width: 1px;
    border-style: solid;
    font-family: Meiryo;
    font-size: 12px;
    text-align: center
}
.m_white{
    border-color: #ffffff;
	color: #ffffff;
}
.m_black{
    border-color: #000000;
	color: #000000;
}
.more p{
	line-height: 25px;
}
.more a{
-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.m_white:hover{
	background-color: #fff;
	color: #000;
}
.m_black:hover{
	background-color: #000;
	color: #fff;
}

@media screen and (max-width:780px) {
body {
    /*background-color: #0039FF;*/
}
.pc_no{
display: block;
}
.tab_on{
	display: block;
}
.sp_no{
display: none;
}
#contents{
	width: 100%;
}
/**  footer **/
footer{
	width: 100%;

}
footer .logo{
		width: 150px;
		margin: 0 auto;
		font-size: 0;
	}
footer .logo .logo_txt{
	width: 150px;
	height: 16px;
    text-align: center;
	background-color: #000000;
}
footer .logo .logo_txt p{
	font-family: 'Kozuka Gothic Pr6N';
	color: #ffffff;
	font-size: 12px;
	line-height: 16px;
}

footer .menu{
	width: 100%;
}
footer .menu li {
	width: calc(100%/5);
	font-size: 14px;
	margin-right: 0;
}

footer .copy{
padding-top: 15px;
}
}

@media screen and (max-width:480px) {
body {
    /*background-color: #FF0004;*/
}
.pc_no{
display: block;
}
.tab_on{
	display: none;
}
.sp_no{
display: none;
}
footer .copy{

}
}

/******ハンバーガーメニュー******/
.inner {
    width: 1040px;
    margin: 0 auto;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}

/* header */
#top-head {
    top: -100px;
    position: absolute;
    width: 100%;
    margin: 100px auto 0;
    padding: 30px 0 0;
    line-height: 1;
    z-index: 999;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    padding: 0 30px;
}

/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #666;
    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:1020px) {
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        background: #fff;
        width: 100%;
        height: 56px;
        z-index: 999;
        position: relative;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 6px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        /* 開いてないときは画面外に配置 */
        top: -500px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #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: 18px 0;
    }
    #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(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }
}




/********************************************************************/
/****                        index.html                          ****/
/********************************************************************/
/**  catch **/
#catch img{
	width: 100%;
}

/**  concept **/
#concept{
    width: 820px;
    margin: 0 auto;
    font-family: Meiryo;
	color: #000000;
    text-align: center;
    padding-bottom: 25px;
}
#concept h2{
	font-weight: 700;
	font-size: 30px;
    line-height: 50px;
}
#concept p{
	font-weight: 700;
	font-size: 18px;
    padding-top: 30px;
    line-height: 58px;

}

/**  know_company **/
#know_company{
	width: 1040px;
    margin: 0 auto;
    background-color: #fcd63f;
    font-family: Meiryo;
	color: #000000;
	font-size: 0;
	height: 370px;
}
#know_company .img_left img{
	width: 520px;
	float: left;
}

#know_company .float_box{
	float: right;
	width: 430px;
    padding-left: 40px;
    padding-right: 50px;
    padding-top: 30px;

}
#know_company .float_box .ja{
	color: #f4f4f4;
	font-size: 36px;
	line-height: 36px;
	font-weight: 700;
	float: left;
}
#know_company .float_box .en{
    font-family: 'Yu Gothic UI';
	color: #f4f4f4;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	float: left;
	padding-left: 25px;
}
#know_company .float_box h4{
	font-size: 17px;
	font-weight: 700;
	line-height: 30px;
	clear: both;
	margin-top: 60px;
}
#know_company .float_box p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
#know_company .more{
	margin-top: 20px;
}

/**  know_work **/
#know_work{
	width: 1040px;
    margin: 0 auto;
    background-color: #fcd63f;
    font-family: Meiryo;
    color: #000000;
	font-size: 0;
}
#know_work img{
	width: 520px;
	float: right;
}
#know_work .float_box{
	float: left;
	width: 430px;
    padding-left: 40px;
    padding-right: 50px;
    padding-top: 30px;

}
#know_work .float_box .ja{
	color: #f4f4f4;
	font-size: 36px;
	font-weight: 700;
	float: left;
}
#know_work .float_box .en{
    font-family: 'Yu Gothic UI';
	color: #f4f4f4;
	font-size: 24px;
	line-height: 36px;
	font-weight: 700;
	float: left;
	padding-left: 20px;
}
#know_work .float_box h4{
	font-size: 17px;
	font-weight: 700;
	line-height: 30px;
	clear: both;
	margin-top: 60px;
}
#know_work .float_box p{
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
#know_work .more{
	margin-top: 20px;
}

/**  know_worker **/
#know_worker{
    font-family: Meiryo;
	color: #000000;
}
#know_worker .txt_box{
	text-align: center;
	margin-top: 40px;
}
#know_worker .txt_box .ja{
	color: #a6a6a6;
	font-size: 36px;
	font-weight: 700;
    text-align: center;
	margin-bottom: 15px;
}
#know_worker .txt_box .en{
	color: #a6a6a6;
	font-size: 24px;
	font-weight: 700;
    text-align: center;
	margin-bottom: 20px;
}
#know_worker .txt_box h4{
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 15px;
}
#know_worker .txt_box p{
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 30px;
}
#know_worker .employee{
	width: 915px;
	margin: 0 auto 20px;
}
#know_worker .worker_box img{

}


#know_worker .worker_box{
	float: left;
	width: 305px;
}
#know_worker .worker_box h5{
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	padding: 10px 0;
}
#know_worker .worker_box .worker_dep{
	font-weight: 400;
	font-size: 12px;
	margin-bottom: 10px;
}
#know_worker .worker_box .worker_name{
	font-weight: 400;
	font-size: 16px;
	margin-bottom: 10px;
}
#know_worker .worker_box .worker_edu{
	font-weight: 400;
	font-size: 10px;
	margin-bottom: 10px;
}
#know_worker .more{
	margin-bottom: 30px;
}


/**  top_message **/
#top_message{
	width: 1040px;
    margin: 0 auto;
    font-size: 0;
	position: relative;
}
#top_message .more{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
	bottom: 100px;
}
/**  recruit **/
#recruit{
	width: 1040px;
    margin: 0 auto;
    font-size: 0;
	position: relative;
	margin-bottom: 40px;
}
#recruit .more{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
  -webkit- transform: translateX(-50%);
	bottom: 130px;
}

/**  entry**/
#entry{
    max-width: 900px;
	width: 90%;
    margin: 0 auto 20px;
	height: 100px;
	background-color: #fcd63f;
	position: relative;
}
#entry .entry_txt{
	width: 200px;
	margin: 0 auto;
	position: absolute;
	top:50%;
	left: 50%;
		transform: translateX(-50%) translateY(-50%);
  -webkit- transform: translateX(-50%) translateY(-50%);
}
#entry h3{
font-family: 'Yu Gothic UI';
	color: #ffffff;
	font-size: 50px;
	font-weight: 700;
    text-align: center;
}
#entry h4{
    font-family: Meiryo;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
    text-align: center;
}
#entry img{
	position: absolute;
	right:20px;
	top:50%;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}


/**  entry2**/
#entry2{
    max-width: 900px;
	width: 90%;
    margin: 0 auto 40px;
	height: 100px;
	background-color: #3f86fc;
	position: relative;
}
#entry2 .entry_txt{
	width: 200px;
	margin: 0 auto;
	position: absolute;
	top:50%;
	left: 50%;
		transform: translateX(-50%) translateY(-50%);
  -webkit- transform: translateX(-50%) translateY(-50%);
}
#entry2 h3{
font-family: 'Yu Gothic UI';
	color: #ffffff;
	font-size: 40px;
	font-weight: 700;
    text-align: center;
}
#entry2 h4{
    font-family: Meiryo;
	color: #ffffff;
	font-size: 17px;
	font-weight: 700;
    text-align: center;
    padding-top:5px;
}
#entry2 img{
	position: absolute;
	right:20px;
	top:50%;
	transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}




.kenja p{
	line-height: 150%;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}

.michishirube p{
	line-height: 150%;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}
.michishirube img{
	margin-left: 25px;
	margin-right:25px;
}

.hrtimes p{
	line-height: 150%;
	font-size: 13px;
	text-align: center;
	margin-bottom: 10px;
}

@media screen and (max-width:780px) {
/**  catch **/
#catch{
	padding-top: 56px;
	}
#catch img{
	max-width: 100%;
}

/**  concept **/
#concept{
    max-width: 100%;
    text-align: center;
    padding-bottom: 25px;
}
#concept h2{
	padding-top: 30px;
	font-size: 28px;
    line-height: 33px;
}
#concept p{
	width: 700px;
	margin: 0 auto;
	max-width: 90%;
	font-weight: 300;
	font-size: 16px;
    padding-top: 30px;
    line-height: 30px;
}

/**  know_company **/
#know_company {
    width: 100%;
	height: auto;
	}
#know_company img{
	width: 100%;
	float: none;
}
#know_company .float_box{
	float: none;
	width: 95%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
#know_company .float_box h4{
	font-size: 15px;
	font-weight: 500;
}
#know_company .float_box p{
	font-size: 13px;
	font-weight: 300;
}
	#know_company .more{
		margin-bottom: 30px;
	}

/**  know_work **/
#know_work{
	width: 100%;
    height: auto;
	}
#know_work img{
	width: 100%;
	float: none;
}
#know_work .float_box{
	float: none;
	width: 95%;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

#know_work .float_box h4{
	font-size: 15px;
	font-weight: 500;
}
#know_work .float_box p{
	font-size: 13px;
	font-weight: 300;
}
	#know_work .more{
		margin-bottom: 30px;
	}
/**  know_worker **/


#know_worker .txt_box p{
	width: 95%;
	margin: 0 auto 30px;

}
#know_worker .employee{
	width: 100%;
}
#know_worker .worker_box img{
	max-width: 100%;
}
#know_worker .worker_box{
	float: none;
	width: 305px;
	margin: 0 auto 20px;
}

/**  top_message **/
#top_message{
    width: 100%;
}
    #top_message img{
        width: 100%;
    }
#top_message .more{
	width: 90px;
	bottom: 20px;
}


/**  recruit **/
#recruit{
    width: 100%;
}
    #recruit img{
        width: 100%;
        }
#recruit .more{
	width: 90px;
	bottom: 30px;
}

/**  entry**/

}

@media screen and (max-width:480px) {
/**  catch **/

/**  concept **/
#concept{
    max-width: 95%;
}
#concept h2{
font-size: 27px;
}
#concept p{
	max-width: 90%;
	text-align: left;
}

/**  know_company **/

#know_company{
padding-bottom: 30px;
}
#know_company .more{
margin-bottom: 0px;
}
#know_company .float_box{
	max-width: 95%;
    padding-left: 10px;
}
#know_company .float_box .ja{
	float: none;
	text-align: left;
}
#know_company .float_box .en{
	float: none;
	text-align: left;
	padding-left: 0;
}
#know_company .float_box h4{
    margin-top: 15px;
}
#know_company .float_box p{

}


/**  know_work **/
#know_work{
padding-bottom: 30px;
}
#know_work .more{
margin-bottom: 0px;
}
#know_work .float_box{
	max-width: 95%;
    padding-left: 10px;
}
#know_work .float_box .ja{
	float: none;
	text-align: left;
}
#know_work .float_box .en{
	float: none;
	text-align: left;
	padding-left: 0;
}
#know_work .float_box h4{
margin-top: 15px;
}
#know_work .float_box p{

}

/**  know_worker **/
#know_worker .txt_box p{
	margin: 0 auto 20px;
	text-align: left;
	line-height: 20px;
}

/**  top_message **/
#top_message img{
		width: 100%;
}
#top_message .more{
	width: 90px;
	bottom: 20px;
}

/**  recruit **/

/**  entry**/
#entry{
	width: 90%;
    margin: 0 auto 30px;
	height: auto;
	position: static;
	text-align: center;
}
#entry .entry_txt{
	position: static;
	transform: none;
}
#entry h3{
	padding-top: 20px;
}
#entry h4{

}
#entry img{
	position: static;
	transform: none;
padding:20px 0;
}

/**  entry2**/
#entry2{
	width: 90%;
    margin: 0 auto 40px;
	height: auto;
	position: static;
	text-align: center;
}
#entry2 .entry_txt{
	position: static;
	transform: none;
}
#entry2 h3{
	padding-top: 20px;
}
#entry2 h4{

}
#entry2 img{
	position: static;
	transform: none;
padding:20px 0;
}


}


/********************************************************************/
/****                     introduction.html                      ****/
/********************************************************************/
#introduction #main img{
	width: 100%;
}
#introduction #information p{
	text-align: left;
}
#introduction .col_2{
	width: 900px;
	margin: 0 auto;
	font-family: Meiryo;
	color: #000000;
	font-size: 14px;
	font-weight: 400;
}
#introduction .last{
	margin-bottom: 80px !important;
}
#introduction .img_left img{
	float: left;
	width: 450px;
}
#introduction .img_left .float_box{
	float: right;
	width: 450px;
}
#introduction .img_left .float_box p{
	margin-top: 40px;
	margin-left: 35px;
	line-height: 24px;
}
#introduction .img_right img{
	float: right;
	width: 450px;
}
#introduction .img_right .float_box{
	float: left;
	width: 450px;
}
#introduction .img_right .float_box p{
	margin-top: 40px;
	margin-right: 35px;
	line-height: 24px;
}

@media screen and (max-width:780px) {
#main img{
	max-width: 100%;
}
#introduction .col_2{
	width: 450px;
}
#introduction .last{
	margin-bottom: 50px !important;
}
#introduction .img_left img{
	float: none;
	max-width: 100%;
}
#introduction .img_left .float_box{
	float: none;
	max-width: 98%;
	margin-bottom: 30px;
}
#introduction .img_left .float_box p{
	margin-top: 10px;
	margin-left: 2%;
	}
#introduction .img_right img{
	float: none;
	max-width: 100%;
}
#introduction .img_right .float_box{
	float: none;
	max-width: 98%;
	margin-bottom: 30px;
}
#introduction .img_right .float_box p{
	margin-top: 10px;
	margin-right: 0px;
	margin-left: 2%;
}

}
@media screen and (max-width:480px) {
	#introduction .col_2{
		width: 100%;
	}


}

/********************************************************************/
/****               interview.html                               ****/
/********************************************************************/
#interview #main img{
	width: 100%;
}
#information{
	width: 800px;
	margin: 0 auto;
	font-family: Meiryo;
	text-align: center;
}
#information .ja{
	color: #a6a6a6;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 17px;
}
#information .en{
	color: #a6a6a6;
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}
#information h2{
	color: #000000;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 16px;
}
#information p{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 40px;
	line-height: 26px;
}
#information img{
	margin-bottom: 16px;
}
.employee{
	width: 800px;
	margin: 0 auto 100px;
	font-size: 0;
}
.employee_txt{
	background-color: #fbe44d;
	margin-bottom: 30px;
	padding-bottom: 20px;
	font-family: Meiryo;
	color: #000000;
	text-align: center;
}
.employee_txt h3{
	padding-top: 30px;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 25px;
}
.employee_txt .worker_dep{
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 14px;
}
.employee_txt .worker_name{
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 23px;
}
.employee_txt .worker_edu{
	font-size: 14px;
	font-weight: 400;
}
.employee h4{
	color: #fbe44d;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
}
.enp_int{
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 26px;
	margin-bottom: 25px;
}

@media screen and (max-width:780px) {
#information{
	max-width: 95%;
}
#information .ja{

}
#information .en{

}
#information h2{

}
#information p{
	margin-bottom: 20px;
}
#information img{
	margin-bottom: 10px;
}
.employee{
	max-width: 780px;
	width: 100%;
	margin: 0 auto 50px;
}
.employee img{
	max-width: 100%;
}
.employee_txt{

}
.employee_txt h3{

}
.employee_txt .worker_dep{

}
.employee_txt .worker_edu{

}
.employee h4{
 padding-left: 2%;
}
.enp_int{
	padding-left: 2%;
width: 95%;
}

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


}
/********************************************************************/
/****                      message.html                          ****/
/********************************************************************/
#message #main img{
	width: 100%;
}
#main{
	margin-bottom: 70px;
}
.message{
	width: 700px;
	margin: 0 auto;
	font-family: Meiryo;
	color: #000000;
	text-align: center;
}
.message h1{
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 50px;
}
.message .comp{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 16px;
}
.message .name{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 70px;
}
.message h2{
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 50px;
}
.message p{
	font-size: 18px;
	font-weight: 400;
	line-height: 33px;
}
.president{
	width: 250px;
	margin: 90px auto 80px;
}

@media screen and (max-width:780px) {
#main{
	padding-top: 56px;
	margin-bottom: 30px;
}
.message{
	width: 90%;
}
.message h1{
	margin-bottom: 30px;
}
.message p.comp{
	margin-bottom: 13px;
	text-align: center;
}
.message p.name{
	margin-bottom: 30px;
	text-align: center;
}
.message h2{
	margin-bottom: 30px;
}
.message p{
	font-size: 17px;
	font-weight: 300;
	line-height: 30px;
}
.president{
	width: 250px;
	margin: 50px auto 50px;
}
}
@media screen and (max-width:480px) {
.message p{
text-align: left;
}
}
