@charset "UTF-8";
/* ---------------------------------------------------------
   company.css【会社案内】
----------------------------------------------------------*/

/*
 page_title
*/

.company ,#page_title_center{
	max-width: 980px;
	padding: 0 10px;
	margin: 0 auto;
	text-align:center;
}
.company p{
	font-size: 18px;
	font-weight: 500;
	text-align:left;
	line-height: 1.8;
}
.company p.president{
	text-align: right;
	margin-top: 50px;
}
.company p.president span{
	font-size: 22px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-weight: bold;
	letter-spacing:-0.1em;
}
.company{
	margin-top: 50px;
}
.company .cube_btn{
	background: #eb6120;
}
p.alignCenter{
	text-align: center;
	padding: 6px 15px 0px 15px;
}

.right_box {
  width: auto;
  display: inline;
  }
.right_box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 300px 570px 0 0;
  border-color: #fdf3ee transparent transparent transparent;
  line-height: 0px;
  _border-color: #fdf3ee #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  z-index: -1;
  }


.company h2{
	line-height: 1.5;
	font-size: 2em;
	padding: 12px 0px 12px 0px;
	background: #eb6120;
	color: #ffffff;
	position: relative;
	margin-bottom: 40px;
}
.company h2::after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 70px 70px 0 0;
	border-color: #000000 transparent transparent transparent;
}
.company_box{
	max-width: 980px;
	padding: 0 10px;
}
.left_box{
	text-align: left;
	float: left;
	padding-right: 40px;
}
.right_box{
	position: relative;
	width: calc(100% - 376px);
	text-align: left;
	line-height: 1.8;
	float: right;
	padding: 40px 0 0 40px;
}
.access_left_box{
	width: 490px;
	float: left;
}
.access_left_box a{
	display: inline;
}
.access_right_box{
	width: calc(100% - 580px);
	text-align: left;
	line-height: 1.8;
	float: right;
}
.img-list{
	margin-bottom: 30px;
}
.img-list li {
    float: left;
    width: calc((100% / 3) - 20px);
}
.img-list li:nth-child(n + 2) {
	margin-left: 29px;
}

#page_title_center h2{
	font-size: 46px;
	padding-top: 40px;

}
#page_title_center span{
    padding: 10px 0 16px 0;
    color: #888888;
    display: block;
    border-bottom:3px solid #000;
    position: relative;
    margin:10px 0 10px 0;
}
#page_title_center span:before{
	content:"";
	display:block;
	width:50%;
	border-bottom:3px solid #eb6120;
	position:absolute;
	bottom:0;
	margin-bottom:-3px;
}

a.cp-access {
    width: 320px;
    height: 42px;
    color: #eb6221;
    border: solid 2px #eb6120;
    padding: 5px 15px 0px 15px;
    border-radius: 50px;
    float: right;
    font-size: 16px;
    box-sizing: border-box;
    margin: -8px 40px 0 0;
}

.mB25{
	margin-bottom: 25px;
}
.mB40{
	margin-bottom: 40px;
}
.mB50{
	margin-bottom: 40px;
}
.mT35{
	margin-top: 35px;
}

.fLeft{
	float: left;
}
.fRight{
	float: right;
}


.company_detail{
	margin-bottom: 40px;
}

.company_detail table{
	max-width: 980px;
	padding: 0 10px;
	border-collapse: collapse;
	font-size: 18px;
	line-height: 1.5;
}
.company_detail table th,
.company_detail table td{
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: left;
	vertical-align: top;
	padding: 25px 0 25px 30px;
	width: 800px;
	font-weight: 500;
}
.company_detail table th{
	background: #f1f2f6;
	width: 180px;
	font-weight: 500;
}
.company_detail table td span{
	font-weight: 500;
}
#accessmap{
	width: 635px;
	margin: 0 auto 40px auto;
}
#googlemap{
	float: left;
	width: 410px;
	position: relative;
	padding: 60% 0 0 0;
	margin-right: 30px;
}

.pcImg{
	display: initial;
}
.spImg{
	display: none;
}

p.link {
    width: 175px;
    margin-right: 20px;
    float: left;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
margin-bottom:30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}




@media screen and (max-width: 1000px){
	.right_box::before{
		border-width: 210px 360px 0 0;
	}
	.company {
	    margin-top: 60px;
	}
	.cube_btn.ta-c.arrow02 p,.company p{
		font-size: 16px;
	}
	.right_box{
		width: calc(100% - 376px);
	}
	.company,#page_title_center,.company_box,.company_detail table{
	}
	.company_detail table{
	}
	.access_left_box{
		width: 375px;
	}
	.access_right_box{
		width: 205px;
	}
	a.cp-access{
		float: initial;
		margin: 9px 40px 0 0;

	}
	.cube_btn.ta-c.arrow02 {
	    text-align: left;
	}

}

@media screen and (max-width: 767px){
	  #page_title_center h2 {
    padding-top: 30px;
    font-size: 32px;
  }
	#page_title_center span{
		margin-bottom:60px;
	}
	.company h2 {
	      line-height: 1.5;
	      font-size: 20px;
	      padding: 12px 0px 12px 0px;
	      background: #eb6120;
	      color: #ffffff;
	      position: relative;
	      margin-bottom: 30px;
	  }
	.company h2::after {
	        content: "";
	        position: absolute;
	        left: 0;
	        top: 0;
	        width: 0;
	        height: 0;
	        border-style: solid;
	        border-width: 50px 50px 0 0;
	        border-color: #000000 transparent transparent transparent;
	    }
			.cube_btn.ta-c.arrow02 p, .company p {
    font-size: 13px;
	}
    .right_box::before{
    	border-width: 130px 250px 0 0;
    	top: -10px;
    	left: 190px;
    }
	.arrow02::after {
	  right: 25px;
	  width: 20px;
	  height: 20px;
	}
	.company, #page_title_center{
		width: 94%;
		margin:0 auto;
	}
	p.alignCenter{
		padding: 0px 15px 0px 15px;
	}
	.company_detail table th,.company_detail table td{
		padding: 15px;
		display: block;
		width: 100%;
		box-sizing: border-box;
		border-bottom: none;
	}
	.company_detail table{
		width: 100%;
		font-size: 13px;
	}
	.company_box{
		padding: 0;
		width: 100%;
	}
	.pcImg{
		display: none;
	}
	.spImg{
		display: initial;
	}
	a.cp-access{
		width: 100%;
		height: 40px;
		line-height: 36px;
		font-size: 12px;
		text-align:center;
		padding: 0;
	}
	a.cp-access img{
		padding-top: 8px !important;
	}
	.right_box{
		width: 100%;
		padding:0 0 0 0;
	}
	.img-list{
		margin-bottom:0;
	}
	.img-list li{
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}
	.img-list li img{
		width: 100%;
	}
	.img-list li:nth-child(n + 2){
		margin-left:0;
	}
	.access_right_box,.access_left_box{
		width: 100%;
		float: none;
	}
	.cube_btn.ta-c.arrow02{
		text-align:center;
		margin-top:20px;
	}

	p.link {
	    width: 150px;
	    margin-right: 20px;
	    float: left;
	}
}

@media screen and (max-width: 480px){
.right_box::before{
	border-width: 90px 150px 0 0;
}
}

 /* 表彰歴 */
 @media screen and (min-width: 767px) {
	.company_detail table th:first-child {
		width: 20%;
	}
	.company_detail table th:nth-child(2) {
		width: 55%;
	}
}
.company_detail.awardDetail td {
	padding: 25px 30px;
}
.company_detail.awardDetail th:nth-child(2),
.company_detail.awardDetail td:nth-child(2) {
	border-left: solid 1px #CCCCCC;
	border-right: solid 1px #CCCCCC;
}
.comapany-award-eyecatch {
	display: block;
	margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
	.company_detail.awardDetail th,
	.company_detail.awardDetail td {
		width: calc(100% / 3);
		display: inline-flex;
	}
	.company_detail.awardDetail td {
		padding: 25px 8px;
	}
	.comapany-award-eyecatch {
		margin-bottom: 30px;
	}
	.company_detail.awardDetail table th:first-child,
	.company_detail.awardDetail table td:first-child {
		width: 24%;
	}
	.company_detail.awardDetail table th:nth-child(2),
	.company_detail.awardDetail table td:nth-child(2) {
		width: 50%;
	}
	.company_detail.awardDetail table th:nth-child(3),
	.company_detail.awardDetail table td:nth-child(3) {
		width: 26%;
	}
}
