/* Sass Document */
.p-about__content {
  overflow-x: hidden;
  padding-bottom: 14rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-about__content {
    padding-bottom: 11rem;
  }
}

.p-content__heading {
  background-color: #f8f8f8;
  padding-block: 13.5rem 9.5rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-content__heading {
    padding: 22.7rem 5rem 17.4rem 10rem;
  }
}
.p-content__heading .p-heading__ttl {
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.125;
  max-width: 83rem;
  margin-inline: auto;
  letter-spacing: 0.03em;
}
.p-content__heading .p-txt-wrapper {
  max-width: 83rem;
  margin: 4.7rem auto 0;
  padding-left: 9rem;
}
@media screen and (max-width: 767.98px) {
  .p-content__heading .p-txt-wrapper {
    width: auto;
    margin: 5rem 0 0;
    padding-left: 0;
  }
}
.p-content__heading p {
  line-height: 3.225;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .p-content__heading p {
    line-height: 2;
  }
  .p-content__heading p + p {
    margin-top: 2em;
  }
}
.p-content__heading::before, .p-content__heading::after {
  position: absolute;
  content: "";
}
.p-content__heading::before {
  top: 0;
  left: -4rem;
  width: 28.3rem;
  height: 18.3rem;
  background: url(../img/about/bg_upper.svg) no-repeat top left/100% 100%;
}
.p-content__heading::after {
  bottom: -8.4rem;
  right: 0;
  width: 35.2rem;
  height: 38.2rem;
  background: url(../img/about/bg_bottom2.svg) no-repeat top right/100% 100%;
}
@media screen and (max-width: 767.98px) {
  .p-content__heading::after {
    width: 38.5rem;
    height: 23.5rem;
    bottom: 0;
    background-size: 100% auto;
  }
}
.p-content__heading * {
  position: relative;
  z-index: 2;
}

.p-about__info {
  position: relative;
  scroll-margin-top: 11.4rem !important;
}
@media screen and (max-width: 767.98px) {
  .p-about__info {
    scroll-margin-top: 8rem !important;
  }
}

.p-scroll__block {
  /* 
  height: 300vh; */
}
@media screen and (max-width: 767.98px) {
  .p-scroll__block {
    height: auto;
  }
}

.p-page-pager {
  position: absolute;
  z-index: 10;
  left: calc(50% - 54rem);
  top: calc(50% + 7rem);
  transform: translateY(-50%);
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-page-pager {
    display: none;
  }
}
.p-page-pager::after {
  content: "";
  position: absolute;
  height: calc(100% - 2px);
  width: 1px;
  background-color: #d16978;
  left: calc(0.5rem - 0.7px);
  top: 1px;
}
.p-page-pager li {
  width: 1rem;
  height: 1rem;
  background-color: #d16978;
  border-radius: 100px;
  position: relative;
  z-index: 2;
}
.p-page-pager li.is-current {
  background-color: #c5161d;
}
.p-page-pager li + li {
  margin-top: 2.38rem;
}

.p-about__block {
  position: static;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  overflow: hidden;
  background-color: #ededed;
}
@media screen and (max-width: 767.98px) {
  .p-about__block {
    background-color: #f8f8f8;
  }
}
@media screen and (max-width: 767.98px) {
  .p-about__block {
    height: auto;
    position: relative;
  }
}
.p-about__block.is-fixed {
  position: fixed;
  top: 11.4rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
}
.p-about__block.is-bottom {
  top: auto;
  bottom: 0;
}

.p-about__block-inner {
  padding-top: 8rem;
  max-width: 104rem;
  padding-inline: 3rem;
  margin-inline: auto;
  position: relative;
  width: 100%;
  min-height: 76.8rem;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .p-about__block-inner {
    display: block;
    min-height: inherit;
  }
}
.p-about__block-inner::after {
  width: 49.9rem;
  height: 37.7rem;
  background: url(../img/about/bg_mark.svg) no-repeat top center/100% 100%;
}
.p-about__block-inner .c-section__ttl {
  min-width: 14.6rem;
  flex-shrink: 0;
  padding-top: 9.7rem;
}
.p-about__block-inner .c-section__ttl .u-en {
  font-size: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-about__block-inner .c-section__ttl .u-en {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-about__block-inner .c-section__ttl {
    padding-top: 0;
    margin-top: 9.7rem;
    width: auto;
  }
}
.p-about__block-inner .c-section__ttl .u-jp {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-about__block-inner .c-section__ttl .u-jp {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-about__block-inner {
    opacity: 1;
    padding-top: 22.1rem;
    height: auto;
    display: block;
    position: relative;
    overflow: hidden;
    padding-left: 9.2rem;
    padding-bottom: 19rem;
  }
}
.p-about__block-inner .p-txt-wrapper {
  height: 100%;
  flex-grow: 1;
  font-family: YuMincho, "Noto Serif JP", serif;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-about__block-inner .p-txt-wrapper {
    margin-top: 7.2rem;
    width: auto;
    height: auto;
    padding-left: 4rem;
  }
}
.p-about__block-inner .p-txt-wrapper .c-txt {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4166666667;
}
@media screen and (max-width: 767.98px) {
  .p-about__block-inner .p-txt-wrapper .c-txt {
    font-size: 4.1rem;
    line-height: 1.4390243902;
  }
}
.p-about__block-inner .p-txt-wrapper .c-txt .u-txt-large {
  font-size: 7.6rem;
  color: #c5161d;
}
.p-about__block-inner .p-txt-wrapper .c-txt .u-txt-large.u-ml {
  margin-left: -0.5em;
}
.p-about__block-inner .p-txt-wrapper .c-txt .u-txt-large .u-ls {
  letter-spacing: -0.6em;
}
@media screen and (max-width: 767.98px) {
  .p-about__block-inner .p-txt-wrapper .c-txt .u-txt-large {
    font-size: 8.5rem;
    line-height: 1.1294117647;
    margin: 0.1em 0 0.2em;
    display: inline-block;
  }
}
.p-about__block-inner .p-txt-wrapper li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .p-about__block-inner .p-txt-wrapper li {
    display: block;
  }
}
.p-about__block-inner .p-txt-wrapper li + li {
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-about__block-inner .p-txt-wrapper li + li {
    margin-top: 6rem;
  }
}

.-philosophy::before, .-philosophy::after {
  content: "";
  position: absolute;
}
.-philosophy::before {
  background: url(../img/about/bg_upper2.svg) no-repeat top left/100% auto;
  width: 28.5rem;
  height: 21.6rem;
  top: 0;
  left: -7.3rem;
}
@media screen and (max-width: 767.98px) {
  .-philosophy::before {
    left: 0;
  }
}
.-philosophy::after {
  top: 26rem;
  right: -9rem;
}
@media screen and (max-width: 767.98px) {
  .-philosophy::after {
    display: none;
  }
}
.-philosophy .p-txt-wrapper {
  padding: 2.7rem 0 0 18rem;
}
@media screen and (max-width: 767.98px) {
  .-philosophy .p-txt-wrapper {
    padding-top: 0;
    padding-left: 5rem;
  }
}

.-vision::before, .-vision::after {
  content: "";
  position: absolute;
}
.-vision::before {
  background: url(../img/about/bg_upper2-rev.svg) no-repeat top left/100% auto;
  width: 28.5rem;
  height: 21.6rem;
  top: 0;
  right: -7.3rem;
}
@media screen and (max-width: 767.98px) {
  .-vision::before {
    right: 0;
  }
}
.-vision::after {
  top: 26rem;
  left: -7rem;
}
@media screen and (max-width: 767.98px) {
  .-vision::after {
    display: none;
  }
}
.-vision .c-section__ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  min-width: inherit;
}
@media screen and (max-width: 767.98px) {
  .-vision .c-section__ttl {
    margin-right: 12rem;
  }
}
.-vision .p-txt-wrapper {
  padding: 7.4rem 0 0 18.2rem;
}
@media screen and (max-width: 767.98px) {
  .-vision .p-txt-wrapper {
    padding: 0;
  }
}
.-vision .p-txt-wrapper .c-txt {
  font-size: 4.1rem;
}
.-vision .p-txt-wrapper .c-txt .u-txt-large {
  font-size: 8.5rem;
}

@media screen and (max-width: 767.98px) {
  .-value {
    padding-bottom: 10.3rem;
  }
}
.-value::before, .-value::after {
  content: "";
  position: absolute;
}
.-value::before {
  background: url(../img/about/bg_upper2.svg) no-repeat top left/100% auto;
  width: 28.5rem;
  height: 21.6rem;
  top: 0;
  left: -7.3rem;
}
@media screen and (max-width: 767.98px) {
  .-value::before {
    left: 0;
  }
}
.-value::after {
  top: 26rem;
  right: -9rem;
}
@media screen and (max-width: 767.98px) {
  .-value::after {
    display: none;
  }
}
.-value .p-txt-wrapper {
  padding: 0 0 0 18rem;
  margin-top: -2.9rem;
}
@media screen and (max-width: 767.98px) {
  .-value .p-txt-wrapper {
    padding-left: 4rem;
    margin-top: 6rem;
  }
}

.p-list__heading {
  position: relative;
  background: url(../img/about/icn_list.svg) no-repeat left center/7.5rem 7.5rem;
  display: flex;
  height: 6.4em;
}
@media screen and (max-width: 767.98px) {
  .p-list__heading {
    background-size: auto 100%;
    min-height: 8.1rem;
    height: auto;
  }
}
.p-list__heading .c-num {
  font-size: 2rem;
  color: #c5161d;
  margin-right: 7.7rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .p-list__heading .c-num {
    font-size: 3.4rem;
    margin-top: 0;
    position: relative;
    top: -1rem;
    margin-right: 5.7rem;
  }
}

.u-vertical {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .u-vertical {
    margin-top: 0;
    font-size: 3.2rem;
    writing-mode: horizontal-tb;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-list__body {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.5333333333;
}
@media screen and (max-width: 767.98px) {
  .p-list__body {
    padding: 2rem 0 0 0;
  }
}

.u-color--red {
  color: #c5161d;
}

.c-list-txt {
  font-size: 2.6rem;
  line-height: 1.5333333333;
  font-weight: 400;
}
.c-list-txt .u-pc-inline {
  display: inline;
}
@media screen and (max-width: 767.98px) {
  .c-list-txt .u-pc-inline {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .c-list-txt {
    font-size: 3.6rem;
    line-height: 1.5555555556;
  }
}

.l-footer__inquiry-wrapper {
  background-color: #fff;
}
/*# sourceMappingURL=company.css.map */