body {
	font-family: "Noto Sans JP", sans-serif;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* アニメーション用共通クラス */

.js-fade-in {
	opacity: 0;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol,
button {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

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

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

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

/* ブラウザのデフォルトoutlineをリセット */

a:focus {
	outline: none;
}

/* アクセシブルなfocusスタイル（キーボード操作のみ表示） */

a:focus-visible {
	outline: 2px solid dodgerblue;
	outline-offset: 1px;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
	outline: none;
}

button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible {
	outline: 2px solid dodgerblue;
	outline-offset: 1px;
}

/* layout-footer-banner */

.layout-footer-banner {
	margin-top: 7rem;
}

/* layout-footer-contact */

.layout-footer-contact {
	margin-top: 7rem;
}

/* layout-footer-recruit */

.layout-footer-recruit {
	margin-top: 14.6875rem;
}

.layout-footer {
	margin-top: 8.375rem;
}

/* layout-keyvisual */

.layout-keyvisual {
	margin-top: 7.1875rem;
}

/* layout-sub-keyvisual */

.layout-sub-keyvisual {
	margin-top: 7.1875rem;
}

/* layout-sub-message */

.layout-sub-message {
	margin-top: 15.4375rem;
}

/* layout-top-company */

.layout-top-company {
	margin-top: 7.6875rem;
}

/* layout-top-furniture-service */

.layout-top-furniture-service {
	margin-top: 16.25rem;
}

/* layout-top-furniture */

.layout-top-furniture {
	margin-top: 13.75rem;
}

/* layout-top-message */

.layout-top-message {
	margin-top: 8.4375rem;
}

/* layout-top-news */

.layout-top-news {
	margin-top: 6.4375rem;
}

/* layout-top-officesupply */

.layout-top-officesupply {
	margin-top: 9.375rem;
}

/* layout-top-works */

.layout-top-works {
	margin-top: 3.9375rem;
}

/* breadcrumbs */

.breadcrumbs {
	align-items: center;
	color: #919191;
	display: flex;
	font-size: 1rem;
	gap: 0rem 2.5625rem;
}

.breadcrumbs span {
	color: #919191;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1;
}

/* common-button */

.common-button {
	align-items: center;
	background-color: #1e50a2;
	border: 1px solid #1e50a2;
	border-radius: 100vmax;
	display: flex;
	gap: 0rem 1.25rem;
	padding-bottom: 0.3125rem;
	padding-left: 3.25rem;
	padding-top: 0.375rem;
	transition: all 0.3s ease;
	width: 100%;
}

.common-button p {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 200;
	letter-spacing: 0.16em;
	line-height: 1;
}

.common-button__arrow {
	align-items: center;
	background-color: #fff;
	border-radius: 100vmax;
	display: flex;
	height: 3.0625rem;
	justify-content: center;
	width: 3.0625rem;
}

.common-button__arrow svg {
	display: block;
	width: 2rem;
}

/* common-card */

.common-card {
	height: auto;
	width: 100%;
}

.swiper-slide {
	width: 28.125rem;
}

.common-card__image {
	width: 100%;
}

.common-card__image img {
	-o-object-fit: cover;
	aspect-ratio: 450/570;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.common-card__content {
	margin-top: 2.3125rem;
}

.common-card__title {
	color: #707070;
	font-size: 1.875rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3;
}

.common-card__location {
	color: #707070;
	font-size: 1.25rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1.3;
	margin-top: 0.5rem;
}

.common-card__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-top: 1rem;
}

.common-card__tag {
	display: none;
}

.common-cards {
	position: relative;
}

.common-cards__container {
	position: relative;
}

.common-cards__swiper {
	overflow: hidden;
}

.common-cards__navigation {
	display: flex;
	gap: 1.25rem;
	position: absolute;
	right: 14.3125rem;
	top: -4.375rem;
	z-index: 10;
}

.common-cards__arrow {
	cursor: pointer;
	height: 3.125rem;
	transition: opacity 0.3s ease;
	width: 3.125rem;
}

.common-cards__arrow:hover {
	opacity: 0.7;
}

.common-cards__arrow.swiper-button-disabled {
	cursor: not-allowed;
	opacity: 0.3;
}

.common-cards__arrow img {
	-o-object-fit: contain;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.common-media {
	align-items: center;
	display: flex;
	gap: 2.5rem;
}

.common-media:not(:first-child) {
	margin-top: 6.75rem;
}

.common-media.common-media--reverse {
	flex-direction: row-reverse;
}

.common-media__image {
	max-width: 44.375rem;
	order: 3;
	width: 100%;
}

.common-media__image img {
	-o-object-fit: cover;
	aspect-ratio: 710/435;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.common-media__content {
	width: calc((100% - 2.5rem) / 2);
}

.common-media__label {
	align-items: center;
	color: #707070;
	display: flex;
	font-size: 1.5625rem;
	font-weight: 300;
	gap: 1.25rem;
	letter-spacing: 0.05em;
	line-height: 1;
}

.common-media__label::after {
	background-color: #707070;
	content: "";
	flex: 1;
	height: 1px;
}

.common-media__title {
	color: #707070;
	font-size: 2.8125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1.3;
	margin-top: 3.8125rem;
}

.common-media__text {
	color: #707070;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 2.5;
	margin-top: 1.875rem;
}

/* common-sub-title */

.common-sub-title {
	text-align: center;
}

.common-sub-title__title {
	color: #707070;
	font-size: 3.4375rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding-bottom: 1.5625rem;
	position: relative;
}

.common-sub-title__title::after {
	background-color: #1e50a2;
	content: "";
	height: 0.0625rem;
	left: 50%;
	position: absolute;
	top: 100%;
	translate: -50% 0;
	width: 14.5625rem;
}

.common-sub-title__text {
	color: #707070;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 1.5625rem;
}

/* drawer */

.drawer {
	background-color: #fff;
	height: 100vh;
	height: 100svh;
	opacity: 0;
	overflow-y: scroll;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 105;
}

.drawer.js-open {
	opacity: 1;
	visibility: visible;
}

.drawer__body {
	height: -moz-fit-content;
	height: fit-content;
	padding-bottom: 2.5rem;
	padding-top: 10rem;
	width: 100%;
}

.drawer__nav {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

.drawer__list {
	display: flex;
	flex-direction: column;
	gap: 3.125rem 0rem;
}

.drawer__list li a {
	color: #707070;
	font-size: 2.25rem;
	font-weight: 500;
	line-height: normal;
}

.drawer__list li a span {
	font-size: 1.5rem;
	margin-left: 1rem;
}

.drawer__btn {
	align-items: center;
	background: #1e50a2;
	border: 1px solid #1e50a2;
	border-radius: 100vmax;
	color: #fff;
	display: flex;
	font-size: 1.75rem;
	font-weight: 500;
	gap: 0rem 0.625rem;
	justify-content: center;
	line-height: normal;
	margin-top: 3.75rem;
	max-width: 28.75rem;
	padding: 1rem 1.875rem;
	transition: all 0.3s ease;
	width: 100%;
}

.drawer__btn svg {
	display: block;
	flex-shrink: 0;
	height: auto;
	margin-top: 0.375rem;
	max-width: 1.3125rem;
	width: 100%;
}

/* fixed-cta */

.fixed-cta {
	background-color: #1e50a2;
	border: 1px solid #1e50a2;
	border-radius: 0.625rem;
	bottom: 15.3125rem;
	color: #fff;
	display: block;
	max-width: 7.3125rem;
	padding: 0.8125rem 0.0625rem 0.6875rem;
	position: fixed;
	right: 0.5rem;
	text-align: center;
	transition: all 0.3s ease;
	width: 100%;
	z-index: 100;
}

.fixed-cta__icon {
	width: 100%;
}

.fixed-cta__icon svg {
	height: 1.8125rem;
	width: 2.625rem;
}

.fixed-cta__text {
	color: #fff;
	font-size: 0.9375rem;
	font-weight: 500;
	letter-spacing: 0.04em;
	line-height: 1;
}

/* footer-banner */

.footer-banner__inner.inner {
	max-width: 96.25rem;
}

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

.footer-banner__item a {
	display: block;
	width: 100%;
}

.footer-banner__item a img {
	-o-object-fit: cover;
	aspect-ratio: 472/118;
	height: auto;
	object-fit: cover;
}

/* footer-contact */

.footer-contact__inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 86.875rem;
	width: 100%;
}

.footer-contact__title {
	text-align: center;
}

.footer-contact__title-en {
	color: #142446;
	font-size: 5.6875rem;
	font-weight: 100;
	letter-spacing: 0.04em;
	line-height: 1;
}

.footer-contact__title-ja {
	color: #142446;
	font-size: 1.5625rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
	margin-top: 2.0625rem;
}

.footer-contact__content {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.footer-contact__text {
	color: #142446;
	flex: 1;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.14em;
	line-height: 2;
	text-align: left;
}

.footer-contact__button {
	flex-shrink: 0;
	margin-top: 1.6875rem;
	max-width: 34.1875rem;
	width: 100%;
}

.footer-contact__button-link {
	background-color: #1e50a2;
	border: 1px solid #1e50a2;
	border-radius: 100vmax;
	color: #fff;
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 200;
	letter-spacing: 0.16em;
	line-height: 1;
	padding-bottom: 1rem;
	padding-top: 1rem;
	text-align: center;
	transition: all 0.3s ease;
	width: 100%;
}

/* footer-recruit */

.footer-recruit__inner {
	margin-left: auto;
	margin-right: auto;
	width: 77.6041666667%;
}

.footer-recruit__image {
	width: 100%;
}

.footer-recruit__image img {
	-o-object-fit: cover;
	aspect-ratio: 1920/628;
	height: auto;
	object-fit: cover;
}

.footer-recruit__inner {
	position: relative;
	z-index: 1;
}

.footer-recruit__content {
	align-items: center;
	background-color: #1e50a2;
	border-radius: 19px;
	display: flex;
	justify-content: space-between;
	margin-top: -14.5625rem;
	padding-bottom: 5.1875rem;
	padding-left: 3.875rem;
	padding-right: 7.3125rem;
	padding-top: 3.75rem;
}

.footer-recruit__title {
	align-items: baseline;
	display: flex;
	gap: 0rem 2.5rem;
}

.footer-recruit__title-en {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 10.25rem;
	font-weight: 100;
	letter-spacing: 0.08em;
	line-height: 1;
}

.footer-recruit__title-ja {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5625rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
}

.footer-recruit__button {
	align-items: center;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 100vmax;
	display: flex;
	gap: 0rem 1.25rem;
	justify-content: space-between;
	margin-top: 1.6875rem;
	max-width: 19.5rem;
	padding-bottom: 0.3125rem;
	padding-left: 5.875rem;
	padding-right: 0.8125rem;
	padding-top: 0.375rem;
	transition: all 0.3s ease;
	width: 100%;
}

.footer-recruit__button-text {
	color: #1e50a2;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 200;
	letter-spacing: 0.14em;
	line-height: 1;
	transition: all 0.3s ease;
}

.footer-recruit__button-arrow {
	align-items: center;
	aspect-ratio: 1/1;
	background-color: #1e50a2;
	border-radius: 100vmax;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	min-width: 2rem;
	transition: all 0.3s ease;
	width: 3.0625rem;
}

.footer-recruit__button-arrow svg {
	display: block;
	height: 60%;
	width: 60%;
}

.footer {
	background-color: #1e50a2;
	color: #fff;
	padding-bottom: 1.1875rem;
	padding-top: 3.625rem;
}

.footer__inner.inner {
	max-width: 96.25rem;
}

.footer__logo {
	margin-left: auto;
	margin-right: auto;
	max-width: 24.6875rem;
	width: 100%;
}

.footer__logo img {
	-o-object-fit: cover;
	aspect-ratio: 395/50;
	height: auto;
	object-fit: cover;
}

.footer__access {
	align-items: flex-start;
	display: flex;
	font-style: normal;
	gap: 4.6875rem;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3.3125rem;
	max-width: 65.625rem;
	width: 100%;
}

.footer__access-address,
.footer__access-tel {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 2;
}

.footer__access-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 0.625rem;
}

.footer__access-text {
	font-size: 0.875rem;
	line-height: 1.8;
	margin-bottom: 0.3125rem;
}

.footer__access-text:last-child {
	margin-bottom: 0;
}

.footer__nav {
	margin-top: 4.1875rem;
}

.footer__nav-list {
	align-items: center;
	display: flex;
	gap: 0rem 3.75rem;
	justify-content: center;
}

.footer__nav-item a {
	color: #fff;
	display: inline-block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	letter-spacing: 0.1em;
	line-height: 1;
	transition: opacity 0.3s ease;
}

.footer__copyright {
	border-top: 1px solid #fff;
	margin-top: 2.5rem;
	padding-top: 1.625rem;
	text-align: center;
}

.footer__copyright-text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 0.9375rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
}

.footer__copyright-text span {
	display: inline-block;
}

/* hamburger */

.hamburger {
	cursor: pointer;
	display: block;
	height: 1.25rem;
	position: fixed;
	right: 11.9791666667vw;
	top: 2.75rem;
	transition: 0.3s all;
	width: 2.25rem;
	z-index: 110;
}

.hamburger--bar {
	background-color: #707070;
	display: inline-block;
	height: 1px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	top: calc((100% - 1px) / 2);
	transition: ease 0.5s all;
	width: 100%;
}

.hamburger--bar:nth-child(1) {
	translate: 0 -0.625rem;
}

.hamburger--bar:nth-child(3) {
	translate: 0 0.625rem;
}

/*OPEN時の動き*/

.hamburger.js-open .hamburger--bar {
	transition: ease 0.5s;
}

.hamburger.js-open .hamburger--bar:nth-child(1) {
	rotate: 45deg;
	translate: 0 0;
}

.hamburger.js-open .hamburger--bar:nth-child(2) {
	opacity: 0;
}

.hamburger.js-open .hamburger--bar:nth-child(3) {
	left: 0;
	right: 0;
	rotate: -45deg;
	translate: 0 0;
	width: 100%;
}

/* header */

.header {
	background-color: #fff;
	height: 7.1875rem;
	left: 0;
	padding-left: 13.8125rem;
	padding-right: 14.3125rem;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	margin-left: auto;
	margin-right: auto;
	max-width: 91.875rem;
	padding-right: 4.5rem;
	width: 100%;
}

.header__logo {
	display: block;
	max-width: 24.6875rem;
	transition: opacity 0.3s ease;
	width: 100%;
}

.header__nav {
	align-items: center;
	display: flex;
	flex: 1;
	height: inherit;
	justify-content: end;
}

.header__list {
	align-items: center;
	display: flex;
	gap: 0rem 2.25rem;
	height: inherit;
}

.header__item {
	height: inherit;
}

.header__item a {
	align-items: center;
	color: #707070;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 600;
	gap: 0.5rem 0rem;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 1;
	position: relative;
	transition: all 0.3s ease;
}

.header__item a span {
	font-size: 0.625rem;
	font-weight: 300;
}

.header__item a::after {
	background-color: #1e50a2;
	content: "";
	height: 0.0625rem;
	left: 0;
	opacity: 0;
	position: absolute;
	top: calc(100% - 1.875rem);
	transition: all 0.3s ease;
	visibility: hidden;
	width: 100%;
}

.header__button {
	align-items: center;
	background-color: #1e50a2;
	border: 1px solid #fff;
	border-radius: 100vmax;
	color: #fff;
	display: flex;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1rem;
	font-weight: 300;
	gap: 0 0.6875rem;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-left: 1.25rem;
	max-width: 9.5625rem;
	padding-bottom: 0.75rem;
	padding-left: 1.375rem;
	padding-top: 0.75rem;
	transition: all 0.3s ease;
	width: 100%;
}

.header__button svg {
	display: block;
	flex-shrink: 0;
	height: auto;
	max-width: 1.325625rem;
	transition: all 0.3s ease;
	width: 100%;
}

.header__button:hover svg g {
	fill: #1e50a2;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

/* keyvisual */

.keyvisual {
	position: relative;
}

.keyvisual__image {
	width: 100%;
}

.keyvisual__image img {
	-o-object-fit: cover;
	aspect-ratio: 1920/759;
	height: auto;
	object-fit: cover;
}

.keyvisual__content {
	bottom: 2.4375rem;
	left: 8.8541666667%;
	position: absolute;
}

.keyvisual__title-en {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 6rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	line-height: 1.0416666667;
	text-shadow: 0.3125rem 0.3125rem 0.625rem rgba(0, 0, 0, 0.73);
}

.keyvisual__title-ja {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 3.0625rem;
}

.news-list {
	margin-top: 0.9375rem;
	width: 100%;
}

.news-list__item {
	border-bottom: 0.0625rem solid #b7b7b7;
}

.news-list__item:last-child {
	border-bottom: none;
}

.news-list__link {
	align-items: center;
	display: flex;
	gap: 0rem 4.6875rem;
	padding-bottom: 3rem;
	padding-left: 1.65625rem;
	padding-top: 3.25rem;
	transition: background-color 0.3s ease;
}

.news-list__link:hover {
	background-color: #f1f4f8;
}

.news-list__date {
	color: #707070;
	flex-shrink: 0;
	font-size: 1.0625rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
	min-width: 9.375rem;
}

.news-list__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	color: #707070;
	display: -webkit-box;
	font-size: 1.0625rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* scroll-top */

.scroll-top {
	background-color: #1e50a2;
	border: none;
	border-radius: 100vmax;
	bottom: 3.125rem;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	height: 3.75rem;
	opacity: 0;
	position: fixed;
	right: 0.5rem;
	transition: opacity 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
	visibility: hidden;
	width: 3.75rem;
	z-index: 100;
}

.scroll-top::after {
	border-right: 3px solid white;
	border-top: 3px solid white;
	content: "";
	height: 0.9375rem;
	left: 50%;
	position: absolute;
	rotate: -45deg;
	top: 50%;
	translate: -50% -35%;
	width: 0.9375rem;
}

.scroll-top.scroll-top--visible {
	opacity: 1;
	visibility: visible;
}

.scroll-top:focus-visible {
	outline: 2px solid dodgerblue;
	outline-offset: 1px;
}

/* sub-keyvisual */

.sub-keyvisual__inner {
	display: flex;
	justify-content: space-between;
	max-width: 96.25rem;
}

.sub-keyvisual__content {
	display: flex;
	flex-direction: column;
	margin-top: 8.4375rem;
}

.sub-keyvisual__box {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 3.25rem;
}

.sub-keyvisual__heading-en {
	color: #91a6b4;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.3125rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
}

.sub-keyvisual__heading-ja {
	color: #91a6b4;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.75rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 0.8125rem;
}

.sub-keyvisual__text {
	color: #707070;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 3.25rem;
}

.sub-keyvisual__image {
	display: block;
	margin-right: calc(50% - 50vw);
	max-width: 57.0625rem;
	width: 100%;
}

.sub-keyvisual__image img {
	-o-object-fit: cover;
	aspect-ratio: 913/752;
	height: auto;
	object-fit: cover;
}

/* sub-message */

.sub-message__image {
	display: block;
	margin-top: 6.625rem;
	width: 100%;
}

.sub-message__inner {
	max-width: 94.75rem;
}

.sub-message__body {
	margin-top: 8.875rem;
}

.sub-message__text {
	color: #707070;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 3;
}

.sub-message__name {
	color: #707070;
	font-size: 1.4375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 3.75rem;
}

/* top-company */

.top-company__inner.inner {
	background-color: #f1f4f8;
	border-radius: 1.25rem;
	max-width: 104.625rem;
	padding-bottom: 5.4375rem;
	padding-top: 5.125rem;
	position: relative;
}

.top-company__inner.inner::before {
	-o-object-fit: cover;
	aspect-ratio: 1570/955;
	background: url(../image/bg-pattern3.png) center center/contain no-repeat;
	content: "";
	height: auto;
	left: 4.375rem;
	max-width: 98.125rem;
	object-fit: cover;
	position: absolute;
	top: 3.125rem;
	width: 100%;
}

.top-company__wrapper {
	padding-left: 5.75rem;
	padding-right: 5.75rem;
}

.top-company__title {
	align-items: baseline;
	display: flex;
	gap: 0rem 0.9375rem;
}

.top-company__title-en {
	color: #1e50a2;
	font-size: 13.75rem;
	font-weight: 100;
	letter-spacing: 0.04em;
	line-height: 1;
}

.top-company__title-jp {
	color: #707070;
	font-size: 1.5625rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
}

.top-company__body {
	margin-top: 5.875rem;
}

.top-company__text {
	color: #707070;
	font-size: 1.5625rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 2;
}

.top-company__links {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	margin-top: 7.1875rem;
	padding-left: 0.75rem;
	padding-right: 0.75rem;
	position: relative;
	z-index: 1;
}

.top-company__link:not(:last-child) {
	border-right: 1px solid #bebebe;
}

.top-company__link a {
	display: block;
	padding-bottom: 3.25rem;
	padding-top: 3.25rem;
}

.top-company__link-title {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 0.9375rem 0rem;
}

.top-company__link-title-en {
	color: #707070;
	font-size: 2.75rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
}

.top-company__link-title-jp {
	color: #707070;
	font-size: 1.5625rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
}

.top-company__link-arrow {
	align-items: center;
	background-color: #1e50a2;
	border: 1px solid #1e50a2;
	border-radius: 100vmax;
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5.1875rem;
	max-width: 6.25rem;
	padding-bottom: 0.1875rem;
	padding-top: 0.1875rem;
	transition: all 0.3s ease;
	width: 100%;
}

.top-company__link-arrow svg {
	display: block;
	height: 2.125rem;
	width: 2.125rem;
}

/* top-furniture-service */

.top-furniture-service__inner.inner {
	max-width: 96.25rem;
	position: relative;
}

.top-furniture-service__inner.inner::before {
	-o-object-fit: cover;
	aspect-ratio: 383/331;
	background: url(../image/illust1.png) center center/contain no-repeat;
	content: "";
	height: auto;
	left: -5.9375rem;
	max-width: 23.9375rem;
	object-fit: cover;
	position: absolute;
	top: -9.625rem;
	width: 100%;
}

.top-furniture-service__inner.inner::after {
	-o-object-fit: cover;
	aspect-ratio: 397/266;
	background: url(../image/illust2.png) center center/contain no-repeat;
	content: "";
	height: auto;
	max-width: 24.8125rem;
	object-fit: cover;
	position: absolute;
	right: -8.3125rem;
	top: -6.0625rem;
	width: 100%;
}

.top-furniture-service__title {
	color: #707070;
	font-size: 1.4375rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.top-furniture-service__title span {
	color: #707070;
	display: inline-block;
	font-size: 3.125rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	margin-top: 2.125rem;
}

.top-furniture-service__text {
	color: #707070;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 3;
	margin-top: 5.0625rem;
	text-align: center;
}

.top-furniture-service__body {
	margin-top: 7.0625rem;
}

.top-furniture-service__media:not(:first-child) {
	margin-top: 6.875rem;
}

.top-furniture-service__media:nth-child(odd) {
	padding-right: 1.5625rem;
}

.top-furniture-service__media:nth-child(even) {
	padding-left: 1.5625rem;
}

.top-furniture-service__logos {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 6.1875rem;
	max-width: 69rem;
	width: 100%;
}

.top-furniture-service__logos img {
	-o-object-fit: cover;
	aspect-ratio: 1104/141;
	height: auto;
	object-fit: cover;
}

.top-furniture-service__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 19.5rem;
	width: 100%;
}

/* top-furniture */

.top-furniture {
	background: url(../image/bg-pattern1.png) no-repeat center center/cover;
	background-color: #1e50a2;
	padding-bottom: 10rem;
	padding-top: 7.5rem;
	position: relative;
}

.top-furniture::after {
	background-color: #fff;
	content: "";
	height: 0.0625rem;
	max-width: 112.625rem;
	position: absolute;
	right: 0.625rem;
	top: 25.3125rem;
	width: 100%;
}

.top-furniture__inner.inner {
	max-width: 88.875rem;
}

.top-furniture__title {
	position: relative;
}

.top-furniture__title-en {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11.875rem;
	font-weight: 100;
	letter-spacing: 0.04em;
	line-height: 1;
}

.top-furniture__title-ja {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
	margin-left: 1.5625rem;
	margin-top: 2.1875rem;
}

.top-furniture__body {
	margin-top: 9.5rem;
}

.top-furniture__subtitle {
	align-items: center;
	display: flex;
	gap: 0rem 2.5rem;
}

.top-furniture__subtitle-ja {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 4.375rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.top-furniture__subtitle-en {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.top-furniture__content {
	margin-top: 8.5rem;
}

.top-furniture__catch {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.top-furniture__text {
	color: #fff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.5625rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 2.88;
	margin-top: 2.625rem;
}

/* top-message */

.top-message__inner.inner {
	max-width: 96.25rem;
}

.top-message__wrap {
	padding-left: 1.4375rem;
	padding-right: 6.875rem;
}

.top-message__title {
	align-items: baseline;
	display: flex;
	gap: 0rem 1.9375rem;
}

.top-message__title-en {
	color: #707070;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 11.875rem;
	font-weight: 100;
	letter-spacing: 0.04em;
	line-height: 1;
}

.top-message__title-ja {
	color: #707070;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.875rem;
	font-weight: 300;
	letter-spacing: 0.15em;
}

.top-message__body {
	align-items: start;
	display: flex;
	justify-content: space-between;
	margin-top: 6.0625rem;
}

.top-message__content {
	flex-shrink: 0;
	width: 39%;
}

.top-message__catch {
	color: #707070;
	font-size: 4.375rem;
	font-weight: 100;
	letter-spacing: 0;
	line-height: 1.7142857143;
}

.top-message__button {
	margin-top: 6.25rem;
	max-width: 19.5rem;
	width: 100%;
}

.top-message__text {
	color: #707070;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 2.5;
	margin-top: 0.9375rem;
	width: 41.2675018423%;
}

/* top-news */

.top-news__inner {
	max-width: 94rem;
}

.top-news__wrapper {
	display: flex;
	gap: 0rem 8.9375rem;
}

.top-news__title {
	margin-top: 4.25rem;
}

.top-news__title-en {
	color: #142446;
	font-size: 5.6875rem;
	font-weight: 100;
	letter-spacing: 0.04em;
	line-height: 1;
}

.top-news__title-ja {
	color: #142446;
	font-size: 1.5625rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
	margin-top: 1.4375rem;
}

.top-officesupply__inner {
	max-width: 96.25rem;
}

.top-officesupply__title {
	align-items: baseline;
	display: flex;
	gap: 0rem 3rem;
	margin-left: auto;
	margin-right: auto;
	max-width: 93.125rem;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.top-officesupply__title-ja {
	color: #707070;
	font-size: 4.375rem;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
}

.top-officesupply__title-en {
	color: #707070;
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1;
}

.top-officesupply__image {
	display: block;
	margin-left: auto;
	margin-top: 4.25rem;
	max-width: 106.25rem;
	padding-left: 25px;
	width: 100%;
}

.top-officesupply__image img {
	-o-object-fit: cover;
	aspect-ratio: 1700/469;
	height: auto;
	object-fit: cover;
}

.top-officesupply__content {
	align-items: center;
	display: flex;
	gap: 0rem 8.375rem;
	margin-top: 5.625rem;
	padding-left: 2.75rem;
}

.top-officesupply__text {
	color: #707070;
	font-size: 1.5625rem;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 2;
}

.top-officesupply__button {
	max-width: 19.5rem;
	width: 100%;
}

/* top-works */

.top-works {
	position: relative;
}

.top-works::before {
	-o-object-fit: cover;
	aspect-ratio: 1920/1176;
	background: url(../image/bg-pattern2.png) center center/contain no-repeat;
	content: "";
	left: 0;
	object-fit: cover;
	position: absolute;
	top: -10.0625rem;
	width: 100%;
	z-index: -1;
}

.top-works__inner.inner {
	max-width: 96.25rem;
}

.top-works__title {
	align-items: baseline;
	display: flex;
	gap: 0rem 2.8125rem;
}

.top-works__title-en {
	color: #707070;
	font-size: 11.875rem;
	font-weight: 100;
	letter-spacing: 0.04em;
	line-height: 1;
}

.top-works__title-ja {
	color: #707070;
	font-size: 1.875rem;
	font-weight: 300;
	letter-spacing: 0.15em;
	line-height: 1;
}

.top-works__body {
	margin-top: 6.0625rem;
}

.top-works__catch {
	color: #707070;
	font-size: 3.125rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
	text-align: center;
}

.top-works__text {
	color: #707070;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 3.5;
	margin-top: 5.4375rem;
	text-align: center;
}

.top-works__cards {
	margin-top: 7rem;
}

.top-works__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 5rem;
	max-width: 19.5rem;
	width: 100%;
}

/* top-worries */

.top-worries {
	background-color: #f4f6fd;
	padding-top: 7.3125rem;
	position: relative;
}

.top-worries::after {
	-o-object-fit: cover;
	aspect-ratio: 1920/149;
	background: url(../image/bg-arrow.png) center center/contain no-repeat;
	content: "";
	height: auto;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 100%;
	width: 100%;
}

.top-worries__inner {
	position: relative;
}

.top-worries__inner::after {
	background: url(../image/arrow-d.svg) center center/contain no-repeat;
	content: "";
	height: 5.375rem;
	left: 50%;
	position: absolute;
	top: 113%;
	translate: -50% 0;
	width: 5.125rem;
	z-index: 10;
}

.top-worries__image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 74.5625rem;
	width: 100%;
}

.top-worries__image img {
	-o-object-fit: cover;
	aspect-ratio: 1193/718;
	height: auto;
	object-fit: cover;
}

@media (hover: hover) {

.common-button:hover {
	background-color: #fff;
}

.common-button:hover p {
	color: #1e50a2;
}

.common-button:hover .common-button__arrow {
	background-color: #1e50a2;
}

.common-button:hover .common-button__arrow svg text {
	fill: #fff;
}

.drawer__btn:hover {
	background-color: #fff;
	color: #1e50a2;
}

.drawer__btn:hover svg g {
	fill: #1e50a2;
}

.fixed-cta:hover {
	background-color: #fff;
	color: #1e50a2;
}

.fixed-cta:hover .fixed-cta__text {
	color: #1e50a2;
}

.fixed-cta:hover .fixed-cta__icon svg path {
	fill: #1e50a2;
}

.footer-contact__button-link:hover {
	background-color: #fff;
	color: #1e50a2;
}

.footer-recruit__button:hover {
	background-color: #1e50a2;
}

.footer-recruit__button:hover .footer-recruit__button-text {
	color: #fff;
}

.footer-recruit__button:hover .footer-recruit__button-arrow {
	background-color: #fff;
}

.footer-recruit__button:hover .footer-recruit__button-arrow svg text {
	fill: #1e50a2;
}

.footer__nav-item a:hover {
	opacity: 0.7;
}

.header__logo:hover {
	opacity: 0.7;
}

.header__item a:hover {
	color: #1e50a2;
}

.header__item a:hover::after {
	opacity: 1;
	visibility: visible;
}

.header__button:hover {
	background-color: #fff;
	border: 1px solid #1e50a2;
	color: #1e50a2;
}

.news-list__link:hover {
	background-color: #f1f4f8;
}

.scroll-top:hover {
	opacity: 0.7;
}

.top-company__link a:hover .top-company__link-arrow {
	background-color: #fff;
}

.top-company__link a:hover .top-company__link-arrow svg text {
	fill: #1e50a2;
}

}

@media (max-width: 1920px) {

html {
	font-size: 0.8333333333vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 3.7209302326vw;
}

.layout-footer-banner {
	margin-top: 2.4375rem;
}

.layout-footer-contact {
	margin-top: 4.0625rem;
}

.layout-footer-recruit {
	margin-top: 6.5625rem;
}

.layout-footer {
	margin-top: 3.0625rem;
}

.layout-keyvisual {
	margin-top: 3.9375rem;
}

.layout-sub-keyvisual {
	margin-top: 3.9375rem;
}

.layout-sub-message {
	margin-top: 4.5625rem;
}

.layout-top-company {
	margin-top: 6.0625rem;
}

.layout-top-furniture-service {
	margin-top: 5.0625rem;
}

.layout-top-furniture {
	margin-top: 3.9375rem;
}

.layout-top-message {
	margin-top: 2.25rem;
}

.layout-top-news {
	margin-top: 2.5625rem;
}

.layout-top-officesupply {
	margin-top: 4rem;
}

.layout-top-works {
	margin-top: 3.9375rem;
}

.breadcrumbs {
	font-size: 0.75rem;
	gap: 0rem 1.25rem;
}

.breadcrumbs span {
	font-size: 0.625rem;
}

.common-button {
	padding-bottom: 0.25rem;
	padding-left: 2.0625rem;
	padding-top: 0.25rem;
}

.common-button p {
	font-size: 1.125rem;
}

.common-button__arrow {
	height: 2rem;
	width: 2rem;
}

.common-button__arrow svg {
	width: 1.3125rem;
}

.swiper-slide {
	width: calc((100% - 1.25rem) / 2);
}

.common-card__content {
	margin-top: 0.5625rem;
}

.common-card__title {
	font-size: 0.875rem;
}

.common-card__location {
	font-size: 0.75rem;
	margin-top: 0.25rem;
}

.common-card__tags {
	gap: 0.375rem;
	margin-top: 0.75rem;
}

.common-card__tag {
	background-color: #707070;
	border-radius: 100vmax;
	color: #fff;
	display: inline-block;
	font-size: 0.5625rem;
	font-weight: 400;
	letter-spacing: 0.04em;
	line-height: 1;
	padding-bottom: 0.25rem;
	padding-left: 1.15625rem;
	padding-right: 1.15625rem;
	padding-top: 0.25rem;
	white-space: nowrap;
}

.common-cards__navigation {
	gap: 0rem 0.4375rem;
	right: 0.875rem;
	top: -1.9375rem;
}

.common-cards__arrow {
	height: 1.375rem;
	width: 1.375rem;
}

.common-media {
	align-items: flex-start;
	flex-direction: column;
	gap: 0rem;
}

.common-media:not(:first-child) {
	margin-top: 2.75rem;
}

.common-media.common-media--reverse {
	flex-direction: column;
}

.common-media__image {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 1.125rem;
	max-width: 100vw;
	width: 100vw;
}

.common-media__content {
	display: contents;
	width: 100%;
}

.common-media__label {
	font-size: 0.9375rem;
	gap: 0.9375rem;
	order: 1;
	width: 100%;
}

.common-media__title {
	font-size: 1.625rem;
	line-height: 1.2;
	margin-top: 1.125rem;
	order: 2;
}

.common-media__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 0.5rem;
	order: 4;
}

.common-sub-title__title {
	font-size: 1.5625rem;
	padding-bottom: 1rem;
}

.common-sub-title__title::after {
	width: 8.75rem;
}

.common-sub-title__text {
	font-size: 0.6875rem;
	margin-top: 0.875rem;
}

.drawer__body {
	padding-bottom: 2.5rem;
	padding-top: 6.25rem;
}

.drawer__list {
	gap: 1.5625rem 0rem;
}

.drawer__list li a {
	font-size: 1.125rem;
}

.drawer__list li a span {
	font-size: 0.75rem;
	margin-left: 0.5rem;
}

.drawer__btn {
	font-size: 1rem;
	margin-top: 1.875rem;
	padding: 0.5rem 1.875rem;
}

.fixed-cta {
	bottom: 1.5625rem;
	max-width: 5rem;
	padding: 0.4375rem 0.0625rem 0.375rem;
	right: 0;
}

.fixed-cta__icon svg {
	height: 1.1875rem;
	width: 1.75rem;
}

.fixed-cta__text {
	font-size: 0.625rem;
	margin-top: 0.25rem;
}

.footer-banner__inner.inner {
	max-width: 33.75rem;
}

.footer-banner__content {
	gap: 1rem 0rem;
	grid-template-columns: repeat(1, 1fr);
}

.footer-contact__title-en {
	font-size: 3.75rem;
}

.footer-contact__title-ja {
	font-size: 0.8125rem;
	margin-top: 0.75rem;
}

.footer-contact__content {
	flex-direction: column;
	gap: 1.5625rem 0;
	margin-top: 1.4375rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

.footer-contact__text {
	font-size: 0.9375rem;
}

.footer-contact__text br {
	display: none;
}

.footer-contact__button {
	margin-top: 0;
	text-align: center;
	width: 100%;
}

.footer-contact__button-link {
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}

.footer-recruit__inner {
	width: 85.5813953488%;
}

.footer-recruit__image img {
	aspect-ratio: 430/170;
}

.footer-recruit__content {
	align-items: flex-start;
	flex-direction: column;
	margin-top: -2.5rem;
	padding-bottom: 0.9375rem;
	padding-left: 0rem;
	padding-right: 0rem;
	padding-top: 0.625rem;
}

.footer-recruit__title {
	align-items: center;
	gap: 0rem 1.25rem;
	margin-left: auto;
	margin-right: auto;
}

.footer-recruit__title-en {
	font-size: 3.75rem;
}

.footer-recruit__title-ja {
	font-size: 0.9375rem;
	margin-top: 0.8125rem;
}

.footer-recruit__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1rem;
	max-width: 8.75rem;
	padding-bottom: 0.1875rem;
	padding-left: 2.625rem;
	padding-right: 0.375rem;
	padding-top: 0.1875rem;
}

.footer-recruit__button-text {
	font-size: 0.8125rem;
}

.footer-recruit__button-arrow {
	min-width: 0;
	min-width: initial;
	width: 1.375rem;
}

.footer {
	padding-bottom: 1.25rem;
	padding-top: 1.9375rem;
}

.footer__logo {
	width: 11.25rem;
}

.footer__access {
	flex-direction: column;
	gap: 2.3125rem;
	margin-top: 2rem;
}

.footer__access-address,
.footer__access-tel {
	font-size: 0.875rem;
}

.footer__access-title {
	font-size: 0.875rem;
	margin-bottom: 0.5rem;
}

.footer__access-text {
	font-size: 0.75rem;
}

.footer__nav {
	display: none;
}

.footer__nav-list {
	gap: 0.75rem 1.875rem;
}

.footer__copyright {
	margin-top: 2.6875rem;
	padding-top: 1.25rem;
}

.footer__copyright-text {
	font-size: 0.75rem;
}

.footer__copyright-text span {
	display: none;
}

.hamburger {
	height: 1rem;
	right: 4.6511627907vw;
	top: 1.5rem;
	width: 1.8125rem;
}

.hamburger--bar:nth-child(1) {
	translate: 0 -0.5rem;
}

.hamburger--bar:nth-child(3) {
	translate: 0 0.5rem;
}

.header {
	height: 3.9375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header__inner {
	justify-content: space-between;
	padding-right: 2.3125rem;
}

.header__logo {
	max-width: 11.5rem;
}

.header__nav {
	display: none;
}

.header__button {
	border: none;
	display: flex;
	height: 2.125rem;
	justify-content: center;
	padding-bottom: 0rem;
	padding-left: 0;
	padding-top: 0rem;
	width: 2.125rem;
}

.header__button span {
	display: none;
}

.header__button svg {
	max-width: 1.264375rem;
}

.inner {
	padding-left: 20px;
	padding-right: 20px;
}

.keyvisual__image img {
	aspect-ratio: 430/865;
}

.keyvisual__content {
	bottom: 7.375rem;
	left: 8.1395348837%;
}

.keyvisual__title-en {
	font-size: 3.125rem;
	line-height: 1;
}

.keyvisual__title-ja {
	font-size: 1rem;
	margin-left: 0.3125rem;
	margin-top: 1.25rem;
}

.news-list {
	margin-top: 0;
}

.news-list__item:last-child {
	border-bottom: 0.0625rem solid #b7b7b7;
}

.news-list__link {
	align-items: flex-start;
	flex-direction: column;
	padding-bottom: 1.5625rem;
	padding-left: 0.5rem;
	padding-top: 1.5625rem;
}

.news-list__date {
	font-size: 0.9375rem;
	min-width: auto;
}

.news-list__title {
	-webkit-line-clamp: 2;
	font-size: 0.9375rem;
	line-height: 1.6666666667;
	margin-top: 0.5625rem;
}

.scroll-top {
	bottom: 5.625rem;
	height: 2.5rem;
	width: 2.5rem;
}

.scroll-top::after {
	border-right: 2px solid white;
	border-top: 2px solid white;
	height: 0.625rem;
	width: 0.625rem;
}

.sub-keyvisual__inner {
	flex-direction: column;
	gap: 2.25rem 0rem;
}

.sub-keyvisual__content {
	margin-top: 0;
	margin-top: 0.625rem;
	padding-right: 2rem;
}

.sub-keyvisual__box {
	align-items: center;
	flex-direction: row;
	margin-top: 0;
	margin-top: 1.25rem;
}

.sub-keyvisual__heading-en {
	font-size: 1.3125rem;
}

.sub-keyvisual__heading-ja {
	font-size: 0.8125rem;
	margin-top: 0.5rem;
}

.sub-keyvisual__text {
	font-size: 0.6875rem;
	line-height: 1.6363636364;
	margin-top: 0;
}

.sub-keyvisual__image {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: none;
	width: 100vw;
}

.sub-keyvisual__image img {
	aspect-ratio: 430/180;
}

.sub-message__image {
	-o-object-fit: cover;
	aspect-ratio: 1920/751;
	height: auto;
	margin-top: 4.3125rem;
	object-fit: cover;
}

.sub-message__body {
	margin-top: 4.5rem;
}

.sub-message__text {
	font-size: 0.9375rem;
	line-height: 2;
}

.sub-message__name {
	font-size: 1.25rem;
	margin-top: 2.625rem;
}

.top-company {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-company__inner.inner {
	padding-bottom: 1.25rem;
	padding-left: 0;
	padding-right: 0;
	padding-top: 1.875rem;
}

.top-company__inner.inner::before {
	left: 0;
	top: 25%;
}

.top-company__wrapper {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-company__title {
	align-items: start;
	flex-direction: column;
	gap: 0.5rem 0rem;
}

.top-company__title-en {
	font-size: 3.75rem;
}

.top-company__title-jp {
	font-size: 1.1875rem;
}

.top-company__body {
	margin-top: 2.0625rem;
}

.top-company__text {
	font-size: 0.9375rem;
	line-height: 2;
}

.top-company__links {
	gap: 1.625rem 0rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 1rem;
	padding-left: 0;
	padding-right: 0;
}

.top-company__link:not(:last-child) {
	border-right: none;
}

.top-company__link:nth-child(odd) {
	border-right: 1px solid #bebebe;
}

.top-company__link a {
	padding-bottom: 2.125rem;
	padding-top: 2.125rem;
}

.top-company__link-title {
	gap: 0.625rem 0rem;
}

.top-company__link-title-en {
	font-size: 1.6875rem;
}

.top-company__link-title-jp {
	font-size: 0.9375rem;
}

.top-company__link-arrow {
	margin-top: 3.375rem;
	max-width: 4.0625rem;
	padding-bottom: 0.0625rem;
	padding-top: 0.0625rem;
}

.top-company__link-arrow svg {
	height: 1.25rem;
	width: 1.25rem;
}

.top-furniture-service__inner.inner::before {
	display: none;
}

.top-furniture-service__inner.inner::after {
	display: none;
}

.top-furniture-service__title {
	font-size: 0.6875rem;
}

.top-furniture-service__title span {
	font-size: 1.625rem;
	margin-top: 1.5625rem;
}

.top-furniture-service__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 2.8125rem;
}

.top-furniture-service__body {
	margin-top: 2.8125rem;
}

.top-furniture-service__media:not(:first-child) {
	margin-top: 4.0625rem;
}

.top-furniture-service__media:nth-child(odd) {
	padding-right: 0;
}

.top-furniture-service__media:nth-child(even) {
	padding-left: 0;
}

.top-furniture-service__logos {
	margin-top: 2.375rem;
	max-width: 22.0625rem;
}

.top-furniture-service__logos img {
	aspect-ratio: 353/268;
}

.top-furniture-service__button {
	margin-top: 2.5625rem;
	max-width: 12.625rem;
}

.top-furniture {
	background: url(../image/bg-pattern1-sp.png) no-repeat center center/cover;
	background-color: #1e50a2;
	padding-bottom: 4.375rem;
	padding-top: 4.125rem;
}

.top-furniture::after {
	display: none;
}

.top-furniture__inner.inner {
	padding-left: 2.5rem;
	padding-right: 2.875rem;
}

.top-furniture__title {
	padding-left: 0;
}

.top-furniture__title-en {
	font-size: 3.4375rem;
}

.top-furniture__title-ja {
	font-size: 1rem;
	margin-left: 0;
	margin-top: 0.6875rem;
	padding-left: 0;
}

.top-furniture__body {
	margin-top: 2.625rem;
	padding-left: 0;
}

.top-furniture__subtitle {
	align-items: start;
	flex-direction: column;
	gap: 0.25rem 0rem;
}

.top-furniture__subtitle-ja {
	font-size: 1.5625rem;
}

.top-furniture__subtitle-en {
	font-size: 0.9375rem;
}

.top-furniture__content {
	margin-top: 1.0625rem;
}

.top-furniture__catch {
	font-size: 1.125rem;
	line-height: 1.6666666667;
}

.top-furniture__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 0.625rem;
}

.top-message__wrap {
	padding-left: 0;
	padding-right: 0;
}

.top-message__title {
	gap: 0rem 0.5rem;
}

.top-message__title-en {
	font-size: 3.75rem;
}

.top-message__title-ja {
	font-size: 0.6875rem;
}

.top-message__body {
	flex-direction: column;
	justify-content: initial;
	margin-top: 2.75rem;
}

.top-message__content {
	display: contents;
	width: 100%;
}

.top-message__catch {
	font-size: 1.625rem;
	line-height: 1;
	order: 1;
}

.top-message__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1.625rem;
	max-width: 12.625rem;
	order: 3;
}

.top-message__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 2.3125rem;
	order: 2;
	width: 100%;
}

.top-news__wrapper {
	flex-direction: column;
	gap: 1.125rem 0rem;
}

.top-news__title {
	margin-top: 0;
	padding-left: 0.625rem;
}

.top-news__title-en {
	font-size: 3.75rem;
}

.top-news__title-ja {
	font-size: 1.0625rem;
	margin-top: 0.625rem;
}

.top-officesupply__title {
	align-items: start;
	flex-direction: column;
	gap: 0.625rem 0rem;
	padding-left: 20px;
	padding-right: 20px;
}

.top-officesupply__title-ja {
	font-size: 1.5625rem;
}

.top-officesupply__title-en {
	font-size: 0.9375rem;
}

.top-officesupply__image {
	margin-top: 2.375rem;
	padding-left: 20px;
}

.top-officesupply__image img {
	aspect-ratio: 409/191;
}

.top-officesupply__content {
	flex-direction: column;
	gap: 1.8125rem 0rem;
	margin-top: 1.6875rem;
	padding-left: 0;
}

.top-officesupply__text {
	font-size: 0.9375rem;
	line-height: 2;
}

.top-officesupply__button {
	max-width: 12.625rem;
}

.top-works::before {
	background: url(../image/bg-pattern2-sp.png) center center/contain no-repeat;
	top: 21%;
}

.top-works__title {
	align-items: start;
	flex-direction: column;
	gap: 0.5625rem 0rem;
}

.top-works__title-en {
	font-size: 3.75rem;
}

.top-works__title-ja {
	font-size: 1.1875rem;
}

.top-works__body {
	margin-top: 1.375rem;
}

.top-works__catch {
	font-size: 1.625rem;
	line-height: 1.1538461538;
	text-align: left;
}

.top-works__text {
	font-size: 0.9375rem;
	line-height: 2;
	margin-top: 1.6875rem;
	text-align: left;
}

.top-works__cards {
	margin-top: 4.75rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.top-works__button {
	margin-top: 2.25rem;
	max-width: 12.625rem;
}

.top-worries {
	padding-top: 1.3125rem;
}

.top-worries__inner::after {
	height: 3rem;
	top: 105%;
	width: 2.75rem;
}

}


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