body {
	font-family: "Yu Mincho", "YuMincho", serif;
}

body {
	font-weight: 400;
}

body {
	color: #333;
}

.u-desktop {
	display: none;
}

.section-title {
	text-align: center;
}

.company__inner {
	padding: 0 1.25rem;
	max-width: 800px;
	margin: 0 auto;
}

.company__title {
	position: relative;
	text-align: center;
}

.company__eng-title {
	position: absolute;
	top: -30%;
	left: 50%;
	transform: translateX(-50%);
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(40px, 2.5rem, 70px);
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
}

.company__nav {
	margin-top: clamp(20px, 4.375rem, 70px);
}

.company__nav-lists {
	display: flex;
	gap: clamp(20px, 1.25rem, 30px) clamp(20px, 3.125rem, 50px);
	flex-wrap: wrap;
}

.company__nav-list {
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1;
	font-size: clamp(14px, 0.875rem, 16px);
	font-weight: 500;
}

.company__nav-lists .page-link-icon {
	margin-left: 0.3125rem;
}

/* 会社概要 */

.company__profile {
	padding-top: clamp(20px, 5rem, 100px);
}

.company__profile-title {
	font-size: clamp(18px, 1.25rem, 26px);
	font-weight: 400;
	position: relative;
}

.company__profile-eng-title {
	position: absolute;
	top: -30%;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
}

.company__info {
	margin-top: 1.25rem;
	position: relative;
	padding: 1.25rem;
	background-color: #F8F7F3;
}

.company__info::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	background-color: #F8F7F3;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	right: calc(50% - 50vw);
	z-index: -1;
}

.company__info-list {
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 0.875rem, 16px);
	align-items: center;
}

.company__info-list + .company__info-list {
	margin-top: 0.625rem;
}

.company__info-list dt {
	border-right: 2px solid #b0afad;
	font-weight: 700;
	width: clamp(75px, 4.6875rem, 95px);
	padding: 0.25rem 0;
}

.company__info-list dt span {
	width: 4em;
	display: inline-block;
	text-align-last: justify;
}

.company__info-list dd {
	width: calc(100% - 5rem);
	padding: 0.25rem 0.9375rem;
}

.company__sections-img-area {
	position: relative;
	margin-top: 1.875rem;
}

.company__sections-img {
	aspect-ratio: 335/186;
	overflow: hidden;
}

.company__info-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 経営理念 */

.company__management {
	padding: clamp(20px, 5rem, 100px) clamp(10px, 1.25rem, 30px) 0;
}

.company__management-title {
	font-size: clamp(18px, 1.25rem, 26px);
	font-weight: 400;
	position: relative;
}

.company__management-eng-title {
	position: absolute;
	top: -50%;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(40px, 2.5rem, 50px);
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
}

.company__management-text {
	margin-top: 1.25rem;
	font-size: clamp(15px, 0.9375rem, 16px);
	line-height: 1.8;
}

/* 事業理念 */

.company__business {
	padding: clamp(20px, 5rem, 100px) clamp(10px, 1.25rem, 30px) 0;
}

.company__business-title {
	font-size: clamp(18px, 1.25rem, 26px);
	font-weight: 400;
	position: relative;
}

.company__business-eng-title {
	position: absolute;
	top: -50%;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(40px, 2.5rem, 50px);
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
}

.company__business-text {
	margin-top: 1.25rem;
	font-size: clamp(15px, 0.9375rem, 16px);
	line-height: 1.8;
}

/* 代表者挨拶 */

.company__message {
	position: relative;
	padding: clamp(20px, 2.5rem, 50px) clamp(10px, 1.25rem, 30px);
	margin-top: clamp(20px, 5rem, 100px);
	background-color: #f8f7f3;
}

.company__message-eng-title {
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	z-index: -1;
	text-transform: uppercase;
}

.company__message::before {
	content: "";
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0;
	left: calc(50% - 50vw);
	background-color: #f8f7f3;
	z-index: -10;
}

.company__message-flex {
	display: grid;
	grid-template-areas: "title" "image" "contents";
	row-gap: 1.25rem;
	margin-top: -1.875rem;
}

.company__message-text-area {
	order: 3;
	display: contents;
}

.company__message-content-wrapper {
	order: 2;
}

.company__message-title {
	position: relative;
	font-size: clamp(18px, 1.25rem, 26px);
	font-weight: 400;
	order: 1;
	grid-area: title;
}

.company__message-contents {
	margin-top: 1.25rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
	font-size: clamp(14px, 0.875rem, 16px);
	grid-area: contents;
}

.company__message-sub-title {
	margin-bottom: 0.9375rem;
	max-width: 20.9375rem;
}

.company__message-contents p {
	letter-spacing: 0.02em;
}

.company__message-sign {
	margin-top: 1.25rem;
	text-align: right;
}

.company__message-sign img {
	max-width: 11.25rem;
	display: inline-block;
}

.company__message-img-area {
	aspect-ratio: 339/300;
	overflow: hidden;
	margin-top: 0.625rem;
	order: 2;
	grid-area: image;
}

.company__message-img-area img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 沿革 */

.company__history {
	padding-top: clamp(20px, 5rem, 100px);
	margin-bottom: clamp(20px, 5rem, 100px);
}

.company__history-title {
	font-size: clamp(18px, 1.25rem, 26px);
	font-weight: 400;
	position: relative;
}

.company__history-eng-title {
	position: absolute;
	top: -30%;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
}

.company__history-lists {
	position: relative;
	margin-top: 1.875rem;
}

.company__history-img {
	position: relative;
	z-index: 10;
	width: 100%;
	height: auto;
	object-fit: cover;
	border-radius: 0.5rem;
	margin-bottom: 1.875rem;
}

.company__history-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.company__history-list {
	display: flex;
	align-items: flex-start;
	gap: 0.625rem;
	padding: 0.625rem 0.625rem;
	background-color: #F8F7F3;
	align-items: center;
}

.company__history-list:nth-child(odd) {
	background-color: #fff;
}

.company__history-list dt {
	font-family: "Times New Roman", Times, serif;
	font-size: clamp(20px, 1.25rem, 30px);
	font-weight: 400;
	min-width: 4.375rem;
	margin-right: 0;
	margin-bottom: 0;
	line-height: 1.5;
}

.company__history-list dd {
	font-family: "Noto Sans JP", sans-serif;
	font-size: clamp(14px, 0.875rem, 16px);
	font-weight: 400;
	margin: 0;
	line-height: 1.3;
	flex: 1;
}

@media screen and (min-width: 1001px) {

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

.section-title {
	text-align: left;
}

.company__inner {
	padding: 0 0 7.3125rem;
	padding-bottom: 7.3125rem;
	max-width: 100%;
	margin: 0;
}

.company__title {
	position: relative;
	padding-top: 3rem;
	padding-left: 6.25rem;
	text-align: left;
}

.company__eng-title {
	left: 0;
	transform: unset;
	font-size: 8.3125rem;
}

.company__nav {
	margin-top: 5rem;
}

.company__nav-lists {
	display: flex;
	gap: 7rem;
	justify-content: flex-start;
	flex-wrap: nowrap;
}

.company__nav-list {
	font-size: 1rem;
}

.company__nav-lists .page-link-icon {
	margin-left: 1.5625rem;
}

.company__profile {
	position: relative;
	margin-top: 9.1875rem;
	padding: 0;
}

.company__sections-container {
	display: flex;
	justify-content: space-between;
	column-gap: 1.25rem;
	margin-top: 2.5rem;
}

.company__sections-content {
	flex: 1;
	width: 82%;
}

.company__profile-title {
	font-size: 2.5rem;
	position: relative;
	padding-left: 0.3125rem;
}

.company__profile-eng-title {
	position: absolute;
	top: -30%;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
	display: block;
}

.company__info {
	margin-top: 1.25rem;
	position: relative;
	padding-top: 3.6875rem;
	padding-left: 3.75rem;
	padding-bottom: 3.75rem;
	background-color: transparent;
}

.company__info::before {
	margin-left: calc(50% - 50vw);
	left: calc(50% - 28.5vw);
}

.company__info-list {
	font-size: 1rem;
}

.company__info-list + .company__info-list {
	margin-top: 1.4375rem;
}

.company__info-list dt {
	width: 5.9375rem;
	padding: 0;
}

.company__info-list dd {
	width: 32.25rem;
	padding: 0 0 0 1.25rem;
}

.company__sections-img-area {
	display: block;
	width: 28%;
	flex-shrink: 0;
	margin-top: 0;
}

.company__sections-img {
	aspect-ratio: 309/660;
	overflow: hidden;
	position: absolute;
	top: 40%;
	right: 10%;
}

.company__management {
	margin-top: 8.5rem;
	padding: 0;
}

.company__management-title {
	font-size: 2.5rem;
	position: relative;
	padding-left: 0.3125rem;
}

.company__management-eng-title {
	position: absolute;
	top: -30%;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
	display: block;
}

.company__management-text {
	margin-top: 0.1875rem;
	max-width: 57.875rem;
	font-weight: 600;
	line-height: 1.8;
	font-size: 1rem;
}

.company__business {
	margin-top: 4.5rem;
	padding: 0;
}

.company__business-title {
	font-size: 2.5rem;
	position: relative;
	padding-left: 0.3125rem;
}

.company__business-eng-title {
	position: absolute;
	top: -30%;
	left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 3.125rem;
	font-weight: 400;
	line-height: 1;
	color: #F0F0F0;
	z-index: -1;
	text-transform: uppercase;
	display: block;
}

.company__business-text {
	margin-top: 0.375rem;
	max-width: 57.875rem;
	font-weight: 600;
	line-height: 1.8;
	font-size: 1rem;
}

.company__message {
	padding-right: 3.75rem;
	padding-top: 7.4375rem;
	padding-bottom: 6.875rem;
	margin-top: 6.875rem;
	width: 100%;
	margin-left: 0;
	background-color: transparent;
}

.company__message-eng-title {
	font-size: 18.125rem;
	position: absolute;
	top: -10%;
	left: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	display: block;
}

.company__message::before {
	margin-left: calc(50% - 50vw);
}

.company__message-flex {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	gap: 1.875rem;
	margin-top: 0;
}

.company__message-text-area {
	width: 73%;
	order: 3;
	display: block;
}

.company__message-content-wrapper {
	display: flex;
	justify-content: space-between;
	column-gap: 2.125rem;
	order: 2;
}

.company__message-title {
	font-size: 1rem;
	order: 1;
	width: 100%;
	margin-bottom: 2.5rem;
}

.company__message-contents {
	margin-top: 2rem;
	line-height: 1.8;
	letter-spacing: 0.03em;
	font-size: 1rem;
}

.company__message-sub-title {
	max-width: 25.625rem;
	margin-bottom: 1.625rem;
}

.company__message-sign {
	margin-top: 1.25rem;
}

.company__message-sign img {
	max-width: 13.75rem;
}

.company__message-img-area {
	aspect-ratio: 339/350;
	width: 30%;
	margin-top: 0;
	order: 2;
}

.company__history {
	margin-top: 8.125rem;
	margin-bottom: 0;
}

.company__history-title {
	position: relative;
}

.company__history-eng-title {
	font-size: 3.125rem;
	display: block;
}

.company__history-lists {
	display: flex;
	flex-direction: column;
	gap: 0;
	margin-top: 1.0625rem;
}

.company__history-img {
	position: absolute;
	max-width: 31.6875rem;
	height: auto;
	aspect-ratio: 507/385;
	overflow: hidden;
	top: -2.5rem;
	right: 0;
	margin-bottom: 0;
}

.company__history-list {
	padding: 0.6875rem 1.0625rem;
	gap: 1.25rem;
}

.company__history-list dt {
	font-size: 1.875rem;
	min-width: 5rem;
	margin-right: 0;
	margin-bottom: 0;
	line-height: 1.5;
}

.company__history-list dd {
	font-size: 1rem;
	margin: 0;
}

}


/*# sourceMappingURL=company.css.map */
