.p-about1 {
  padding-top: 8rem;
    padding-bottom: 800px;
  background: #2F2F2F;
}

@media screen and (min-width: 768px) {
  .p-about1 {
    background: linear-gradient(-45deg, #3B3B3B, #111111);
    padding-top: 191px;
        padding-bottom: 800px;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-about1 {
    padding-top: 4rem;
    padding-bottom: 600px;
    background: #2F2F2F;
  }
}

.p-about1__inner {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-inline: auto;
  max-width: 60rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}


@media (min-width: 768px) and (max-width: 999px) {
  .p-about1__inner {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
    margin-inline: auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 3rem;
  }
}

@media screen and (min-width: 1000px) {
  .p-about1__inner {
    max-width: 1000px;
    padding-left: 0;
    padding-right: 0;
    flex-flow: row nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}


@media screen and (min-width: 768px) {
  .p-about1__block {
    max-width: 52%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-about1__block {
    max-width: 100%;
  }
}

.p-about1__title {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 1.666666666666667;
  text-align: left;
  color: #cfcfcf;
  opacity: 1;
  margin-left: 6px;
  margin-top: -2.5px;
  margin-bottom: -4px;
}

@media screen and (max-width: 767px) {
  .p-about1__title {
    font-size: 16px;
  }
}

.p-about1__enTitle {
  font-family: Oswald;
  font-weight: 500;
  font-size: 78px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #cfcfcf;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .p-about1__enTitle {
    font-size: 40px;
  }
}

.p-about1__text {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.04em;
  line-height: 2.428571428571429;
  text-align: left;
  color: #cfcfcf;

}

@media screen and (min-width: 768px) {
  .p-about1__text {
    margin-top: 9px;
  }
}

.button__wrapper {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .button__wrapper {
    text-align: left;
    margin-top: 43px;
  }
}

@media screen and (max-width: 767px) {
  .button__wrapper--about {
    margin-top: 20px !important;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .button__wrapper--about {
    text-align: center !important;
  }
}

.button {
  display: inline-block;
  text-transform: uppercase;
  background-color: #fff;
  text-align: center;
  width: 244px;
  padding: 13px 10px 11px 14px;
  position: relative;
  transition: opacity 0.3s ease-out;
  font-family: Inter;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 22px;
  color: #000;
  z-index: 1;
}

.button:hover {
  opacity: 0.8;
}

.button::after {
  background-image: url(../img/button-arrow.svg);
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 2.7rem;
  height: 1rem;
  top: 50%;
  transform: translateY(-50%);
  right: 2.6rem;
}

@media screen and (min-width: 768px) {
  .p-about1__img {
    max-width: 39%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-about1__img {
    max-width: 100%;
  }
  }

.p-about1__img::before {
  padding-top: 148.3%;
}

@media screen and (max-width: 767px) {
  .p-about1__img::before {
    padding-top: 58.3%;
  }
}

@media (min-width: 768px) and (max-width: 999px) {
  .p-about1__img::before {
    padding-top: 58.3%;
  }
}


.p-about1__sideScroll {
  margin-top: -3rem;
  display: flex;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-about1__sideScroll {
    margin-top: -36px;
    -moz-column-gap: min(2.36vw, 3.4rem);
    column-gap: min(2.36vw, 3.4rem);
  }
}

.p-about1__sideScrollImg {
  flex-shrink: 0;
  width: 160rem !important;
  -webkit-animation: loopSlide 28s infinite linear;
  animation: loopSlide 28s infinite linear;
}

@media screen and (min-width: 768px) {
  .p-about1__sideScrollImg {
    width: 226.7rem !important;
    -webkit-animation: loopSlide 40s infinite linear;
    animation: loopSlide 40s infinite linear;
  }
}

.p-about1__sideScrollImg::before {
  padding-top: 5.2933392148%;
}

@keyframes loopSlide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

.p-about2 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

@media screen and (min-width: 768px) {
  .p-about2 {
    padding-top: 15.1rem;
    padding-bottom: 15.1rem;
  }
}


.P-about {
  background: linear-gradient(-45deg, #3B3B3B, #111111);

}

@media screen and (max-width: 767px) {
  .P-about {
    padding-bottom: 0;
  }
}

.P-about .pankuz {
  margin-top: 0;
}

.P-about .pankuz .home {
  color: #fff;
}

.P-about .pankuz a::after {
  background: #fff;
}

.P-about .pankuz .current-item {
  color: #fff;
}

.P-about .inner__mini {
  margin-top: 0;
  max-width: 1017px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#about__top {}

.about__topInner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media screen and (max-width: 999px) {
  .about__topInner {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}


.about__topHeadWrapper {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.about__topHead {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.07em;
  text-align: center;
  color: #000;
  background-color: #CFCFCF;
  display: inline-block;
  margin-top: 52px;
  padding-top: 5px;
  width: 373px;
  padding-bottom: 8px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .about__topHead {
    font-size: 20px;
    width: 335px;
    margin-top: 30px;
  }
}

.about__topImage {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .about__topImage {
    margin-bottom: 20px;
  }
}

.about__topContent {
  font-family: "Noto Sans JP";
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 2;
  text-align: left;
  color: #fff;
  margin-bottom: -57px;
}

.about__philosophy {
  padding-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .about__philosophy {
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 999px) {
  .about__philosophy {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}

.about__philosophy::before {
  position: absolute;
  display: block;
  content: "PHILOSOPHY";
  font-family: Oswald;
  font-weight: 500;
  font-size: 112px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #323232;
  writing-mode: tb;
  left: -0.5%;
  bottom: 8.46%;
}

@media screen and (max-width: 999px) {
  .about__philosophy::before {
    display: none;
  }
}

.about__philosophyTitle {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-left: 11.5%;
  margin-top: 25px;
  margin-bottom: 12px;
}

@media screen and (max-width: 999px) {
  .about__philosophyTitle {
    display: flex;
    flex-direction: column;
    gap: 3px;
    padding-left: 20px;
    margin-top: 25px;
    margin-bottom: 12px;
  }
}

.about__philosophyTitle--ja {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  opacity: 1;
  margin-left: 6px;
}

@media screen and (max-width: 999px) {
  .about__philosophyTitle--ja {
    font-size: 16px;
  }
}


.about__philosophyTitle--en {
  font-family: Oswald;
  font-weight: 500;
  font-size: 78px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .about__philosophyTitle--en {
    font-size: 38px;
  }
}

.about__philosophy {
  background-color: #000;
}

.about__philosophyItem {
  display: flex;
  gap: 68.5px;
}

@media screen and (max-width: 999px) {
  .about__philosophyItem {
    flex-direction: column;
    gap: 30px;
    padding-top: 30px;
  }
}

.about__philosophyItemImage {
  width: 43.403%;
}

.about__philosophyItemImage img {
	width:100%;
}

@media screen and (max-width: 999px) {
  .about__philosophyItemImage {
    width: 100%;
  }
}

.about__philosophyItemText {
  width: 39.028%;
  padding-top: 74px;
}

@media screen and (max-width: 999px) {
  .about__philosophyItemText {
    width: 100%;
    padding-top: 0;
  }
}


.about__philosophyMission {
  border-bottom: 1px solid #CFCFCF
}

.about__philosophyMissionHead {}

.about__philosophyMissionHead--ja {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #cfcfcf;
}

.about__philosophyMissionHead--en {
  font-family: Oswald;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #cfcfcf;
  margin-bottom: 11px;
}

@media screen and (max-width: 999px) {
  .about__philosophyMissionHead--en {
    margin-bottom: 0;
  }
}

.about__philosophyMissionContent {
  font-size: 28px;
  padding-bottom: 36px;
  font-family: "Noto Sans JP";
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1.71428571;
  text-align: left;
  color: #cfcfcf;
}

@media screen and (max-width: 999px) {
  .about__philosophyMissionContent {
    font-size: 18px;
    padding-bottom: 20px;
  }
}

.about__philosophyVision {
  margin-top: 36px;
  border-bottom: 1px solid #CFCFCF;
  padding-bottom: 32px;
}

@media screen and (max-width: 999px) {
  .about__philosophyVision {
    padding-bottom: 0;
  }
}

.about__philosophyVisionHead {}

.about__philosophyVisionHead--ja {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #cfcfcf;
}

.about__philosophyVisionHead--en {
  font-family: Oswald;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #cfcfcf;

}

.about__philosophyVisionContent {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 0.04em;
  line-height: 1.71428571;
  text-align: left;
  color: #cfcfcf;
  margin-top: 12px;
}

@media screen and (max-width: 999px) {
  .about__philosophyVisionContent {
    font-size: 18px;
    padding-bottom: 20px;
  }
}


.about__philosophyValue {
  margin-top: 37px;
}

.about__philosophyValueHead {}

.about__philosophyValueHead--ja {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #cfcfcf;
}

.about__philosophyValueHead--en {
  font-family: Oswald;
  font-weight: 500;
  font-size: 34px;
  letter-spacing: 0.08em;
  text-align: left;
  color: #cfcfcf;
  margin-bottom: 3px;
}

.about__philosophyValueContent {}

.about__philosophyValueContent:nth-child(3) {
  margin-top: 42px;
}

.about__philosophyValueContent:nth-child(4) {
  margin-top: 42px;
}

@media screen and (max-width: 999px) {
  .about__philosophyValueContent:nth-child(3) {
    margin-top: 20px;
  }

  .about__philosophyValueContent:nth-child(4) {
    margin-top: 20px;
  }
}

.about__philosophyValueContent h4 {
  font-family: "Noto Sans JP";
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.04em;
  line-height: 1.466666667;
  text-align: left;
  color: #cfcfcf;
  margin-bottom: 2px;
}

.about__philosophyValueContent p {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 0.04em;
  line-height: 1.83333333333;
  text-align: left;
  color: #cfcfcf;
}

@media screen and (max-width: 999px) {
  .about__philosophyValueContent h4 {
    font-size: 22px;
  }
}

@media screen and (max-width: 999px) {
  .about__philosophyValueContent p {
    font-size: 18px;
  }
}

about__philosophyItemImÏage