@charset "UTF-8";
/* **************************************


     追加


***************************************/
/*最小値:$value+0.2 → 可変（$value + 0.625vw（画面幅320px:2px, 800px:5px, 1200px:7.5px,2560px:12px））→ 最大値:$value + 1.2*/
/* =============================================================================


     campany


============================================================================= */
.pl {
  padding: 100px 0;
}

.pl-container {
  gap: 60px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.fix {
  overflow: hidden;
  position: relative;
}

.leftmenu {
  max-height: calc(100vh - 80px - 30px);
  max-width: 260px;
  overflow-y: auto;
  width: 260px;
}

.leftmenu-item {
  border-top: 1px solid #231815;
}
.leftmenu-item.child {
  border-top: 1px solid #cbcbcb;
}
.leftmenu-item.child a {
  font-size: 1.6rem;
  padding: 12px 0;
}
.leftmenu-item.child:nth-last-of-type(1) {
  border-bottom: none;
}
.leftmenu-item:nth-last-of-type(1) {
  border-bottom: 1px solid #231815;
}
.leftmenu-item a {
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.2rem;
  padding: 15px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.leftmenu-item a span {
  font-family: "Barlow", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}
.leftmenu-item a:hover, .leftmenu-item a.active {
  background: rgba(215, 235, 211, 0.2);
  color: #2b9212;
}

.leftmenu-child {
  padding-left: 40px;
}

.leftmenu.is-fixed {
  bottom: auto;
  position: fixed;
  top: 110px;
}

.leftmenu.is-fixed_end {
  margin-top: auto;
}

.plbox {
  margin-left: auto;
  width: calc(100% - 320px);
}

.pl-ttlbox {
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pl-num {
  font-family: "Barlow", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}

.pl-ttl {
  font-size: 4.8rem;
  font-weight: bold;
}

.pl-contents {
  margin-bottom: 50px;
  padding-bottom: 50px;
}
.pl-contents + .pl-contents {
  border-top: 1px solid #231815;
  padding-top: 50px;
}
.pl-contents + .pl-contents .pl-ttlbox {
  padding-top: 50px;
}

.pl-contents {
  padding-bottom: 60px;
}
.pl-contents + .pl-contents {
  border-top: 1px solid #231815;
  margin-top: 60px;
  padding-top: 60px;
}

.greed-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 20px;
}

.greed-name {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 32px;
  text-align: right;
}

.phi-txt {
  margin-top: 1em;
}

.phi-list {
  margin-top: 32px;
}

.phi-item {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 1.25em;
  text-indent: -1.25em;
}
.phi-item + .phi-item {
  margin-top: 0.75em;
}

.vision-txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 24px;
}

.tb-txt {
  margin-top: 1em;
}

.tb-head {
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
  margin-top: 32px;
}

.tb-list {
  margin-top: 32px;
}

.tb-item {
  line-height: 1.8;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.map-img {
  margin-top: 20px;
}
.map-img img {
  width: 100%;
}

.map-iframe {
  margin-top: 28px;
  width: 100%;
}

.map-txt {
  margin-top: 10px;
}

.map-link {
  color: #2b9212;
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.map-link:hover {
  opacity: 0.7;
}

.inner-ttl {
  color: #2b9212;
  font-size: 2.8rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.inner-contents {
  margin-top: 60px;
}

.inner-content {
  border-top: 2px solid #cbcbcb;
  padding-top: 40px;
}

.company-figure {
  width: 100%;
}
.company-figure img {
  width: 100%;
}

.no {
  overflow: auto;
}

.license-table {
  border: none;
  border-collapse: collapse;
  font-size: 14px;
  table-layout: auto;
  width: 100%;
  /*   min-width: 640px; */
}
.license-table .br {
  border-top: 1px solid #cbcbcb;
}
.license-table .bg {
  background: #e9e9e9;
}
.license-table .bg th + th {
  border-left: 1px solid #cbcbcb;
}
.license-table .job {
  gap: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.license-table th,
.license-table td {
  padding: 1em;
  vertical-align: middle;
}
.license-table th:nth-child(1) {
  width: 25%;
}
.license-table th:nth-child(2) {
  width: 50%;
}
.license-table th:nth-child(3) {
  width: 23%;
}
.license-table td + td,
.license-table th + td {
  border-left: 1px solid #cbcbcb;
}
.license-table tbody th,
.license-table tbody td {
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #cbcbcb;
}

.license-table .table-title {
  background: #cbcbcb;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}

.license-table .label {
  width: 20%;
}

.prof-list {
  margin: 28px auto;
}
.prof-list .point + p {
  border-top: 2px solid #cbcbcb;
  margin-top: 1em;
  padding-top: 1em;
}

.history-item,
.office-item,
.prof-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 2em 0;
}
.history-item:nth-of-type(1),
.office-item:nth-of-type(1),
.prof-item:nth-of-type(1) {
  border-top: 2px solid #cbcbcb;
}
.history-item dt,
.office-item dt,
.prof-item dt {
  width: 10em;
}
.history-item dd,
.office-item dd,
.prof-item dd {
  width: calc(100% - 10em);
}
.history-item,
.office-item,
.prof-item {
  border-bottom: 2px solid #cbcbcb;
}

.prof-child-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.prof-child-item + .prof-child-item {
  border-top: 2px solid #cbcbcb;
  margin-top: 1em;
  padding-top: 1em;
}

.prof-child-ttl {
  width: 14em;
}

@media (max-width: 1228px){
  .pl-container {
    gap: 40px;
  }
  .leftmenu {
    max-height: calc(100vh - 80px - 30px);
    width: 200px;
  }
  .leftmenu-item a {
    font-size: 2rem;
  }
  .leftmenu-item a span {
    font-size: 2rem;
  }
  .plbox {
    width: calc(100% - 240px);
  }
  .pl-num {
    font-size: 2rem;
  }
  .pl-ttl {
    font-size: 3rem;
  }
  .inner-ttl {
    font-size: 2.2rem;
  }
  .license-table {
    font-size: 1.2rem;
  }
  .license-table .job {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .license-table th:nth-child(2) {
    width: 36%;
  }
  .member .prof-child-ttl {
    width: 10em;
  }
}

@media (max-width: 767px){
  .pl {
    padding: 60px 0;
  }
  .pl-container {
    gap: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .leftmenu {
    margin: auto;
    max-height: unset;
    max-width: 400px;
    width: 80%;
  }
  .leftmenu-item.child a {
    font-size: 1.4rem;
  }
  .leftmenu-item a {
    font-size: 1.6rem;
  }
  .leftmenu-item a span {
    font-size: 1.6rem;
  }
  .plbox {
    width: 100%;
  }
  .pl-num {
    font-size: 1.6rem;
  }
  .pl-ttl {
    font-size: 2.2rem;
  }
  .pl-contents {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .pl-contents + .pl-contents {
    padding-top: 25px;
  }
  .pl-contents + .pl-contents .pl-ttlbox {
    padding-top: 25px;
  }
  .pl-contents + .pl-contents {
    margin-top: 25px;
  }
  .greed-txt {
    font-size: 1.4rem;
  }
  .greed-name {
    font-size: 1.6rem;
  }
  .phi-item {
    font-size: 1.5rem;
  }
  .vision-txt {
    font-size: 1.5rem;
  }
  .tb-head {
    font-size: 1.5rem;
  }
  .inner-ttl {
    font-size: 1.8rem;
  }
  .license-table {
    font-size: 1rem;
  }
  .license-table .table-title {
    font-size: 1.6rem;
  }
  .history-item dt,
  .office-item dt,
  .prof-item dt {
    width: 8em;
  }
  .history-item dd,
  .office-item dd,
  .prof-item dd {
    width: calc(100% - 8em);
  }
  .prof-child-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .prof-child-txt {
    margin-left: auto;
  }
}

/*# sourceMappingURL=company.css.map*/