@charset "UTF-8";
body {
    background: #191e3a;
	font-family: "Amiri", "Shippori Mincho", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", system-ui, "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
	font-weight: 500;
}
.mv-sub {
	background: url("/_common/img/company/mv.webp") 50% 100% / cover no-repeat;
}
@media screen and (max-width: 767px) {
	.mv-sub {
		background: url("/_common/img/company/mv.webp") 50% 0% / cover no-repeat;
	}
}
/* -------------------------------- */
.philosophy {
	padding: 0 5%;
	background: url("/_common/img/company/philosophy-bg.webp") 50% 0% / 100% auto no-repeat;
}
.philosophy__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 106px;
}
.philosophy__title-en {
	margin-top: 115px;
	color: #aa915b;
	font-size: 70px;
    line-height: 80px;
	letter-spacing: .1em;
}
.philosophy h2 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 40px;
}
.philosophy__texts {
	display: flex;
	margin-top: 90px;
}
.philosophy__texts h3 {
	width: 543px;
	min-width: 543px;
    font-size: 28px;
    line-height: 48px;
    letter-spacing: .05em;
}
.philosophy__texts-text {

}
.philosophy__texts-text h4 {
	font-size: 24px;
    line-height: 40px;
    letter-spacing: .05em;
}
.philosophy__texts-text p {
	margin-top: 35px;
	line-height: 34px;
	letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
	.philosophy {
		padding: 0 5%;
	}
	.philosophy__inner {
		padding: 50px 0;
	}
	.philosophy__title-en {
		margin-top: 40px;
		font-size: 40px;
		line-height: 1.5;
		letter-spacing: .1em;
	}
	.philosophy h2 {
		font-size: 20px;
		letter-spacing: .05em;
		line-height: 1.5;
	}
	.philosophy__texts {
		flex-direction: column;
		margin-top: 40px;
	}
	.philosophy__texts h3 {
		width: 100%;
		min-width: initial;
		font-size: 26px;
		line-height: 1.5;
		letter-spacing: .05em;
	}
	.philosophy__texts-text {
	
	}
	.philosophy__texts-text h4 {
		margin-top: 20px;
		font-size: 18px;
		line-height: 1.5;
		letter-spacing: .05em;
	}
	.philosophy__texts-text p {
		margin-top: 20px;
		line-height: 1.5;
		letter-spacing: .05em;
	}
}
/* -------------------------------- */
.outline {
	padding: 0 5%;
	background-color: #161b34;
}
.outline__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0 106px;
}
.outline__title-en {
	color: #aa915b;
	font-size: 70px;
    line-height: 80px;
	letter-spacing: .1em;
}
.outline h2 {
	font-size: 26px;
	font-weight: 500;
	letter-spacing: .05em;
	line-height: 40px;
}
.outline ul {
	max-width: 875px;
	margin: 75px auto 0;
	border-top: 1px solid rgba(255,255,255,0.5);
}
.outline ul li {
	display: flex;
	align-items: center;
	padding: 30px 0;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}
.outline ul li h3 {
	width: 240px;
	padding-left: 30px;
}
.outline__map-wrap {
	max-width: 875px;
	margin: 80px auto 0;
}
.outline__map {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.outline__map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}
@media screen and (max-width: 767px) {
	.outline {
	}
	.outline__inner {
		padding: 50px 0;
	}
	.outline__title-en {
		font-size: 40px;
		line-height: 1.5;
		letter-spacing: .1em;
	}
	.outline h2 {
		font-size: 20px;
		letter-spacing: .05em;
		line-height: 1.5;
	}
	.outline ul {
		margin: 40px auto 0;
	}
	.outline ul li {
		flex-direction: column;
		align-items: flex-start;
		padding: 30px 0;
		border-bottom: 1px solid rgba(255,255,255,0.5);
	}
	.outline ul li h3 {
		width: 100%;
		padding: 0;
	}
	.outline__map-wrap {
		margin: 40px auto 0;
	}
}