@charset "utf-8";

/* company_top */
.company_topimg{
	background: url(../images/company/company_mainimg.png) ;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 350px 0 0;
	background-position: center;

}

/* 企業理念 */	
.contentes_about{
	background: #f2f2f2;
	margin-top: 0;
	padding-bottom: 30px;
}
.aboutarea{
	padding-top: 70px;
	padding-bottom: 50px;
}
.shisinarea{
	padding-top: 70px;
	padding-bottom: 50px;
}
.shisin_txtarea{
	padding-top: 20px;
}
.rinentitle{
	text-align: center;
	font-weight: bold;
	font-size: 1.8em;
	line-height:1.5;
	color: #F39800;
}
.rinensho{
	text-align: center;
	font-size: 28px;
	padding-top: 10px;
}
.rinentxt{
	text-align: center;
	font-size: 1.2em;
	line-height: 1.7;
	margin-top: 20px;
}

/* 行動指針 */	
.mb40 {
	max-width: 850px;
	margin: 0 auto 40px;
}
.lh-10 {
	line-height: 1.0;
	
}
.mb10 {
	margin-bottom: 10px;
}
.f-bold {
	font-weight: bold;
}
.f-s18 {
	font-size: 1.4em;
	margin-top: 15px;
}	
.mb40 p{
	font-size: 1.2em;
	line-height: 1.7;
}
.mb10 span{
	font-weight: bold;
	padding-right: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb70 {
	margin-bottom: 70px;
}

/* 会社概要 */	
.contentes_profile{
	padding: 70px 0 50px;
}
.info_area{
	max-width: 850px;
	margin: auto;
	padding-top: 70px;
	padding-bottom: 50px;
}
table, td {
	border-bottom: 2px solid black;
	padding: 10px;
}
table, th {
	border-bottom: 2px solid #d52925;
	padding: 10px;
}
tr{
	line-height: 2em;
}
.thead {
	text-align: center;
	vertical-align: middle;
}
.table_type1 {
	width: 100%;
	font-size: 1.1em;
	letter-spacing: 1px;
}

/* 代表メッセージ */
.contentes_message{
	background:#F3F3F3;
	padding-top: 70px;
	padding-bottom: 50px;
}	
.messagearea{
	padding-top: 70px;
	padding-bottom: 50px;
	max-width: 850px;
	margin: auto;
}
.message{
	display: flex;
	justify-content: space-between;
}
.daihyou_photo{
	width: 30%;
	margin-right: 20px;
}
.message_text{
	width: 65%;
}
.message_midasi{
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
	color:#F39800;
}	
.message_txt, .message_txt2 {
	padding-top: 10px;
	font-size: 1.1em;
	line-height: 1.6;
}
.message_name{
	font-size: 1.2em;
	text-align: right;
	padding-top: 25px;
	font-weight: bold;
}

/*左から右にフェードイン*/
.left-to-right {
	opacity: 0.1;
	transform: translateX(-100px);
	transition: all 1.5s;
}
.left-to-right.scrollin {
	opacity: 1;
	 transform: translate(0);
}

@media only screen and (max-width: 768px){
.company_topimg{
	padding: 230px 0 0;
}
.aboutarea{
	padding-top: 50px;
	padding-bottom: 20px;
}
.rinentitle{
	font-size: 1.5em;
}
.rinentxt{
	font-size: 1.1em;
	line-height: 1.9;
}
.shisinarea {
    	padding-top: 50px;
	padding-bottom: 10px;
}
.f-s18{
	font-size: 1.3em;
	line-height: 1.5;
}
.mb40 p{
	font-size: 1.1em;
}
.contentes_profile{
	padding: 50px 0 30px;
}
.info_area{
	padding-top: 50px;
}
.contentes_message{
	padding-top: 50px;
	padding-bottom: 30px;
}
.messagearea{
	padding-top: 50px;
	padding-bottom: 30px;
}
.message_midasi{
	font-size: 1.5em;
}
}
@media only screen and (max-width: 599px){
.company_topimg {
	padding: 150px 0 0;
}
.rinentitle {
	font-size: 1.2em;
	margin-top: 20px;
}
.rinentxt{
	line-height: 1.7;
}
.shisinarea {
	padding-bottom: 0;
}
.info_area {
    padding-top: 30px;
    padding-bottom: 30px;
}
table th,
table  td{
	width:100%;
	display:block;
	padding: 10px 0px;

}
.thead{
	font-weight: bold;
}
table{
	border-bottom: none;
}
.messagearea {
	padding-top: 30px;
}
.message{
	flex-direction: column;
	align-items: center;
}
.daihyou_photo {
	width: 55%;
	margin-right: 0;
	margin-bottom: 20px;
}
.message_text {
	width: 100%;
}
.message_midasi {
	font-size: 1.2em;
}
.message_name {
	font-size: 1.1em;
}
@media only screen and (max-width: 320px){
}