/* 
─────────────────────────────────────────────────────────────────
Ｓ：経営理念
───────────────────────────────────────────────────────────────── */
.main_philosophy {
  width: 100%;
  background-color: #fff;
}

.main_philosophy_frame {
  max-width: 648px;
  margin: 0 auto;
}

.main_philosophy_contents {
  max-width: 600px;
  padding: 40px 0 56px;
  margin: 0 24px;
}

/* 
───────────────────────────────────────────────────────────────── */
.main_philosophy_headline {
  max-width: 720px;
  padding: 0 0 16px;
  margin: 0 auto 24px;
  text-align: center;
}

.main_philosophy_headline_catch {
  font-size: 1.5rem;
  color: #7f7ff1;
}

.main_philosophy_headline_title {
  font-size: 2rem;
}

/* 
───────────────────────────────────────────────────────────────── */
.main_philosophy_area {
  display: flex;
  flex-flow: column;
  gap: 40px;
  align-items: stretch;
  width: 100%;
}

/* 
───────────────────────────────────────────────────────────────── */
.main_philosophy_catch_image {
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background-color: #ccccf9;
}

.main_philosophy_catch_icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 
───────────────────────────────────────────────────────────────── */
.main_philosophy_summary {
  display: flex;
  flex-flow: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.main_philosophy_summary_catch {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  line-height: 2.8rem;
}

/* 
─────────────────────────────────────────────────────────────────
横幅800px～
───────────────────────────────────────────────────────────────── */
@media screen and (width >= 888px) {
  /* 
  ─────────────────────────────────────────────────────────────────
  Ｌ：経営理念
  ───────────────────────────────────────────────────────────────── */
  .main_philosophy {
    width: 100%;
  }

  .main_philosophy_frame {
    max-width: 1248px;
  }

  .main_philosophy_contents {
    max-width: 1200px;
  }

  /* 
  ───────────────────────────────────────────────────────────────── */
  .main_philosophy_area {
    flex-flow: row;
  }

  /* 
  ───────────────────────────────────────────────────────────────── */
  .main_philosophy_catch_image {
    width: 50%;
  }

  /* 
  ───────────────────────────────────────────────────────────────── */
  .main_philosophy_summary {
    flex: 1;
    width: auto;
  }

  .main_philosophy_summary_catch {
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 3rem;
    line-height: 4rem;
  }

  /*
  ─────────────────────────────────────────────────────────────────
  ここまで
  ───────────────────────────────────────────────────────────────── */
}
