@charset "utf-8";

* {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8rem;
	line-height: 1.8;
	color: #111;
	background: #fff;
}

body,
h1,
h2,
p,
ul {
	margin-top: 0;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

a {
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

a:hover {
	opacity: 0.7;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.serif {
	font-family: "Times New Roman", "Yu Mincho", "YuMincho", serif;
}

#container {
	min-width: 110rem;
	overflow: hidden;
}

.inner {
	width: calc(100% - 8rem);
	max-width: 134rem;
	margin: 0 auto;
}

/* Header
========================================== */

#gHeader {
	display: flex;
	height: 13.5rem;
	align-items: center;
	background: #fff;
}

#gHeader .headerInner {
	display: flex;
	width: calc(100% - 7rem);
	max-width: 139rem;
	margin: 0 auto;
	align-items: center;
}

#gHeader .siteLogo {
	width: 11rem;
	margin: 0 auto 0 0;
}

#gHeader .globalNav ul {
	display: flex;
	margin: 0;
	padding: 0;
	align-items: center;
	list-style: none;
}

#gHeader .globalNav li {
	margin-left: 4.2rem;
	font-size: 1.6rem;
	font-weight: 500;
	letter-spacing: 0.08em;
}

#gHeader .headerTel {
	display: flex;
	margin-left: 3.5rem;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.25;
	color: #061e39;
}

#gHeader .headerTel img {
	width: 2.7rem;
	margin-right: 0.8rem;
}

#gHeader .headerTel small {
	display: block;
	font-size: 0.9rem;
	color: #111;
}

#gHeader .headerContact {
	width: 15.5rem;
	margin-left: 2.5rem;
	padding: 1.6rem 1rem;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	color: #fff;
	background: #061e39;
}

#gHeader .headerContact img {
	width: 2.8rem;
	margin: 0 auto 0.5rem;
}

#gHeader .navContact,
#gHeader .menuButton {
	display: none;
}

/* Main
========================================== */

.mainVisual {
	margin: 0;
}

.mainVisual img {
	width: 100%;
}

.topSection {
	padding: 10rem 0;
}

.sectionLabel {
	margin-bottom: 3rem;
	font-size: 1.5rem;
	font-weight: 500;
}

.sectionLabel span,
.sectionHeading > p {
	margin-right: 2rem;
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.03em;
	color: #b9955a;
}

.sectionHeading {
	margin-bottom: 5rem;
	text-align: center;
}

.sectionHeading > p {
	margin: 0 0 0.7rem;
	font-size: 2rem;
	letter-spacing: 0.12em;
}

.sectionHeading h2 {
	margin: 0;
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.4;
	color: #061e39;
}

.aboutInner {
	display: flex;
	align-items: center;
	gap: 7rem;
}

.aboutPhoto {
	width: 46%;
}
.aboutText {
	width: 54%;
}

.aboutPhoto img {
	width: 100%;
}

.aboutText h2 {
	margin-bottom: 2.5rem;
	font-size: 3.4rem;
	line-height: 1.5;
}

.aboutText p {
	margin-bottom: 3.5rem;
	font-size: 1.8rem;
}

.moreButton {
	display: flex;
	width: 26rem;
	min-height: 5.5rem;
	padding: 1rem 2.8rem;
	align-items: center;
	justify-content: space-between;
	font-size: 1.5rem;
	color: #fff;
	background: #061e39;
}

.moreButton span {
	color: #b9955a;
}

.serviceSection,
.worksSection {
	background: #eff4f7;
}

.serviceGrid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 3rem;
}

.serviceCard {
	display: flex;
	min-height: 15rem;
	background: #fff;
}

/*.serviceText,
.serviceCard > img {
	width: 50%;
}

.serviceText {
	display: flex;
	padding: 4rem;
	flex-direction: column;
	justify-content: center;
}*/



.serviceText {
	display: flex;
	width: 55%;
	padding: 3px 4rem;
	flex-direction: column;
	justify-content: center;
}

.serviceCard > img {
	width: 45%;
	object-fit: cover;
}


.serviceText h3 {
	display: flex;
	margin: 0 0 2rem;
	align-items: center;
	gap: 2rem;
	font-size: 2.4rem;
	font-weight: 500;
	color: #061e39;
}

.serviceText h3 img {
	width: 8rem;
	height: auto;
	object-fit: contain;
}

.serviceText p {
	margin: 0;
	font-size: 1.8rem;
}

.serviceCard > img {
	object-fit: cover;
}

.strengthList {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.strengthItem {
	display: flex;
	padding: 0 4rem;
	align-items: center;
	gap: 2.5rem;
	border-right: 1px solid #b9955a;
}

.strengthItem:first-child {
	padding-left: 0;
}

.strengthItem:last-child {
	padding-right: 0;
	border-right: 0;
}

.strengthItem > img {
	width: 7rem;
	max-height: 8rem;
	object-fit: contain;
}

.strengthItem h3 {
	margin: 0 0 1rem;
	font-size: 2.4rem;
	line-height: 1.4;
	font-weight: 500;
	color: #061e39;
}

.strengthItem p {
	margin: 0;
	font-size: 1.8rem;
}

.worksSection {
	padding-bottom: 8rem;
}

.worksSlider {
	position: relative;
	max-width: 160rem;
	margin: 0 auto;
}

.worksTrack {
	display: flex;
	padding: 0 2rem 2rem;
	gap: 3rem;
	overflow-x: auto;
	scrollbar-width: none;
	scroll-snap-type: x mandatory;
}

.worksTrack::-webkit-scrollbar {
	display: none;
}

.workCard {
	width: calc((100% - 9rem) / 4);
	min-width: calc((100% - 9rem) / 4);
	scroll-snap-align: start;
}

.workCard img {
	width: 100%;
	aspect-ratio: 698 / 524;
	object-fit: cover;
}

.workCard h3 {
	margin: 1.5rem 0 0.3rem;
	font-size: 1.8rem;
}

.workCard p {
	margin: 0;
	font-size: 1.4rem;
}

.sliderArrow {
	position: absolute;
	top: 35%;
	z-index: 2;
	width: 5.5rem;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.sliderPrev {
	left: 2rem;
}

.sliderNext {
	right: 2rem;
}

.sliderNext img {
	transform: scaleX(-1);
}

.worksButton {
	margin: 5rem auto 0;
}

.pageTitle {
	padding: 3.7rem 2rem 3.4rem;
	text-align: center;
	color: #061e39;
	border-bottom: 0.6rem solid #dce7ed;
	background: #eef4f7;
}

.pageTitle .en {
	margin-bottom: 0.3rem;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.12em;
	color: #b9955a;
}

.pageTitle h1 {
	margin: 0;
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 1.4;
}

.preparing {
	display: flex;
	min-height: 52rem;
	padding: 8rem 2rem;
	align-items: center;
	justify-content: center;
	font-size: 2.2rem;
	font-weight: 500;
	color: #061e39;
}

/* Service
========================================== */

.businessSection {
	padding: 9rem 0;
	scroll-margin-top: 3rem;
}

.businessSection:nth-child(even) {
	background: #eff4f7;
}

.businessIntro {
	display: flex;
	margin-bottom: 5rem;
	align-items: center;
	gap: 7rem;
}

.businessText {
	width: 56%;
}
.businessPhoto {
	width: 44%;
}

.businessText h2 {
	display: flex;
	margin-bottom: 2.5rem;
	align-items: center;
	font-size: 3.2rem;
	color: #061e39;
}

.businessText h2 img {
	width: 8rem;
	height: 6.5rem;
	margin-right: 2.5rem;
	object-fit: contain;
	object-position: left center;
}

.businessText > p {
	font-size: 1.8rem;
}

.businessText > h3 {
	display: inline-block;
	margin: 1rem 0 1.8rem;
	padding: 0.7rem 3rem;
	font-size: 1.7rem;
	color: #061e39;
	background: #eff4f7;
}

.businessSection:nth-child(even) .businessText > h3 {
	color: #fff;
	background: #061e39;
}

.businessTags {
	display: flex;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	gap: 0.8rem;
	list-style: none;
}

.businessTags li {
	padding: 0.2rem 1.2rem;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #061e39;
	border: 1px solid #9aaabd;
	background: #fff;
}

.businessPhoto {
	aspect-ratio: 1027 / 708;
	object-fit: cover;
}

.businessPoints {
	display: grid;
	padding: 3.5rem 2.5rem;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid #b9955a;
	background: #fff;
}

.businessPoints > div {
	display: grid;
	padding: 0 3rem;
	grid-template-columns: 7rem 1fr;
	align-items: center;
	border-right: 1px solid #b9955a;
}

.businessPoints > div:last-child {
	border-right: 0;
}

.businessPoints img {
	width: 5.5rem;
	max-height: 5.5rem;
	grid-row: 1 / 3;
	object-fit: contain;
}

.businessPoints h3 {
	margin: 0 0 0.5rem;
	font-size: 2rem;
	line-height: 1.4;
	color: #061e39;
}

.businessPoints p {
	margin: 0;
	font-size: 1.6rem;
}

/* Company
========================================== */

.companyContent {
	max-width: 112rem;
}

.companySection {
	padding: 8rem 0;
	border-bottom: 1px solid #b9955a;
}

.numberTitle {
	display: flex;
	margin-bottom: 2rem;
	align-items: center;
	gap: 2rem;
}

.numberTitle span {
	font-family: "Times New Roman", "Yu Mincho", serif;
	font-size: 5rem;
	line-height: 1;
	color: #b9955a;
}

.numberTitle h2 {
	margin: 0;
	font-size: 2.4rem;
	color: #061e39;
}

.greetingLayout,
.profileLayout {
	display: flex;
	gap: 7rem;
}
.policySection {
	display: flex;
	gap: 5rem;
}

.greetingText {
	width: 68%;
}

.greetingText h3 {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", serif;
    font-size: 3.4rem;
    font-weight: 700;
    margin: 0 0 2.5rem 0;
    letter-spacing: 0.1rem;
}

.greetingText p,
.philosophyText p {
	font-size: 1.8rem;
}

.greetingLayout > img {
	width: 28%;
	align-self: flex-start;
}

.signature {
	margin-top: 3rem;
}

.philosophySection {
	display: grid;
	grid-template-columns: 22rem 1fr;
}

.philosophyText {
	padding: 1rem 0 0;
}

.philosophySection .numberTitle {
	align-self: start;
}

.policyPrimary {
	width: 52%;
}
.values {
	width: 48%;
}

.policyPrimary {
	padding-right: 4rem;
	border-right: 1px solid #b9955a;
}

.policyPrimary > div + div {
	margin-top: 4rem;
	padding-top: 4rem;
	border-top: 1px solid #b9955a;
}

.policyPrimary > div > img {
	width: 11rem;
	margin: 0 0 2rem 8rem;
}

.policyPrimary h3,
.policyPrimary p {
	margin: 0 0 0 8rem;
	text-align: left;
	font-weight: 500;
}

.values ul {
	margin: -2rem 0 0 0;
	padding: 0;
	list-style: none;
}

.values li {
	display: flex;
	padding: 2rem 0;
	align-items: center;
	gap: 2rem;
	border-bottom: 1px solid #ddd;
}
.values li:last-child {
	border-bottom: none;
}

.values li img {
	width: 8rem;
}

.values h3,
.values p {
	margin: 0;
}

.values h3 {
	font-size: 2.2rem;
	color: #061e39;
	font-weight: 500;
	letter-spacing: 0.25rem;
}

.values p {
	font-size: 1.8rem;
}

.profileLayout > img {
	width: 30%;
	align-self: flex-start;
}

.profileLayout dl {
	width: 70%;
	margin: 0;
}

.profileLayout dl > div {
	display: grid;
	padding: 1.8rem 0;
	grid-template-columns: 14rem 1fr;
	border-bottom: 1px solid #ddd;
}

.profileLayout dt {
	font-weight: 500;
}

.profileLayout dd {
	margin: 0;
}

.accessSection {
	border-bottom: 0;
}

.map iframe {
	display: block;
	width: 100%;
	height: 50rem;
	border: 0;
}

/* Footer
========================================== */

#gFooter {
	padding: 5.5rem 0 3.5rem;
	color: #fff;
	background: #061e39;
}

#gFooter .footerInner {
	position: relative;
}

#gFooter .footerTitle {
	margin-bottom: 3.5rem;
	padding-left: 2rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.5;
	border-left: 1px solid #b9955a;
}

#gFooter .footerContact {
	display: flex;
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

#gFooter .footerLead {
	width: 24%;
	margin: 0;
	font-size: 1.4rem;
	line-height: 1.7;
}

#gFooter .contactItem {
	display: flex;
	min-height: 6rem;
	padding: 0 2.6rem;
	align-items: center;
	font-size: 1.6vw;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.05em;
	border-left: 1px solid rgba(185, 149, 90, 0.75);
}

#gFooter .footerContact > .contactItem:last-child {
	font-size: 1.4vw;
}

#gFooter .contactItem img {
	width: 5.2rem;
	margin-right: 1.8rem;
}

#gFooter .contactItem small {
	display: block;
	font-size: 0.9rem;
	letter-spacing: 0;
}

#gFooter .footerBottom {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

#gFooter .companyInfo {
	margin: 0;
	font-size: 1.4rem;
	line-height: 2;
}

#gFooter .companyInfo strong {
	display: block;
	margin-bottom: 0.8rem;
	font-size: 1.8rem;
	font-weight: normal;
}

#gFooter .footerNav {
	display: flex;
	margin: 0 6rem 0 2rem;
	padding: 0;
	font-size: 1.4rem;
	list-style: none;
	letter-spacing: 0.05rem;
}

#gFooter .footerNav li + li::before {
	margin: 0 0.9rem;
	content: "/";
}

#gFooter .copyright {
	margin: 2.5rem 0 0;
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	color: #b9955a;
}

#gFooter .toTop {
	position: fixed;
	right: 3rem;
	bottom: 3rem;
	z-index: 10;
	width: 5.5rem;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.6s, visibility 0.6s;
}

#gFooter .toTop.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

@media screen and (max-width: 768px) {
	body {
		font-size: 1.6rem;
	}

	#container {
		min-width: 0;
	}

	.inner {
		width: calc(100% - 4rem);
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}

	#gHeader {
		position: relative;
		z-index: 100;
		height: 8.5rem;
	}

	#gHeader .headerInner {
		width: calc(100% - 4rem);
	}

	#gHeader .siteLogo {
		width: 8rem;
	}

	#gHeader .headerTel,
	#gHeader .headerContact {
		display: none;
	}

	#gHeader .globalNav {
		position: fixed;
		top: 0;
		right: 0;
		z-index: 90;
		display: flex;
		width: 100%;
		height: 100dvh;
		padding: 11rem 4rem 4rem;
		align-items: flex-start;
		justify-content: center;
		visibility: hidden;
		opacity: 0;
		background: rgba(6, 30, 57, 0.98);
		transform: translateY(-2rem);
		transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
	}

	body.menuOpen {
		overflow: hidden;
	}

	body.menuOpen #gHeader .globalNav {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}

	#gHeader .globalNav ul {
		display: block;
		width: 100%;
	}

	#gHeader .globalNav li {
		margin: 0;
		font-size: 1.8rem;
		color: #fff;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	#gHeader .globalNav a {
		display: block;
		padding: 1.8rem 1rem;
	}

	#gHeader .navContact {
		display: block;
	}

	#gHeader .menuButton {
		position: fixed;
		top: 1.7rem;
		right: 2rem;
		z-index: 110;
		display: block;
		width: 5rem;
		height: 5rem;
		padding: 0;
		border: 0;
		border-radius: 50%;
		background: #061e39;
		cursor: pointer;
	}

	#gHeader .menuButton span {
		position: absolute;
		left: 1.2rem;
		display: block;
		width: 2.6rem;
		height: 1px;
		background: #b9955a;
		transition: top 0.35s, transform 0.35s;
	}

	#gHeader .menuButton span:first-child {
		top: 1.9rem;
	}

	#gHeader .menuButton span:last-child {
		top: 2.9rem;
	}

	body.menuOpen #gHeader .menuButton span:first-child {
		top: 2.4rem;
		transform: rotate(45deg);
	}

	body.menuOpen #gHeader .menuButton span:last-child {
		top: 2.4rem;
		transform: rotate(-45deg);
	}

	.mainVisual img {
		width: 180%;
		max-width: none;
		transform: translateX(-2%);
	}

	.topSection {
		padding: 6rem 0;
	}

	.sectionHeading {
		margin-bottom: 3.5rem;
	}

	.sectionHeading h2 {
		font-size: 2.6rem;
	}

	.aboutInner {
		display: block;
	}

	.aboutPhoto,
	.aboutText {
		width: 100%;
	}

	.aboutPhoto {
		margin-bottom: 3.5rem;
	}

	.sectionLabel span {
		display: block;
		margin: 0 0 0.5rem;
		font-size: 2.8rem;
	}

	.aboutText h2 {
		font-size: 2.6rem;
	}

	.aboutText br {
		display: none;
	}

	.serviceGrid,
	.strengthList {
		display: block;
	}

	.serviceCard {
		min-height: 18rem;
		margin-bottom: 2rem;
	}

	.serviceText {
		padding: 2.5rem 2rem;
	}

	.serviceText h3 {
		margin-bottom: 1rem;
		font-size: 2rem;
	}

	.serviceText h3 img {
		width: 4.5rem;
		height: 4rem;
	}

	.serviceText p {
		font-size: 1.6rem;
	}

	.strengthItem,
	.strengthItem:first-child,
	.strengthItem:last-child {
		padding: 3rem 0;
		border-right: 0;
		border-bottom: 1px solid #b9955a;
	}

	.strengthItem:last-child {
		border-bottom: 0;
	}

	.workCard {
		width: 78%;
		min-width: 78%;
	}

	.sliderArrow {
		top: 30%;
		width: 4.5rem;
	}

	#gFooter .footerContact,
	#gFooter .footerBottom {
		display: block;
	}

	#gFooter .footerContact {
		padding-bottom: 0;
	}

	#gFooter .footerLead {
		width: 100%;
		margin-bottom: 2rem;
	}

	#gFooter .contactItem {
		padding: 1.5rem 0;
		font-size: 1.8rem;
		border-left: 0;
		border-top: 1px solid rgba(185, 149, 90, 0.75);
	}

	#gFooter .footerContact > .contactItem:last-child {
		font-size: 1.6rem;
	}

	#gFooter .footerNav {
		display: none;
	}

	.aboutText p,
	.businessText > p,
	.businessPoints p,
	.greetingText p,
	.philosophyText p,
	.values p {
		font-size: 1.6rem;
	}

	.pageTitle {
		padding: 2.8rem 2rem;
	}

	.businessSection {
		padding: 6rem 0;
		scroll-margin-top: 8.5rem;
	}

	.businessIntro,
	.greetingLayout,
	.profileLayout,
	.policySection {
		display: block;
	}

	.businessText,
	.businessPhoto,
	.greetingText,
	.greetingLayout > img,
	.profileLayout > img,
	.profileLayout dl,
	.policyPrimary,
	.values {
		width: 100%;
	}

	.businessText h2 {
		font-size: 2.7rem;
	}

	.businessText h2 img {
		width: 6rem;
		height: 5rem;
		margin-right: 1.5rem;
	}

	.businessText > p br {
		display: none;
	}

	.businessPhoto {
		margin-top: 3rem;
	}

	.businessPoints {
		display: block;
		padding: 1rem 2rem;
	}

	.businessPoints > div {
		padding: 2.5rem 0;
		grid-template-columns: 6rem 1fr;
		border-right: 0;
		border-bottom: 1px solid #b9955a;
	}

	.businessPoints > div:last-child {
		border-bottom: 0;
	}

	.companySection {
		padding: 6rem 0;
	}

	.numberTitle {
		margin-bottom: 3rem;
	}

	.numberTitle span {
		font-size: 4.2rem;
	}

	.greetingText h3 {
		font-size: 2.4rem;
		letter-spacing: -0.05rem;
	}

	.philosophyText {
		padding-top: 0;
	}

	.values h3 {
		font-size: 2rem;
		letter-spacing: 0.15rem;
	}

	.greetingLayout > img,
	.profileLayout > img {
		margin: 3rem auto 0;
	}

	.greetingLayout {
		display: flex;
		flex-direction: column;
		gap: 3rem;
	}

	.greetingLayout > img {
		width: 70%;
		margin: 0 auto;
		order: 1;
	}

	.greetingText {
		width: 100%;
		order: 2;
	}

	.philosophySection {
		display: block;
	}

	.policyPrimary {
		padding: 0 0 5rem;
		border-right: 0;
		border-bottom: 1px solid #b9955a;
	}

	.values {
		padding-top: 5rem;
	}

	.profileLayout dl {
		margin-top: 3rem;
	}

	.profileLayout dl > div {
		display: block;
	}

	.profileLayout dd {
		margin-top: 0.5rem;
	}

	.map iframe {
		height: 36rem;
	}
}
