/* Breakpoint
======================================= */
.profile {
  padding: 124px 0 150px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 36px 0 75px;
  }
}

@media screen and (max-width: 768px) {
  .profile__inner {
    padding-inline: 3rem;
  }
}

.profile__wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .profile__wrapper {
    flex-direction: column;
  }
}

.profile__heading {
  width: 35.08772%;
}
@media screen and (max-width: 768px) {
  .profile__heading {
    width: 100%;
    display: none;
  }
}

.profile__content {
  width: 61.40351%;
}
@media screen and (max-width: 768px) {
  .profile__content {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}

.profile__title {
  font-size: 45px;
  font-family: "aw-conqueror-didot", serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
@media screen and (max-width: 768px) {
  .profile__title {
    font-size: 35px;
  }
}

.profile__name {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .profile__name {
    font-size: 20px;
    margin-top: 20px;
  }
}

.profile__text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .profile__text {
    font-size: 1.3rem;
    margin-top: 20px;
  }
}

.profile__image {
  margin-top: 64px;
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .profile__image {
    margin-top: 0;
  }
}

.strength {
  padding: 150px 0 100px;
  background-color: #111111;
  color: #ffffff;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .strength {
    padding: 75px 0 120px;
  }
}
@media screen and (max-width: 480px) {
  .strength {
    padding: 75px 0 100px;
  }
}

@media screen and (max-width: 768px) {
  .strength__inner {
    padding-inline: 3rem;
  }
}

.strength__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .strength__container {
    flex-direction: column;
    row-gap: 65px;
  }
}

.strength__aside {
  width: 35.08772%;
  position: sticky;
  top: 120px;
  height: 45vh;
}
@media screen and (max-width: 768px) {
  .strength__aside {
    width: 100%;
    position: relative;
    top: auto;
    height: auto;
  }
}

.strength__title {
  font-size: 45px;
  font-family: "aw-conqueror-didot", serif;
  overflow: hidden;
}

.strength__title > span {
  display: inline-block;
}

.strength__content {
  width: 61.40351%;
}
@media screen and (max-width: 768px) {
  .strength__content {
    width: 100%;
  }
}

.strength__block {
  padding-bottom: 100px;
}

.strength__block:not(:first-child) {
  padding: 30px 0 100px;
}

@media screen and (max-width: 768px) {
  .strength__block:last-child {
    padding: 30px 0 0;
  }
}

.strength__blockHeading {
  font-size: 22px;
  letter-spacing: 0.08em;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 24px;
}

.strength__blockNumber {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.04em;
  margin-top: 6px;
  margin-right: 23px;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .strength__blockNumber {
    margin-right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .strength__blockNumber {
    font-size: 1.2rem;
  }
}

.strength__blockTitle {
  font-size: 34px;
  font-family: "aw-conqueror-didot", serif;
}
@media screen and (max-width: 768px) {
  .strength__blockTitle {
    font-size: 30px;
  }
}
@media screen and (max-width: 480px) {
  .strength__blockTitle {
    font-size: 2.8rem;
  }
}

.strength__line {
  width: 100%;
  height: 1px;
  background: #727272;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .strength__line {
    margin-bottom: 38px;
  }
}

.strength__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .strength__text {
    font-size: 1.3rem;
    margin-bottom: 38px;
  }
}

.strength__list {
  margin-top: 47px;
  display: grid;
  grid-template-columns: max-content max-content max-content max-content;
  gap: 16px;
}
@media screen and (max-width: 1024px) {
  .strength__list {
    grid-template-columns: max-content max-content max-content;
  }
}
@media screen and (max-width: 480px) {
  .strength__list {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  }
}

.strength__item {
  font-size: 12px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 10px 0;
  width: 115px;
  border: 1px solid #ffffff;
  border-radius: 4px;
}
@media screen and (max-width: 480px) {
  .strength__item {
    width: 100%;
  }
}

.all-works {
  width: 100%;
  background-color: #ffffff;
}

.all-works__link {
  display: block;
  width: 100%;
  padding: 200px 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .all-works__link {
    padding: 160px 0;
  }
}
@media screen and (max-width: 768px) {
  .all-works__link {
    padding: 120px 0;
  }
}
@media screen and (max-width: 480px) {
  .all-works__link {
    padding: 80px 0;
  }
}

.all-works__title {
  display: block;
  font-size: 70px;
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-family: "aw-conqueror-didot", serif;
  line-height: 1;
  color: #111111;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .all-works__title {
    font-size: 40px;
  }
}

.all-works__br {
  display: none;
}
@media screen and (max-width: 480px) {
  .all-works__br {
    display: block;
  }
}/*# sourceMappingURL=page-about.css.map */