/*----------
	/english/vision/
----------*/
/* override */
@media (min-width: 768px), print {
	.l-title-container {
		margin-bottom: 0;
	}
}

/* h2 */
.philosophy-h2 {
	margin-bottom: 40px;
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 1.5;
}
@media (min-width: 768px), print {
	.philosophy-h2 {
		margin-bottom: 60px;
		font-size: 4rem;
	}
}

/* h3 */
.philosophy-h3 {
	margin: 40px 0 16px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	padding: 0 80px 0 0;
}
@media (min-width: 768px), print {
	.philosophy-h3 {
		margin: 60px 0 20px;
		font-size: 2.4rem;
		padding: 0 0 0 0;
	}
}

/* logo img */
.philosophy-logo {
	max-width: 350px;
	margin: 60px auto 40px;
}
@media (min-width: 768px), print {
	.philosophy-logo {
		max-width: 633px;
		margin-bottom: 60px;
	}
}

/* mian area */
.philosophy-main {
	position: relative;
}
.philosophy-main::after {
	content: "";
	position: absolute;
	right: -50px;
	top: -50px;
	z-index: 1;
	display: block;
	width: 166px;
	height: 166px;
	background: url(/english/assets/images/bg_single_slash.svg) no-repeat left top/auto 166px;
}
@media (min-width: 768px), print {
	.philosophy-main {
		padding-top: 200px;
	}
	.philosophy-main::after {
		left: initial;
		right: 0;
		top: 0;
		width: 270px;
		height: 278px;
		background: url(/english/assets/images/bg_single_slash.svg) no-repeat left top/auto 278px;
	}
}

/* section1 */
.philosophy-section1 {
	margin-bottom: 120px;
}
.philosophy-section1 .philosophy-h2 {
	max-width: 310px;
}
@media (min-width: 768px), print {
	.philosophy-section1 .philosophy-h2 {
		max-width: 745px;
	}
}

/* section2 */
.philosophy-section2::before {
	content: "";
	position: absolute;
	left: -27px;
	z-index: -1;
	display: block;
	width: 80px;
	height: 80px;
	background: url(/english/assets/images/bg_shape.svg) no-repeat 0 0/cover;
	transform: translateY(-92px);
}
.philosophy-section2__shape-right {
	padding-right: 35px;
}
.philosophy-section2__shape-right::before {
	content: "";
	position: absolute;
	right: -27px;
	z-index: -1;
	display: block;
	width: 80px;
	height: 80px;
	background: url(/english/assets/images/bg_shape.svg) no-repeat 0 0/cover;
	transform: translateY(-4px);
}
@media (min-width: 768px), print {
	.philosophy-section2::before {
		left: calc(50% - 792px);
		width: 216px;
		height: 216px;
		transform: translateY(-165px);
	}
	.philosophy-section2__shape-right {
		padding-right: 35px;
	}
	.philosophy-section2__shape-right::before {
		right: calc(50% - 792px);
		width: 216px;
		height: 216px;
		transform: translateY(23px);
	}
}



.p-about-vision-p-01 {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 768px), print {

}

}
