.philosophy-ttl {
	font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
  margin-left: 15%;
  font-weight: bold;
  color: #ff0000;
  font-size: 22px;

}
.philosophy-con {
		font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;
		margin-left: 15%;
  font-weight: 600;
  color: #000;
  font-size: 16px;
}
.philosophy2 {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.btn-flat-dashed-filled2 {
  display: block;
  text-align: center;
  margin-left: 0px!important;
  font-family: YuGothic, 游ゴシック,"Yu Gothic", "Noto Sans Japanese", sans-serif;

  margin: auto;
  font-weight: 600;
  width: 170px;
  padding: 0em 1.2em;
  text-decoration: none;
  color: #ffffff;
  border: #ff0000;
  background: #ff0000;
  border-radius: 20px;
  transition: .5s;
}

.btn-flat-dashed-filled2:hover {
  background: #ff4500;
}
.philosophy-box {
	width: 70%;
}
.documentary-con {
	width: 15%;
	margin-left: 9%;
}
@media (max-width: 750px) {
	.philosophy2 {
		display: block;
		margin-left: 6%;
	  margin-right: 6%;
	}
	.philosophy-ttl {
		text-align: center;
		font-size: 14px;
		margin-left: 0px;
	}
	.philosophy-con {
		font-size: 12px;
		margin-left: 0px;
	}
	.philosophy-box {
		width: 100%;
	}
	.btn-flat-dashed-filled2 {
		margin: auto!important;
		width: 150px;
		font-size: 12px;
		line-height: 3;
	}
	.documentary-con {
	width: 29%;
	margin-left: 8%;
    }
   

}
@media (min-width: 1921px) {
	.philosophy-ttl {
		font-size: 46px;
	}
	.philosophy-con {
		font-size: 34px;
	}
	.btn-flat-dashed-filled2 {
		width: 360px;
		padding: 0.6em 2.0em;		

	}