@charset "UTF-8";
/*********************
会社概要
**********************/
section.info {
  position: relative;
  padding-bottom: 20%;
  padding-top: 50px;
  margin-top: -50px;
}
section.info table {
  border-collapse: collapse;
  margin-left: 20%;
  max-width: 70%;
  line-height: 150%;
}
section.info table th,
section.info table td {
  text-align: left;
  padding-bottom: 20px;
}
section.info table th {
  color: #1a307b;
  font-weight: 400;
  width: 200px;
}
section.info .info-box {
  width: 1500px;
  max-width: 100%;
  margin: 100px auto;
}
section.info .bg {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: -1;
}

/*********************
事業紹介
**********************/
section.job {
  width: 1500px;
  max-width: 100%;
  margin: 100px auto;
  margin-top: 50px;
  margin-bottom: 0px;
  overflow-x: hidden;
  padding-top: 50px;
}
section.job h3 {
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  margin: 50px 0;
  line-height: 170%;
  color: #1a307b;
}
section.job h3 span {
  font-size: 40px;
  font-family: "MS P明朝", serif;
}
section.job .three {
  width: 1000px;
  max-width: 90%;
  margin: 150px auto;
  display: flex;
  text-align: center;
  align-items: center;
  line-height: 200%;
}
section.job .three .three-box {
  width: 333px;
  position: relative;
}
section.job .three .three-box h4 {
  font-weight: 800;
  color: #1a307b;
  font-size: 20px;
}
section.job .three .three-box::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1a307b;
  opacity: 0.07;
  border-radius: 50%;
}
section.job .list {
  width: 1500px;
  max-width: 100%;
  margin: 100px auto;
  max-width: 90%;
  margin: 40px auto;
  line-height: 170%;
  width: 1000px;
}
section.job .list h4 {
  font-weight: 800;
  color: #1a307b;
  background: #f0f2f7;
  padding: 15px 30px;
  font-size: 20px;
  margin-bottom: 40px;
}
section.job .list p {
  width: 90%;
  margin: 0 auto;
}

section.history {
  margin-bottom: 200px;
  margin-top: calc(-50px - 10%);
  padding-top: 50px;
}

.table-flex {
  display: flex;
  margin-bottom: 10px;
}
.table-flex .role {
  width: 130px;
}

@media screen and (max-width: 1000px) {
  .table-flex {
    flex-direction: column;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  section.info table {
    width: 500px;
    max-width: 80%;
    margin: 0 auto;
  }
  section.info table th {
    width: 150px;
  }
  /*section.job .three .three-box {
      font-size: 14px;

      .circle {
          padding: 0 5%;
      }
  }*/
  section.job .three {
    flex-direction: column;
    margin: 100px auto;
  }
  section.job .three .three-box {
    margin-bottom: 100px;
  }
}/*# sourceMappingURL=company.css.map */