:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* webfont ------------------------------------------------------------ */
/* cleafix ------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  company.css
***************************************************/
/* #company.index
------------------------------------------------------------ */
#company.index .p-company:not(:first-child) {
  margin-top: 10rem;
}
#company.index .p-company .u-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10rem;
}
#company.index .p-company .c-title01 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
#company.index .p-company__content {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 77.5rem;
}
#company.index .p-company__content .text01:not(:first-child) {
  margin-top: 8rem;
}
#company.index .p-company__content .text01 p {
  line-height: 2;
}
#company.index .p-company__content .text01 ul {
  list-style-type: disc;
  margin: 3rem 0;
  padding-left: 2rem;
}
#company.index .p-company__content .text01 ul li {
  font-size: 2rem;
  font-weight: 700;
}
#company.index .p-company__content .text01 ul li::marker {
  color: #BFBFBF;
}
#company.index .p-company__content .text01 ul li:not(:first-child) {
  margin-top: 1rem;
}
#company.index .p-company__content .table01 > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}
#company.index .p-company__content .table01 > dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 16rem;
  padding-bottom: 4rem;
  border-bottom: 1px solid #707070;
}
#company.index .p-company__content .table01 > dl dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-bottom: 4rem;
  border-bottom: 1px solid #707070;
}
@media only screen and (max-width: 599px) {
  #company.index .p-company:not(:first-child) {
    margin-top: 5rem;
  }
  #company.index .p-company .u-container {
    display: block;
  }
  #company.index .p-company__content {
    width: 100%;
  }
  #company.index .p-company__content .text01:not(:first-child) {
    margin-top: 4rem;
  }
  #company.index .p-company__content .text01 p {
    line-height: 1.6;
  }
  #company.index .p-company__content .text01 ul {
    list-style-type: disc;
    margin: 2rem 0;
    padding-left: 2rem;
  }
  #company.index .p-company__content .text01 ul li {
    font-size: 1.8rem;
  }
  #company.index .p-company__content .text01 ul li:not(:first-child) {
    margin-top: 0.5rem;
  }
  #company.index .p-company__content .table01 > dl {
    display: block;
    margin-bottom: 2rem;
  }
  #company.index .p-company__content .table01 > dl dt {
    width: 100%;
    padding-bottom: 0.5rem;
    border-bottom: none;
  }
  #company.index .p-company__content .table01 > dl dd {
    padding-bottom: 2rem;
    border-bottom: 1px solid #707070;
  }
}

/* #company.compliance
------------------------------------------------------------ */
#company.compliance .p-compliance__list {
  margin-top: 8rem;
}
#company.compliance .p-compliance__list .list01 {
  list-style-type: decimal;
  margin: 5rem 0;
  padding-left: 2rem;
}
@media only screen and (max-width: 599px) {
  #company.compliance .p-compliance__list {
    margin-top: 4rem;
  }
  #company.compliance .p-compliance__list .list01 {
    margin: 2rem 0;
  }
}/*# sourceMappingURL=company.css.map */