/* ---------------------------------------------------------- 共通項目 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* スクロール */
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);
}

.c-site-branding__description {
	font-weight: 700;
}

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; */
}
.p-global-nav .c-navbar__item.sm-nav-menu-item-highlight {
    background-color: var(--sub-accent-color);
}
li.menu-item.sm-nav-menu-item-highlight small {
	color: #fff;
}

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

.p-global-nav .c-navbar__item>a>span {
	/* font-size: 12px; */
}

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: #333;
	color: #fff;
}

p.footer-site-title {
	text-align: center;
	font-family: var(--main-font-family);
	font-size: 24px;

	text-transform: uppercase;
	font-weight: 700;
}

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

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;
}

.mv-subtitle {
	color: #fff;
	font-weight: 900;
	padding: 5px 20px;
	background: rgba(0, 0, 0, .2);
	backdrop-filter: blur(2px);
	border: 1px solid #999;
	display: inline-block;
	border-radius: 40px;
	backdrop-filter: blur(5px);
}

p.mv-subtitle:before {
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	background: var(--accent-color);
	border-radius: 50%;
	margin-right: 5px;
}

p.mv-title {
	font-family: var(--main-font-family);
	text-transform: uppercase;
	font-weight: 700;
	color: var(--accent-color);
	font-size: 100px;
	line-height: 1.2;
}

h1.wp-block-heading.mv-title {
	color: #fff;
	font-weight: 900;
	font-size: 50px;
}

.mv-text {
	color: #fff;
	font-weight: 700;
}

.wp-block-group.mv-features.is-layout-constrained.wp-block-group-is-layout-constrained {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	color: #fff;
}

p.mv-feature {
	margin: 0 !important;
	padding: 5px 20px;
	background: rgba(0, 0, 0, .2);
	backdrop-filter: blur(2px);
	border: 1px solid #999;
	border-radius: 4px;
}

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

span.smb-btn__label {
	font-weight: 700;
}

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: 70px; */
	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: 0; */
}

.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{
	display: flex;
	gap: 10px;
	align-items: center;
}

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

.wp-block-column.is-layout-flow.wp-block-column-is-layout-flow {
	padding: 20px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	border-radius: 10px;
}

section#redefine {
	color: #fff;
	    padding-bottom: 0;
}

.smb-step__item__number {
    background-color: var(--accent-color);
    font-weight: 700;
    font-family: var(--main-font-family);
}

/* スマホ時だけ横スクロール（任意適用：sp-scroll を付けたテーブルだけ） */
@media (max-width: 767px) {

	/* figure.wp-block-table に sp-scroll を付ける */
	.wp-block-table.sp-scroll {
		display: block;
		/* figure をブロック化 */
		width: 100%;
		overflow-x: auto;
		/* 横スクロール有効化 */
		-webkit-overflow-scrolling: touch;
		/* iOS慣性スクロール */
	}

	.wp-block-table.sp-scroll table {
		min-width: 640px;
		/* 画面幅より少し広くしてスクロール発生 */
		border-collapse: collapse;
	}

	/* 幅広/全幅の余白を整える（必要なら） */
	.wp-block-table.sp-scroll.alignwide,
	.wp-block-table.sp-scroll.alignfull {
		margin-right: 0;
		margin-left: 0;
	}

	/* キャプションは折り返しOK */
	.wp-block-table.sp-scroll figcaption {
		white-space: normal;
	}
}

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;
}

.smb-faq__item__question__label {
    color: var(--smb-faq--item-question-label-color);
    font-family: var(--main-font-family);
    font-weight: 700;
}
.smb-faq__item__answer__label {
    font-family: var(--main-font-family);
    font-weight: 700;
}
svg.svg-inline--fa {
    color: #fff;
    background-color: var(--accent-color);
    width: 16px;
    height: 16px;
    padding: 5px;
    border-radius: 50%;
    box-sizing: content-box;
}
svg.svg-inline--fa.fa-circle-xmark {
   background-color: var(--sub-accent-color);
}

.smf-item__description {
	display: inline-block;
    color: #fff;
    background-color: var(--sub-accent-color);
    padding: 0px 5px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 700;
}

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;
}

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;
}


input.smf-text-control__control, textarea.smf-textarea-control__control {
    border: 1px solid #333;
    background-color: #f7f7f7 !important;
    width: 100%;
}
/* ------------------------------------------------------------------------------------- 〇〇ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */



/* ----------------- 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) {
	.p-footer-sticky-nav .c-navbar__item>a {
		color: inherit;
		font-size: 20px;
		font-weight: 700;
	}

	/* 文字寄せ */
	.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;
	}

	li.sm-nav-menu-item-highlight {
		background: var(--accent-color) ! IMPORTANT;
	}

	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: 20px;
		line-height: 1.2;
	}
}