/* =========================================================
   COMPANY
   会社概要
========================================================= */


/* =========================================================
   Common
========================================================= */

.companyPage {
	background: #fff;
}

.companyContainer {
	width: min(calc(100% - 80px), 1160px);
	margin: 0 auto;
}


/* =========================================================
   Section Heading
========================================================= */

.companySectionHeading {
	margin-bottom: 55px;
	text-align: center;
}

.companySectionHeading h2 {
	margin: 0;

	color: #282824;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(25px, 1.8vw, 31px);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .12em;
}

.companySectionHeading p {
	position: relative;

	display: inline-block;

	margin: 8px 0 0;
	padding-bottom: 9px;

	color: #c88a27;
	font-family: "LINE Seed JP", sans-serif;
	font-size: clamp(10px, .7vw, 12px);
	font-weight: 500;
	line-height: 1;
	letter-spacing: .16em;
}

.companySectionHeading p::after {
	content: "";

	position: absolute;
	left: 50%;
	bottom: 0;

	width: 42px;
	height: 1px;

	background: #c88a27;

	transform: translateX(-50%);
}


/* =========================================================
   Lower Hero
========================================================= */

.lowerHero--company .lowerHero__visual img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.lowerHero--company .lowerHero__copy {
	max-width: 520px;
}

.lowerHero--company .lowerHero__title {
	font-family: "Noto Serif JP", serif;
}

.lowerHero--company .lowerHero__en {
	color: #c88a27;
}

.lowerHero--company .lowerHero__lead {
	line-height: 1.8;
}


/* =========================================================
   Greeting
========================================================= */

.companyGreeting {
	padding: 105px 0 120px;
	background: #faf8f5;
}

.companyGreeting__content {
	display: grid;
	grid-template-columns: 360px minmax(0, 1fr);
	align-items: start;
	gap: 80px;

	width: min(100%, 960px);
	margin: 0 auto;
}


/* Photo */

.companyGreeting__photo {
	overflow: hidden;
}

.companyGreeting__photo img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}


/* Body */

.companyGreeting__body {
	padding-top: 8px;
}

.companyGreeting__title {
	margin: 0 0 28px;

	color: #282824;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(18px, 1.3vw, 22px);
	font-weight: 500;
	line-height: 1.7;
	letter-spacing: .08em;
}

.companyGreeting__text {
	color: #333;
	font-size: clamp(12px, .8vw, 14px);
	line-height: 2;
	letter-spacing: .04em;
}

.companyGreeting__text p {
	margin: 0;
}

.companyGreeting__text p + p {
	margin-top: 15px;
}


/* Signature */

.companyGreeting__signature {
	display: flex;
	align-items: baseline;
	justify-content: flex-end;
	gap: 20px;

	margin-top: 30px;
}

.companyGreeting__signature span {
	color: #555;
	font-size: 12px;
	letter-spacing: .08em;
}

.companyGreeting__signature strong {
	color: #282824;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(22px, 1.6vw, 28px);
	font-weight: 500;
	letter-spacing: .15em;
}


/* =========================================================
   Company Profile
========================================================= */

.companyProfile {
	padding: 120px 0 130px;
	background: #fff;
}

.companyProfile__table {
	width: min(100%, 900px);
	margin: 0 auto;
}

.companyProfile__table dl {
	margin: 0;
}

.companyProfile__row {
	display: grid;
	grid-template-columns: 190px minmax(0, 1fr);

	border-bottom: 1px solid #d9d5cf;
}

.companyProfile__row:first-child {
	border-top: 1px solid #d9d5cf;
}

.companyProfile__row dt,
.companyProfile__row dd {
	margin: 0;
	padding: 22px 15px;
}

.companyProfile__row dt {
	color: #282824;
	font-size: clamp(12px, .8vw, 14px);
	font-weight: 700;
	line-height: 1.8;
	letter-spacing: .05em;
}

.companyProfile__row dd {
	color: #3b3b37;
	font-size: clamp(12px, .8vw, 14px);
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: .04em;
}


/* =========================================================
   Qualifications
========================================================= */

.companyQualification {
	padding: 115px 0 145px;
	background: #fff;
}

.companyQualification__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 20px;

	width: min(100%, 1160px);
	margin: 0 auto;
}


/* Card */

.qualificationCard {
	display: flex;
	flex-direction: column;
	align-items: center;

	min-height: 245px;
	padding: 32px 14px 25px;

	background: #faf9f7;
	text-align: center;
	text-align: center;
}


/* Icon */

.qualificationCard__icon {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 76px;
	height: 76px;
	margin-bottom: 18px;
}

.qualificationCard__icon img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}


/* Name */

.qualificationCard__name {
	display: flex;
	align-items: center;
	justify-content: center;

	min-height: 52px;
	margin: 0;

	color: #282824;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6;
	letter-spacing: .08em;
}


/* Count */

.qualificationCard__count {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 5px;

	margin: auto 0 0;

	color: #b27a0a;
}

.qualificationCard__count strong {
	font-family: "LINE Seed JP", sans-serif;
	font-size: 36px;
	font-weight: 600;
	line-height: 1;
}

.qualificationCard__count span {
	color: #282824;
	font-size: 12px;
}


/* =========================================================
   Access
========================================================= */

.companyAccess {
	padding: 110px 0 125px;
	background: #faf8f5;
}

.companyAccess__content {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
	align-items: stretch;

	width: min(100%, 1080px);
	margin: 0 auto;
}


/* Map */

.companyAccess__map {
	min-height: 430px;
	overflow: hidden;
}

.companyAccess__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 430px;
}


/* Information */

.companyAccess__info {
	padding: 25px 0 0 55px;
}

.companyAccess__list {
	margin: 0;
}

.companyAccess__item {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	align-items: start;

	padding: 10px 0;
}

.companyAccess__item dt,
.companyAccess__item dd {
	margin: 0;
}

.companyAccess__item dt {
	display: flex;
	align-items: center;
	gap: 8px;

	color: #c88a27;

	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
}

.companyAccess__item dt i {
	width: 16px;
	font-size: 14px;
	text-align: center;
}

.companyAccess__item dd {
	color: #333;

	font-size: 15px;
	line-height: 1.8;
	letter-spacing: .03em;
}

.companyAccess__item dd a {
	color: inherit;
	text-decoration: none;
}


/* Transport */

.companyAccess__transport {
	margin-top: 25px;

	padding: 22px 24px;

	border: 1px solid #d5a45d;
	border-radius: 8px;

	background: rgba(255, 255, 255, .72);
}

.companyAccess__transport h3 {
	display: flex;
	align-items: center;
	gap: 9px;

	margin: 0 0 12px;

	color: #a26919;

	font-size: 12px;
	font-weight: 700;
	line-height: 1.6;
}

.companyAccess__transport p {
	margin: 0;

	color: #444;

	font-size: 10px;
	line-height: 1.8;
}

.companyAccess__transport p + p {
	margin-top: 7px;
}


.companyAccess__transport {
	margin-top: 28px;
	padding: 22px 30px 24px;

	border: 1px solid #d49a37;
	border-radius: 24px;

	background: rgba(255, 255, 255, .65);
}

.companyAccess__transport h3 {
	margin: 0 0 18px;

	color: #b67a15;

	font-size: 15px;
	font-weight: 700;
	letter-spacing: .06em;
}

.companyAccess__transportList {
	margin: 0;
	padding: 0;

	list-style: none;
}

.companyAccess__transportList li {
	position: relative;

	padding-left: 0;

	color: #282824;

	font-size: 12px;
	line-height: 1.9;
	letter-spacing: .03em;
}

.companyAccess__transportList li + li {
	margin-top: 2px;
}

/* =========================================================
   Utility
========================================================= */

.spOnly {
	display: none;
}


/* =========================================================
   Tablet
========================================================= */

@media screen and (max-width: 1024px) {

	.companyContainer {
		width: calc(100% - 60px);
	}


	/* Greeting */

	.companyGreeting {
		padding: 90px 0 105px;
	}

	.companyGreeting__content {
		grid-template-columns: 310px minmax(0, 1fr);
		gap: 55px;
	}


	/* Profile */

	.companyProfile {
		padding: 100px 0 110px;
	}


	/* Qualifications */

	.companyQualification {
		padding: 100px 0 110px;
	}

	.companyQualification__list {
		gap: 8px;
	}

	.qualificationCard {
		padding-inline: 8px;
	}


	/* Access */

	.companyAccess {
		padding: 95px 0 105px;
	}

	.companyAccess__info {
		padding-left: 38px;
	}

}


/* =========================================================
   Smartphone
========================================================= */

@media screen and (max-width: 767px) {


	/* =====================================================
	   Common
	===================================================== */

	.companyContainer {
		width: calc(100% - 36px);
	}

	.companySectionHeading {
		margin-bottom: 38px;
	}

	.companySectionHeading h2 {
		font-size: 23px;
	}

	.companySectionHeading p {
		margin-top: 6px;
		font-size: 10px;
	}


	/* =====================================================
	   Hero
	===================================================== */

	.lowerHero--company .lowerHero__visual img {
		object-position: center;
	}


	/* =====================================================
	   Greeting
	===================================================== */

	.companyGreeting {
		padding: 65px 0 75px;
	}

	.companyGreeting__content {
		display: block;
		width: 100%;
	}


	.companyGreeting__photo {
		width: min(100%, 270px);
		margin: 0 auto 35px;
	}


	.companyGreeting__body {
		padding: 0;
	}


	.companyGreeting__title {
		margin-bottom: 20px;

		font-size: 18px;
		line-height: 1.7;
	}


	.companyGreeting__text {
		font-size: 12px;
		line-height: 1.95;
	}


	.companyGreeting__text p + p {
		margin-top: 13px;
	}


	.companyGreeting__signature {
		gap: 15px;

		margin-top: 25px;
	}


	.companyGreeting__signature span {
		font-size: 11px;
	}


	.companyGreeting__signature strong {
		font-size: 21px;
	}


	/* =====================================================
	   Company Profile
	===================================================== */

	.companyProfile {
		padding: 75px 0 85px;
	}


	.companyProfile__row {
		display: block;
	}


	.companyProfile__row dt {
		padding: 17px 10px 5px;

		font-size: 12px;
	}


	.companyProfile__row dd {
		padding: 0 10px 17px;

		font-size: 12px;
		line-height: 1.8;
	}


	/* =====================================================
	   Qualifications
	===================================================== */

	.companyQualification {
		padding: 60px 15px 70px;
		height: auto;
		min-height: 0;
	}


	.companyQualification__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		width: 100%;
	}

	.companyQualification__list .qualificationCard:last-child {
		grid-column: auto;
		justify-self: stretch;
	}
	
	.qualificationCard {
		min-height: 165px;

		padding: 22px 10px 18px;
	}

	.qualificationCard__icon {
		height: 42px;
		margin-bottom: 9px;

		font-size: 27px;
	}


	.qualificationCard__name {
		min-height: 40px;

		font-size: 10px;
	}


	.qualificationCard__count strong {
		font-size: 27px;
	}


	/* =====================================================
	   Access
	===================================================== */

	.companyAccess {
		padding: 70px 0 80px;
	}


	.companyAccess__content {
		display: block;
		width: 100%;
	}


	.companyAccess__map {
		min-height: 320px;
	}


	.companyAccess__map iframe {
		min-height: 320px;
	}


	.companyAccess__info {
		padding: 35px 0 0;
	}


	.companyAccess__item {
		grid-template-columns: 90px minmax(0, 1fr);

		padding: 10px 0;
	}


	.companyAccess__item dt {
		font-size: 10px;
	}


	.companyAccess__item dd {
		font-size: 11px;
	}


	.companyAccess__transport {
		margin-top: 20px;

		padding: 20px;
	}


	.companyAccess__transport p {
		font-size: 10px;
	}


	.spOnly {
		display: block;
	}

}


/* =========================================================
   Small Smartphone
========================================================= */

@media screen and (max-width: 480px) {

	.companyContainer {
		width: calc(100% - 30px);
	}


	/* Qualifications */

	.companyQualification__list {
		gap: 8px;
	}


	.qualificationCard {
		min-height: 155px;
	}


	/* Access */

	.companyAccess__map,
	.companyAccess__map iframe {
		min-height: 280px;
	}

}