@charset "UTF-8";

.Main-content {
    width: 100%;
    position: relative;
    top: -100px;
    z-index: -1;
    height: 700px;
    overflow: hidden;
    background-size: cover;
}
.Main-content::before{
  /* 透過した黒を上から重ねるイメージ */
  background-color: rgba(0,0,0,0.4);
  /* 自由に位置指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ' ';
}
.Main-content .M-caption {
    max-width: 1080px;
    margin: 0 auto;
    position: absolute;
    bottom: 60px;
    left: 58%;
}
.Main-content .M-caption .Sub-caption {
    position: relative;
    top: -94px;
    float: right;
    left: -258px;
}


.Company-content01 {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.Company-content01 .M-caption {
    margin-left: 30px;
    margin-bottom: 10px;
}
.Company-content01 .M-caption .Sub-caption {
    top: -17px;
    right: -211px;
    position: relative;
}
.Company-content01 .M-text p {
    font-size: 18px;
    margin: 0;
    line-height: 1.9;
}

.Company-content02 {
    width: 100%;
    max-width: 1080px;
    margin: 110px auto 0;
}
.Company-content02 .P-caption {
    text-align: center;
}
.Company-content02 .P-caption .Sub-caption {
    position: relative;
    left: 56%;
    top: -14px;
}
.Company-content02 #table01 {
    width: 100%;
    background: #fff;
    margin: 25px auto 0;
    padding: 45px 65px 48px;
    border-spacing:0;
}
.Company-content02 #table01 th,
.Company-content02 #table01 td {
  border-bottom: 1px solid #e0e0e0;
}
.Company-content02 #table01 th {
  padding: 30px 0px 15px 29px;
  text-align: left;
}
.Company-content02 #table01 td {
  padding: 30px 50px 15px;
}




@media only screen and (max-width: 768px) {
    
.Main-content {
    top: -60px;
    height: 330px;
    background-position: 62% 50%;
}
.Main-content .M-caption {
    max-width: 300px;
    bottom: 5px;
    right: -168px;
    left: 0;
}
.Main-content .M-caption .Sub-caption {
    top: -53px;
    left: -245px;
}
    
 .Company-content01 {
    max-width: 90%;
}
.Company-content01 .M-caption {
    margin-left: 0;
    margin-bottom: 15px;
}
.Company-content01 .M-caption .Sub-caption {
    top: -12px;
    right: -155px;
}
.Company-content01 .M-text p {
    font-size: 14px;
    line-height: 1.7;
}
    
.Company-content02 {
    max-width: 85%;
    margin: 90px auto 0;
}
.Company-content02 .P-caption {
    margin-right: 32px;
}
.Company-content02 .P-caption .Sub-caption {
    left: 196px;
}
    
.Company-content02 #table01 {
    margin: 10px auto 0;
    padding: 23px 17px 28px;
    border-spacing:0;
}   
.Company-content02 #table01 th {
    border-bottom: none;
}
.Company-content02 #table01 th,
.Company-content02 #table01 td {
    width: 100%;
    display: block;
    font-size: 14px;
  }

  .Company-content02 #table01 th {
    width: 100%;
    padding: 20px 0 2px;
  }

 .Company-content02 #table01 td {
    padding-top: 0;
    padding: 0 0 8px;
  }

}