.corporate-identity-container,
.purpose-container {
  display: flex;
  gap: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
  border-bottom: 2px solid #000;

  @media screen and (max-width: 767px) {
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
}

.corporate-identity-left,
.purpose-left {
  width: 30%;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}


.corporate-identity-left h3,
.purpose-left h3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.corporate-identity-eng-title,
.purpose-eng-title {
  font-family: "Urbanist";
  font-style: normal;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 4.6rem;
  letter-spacing: 0.1em;
  color: #000000;

  @media screen and (max-width: 767px) {
    font-size: 2rem;
    text-align: center;
  }
}

.corporate-identity-jp-title,
.purpose-identity-jp-title {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.2rem;
  letter-spacing: 0.08em;
  color: #000000;

  @media screen and (max-width: 767px) {
    text-align: center;
  }
}

.corporate-identity-des,
.purpose-des-1 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3.8rem;
  letter-spacing: 0.08em;
  color: #000000;

  @media screen and (max-width: 767px) {
    font-size: 1.6rem;
    text-align: justify;
  }
}

.corporate-identity-right,
.purpose-right {
  width: 67%;
  display: flex;
  flex-direction: column;

  @media screen and (max-width: 767px) {
    width: 100%;
    justify-content: center;
  }
}

.purpose-des-2 {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 3.8rem;
  letter-spacing: 0.08em;
  color: #000000;
}

.philosophy-grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto auto;
  gap: 3rem;
  position: relative;
  margin-bottom: 5rem;

  @media screen and (max-width: 767px) {
    display: flex;
    flex-direction: column;
    margin-bottom: 2.5rem;
  }
}

.philosophy-grid-item {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 12rem;
  padding-top: 4rem;

  @media screen and (max-width: 767px) {
    padding-bottom: 60px;
    padding-top: 20px;
  }
}

.philosophy-grid-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 90%;
  background-color: #000;

  @media screen and (max-width: 767px) {
    display: none;
  }
}

.philosophy-grid-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  height: 2px;
  background-color: #000;

  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.philosophy-grid-item:nth-child(2)::before,
.philosophy-grid-item:nth-child(4)::before,
.philosophy-grid-item:nth-child(6)::before {
  display: none;
}

.philosophy-grid-item:nth-child(5)::after {
  display: none;

  @media screen and (max-width: 767px) {
    display: block;
  }
}

.philosophy-grid-item:nth-child(6)::after {
  display: none;
}

.mission h4 {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 4.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  color: #E6AA02;
}

.vision h4 {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 4.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  color: #54B57B;
}

.core-value h4 {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 4.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  color: #009C9C;
}

.sc-way h4 {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 4.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  color: #2C78B8;
}

.behavioral-guidelines {

  @media screen and (max-width: 767px) {
    .behavioral-guidelines::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 95%;
      height: 2px;
      background-color: #000;
    }
  }
}

.behavioral-guidelines h4 {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 4.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  color: #704FE5;
}

.professional-standards h4 {
  font-family: 'Urbanist';
  font-style: normal;
  font-weight: 700;
  font-size: 3.8rem;
  line-height: 4.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 1rem;
  color: #4A417C;
}

.mission-subtitle,
.vision-subtitle,
.core-subtitle,
.way-subtitle,
.guideline-subtitle,
.standard-subtitle {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #000000;
  padding-bottom: 2rem;
}

.mission-subtitle-2,
.vision-subtitle-2,
.core-subtitle-2,
.way-subtitle-2,
.guideline-subtitle-2,
.standard-subtitle-2 {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 0.08em;
  color: #000000;
  padding-bottom: 3rem;
}

.mission-des,
.vision-des,
.guideline-des,
.standard-des {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.08em;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.core-des,
.way-des {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.08em;
  color: #000000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.guideline-ul {
  margin: 0;
  align-items: left;
  margin: auto;
}

.guideline-li {
  list-style: decimal;
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.08em;
  color: #000000;
  text-align: left;
}