@charset "UTF-8";

/* CSS Document */
.section-top {
  margin-top: 200px;
  margin-bottom: 70px;
}

.section-top h1 {
  margin: 0 0 50px 80px;
  font-size: 2.6rem;
  font-weight: 500;
  letter-spacing: 0.5rem;
  display: flex;
  align-items: center;
}

.section-top h1:after {
  border-top: 1px solid #6c6c6c;
  content: "";
  width: 100%;
  margin-left: 0.8em;
}

.section-top__image {
  max-width: 1071px;
  width: 100%;
  height: 547px;
}

.section-top__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-top__image::before {
  content: "";
  background-color: rgba(255, 255, 255, 0.07);
  position: absolute;
  max-width: 1071px;
  width: 100%;
  height: 547px;
}

@media (max-width: 768px) {
  .section-top {
    margin-top: 190px;
    margin-bottom: 45px;
  }

  .section-top h1 {
    margin: 0 0 35px 30px;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
  }

  .section-top__image {
    height: 307px;
  }

  .section-top__image::before {
    height: 307px;
  }
}

.section-concept {
  margin-bottom: 95px;
  padding-left: 80px;
  text-align: left;
}

.section-concept_copy h2 {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.6rem;
  margin-bottom: 20px;
}

.section-concept_copy p {
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
  margin-bottom: 40px;
}

.section-concept_lead {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  line-height: 4.0rem;
}

.br {
  display: none;
}

@media (max-width: 768px) {
  .section-concept {
    margin-bottom: 165px;
    padding: 0 24px;
  }

  .section-concept_copy h2 {
    margin-bottom: 35px;
    line-height: 3.5rem;
  }

  .section-concept_copy p {
    margin-bottom: 70px;
  }

  .section-concept_lead {
    font-size: 1.5rem;
    line-height: 5.0rem;
  }

  .br {
    display: inline;
  }
}

.section-philosophy {
  margin-bottom: 240px;
  padding: 0 63px 0;
}

.section-philosophy ul li {
  margin-bottom: 120px;
  text-align: left;
  display: flex;
  align-items: flex-end;
  gap: 87px;
}

.section-philosophy ul li:nth-child(2) {
  flex-direction: row-reverse;
}

.section-philosophy ul li:nth-child(4) {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.section-philosophy_inner01 {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.section-philosophy_inner01 h2 {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  transform: rotate(-90deg);
  height: fit-content;
  transform-origin: left;
  position: absolute;
  left: -20px;
  bottom: -13px;
}

.section-philosophy_image01 {
  width: 539px;
  height: auto;
  border-left: solid 1px #6c6c6c;
}

.section-philosophy_image01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-philosophy_inner02 {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  position: relative;
}

.section-philosophy_inner02 h2 {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  transform: rotate(-90deg);
  height: fit-content;
  transform-origin: left;
  position: absolute;
  right: -93px;
  bottom: -13px;
}

.section-philosophy_image02 {
  width: 539px;
  height: auto;
  border-right: solid 1px #6c6c6c;
}

.section-philosophy_image02 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-philosophy_inner03 {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.section-philosophy_inner03 h2 {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  transform: rotate(-90deg);
  height: fit-content;
  transform-origin: left;
  position: absolute;
  left: -20px;
  bottom: -13px;
}

.section-philosophy_image03 {
  width: 539px;
  height: auto;
  border-left: solid 1px #6c6c6c;
}

.section-philosophy_image03 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-philosophy_inner04 {
  display: flex;
  align-items: flex-end;
  flex-direction: row-reverse;
  position: relative;
}

.section-philosophy_inner04 h2 {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
  transform: rotate(-90deg);
  height: fit-content;
  transform-origin: left;
  position: absolute;
  right: -125px;
  bottom: -13px;
}

.section-philosophy_image04 {
  width: 539px;
  height: auto;
  border-right: solid 1px #6c6c6c;
}

.section-philosophy_image04 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-philosophy ul li h3 {
  margin-bottom: 20px;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.3rem;
  line-height: 3.5rem;
}

.section-philosophy ul li p {
  font-size: 1.6rem;
  letter-spacing: 0.3rem;
  line-height: 3.5rem;
}

@media (max-width: 768px) {
  .section-philosophy {
    margin-bottom: 140px;
    padding: 0;
  }

  .section-philosophy ul li {
    margin-bottom: 100px;
    flex-direction: column;
    align-items: normal;
    gap: 40px;
  }

  .section-philosophy ul li:nth-child(2) {
    flex-direction: column;
  }

  .section-philosophy ul li:nth-child(4) {
    flex-direction: column;
    justify-content: normal;
  }

  .section-philosophy_inner01 {
    justify-content: flex-end
  }

  .section-philosophy_inner01 h2 {
    font-size: 1.9rem;
    left: 11%;
  }

  .section-philosophy_image01 {
    width: 85%;
    height: 279px;
  }

  .section-philosophy_inner02 h2 {
    font-size: 1.9rem;
    left: 89.5%;
  }

  .section-philosophy_image02 {
    width: 85%;
    height: 279px;
  }

  .section-philosophy_inner03 {
    justify-content: flex-end
  }

  .section-philosophy_inner03 h2 {
    font-size: 1.9rem;
    left: 11%;
  }

  .section-philosophy_image03 {
    width: 85%;
    height: 279px;
  }

  .section-philosophy_inner04 h2 {
    font-size: 1.9rem;
    left: 89.5%;
  }

  .section-philosophy_image04 {
    width: 85%;
    height: 279px;
  }

  .section-philosophy_description {
    padding: 0 24px;
  }

  .section-philosophy ul li h3 {
    font-size: 1.6rem;
    line-height: 3.0rem;
  }

  .section-philosophy ul li p {
    font-size: 1.4rem;
    line-height: 2.7rem;
  }

  .section-philosophy_inner02 {
    flex-direction: row;
  }

  .section-philosophy_inner04 {
    flex-direction: row;
  }
}