/* ======================================================================
 p-company
====================================================================== */
.p-company__inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1000px;
}
.p-company__message {
  background: #fff;
  border-radius: 30px;
  margin-top: 40px;
  padding: 120px 0;
}
@media screen and (max-width: 767px) {
  .p-company__message {
    margin: 4rem calc(50% - 50vw) 0;
    width: 100vw;
    border-radius: 2rem;
    padding: 6rem 0;
  }
}
.p-company__message-list-box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-company__message-list-box {
    display: block;
  }
}
.p-company__message-list-box:nth-child(2n) .p-company__message-list-img {
  order: 2;
  margin: 0 -20px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__message-list-box:nth-child(2n) .p-company__message-list-img {
    margin: 0 -8% 4rem 0;
  }
}
.p-company__message-list-box:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-company__message-list-box:not(:last-child) {
    margin-bottom: 4rem;
  }
}
.p-company__message-list-img {
  width: 450px;
  margin: 0 0 0 -20px;
}
@media screen and (max-width: 767px) {
  .p-company__message-list-img {
    width: 108%;
    margin: 0 0 4rem -8%;
  }
}
.p-company__message-list-desc {
  width: 540px;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-company__message-list-desc {
    width: 100%;
  }
}
.p-company__message-list-name {
  margin-top: 40px;
}
.p-company__message-list-name span {
  font-weight: 700;
  display: block;
  font-size: 26px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-company__message-list-name span {
    display: inline;
    font-size: 20px;
    margin-left: 1rem;
  }
}
.p-company__info {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__info {
    padding: 6rem 0 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-company__info-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-company__info-table {
    border-spacing: 0;
    margin-top: -2rem;
  }
}
.p-company__info-table th, .p-company__info-table td {
  line-height: 1.6;
  padding: 30px 10px;
}
@media screen and (max-width: 767px) {
  .p-company__info-table th, .p-company__info-table td {
    display: block;
    padding: 0;
  }
}
.p-company__info-table th {
  font-weight: 700;
  color: #1383F3;
  font-size: 18px;
  border-bottom: 2px solid #1383F3;
}
@media screen and (max-width: 767px) {
  .p-company__info-table th {
    border-bottom: none;
    padding: 2rem 0 0.5rem;
  }
}
.p-company__info-table td {
  font-size: 16px;
  border-bottom: 1px solid #B7D7F7;
}
@media screen and (max-width: 767px) {
  .p-company__info-table td {
    padding-bottom: 2rem;
  }
}
.p-company__info-table ul li, .p-company__info-table ol li {
  position: relative;
}
.p-company__info-table ul li:not(:last-child), .p-company__info-table ol li:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .p-company__info-table ul li:not(:last-child), .p-company__info-table ol li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
.p-company__info-table ul li::before, .p-company__info-table ul li::after, .p-company__info-table ol li::before, .p-company__info-table ol li::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
}
.p-company__info-table ul li {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-company__info-table ul li {
    padding-left: 2rem;
  }
}
.p-company__info-table ul li::before {
  background: #1383F3;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  top: 7px;
}
@media screen and (max-width: 767px) {
  .p-company__info-table ul li::before {
    width: 1rem;
    height: 1rem;
    border-radius: 1rem;
    top: 0.7rem;
  }
}
.p-company__info-table ol li {
  counter-increment: num;
  padding-left: 34px;
}
@media screen and (max-width: 767px) {
  .p-company__info-table ol li {
    padding-left: 3.4rem;
  }
}
.p-company__info-table ol li::before, .p-company__info-table ol li::after {
  position: absolute;
  top: 0;
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 767px) {
  .p-company__info-table ol li::before, .p-company__info-table ol li::after {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-company__info-table ol li::before {
  content: counter(num, decimal);
  font-family: "Gantari", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .p-company__info-table ol li::before {
    font-size: 1.6rem;
  }
}
.p-company__info-table ol li::after {
  content: "";
  display: block;
  background: #1383F3;
  color: #fff;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .p-company__info-table ol li::after {
    border-radius: 2.5rem;
  }
}
.p-company__access {
  padding: 120px 0 0;
}
@media screen and (max-width: 767px) {
  .p-company__access {
    padding: 6rem 0 0;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}
.p-company__access-map {
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.p-company__access-map iframe {
  width: 100%;
  height: 400px;
}
.p-company__cv {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-company__cv {
    margin: 10rem calc(50% - 50vw) 0;
    width: 100vw;
  }
}
.p-company__cv .l-cv {
  width: 100%;
  max-width: none;
  padding: 30px 60px;
}
@media screen and (max-width: 767px) {
  .p-company__cv .l-cv {
    width: 92%;
    padding: 3rem;
  }
}/*# sourceMappingURL=p-company.css.map */