/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* company common
---------------------------------------------------------------------------- */
.c-page-header {
  background: url("../images/start/company/page_head.jpg") no-repeat center center;
  background-size: cover !important;
}
@media screen and (max-width: 767px) {
  .c-page-header {
    background: url("../images/start/company/page_head_sp.jpg") no-repeat center center;
  }
}

.p-company-section .tbl {
  width: calc(100% + 16px);
  border-collapse: separate;
  border-spacing: 8px 8px;
  margin: -8px -8px 0 -8px;
}
@media screen and (max-width: 767px) {
  .p-company-section .tbl {
    width: calc(100% + 0.8rem);
    border-spacing: 0.4rem 0.4rem;
    margin: -0.4rem -0.4rem 0 -0.4rem;
  }
}
.p-company-section .tbl th, .p-company-section .tbl td {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
  padding: 16px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-company-section .tbl th, .p-company-section .tbl td {
    padding: 0.5rem 0.8rem;
  }
}
.p-company-section .tbl th p, .p-company-section .tbl td p {
  font-size: 1.4rem;
  line-height: 1.7142857143;
  font-weight: 400;
  font-feature-settings: "palt";
}
.p-company-section .tbl th p + p, .p-company-section .tbl td p + p {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-company-section .tbl th p + p, .p-company-section .tbl td p + p {
    margin-top: 1.6rem;
  }
}
.p-company-section .tbl th {
  width: 112px;
  vertical-align: middle;
  background: #CECDC9;
}
@media screen and (max-width: 767px) {
  .p-company-section .tbl th {
    width: 8rem;
  }
}
.p-company-section .tbl td {
  background: #F5F6F5;
}
.p-company-section .tbl td .tel-link {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-company-section .tbl td .tel-link {
    pointer-events: none;
    text-decoration: none;
  }
}
.p-company-section .gmap {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-company-section .gmap {
    margin-top: 1.2rem;
  }
}
.p-company-section .gmap__inner {
  width: 100%;
  height: 416px;
}
@media screen and (max-width: 767px) {
  .p-company-section .gmap__inner {
    height: 17.6rem;
  }
}
.p-company-section .gmap__inner iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.p-company-section .gmap__links {
  position: relative;
  margin-top: 16px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-company-section .gmap__links {
    margin-top: 1.6rem;
  }
}
.p-company-section .gmap__links:before {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  margin-right: 8px;
  content: "";
  background: url("../../assets/images/common/ico_link_arrow01.svg") no-repeat center center;
  background-size: 100% auto;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .p-company-section .gmap__links:before {
    top: -0.2rem;
    margin-right: 0.8rem;
    width: 1.6rem;
    height: 1.6rem;
  }
}
.p-company-section .gmap__links a {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 400;
}
.p-company-section .img-list-wrap {
  margin: 88px 0;
}
@media screen and (max-width: 767px) {
  .p-company-section .img-list-wrap {
    margin: 2.4rem 0;
  }
}
.p-company-section .img-list-wrap .img-list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
  gap: 24px 35px;
}
@media screen and (max-width: 767px) {
  .p-company-section .img-list-wrap .img-list {
    gap: 1.6rem 1.6rem;
  }
}
.p-company-section .img-list-wrap .img-list li {
  width: calc((100% - 70px) / 3);
  max-width: 248px;
}
@media screen and (max-width: 767px) {
  .p-company-section .img-list-wrap .img-list li {
    width: calc((100% - 1.6rem) / 2);
    max-width: inherit;
  }
}
.p-company-section .img-list-wrap .img-list li p {
  font-size: 1.4rem;
  line-height: 2.2857142857;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-company-section .img-list-wrap .img-list li p {
    margin-top: 0.8rem;
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-weight: 400;
  }
}
.p-company-section .c-comment-box {
  margin-bottom: 96px;
}
@media screen and (max-width: 767px) {
  .p-company-section .c-comment-box {
    padding-top: 2rem;
    margin-bottom: 7.2rem;
  }
  .p-company-section .c-comment-box .text {
    margin-top: 2rem;
  }
}

.gecko .c-comment-box .lead,
.gecko .c-comment-box .text {
  padding-left: 8px;
}
@media screen and (max-width: 767px) {
  .gecko .c-comment-box .lead,
  .gecko .c-comment-box .text {
    padding-right: 0;
  }
}