.p-company-title {
  font-weight: 700;
  letter-spacing: 0.01em;
}
@media print, screen and (width >= 768px) {
  .p-company-title {
    margin-bottom: 16px;
    font-size: 0.25rem;
    line-height: 1.6;
  }
}
@media screen and (width < 768px) {
  .p-company-title {
    margin-bottom: 12px;
    font-size: 0.2rem;
    line-height: 2;
  }
}

.p-section-philosophy {
  position: relative;
}
@media print, screen and (width >= 768px) {
  .p-section-philosophy {
    padding: 60px 0 153px;
  }
  .p-section-philosophy .c-heading--primary {
    margin-bottom: 82px;
  }
}
@media print, screen and (768px <= width < 1500px) {
  .p-section-philosophy {
    padding-right: 60px;
  }
}
@media screen and (width < 768px) {
  .p-section-philosophy {
    padding: 1.35rem 0.07rem 0.95rem;
  }
  .p-section-philosophy .c-heading--primary {
    margin-bottom: 0.91rem;
  }
}

.p-company-greeting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-company-greeting__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-company-greeting__content-text {
  margin-bottom: 0;
}
@media print, screen and (width >= 768px) {
  .p-company-greeting {
    margin-bottom: 170px;
  }
  .p-company-greeting__image {
    width: 297px;
    margin-right: 42px;
  }
  .p-company-greeting__content {
    max-width: 668px;
    margin-top: -8px;
  }
  .p-company-greeting__content-text {
    margin-left: 10px;
    font-size: 0.2rem;
    line-height: 2;
  }
}
@media screen and (768px <= width < 1080px) {
  .p-company-greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-company-greeting__image {
    margin: 0 auto 50px;
  }
}
@media screen and (width < 768px) {
  .p-company-greeting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.1rem;
    gap: 50px;
  }
  .p-company-greeting__image {
    width: 2.45rem;
    margin: 0 auto;
  }
  .p-company-greeting__content-text {
    font-size: 0.16rem;
    line-height: 2.1875;
  }
}

.p-company-information {
  text-align: center;
}
.p-company-information__text {
  margin-bottom: 0;
}
.p-company-information__image {
  margin: 0 auto;
}
@media print, screen and (width >= 768px) {
  .p-company-information__text {
    font-size: 0.18rem;
    line-height: 1.9444444444;
  }
  .p-company-information__image {
    max-width: 999px;
    margin-top: 95px;
  }
}
@media screen and (width < 768px) {
  .p-company-information__text {
    font-size: 0.16rem;
    line-height: 2.1875;
  }
  .p-company-information__image {
    margin: 0.5rem -0.5px 0;
  }
}

.p-section-conduct__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-conduct__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-section-conduct__item-number {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  color: #d71e1e;
  font-family: "all-round-gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.p-section-conduct__item-number::first-letter {
  color: #000;
}
.p-section-conduct__content-title {
  color: #d71e1e;
  font-weight: 500;
}
@media print, screen and (width >= 768px) {
  .p-section-conduct {
    padding: 90px 0 68px;
  }
  .p-section-conduct .c-heading--primary {
    margin-bottom: 55px;
  }
  .p-section-conduct__viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 35px;
  }
  .p-section-conduct__list {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50%;
    gap: 12px;
  }
  .p-section-conduct__item-number {
    min-width: 127px;
    margin-right: 35px;
    font-size: 1.21rem;
  }
  .p-section-conduct__item-content {
    margin-top: 16px;
  }
  .p-section-conduct__content-title {
    font-size: 0.25rem;
    line-height: 1.6;
  }
  .p-section-conduct__content-text {
    font-size: 0.18rem;
    line-height: 1.4444444444;
  }
}
@media print, screen and (768px <= width < 1520px) {
  .p-section-conduct__viewport {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 11px;
  }
  .p-section-conduct__list {
    width: 100%;
    padding-right: 50px;
  }
}
@media screen and (width < 768px) {
  .p-section-conduct {
    padding: 0.54rem 0 0.48rem;
  }
  .p-section-conduct .c-heading--primary {
    margin-bottom: 0.51rem;
  }
  .p-section-conduct__viewport {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 -0.05rem;
    gap: 0.17rem;
  }
  .p-section-conduct__list {
    width: 100%;
    gap: 0.17rem;
  }
  .p-section-conduct__item-number {
    min-width: 0.95rem;
    margin-right: 0.18rem;
    font-size: 0.91rem;
  }
  .p-section-conduct__item-content {
    margin-top: 0.09rem;
    padding-right: 0.09rem;
  }
  .p-section-conduct__content-title {
    margin-right: -0.05rem;
    margin-bottom: 1px;
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .p-section-conduct__content-text {
    font-size: 0.16rem;
    line-height: 1.5625;
  }
}

.p-section-overview__table {
  margin: 0;
}
.p-section-overview__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #c8c8c8;
}
.p-section-overview__row::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  border-bottom: 1px solid #d71e1e;
}
.p-section-overview__label {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-section-overview__value {
  margin: 0;
}
@media print, screen and (width >= 768px) {
  .p-section-overview {
    padding: 140px 58px 166px 0;
  }
  .p-section-overview .c-heading--primary {
    margin-bottom: 55px;
  }
  .p-section-overview__body {
    position: relative;
  }
  .p-section-overview__row {
    max-width: 509px;
  }
  .p-section-overview__row::before {
    width: 106px;
  }
  .p-section-overview__row--full {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: none;
    border-top: 1px solid #c8c8c8;
  }
  .p-section-overview__row--full .p-section-overview__label {
    top: -6px;
  }
  .p-section-overview__row--full::before {
    top: -1px;
    bottom: auto;
    border-top: 1px solid #d71e1e;
    border-bottom: none;
  }
  .p-section-overview__row--full::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 105px;
    height: 1px;
    border-top: 1px solid #d71e1e;
  }
  .p-section-overview__row--modify {
    border-bottom: none;
  }
  .p-section-overview__row--modify::before {
    display: none;
  }
  .p-section-overview__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 106px;
    padding-top: 18px;
    padding-bottom: 8px;
    font-size: 0.2rem;
    line-height: 1.25;
  }
  .p-section-overview__value {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 18px;
    padding-bottom: 8px;
    padding-left: 17px;
    font-size: 0.18rem;
    line-height: 1.3888888889;
  }
  .p-section-overview__image {
    position: absolute;
    top: -129px;
    right: 18px;
    width: 370px;
  }
}
@media screen and (768px <= width < 1280px) {
  .p-section-overview__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .p-section-overview__image {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 35px;
  }
  .p-section-overview__row {
    max-width: none;
  }
}
@media screen and (width < 768px) {
  .p-section-overview {
    padding: 0.72rem 0 0.57rem;
  }
  .p-section-overview .l-wrapper {
    padding-right: 0.15rem;
  }
  .p-section-overview .c-heading--primary {
    margin-bottom: 0.3rem;
  }
  .p-section-overview__row {
    padding-top: 0.12rem;
  }
  .p-section-overview__row::before {
    width: 0.79rem;
  }
  .p-section-overview__label {
    width: 0.79rem;
    margin-right: 0.17rem;
    padding-bottom: 0.06rem;
    font-size: 0.18rem;
    line-height: 1.3888888889;
  }
  .p-section-overview__value {
    padding-bottom: 0.06rem;
    font-size: 0.16rem;
    line-height: 1.5625;
  }
  .p-section-overview__value--drop {
    margin-right: -0.2rem;
  }
  .p-section-overview__value a {
    display: inline-block;
    line-height: 1;
  }
}
/*# sourceMappingURL=company.css.map */