@charset "utf-8";
/*------------------------------------------------------------
	timeless
------------------------------------------------------------*/
#container {
	padding-top: 0;
}
#gHeader h1 a {
	display: inline-block;
	position: relative;
}
#gHeader h1 a::after {
	margin: 6px 0 0 77px;
	display: inline-block;
	color: #fff;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.05em;
	content: 'Architects & Associates';
}
#main {
	padding-bottom: 0;
	background: #2F2F2F;
}
#main .pageTitle {
	margin-left: auto;
	padding: 80px 0 68px;
	width: calc(50% + 60px);
	color: #fff;
	font-family: 'Roboto', sans-serif;
}
#main .pageTitle h2 {
	font-size: 3.8rem;
	font-weight: 500;
	letter-spacing: 0.06em;
}
#main .pageTitle p {
	font-size: 3.8rem;
	font-weight: 300;
	letter-spacing: 0.05em;
}
#main .pageTitle .smTxt {
	margin-bottom: 17px;
	font-size: 1.5rem;
	font-weight: 400;
}
#main .comSideTxt .txt02 {
	font-weight: 500;
}
#main .movieBox {
	padding-right: 70px;
}
#main .movieBox iframe {
	border: none;
}
#main .sec01 {
	color: #fff;
	background: #1A1A1A;
}
#main .sec01 .inWrap {
	margin: 0 auto;
	padding: 194px 0 191px 20px;
	width: 878px;
	box-sizing: border-box;
}
#main .sec01 p {
	font-size: 1.4rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 2.285;
}
#main .sec01 .photo {
	width: 100%;
	aspect-ratio: 1366/670;
}
#main .sec02 {
	padding: 189px 0 131px;
	background-color: #F4F4F4;
}
#main .sec02 .inWrap {
	margin: 0 auto 168px;
	width: 854px;
	display: flex;
}
#main .sec02 .inWrap h3 {
	width: 41.58%;
	font-size: 2.3rem;
	font-weight: 400;
	letter-spacing: 0.03em;
}
#main .sec02 .inWrap .subBox {
	flex: 1;
}
#main .sec02 .inWrap .subBox .txtList {
	display: flex;
	flex-wrap: wrap;
	color: #151515;
	font-size: 1.3rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 1.92;
}
#main .sec02 .inWrap .subBox .txtList dt {
	margin-right: 28px;
	width: 128px;
}
#main .sec02 .inWrap .subBox .txtList dd {
	width: calc(100% - 156px);
}
#main .sec02 .inWrap .subBox .txtList dd:not(:last-child) {
	margin-bottom: 5px;
}
#main .sec02 .phoList {
	margin-bottom: 131px;
	display: flex;
}
#main .sec02 .phoList li {
	margin-right: 1px;
	width: 585px;
	flex-shrink: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#main .sec02 .phoList li img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 585/383;
}
#main .sec02 .btnList {
	display: flex;
	justify-content: center;
	gap: 61px;
}
#main .sec02 .btnList li {
	width: 319px;
	min-height: 54px;
}
#main .sec02 .btnList li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	background-color: #000000;
}
#main .sec02 .btnList li a .txt {
	padding-right: 18px;
	min-width: 103px;
	box-sizing: border-box;
	display: inline-block;
	background: url(../img/common/icon02.png) no-repeat right center / 11px;
}
.paraImg {
	position: relative;
	overflow: hidden;
	--para: 0;
}
.paraImg img {
	width: 100%;
	min-height: 120%;
	object-fit: cover;
	position: absolute;
	top: calc(0% + var(--para));
}
@media all and (max-width: 767px) {
	#gHeader h1 a::after {
		margin: -1px 0 0 50px;
		font-size: 0.9rem;
	}
	#gHeader.show01 h1 a::after {
		display: none;
	}
	#main .pageTitle {
		margin-left: 0;
		padding: 99px 24px 38px;
		width: auto;
	}
	#main .pageTitle h2 {
		font-size: 2.5rem;
		letter-spacing: 0.02em;
		line-height: 1.4;
	}
	#main .pageTitle p {
		font-size: 2.5rem;
		letter-spacing: 0.02em;
		line-height: 1.4;
	}
	#main .pageTitle .smTxt {
		margin-bottom: 8px;
		font-size: 1.3rem;
	}
	#main .movieBox {
		padding-right: 45px;
	}
	#main .sec01 .inWrap {
		padding: 68px 25px 83px;
		width: auto;
	}
	#main .sec01 p {
		font-size: 1.3rem;
		letter-spacing: 0.04em;
		line-height: 1.692;
	}
	#main .sec01 .photo {
		aspect-ratio: 390/208;
	}
	#main .sec02 {
		padding: 61px 0 71px;
	}
	#main .sec02 .inWrap {
		margin: 0 30px 66px;
		width: auto;
		display: block;
	}
	#main .sec02 .inWrap h3 {
		margin-bottom: 40px;
		width: auto;
		font-size: 2rem;
		letter-spacing: 0.016em;
	}
	#main .sec02 .inWrap .subBox .txtList {
		font-size: 1.2rem;
		color: #000;
	}
	#main .sec02 .inWrap .subBox .txtList dt {
		margin-right: 10px;
		width: calc(40% - 10px);
		box-sizing: border-box;
	}
	#main .sec02 .inWrap .subBox .txtList dd {
		width: 60%;
	}
	#main .sec02 .inWrap .subBox .txtList dd:not(:last-child) {
		margin-bottom: 1px;
	}
	#main .sec02 .phoList {
		margin-bottom: 71px;
	}
	#main .sec02 .phoList li {
		width: 397px;
	}
	#main .sec02 .btnList {
		margin: 0 25px;
		flex-direction: column;
		gap: 10px;
	}
	#main .sec02 .btnList li {
		width: 100%;
	}
	#main .sec02 .btnList li a {
		min-height: 54px;
		font-size: 1.3rem;
	}
	#main .sec02 .btnList li a .txt {
		min-width: initial;
	}
	#main .sec02 .btnList li a .en {
		font-size: 1.2rem;
	}
	.paraImg img {
		top: calc(50% + var(--para));
		transform: translateY(-50%);
	}
}
@media all and (max-width: 359px) {
	#gHeader h1 a::after {
		margin-left: 25px;
	}
}