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

.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: var(--sub-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(--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;
}

p.fv-subtitle {
	background: #fff;
	padding: 5px 20px;
	border-radius: 8px;
	font-weight: 900;
	display: inline-block;
	color: var(--accent-color);
}

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

a.smb-btn {
	font-weight: 900;
	border-radius: 40px;
	font-size: 20px;
}

p.mv-title {
	font-family: var(--main-font-family);
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	/* font-size: 100px; */
	line-height: 1.5;
}

.smb-box__background {
	border: none;
}

.wp-block-snow-monkey-blocks-box.smb-box {
	padding: 20px;
	background: #f6f7f9;
}

figure.wp-block-image img {
	border-radius: 4px;
}

p.has-text-align-center.is-style-sme-speech-top {
	background: #f6f7f9;
	font-size: 20px;
}

.wp-block-snow-monkey-blocks-box.smb-box.white {
	background: #fff;
}

h3.wp-block-heading {
	background: var(--accent-color);
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding-bottom: 0;
	padding: 5px;
}

p.is-style-sme-alert-remark {
	background: #f6f7f9;
	border: none;
}

.smb-media-text__figure img {
	border-radius: 8px;
}

p.is-style-sme-alert-success {
	border: none;
	padding: 10px;
}

p.is-style-sme-alert-remark.white {
	background: #fff;
	border: none;
}

p.is-style-sme-alert-warning {
	border: none;
	padding: 10px;
}

.wp-block-snow-monkey-blocks-box.smb-box.fv-feature-box {
	background: linear-gradient(135deg, #01827e 0%, #016865 50%, #04a39c 100%) !important;
	color: #fff;
}

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 {
	font-size: 20px;
	font-family: var(--main-font-family);
	text-transform: uppercase;
	line-height: 1.2;
}

h2.smb-section__title {
	line-height: 1.5;
	font-size: 40px;
}

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

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;
	background: #f8f8f8 ! IMPORTANT;
}

#comparison .wp-block-table {
	margin-top: 40px;
	overflow: visible;
}

#comparison .wp-block-table table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.96);
	border: 1px solid #d8e3df;
	border-radius: 14px;
	box-shadow: 0 18px 40px rgba(24, 56, 66, 0.12);
}

#comparison .wp-block-table thead {
	border-bottom: none;
}

#comparison .wp-block-table th {
	padding: 18px 20px;
	border: none;
	background: #006b5f;
	color: #ffffff;
	font-size: 16px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-align: center;
}

#comparison .wp-block-table th:first-child {
	width: 24%;
}

#comparison .wp-block-table th:nth-child(2) {
	width: 34%;
	background: #4f6769;
}

#comparison .wp-block-table th:nth-child(3) {
	width: 42%;
	background: #006b5f;
	color: #ffffff;
}

#comparison .wp-block-table td {
	padding: 18px 20px;
	border: none;
	border-bottom: 1px solid #e1e9e6;
	color: #24363d;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.94);
}

#comparison .wp-block-table tbody tr:last-child td {
	border-bottom: none;
}

#comparison .wp-block-table td:first-child {
	color: #183842;
	background: #f7faf9;
	font-weight: 800;
}

#comparison .wp-block-table td:nth-child(2) {
	color: #4f5f63;
	background: rgba(248, 250, 249, 0.95);
}

#comparison .wp-block-table td:nth-child(3) {
	position: relative;
	color: #183842;
	background: #fffaf0;
	font-weight: 700;
}


#comparison .wp-block-table tbody tr:hover td {
	background: #f4faf7;
}

#comparison .wp-block-table tbody tr:hover td:nth-child(3) {
	background: #fff3d2;
}

#comparison .wp-block-table strong {
	font-weight: 900;
}

#comparison .wp-block-table [style*="color: #cf2e2e"] {
	color: #c7513f !important;
}

#comparison .wp-block-table .sme-text-color.has-sm-sub-accent-color {
	color: #d98b00 !important;
}

#comparison .wp-block-table td:nth-child(2) strong,
#comparison .wp-block-table td:nth-child(2) .sme-text-color {
	font-size: 16px;
}

#comparison .wp-block-table td:nth-child(3) strong,
#comparison .wp-block-table td:nth-child(3) .sme-text-color {
	font-size: 16px;
}

.wp-block-snow-monkey-blocks-faq-item.smb-faq__item {
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	margin-bottom: 20px;
	border-radius: 8px;
}

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

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

.smb-items__item.smb-items__item--free, .smb-items__item__body.is-layout-constrained.wp-block-snow-monkey-blocks-items-item-free-is-layout-constrained {
	height: 100%;
}

.smb-items__item.smb-items__item--free .wp-block-snow-monkey-blocks-box.smb-box {
	height: 100%;
}

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

ul#menu-\%e3\%82\%b9\%e3\%83\%9e\%e3\%83\%9b\%e5\%9b\%ba\%e5\%ae\%9a\%e3\%83\%a1\%e3\%83\%8b\%e3\%83\%a5\%e3\%83\%bc li a {
    padding: 10px 5px;
    font-size: 13px;
    background: var(--sub-accent-color);
    color: #fff;
    font-weight: 900;
}
ul#menu-\%e3\%82\%b9\%e3\%83\%9e\%e3\%83\%9b\%e5\%9b\%ba\%e5\%ae\%9a\%e3\%83\%a1\%e3\%83\%8b\%e3\%83\%a5\%e3\%83\%bc li.sp-tel-contact a {
    background: var(--accent-color);
}
ul#menu-\%e3\%82\%b9\%e3\%83\%9e\%e3\%83\%9b\%e5\%9b\%ba\%e5\%ae\%9a\%e3\%83\%a1\%e3\%83\%8b\%e3\%83\%a5\%e3\%83\%bc li.sp-line-contact a {
    background: #06c755;
}

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



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

	h2.smb-section__title {
		font-size: 28px;
	}

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

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

	#comparison .wp-block-table.sp-scroll {
		display: block;
		width: 100%;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		padding-bottom: 12px;
	}

	#comparison .wp-block-table.sp-scroll::before {
		content: "表は横にスクロールできます";
		display: block;
		margin-bottom: 8px;
		color: #006b5f;
		font-size: 13px;
		font-weight: 700;
		text-align: right;
	}

	#comparison .wp-block-table.sp-scroll table {
		width: 760px;
		min-width: 760px;
		border-collapse: separate;
		border-spacing: 0;
	}

	#comparison .wp-block-table.sp-scroll th,
	#comparison .wp-block-table.sp-scroll td {
		white-space: normal;
		word-break: keep-all;
		vertical-align: middle;
	}

	#comparison .wp-block-table.sp-scroll th:first-child,
	#comparison .wp-block-table.sp-scroll td:first-child {
		width: 180px;
	}

	#comparison .wp-block-table.sp-scroll th:nth-child(2),
	#comparison .wp-block-table.sp-scroll td:nth-child(2) {
		width: 260px;
	}

	#comparison .wp-block-table.sp-scroll th:nth-child(3),
	#comparison .wp-block-table.sp-scroll td:nth-child(3) {
		width: 320px;
	}

	a.smb-btn {
		font-size: 18px;
	}

	p.is-style-sme-alert-remark, p.has-text-align-center.is-style-sme-alert-warning, p.has-text-align-center.is-style-sme-alert-success {
		padding-top: 45px ! IMPORTANT;
	}

	:root :where(.wp-block-group.is-style-sme-alert):before, :root :where(.wp-block-group.is-style-sme-alert-remark):before, :root :where(.wp-block-group.is-style-sme-alert-success):before, :root :where(.wp-block-group.is-style-sme-alert-warning):before, :root :where(p.is-style-sme-alert):before, :root :where(p.is-style-sme-alert-remark):before, :root :where(p.is-style-sme-alert-success):before, :root :where(p.is-style-sme-alert-warning):before {
		top: 15px;
	}
}