.color-brawn {
  color: #866943;
}

.kodo-heading {
  background: none;
}
@media screen and (max-width: 750px) {
  .kodo-heading {
    flex-direction: column;
  }
}
.kodo-heading .cross {
  box-sizing: content-box;
  padding: 0 20px;
}
@media screen and (max-width: 750px) {
  .kodo-heading .cross {
    padding: 10px 0;
    width: 100%;
  }
}

.bg-brawn {
  background: #473718;
  color: #fff;
  padding: 10px 0 88px;
}
@media screen and (max-width: 750px) {
  .bg-brawn {
    padding: 10px 0 40px;
  }
}
.bg-brawn .inner {
  margin: 0 auto;
  max-width: 1060px;
}

.interview-section-ttl {
  color: #fff;
}

.page-lead {
  margin-bottom: 36px;
}

.inner-1130 {
  max-width: 1130px;
}

.architect-wrap {
  align-items: center;
  justify-content: space-between;
  margin-right: auto;
  padding-right: 20px;
  max-width: 1250px;
}
@media screen and (min-width: 1440px) {
  .architect-wrap {
    margin: 0 auto;
    max-width: 1440px;
  }
}
@media screen and (max-width: 750px) {
  .architect-wrap {
    padding: 0 20px;
  }
}
.architect-wrap-person {
  position: relative;
  width: 54.4%;
}
@media screen and (max-width: 750px) {
  .architect-wrap-person {
    margin-bottom: 30px;
    width: 100%;
  }
}
.architect-wrap-en {
  bottom: 30px;
  font-size: clamp(5rem, 3vw, 10.4rem);
  left: 0;
  opacity: 0.6;
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 750px) {
  .architect-wrap-en {
    bottom: 28%;
  }
}
.architect-wrap-name {
  background: rgba(71, 55, 24, 0.85);
  bottom: 0;
  font-size: 2.4rem;
  left: 0;
  margin: 0 auto;
  padding: 30px 0 10px;
  position: absolute;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  .architect-wrap-name {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.architect-wrap-name .fz_l {
  font-size: 140%;
}
.architect-wrap-name .fz_s {
  font-size: 62%;
}
.architect-wrap-name .fz_ss {
  font-size: 55%;
}
.architect-wrap-text {
  width: 39.2%;
}
@media screen and (max-width: 750px) {
  .architect-wrap-text {
    width: 100%;
  }
}
.architect-wrap-text .note:nth-child(2) {
  margin-bottom: 66px;
}
@media screen and (max-width: 750px) {
  .architect-wrap-text .note:nth-child(2) {
    margin-bottom: 50px;
  }
}

.interview-wrap {
  justify-content: space-between;
}
.interview-wrap-text {
  width: 45.1327433628%;
}
@media screen and (max-width: 750px) {
  .interview-wrap-text {
    margin-bottom: 50px;
    width: 100%;
  }
}
.interview-wrap-text .interview-img {
  margin: 70px auto;
}
@media screen and (max-width: 750px) {
  .interview-wrap-text .interview-img {
    margin: 40px auto;
  }
}
.interview-wrap-img {
  width: 49.203539823%;
}
@media screen and (max-width: 750px) {
  .interview-wrap-img {
    width: 100%;
  }
}
.interview-wrap-img img:first-child {
  margin-bottom: 30px;
}

.interview-dl dt {
  letter-spacing: -0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .interview-dl dt {
    letter-spacing: normal;
  }
}

.interview-section-ttl .ttl-border:before {
  background: #fff;
}

.interview-section-ttl .ttl-border:after {
  color: #fff;
}/*# sourceMappingURL=philosophy.css.map */