@charset "UTF-8";
/* CSS Document */
.section-top img {
  width: 100%;
  height: 55vh;
  object-fit: cover;
  object-position: center 70%;
}
@media(max-width:1024px) {
  .section-top img {
    height: 30vh;
  }
}
.section-company {
  margin: 120px auto 200px;
}
@media(max-width:964px) {
  .section-company {
    margin: 60px auto;
  }
}
/*共通項目　見出しタイトル*/
.section-company h3 {
  width: 24%;
  max-width: 348px;
  margin: 0 auto;
}
.title__japanese {
  font-size: 3.2rem;
  font-weight: bold;
  display: block;
  color: #003eca;
  border-bottom: 3px solid #bbdbf3;
  padding-bottom: 5px;
}
.title__english {
  font-size: 2.4rem;
  font-weight: normal;
  color: #003eca;
  display: block;
  padding: 5px 0 60px 0;
}
@media(max-width:910px) {
  .section-company h3 {
    width: 52%;
    max-width: 196px;
    margin: 0 auto;
  }
  .title__japanese {
    font-size: 2rem;
    font-weight: bold;
    display: block;
    color: #003eca;
    border-bottom: 3px solid #bbdbf3;
    padding-bottom: 5px;
  }
  .title__english {
    font-size: 1.6rem;
    padding: 3px 0 40px 0;
  }
}
/*会社案内の表*/
.section-company__table {
  width: 65%;
  max-width: 945px;
  margin: 0 auto;
  border: solid 1px #666666;
}
@media(max-width:768px) {
  .section-company__table {
    width: 81%;
    font-size: 1.1rem;
  }
}
@media(max-width:401px) {
  .section-company__table {
    font-size: 0.6rem;
    font-weight: normal;
  }
}
.section-company__table tr {
  height: 80px;
  border: solid 1px #666666;
}
@media(max-width:768px) {
  .section-company__table tr {
    height: 50px;
  }
}
.section-company__table__business-contents {
  vertical-align: middle;
  height: 245px;
}
@media(max-width:768px) {
  .section-company__table__business-contents {
    height: 150px;
  }
}
.section-company__table th {
  background-color: #bbdbf3;
  vertical-align: middle;
  border: solid 1px #666666;
}
.th-access {
  display: none;
}
.section-company__table td {
  vertical-align: middle;
  text-align: left;
  padding-left: 50px;
}
@media(max-width:473px) {
  .section-company__table td {
    padding-left: 20px;
  }
}