/* =========================
   ABOUT PHOTO
========================= */

.about-photo{
	padding: 120px 20px;
	background: #ffffff;
}

.about-photo-inner{
	width: min(1200px, 88%);
	margin: 0 auto;
}

.about-photo img{
	width: 100%;
	height: auto;
	display: block;
}

.photo-caption{
	margin-top: 22px;

	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 11px;
	letter-spacing: 0.22em;
	color: #888;

	text-align: left;
}

@media only screen and (max-width: 40em){

	.about-photo{
		padding: 80px 20px;
	}

	.about-photo-inner{
		width: 92%;
	}

	.photo-caption{
		font-size: 10px;
		letter-spacing: 0.16em;
	}
}
/* =========================
   ABOUT PAGE
========================= */

.page-header{
	width: 100%;
	height: 130px;
	background: #111;
}

.about-hero{
	padding: 180px 20px 130px;
	background: #f8f8f5;
	text-align: center;
}

.about-label,
.section-label{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.35em;
	color: #999;
	margin-bottom: 45px;
}

.about-hero h1,
.about-message h2,
.about-philosophy h2,
.about-business h2,
.about-next h2{
	font-family: Georgia, "Times New Roman", serif;
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #222;
}

.about-hero h1{
	font-size: clamp(38px, 6vw, 72px);
}

.about-inner{
	width: min(920px, 88%);
	margin: auto;
}

.about-message,
.about-philosophy,
.about-history,
.about-business,
.about-next{
	padding: 130px 20px;
	background: #ffffff;
	text-align: left;
}

.about-message h2,
.about-philosophy h2,
.about-business h2,
.about-next h2{
	font-size: clamp(32px, 5vw, 58px);
	margin-bottom: 60px;
}

.about-message p,
.about-philosophy p,
.business-card p,
.history-item p{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	line-height: 2.25;
	letter-spacing: 0.04em;
	color: #444;
	font-weight: normal;
}

.signature{
	margin-top: 70px;
	text-align: right;
}

.about-philosophy{
	background: #f8f8f5;
}

.history-list{
	border-top: 1px solid #ddd;
}

.history-item{
	display: grid;
	grid-template-columns: 150px 1fr;
	gap: 45px;
	padding: 38px 0;
	border-bottom: 1px solid #ddd;
}

.history-item span{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.8;
	letter-spacing: 0.18em;
	color: #777;
}

.history-item p{
	margin: 0;
}

.business-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 28px;
	margin-top: 70px;
}

.business-card{
	border: 1px solid #ddd;
	padding: 38px 30px;
	min-height: 240px;
}

.business-card h3{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 13px;
	letter-spacing: 0.22em;
	color: #777;
	margin-bottom: 28px;
}

.about-next{
	background: #111;
	text-align: center;
}

.about-next .section-label{
	color: #888;
}

.about-next h2{
	color: #f3f2ed;
}

.about-next .about-link{
	color: #ddd;
	border-bottom-color: #777;
}

.about-next .about-link:hover{
	color: #fff;
	border-bottom-color: #fff;
}

@media only screen and (max-width: 40em){

	.page-header{
		height: auto;
		padding-bottom: 20px;
	}

	.about-hero{
		padding: 130px 20px 100px;
	}

	.about-message,
	.about-philosophy,
	.about-history,
	.about-business,
	.about-next{
		padding: 90px 20px;
	}

	.about-message p,
	.about-philosophy p,
	.business-card p,
	.history-item p{
		font-size: 16px;
		line-height: 2.1;
	}

	.history-item{
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.business-grid{
		grid-template-columns: 1fr;
	}

	.signature{
		text-align: left;
	}
}
/* =========================
   BUSINESS PAGE
========================= */

.business-page .page-hero{
	padding: 180px 20px 130px;
	background: #f8f8f5;
	text-align: center;
}

.business-page .page-hero h1{
	margin: 0;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(38px, 6vw, 72px);
	font-weight: normal;
	line-height: 1.6;
	letter-spacing: 0.08em;
	color: #222;
}

.business-page .page-hero p{
	margin-top: 20px;
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.35em;
	color: #999;
}

.business-section{
	padding: 130px 20px;
	background: #ffffff;
}

.business-section .inner{
	width: min(1100px, 88%);
	margin: 0 auto;
}

.business-block{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 70px;
	align-items: center;
	margin-bottom: 130px;
}

.business-block:last-child{
	margin-bottom: 0;
}

.business-block:nth-child(even) .business-image{
	order: 2;
}

.business-block:nth-child(even) .business-text{
	order: 1;
}

.business-image img{
	width: 100%;
	height: auto;
	display: block;
}

.business-text .number{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.25em;
	color: #999;
	margin-bottom: 18px;
}

.business-text .en{
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(30px, 4vw, 48px);
	font-weight: normal;
	line-height: 1.3;
	letter-spacing: 0.06em;
	color: #222;
	margin-bottom: 18px;
}

.business-text h2{
	font-size: 20px;
	font-weight: normal;
	letter-spacing: 0.16em;
	color: #333;
	margin-bottom: 34px;
}

.business-text p{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 17px;
	line-height: 2.25;
	letter-spacing: 0.04em;
	color: #444;
}

.business-data{
	margin-top: 38px;
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.business-data-item{
	border-left: 1px solid #bbb;
	padding-left: 18px;
}

.business-data-item .label{
	display:block;

	font-size:11px;
	letter-spacing:0.25em;
	color:#888;

	background:none;
	padding:0;
	margin-bottom:8px;
}

.business-data-item .value{
	display: block;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 28px;
	letter-spacing: 0.06em;
	color: #222;
}

/* SP */
@media only screen and (max-width: 40em){

	.business-page .page-hero{
		padding: 130px 20px 100px;
	}

	.business-section{
		padding: 90px 20px;
	}

	.business-section .inner{
		width: 92%;
	}

	.business-block{
		display: block;
		margin-bottom: 90px;
	}

	.business-image{
		margin-bottom: 38px;
	}

	.business-text .en{
		font-size: 30px;
	}

	.business-text h2{
		font-size: 18px;
		margin-bottom: 26px;
	}

	.business-text p{
		font-size: 16px;
		line-height: 2.1;
	}

	.business-data{
		gap: 24px;
	}

	.business-data-item .value{
		font-size: 24px;
	}
}
/* =========================
   PROFILE
========================= */

.profile{
	margin-top: 18px;
	text-align: left;
}

.profile-name{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 22px;
	letter-spacing: 0.08em;
	color: #222;
}

.profile-position{
	margin-top: 8px;

	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.18em;
	color: #888;
	text-transform: uppercase;
}/* =========================
   HEADER FIX
========================= */

.site-header{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: rgba(255,255,255,0.92);
}

.header-inner{
	width: min(1200px, 92%);
	height: 86px;
	margin: 0 auto;

	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo a{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 18px;
	letter-spacing: 0.18em;
	color: #222;
	text-decoration: none;
}

.global-nav ul{
	margin: 0;
	padding: 0;
	list-style: none;

	display: flex;
	gap: 34px;
}

.global-nav a{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.18em;
	color: #222;
	text-decoration: none;
}

.global-nav a:hover{
	opacity: 0.55;
}

@media only screen and (max-width: 40em){

	.site-header{
		position: relative;
	}

	.header-inner{
		height: auto;
		padding: 22px 0;
		display: block;
	}

	.logo{
		margin-bottom: 18px;
	}

	.global-nav ul{
		display: block;
	}

	.global-nav li{
		margin-bottom: 10px;
	}
}.grandir-link{
	margin-top: 40px;
}

.grandir-link a{
	font-family: "raleway-regular", Helvetica, Arial, sans-serif;
	font-size: 12px;
	letter-spacing: 0.22em;
	color: #222;
	text-decoration: none;
	border-bottom: 1px solid #999;
	padding-bottom: 8px;

	transition: all .3s ease;
}

.grandir-link a:hover{
	opacity: 0.6;
	border-bottom-color: #222;
}