@charset "UTF-8";


.company #content h2{
    margin-top: 132px;
    margin-bottom: 80px;
    font-family: 'EB Garamond', serif;
    font-weight: 400; 
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
  }  

.company #content h2 span{
  display:inline-block;
  padding: 32px 0 0;
  position: relative;
}

.company #content h2 span:before{
  content:"";
  display:block;
  width:80px;
  height:1px;
  background-color:#0c0508;
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
}

.banner {
	width:400px;
	margin:40px auto;
}


@media screen and (max-width: 768px) {
	
.banner {
	width:80%;
	margin:30px auto;
}

.company #content h2{
  margin-top: 60px;
  margin-bottom: 25px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}

.company #content h2 span{
  display:inline-block;
  padding: 15px 0 0;
  /*letter-spacing: 0px;*/
  position: relative;
}

.company #content h2 span:before{
  content:"";
  display:block;
  width:34px;
  height:1px;
  background-color:#000000;
  position:absolute;
  top:0;
  left:50%;
  transform: translateX(-50%);
}

}

#company01 {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  position: relative;
}


#company01 .c_img {
  width: 80%;
  height: auto;
  z-index: 8;
}
   
#company01 .c_img img {
  width: 100%;
  height: auto;
  margin: 0;
}


#company01 .c_text {
  display: block;
  width: 420px;
  height: 380px;
  background-color:#0c0508;
  color: #fff;
  
  position: absolute;
    right: 0;
    top: 40%;
  z-index: 9;
}


#company01 .c_text .box {
  
  width: 100%;
  
  margin: 0 auto;
  padding: 60px 40px 50px 45px;
   -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.company #content h3 {
   font-size: 16px;
   font-weight:bold;
   line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: left;
   margin: 15px auto 35px;
}

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

  #company01 .c_text {
  display: block;
  width: 360px;
  height: 320px;
  background-color:#0c0508;
  color: #fff;
  
  position: absolute;
    right: 0;
    top: 40%;
  z-index: 9;
}

#company01 .c_text .box {

  padding: 50px 30px 40px 32px;
}

.company #content h3 {
   font-size: 14px;
   margin: 0 auto 15px;
}

}

@media screen and (max-width: 768px) {
  #company01 .c_img {
  width: 100%;
  min-height:400px;
}
   
#company01 .c_img img {
  width: 100%;
  height: auto;
  margin: 0;
}


  #company01 .c_text {
  display: block;
  width: 90%;
  height: 300px;
  background-color:rgba(0,0,0,0.50);
  color: #fff;
  
  position: absolute;
    left:  5%;
    top: 30%;
  
}

#company01 .c_text .box {

  padding: 20px;
}

.company #content h3 {
   font-size: 16px;
   margin: 0 auto 15px;
}
}

#company02 {
   width: 80%;
    margin: 40px auto 80px;
}

.company #content #company02 h2{
    margin-top: 70px;
    margin-bottom: 40px;
    font-family: 'EB Garamond', serif;
    font-weight: 400; 
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0.2em;
    text-align: center;
  }  
#company02 .corporate-table {
    width: 100%;
    border-top: 1px solid #ddd;
    border-collapse: collapse;
    table-layout: fixed;
}

#company02 .corporate-table th, #company02 .corporate-table td {
    padding: 16px 8px;
    vertical-align: middle;
    text-align: left;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
}

#company02 .corporate-table.outline th {
        width: 30%;
        text-align: right;
        font-weight: bold;
        padding-right: 5%;
    }


@media screen and (max-width: 768px) {
#company02 {
   width: 96%;
    margin: 40px auto 50px;
}

.company #content #company02 h2{
  margin-top: 30px;
  margin-bottom: 25px;
  font-family: 'EB Garamond', serif;
  font-weight: 400;
  font-size: 1.4em;
  line-height: 1;
  letter-spacing: 0.12em;
  text-align: center;
}
#company02 .corporate-table {
    width: 100%;
    border-top: 1px solid #ddd;
    table-layout:fixed;
}

#company02 .corporate-table th {
    width: 100% !important;
    display: block;
    padding: 16px 0 !important;
    padding-right: 0 !important;
    vertical-align: middle;
    text-align: center !important;
    font-weight: normal;
    border-bottom: none;
    margin: 0 !important;
}

#company02 .corporate-table td {
    width: 100% !important;
    display: block;
    padding: 0 8px 16px;
    vertical-align: middle;
    text-align: center !important;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    margin: 0 !important;
    line-height: 2;
}


}