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

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

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

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

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

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

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

/* ----------------------------------------------------------------------- ヘッダー ----------------------------------------------------------------------- */
.c-site-branding__description {
	font-size: 12px !important;
}

a.to-en-link {
	background: #f8f8f8;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Roboto Condensed';
	text-decoration: none;
	color: #333;
}

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

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(--sub-accent-color);
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	text-transform: uppercase;
	padding: 15px 30px;
	border-radius: 30px;
}

a.header-contact-btn.document {
	background: #f2f2f2;
	color: var(--accent-color);
}

/* Display */
.u-sp {
	display: none;
}

@media screen and (max-width: 639px) {
	.u-sp {
		display: block;
	}
}

@media screen and (max-width:639px) {
	.c-site-branding__description {
		display: none;
	}

	.c-site-branding__title a {
		color: var(--accent-color);
		font-family: var(--main-font-family);
		font-size: 16px;
		display: block;
	}

	.header__links--wrapper.u-sp {
		display: flex;
		position: fixed;
		right: 10px;
		bottom: 100px;
		flex-direction: column;
		gap: 10px;
	}

	a.contact-link, a.tel-link {
		color: #fff;
		width: 55px;
		height: 55px;
		display: flex;
		background-color: #80d8d0;
		justify-content: center;
		align-items: center;
		border-radius: 50%;
	}

	a.tel-link {
		background-color: var(--accent-color);
	}

	a.contact-link svg, a.tel-link svg {
		font-size: 30px;
	}
}

/* ----------------------------------------------------------------------- フッター ----------------------------------------------------------------------- */
footer.l-footer.l-footer--default {
	border-top-right-radius: 60px;
	border-top-left-radius: 60px;
	border-width: 0px;
}

/* フッターウィジェット */
.l-footer-widget-area {
	background: #f8f8f8;
	color: #333;
}

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

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

p.footer-link-en a:where(:not(.wp-element-button)) {

	color: #333 !important;
	text-decoration: none;
	letter-spacing: .2em;
}

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

section.mv {
	margin-top: 0;
}

p.mv__catch--en {
	/* mix-blend-mode: color-dodge; */
	*/ font-weight: 700;
	font-family: var(--main-font-family);
	/* color: #fff; */
	font-size: 40px;
	font-weight: 700;
}

p.mv__catch--jp {
	/* color: #fff; */
	font-weight: 700;
	font-size: 50px;
	margin-top: 0px !important;
}

p.mv__lead {
	font-weight: 500;
	/* color: #fff; */
	font-size: 18px;
}

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

.smb-spider-slider .spider__figure {
	border-radius: 20px;
}

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

section#news {
	margin-top: 0;
}

section#news span.c-entry-summary__term {
	display: none;
}

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

.c-entry-summary__figure img {
	border-radius: 16px;
}

a.smb-btn {
	font-weight: 700;
	font-family: var(--main-font-family);
	text-transform: uppercase;
	border-radius: 50px;
	padding: 10px 35px;
	font-weight: 700;
	letter-spacing: .1em;
	align-items: center;
	gap: 5px;
}

a.smb-btn:after {
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 10px;
	opacity: .5;
}

h3.wp-block-heading {
	padding-left: 10px !important;
	font-family: var(--main-font-family);
	border-left: 2.5px solid var(--accent-color);
	padding-bottom: 5px ! IMPORTANT;
	border-bottom: none !important;
}

h3.smb-items__item__title {
	font-family: var(--main-font-family);
	letter-spacing: .1em;
}

.smb-items__item__lede {
	font-family: var(--main-font-family);
	text-transform: uppercase;
	font-weight: 700;
	color: var(--accent-color);
	letter-spacing: .2em;
}

.smb-items__item__lede:first-letter {
	color: var(--sub-accent-color);
}

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: 25px;
	font-family: var(--main-font-family);
	text-transform: uppercase;
	line-height: 1.2;
	letter-spacing: .25em;
	font-weight: 300;
	position: relative;
	padding-left: 35px;
}

.smb-section__subtitle:before {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	margin-top: 2px;
	background: #80d8d0;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	opacity: .75;
}

.smb-section__subtitle:after {
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	margin-top: 2px;
	background: var(--accent-color);
	border-radius: 50%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(70%, -50%);
	opacity: .75;
}

.smb-section__subtitle:first-letter {
	color: var(--sub-accent-color);
}

h2.smb-section__title {
	font-family: var(--main-font-family);
	text-align: left;
	line-height: 1;
	font-size: 40px;
	margin-top: 10px;
	line-height: 1.25;
	font-weight: 500;
}

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

section.insurance .smb-section__fixed-background, section.border-radius .smb-section__fixed-background {
	border-top-right-radius: 60px;
	border-top-left-radius: 60px;
}

.smb-items__item__figure img {
	border-radius: 20px;
}

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);
	color: var(--accent-color);
	font-weight: 700;
	text-transform: uppercase;
	font-size: 20px;
}

h3.wp-block-heading.works-title {
	margin-top: 0px;
	line-height: 1.5;
	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 {}

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

.smb-section-with-bgimage__bgimage img, .smb-section-with-bgimage__bgimage video {
	object-fit: cover;
	object-position: 50% 25%;
}

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

.smb-items__banner__figure__mask {
	border-radius: 20px;
}

.smb-items__banner.smb-items__banner--wide {
	border-radius: 20px;
}

.smb-items__banner__title {
	font-weight: 700;
	font-size: 20px;
}

.smb-items__banner__lede {
	font-weight: 700 !IMPORTANT;
	font-family: var(--main-font-family);
	text-transform: uppercase;
	color: var(--accent-color);
	mix-blend-mode: plus-lighter;
	letter-spacing: .2em;
}

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

	.wp-block-columns.mv-row {
		flex-direction: column-reverse;
	}

	p.mv__catch--jp {
		font-size: 24px;
	}

	p.mv__lead {
		font-size: 16px;
	}

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

/* ------------------------------------------------------------------------------------- 下層ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
section.mv--second h1.smb-section__title {
	color: #fff;
}

.mv--second .smb-section__subtitle:before, .mv--second .smb-section__subtitle:after {
	display: none;
}

section.mv--second .smb-section__subtitle {
	text-align: center;
	color: #fff;
	font-weight: 700;
	padding-left: 0;
}

iframe.google-map {
	border: none;
}

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

p.section__text--en {
	font-family: var(--main-font-family);
	font-weight: 700;
}

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

.smb-faq__item__question__label, .smb-faq__item__answer__label {
	font-family: var(--main-font-family);
}

.smb-box__background {
	border-width: 0px;
	border-radius: 20px;
}

.wp-block-group.ins-categories.is-layout-constrained.wp-block-group-is-layout-constrained {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

p.ins-category {
	margin: 0 !IMPORTANT;
	padding: 5px 10px;
	background: #80d8d0;
	color: #fff;
	font-weight: 500;
	border-radius: 4px;
}

p.ins-category svg {
	margin-right: 5px;
	/* color: var(--sub-accent-color); */
	color: #fff;
	opacity: .5;
}

.c-entry-summary__figure {
	background-color: transparent;
}

span.c-entry-summary__term.c-entry-summary__term--category-1.c-entry-summary__term--category-slug-news {
	display: none;
}

.smb-items__item.smb-items__item--free {
	height: 100%;
}

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

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

/* Contactセクション */
section.contact .smb-section__subtitle, section.contact h2.smb-section__title {
	color: #fff;
	text-align: center;
}

section.contact.form .smb-section__subtitle {
	color: var(--accent-color);
	text-align: center;
}

section.contact.form h2.smb-section__title {
	color: #333;
}

section.contact .smb-section__subtitle {
	padding-left: 0;
}

section.contact .smb-section__subtitle:before {
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	margin-bottom: 5px;
}

section.contact .smb-section__subtitle:after {
	top: 0;
	left: 50%;
	transform: translate(-50%, -100%);
	margin-bottom: 5px;
}

p.contact__lead {
	font-weight: 700;
	color: #fff;
	text-align: center;
}

section.contact .wp-block-snow-monkey-blocks-btn.smb-btn-wrapper:first-child a {
	background: #80d8d0;
}

section.contact .wp-block-snow-monkey-blocks-buttons.smb-buttons {
	margin-top: 28.88px;
	justify-content: center;
}

section.contact .smb-section-with-bgimage__bgimage img, .smb-section-with-bgimage__bgimage video {
	object-fit: cover;
	object-position: 50% 25%;
	border-top-right-radius: 60px;
	border-top-left-radius: 60px;
}

/* -------------------------------------------------------------------------------------投稿詳細ページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

aside.p-comments.c-entry-aside, aside.p-trackbacks.c-entry-aside {
	display: none;
}

/* ----------------- 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) {
	.c-drawer--highlight-type-background-color .c-drawer__item.sm-nav-menu-item-highlight {
		background: #80d8d0;
	}

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

	.contact p.mv__lead {
		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;
	}

	p.mv__catch--en {
		font-size: 20px;
	}

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