@charset "utf-8";
/* CSS Document */
.youtube-video {
  max-width: 800px;   /* PCでの最大幅 */
  margin: 30px auto;  /* 中央寄せ */
}

.youtube-video iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}
.p-company-philosophy__block{
	margin-bottom: 4rem!important
}