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

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

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

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

/* フォント */
:root {
	--main-font-family: "Cormorant", serif;
	--body-font-family: "Shippori Mincho", serif;
}

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

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

/* ----------------------------------------------------------------------- ヘッダー ----------------------------------------------------------------------- */
.c-site-branding__title a {
	font-family: var(--doby-font-family);
	font-weight: 400;
}

li.menu-item small {
	color: var(--accent-color);
	font-family: var(--main-font-family);
	font-weight: 400;
	text-transform: capitalize;
}

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

.p-global-nav .c-navbar__item>a>span {
	letter-spacing: .1em;
	font-weight: 400;
}

li.menu-item.menu-item-type-custom.menu-item-object-custom.sm-nav-menu-item-highlight.menu-item-117.c-navbar__item small {
	color: #fff;
}

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

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

p.footer-link-en {
	font-family: var(--main-font-family);
	text-transform: capitalize;
	color: var(--accent-color);
}

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

p.footer-link-en a {
	color: #222;
	text-decoration: none;
	font-weight: 400;
}

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

.c-copyright.c-copyright--inverse {
	background-color: var(--accent-color);
}

/* ------------------------------------------------------------------------------------- トップページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
body#body {
	font-family: var(--body-font-family);
	color: #3b2f14;
}

.c-section.p-section-front-page-content {
	padding: 0;
}

section.wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.mv {
	padding-top: 0;
}

section.wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.mv .c-container {}

p.mv-title {
	font-family: var(--body-font-family);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 24px;
	line-height: 2;
	display: inline-block;
	padding: 5px 10px;
	background: #fef9fa;
	border-radius: 4px;
}

section.mv .smb-section-break-the-grid__figure img {
	border-bottom-left-radius: 60px;
}

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

section#news {
	margin-top: 0;
}

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: capitalize;
	font-weight: 400;
	line-height: 1.2;
}

h2.smb-section__title {
	text-align: left;
	/* line-height: 1; */
	font-size: 16px;
	/* margin-top: 0; */
	font-weight: 400;
}

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

h3.wp-block-heading {
	font-weight: 500;
	letter-spacing: .1em;
}

.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.instructor-name {
	margin-top: 0;
}

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

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

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

h4.wp-block-heading {
	font-weight: 400;
}

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;
	border-radius: 0;
	width: 100%;
}

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;
}
.smb-faq__item__question__body {
    font-weight: 500;
}

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-faq__item__question__label {
	color: var(--accent-color);
}

.smb-faq__item__answer__label {
	color: var(--sub-accent-color);
}

.instructor .smb-section__subtitle, .instructor h2.smb-section__title {
	text-align: center;
}

p.message {
	text-align: center;
}

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

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

.c-row__col.c-row__col--1-1.c-row__col--lg-1-2 .smb-media-text__figure img {
	border-radius: 20px;
}

figure.wp-block-image.size-full.insert-image {
	margin-top: 0;
}

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

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

/* ------------------------------------------------------------------------------------- ポリシーページ --------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
.mv-second .smb-section__subtitle {
    text-align: center;
}



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

	.c-row__col.c-row__col--fit.u-invisible-lg-up {
		background: var(--accent-color);
		padding: 10px;
		width: 40px;
		height: 40px;
		display: flex;
		justify-content: center;
		border-radius: 50%;
	}

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

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

	.c-hamburger-btn__bar {
		height: 1px;
		background-color: #fff ! IMPORTANT;
	}

	section.wp-block-snow-monkey-blocks-section-break-the-grid.smb-section.smb-section-break-the-grid.smb-section-break-the-grid--right.mv {
		padding-top: 100px;
	}

	.mv .c-row__col.c-row__col--1-1.c-row__col--lg-1-2 {
		margin-top: 40px;
	}

	p.mv-title {
		font-size: 16px;
		margin-top: 16px !important;
	}
p.message {
    text-align: left;
}
	.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;
	}
}