.bg {
  background: url("../../src/philosophy/bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.title {
  text-align: center;
}
.title .en {
  font-size: 20px;
}
.title h2 {
  color: #2a3033;
  color: white;
  font-size: 32px;
  margin-bottom: 60px;
}

.policy {
  color: white;
}
.policy .block {
  padding: 70px 0;
}
.policy .policy_flex {
  display: flex;
  align-items: center;
  gap: 50px;
  width: 990px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 50px;
}
.policy .policy_flex h3 {
  font-size: 32px;
}
.policy .policy_flex .left {
  width: 40%;
}
.policy .policy_flex .right {
  width: calc(60% - 50px);
}
.policy .p {
  text-align: center;
}
.policy .philosophy_flex {
  display: flex;
  margin: 30px auto;
  justify-content: center;
  gap: 10px;
  color: #2a3033;
  flex-wrap: wrap;
}
.policy .philosophy_flex .card {
  width: 320px;
  background: #f0f0f0;
  text-align: center;
  padding: 50px 20px;
}
.policy .philosophy_flex .card h3 {
  font-size: 32px;
}

.message {
  margin: 100px 0;
  color: white;
}
.message .title {
  text-align: center;
}
.message .title .en {
  font-size: 20px;
}
.message .title h2 {
  color: #2a3033;
}
.message .block {
  width: 1120px;
  padding-bottom: 70px;
}
.message .bg2 {
  background: url("../../src/philosophy/bg2.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top 110px right;
  width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.message .text {
  max-width: calc(100% - 50px);
}
.message .title {
  text-align: left;
}
.message .flex_block {
  display: flex;
  gap: 20px;
}
.message .flex_block .left {
  padding-bottom: 30px;
}
.message .flex_block .right {
  align-self: center;
}
.message h3 {
  font-size: 32px;
}
.message .left {
  width: 40%;
}
.message .right {
  width: calc(60% - 20px);
}
.message .name {
  background: #fafafa;
  color: #2a3033;
  padding: 30px;
  width: 400px;
  max-width: 90%;
  position: absolute;
  bottom: -100px;
  right: 10%;
}
.message .name .co_name {
  margin-bottom: 20px;
}
.message .name .president {
  font-size: 32px;
}
.message .name .president span {
  font-size: 20px;
  padding-right: 30px;
}

.organization {
  margin: 150px 0 100px 0;
}
.organization .block {
  background: white;
  padding: 50px 3%;
}
.organization .title {
  text-align: center;
}
.organization .title .en {
  font-size: 20px;
}
.organization .title h2 {
  color: #2a3033;
}

@media (max-width: 1450px) {
  .message .text {
    width: calc(90% - 100px);
  }
}
@media (max-width: 1000px) {
  .message .bg2 {
    background: url(../../src/philosophy/bg2-2.webp);
    background-position: top 100px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message h3 br {
    display: none !important;
  }
}
@media (max-width: 700px) {
  .policy .policy_flex {
    flex-direction: column;
    gap: 20px;
  }
  .policy .policy_flex .left {
    width: 100%;
  }
  .policy .policy_flex .right {
    width: 100%;
  }
  .title .en {
    font-size: 18px;
  }
  .title h2 {
    font-size: 27px;
  }
  .policy .policy_flex h3 {
    font-size: 27px;
    text-align: center;
  }
  .policy .p {
    text-align: left;
  }
  .policy .philosophy_flex .card {
    max-width: 100%;
  }
  .message .title {
    text-align: center;
  }
  .message .flex_block {
    flex-direction: column;
  }
  .message .flex_block .right {
    margin-bottom: 30px;
  }
  .message .left {
    width: 100%;
  }
  .message .right {
    width: 100%;
  }
  .message .bg2 {
    background: url("../../src/philosophy/bg2-2.webp");
    background-position: top 100px center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .message h3 {
    font-size: 27px;
    margin-bottom: 0;
  }
  .message .name {
    right: 0;
    bottom: -120px;
  }
  .message .name .president {
    font-size: 27px;
  }
  .message .name .president span {
    font-size: 18px;
  }
  .message .text {
    width: 100%;
    max-width: 100%;
  }
}/*# sourceMappingURL=philosophy.css.map */