@charset "UTF-8";

/* widthが1024px以下の時読み込まれる */
@media screen and (max-width: 1024px) {
	.overview {
		position: initial;
	}
	.overview_content {
		position: initial;
		padding: 0px 20px;
		height: auto;
	}
	.qualification_grid {
		grid-template-columns: repeat(2, 1fr);

	}
	.philosophy {
		position: initial;
	}
	.philosophy_text {
		position: initial;
		padding: 0px 20px;

	}
	.philosophy img {
		height: auto;

	}
	.overview_content th,.overview_content td {
		text-align: left;
		padding: 15px;
	}

	.overview_content table{
		width: 100%;
		margin: 30px auto;
		border-collapse: collapse;
	}

	.indent,.indent_02{
		display: block;
		width: 100%;
	}

	.indent{
		padding: 10px 15px 5px !important;
	}

	.indent_02{
		padding: 0 15px 20px !important;
	}



}


/* widthが799以下の時読み込まれる */
@media screen and (max-width: 799px) {


}