/* ---------------------------------------------------------- 共通項目 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* スクロール */
html {
	scroll-behavior: smooth;
}

/* 文字寄せ */
.text-center {
	text-align: center;
}

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

/* 画像幅 */
.image-100 img {
	width: 100%;
}

/* フォント */
:root {
	--main-font-family: "Montserrat", sans-serif;
}

/* フェード */
.fadein {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1s;
}

.fadein.active {
	opacity: 1;
	transform: translate(0, 0);
}

/* ----------------------------------------------------------------------- ヘッダー ----------------------------------------------------------------------- */
.c-site-branding__title a {
	color: var(--accent-color);
	font-family: var(--main-font-family);
}

li.menu-item small {
	color: var(--accent-color);
	font-family: var(--main-font-family);
	font-weight: 700 !IMPORTANT;
	text-transform: uppercase;
	font-size: 16px !important;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.sm-nav-menu-item-highlight small {
	color: #fff !important;
}

.p-global-nav .c-navbar__item>a>small {
	text-transform: uppercase;
	font-family: var(--main-font-family) !important;
}

li.menu-item.menu-item-type-post_type.menu-item-object-page.sm-nav-menu-item-highlight span {
	color: var(--sub-accent-color) !important;
}

.p-global-nav .c-navbar__item>a {
	/* flex-direction: column-reverse; */
}

.p-global-nav .c-navbar__item>a>span {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'Montserrat';
}

a.header-contact-btn {
	font-family: var(--main-font-family);
	background: var(--accent-color);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 30px;
}

/* ----------------------------------------------------------------------- フッター ----------------------------------------------------------------------- */
/* フッターウィジェット */
.l-footer-widget-area {
	background: var(--accent-color);
	color: #fff;
}

p.footer-site-title {
	text-align: center;
	font-family: var(--main-font-family);
	font-size: 50px;
	text-transform: uppercase;
	font-weight: 700;
}

p.footer-link-en {
	font-family: var(--main-font-family);
	font-weight: 700;
	text-transform: uppercase;
	color: var(--sub-accent-color);
	/* color: #fff; */
	opacity: .75;
}

p.footer-link {
	margin-top: 0 !important;
	font-size: 13px;
}

p.footer-link a {
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
}

/* コピーライト */
.c-copyright {
	text-align: center;
	font-weight: bold;
	color: white;
	font-family: var(--main-font-family);
}

/* ------------------------------------------------------------------------------------- トップページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.c-section.p-section-front-page-content {
	padding: 0;
}

p.mv-title-en {
	color: #fff;
	font-size: 50px;
	font-weight: 500;
	font-family: var(--main-font-family);
	line-height: 1.2;
}

p.mv-title {
	line-height: 2;
	color: #fff;
	font-weight: 700;
}

figure.wp-block-image.size-full.mv-image img {
	aspect-ratio: 6 / 3;
	object-fit: cover;
}

h3#news {
	font-family: var(--main-font-family);
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
	font-size: 32px;
}

li.c-meta__item.c-meta__item--published {
	color: var(--accent-color);
	font-weight: 700;
	font-family: var(--main-font-family);
}

h3.c-entry-summary__title {
	font-weight: 700 !IMPORTANT;
}

.wp-block-snow-monkey-blocks-box.smb-box.news-box {
	margin-top: 100px;
}

.smb-section__subtitle {
	text-align: left;
	font-size: 50px;
	font-family: var(--main-font-family);
	text-transform: uppercase;
	line-height: 1.2;
}

h2.smb-section__title {
	text-align: left;
	line-height: 1;
	font-size: 18px;
	margin-top: 10px;
}

.smb-section__title:after {
	display: none;
}

p.service-title-en {
	margin-top: 15px ! IMPORTANT;
	font-family: var(--main-font-family);
	color: var(--accent-color);
	font-weight: 500;
	text-transform: uppercase;
}

h3.wp-block-heading.service-title {
	margin-top: 0px;
	line-height: 1;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

h3.wp-block-heading.service-title+p, h3.wp-block-heading.works-title+p {
	margin-top: 15px;
}

.c-text {
	line-height: 2;
}

p.works-title-en {
	font-family: var(--main-font-family);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 40px;
}

p.works-title-en:first-letter {
	color: var(--accent-color);
}

h3.wp-block-heading.works-title {
	margin-top: 0px;
	line-height: 1;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.wp-block-snow-monkey-blocks-media-text.smb-media-text.smb-media-text--mobile-text.works-item img {
	aspect-ratio: 6 / 3;
	object-fit: cover;
}

.wp-block-snow-monkey-blocks-box.smb-box.works-box+.wp-block-snow-monkey-blocks-box.smb-box.works-box {
	/* 	margin-top: 100px; */
}

figure.wp-block-image.size-full.insert-image img {
	aspect-ratio: 5 / 1;
	object-fit: cover;
}

figure.wp-block-table.company-table td {
	border: none;
	padding: 20px 10px;
}

figure.wp-block-table.company-table td:first-child {
	font-weight: 700;
	color: var(--accent-color);
}

figure.wp-block-table.company-table tr {
	border-bottom: 1px solid #f5f5f5;
}

span.smf-item__label__text {
	font-weight: 700;
}

.smf-item__description {
	font-weight: 700;
	color: var(--accent-color);
}

section#contact .smb-section__subtitle, section#contact h2.smb-section__title {
	text-align: center;
}

button.smf-button-control__control {
	border-radius: 40px ! IMPORTANT;
	font-weight: 700;
}

.smf-item__description {
	color: red;
}

input#addr {
	width: 100%;
}

li.c-meta__item.c-meta__item--author {
	display: none;
}

input.smf-text-control__control, textarea.smf-textarea-control__control {
	border: none ! IMPORTANT;
	border-radius: 0 !IMPORTANT;
}

.items .smb-items__item__lede {
	font-family: var(--main-font-family);
	font-weight: 700;
	color: var(--sub-accent-color);
	text-transform: uppercase;
	font-size: 12px;
}

.items .smb-items__item__body {
	display: flex;
	flex-direction: initial;
	align-items: baseline;
	gap: 5px;
}

.items h2.smb-items__item__title {
	font-size: 18px;
}

section.breadcrumbs-section {
	padding-top: 20px;
	padding-bottom: 20px;
	background: #f8f8f8;
	font-weight: bold;
	margin-top: 0;
}

/* ------------------------------------------------------------------------------------- 〇〇ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



/* ----------------- PCのみ ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:1024px) {}

/* ----------------- TB ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1023px) and (min-width:640px) {}

/* ----------------- SP ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1024px) {

	/* 文字寄せ */
	.text-left-sp {
		text-align: left;
	}

	span.c-hamburger-btn__label {
		font-family: var(--main-font-family);
		font-weight: 700;
		font-size: 7.5px;
	}

	nav#drawer-nav {
		background: var(--sub-accent-color);
		font-weight: 700;
	}

	.c-hamburger-btn__bar {
		height: 2px;
	}

	p.mv-title {
		font-size: 40px;
	}

	.smb-section__subtitle {
		font-size: 32px;
	}

	p.works-title-en {
		font-size: 24px;
	}

	figure.wp-block-table.company-table td {
		display: block;
	}

	figure.wp-block-table.company-table td:first-child {
		padding-bottom: 5px;
	}

	figure.wp-block-table.company-table td:last-child {
		padding-top: 5px;
	}

	p.footer-site-title {
		font-size: 40px;
		line-height: 1.2;
	}

	p.mv-title-en {
		color: #fff;
		font-size: 24px;
	}

	p.mv-title {
		font-size: 16px;
	}

	.c-drawer a {
		color: inherit;
		font-family: var(--main-font-family);
		text-transform: uppercase;

	}

	nav#drawer-nav {
		background: var(--accent-color);
		font-weight: 700;

	}

	.items .smb-items__item__body {
		display: flex;
		flex-direction: column-reverse;
	}
}