.philosophy .phil-intro {
  margin-top: 120px;
}
.philosophy .mvv {
  margin: 144px 0;
}
@media (max-width: 767px) {
  .philosophy .phil-intro {
    margin-top: 64px;
  }
  .philosophy .mvv {
    margin: 80px 0;
  }
}

.phil-intro {
  display: flex;
  align-items: flex-start;
  height: 480px;
}
.phil-intro__col {
  width: 320px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.phil-intro__col span {
  display: block;
  height: 240px;
  background: #d9d9d9 center/cover no-repeat;
}
.phil-intro__col--l span:last-child {
  background: #165e83;
}
.phil-intro__col--r span:first-child {
  background: #ee7800;
}
@media (max-width: 1000px) {
  .phil-intro__col {
    display: none;
  }
}
@media (max-width: 767px) {
  .phil-intro__col {
    display: flex;
    width: 50%;
    margin-top: 40px;
  }
  .phil-intro__col span {
    height: auto;
    aspect-ratio: 4/3;
  }
}
.phil-intro__text {
  flex: 1;
  min-width: 0;
  text-align: center;
  padding-top: 74px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1000px) {
  .phil-intro__text {
    padding: 48px 24px 0;
  }
}
@media (max-width: 767px) {
  .phil-intro__text {
    order: -1;
    width: 100%;
    flex: none;
    padding: 0;
    align-items: flex-start;
    text-align: left;
    gap: 32px;
  }
}
.phil-intro__ttl {
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 4px;
  line-height: normal;
  color: #222222;
}
.phil-intro__ttl em {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.6px;
}
.phil-intro__ttl .is-blue {
  color: #165e83;
}
.phil-intro__ttl .is-orange {
  color: #ee7800;
}
@media (max-width: 767px) {
  .phil-intro__ttl {
    font-size: 32px;
    letter-spacing: 3.2px;
    line-height: 64px;
  }
}
.phil-intro__body {
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #222222;
}
@media (max-width: 767px) {
  .phil-intro__body {
    font-size: 14px;
    line-height: 35px;
  }
}
@media (max-width: 1000px) {
  .phil-intro {
    height: auto;
  }
}
@media (max-width: 767px) {
  .phil-intro {
    flex-wrap: wrap;
    padding: 0 24px;
  }
}

.mvv__head {
  margin-bottom: 96px;
}
@media (max-width: 767px) {
  .mvv__head {
    margin-bottom: 32px;
  }
}
.mvv__row {
  display: flex;
  align-items: flex-end;
  gap: 12px;
}
@media (max-width: 767px) {
  .mvv__row {
    gap: 4px;
  }
}
.mvv__en {
  font-weight: 700;
  font-size: 100px;
  line-height: 100px;
  letter-spacing: 5px;
  color: #165e83;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .mvv__en {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 1.6px;
  }
}
.mvv__labelrow {
  flex: 1;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .mvv__labelrow {
    gap: 8px;
    justify-content: flex-start;
  }
}
.mvv__label {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 1px;
  color: #165e83;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .mvv__label {
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.mvv__line {
  width: 529px;
  flex-shrink: 0;
  height: 1px;
  background: rgba(34, 34, 34, 0.2);
}
@media (max-width: 1000px) {
  .mvv__line {
    width: auto;
    flex: 1;
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .mvv__line {
    margin-left: 0;
  }
}
.mvv__lead {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.2px;
  color: #222222;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .mvv__lead {
    font-size: 20px;
    line-height: 40px;
    letter-spacing: 1px;
  }
}

.mvv-list {
  display: flex;
  flex-direction: column;
  gap: 72px;
}
@media (max-width: 767px) {
  .mvv-list {
    gap: 32px;
  }
}

.mvv-item {
  position: relative;
  padding-top: 200px;
}
.mvv-item__num {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  font-size: 160px;
  line-height: 160px;
  letter-spacing: 8px;
  color: #165e83;
  opacity: 0.1;
  white-space: nowrap;
}
.mvv-item__title {
  position: absolute;
  left: 96px;
  top: 79px;
  font-weight: 500;
  font-size: 40px;
  line-height: normal;
  letter-spacing: 2px;
  color: #165e83;
  white-space: nowrap;
}
.mvv-item__label {
  position: absolute;
  left: 224px;
  top: 47px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #ee7800;
  white-space: nowrap;
}
.mvv-item__en {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.8px;
}
.mvv-item__jp {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
}
.mvv-item__tri {
  width: 0;
  height: 0;
  flex-shrink: 0;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 6px solid #ee7800;
}
.mvv-item__desc {
  width: 800px;
  margin-left: 352px;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #222222;
}
@media (max-width: 1000px) {
  .mvv-item__desc {
    width: auto;
    margin-left: 240px;
  }
}
@media (max-width: 767px) {
  .mvv-item {
    padding-top: 96px;
  }
  .mvv-item__num {
    font-size: 80px;
    line-height: 80px;
    letter-spacing: 4px;
  }
  .mvv-item__title {
    left: 56px;
    top: 42px;
    font-size: 18px;
    letter-spacing: 0.9px;
    white-space: nowrap;
  }
  .mvv-item__label {
    left: 120px;
    top: 18px;
    gap: 10px;
  }
  .mvv-item__en {
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.7px;
  }
  .mvv-item__jp {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.6px;
  }
  .mvv-item__tri {
    border-top-width: 3px;
    border-bottom-width: 3px;
    border-left-width: 5px;
  }
  .mvv-item__desc {
    width: auto;
    margin-left: 0;
  }
}

.brandmsg {
  background: #165e83;
  color: #ffffff;
  padding: 120px 144px;
}
@media (max-width: 1000px) {
  .brandmsg {
    padding: 80px 48px;
  }
}
@media (max-width: 767px) {
  .brandmsg {
    padding: 64px 24px 80px;
  }
}
.brandmsg__head {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .brandmsg__head {
    margin-bottom: 40px;
  }
}
.brandmsg__label {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.8px;
  color: #ee7800;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .brandmsg__label {
    font-size: 12px;
    line-height: 12px;
    letter-spacing: 0.6px;
  }
}
.brandmsg__ttl {
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
  letter-spacing: 2.4px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .brandmsg__ttl {
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.brandmsg__sub {
  display: flex;
  align-items: center;
  gap: 20px;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 1.2px;
  color: #ffffff;
  margin-bottom: 56px;
}
.brandmsg__sub::before {
  content: "";
  width: 4px;
  height: 28px;
  flex-shrink: 0;
  background: #ee7800;
}
@media (max-width: 767px) {
  .brandmsg__sub {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: 0.8px;
    gap: 12px;
    margin-bottom: 32px;
  }
  .brandmsg__sub::before {
    height: 20px;
    width: 3px;
  }
}
.brandmsg__row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1000px) {
  .brandmsg__row {
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .brandmsg__row {
    align-items: stretch;
    gap: 40px;
  }
}
.brandmsg__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.brandmsg__body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
}
@media (max-width: 767px) {
  .brandmsg__body {
    gap: 24px;
  }
}
.brandmsg__brand {
  flex-shrink: 0;
  width: 284px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 16px;
}
@media (max-width: 1000px) {
  .brandmsg__brand {
    width: auto;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .brandmsg__brand {
    align-self: flex-end;
    align-items: flex-end;
    text-align: right;
  }
}
.brandmsg__logo {
  display: block;
  width: 160px;
  height: auto;
}
@media (max-width: 767px) {
  .brandmsg__logo {
    width: 160px;
  }
}
.brandmsg__sign {
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.7px;
  color: #ee7800;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .brandmsg__sign {
    white-space: normal;
  }
}
