.p_company_com {
  padding-top: 60px;
}
.p_company_com_tbl {
  border: solid 1px #cccccc;
  margin-top: 28px;
}
.p_company_com_tbl_row {
  display: flex;
  flex-direction: column;
  border-top: solid 1px #cccccc;
}
.p_company_com_tbl_row:first-child {
  border-top: 0;
}
.p_company_com_tbl_head {
  background-color: #f5f5f5;
  padding: 15px;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.p_company_com_tbl_content {
  padding: 15px;
  font-size: 1rem;
}
.p_company_com_tbl_content .list li {
  padding-left: 12px;
  position: relative;
}
.p_company_com_tbl_content .list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  background-color: #1d6dab;
}
.p_company_com_tbl_content .txt_tel {
  margin-right: 10px;
}
.p_company_com_tbl_group01 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.p_company_com_tbl_btn {
  width: 250px;
  margin-top: 15px;
}
.p_company_com_tbl_btn .link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  text-decoration: none;
  background: linear-gradient(0deg, rgb(29, 109, 171) 0%, rgb(53, 148, 199) 100%);
}
.p_company_com_tbl_btn .link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(53, 148, 199) 0%, rgb(29, 109, 171) 100%);
  opacity: 0;
  transition: all 0.5s;
}
.p_company_com_tbl_btn .txt_btn {
  color: #fff;
  position: relative;
  display: inline-block;
  letter-spacing: 0.02em;
  font-size: 0.875rem;
  margin-right: 10px;
  line-height: 1.5;
}
.p_company_com_tbl_btn .icon {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.p_company_com_tbl_btn .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p_company_access {
  padding-top: 60px;
}
.p_company_access_map {
  margin-top: 30px;
  height: 330px;
}
.p_company_access_map iframe {
  width: 100%;
  height: 100%;
  outline: 0;
}
.p_company_access_map iframe:focus {
  outline: 0;
}

.p_company_policy {
  padding: 60px 0 0;
}
.p_company_policy_ttl {
  text-align: center;
  padding: 15px 20px;
  border-top: solid 2px #1d6dab;
  border-bottom: solid 2px #1d6dab;
  font-family: "Noto Serif JP", serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.75;
  color: #000;
}
.p_company_policy_list {
  position: relative;
  counter-reset: num;
  margin-top: 18px;
}
.p_company_policy_list li {
  position: relative;
  color: #333;
  margin-top: 5px;
  padding-left: 12px;
}
.p_company_policy_list li:first-child {
  margin-top: 0;
}
.p_company_policy_list li::before {
  position: absolute;
  left: 0;
  top: 0;
  counter-increment: num;
  content: counter(num) ".";
  color: #333;
}
@media screen and (min-width: 751px) {
  .p_company_com {
    padding-top: 75px;
  }
  .p_company_com .c_ttl01_ja {
    margin-top: -7px;
  }
  .p_company_com_tbl {
    margin-top: 56px;
  }
  .p_company_com_tbl_row {
    flex-direction: row;
  }
  .p_company_com_tbl_head {
    line-height: 2;
    justify-content: center;
    text-align: center;
    width: clamp(11.25rem, 10.7296137339vw + 6.0997854077rem, 17.5rem);
    padding: 19px 10px 22.3px;
    font-size: 1.25rem;
  }
  .p_company_com_tbl_content {
    line-height: 2;
    font-size: 1.25rem;
    width: calc(100% - clamp(11.25rem, 10.7296137339vw + 6.0997854077rem, 17.5rem));
    padding: 19px clamp(1.25rem, 4.0772532189vw + -0.7070815451rem, 3.625rem) 22.3px clamp(1.25rem, 4.0772532189vw + -0.7070815451rem, 3.625rem);
  }
  .p_company_com_tbl_content .list li {
    padding-left: 14px;
  }
  .p_company_com_tbl_content .list li::before {
    top: 19px;
    left: 2px;
  }
  .p_company_com_tbl_content .txt_tel {
    margin-right: 17px;
  }
  .p_company_com_tbl_group01 {
    flex-direction: row;
  }
  .p_company_com_tbl_group01 .txt {
    margin-right: clamp(1.875rem, 13.9484978541vw + -4.82027897rem, 10rem);
  }
  .p_company_com_tbl_btn {
    width: 265px;
    margin-top: 12px;
  }
  .p_company_com_tbl_btn .link {
    padding: 16px 10px;
  }
  .p_company_com_tbl_btn .link:hover::before {
    opacity: 1;
  }
  .p_company_com_tbl_btn .txt_btn {
    margin-right: 20px;
    font-size: 1rem;
  }
  .p_company_com_tbl_btn .icon {
    width: 21px;
    height: 21px;
  }
  .p_company_access {
    padding-top: 92px;
  }
  .p_company_access .c_ttl01_ja {
    margin-top: -9px;
  }
  .p_company_access_map {
    margin-top: 58px;
    height: 663px;
  }
  .p_company_policy {
    padding: 115px 0 1px;
  }
  .p_company_policy_ttl {
    padding: 22px 15px 24px;
    line-height: 1.6;
    font-size: 1.5625rem;
  }
  .p_company_policy_list {
    margin-top: 36px;
  }
  .p_company_policy_list li {
    padding-left: 17px;
  }
}
/*# sourceMappingURL=maps/company.css.map */
