@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

File name : corp.css
---------------------------------------------------------- 

/* corp
---------------------------------------------------------- */
#corp{}

/* visualArea -------------- */
#corp #content #visualArea{
	background:url(../img/corporate/visual.jpg) no-repeat right center;
	background-size:cover;
}

/* h4 ---------------------- */
#corp h4{
	margin:0 0 10px 0;
	color:#000;
	font-size:20px;
	font-weight:bold;
}

/* lead -------------------- */
#corp .lead{
	margin:0 0 40px 0;
}

#corp .lead p{
	margin:0;
}

/* pdf_link /linkArea ------ */
#corp main .pdf_link,
#corp main .linkArea,
#corp main .external_link{
	padding:35px 0 0 0;
	margin:0 auto;
	text-align:center;
	width:100%;
	max-width:750px;
}

#corp main .pdf_link a,
#corp main .linkArea a,
#corp main .external_link a{
	display:block;
	padding:30px 0;
	font-size:20px;
	border:1px solid #cdcdcd;
}

#corp main .pdf_link a span{
	padding:0 25px 0 0;
	background:url(../img/common/icon_pdf.png) no-repeat right top;
	background-size:21px auto;
}

#corp main .linkArea a span{
	padding:0 0 0 25px;
	background:url(../img/common/icon_awC1R.png) no-repeat left center;
	background-size:18px auto;
}

#corp main .external_link a span{
	padding:0 0 0 25px;
	background:url(../img/common/icon_other2.png) no-repeat left center;
	background-size:18px auto;
}

/* responsive -------------- */
@media screen and (max-width: 686px) {
}

@media screen and (max-width: 479px) {
	#corp h4{margin:0 0 5px 0; font-size:16px;}
	#corp .lead{margin:0 0 20px 0;}
	
	#corp main .pdf_link,
	#corp main .linkArea,
	#corp main .external_link{padding:18px 0 0 0;}
	#corp main .pdf_link a,
	#corp main .linkArea a,
	#corp main .external_link a{padding:15px 5px; font-size:13px;}
	#corp main .pdf_link a span,
	#corp main .linkArea a span,
	#corp main .external_link a span{background-size:13px auto;}
		#corp main .pdf_link a span{padding:0 15px 0 0;}
		#corp main .linkArea a span,
		#corp main .external_link a span{padding:0 0 0 15px;}}


/* top
---------------------------------------------------------- */
/* contList ---------------- */
#corp .top .contList{
	margin:0;
	overflow:hidden;
}

#corp .top .contList .box{
	float:left;
	margin:0 4.338394793926247% 40px 0;
	width:30.36876355748373%;
}
	#corp .top .contList .box:nth-child(3n){margin:0 0 40px 0;}

#corp .top .contList .box a{
	display:block;
	position:relative;
	border: 1px solid #BBBBBB;
  border-radius: 6px;
}

#corp .top .contList .box a .txt{
	padding:5px 0;
	width:100%;
	color: #555;
	text-align:center;
	background-color: #fff;
	position:absolute;
	left:0;
	bottom:0;
}

#corp .top .contList .box a .txt span{
	position: relative;
	display: inline-block;
	padding:0 0 0 15px;
	font-size: 14px;
	font-weight:bold;
	line-height:1.4em;
	text-decoration: underline;
}
#corp .top .contList .box a .txt span::before {
	position: absolute;
	left: 0;
	top: 6px;
	content: '';
	width: 6px;
	height: 6px;
	margin-right: 1em;
	border-top: solid 2px #E50012;
	border-right: solid 2px #E50012;
	transform: rotate(45deg);
}
#corp .top .contList .box a:hover .txt {
	background-color: #E50012;
	color: #fff;
}
#corp .top .contList .box a:hover .txt span {
	text-decoration: none;
}
#corp .top .contList .box a:hover .txt span::before {
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
}

#corp .top .contList .box ul{
	padding:10px 10px 0 10px;
	overflow:hidden;
}

#corp .top .contList .box ul li{
	float:left;
	margin:0 0 8px 0;
	width:50%;
}
	#corp .top .contList .box ul li:nth-last-child(1),
	#corp .top .contList .box ul li:nth-last-child(2){margin:0;}


/* responsive -------------- */
@media screen and (max-width: 1000px) {
	#corp .top .contList .box{margin:0 4% 40px 0; width:48%;}
		#corp .top .contList .box:nth-child(3n){margin:0 4% 40px 0;}
		#corp .top .contList .box:nth-child(2n){margin:0 0 40px 0;}
}

@media screen and (max-width: 900px) {
}

@media screen and (max-width: 686px) {
}

@media screen and (max-width: 479px) {
	#corp .top .contList .box{margin:0 0 20px 0; width:100%;}
		#corp .top .contList .box:nth-child(3n),
		#corp .top .contList .box:nth-child(2n){margin:0 0 20px 0;}
	#corp .top .contList .box a .txt{font-size:14px;}
}



/* message
---------------------------------------------------------- */
#corp .message{}

#corp #content.message #visualArea{
	background: none;
}

#corp .message #visualArea p{
	font-size: 18px;
}

#corp .message #visualArea .img{
	margin-top: 10px;
	max-width: 250px;
}

#corp .message .blockArea{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#corp .message .imgArea{
	width: 40%;
}

#corp .message .txtArea{
	width: 56%;
}

#corp .message .bannerArea{
	padding-top: 30px;
	margin-top: 30px;
	border-top: 2px solid #E50012;
}

#corp .message .bannerInner{
	margin: 0 auto;
	max-width: 800px;
}

#corp .message .bannerArea h3{
	margin-bottom: 10px;
}

#corp .message .bannerArea a{
	display: inline-block;
	border: 1px solid #dddddd;
}



#corp .message.ver2 .txtArea{
	width: 53%;
}
#corp .message.ver2 .txtArea p{
	line-height: 2.1;
}
#corp .message .imgArea img + img{
	margin-top: 15px;
}

/* responsive -------------- */
@media screen and (max-width: 1100px) {
	#corp .message .blockArea{ display: block; overflow: hidden;}
	#corp .message .imgArea{ float: left; margin-right: 4%; }
	#corp .message .txtArea{ width: 100%; }


	#corp .message.ver2 .txtArea{width: 100%;}
	#corp .message.ver2 .txtArea p{line-height: 1.8;}
}

@media screen and (max-width: 686px) {
	#corp .message #visualArea .visualInner{ padding-top: 20px; }
	#corp .message #visualArea h2{ margin-bottom: 10px; }
	#corp .message #visualArea p{ font-size: 14px; }
	#corp .message #visualArea .img{ max-width: 200px; }
	#corp .message .bannerArea{ padding-top: 4vw; margin-top: 4vw; }
}

@media screen and (max-width: 479px) {
	#corp .message #visualArea .visualInner{ padding-top: 12px; }
	#corp .message #visualArea h2{ margin-bottom: 5px; line-height: 1em; }
	#corp .message #visualArea p{ font-size: 12px; }
	#corp .message #visualArea .img{ margin-top: 5px; max-width: 140px; }
	#corp .message .imgArea{ float: none; margin: 0 0 20px 0; width: 100%; }
}




/* idea
---------------------------------------------------------- */
#corp .idea{}

#corp .idea .box{
	margin:0 0 30px 0;
}
	#corp .idea .box:last-child{margin:0;}

#corp .idea .boxInner{
	overflow:hidden;
}

#corp .idea .boxL{
	float:left;
	width:75%;
	max-width:690px;
}

#corp .idea .boxR{
	float:right;
	width:23%;
	max-width:210px;
}

#corp h4.layout1{
	margin-left:38px;
}

#corp .idea h4.layout1 span{
	display:inline-block;
	margin:0 10px 0 -38px;
	width:28px;
	height:28px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	box-sizing:border-box;
	background-color:#E50012;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}

#corp .idea .box .icon{
	padding:5px 0;
	margin:0 0 15px 0;
	width:100%;
	max-width:240px;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	background:#000;
}
#corp .idea .block > .block{
	padding:30px 25px 0 25px;
	margin:0 0 30px 0;
	background:url(../img/corporate/group_idea/line.jpg) repeat-x 0 0;
}
#corp .idea .block p + .block {
  margin-top: 60px;
}

/* responsive -------------- */
@media screen and (max-width: 686px) {
	#corp .idea .boxL,
	#corp .idea .boxR{float:none; width:100%; max-width:inherit;}
		#corp .idea .boxL{margin:0 0 15px 0;}
		#corp .idea .boxR{text-align:center;}
	
	#corp .idea .box .icon{max-width:inherit;}
}

@media screen and (max-width: 479px) {
	#corp h4.layout1{margin-left:25px;}
	#corp .idea h4.layout1 span{margin:0 5px 0 -25px; width:20px; height:20px; font-size:14px; line-height:20px;}
	#corp .idea .box .icon{padding:3px 0; margin:0 0 8px 0; font-size:18px;}
}


/* group_idea
---------------------------------------------------------- */
#corp .group_idea .block{
	padding:30px 25px 0 25px;
	margin:0 0 30px 0;
	background:url(../img/corporate/group_idea/line.jpg) repeat-x 0 0;
}

#corp .group_idea .block p{
	margin:0;
}

#corp .group_idea .block ul{
}

#corp .group_idea .block ul li{
	margin:0 0 0 2em;
}

#corp .group_idea .block ul li span{
	margin:0 0 0 -2em;
}

#corp .group_idea .block p.notes{
	margin:0 0 0 2em;
}

/* responsive -------------- */
@media screen and (max-width: 479px) {
	#corp .group_idea .block{padding:15px 3% 0 3%; margin:0 0 15px 0;}
}


/* identity
---------------------------------------------------------- */
#corp .identity{}

/* logoArea ---------------- */
#corp .identity .logoArea{}

#corp .identity .logoInner{
	overflow:hidden;
}

#corp .identity .logoArea .img{
	float:left;
	width:45%;
	border:1px solid #cccccc;
}

#corp .identity .logoArea p{
	float:right;
	margin:0;
	width:53%;
}

/* sloganArea -------------- */
#corp .identity .sloganArea{}

#corp .identity .slogan{
	padding:20px 0;
	margin:0 0 5px 0;
	text-align:center;
	border:1px solid #cccccc;
}

#corp .identity .slogan p{
	margin:0;
}

#corp .identity .slogan .txt1{
	margin:0 0 8px 0;
	color:#7FAC26;
	font-size:30px;
	font-weight:bold;
	line-height:1.2em;
}

#corp .identity .slogan .txt2{
	font-size:20px;
	line-height:1.2em;
}

/* platformArea ------------ */
#corp .identity .platformArea{}

/* box */
#corp .identity .platformArea .box{
	margin:0 0 40px 0;
}
		#corp .identity .platformArea .box:last-child{margin:0;}


/* leadArea */
#corp .identity .platformArea .leadArea{
	position:relative;
}

#corp .identity .platformArea .leadArea p{
	width:57.6%;
	max-width:530px;
	position:absolute;
	top:0;
	left:0;
}

#corp .identity .platformArea .box h4{
	font-weight:normal;
}
	#corp .identity .platformArea .philosophyArea h4{color:#9AB870;}
	#corp .identity .platformArea .missionArea h4{color:#068531;}
	#corp .identity .platformArea .visionArea h4{color:#5D9E2D;}
	#corp .identity .platformArea .valueArea h4{color:#96B40C;}

#corp .identity .platformArea .box h4 span{
	display:inline-block;
	padding:8px 0;
	margin:0 10px 0 0;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	line-height:1.2;
	width:200px;
}
	#corp .identity .platformArea .philosophyArea h4 span{background-color:#9AB870;}
	#corp .identity .platformArea .missionArea h4 span{background-color:#068531;}
	#corp .identity .platformArea .visionArea h4 span{background-color:#5D9E2D;}
	#corp .identity .platformArea .valueArea h4 span{background-color:#96B40C;}

#corp .identity .platformArea .box p.lead{
	margin:0 0 15px 0;
	font-size:20px;
	font-weight:bold;
}
	#corp .identity .platformArea .philosophyArea p.lead{color:#9AB870;}
	#corp .identity .platformArea .missionArea p.lead{color:#068531;}
	#corp .identity .platformArea .visionArea p.lead{color:#5D9E2D;}
	#corp .identity .platformArea .valueArea p.lead{color:#96B40C;}

#corp .identity .platformArea .box p.copy{
	padding:50px 0;
	margin:0 0 10px 0;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	line-height:1.4em;
	border:1px solid #cccccc;
}
	#corp .identity .platformArea .philosophyArea p.copy{color:#9AB870;}
	#corp .identity .platformArea .missionArea p.copy{color:#068531;}
	#corp .identity .platformArea .visionArea p.copy{color:#5D9E2D;}

#corp .identity .platformArea .valueInner{
	padding:20px 25px;
	border:1px solid #cccccc;
}

#corp .identity .platformArea .value{
	margin:0 0 30px 0;
}
	#corp .identity .platformArea .value:last-child{margin:0;}
 
#corp .identity .platformArea .value h5{
	margin:0 0 15px 0;
	color:#96B30C;
	font-size:30px;
	font-weight:bold;
}

#corp .identity .platformArea .boxInner{
	overflow:hidden;
}

#corp .identity .platformArea .boxInner ul{
	float:left;
	width:45%;
}

#corp .identity .platformArea .boxInner ul li{
	margin:0 0 0 1em;
}

#corp .identity .platformArea .boxInner ul li span{
	margin:0 0 0 -1em;
}

#corp .identity .platformArea .boxInner p{
	float:right;
	margin:0;
	width:52%;
	font-size:12px;
	line-height:1.8em;
}

/* responsive -------------- */
@media screen and (max-width: 1000px) {
	#corp .identity .platformArea .boxInner ul,
	#corp .identity .platformArea .boxInner p{float:none; width:100%; box-sizing:border-box;}
		#corp .identity .platformArea .boxInner ul{margin:0 0 10px 0;}
}

@media screen and (max-width: 686px) {
	#corp .identity .logoArea .img,
	#corp .identity .logoArea p{float:none; width:100%; box-sizing:border-box;}
		#corp .identity .logoArea .img{margin:0 0 10px 0;}
	#corp .identity .platformArea .leadArea p{width:100%; max-width:inherit; position:static;}
}

@media screen and (max-width: 479px) {
	#corp .identity .logoArea .img{padding:1px 0 0 0;}
	#corp .identity .slogan{padding:15px 0;}
	#corp .identity .slogan .txt1{font-size:22px !important;}
	#corp .identity .slogan .txt2{font-size:14px !important;}
	#corp .identity .platformArea .box{margin:0 0 20px 0;}
	#corp .identity .platformArea .box h4 span{padding:4px 0; font-size:14px; width:130px;}
	#corp .identity .platformArea .box p.lead{margin:0 0 10px 0; font-size:14px !important;}
	#corp .identity .platformArea .box p.copy{padding:15px 3%; margin:0 0 10px 0; font-size:22px !important;}
	#corp .identity .platformArea .valueInner{padding:15px 3%;}
	#corp .identity .platformArea .value{margin:0 0 15px 0;}
	#corp .identity .platformArea .value h5{margin:0 0 10px 0; font-size:22px;}
}


/* history
---------------------------------------------------------- */

#corp #content.history {
  background: none;
  padding-bottom: 0;
  border-bottom: solid 47px #941212;
}
#corp .history .sideNav {
  padding-bottom : 40px;
}
#corp .history .inner {
  padding-bottom: 47px;
  margin-bottom: -47px;
  background: #fff url(../img/corporate/histroy/ground.png) center bottom no-repeat;
}
#corp .historyContent {
  padding-top: 85px;
}
#corp .historyContent .body {
  background: url(../img/corporate/histroy/line.png) center top no-repeat;
  position: relative;
  height: 4609px;
}
#corp .historyContent .head .logo img {
  max-width: 473px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#corp .historyContent .head .heading {
  margin-top: 10px;
  margin-bottom: 0;
  color: #E50012;
  font-size: 80px;
  text-align: center;
  line-height: 1;
}
#corp .historyContent .head .lead {
  margin-top: 18px;
  margin-bottom: 30px;
  color: #941212;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.56;
}
#corp .historyContent .head .lead .br {
  display: none;
}
#corp .historyContent .head .more {
  text-align: center;
}
#corp .historyContent .head .more a {
  display: inline-block;
  font-size:16px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  border: solid 1px #ccc;
  padding: 27px 0 25px;
  width: 700px;
}
#corp .historyContent .head .more a:before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 21px;
  margin-top: -2px;
  margin-right: 4px;
  background: url(../img/corporate/histroy/arrow_circle.png) no-repeat;
  vertical-align: middle;
}
#corp .historyContent .head .more a:link,
#corp .historyContent .head .more a:hover,
#corp .historyContent .head .more a:visited,
#corp .historyContent .head .more a:visited:hover,
#corp .historyContent .head .more a:active {
  color: #E50012;
}
#corp .historyContent .body {
  margin-top: 68px;
}
#corp .historyContent .block {
  position: absolute;
}
#corp .historyContent .blockHead .heading {
  margin: 0;
}
#corp .historyContent .blockHead .sub {
  color: #E50012;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.25;
}
#corp .historyContent .blockBody {
  margin-top: 6px;
}
#corp .historyContent .blockBody .border {
  border: solid 1px #000;
}
#corp .historyContent .blockBody .pair {
  display: table;
  width: 100%;
}
#corp .historyContent .blockBody .fig,
#corp .historyContent .blockBody .texts {
  display: table-cell;
  vertical-align: middle;
}
#corp .historyContent .blockBody .fig {
    width: 182px;
    /*width: 41%;*/
  vertical-align: top;
}
#corp .historyContent .blockBody .fig img {
  width: 100%;
  display: block;
}
#corp .historyContent .blockBody .fig figcaption {
  font-size: 12px;
  line-height: 1.83;
  margin: 0;
}
#corp .historyContent .blockBody .texts {
  margin: 0;
  position: relative;
}
#corp .historyContent .blockBody .js-clone {
  display: none;
}
#corp .historyContent .blockBody .texts .lead {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.57;
}
#corp .historyContent .blockBody .detail a {
  background: #E50012;
  display: block;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  width: 4.5em;
  margin-top: 10px;
  margin-left: auto;
  padding: 5px 13px 4px 11px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
#corp .historyContent .blockBody .detail a:link,
#corp .historyContent .blockBody .detail a:hover,
#corp .historyContent .blockBody .detail a:visited,
#corp .historyContent .blockBody .detail a:visited:hover,
#corp .historyContent .blockBody .detail a:active {
  color: #fff;
}
#corp .historyContent .blockBody .detail a:before {
  content: '';
  display: inline-block;
  width: 9px;
  height: 6px;
  margin-top: -2px;
  margin-right: 7px;
  background: url(../img/corporate/histroy/arrow.png) center top no-repeat;
  vertical-align: middle;
}
#corp .historyContent .blockR {
  left: 50%;
  padding-left: 28px;
}
#corp .historyContent .blockR .texts {
  padding-left: 11px;
}
#corp .historyContent .blockL {
  right: 50%;
  padding-right: 28px;
}
#corp .historyContent .blockL .texts {
  padding-right: 8px;
}
#corp .historyContent .blockL .blockHead {
  text-align: right;
}

#corp .history #detail1984 {
  width: 100%!important;
  left: 0%!important;
  margin-right: 2.34375%;
  margin-left: 2.34375%;
}
.js #corp .history .column {
  height: 0;
  overflow: hidden;
  position: absolute;
  z-index: 2;
}
#corp .history .column .columnInner {
  padding: 10px 12px 13px 11px;
  background: #FAD4C3;
}
#corp .history .column .columnInner .js-close {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  display: block;
  width: 4.5em;
  margin-left: auto;
  border-bottom: solid 1px #9bac7b;
  cursor: pointer;
}
#corp .history .column .columnInner .js-close:before {
  content: '×';
  margin-right: 3px;
}
#corp .history .column .columnInner p {
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 1.57;
}

/* point */
#corp .historyContent .point {
  position: absolute;
  left: 50%;
  margin-left: -67px;
  z-index: 2;
}
#corp .historyContent .point2015 {
  top: 844px;
}
#corp .historyContent .point2005 {
  top: 1436px;
}
#corp .historyContent .point2000 {
  top: 2561px;
}
#corp .historyContent .point1990 {
  top: 3146px;
}

/* block */
#corp .historyContent .block2024 {
  top: 36px;
}
#corp .historyContent .block2021 {
  top: 327px;
}
#corp .historyContent .block2020 {
  top: 618px;
}
#corp .historyContent .block2018 {
  top: 936px;
}
#corp .historyContent .block2016 {
  top: 1208px;
}
#corp .historyContent .block2012 {
  top: 1529px;
}
#corp .historyContent .block2012 .blockBody .texts {
  vertical-align: bottom;
}
#corp .historyContent .block2008 {
  top: 1791px;
}
#corp .historyContent .block2005 {
  top: 2082px;
}
#corp .historyContent .block2002-1 {
  top: 2354px;
}
#corp .historyContent .block2002-1 .blockBody .texts {
  vertical-align: bottom;
}
#corp .historyContent .block2002-2 {
  top: 2649px;
}
#corp .historyContent .block2001 {
  top: 2952px;
}
#corp .historyContent .block1999 {
  top: 3238px;
}
#corp .historyContent .block1999 .blockHead .sub .br {
  display: none;
}
#corp .historyContent .block1992 {
  top: 3558px;
}
#corp .historyContent .block1992 .blockBody .texts {
  vertical-align: bottom;
}
#corp .historyContent .block1986 {
  top: 3878px;
}
#corp .historyContent .block1986 .blockBody .texts {
  vertical-align: top;
}
#corp .historyContent .block1984 {
  top: 4198px;
}
#corp .historyContent .cloud,
#corp .historyContent .birds,
#corp .historyContent .tractor,
#corp .historyContent .cow {
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
}	
#corp .historyContent .cloud1,
#corp .historyContent .cloud2,
#corp .historyContent .cloud3,
#corp .historyContent .cloud6 {
  width: 170px;
  height: 116px;
  background-image: url(../img/corporate/histroy/cloud01.png);
}
#corp .historyContent .birds1,
#corp .historyContent .birds3 {
  width: 237px;
  height: 81px;
  background-image: url(../img/corporate/histroy/birds01.png);
}
#corp .historyContent .birds2 {
  width: 173px;
  height: 61px;
  background-image: url(../img/corporate/histroy/birds02.png);
}
#corp .historyContent .cloud4,
#corp .historyContent .cloud5,
#corp .historyContent .cloud7,
#corp .historyContent .cloud8 {
  width: 264px;
  height: 78px;
  background-image: url(../img/corporate/histroy/cloud02.png);
}
#corp .historyContent .tractor {
  width: 141px;
  height: 99px;
  background-image: url(../img/corporate/histroy/tractor.png);
}
#corp .historyContent .cow1 {
  width: 275px;
  height: 90px;
  background-image: url(../img/corporate/histroy/cow.png);
}
#corp .historyContent .cloud1 {
  top: 638px;
  left: 15.834218916%;
}
#corp .historyContent .birds1 {
  top: 1063px;
  right: 18.065887353%;
}
#corp .historyContent .cloud2 {
  top: 1218px;
  left: 15.834218916%;
}
#corp .historyContent .tractor1 {
  top: 1560px;
  right: 24.44208289%;
}
#corp .historyContent .cloud3 {
  top: 1609px;
  right: 23.910733262%;
}
#corp .historyContent .cow1 {
  top: 1782px;
  left: 7.97024442%;
}
#corp .historyContent .cloud4 {
  top: 1818px;
  left: 9.989373007%;
}
#corp .historyContent .birds2 {
  top: 2343px;
  left: 8.076514346%;
}
#corp .historyContent .cloud5 {
  top: 2403px;
  left: 9.989373007%;
}
#corp .historyContent .cloud6 {
  top: 2643px;
  right: 20.403825717%;
}
#corp .historyContent .birds3 {
  top: 3072px;
  left: 12.433581296%;
}
#corp .historyContent .cloud7 {
  top: 3298px;
  right: 14.665249734%;
}
#corp .historyContent .cloud8 {
  top: 360px;
  right: 14.665249734%;
}
/* responsive -------------- */
@media screen and (min-width: 901px) {
  .js #corp .historyContent .anime {
    -webkit-transition-property: -webkit-transform opacity;
    transition-property: -webkit-transform opacity;
    transition-property: transform opacity;
    transition-property: transform opacity, -webkit-transform opacity;
    -webkit-transition-duration: .7s;
            transition-duration: .7s;
    -webkit-transition-timing-function: ease-in-out;
            transition-timing-function: ease-in-out;
  }

  .js #corp .historyContent .cloud {
    -webkit-transform: translateY(100%) scale(0.5);
        -ms-transform: translateY(100%) scale(0.5);
            transform: translateY(100%) scale(0.5);
    opacity: 0;
  }

  .js #corp .historyContent .cloud.js-enter {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }

  .js #corp .historyContent .birds {
    -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
            transform: translateX(-40%);
    opacity: 0;
  }

  .js #corp .historyContent .birds.js-enter {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }

  .js #corp .historyContent .tractor {
    -webkit-transform: translateX(-40%);
        -ms-transform: translateX(-40%);
            transform: translateX(-40%);
    opacity: 0;
  }

  .js #corp .historyContent .tractor.js-enter {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }

  .js #corp .historyContent .cow {
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 0;
  }

  .js #corp .historyContent .cow.js-enter {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 1100px) {
  #corp .historyContent .body {
    background: url(../img/corporate/histroy/line_sm.png) center top no-repeat;
    background-size: 100% auto;
    background-size: cover;
    /*padding-top: 1064.90384615%;6635*/
    /*padding-top: 1247.67165671%;/*7213*/
    padding-top: 1430.43946727%;
    height: 0;
  }
  #corp .historyContent .head .logo img {
    width: 72%;
  }
  #corp .historyContent .head .heading {
    margin-top: 14px;
  }
  #corp .historyContent .head .lead {
    margin-top: 13px
  }
  #corp .historyContent .body {
    margin-top: 25px;
  }
  #corp .historyContent .block {
    top: 0;
  }
  #corp .historyContent .blockBody {
    margin-top: 3px;
  }
  #corp .historyContent .blockBody .border {
    border: solid 1px #000;
  }
  #corp .historyContent .blockBody .group {
    display: block;
  }
  #corp .historyContent .blockBody .fig,
  #corp .historyContent .blockBody .texts {
    display: block;
  }
  #corp .historyContent .blockBody .fig {
    width: 62.068965517%;
  }
  #corp .historyContent .blockBody .texts {
    margin-top: 5px;
  }
  #corp .historyContent .blockBody .fig figcaption {
    display: block;
    margin-top: 8px;
    line-height: 1;
  }
  #corp .historyContent .blockR {
    padding-left: 11px;
  }
  #corp .historyContent .blockR .texts {
    padding-left: 0;
    padding-right: 8px;
  }
  #corp .historyContent .blockL {
    right: 50%;
    padding-right: 11px;
  }
  #corp .historyContent .blockL .texts {
    padding-right: 0;
    display: none;
  }
  #corp .historyContent .blockL .js-clone {
    display: block;
  }
  #corp .historyContent .blockL .fig {
    display: block;
    margin-left: auto;
  }

  /* point */
  #corp .historyContent .point {
    width: 22.275641025%;
    margin-left: 0;
    top: 0;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  #corp .historyContent .point img {
    display: block;
    width: 100%;
  }
  #corp .historyContent .point2015 {
    margin-top: 276.5384615%;
  }
  #corp .historyContent .point2005 {
    margin-top: 463.7179487%;
  }
  #corp .historyContent .point2000 {
    display: none;
  }
  #corp .historyContent .point1990 {
    margin-top: 833.2692308%;
  }

  /* block */
  #corp .historyContent .block2024 {
    margin-top: 17.269231%
  }
  #corp .historyContent .block2021 {
    margin-top: 106.025641025%;
  }
  #corp .historyContent .block2020 {
    margin-top: 198.6538462%
  }
  #corp .historyContent .block2018 {
    margin-top: 308.2692308%;
  }
  #corp .historyContent .block2016 {
  	display: block;
    margin-top: 381.3461538%;
    width: 50%;
    box-sizing: border-box;
  }
  #corp .historyContent .block2012 {
    margin-top: 486.474359%;
  }
  #corp .historyContent .block2008 {
    margin-top: 570.1282051%;
  }
  #corp .historyContent .block2005 {
    margin-top: 669.3269231%;
  }
  #corp .historyContent .block2002-1 {
    margin-top: 762.7564103%;
  }
  #corp .historyContent .block2002-2 {
    margin-top: 854.7435897%;
  }
  #corp .historyContent .block2001 {
    margin-top: 938.0769231%;
  }
  #corp .historyContent .block1999 {
    margin-top: 1039.0384615%;
  }
  #corp .historyContent .block1999 .blockHead .sub .br {
    display: block;
  }
  #corp .historyContent .block1992 {
    margin-top: 1136.153846%;
  }
  #corp .historyContent .block1986 {
    margin-top: 1233.2692305%;
  }
  #corp .historyContent .block1984 {
    margin-top: 1330.384615%;
  }
  #corp .historyContent .cloud,
  #corp .historyContent .birds,
  #corp .historyContent .tractor,
  #corp .historyContent .cow {
    top: 0;
  }
  #corp .historyContent .cloud1,
  #corp .historyContent .cloud2,
  #corp .historyContent .cloud3,
  #corp .historyContent .cloud6 {
    width: 27.243589743%;
    padding-top: 18.589743589%;
    height: 0;
  }
  #corp .historyContent .birds1,
  #corp .historyContent .birds3 {
    width: 37.98076923%;
    padding-top: 12.98076923%;
    height: 0;
  }
  #corp .historyContent .birds2 {
    width: 27.724358974%;
    padding-top: 9.775641025%;
    height: 0;
  }
  #corp .historyContent .cloud4,
  #corp .historyContent .cloud5,
  #corp .historyContent .cloud7,
  #corp .historyContent .cloud8 {
    width: 42.307692307%;
    padding-top: 12.5%;
    height: 0
  }
  #corp .historyContent .tractor {
    width: 22.596153846%;
    padding-top: 15.865384615%;
    height: 0;
  }
  #corp .historyContent .cow1 {
    width: 44.07051282%;
    padding-top: 14.423076923%;
    height: 0;
  }
  #corp .historyContent .cloud1 {
    margin-top: 225.5769231%;
    left: 3.205128205%; /* 20/624 */
  }
  #corp .historyContent .birds1 {
    margin-top: 334.5512821%;
    right: 6.089743589%; /* 38/624 */
  }
  #corp .historyContent .cloud2 {
    margin-top: 406.025641%;
    left: 3.205128205%; /* 20/624 */
  }
  #corp .historyContent .tractor1 {
    margin-top: 508.2692308%;
    right: 6.089743589%; /* /624 */
  }
  #corp .historyContent .cloud3 {
    margin-top: 516.2820513%;
    right: 8.974358974%; /* 56/624 */
  }
  #corp .historyContent .cow1 {
    margin-top: 600.8974359%;
    left: 0.641025641%; /* 4/624 */
  }
  #corp .historyContent .cloud4 {
    margin-top: 606.025641%;
    left: 3.525641025%; /* 22/624 */
  }
  #corp .historyContent .birds2 {
    margin-top: 778.7820513%;
    left: 0.641025641%; /* 4/624 */
  }
  #corp .historyContent .cloud5 {
    margin-top: 791.6025641%;
    left: 2.243589743%; /* 14/624 */
  }
  #corp .historyContent .cloud6 {
    margin-top: 873.3333333%;
    right: 4.487179487%; /* 28/624 */
  }
  #corp .historyContent .birds3 {
    margin-top: 983.9102564%;
    left: 4.487179487%; /* 28/624 */
  }
  #corp .historyContent .cloud7 {
    margin-top: 1063.3974359%;
    right: 2.564102564%; /* 16/624 */
  }
  #corp .historyContent .cloud8 {
    margin-top: 135.3974359%;
    right: 2.564102564%; /* 16/624 */
  }
}
@media screen and (max-width: 900px) {
  #corp #content.history {
    background: none;
    padding-bottom: 0;
    border-bottom: none;
  }
  #corp .historyContent {
    padding-top: 25px;
  }
  #corp .history .inner {
    padding-bottom: 0;
    margin-bottom: 0;
    background: none;
  }
  #corp .history #mainInner {
    margin-right: -20px;
    margin-left: -20px;
  }
  #corp .historyContent {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }
  #corp .historyContent .body {
    position: relative;
  }
  #corp .historyContent:after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    padding-top: 13.75%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../img/corporate/histroy/ground_sm.png) center bottom no-repeat;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 686px) {
  #corp .history #mainInner {
    margin-right: -2.34375%;
    margin-left: -2.34375%;
  }
  #corp .historyContent {
    position: relative;
    padding-right: 4px;
    padding-left: 4px;
  }
  #corp #content.history:before {
    display: none;
  }
  #corp .historyContent .head .heading {
    font-size: 40px;
  }
  #corp .historyContent .head .lead {
    font-size: 11px!important;
    margin-bottom: 15px;
  }
  #corp .historyContent .head .more a {
    font-size: 11px!important;
    padding: 6px 0;
    width: 100%;
  }
  #corp .historyContent .head .more a:before {
    width: 10.5px;
    height: 10.5px;
    background-size: 10.5px auto;
    margin-right: 2px;
  }
  #corp .historyContent .head .lead .br {
    display: block;
  }
  #corp .historyContent .body {
    margin-top: 40px;
  }
  #corp .historyContent .blockHead .heading img {
    display: block;
  }
  #corp .historyContent .blockHead .sub {
    font-size: 10px!important;
  }
  #corp .historyContent .blockBody .fig figcaption {
    font-size: 8px;
  }
  #corp .historyContent .blockBody .texts {
    font-size: 12px;
  }
  #corp .historyContent .blockBody .texts p {
    font-size: 10px!important;
    line-height: 1.25!important;
  }
  #corp .historyContent .blockBody .detail a {
    margin-top: 6px;
    font-size: 9px;
    width: 4.5em;
    padding: 3px 9px 3px 9px;
    border-radius: 6px;
  }
  #corp .historyContent .blockBody .detail a:before {
    width: 4.5px;
    height: 3px;
    margin-top: -3px;
    margin-right: 5px;
  }
  #corp .history .column {
    width: 100%;
  }
  #corp .history #column1984 {
    width: 100%!important;
    left: 0!important;
  }
  #corp .history #column1984 .columnInner {
    margin-right: 2.34375%;
    margin-left: 2.34375%;
  }
  #corp .history .column .columnInner {
    padding: 5px 6px;
  }
  #corp .history .column .js-close {
    font-size: 10px!important;
  }
  #corp .history .column p {
    margin: 6px 0 0;
    font-size: 10px!important;
    line-height: 1.25;
  }
  #corp .historyContent .blockL .blockHead .heading {
    margin-left: auto;
  }
  #corp .historyContent .block2020 .blockHead .heading {
    width: 39.9999999992%;
  }
  #corp .historyContent .block2018 .blockHead .heading {
    width: 39.9999999992%;
  }
  #corp .historyContent .block2016 .blockHead .heading {
    width: 39.655172413%; /* 115/290 */
  }
  #corp .historyContent .block2012 .blockHead .heading {
    width: 39.310344827%; /* 114/290 */
  }
  #corp .historyContent .block2008 .blockHead .heading {
    width: 42.068965517%; /* 122/290 */
  }
  #corp .historyContent .block2005 .blockHead .heading {
    width: 42.068965517%; /* 122/290 */
  }
  #corp .historyContent .block2002-1 .blockHead .heading {
    width: 42.413793103%; /* 122/290 */
  }
  #corp .historyContent .block2002-2 .blockHead .heading {
    width: 42.413793103%; /* 122/290 */
  }
  #corp .historyContent .block2001 .blockHead .heading {
    width: 38.275862069%; /* 111/290 */
  }
  #corp .historyContent .block1999 .blockHead .heading {
    width: 38.620689655%; /* 112/290 */
  }
  #corp .historyContent .block1992 .blockHead .heading {
    width: 38.965517241%; /* 113/290 */
  }
  #corp .historyContent .block1986 .blockHead .heading {
    width: 39.310344827%; /* 114/290 */
  }
  #corp .historyContent .block1984 .blockHead .heading {
    width: 38.620689655%; /* 112/290 */
  }
}

/* governance
---------------------------------------------------------- */


/* compliance
---------------------------------------------------------- */
#corp .compliance{}

/* woman ------------------- */
#corp .compliance .woman{}

#corp .compliance .woman p.txt{
	margin:0 0 30px 0;
}

#corp .compliance .woman .box{
	margin:0 0 30px 0;
	overflow:hidden;
}
	#corp .compliance .woman .box:last-child{margin:0;}

#corp .compliance .woman .boxL,
#corp .compliance .woman .boxR{
	width:49%;
}
	#corp .compliance .woman .boxL{float:left;}
	#corp .compliance .woman .boxR{float:right}

#corp .compliance .woman .box h5{
	margin:0 0 15px 25px;
	font-size:14px;
}
	#corp .compliance .woman .box4 h5{margin:0 0 15px 0;}
	
#corp .compliance .woman .box h5 span{
	display:inline-block;
	margin:0 5px 0 -25px;
	width:20px;
	height:20px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	line-height:20px;
	box-sizing:border-box;
	background-color:#999999;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}

#corp .compliance .woman .box table{
	width:80%;
} 

#corp .compliance .woman .box table th{}
	#corp .compliance .woman .box1 table th,
	#corp .compliance .woman .box3 table th{width:75%;}
	#corp .compliance .woman .box4 table th{width:60%;}

#corp .compliance .woman .box table td{
	text-align:center;
}

/* reception --------------- */
#corp .compliance .reception{
	padding:25px 20px;
	border:1px solid #cccccc;
}

#corp .compliance .reception h3{
	text-align:center;
}

#corp .compliance .reception dl{
	margin:0 0 15px 0;
	overflow:hidden;
}
	#corp .compliance .reception dl:last-child{margin:0;}

#corp .compliance .reception dl dt{
	float:left;
	margin:0 0 0 38px;
	width:33%;
	font-size:16px;
	clear:both;
}

#corp .compliance .reception dl dd{
	float:right;
	width:59%;
	font-size:16px;
}

#corp .compliance .reception dl dt span{
	display:inline-block;
	margin:0 10px 0 -38px;
	width:28px;
	height:28px;
	color:#ffffff;
	text-align:center;
	vertical-align:middle;
	font-size:20px;
	font-weight:bold;
	line-height:28px;
	box-sizing:border-box;
	background-color:#81AD27;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
}

#corp .compliance .reception dl dd span.mail{
	padding:0 0 0 26px;
	background:url(../img/common/icon_mail.png) no-repeat 0 center;
	background-size:20px auto;
}

#corp .compliance .reception dl dd span.freedial{
	padding:0 0 0 40px;
	color:#E50012;
	font-size:20px;
	font-weight:bold;
	background:url(../img/common/icon_freedial.png) no-repeat left center;
	background-size:35px auto;
}

#corp .compliance .reception dl dd span.freedial a{color:#E50012; font-weight:bold;}

#corp .compliance .reception dl dd span.txt-s{
	font-size:14px;
}

/* risk -------------------- */
#corp .compliance .risk .box{
	margin:0 0 30px 0;
}
	#corp .compliance .risk .box:last-child{margin:0;}

#corp .compliance .risk .box p{
	margin:0;
}

/* list -------------------- */
#corp .compliance ul.list{
	border-top: 1px solid #cccccc;
}

#corp .compliance ul.list li{
	display: table;
	padding: 15px 10px;
	width: 100%;
	border-bottom: 1px solid #cccccc;
	overflow:hidden;
	box-sizing: border-box;
}

#corp .compliance ul.list li span{
	display: table-cell;
	vertical-align: top;
}

#corp .compliance ul.list li span.date{width:120px;}

#corp .compliance ul.list li span.txt{}

#corp .compliance ul.list li span.txt a{
	padding: 0 20px 0 0;
	background: url(../img/common/icon_pdf.png) no-repeat right center;
	background-size: 13px auto;
}

/* responsive -------------- */
@media screen and (max-width: 1050px) {
	#corp .compliance .woman .box{margin:0;}
	#corp .compliance .woman .boxL,
	#corp .compliance .woman .boxR{float:none; width:100%;}
	#corp .compliance .woman .box table{width:100%;} 
	#corp .compliance .woman .box1,
	#corp .compliance .woman .box2,
	#corp .compliance .woman .box3{margin:0 0 30px 0;}
	
	#corp .compliance .reception dl{margin:0 0 25px 0;}
	#corp .compliance .reception dl dt,
	#corp .compliance .reception dl dd{float:none; width:100%;}
		#corp .compliance .reception dl dt{margin:0 0 10px 38px;}
		#corp .compliance .reception dl dd{padding:0 0 0 38px; box-sizing:border-box;}
}

@media screen and (max-width: 686px) {
	#corp .compliance ul.list li{display: block;}
	#corp .compliance ul.list li span{display: block;}
	#corp .compliance ul.list li span.date{margin: 0 0 5px 0;  width:100%;}
}

@media screen and (max-width: 479px) {
	#corp .compliance .woman p.txt{margin:0 0 15px 0;}
	#corp .compliance .woman .box1,
	#corp .compliance .woman .box2,
	#corp .compliance .woman .box3{margin:0 0 15px 0;}
	#corp .compliance .woman .box h5{font-size:12px; margin:0 0 8px 23px;}
		#corp .compliance .woman .box4 h5{margin:0 0 8px 0;}
	#corp .compliance .woman .box h5 span{margin:0 5px 0 -23px; width:18px; height:18px; font-size:12px; line-height:18px;}
	
	#corp .compliance .reception{padding:13px 3%;}
	#corp .compliance .reception dl{margin:0 0 13px 0;}
	#corp .compliance .reception dl dt{margin:0 0 5px 25px; font-size:14px !important;}
	#corp .compliance .reception dl dd{padding:0 0 0 25px; font-size:14px !important;}
	#corp .compliance .reception dl dt span{margin:0 5px 0 -25px; width:20px; height:20px; font-size:14px; line-height:20px;}
	#corp .compliance .reception dl dd span.freedial{padding:0 0 0 38px; font-size:18px; background-size:33px auto;}
	#corp .compliance .reception dl dd span.txt-s{display:inline-block; font-size:11px;}
	
	#corp .compliance .risk .box{margin:0 0 15px 0;}
}


/* summary
---------------------------------------------------------- */
#corp #content.summary main h3{
	margin:0 0 10px 0;
}

#corp .summary .date{
	margin:0 0 5px 0;
	text-align:right;
}

#corp .summary dl{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#f5f5f5;
	overflow:hidden;
}

#corp .summary dl dt,
#corp .summary dl dd{
	float:left;
	padding:15px 10px;
	border-top:1px solid #cccccc;
	box-sizing:border-box;
}
	#corp .summary dl dt{width:28%; clear:both;}
	#corp .summary dl dd{width:72%; border-left:1px solid #cccccc; background:#ffffff;}

#corp .summary dl dd span.map{
	padding:0 0 0 2em;
}

#corp .summary dl dd span.map_link{
	padding:0 0 0 2em;
}

#corp .summary dl dd span.map_link a{
	padding:0 0 0 18px;
	background:url(../img/common/icon_other2.png) no-repeat left center;
	background-size:16px auto;
}

/* companies --------------- */
#corp .summary .companies{
	padding:30px 0;
	border:1px solid #cccccc;
}

#corp .summary .companiesInner{
	margin:0 auto;
	width:94%;
	max-width:460px;
}

/* mapArea ----------------- */
#corp .summary .mapArea .icon{
	padding:5px 0;
	margin:0 0 15px 0;
	width:100%;
	max-width:240px;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	background:#E50012;
}

/* responsive -------------- */
@media screen and (max-width: 1100px) {
	#corp .summary dl dt{width:25%;}
	#corp .summary dl dd{width:75%;}
}

@media screen and (max-width: 686px) {
	#corp .summary dl dt,
	#corp .summary dl dd{float:none; width:100%;}
		#corp .summary dl dd{border-left:none;}
	#corp .summary .mapArea .icon{max-width:inherit;}
}

@media screen and (max-width: 479px) {
	#corp #content main h3{margin:0 0 5px 0;}
	#corp .summary dl dt,
	#corp .summary dl dd{padding:8px 5px;}
	#corp .summary dl dd span.map{display:block; padding:0;}
	#corp .summary dl dd span.map_link{display:inline-block; padding:0;}
	#corp .summary dl dd span.map_link a{padding:0 0 0 15px; background-size:12px auto;}
	#corp .summary .companies{padding:15px 0;}
	#corp .summary .mapArea .icon{padding:3px 0; margin:0 0 8px 0; font-size:18px;}
}


/* overview
---------------------------------------------------------- */
#corp .overview dl{
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-left:1px solid #cccccc;
	background:#f5f5f5;
	overflow:hidden;
}

#corp .overview dl dt,
#corp .overview dl dd{
	float:left;
	padding:15px 10px;
	border-top:1px solid #cccccc;
	box-sizing:border-box;
}
	#corp .overview dl dt{width:20%; clear:both;}
	#corp .overview dl dd{width:80%; border-left:1px solid #cccccc; background:#ffffff;}

#corp .overview dl dd ul{}

#corp .overview dl dd ul li{
	margin:0 0 10px 3em;
}
		#corp .overview dl dd ul li:last-child{margin:0 0 0 3em;}

#corp .overview dl dd ul li span{
	display:inline-block;
	margin:0 0 0 -3em;
	width:3em;
}

#corp .overview p.notes{
	padding:10px 0 0 0;
	margin:0;
	text-align:right;
}

/* responsive -------------- */
@media screen and (max-width: 1200px) {
	#corp .overview dl dt{width:25%;}
	#corp .overview dl dd{width:75%;}
}

@media screen and (max-width: 1000px) {
	#corp .overview dl dt{width:30%;}
	#corp .overview dl dd{width:70%;}
}

@media screen and (max-width: 686px) {
	#corp .overview dl dt,
	#corp .overview dl dd{float:none; width:100%;}
		#corp .overview dl dd{border-left:none;}
}

@media screen and (max-width: 479px) {
	#corp .overview dl dt,
	#corp .overview dl dd{padding:8px 5px;}
	#corp .overview p.notes{padding:5px 0 0 0;}
}
