@charset “utf-8”;

/* ヘッダー・Gナビ */
.l-header {
	height: 100px;
}

.p-global-nav .c-navbar__item>a {
	font-size: 16px;
	font-weight: 500;
	padding: 1.15rem;
}

.p-global-nav .menu-item-3508.c-navbar__item,
.p-global-nav .menu-item-6255.c-navbar__item {
	height: 100px;
	transition: all .2s ease-out;
}

.p-global-nav .menu-item-3508.c-navbar__item {
	background: #C5840E;
	background: linear-gradient(
		180deg,
		#F5C773 0%,
		#C5840E 100%);
}

.p-global-nav .menu-item-6255.c-navbar__item {
	background: #AA3D1E;
	background: linear-gradient(
		180deg,
		#FF8E58 0%,
		#AA3D1E 100%);
	margin-left: 15px;
}

.p-global-nav .menu-item-3508.c-navbar__item>a,
.p-global-nav .menu-item-6255.c-navbar__item>a {
	color: #fff;
}

.p-global-nav .menu-item-3508.c-navbar__item>a>span,
.p-global-nav .menu-item-6255.c-navbar__item>a>span {
	position: relative;
	display: flex;
	flex-direction: column;
	line-height: 1.5;
	margin-top: -.5em;
}

.p-global-nav .menu-item-3508.c-navbar__item>a>span:before {
	font-family: "Font Awesome 6 Free";
	font-size: 1.3rem;
	font-weight: 400;
	content: '\f0e0';
}

.p-global-nav .menu-item-6255.c-navbar__item>a>span:before {
	font-family: "Font Awesome 6 Free";
	font-size: 1.3rem;
	font-weight: 400;
	content: '\f086';
}

.p-global-nav .c-navbar__item>.c-navbar__submenu {
	background-color: rgba(255, 255, 255, 100%);
	border: 3px solid #CDE6F4;
	border-radius: 5px;
	box-shadow: 1px 1px 5px #ddd;
	min-width: 225px;
	margin-top: -1.5rem;
	text-align: center;
}

.p-global-nav .c-navbar__subitem {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	margin-top: 0;
}

.p-global-nav .c-navbar__subitem>a {
	padding: .6rem .6rem;
}

.p-global-nav .c-navbar__item[aria-haspopup=true]:before {
	content: none;
	border-bottom-color: #1F70B9;
	transform: translateY(-5px);
}

@media (min-width: 1024px) {
	.c-fluid-container {
		padding-right: 0;
	}
}

@media (max-width: 1500px) {
	.l-header {
		height: 90px;
	}

	.c-site-branding__title .custom-logo {
		width: clamp(285px, 24vw, 400px);
	}


	.p-global-nav .menu-item-3508.c-navbar__item,
	.p-global-nav .menu-item-6255.c-navbar__item {
		height: 90px;
	}

	.p-global-nav .c-navbar__item>a {
		font-size: 15px;
		padding: .75rem;
	}
}

@media (max-width: 1250px) and (min-width: 1024px) {
	.l-header {
		height: unset;
	}

	.l-header .c-fluid-container>.c-row {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.l-header .c-fluid-container>.c-row>.c-row__col.c-row__col--fit.u-invisible-md-down {
		margin-left: auto;
	}

	.p-global-nav .c-navbar__item>a {
		padding: .75rem .85rem;
	}

	.p-global-nav .menu-item-3508.c-navbar__item,
	.p-global-nav .menu-item-6255.c-navbar__item {
		height: unset;
	}

	.p-global-nav .menu-item-3508.c-navbar__item>a>span,
	.p-global-nav .menu-item-6255.c-navbar__item>a>span {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: .5em;
    margin-top: unset;
	}

	.p-global-nav .c-navbar__item>.c-navbar__submenu {
		margin-top: -.5rem;
	}
}

@media (max-width: 1023px) {
	.l-header {
		height: unset;
	}

	[data-scrolled=false] .l-header--sticky-overlay-colored-sm .c-hamburger-btn__bar {
		background-color: #333;
	}

	.c-hamburger-btn__label {
    color: #333;
	}
}

@media (hover: hover) and (pointer: fine) {
	.p-global-nav .menu-item-3508.c-navbar__item:active,
	.p-global-nav .menu-item-3508.c-navbar__item:focus,
	.p-global-nav .menu-item-3508.c-navbar__item:hover,
	.p-global-nav .menu-item-6255.c-navbar__item:active,
	.p-global-nav .menu-item-6255.c-navbar__item:focus,
	.p-global-nav .menu-item-6255.c-navbar__item:hover {
		filter: brightness(110%);
	}

	.p-global-nav .c-navbar__subitem:active,
	.p-global-nav .c-navbar__subitem:focus,
	.p-global-nav .c-navbar__subitem:hover {
		color: var(--accent-color);
		background: #F3FAFE;
	}
}

/* ドロワーナビ */
.c-drawer {
	background-color: #2173a0;
	background-image: linear-gradient(
		135deg,
		#2173a0 0%,
		#9bc7df 100%);
}

.c-drawer a {
	font-size: 1rem;
	font-weight: 500;
}

.c-drawer a>svg {
	width: 20px;
	margin: 0 0.5em 0 0;
}

/* 下層ヘッダー */
.c-page-header[data-has-image=true] {
	height: 250px;
}

h1.c-page-header__title {
	font-size: 44px;
	line-height: 1.8;
	color: #fff;
	text-shadow: 0 3px 6px rgb(0 0 0 / 50%);
}

@media (max-width: 1023px) {
  .c-page-header[data-has-image=true] {
    height: 150px;
  }

	h1.c-page-header__title {
		font-size: 28px;
	}
}

@media (max-width: 639px) {
  .c-page-header[data-has-image=true] {
    height: 100px;
		padding: 1.8rem 0;
  }

	h1.c-page-header__title {
		font-size: 22px;
	}
}

/* メインコンテンツ */
body.l-body--one-column .l-contents__inner {
	margin-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1023px) {
	.l-contents__inner {
		margin-top: 1.8rem;
	}

	.l-contents__inner:last-child {
		padding-bottom: 2.4rem;
	}
}

@media (max-width: 639px) {
	.l-contents__inner {
		margin-top: 1.25rem;
	}

	.l-contents__inner:last-child {
		padding-bottom: 1.8rem;
	}
}

/* セクション */
.wp-block-snow-monkey-blocks-section.smb-section {
	margin-top: 0;
}

@media (max-width: 639px) {
	.smb-section {
		padding-top: 1.8rem;
		padding-bottom: 1.8rem;
	}
}

/* スリム幅1カラム */
.u-slim-width {
	max-width: 1100px !important;
}

.u-slim-width .l-contents__inner {
	padding-top: 0;
	padding-bottom: 0;
}

.u-slim-width .smb-section__inner {
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

/* セクション見出し */
h2.smb-section__title {
	font-size: 24px;
	font-weight: 700;
	color: var(--accent-color);
}

@media (min-width: 640px) {
	h2.smb-section__title {
		font-size: 1.75rem;
	}
}

@media (min-width: 1024px) {
	h2.smb-section__title {
		font-size: 2.5rem;
	}
}

/* 見出し */
.p-entry-content>h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--accent-color);
	background-color: #F3FAFE;
	border: 1px solid #CDE6F4;
	border-top: 3px solid var(--accent-color);
	border-radius: 0 0 8px 8px;
	padding: .4rem .75rem .55rem;
}

.p-entry-content>h3 {
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	padding: .35rem .15rem .5rem 1.25rem;
	margin-top: 2.25rem;
	margin-bottom: 1.6rem;
	position: relative;
}

.p-entry-content>h3:before {
	content: "";
	display: block;
	width: 5px;
	height: 60%;
	background: var(--accent-color);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translate(0,-50%);
}

.p-entry-content>h4 {
	font-weight: 500;
  color: var(--accent-color);
}

.smb-section__body>h3 {
	font-size: 2rem;
	font-weight: 700;
	margin-top: 1.75rem;
}

.smb-section__body>h4 {
	font-weight: 700;
	margin-top: 1.75rem;
}

@media (max-width: 1023px) {
	.p-entry-content>h2 {
		font-size: 24px;
		margin-top: 2.7rem;
		margin-bottom: 1.25rem;
	}

	.p-entry-content>h3 {
		font-size: 22px;
	}

	.p-entry-content>h4 {
		font-size: 20px;
	}
}

@media (max-width: 639px) {
	.p-entry-content>h2 {
		font-size: 18px;
		margin-top: 1.8rem;
		margin-bottom: 1.25rem;
	}

	.p-entry-content>h3 {
		font-size: 16px;
		margin-top: 1.25rem;
		margin-bottom: 1.25rem;
	}

	.p-entry-content>h4 {
		font-size: 16px;
		margin-top: 1rem;
		margin-bottom: .75rem;
	}
}

/* フォント */
@media (max-width: 1023px) {
  body {
    font-size: .875rem;
  }
}

@media (max-width: 639px) {
  body {
    font-size: .77778rem;
  }
}

/* テキスト両端揃え */
.c-entry__content p:not(.has-text-align-right):not(.has-text-align-center) {
	text-align: justify;
	text-justify: inter-ideograph;
}

/* 段落 */
@media (max-width: 1023px) {
	.p-entry-content>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
.textwidget>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
	margin-top: 1.25rem;
	}

	.smb-accordion__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-balloon__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-box__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-container__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-faq__item__answer__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-information__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-items__item--free>.smb-items__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-media-text__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-panels__item--block-link>.smb-panels__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-panels__item--free>.smb-panels__item__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-section__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-spider-contents-slider__item>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-step__item__summary>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6),
	.smb-tab-panel__body>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
		margin-top: 1.25rem;
	}
}

/* リスト */
ul>li::marker {
	color: var(--accent-color);
}

.is-style-sme-ordered-list-circle li:before,
.is-style-sme-ordered-list-square li:before {
	background-color: #fff;
	border: 1px solid #333;
	top: 8px;
}

@media (max-width: 1023px) {
	.is-style-sme-ordered-list-circle li:before, .is-style-sme-ordered-list-square li:before {
		top: 4px;
	}
}

@media (max-width: 639px) {
	.is-style-sme-ordered-list-circle li:before, .is-style-sme-ordered-list-square li:before {
		top: 3px;
	}
}

/* ボタン */
button, input, keygen, select, textarea {
	font-family: inherit;
}

.smb-btn {
	position: relative;
	font-weight: 500;
  color: var(--accent-color);
  background-color: #fff;
  border: 3px solid var(--accent-color);
  border-radius: 5px;
	padding: 1rem 2.5rem 1rem 1.5rem;
	transition: all .2s ease-out;
}

.smb-btn__label {
  position: relative;
}

.smb-btn:after {
  font-family: "Font Awesome 6 Free";
  content: '\f105';
  font-weight: 700;
  position: absolute;
  top: 50%;
	right: 0;
	transform: translate(-200%, -47%);
}

@media (max-width: 639px) {
	.smb-btn {
		padding: .75rem 2rem .75rem 1.25rem;
	}
}

@media (hover: hover) and (pointer: fine) {
	.smb-btn:active,
	.smb-btn:focus,
	.smb-btn:hover {
    filter: unset;
		color: #fff;
		background-color: var(--accent-color);
	}

	.c-btn:active,
	.c-btn:focus,
	.c-btn:hover,
	.snow-monkey-posts__more:active,
	.snow-monkey-posts__more:focus,
	.snow-monkey-posts__more:hover {
		filter: brightness(110%);
	}
}

/* パネル */
.smb-panels__item {
	border-radius: 8px;
  box-shadow: 2px 2px 8px 3px rgb(0 0 0 / 15%);
}

.smb-panels__item__body {
  padding: 1rem;
}

.smb-panels__item__title {
  font-size: 1.15rem;
}

.smb-panels__item__content {
  font-size: 1rem;
}

@media (hover: hover) and (pointer: fine) {
	.smb-panels__item:active,
	.smb-panels__item:focus,
	.smb-panels__item:hover {
		box-shadow: 0 7px 20px 3px rgb(0 0 0 / 15%);
	}
}

/* メディアとテキスト */
@media (max-width: 639px) {
	.smb-media-text .c-row--margin {
		margin-bottom: -.9rem;
	}

	.smb-media-text .c-row--margin>.c-row__col {
		margin-bottom: .9rem;
	}

	.smb-media-text .smb-media-text__title+.smb-media-text__body {
		margin-top: .9rem;
	}
}

/* 画像 */
/* Chrome・Operaのみに適用 */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/* テーブル */
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
	font-feature-settings: "palt";
}

tr th {
	font-weight: 500;
}

tr th.table-title {
	word-break: keep-all !important;
}

@media (max-width: 1023px) {
	.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
	.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
		font-size: 14px !important;
		padding: 1em .5em !important;
	}
}

@media (max-width: 639px) {
	.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
	.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
		font-size: 13px !important;
		padding: .5em .25em !important;
	}
}

/* カテゴリータブ */
.c-entry-summary__term {
	font-size: 12px;
	font-weight: 700;
	padding: .3rem .5rem .35rem;
}

/* スマホ改行 */
@media (min-width: 640px) {
	br.sp {
		display: none;
	}
}

@media (min-width: 1024px) {
	br.tb {
		display: none;
	}
}

@media (max-width: 1024px) {
	br.pc {
		display: none;
	}
}

/* トップ | MV */
.mv {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.mv .c-container {
	height: 600px;
}

h2.mv_catch {
	font-size: 48px;
	font-feature-settings: "palt";
	letter-spacing: .15rem;
	line-height: 1.8;
	color: #fff;
	text-shadow:0 3px 6px rgba(0,0,0,50%);
	white-space: nowrap;
}

.mv .c-row__col--lg-1-3 {
	flex: 0 1 40%;
	max-width: 40%;
}

.mv .c-row__col--lg-2-3 {
	flex: 0 1 60%;
	max-width: 60%;
}

.mv .smb-media-text__figure>img {
	height: 600px;
	width: auto;
}

.mv .smb-panels__item__body {
	padding: 1.25rem 1.5rem;
}

.mv .mv-banner-catch {
	font-size: 20px;
	font-weight: 700;
	padding: 0 1rem;
}

.fee-block  {
	font-size: 40px;
	font-weight: 700;
	display: inline-block;
	line-height: 1.25;
	padding: 0 1rem;
	margin-top: 0;
	background-image: linear-gradient(
		transparent 60%,
		rgba(255, 241, 212, 0.5) 60%
	);
	white-space: nowrap;
}

.fee-block .has-sub-accent-color-background-color {
	font-size: 24px;
	border-radius: 8px;
	padding: .25rem .35rem .35rem;
	margin-top: -1.5rem !important;
	margin-right: .75rem;
	display: inline-block;
	vertical-align: middle;
	background: var(--sub-accent-color);
	background: linear-gradient(
		180deg,
		#FF8E58 0%,
		#AA3D1E 100%
	);
}

.fee-block .has-sub-accent-color-color>strong {
	font-size: 76px;
}

.fee-block .has-sub-accent-color-color>.has-sm-small-font-size {
	font-size: small !important;
	font-feature-settings: "palt";
	position: absolute;
	top: 0;
	right: 0;
	transform: translate(-16px, 19px);
}

@media (max-width: 1200px) {
	.mv .c-container {
		height: 500px;
	}

	h2.mv_catch {
		font-size: clamp(40px, 3.75vw, 44px);
		margin-bottom: 1.35rem;
	}

	.mv .smb-panels__item {
		max-width: 550px !important;
	}

	.mv-fee-group>figure {
		width: 100px !important;
	}

	.mv .mv-banner-catch {
		font-size: 17px;
	}

	.fee-block .has-sub-accent-color-background-color {
		font-size: 20px;
	}

	.fee-block {
		font-size: 36px;
	}

	.fee-block .has-sub-accent-color-color>strong {
		font-size: 60px;
	}

	.fee-block .has-sub-accent-color-color>.has-sm-small-font-size {
		font-size: x-small !important;
		transform: translate(-19px, 14px);
	}

	.mv .smb-media-text__figure>img {
		height: 500px !important;
	}
}

@media (max-width: 1023px) {
	.mv .c-container {
		height: 450px;
	}

	h2.mv_catch {
		font-size: clamp(30px, 4.75vw, 40px);
		width: 120%;
		margin-top: 1rem !important;
	}

	.mv .smb-media-text>.c-row {
		align-items: flex-start !important;
	}

	.mv .smb-media-text__body>.smb-panels {
		position: absolute;
		z-index: 1;
	}

	.mv .smb-panels__item__body {
		width: 500px;
	}

	.mv-fee-group>figure {
		width: 90px !important;
		min-width: 90px;
	}

	.mv .mv-banner-catch {
		font-size: 16px;
	}

	.fee-block .has-sub-accent-color-background-color {
		font-size: 18px;
		margin-top: -1rem !important;
	}

	.fee-block {
		font-size: 30px;
	}

	.fee-block .has-sub-accent-color-color>strong {
		font-size: 55px;
	}

	.fee-block .has-sub-accent-color-color>.has-sm-small-font-size {
		transform: translate(-16px, 12px);
	}

	.mv .smb-media-text__figure {
		width: 300px;
	}

	.mv .smb-media-text__figure>img {
		height: 450px !important;
		width: 300px;
	}
}

@media (max-width: 799px) {
	h2.mv_catch {
		margin-top: 1.8rem !important;
		margin-bottom: 1.8rem;
	}
}

@media (max-width: 639px) {
	.mv .c-container {
		height: clamp(300px, 60vw, 450px);
	}

	.mv .smb-media-text>.c-row {
		height: clamp(300px, 60vw, 450px);
	}

	.mv .c-row__col--lg-1-3 {
		flex: 0 1 45%;
		max-width: 45%;
	}

	.mv .c-row__col--lg-2-3 {
		flex: 0 1 55%;
		max-width: 55%;
	}

	.mv .smb-media-text__figure {
		position: absolute;
		z-index: 0;
	}

	.mv .smb-media-text__figure>img {
		height: clamp(300px, 60vw, 400px) !important;
		width: auto;
	}

	h2.mv_catch {
		font-size: clamp(16px, 4.35vw, 28px);
		letter-spacing: .05rem;
		line-height: 1.8;
		width: 140%;
		margin-top: 1rem !important;
		margin-bottom: 1rem;
	}

	.mv .smb-panels__item__body {
		width: 100%;
	}

	.mv .smb-panels__item__body {
		padding: .9rem;
	}

	.mv-fee-group {
		gap: .5em !important;
	}

	.mv-fee-group>figure {
		width: 65px !important;
		min-width: 65px;
	}

	.mv .mv-banner-catch {
		font-size: 12px;
		font-feature-settings: "palt";
		letter-spacing: 0.05rem;
		padding: 0 .75em;
	}

	.fee-block {
		font-size: 23px;
		padding: 0 .5em;
		margin-top: .25rem;
	}

	.fee-block .has-sub-accent-color-background-color {
		font-size: 13px;
		margin-top: -.75rem !important;
		margin-right: .5rem;
	}

	.fee-block .has-sub-accent-color-color>strong {
		font-size: 38px;
	}

	.fee-block .has-sub-accent-color-color>.has-sm-small-font-size {
		transform: translate(-6px, 1px);
	}
}

@media (max-width: 449px) {
	.mv .smb-media-text__figure>img {
		height: clamp(210px, 40vw, 300px) !important;
		width: auto;
	}

	h2.mv_catch {
		line-height: 2;
		margin-top: 1.25rem !important;
		margin-bottom: 1.25rem;
	}

	.mv .smb-media-text__body>.smb-panels {
		width: 100%;
	}
}

/* トップ | サービスの魅力 */
.superiority {
	padding: .9rem 0;
}

@media (max-width: 639px) {
	.superiority {
		padding: .45rem 0;
	}

	.superiority .smb-items .c-row-margin {
		margin-left: -.15rem;
		margin-right: -.15rem;
	}

	.superiority .smb-items .c-row__col {
		padding-left: .15rem;
		padding-right: .15rem;
	}
}

/* トップ | お知らせ */
.topics {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0 !important;
}

.topics .c-row.c-row--md-margin {
	align-items: center;
	margin-bottom: 0;
}

.topics .c-entry-summary__body {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: flex-end;
}

.topics h3.c-entry-summary__title {
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.topics .c-entry-summary__meta {
	margin-top: 0;
	margin-right: 0.75em;
}

.topics .c-entry-summary__meta .c-meta {
	flex-wrap: nowrap;
}

.topics li.c-meta__item.c-meta__item--published {
	font-size: small;
}

.topics li.c-meta__item.c-meta__item--modified {
	display: none;
}

.topics .c-entry-summary__ter {
	padding: 0.35rem 0.7rem;
}

.topics ul.c-entries.c-entries--text2 {
	border-top: none;
}

.topics .c-entries--text2 .c-entries__item {
	border: none;
}

.topics .snow-monkey-posts.snow-monkey-taxonomy-posts {
	height: 65px;
	overflow: hidden;
}

.topics ul li.c-entries__item:only-child {
	animation: none;
}

.topics ul li.c-entries__item {
	animation: topics-scroll 16s linear infinite;
}

@keyframes topics-scroll{
	from {
		transform: translateY(100%);
		opacity: 0;
	}
	5% {
		transform: translateY(0%);
		opacity: 1;
	}
	50% {
		transform: translateY(0%);
	}

	55% {
		transform: translateY(-100%);
	}
	95% {
		transform: translateY(-100%);
		opacity: 1;
	}
	100% {
		transform:translateY(-200%);
		opacity: 0;
	}
}

@media (hover: hover) and (pointer: fine) {
	.topics .c-entries--text2:hover .c-entries__item {
		animation-play-state: paused;
	}
}

@media (max-width: 1023px) {
	.topics .snow-monkey-posts.snow-monkey-taxonomy-posts {
		height: 90px;
}

	.topics .c-entries__item>a .c-entry-summary__body {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.topics .c-entry-summary__meta {
		margin: 0 0 .25rem;
	}

	.topics h3.c-entry-summary__title {
		font-size: .875rem;
	}
}

@media (max-width: 639px) {
	.topics .snow-monkey-posts.snow-monkey-taxonomy-posts {
		height: 70px;
	}

	.topics .c-entries--text2 .c-entries__item>a {
		padding: .45rem 0;
	}

	.topics .c-entries--text2 .c-entry-summary__title {
		font-size: .77778rem;
	}

	.topics li.c-meta__item.c-meta__item--publised {
		font-size: .875rem;
	}
}

/* トップ | 相続登記義務化 */
.gimuka.smb-section {
	padding-top: 3.6rem;
}

.gimuka h2.smb-section__title {
	display: inline-block;
	position: relative;
  padding: .5rem .5rem;
  border-bottom: 3px solid var(--accent-color);
}

.gimuka h2.smb-section__title:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  content: '';
  border-width: 14px 12px 0 12px;
  border-style: solid;
  border-color: var(--accent-color) transparent transparent transparent;
	transform: translate(-50%, 14px);
}

.gimuka h2.smb-section__title:after {
  position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	content: '';
	background-color: unset;
	border-width: 14px 12px 0 12px;
	border-style: solid;
	border-color: #fff transparent transparent;
	transform: translate(-50%, 10px);
}

.gimuka-panel .smb-panels {
	flex: 0 1 calc(100% - 250px);
}

.gimuka-panel .wp-block-image {
	flex: 0 1 250px;
}

.gimuka-panel .smb-panels__item__body {
	padding: 1.35rem;
}

@media (hover: hover) and (pointer: fine) {
	.gimuka-panel .smb-panels .smb-panels__item:active,
	.gimuka-panel .smb-panels .smb-panels__item:focus,
	.gimuka-panel .smb-panels .smb-panels__item:hover {
		box-shadow: 2px 2px 8px 3px rgb(0 0 0 / 15%);
	}
}

@media (min-width: 1100px) {
	.gimuka-panel {
		width: 1024px;
	}
}

@media (max-width: 1023px) {
	.gimuka.smb-section {
		padding-top: 1.35rem;
	}

	.gimuka h2.smb-section__title:before {
		border-width: 12px 10px 0 10px;
		transform: translate(-50%, 12px);
	}

	.gimuka h2.smb-section__title:after {
		border-width: 12px 10px 0 10px;
		transform: translate(-50%, 8px);
	}

	.gimuka-panel {
		width: unset;
	}

.gimuka-panel .smb-panels {
	flex: 0 1 calc(100% - 180px);
	}

.gimuka-panel .wp-block-image {
	flex: 0 1 180px;
	}
}

@media (max-width: 639px) {
	.gimuka.smb-section {
		padding-top: .9rem;
	}

	.gimuka h2.smb-section__title {
		font-size: 18px;
		padding: .5rem 0;
		font-feature-settings: "palt";
	}

	.gimuka-panel {
		flex-direction: column !important;
		gap: .5em !important;
	}

	.gimuka-panel .smb-panels__item__body {
		padding: .9rem;
	}

	.gimuka-panel .wp-block-image {
		max-width: 150px;
	}
}

/* トップ | サービス */
.svc .smb-panels .c-row {
	justify-content: center;
}

.svc .smb-panels__item {
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.svc .smb-panels__item__body {
	padding: 0;
}

.svc .smb-panels__item__body>h3 {
	font-size: 26px;
	font-weight: 700;
	color: #fff;
	background-color: var(--accent-color);
	text-align: center;
	padding: .5rem .75rem;
	margin-bottom: 0;
}

.svc .smb-media-text .c-row--margin {
	margin: 0;
}

.svc .smb-media-text .c-row--margin>.c-row__col {
	padding: 0;
	margin: 0;
}

.svc .smb-media-text__figure>img {
	-webkit-mask-image: linear-gradient(to right,
		black 70%,
		transparent 95%
	);
	mask-image: linear-gradient(to right,
		black 70%,
		transparent 95%
	);
}

.svc .smb-media-text__body {
	font-feature-settings: "palt";
	padding: .25rem 1rem .5rem 0;
}

.svc-fee {
	text-align: center;
	position: read-only;
}

.svc-fee:before {
	content: "";
	width: 0;
	height: 0;
	border-right: 55px solid transparent;
	border-left: 55px solid transparent;
	border-top: 40px solid #CDE6F4;
	border-bottom: 20px solid transparent;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 50%;
	transform: translate(50%, -90%);
}

.svc-fee-catch {
	font-size: 36px;
	font-weight: 700;
	margin-top: 5rem;
	margin-bottom: 1rem 0;
}

@media (min-width: 640px) {
	.svc .smb-media-text>.c-row>.c-row__col {
		flex-basis: 100%;
		max-width: 100%;
	}
}

@media (min-width: 1024px) {
	.svc .smb-media-text>.c-row>.c-row__col:first-child {
		flex-basis: 55%;
		max-width: 55%;
	}

	.svc .smb-media-text>.c-row>.c-row__col:last-child {
		flex-basis: 45%;
		max-width: 45%;
	}

	.svc .smb-media-text__figure>img {
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}
}

@media (max-width: 1250px) and (min-width: 1024px) {
	.svc .smb-media-text__figure>img {
		height: 190px;
	}

	.svc .smb-media-text__body>p {
		font-size: 16px;
	}
}

@media (max-width: 1023px)  {
	.svc .smb-section__dividers path {
		d: path("m 30 100 l 36 0 l -18 -36 Z");
	}

	.svc .smb-panels__item__body>h3 {
		font-size: clamp(18px, 2.25vw, 20px);
		padding: .5rem .35rem;
	}

	.svc .smb-media-text__figure>img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
		-webkit-mask-image: unset;
    mask-image: unset;
	}

	.svc .smb-media-text__body {
		padding: .75rem 1rem 1rem;
	}

	.svc-fee-catch {
		font-size: 28px;
		margin-top: 4.5rem;
	}
}

@media (max-width: 639px) {
	.svc .smb-section__dividers path {
		d: path("m 30 100 l 24 0 l -12 -24 Z");
	}

	.svc .smb-panels__item__body>h3 {
		font-size: clamp(18px, 4vw, 24px);
		padding: .35rem .35rem;
		line-height: 1.5;
	}

	.svc-fee:before {
		border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 20px solid #CDE6F4;
    border-bottom: 20px solid transparent;
	}

	.svc-fee-catch {
		font-size: 17px;
		font-feature-settings: "palt";
		margin-top: 3.5rem;
	}
}

/* トップ | 選ばれる理由 */
.reason .smb-panels__item__body {
	padding: 1.25rem;
}

.reason h2.smb-media-text__title {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	white-space: nowrap;
	gap: .75em;
}

.reason h2.smb-media-text__title:before  {
	display: inline-block;
	content: "";
	width: 65px;
	height: 65px;
	background-size: contain !important;
}

.reason .smb-media-text__figure>img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.rzn-01 h2.smb-media-text__title:before  {
	background: url(/wp-content/uploads/rzn-label-01.png) no-repeat;
}

.rzn-02 h2.smb-media-text__title:before  {
	background: url(/wp-content/uploads/rzn-label-02.png) no-repeat;
}

.rzn-03 h2.smb-media-text__title:before  {
	background: url(/wp-content/uploads/rzn-label-03.png) no-repeat;
}

.reason h2.smb-media-text__title .has-sub-accent-color-color {
	font-size: 34px;
}

.reason .smb-media-text__body>p {
	padding-left: 1rem;
}

.reason .smb-media-text__body>p+ul {
	padding-left: 2.35rem;
	margin-top: .25rem;
}

@media (max-width: 1023px) {
	.reason .smb-media-text .c-row__col--lg-1-3 {
		display: none;
	}

	.reason .smb-media-text__body>figure {
		padding-top: 0;
		padding-bottom: 0;
	}

	.reason .smb-media-text__body>figure>img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
		object-position: top;
	}

	.reason .smb-media-text__body>p {
		padding-left: unset;
		margin-top: 1rem;
}

.reason .smb-media-text__body>p+ul {
	padding-left: 1.8rem;
	}
}

@media (max-width: 639px) {
	.reason .smb-panels__item__body {
		padding: 1rem;
	}

	.reason h2.smb-media-text__title {
		font-size: 16px;
		gap: .5em;
	}

	.reason h2.smb-media-text__title:before {
		width: 40px;
		min-width: 40px;
    height: 40px;
	}

	.reason h2.smb-media-text__title .has-sub-accent-color-color {
		font-size: 20px;
	}
}

/* トップ | 実施パターンとの比較 */
.comparison-table>figcaption {
	font-size: small;
	font-weight: 500;
	color: var(--accent-color);
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	position: sticky;
	left: 0;
}

.comparison-table>figcaption:before {
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	font-weight: 400;
	content: '\f25a';
	margin-right: 0.25rem;
}

.comparison-table>figcaption:after {
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	content: '\f101';
	margin-left: .25rem;
}

@media (min-width: 720px) {
	.comparison-table>figcaption {
		display: none;
	}
}

/* トップ | 手続きの流れ */
.flow-panel>.c-row {
	margin-left: -1.8rem;
	margin-right: -1.8rem;
}

.flow-panel .wp-block-snow-monkey-blocks-panels-item-block-link {
	padding-left: 1.8rem;
	padding-right: 1.8rem;
}

.flow .c-row--margin>.c-row__col {
	position: relative;
}

.flow .c-row--margin>.c-row__col:not(:last-child):after {
	content: "";
	width: 0;
	height: 0;
	border-left: 25px solid #CDE6F4;
	border-top: 25px solid transparent;
	border-bottom: 25px solid transparent;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(15px, -50%);
}

.flow-step-num {
	font-size: 16px;
	text-align: center !important;
}

.flow .flow-step-num .sme-bg-color {
	background: #C5840E;
	background: linear-gradient(
		180deg,
		#F5C773 0%,
		#C5840E 100%
	);
	padding: .1rem .5rem;
}

.flow-icon-txt {
	display: flex;
	align-content: center;
	margin-top: 1em !important;
}

.flow-icon-txt h3  {
	font-size: 24px;
	writing-mode: vertical-rl;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 1200px) and (min-width: 1024px){
	.flow .smb-panels__item__body {
		padding: .75rem .25rem;
	}
}

@media (max-width: 1023px) {
	.flow-panel .wp-block-snow-monkey-blocks-panels-item-block-link {
		margin-bottom: 2.7rem;
	}

	.flow .c-row--margin>.c-row__col:not(:last-child):after {
		content: "";
    width: 0;
    height: 0;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid #CDE6F4;
    border-bottom: 25px solid transparent;
		top: unset;
		bottom: 0 !important;
		right: 50%;
		transform: translate(50%, 130%);
	}

	.flow .smb-panels__item__body {
		position: relative;
	}

	.flow-step-num {
		position: absolute !important;
		top: 0;
		transform: translate(0, -45%);
	}

	.flow-icon-txt {
		flex-direction: row !important;
		align-items: center !important;
		margin-top: .25em !important;
	}

	.flow-icon-txt h3 {
    writing-mode: unset;
    margin-left: unset;
    margin-right: unset;
	}
}

@media (max-width: 639px) {
	.flow .smb-panels__item__body {
		padding: .75rem;
	}

	.flow .c-row--margin>.c-row__col:not(:last-child):after {
		border-right: 20px solid transparent;
		border-left: 20px solid transparent;
		border-top: 20px solid #CDE6F4;
		border-bottom: 20px solid transparent;
		transform: translate(50%, 140%);
	}

	.flow-step-num {
		font-size: 12px;
	}

	.flow-icon-txt {
		flex-wrap: nowrap !important;
		gap: 1em !important;
	}

	.flow-icon-txt figure {
		width: 45px;
		height: auto;
	}

	.flow-icon-txt h3 {
		font-size: 16px;
	}
}

/* トップ | バナー */
.banner .smb-items__banner {
	border-radius: 8px;
	overflow: hidden;
	transition: all .2s ease-out;
}

.banner .smb-items__banner--wide:before {
	padding: 45% 0 0;
}

.banner .smb-items__banner__figure>img {
	object-position: 50% 20%;
}

.banner .smb-items__banner__body {
	display: flex;
	justify-content: center !important;
	padding: 0;
}

.banner .smb-items__banner__body-inner {
	width: 100%;
	height: 100%;
}

.banner .smb-items__banner__title {
	position: relative;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	text-shadow: 2px 2px 1px rgba(0,0,0,40%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height:100%;
}

.banner .smb-items__banner__title:after {
	font-family: "Font Awesome 6 Free";
	content: '\f105';
	font-size: 1rem;
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-300%, -46%);
}

.banner .smb-items__banner__title:before {
	font-family: "Font Awesome 6 Free";
	font-size: 36px;
	font-weight: 400;
	background: var(--accent-color);
	height: 100%;
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
}

.banner-voice .smb-items__banner__title:before {
	content: '\f4ad';
}

.banner-faq .smb-items__banner__title:before {
	content: '\f059';
}

.banner-about .smb-items__banner__title:before {
	content: '\f1ad';
}

@media (max-width: 639px) {
	.banner .smb-items__banner--wide:before {
		padding: 30% 0 0;
	}

	.banner .smb-items__banner__title:before {
		font-size: 24px;
	}

	.banner .smb-items__banner__title {
		font-size: 16px;
	}
}

@media (hover: hover) and (pointer: fine) {
	.smb-items__banner:active,
	.smb-items__banner:focus,
	.smb-items__banner:hover {
		filter: brightness(110%);
	}

	.smb-items__banner:active .smb-items__banner__figure,
	.smb-items__banner:focus .smb-items__banner__figure,
	.smb-items__banner:hover .smb-items__banner__figure {
		filter: unset;
	}
}

/* トップ | コラム */
.spider__canvas {
	padding: 2rem 1rem;
	margin-top: -2rem;
	margin-left: -1rem;
	margin-right: -1rem;
}

.columns .spider__slide {
	border-radius: 8px;
	box-shadow: 0px 3px 10px 3px rgb(0 0 0 / 10%);
	transition: all .2s ease-out;
	overflow: hidden;
}

.columns .c-entry-summary__figure:before {
	padding-top: 66.66%;
}

.columns .c-entry-summary {
	background-color: #fff;
}

.columns .c-entry-summary__body {
	padding: .25rem 1.25rem 1.5rem;
}

.columns .c-entry-summary__title {
	font-size: 22px;
	font-weight: 500;
}

.columns .c-entry-summary__content {
	font-size: 16px;
	color: #333;
}

.columns .c-entry-summary__meta {
	display: none;
}

.columns .c-entry-tags {
	display: none;
}

@media (max-width: 1023px) and (min-width: 640px) {
	.columns .c-entries-carousel .spider__slide {
		max-width: calc(50% - 0.9rem);
	}
}

@media (max-width: 1023px) {
	.columns .c-entry-summary__title {
		font-size: 20px;
	}

	.columns .c-entry-summary__content {
		font-size: .875rem;
	}
}

@media (max-width: 639px) {
	.columns .c-entry-summary__body {
		padding: 0 1rem 1rem;
	}

	.columns .c-entry-summary__title {
		font-size: 18px;
	}

	.columns .c-entry-summary__content {
		font-size: .77778rem;
	}
}

@media (hover: hover) and (pointer: fine) {
	.columns .c-entries-carousel .spider__slide:active,
	.columns .c-entries-carousel .spider__slide:focus,
	.columns .c-entries-carousel .spider__slide:hover {
		filter: brightness(110%);
		box-shadow: 0 7px 20px 3px rgb(0 0 0 / 15%);
	}
}

/* トップ | お問い合わせ */
.contact .contact-header {
	position: relative;
	background: var(--accent-color);
	border-radius: 8px 8px 0  0;
	display: flex;
	justify-content: center;
	padding: 1rem 2.7rem;
	margin: -2.7rem -2.7rem 2.35rem;
}

.contact .contact-header h2 {
	color: #fff;
}

.contact .contact-header figure {
	position: absolute;
	bottom: 0;
	right: 3%;
	padding: 0;
}

.contact .contact-header figure>img {
	padding: 0;
}

.contact .smb-panels__item__body {
	padding: 1.8rem 2.5rem 2.5rem;
}

.contact .smb-panels__item__body>.smb-items>.c-row {
	align-items: flex-start;
}

.contact .smb-panels__item__body>.smb-items>.c-row>.c-row__col:nth-child(1) {
	flex: 0 1 66.66666%;
	max-width: 66.66666%;
}

.contact .smb-panels__item__body>.smb-items>.c-row>.c-row__col:nth-child(2) {
	flex: 0 1 33.33333%;
	max-width: 33.33333%;
}

.contact .contact-btn-ttl {
	font-size: 16px;
	font-weight: 400;
}

.contact .wp-block-snow-monkey-blocks-buttons.smb-buttons {
	margin-top: .25rem;
}

.contact .contact-tel-btn .smb-btn {
	position: relative;
	font-size: 36px;
	line-height: 1.25;
	color: #333;
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0 10px 0 40px;
}

.contact .contact-tel-btn .smb-btn__label:before {
	font-family: "Font Awesome 6 Free";
	content: '\f095';
	font-size: 26px;
	font-weight: 900;
	color: var(--accent-color);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-120%, -40%);
}

.contact .contact-tel-btn .smb-btn:after {
	content: none;
}

.contact .contact-soudan-btn .smb-btn {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #fff;
	border: none;
	width: 280px;
	height: 70px;
	padding: 25px 50px 25px 55px;
	margin-bottom: .5rem;
	background: #AA3D1E;
	background: linear-gradient( 180deg,
		#FF8E58 0%,
		#AA3D1E 100%
	);
}

.contact .contact-soudan-btn .smb-btn__label:before {
	font-family: "Font Awesome 6 Free";
	content: '\f086';
	font-size: 24px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-140%, -46%);
}

.contact .contact-mail-btn .smb-btn {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #fff;
	border: none;
	width: 280px;
	height: 70px;
	padding: 25px 50px 25px 55px;
	margin-bottom: .5rem;
	background: #C5840E;
	background: linear-gradient(
		180deg,
		#F5C773 0%,
		#C5840E 100%
	);
}

.contact .contact-mail-btn .smb-btn__label:before {
	font-family: "Font Awesome 6 Free";
	content: '\f0e0';
	font-size: 24px;
	font-weight: 400;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(-140%, -46%);
}

@media (hover: hover) and (pointer: fine) {
	.contact .contact-mail-btn .smb-btn:active,
	.contact .contact-mail-btn .smb-btn:focus,
	.contact .contact-mail-btn .smb-btn:hover,
	.contact .contact-soudan-btn .smb-btn:active,
	.contact .contact-soudan-btn .smb-btn:focus,
	.contact .contact-soudan-btn .smb-btn:hover {
		filter: brightness(110%);
	}
}

@media (max-width: 1200px) and (min-width: 1024px) {
	.contact .smb-panels__item {
		max-width: 75vw;
		min-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}

	.contact .smb-panels__item__body>.smb-items>.c-row {
		align-items: center;
	}

	.contact .smb-panels__item__body>.smb-items>.c-row>.c-row__col:nth-child(2) {
		margin-top: -.75rem;
	}
}

@media (max-width: 1200px) {
	.contact .contact-header h2 {
		font-size: 22px;
	}

	.contact .smb-panels__item__body {
		padding: 2rem;
	}

	.contact .smb-panels__item__body>.smb-items>.c-row {
		margin-bottom: -1rem;
	}

	.contact .smb-items .c-row>.c-row__col {
		margin-bottom: 1rem;
	}

	.contact-mail .c-row--margin {
		margin-bottom: -1rem;
	}

	.contact .smb-panels__item__body>.smb-items>.c-row>.c-row__col:nth-child(1) {
		flex: 0 1 50%;
		max-width: 50%;
	}

	.contact .smb-panels__item__body>.smb-items>.c-row>.c-row__col:nth-child(2) {
		flex: 0 1 50%;
		max-width: 50%;
	}

	.contact-mail .c-row>.c-row__col {
		flex: 0 1 100%;
		max-width: 100%;
	}

	.contact .contact-mail-btn .smb-btn,
	.contact .contact-soudan-btn .smb-btn {
		width: 300px;
		height: 60px;
		margin-bottom: 0;
	}

	.contact .contact-mail-btn .smb-btn,
	.contact .contact-soudan-btn .smb-btn {
    font-size: 18px;
	}

	.contact p.has-text-align-center.contact-tel-time {
		margin-bottom: 2rem;
	}
}

@media (max-width: 1023px) {
	.contact .smb-box {
		padding: 1.8rem;
	}

	.contact .contact-header {
		justify-content: flex-start;
		padding: 1rem 1.8rem;
		margin: -1.8rem -1.8rem 1.8rem;
	}

	.contact .contact-header h2 {
		font-size: clamp(20px, 3.25vw, 26px);
		text-align: left;
	}

	.contact .smb-panels {
		margin-top: 0;
	}

	.contact .smb-panels__item__body>.smb-items>.c-row>.c-row__col:nth-child(1) {
		flex: 0 1 100%;
		max-width: 100%;
	}

	.contact .smb-panels__item__body>.smb-items>.c-row>.c-row__col:nth-child(2) {
		flex: 0 1 100%;
		max-width: 100%;
	}

	.contact p.has-text-align-center.contact-tel-time {
		margin-bottom: 0;
	}
}

@media (max-width: 639px) {
	.contact .smb-box {
		padding: .9rem;
	}

	.contact .contact-header {
		padding: .15rem .75rem .25rem;
		margin: -.9rem -.9rem .9rem;
	}

	.contact .contact-header h2 {
		font-size: clamp(13px, 3vw, 20px);
		font-feature-settings: "palt";
	}

	.contact .contact-header h2 strong {
		font-size: 20px;
	}

	.contact .contact-header figure {
		width: 85px;
		right: 1%;
	}

	.contact .smb-panels__item {
		min-width: 100%;
	}

	.contact .smb-panels__item__body {
		padding: 1rem;
	}

	.contact .smb-panels__item__body>p {
		font-size: 13px;
		font-feature-settings: "palt";
		letter-spacing: 0.1em;
	}

	.contact .contact-mail-btn .smb-btn,
	.contact .contact-soudan-btn .smb-btn {
		width: 255px;
		font-size: 16px;
	}

	.contact .contact-mail-btn .smb-btn__label:before,
	.contact .contact-soudan-btn .smb-btn__label:before
	{
		font-size: 20px;
	}

	.contact .smb-panels__item {
		max-width: unset;
		min-width: unset;
	}

	.contact .contact-tel-btn .smb-btn {
		font-size: 28px;
	}

	.contact .contact-tel-btn .smb-btn__label:before {
		font-size: 22px;
	}
}

/* サービス概要・価格ページ */
.svc-page .smb-media-text__figure>img {
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.service-contents .smb-box {
	overflow: hidden;
}

.service-contents .smb-box__body>h3 {
	font-size: larger;
	font-weight: 500;
	color: #fff;
	background: var(--accent-color);
	padding: .45em 1.35em .45em 1em;
	margin: -1.8rem -1.8rem 1.35rem;
	position: relative;
}

.service-contents .smb-box__body>h3:before {
	font-family: "Font Awesome 6 Free";
	margin-right: .5em;
}

.service-contents-01 .smb-box__body>h3:before {
	content: '\f086';
	font-weight: 400;
}

.service-contents-02 .smb-box__body>h3:before {
	content: '\f5ac';
	font-weight: 700;
}

.service-contents-03 .smb-box__body>h3:before {
	content: '\f15c';
	font-weight: 400;
}

.service-contents-04 .smb-box__body>h3:before {
	content: '\e065';
	font-weight: 700;
}

.price-pattern .smb-accordion__item {
	border: 3px solid #CDE6F4;
	border-radius: 8px;
	overflow: hidden;
}

.price-pattern .smb-accordion__item__title {
	font-size: larger;
	font-weight: 500;
	color: var(--accent-color);
	background-color: #F3FAFE;
	padding: .9rem;
}

.price-pattern .smb-accordion__item__title__icon {
	font-size: 1rem;
}

.price-pattern .smb-accordion__item .smb-accordion__item__body {
	padding: 1.35rem .9rem;
}

@media (max-width: 1023px) {
	.svc-page .smb-media-text__figure>img {
		aspect-ratio: 16 / 9;
		object-position: top;
	}
}

@media (max-width: 639px) {
	.service-contents .smb-box {
		padding: .9rem;
	}

	.service-contents .smb-box__body>h3 {
		margin: -.9rem -.9rem .9rem;
	}

	.ex-other.smb-box {
		padding: .9rem;
	}

	.price-pattern .smb-accordion__item__title {
		padding: .45rem;
	}

	.price-pattern .smb-accordion__item__title .has-sm-small-font-size {
		font-size: 12px !important;
	}

	.price-pattern .smb-accordion__item__title__icon {
		font-size: .77778rem;
	}

	.price-pattern .smb-accordion__item .smb-accordion__item__body {
		padding: .75rem .45rem;
	}
}

/* コンセプト・背景ページ */
.problem-panel h4 {
	font-size: 20px;
	font-weight: 500;
	color: var(--accent-color);
	padding-left: 2em;
}

.problem-panel h4:before {
	font-family: "Font Awesome 6 Free";
	font-size: 28px;
	font-weight: 700;
	content: '\f06a';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
}

@media (min-width: 640px) {
	.concept-gimuka .c-row__col--lg-1-4 {
		flex: 0 1 25%;
		max-width: 25%;
	}

	.concept-gimuka .c-row__col--lg-3-4 {
		flex: 0 1 75%;
		max-width: 75%;
	}
}

@media (max-width: 1023px) {
	.problem-panel .smb-media-text .c-row__col--lg-1-3 {
		margin-bottom: 1rem;
	}

	.problem-panel .smb-media-text__figure>img,
	.concept-bkg .smb-media-text__figure>img {
		aspect-ratio: 16 / 9;
		object-fit: cover;
	}
}

@media (max-width: 639px) {
	.concept-gimuka .c-row {
		flex-direction: column;
		align-items: center;
	}

	.concept-gimuka .smb-media-text__figure {
		max-width: 150px;
	}

	.problem-panel h4 {
		font-size: 16px;
	}

	.problem-panel h4:before {
	font-family: "Font Awesome 6 Free";
		font-size: 24px;
	}
}

/* 手続きの流れページ */
body.page-id-6240 .flow.smb-box {
	position: relative;
}

body.page-id-6240 .flow-step-num {
	position: absolute;
	top: 0;
	left: 0;
	transform: translate(0%, -50%);
	z-index: 2;
}

body.page-id-6240 .flow.smb-box h2 {
	font-size: 28px;
	color: var(--accent-color);
	background-color: #F3FAFE;
	border: 1px solid #CDE6F4;
	border-top: 3px solid var(--accent-color);
	padding: .9rem 1.8rem;
	margin: -1.8rem -1.8rem 1.35rem -1.8rem;
}

.flow-remark .sme-bg-color {
	font-size: smaller;
	font-weight: 500;
	border: 1px solid #333;
	padding: .15em .5em;
	margin: 0 .25em;
}

@media (max-width: 639px) {
	body.page-id-6240 .flow.smb-box {
		padding: .9rem;
	}

	body.page-id-6240 .flow.smb-box h2 {
		font-size: 18px;
		padding: .45rem .9rem;
		margin: -.9rem -.9rem .9rem -.9rem;
	}
}

/* よくあるご質問ページ */
.faq .smb-accordion__item {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	flex: 0 1 100%;
	max-width: 100%;
	height: 100%;
	margin-top: 0;
	margin-bottom: 1.8rem;
}

.faq .smb-accordion__item .smb-accordion__item__title {
	display: flex;
	background: #fff;
	padding: .75rem 1rem;
	gap: .75em;
}

.faq .smb-accordion__item__title:before {
	content: "Q";
	font-size: 38px;
	font-weight: 500;
	color: var(--accent-color);
	min-width: 35px;
	text-align: center;
	padding-bottom: 0.1em;
}

.faq .smb-accordion__item__title__label {
	font-weight: 500;
}

.faq .smb-accordion__item__title__icon {
	color: var(--accent-color);
}

.faq.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__body,
.faq.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__title+.smb-accordion__item__body {
	position: relative;
	display: flex !important;
	flex-direction: row;
	padding: 1rem 1.5rem 1rem 1rem;
	gap: .75em;
}

.faq .smb-accordion__item__body:before {
	content: "A";
	font-size: 38px;
	font-weight: 500;
	color: var(--sub-accent-color);
	min-width: 35px;
	text-align: center;
}

.faq .smb-accordion__item__body:after {
	background-color: #ddd;
	content: "";
	display: block;
	height: 1px;
	width: 95%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.faq .smb-accordion__item__body>* {
	margin-left: 0;
}

.faq .faq-area-box .wp-block-group {
	gap: .25em 1.8em !important;
}

@media (max-width: 1023px) {
	.faq .smb-accordion__item__body>.wp-block-group>:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6)+:not(h1):not(h2):not(h3):not(h4):not(h5):not(h6) {
		margin-top: 1.25rem;
	}
}

@media (max-width: 639px) {
	.faq .smb-accordion__item {
		margin-bottom: .9rem;
	}

	.faq .smb-accordion__item .smb-accordion__item__title {
		padding: .5rem .75rem;
	}

	.faq.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__body,
	.faq.smb-accordion .smb-accordion__item__control:checked+.smb-accordion__item__title+.smb-accordion__item__body {
		padding: .75rem 1.5rem .75rem .75rem;
	}

	.faq .smb-accordion__item__title:before,
	.faq .smb-accordion__item__body:before {
		font-size: 28px;
		min-width: 25px;
	}
}

/* 会社概要 | テーブル */
body.page-id-23 .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table th {
	word-break: keep-all;
}

/* 会社概要 | アクセスマップ */
.gmap {
	height: 400px;
}

@media (max-width: 1023px) {
	.gmap {
		height: 300px;
	}
}

@media (max-width: 639px) {
	.gmap {
		height: 250px;
	}
}

/* 会社概要 | 提携先専門家紹介 */
.profile-box h4 {
	font-weight: 500;
}

.profile-box h4 .has-sm-medium-font-size {
	font-weight: 700;
}

.profile-box .smb-media-text__figure>img {
	max-width: 162px;
}

.profile-table tr {
	font-size: smaller;
}

@media (min-width: 700px) {
	.profile-box .smb-media-text .c-row>.c-row__col--lg-1-4 {
		flex: 0 1 25%;
		max-width: 25%;
	}

	.profile-box .smb-media-text .c-row>.c-row__col--lg-3-4 {
		flex: 0 1 75%;
		max-width: 75%;
		order: unset;
	}
}

@media (min-width: 1024px) {
	.profile-box h4 {
		font-size: 20px;
	}

	.profile-box h4 .has-sm-medium-font-size {
		font-size: 24px !important;
	}
}

@media (max-width: 1023px) {
	.profile-box .smb-media-text .c-row {
		flex-direction: row;
		flex-wrap: nowrap;
	}

	.profile-box .smb-media-text>.c-row--reverse>.c-row__col:first-child {
		order: 1;
		flex: 1 1 auto;
	}

	.profile-box .smb-media-text>.c-row--reverse>.c-row__col:last-child {
		flex: 0 1 auto;
		width: 162px;
		min-width: 162px;
	}
}

@media (max-width: 639px) {
	.profile-box.smb-box {
		padding: .9rem;
	}

	.profile-box h4 {
		font-size: 14px;
	}

	.profile-box h4 .has-sm-medium-font-size {
		font-size: 18px !important;
	}

	.profile-box .smb-media-text>.c-row--reverse>.c-row__col:first-child {
		padding-left: 0;
	}

	.profile-box .smb-media-text>.c-row--reverse>.c-row__col:last-child {
		width: 130px;
		min-width: 130px;
	}
}

/* 2カラム */
[data-has-sidebar=true] .c-entry__content {
	--wp-block-width: 100%;
}

@media (min-width: 1024px) {
	[data-has-sidebar=true] .l-contents__main {
		width: calc(100% - 260px - var(--_space, 1.76923rem)*2*var(--_margin-scale, 1));
	}

	[data-has-sidebar=true] .l-contents__sidebar {
		margin: 0;
		flex: none;
		width: 260px;
	}
}

/* サイドバー */
.l-contents__sidebar .c-widget:not(.widget_search) {
	border: 3px solid #CDE6F4;
	border-radius: 8px;
	overflow: hidden;
}

.l-contents__sidebar h2.c-widget__title {
	display: block;
	font-weight: 500;
	text-align: center;
	padding: .5rem;
	margin-bottom: 0;
	color: var(--accent-color);
	background-color: #CDE6F4;
}

.custom-html-widget .side_contact_content,
.custom-html-widget .side_about_content,
.custom-html-widget .side_support_area_content {
	margin-top: 0;
	padding: .75rem .75rem 1rem;;
}

/* サイドバー | お問い合わせ */
.side_contact {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 5px !important;
}

.side_contact_txt {
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}

.side_contact_btn {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.side_contact_soudan .c-btn,
.side_contact_mail .c-btn {
	position: relative;
	font-size: 1rem;
	font-weight: 500;
	width: 230px;
	padding: 15px 30px 15px 40px;
}

.side_contact_soudan .c-btn {
	background: #AA3D1E;
	background: linear-gradient(
		180deg,
		#FF8E58 0%,
		#AA3D1E 100%);
	margin-top: .5rem;
}

.side_contact_mail .c-btn {
	background: #C5840E;
	background: linear-gradient(
		180deg,
		#F5C773 0%,
		#C5840E 100%);
	margin-top: .75rem;
}

.side_contact_mail .c-btn_txt:before {
	font-family: "Font Awesome 6 Free";
	font-size: 22px;
	font-weight: 400;
	content: '\f0e0';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(140%, -42%);
}

.side_contact_soudan .c-btn_txt:before {
	font-family: "Font Awesome 6 Free";
	font-size: 22px;
	font-weight: 400;
	content: '\f086';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(80%, -42%);
}

.side_contact_mail .c-btn:after, .side_contact_soudan .c-btn:after {
	font-family: "Font Awesome 6 Free";
	content: '\f105';
	font-weight: 700;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-150%, -46%);
}

.side_contact_tel {
	display:flex;
	flex-flow: column;
	align-items: center;
	margin-top: 1rem;
}

.side_contact_tel_num {
	padding-left: 24px;
}

.side_tel_btn {
	text-decoration: none;
	height: 43px;
}

.side_tel_num {
	position: relative;
	font-size: 28px;
	font-weight: 500;
	color: #333;
	line-height: 1.2;
}

.side_tel_num:before {
	font-family: "Font Awesome 6 Free";
  font-size: 20px;
  font-weight: 900;
	content: '\f095';
	color: var(--accent-color);
  position: absolute;
  top: 50%;
  left: 0;
	transform: translate(-120%, -40%);
}

.side_tel_txt {
  font-size: 14.5px;
	line-height: 1.5;
	margin-top: .25rem;
}

/* サイドバー | AboutUs */
.side_about_content .office-name {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: .5rem;
}

.side-about-tel {
	margin-top: 0.5rem;
}

.l-contents__sidebar .widget_custom_html .gmap {
	height: 200px;
	margin: .75rem 0;
}

/* サイドバー | リスト */
.l-contents__sidebar .widget_nav_menu ul,
.l-contents__sidebar .widget_archive ul,
.l-contents__sidebar .widget_categories ul {
	padding: .25rem 1rem 1rem;
}

.l-contents__sidebar .widget_nav_menu ul li,
.l-contents__sidebar .widget_archive ul li,
.l-contents__sidebar .widget_categories ul li {
	border-bottom: 1px solid #ddd;
}

.l-contents__sidebar .widget_nav_menu ul li:not(:first-child),
.l-contents__sidebar .widget_archive ul li:not(:first-child),
.l-contents__sidebar .widget_categories ul li:not(:first-child) {
	margin-top: 0;
}

.l-contents__sidebar .widget_nav_menu ul a,
.l-contents__sidebar .widget_archive ul a,
.l-contents__sidebar .widget_categories ul a
{
	display: inline-block;
	padding: .75rem 0;
}

.l-contents__sidebar .widget_nav_menu svg {
	color: #74ABC8;
	width: 20px;
	margin-right: .25rem;
}

.l-contents__sidebar .widget_archive ul a:before,
.l-contents__sidebar .widget_categories ul a:before
{
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	content: '\f138';
	color: #9BC7DF;
	display: inline-block;
	text-decoration: none;
	margin-right: .25rem;
}

.l-contents__sidebar button.children-expander {
	margin: .75rem 0;
}

.l-contents__sidebar .widget_categories .children,
.l-contents__sidebar .widget_nav_menu .sub-menu,
.l-contents__sidebar .widget_pages .children {
	border-top: 1px solid #ddd;
	border-bottom: unset;
	padding: 0 ;
	margin: unset;
}

.l-contents__sidebar .widget_categories .children>li,
.l-contents__sidebar .widget_nav_menu .sub-menu>li,
.l-contents__sidebar .widget_pages .children>li {
	padding-left: 1rem;
}

.l-contents__sidebar .widget_categories .children>li:last-child,
.l-contents__sidebar .widget_nav_menu .sub-menu>li:last-child,
.l-contents__sidebar .widget_pages .children>li:last-child {
	border-bottom: unset;
}

.l-contents__sidebar .widget_categories .children[data-is-hidden=true] {
	display: block;
}

.l-contents__sidebar .widget_categories .children[data-is-hidden=false] {
	display: none;
}

.l-contents__sidebar .widget_categories .children-expander[data-is-expanded=false] {
	right: 0;
	transform: rotate( -90deg );
}

.l-contents__sidebar .widget_categories .children-expander[data-is-expanded=true] {
	right: 0;
	transform: rotate( 90deg );
}

.l-contents__sidebar .tagcloud {
	padding: .5rem .5rem 0;
}

.l-contents__sidebar .widget_nav_menu ul.sub-menu a {
	text-indent: -1.5em;
	padding-left: 1em;
}

@media (max-width: 1023px) {
	.l-contents__sidebar {
		display: none;
	}
}

/* アーカイブページ | 共通 */
body.archive .c-section {
	padding-top: 0;
	padding-bottom: 0;
}

body.archive .l-contents__inner [data-is-content-widget-area=true]:first-child {
	margin-top: 0;
	margin-bottom: 0;
}

body.archive h2.archive-title {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--accent-color);
	background-color: #F3FAFE;
	border: 1px solid #CDE6F4;
	border-top: 3px solid var(--accent-color);
	border-radius: 0 0 8px 8px;
	padding: .4rem .75rem .55rem;
}

@media (min-width: 1024px) {
	body.archive .c-entry-summary__figure {
		width: 25%;
	}
}

.c-entry-summary__title {
	font-weight: 500;
}

body.archive .c-entry-summary__body {
	display: flex;
	flex-direction: column;
}

body.archive .c-entry-summary__meta {
	order: 1;
	margin-top: 0;
	margin-bottom: .45rem;
}

body.archive .c-entry-summary__header {
	order: 2;
}

body.archive .c-entry-summary__content {
	order: 3;
}

body.archive .c-meta {
	display: flex;
	flex-direction: row;
	align-items: center;
}

body.archive .c-meta__item--published {
	font-size: small;
	font-weight: 400;
	color : #333;
}

body.archive .c-entries__item>a:not(:only-child) {
	padding-bottom: 1rem;
}

body.archive .c-entry-tags {
	display: flex;
	flex-wrap: wrap;
	gap: .5em;
	padding-bottom: 1rem;
	margin-left: calc(25% + 1.8rem);
}

@media (hover: hover) and (pointer: fine) {
	body.archive .c-entries__item>a:active .c-entry-summary__figure>img,
	body.archive .c-entries__item>a:focus .c-entry-summary__figure>img,
	body.archive .c-entries__item>a:hover .c-entry-summary__figure>img {
		filter: brightness(110%);
	}
}

@media (max-width: 1023px) {
	body.archive h2.archive-title {
		font-size: 24px;
		margin-bottom: 1.25rem;
	}

	body.archive .c-entry-tags {
		margin-left: calc(25% + .9rem);
	}
}

@media (max-width: 639px) {
	body.archive .c-entries--simple .c-entries__item>a {
		padding: .9rem 0;
	}

	body.archive h2.archive-title {
		font-size: 18px;
		margin-bottom: 1.25rem;
	}

	body.archive .c-entry-tags {
		margin-left: unset;
	}
}

/* アーカイブ | お知らせ */
body.category-topics .c-entry-summary__figure {
	display: none;
}

body.category-topics .c-entry-summary__meta .c-meta__item--categories {
	display: inline-flex;
}

body.category-topics .c-entry-summary__content {
	display: none;
}

body.category-topics .c-entry-summary__header {
	margin-bottom: 0;
}

/* アーカイブ | お客様の声 */
body.post-type-archive-voice .c-entries--panel .c-entries__item>a {
	border-radius: 8px;
  box-shadow: 2px 2px 8px 3px rgb(0 0 0 / 15%);
	padding: 1.8rem;
	overflow: hidden;
}

body.post-type-archive-voice .c-entry-summary__figure {
	border: 1px solid #ddd;
	width: unset;
}

body.post-type-archive-voice .c-entry-summary__figure:before {
	padding-top: 66.66%;
}

body.post-type-archive-voice .c-entries--panel .c-entry-summary__body {
	align-items: flex-start;
	padding: 0;
}

body.post-type-archive-voice .c-entries--panel .c-entry-summary__title {
	font-size: 22px;
}

@media (hover: hover) and (pointer: fine) {
	body.post-type-archive-voice .c-entries--panel .c-entries__item>a:active,
	body.post-type-archive-voice .c-entries--panel .c-entries__item>a:focus,
	body.post-type-archive-voice .c-entries--panel .c-entries__item>a:hover {
		box-shadow: 0 7px 20px 3px rgb(0 0 0 / 15%);
	}
}

@media (max-width: 639px) {
	body.post-type-archive-voice .c-entries--panel .c-entries__item>a {
		padding: .9rem;
	}

	body.post-type-archive-voice .c-entries--panel .c-entry-summary__title {
		font-size: 16px;
	}
}

/* 投稿ページ */
body.post-template-default header.c-entry__header,
body.column-template-default header.c-entry__header {
	display: flex;
	flex-direction: column-reverse;
	margin-bottom: 2.25rem;
}

body.post-template-default h1.c-entry__title,
body.column-template-default h1.c-entry__title {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1.5rem;
}

body.post-template-default ul.c-meta,
body.column-template-default ul.c-meta {
	display: flex;
	flex-direction: row;
	align-items: center;
}

body.post-template-default .c-entry__meta,
body.column-template-default .c-entry__meta {
	font-size: 14px;
	margin-bottom: .75rem;
}

body.post-template-default .c-meta__item:not(:last-child),
body.column-template-default .c-meta__item:not(:last-child) {
	margin-right: 1em;
}

body.post-template-default .c-meta__item--published>svg,
body.column-template-default .c-meta__item--published>svg {
	display: none;
}

body.post-template-default .c-meta__item--categories>svg,
body.column-template-default .c-meta__item--categories>svg {
	display: none;
}

body.post-template-default li.c-meta__item--categories,
body.column-template-default li.c-meta__item--categories {
	background-color: var(--accent-color);
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	padding: .3rem .5rem .35rem;
}

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

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

body.column-template-default .wp-block-post-featured-image>img {
	aspect-ratio: 2 / 1;
	object-fit: cover;
}

@media (max-width: 1023px) {
	body.post-template-default h1.c-entry__title,
	body.column-template-default h1.c-entry__title {
		font-size: 26px;
	}
}

@media (max-width: 639px) {
	body.post-template-default header.c-entry__header,
	body.column-template-default header.c-entry__header {
		margin-bottom: 1rem;
	}

	body.post-template-default h1.c-entry__title,
	body.column-template-default h1.c-entry__title {
		font-size: 20px;
		padding-bottom: 1rem;
	}
}

/* 投稿ページ | お客様の声 */
body.voice-template-default .c-entry__header {
	display: flex;
	flex-direction: column-reverse;
	background-color: #F3FAFE;
	border: 1px solid #CDE6F4;
	border-top: 3px solid var(--accent-color);
	padding: 0.9rem 1.8rem;
	margin-bottom: 0;
	gap: .15em;
}

body.voice-template-default h1.c-entry__title {
	font-size: 28px;
	color: var(--accent-color);
}

body.voice-template-default .c-entry__meta {
	display: none;
}

body.voice-template-default .c-entry__meta {
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 0;
}

body.voice-template-default .c-meta__item--published>svg {
	display: none;
}

body.voice-template-default .c-entry__body {
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 6px 6px;
	padding: 1.8rem;
}

body.voice-template-default h2 {
	font-size: 26px;
	font-weight: 500;
}

body.voice-template-default h3 {
	font-size: 24px;
	font-weight: 500;
	border-bottom: 1px solid #ccc;
	padding: .35rem .15rem .5rem 1.25rem;
	margin-top: 1.8rem;
	margin-bottom: 1.35rem;
	position: relative;
}

body.voice-template-default h3:before {
	content: "";
	display: block;
	width: 5px;
	height: 60%;
	background: var(--accent-color);
	border-radius: 3px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translate(0,-50%);
}

body.voice-template-default .smb-media-text__figure {
	border: 1px solid #ddd;
}

@media (min-width: 640px) {
	body.voice-template-default .smb-media-text .c-row__col--lg-1-3 {
		flex: 0 1 33.33333%;
		max-width: 33.33333%;
	}

	body.voice-template-default .smb-media-text .c-row__col--lg-2-3 {
		flex: 0 1 66.66667%;
		max-width: 66.66667%;
		order: unset !important;
	}
}

@media (max-width: 639px) {
	body.voice-template-default .c-entry__header {
		padding: .45rem .9rem;
	}

	body.voice-template-default h1.c-entry__title {
		font-size: 18px;
	}

	body.voice-template-default h2 {
		font-size: 18px;
	}

	body.voice-template-default h3 {
		font-size: 16px;
		margin-top: .9rem;
		margin-bottom: .75rem;
	}

	body.voice-template-default .c-entry__body {
		padding: .9rem;
	}
}

/* 投稿共通 */
.c-prev-next-nav {
	justify-content: space-between;
	margin-top: 3.6rem;
}

.c-prev-next-nav__item {
	width: 150px;
	height: 45px;
	text-align: center;
}

.c-prev-next-nav__item>a {
	color: var(--accent-color);
	background: #f3fafe;
	border: 1px solid #CDE6F4;
	border-radius: 50vw;
	padding: 0;
}

.c-prev-next-nav__item-figure {
	display: none;
}

.c-prev-next-nav__item-title {
	display: none;
}

.c-prev-next-nav__item-label {
	font-size: 14px;
	font-weight: 500;
}

.c-prev-next-nav__item-label>svg {
	margin: 0 .25rem;
}

.c-prev-next-nav__item--next .c-prev-next-nav__item-label>svg {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(200%, -50%);
}

.c-prev-next-nav__item--prev .c-prev-next-nav__item-label>svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-200%, -50%);
}

@media (max-width: 1023px) {
	.c-prev-next-nav {
		margin-top: 2.7rem;
	}
}

@media (max-width: 639px) {
	.c-prev-next-nav {
		display: flex;
		align-items: center;
    justify-content: space-between;
		margin-top: 1.8rem;
	}

	.c-prev-next-nav__item:not(:first-child) {
		margin-top: unset;
	}
}

/* フッターウィジェット */
.l-footer {
	background-color: #f3fafe;
	border-top-color: #ccc;
}

.l-footer .l-footer-widget-area {
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
}

.l-footer .wpaw-site-branding {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.l-footer .c-row.c-row--margin.c-row--lg-margin-l {
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 0;
}

.l-footer .c-row__col--lg-1-2 {
	margin-bottom: 0;
}

.l-footer .c-row__col--lg-1-2:first-child {
	flex: 0 1 50%;
	max-width: 50%;
}

.l-footer .c-row__col--lg-1-2:last-child {
	flex: 0 1 50%;
	max-width: 50%;
}

.l-footer ul#menu-footer-sitemap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: .9em 2em;
}

.l-footer ul#menu-footer-sitemap>li.menu-item {
	font-weight: 500;
	margin-top: 0;
	white-space: nowrap;
}

.l-footer ul#menu-footer-sitemap>li.menu-item:before {
	font-family: "Font Awesome 6 Free";
	font-weight: 700;
	content: '\f0da';
	color: #74ABC8;
	margin-right: .35em;
}

@media (max-width: 1023px) {
	.l-footer--default .l-footer-widget-area {
		padding-top: 1.8rem;
		padding-bottom: 1.8rem;
	}

	.l-footer .c-row__col--lg-1-2:first-child {
		flex: 0 1 100%;
		max-width: 100%;
	}

	.l-footer .c-row__col--lg-1-2:last-child {
		flex: 0 1 100%;
		max-width: 100%;
		margin-top: 1rem;
		margin-left: auto;
		margin-right: auto;
	}

	.l-footer .wpaw-site-branding__description {
		font-size: 14px;
	}

	.l-footer ul#menu-footer-sitemap>li.menu-item {
		font-size: 14px;
	}
}

@media (max-width: 639px) {
	.l-footer--default .l-footer-widget-area {
		padding-bottom: 1rem;
	}

	.l-footer .wpaw-site-branding__description {
		font-size: 12px;
	}

	.l-footer ul#menu-footer-sitemap {
		gap: .25em 0em;
	}

	.l-footer ul#menu-footer-sitemap>li.menu-item {
		font-size: 12px;
		font-feature-settings: "palt";
		letter-spacing: .075em;
		min-width: 33.33334%;
	}
}

/* モバイルフッターCTA */
.p-footer-sticky-nav {
	background-color: transparent;
	box-shadow: unset;
	opacity: 1 !important;
	padding-bottom: unset;
}

.p-footer-sticky-nav[aria-hidden=true] {
	visibility: unset;
}

.p-footer-sticky-nav li#menu-item-6783.c-navbar__item {
	background: #2173a0;
	background: linear-gradient(
		180deg,
		#65A4C6 0%,
		#0A5D8A 100%
	);
}

.p-footer-sticky-nav li#menu-item-6784.c-navbar__item {
	background: #AA3D1E;
	background: linear-gradient(
		180deg,
		#FF8E58 0%,
		#AA3D1E 100%
	);
}

.p-footer-sticky-nav li#menu-item-6785.c-navbar__item {
	background: #C5840E;
	background: linear-gradient(
		180deg,
		#F5C773 0%,
		#C5840E 100%
	);
}

.p-footer-sticky-nav .c-navbar__item>a {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	height: 60px;
	display: flex;
	align-items: center;
	padding-top: .5rem;
	padding-bottom: calc(.5rem + env(safe-area-inset-bottom));
	margin-left: -.75rem;
}

.p-footer-sticky-nav .c-navbar__item>a>svg {
	font-size: 22px;
	margin: 0 .5em 0 0;
}

@media (max-width: 639px) {
	.p-footer-sticky-nav .c-navbar__item>a {
		font-size: 15px;
		flex-direction: column;
	}

	.p-footer-sticky-nav .c-navbar__item>a>svg {
		font-size: 20px;
		margin: 0 0 .25em 0;
	}

	.p-footer-sticky-nav .c-navbar__item>a {
		padding: .5rem;
		margin-left: unset;
	}
}

/* 追従CTA */
.p-footer-cta .c-container {
	padding: 0;
}

.p-footer-cta .c-row__col.c-row__col--1-2 {
	padding: 0;
}

.p-footer-cta__close-btn {
	display: none;
}

.p-footer-cta .p-footer-cta__primary-btn {
	font-weight: 500;
	height: 50px;
	padding: .75rem;
	border-radius: 0;
	background: #AA3D1E;
	background: linear-gradient(
		180deg,
		#FF8E58 0%,
		#AA3D1E 100%
	);
}

.p-footer-cta .p-footer-cta__primary-btn:before {
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	font-weight: 400;
	content: '\f086';
}

.p-footer-cta .p-footer-cta__secondary-btn
{
	font-weight: 500;
	height: 50px;
	padding: .75rem;
	border-radius: 0;
	background: #C5840E;
	background: linear-gradient(
		180deg,
		#F5C773 0%,
		#C5840E 100%
	);
}

.p-footer-cta .p-footer-cta__secondary-btn:before {
	font-family: "Font Awesome 6 Free";
	font-size: 1rem;
	font-weight: 400;
	content: '\f0e0';
}

@media (min-width: 1024px) {
	.p-footer-cta {
		display: none;
	}
}

@media (max-width: 639px) {
	.p-footer-cta {
		height: 45px;
	}

	.p-footer-cta .p-footer-cta__primary-btn,
	.p-footer-cta .p-footer-cta__secondary-btn {
		padding: .5rem;
	}

	.p-footer-cta[aria-hidden=true] {
		visibility: visible !important;
		opacity: 1 !important;
	}

	.p-footer-cta[aria-hidden=true] * {
		visibility: visible !important;
		opacity: 1 !important;
	}
}

@media (max-width: 400px) {
	.p-footer-cta .p-footer-cta__primary-btn,
	.p-footer-cta .p-footer-cta__secondary-btn {
		font-size: 14px;
	}
}

/* フッターコピーライト */
.l-footer .c-copyright {
  text-align: center;
	background: var(--accent-color);
	font-weight: 500;
	color: #fff;
  height: 50px;
  padding-top: .65rem;
  padding-bottom: .65rem !important;
}

@media (max-width: 1023px) {
	.l-footer .c-copyright {
		height: 110px;
		padding-top: 11px;
	}
}

@media (max-width: 639px) {
	.l-footer .c-copyright {
		font-size: 12px;
		height: 100px;
		padding-top: 8px;
		text-align: left;
	}
}

/* ページトップボタン */
#page-top {
  position: fixed;
  right: 0;
  bottom: 0 !important;
  z-index: 999;
}

body.page-id-33 #page-top,
body.page-id-6244 #page-top {
  display: none;
}

.c-page-top {
  background-color: #2173a0;
}

@media (max-width: 1023px) {
	#page-top {
		bottom: 60px !important;
	}
}

/* お問い合わせフォーム */
.wpcf7 .c-form {
	display: flex;
	flex-direction: column;
	background: rgba(255,255,255,90%);
	background: #fff;
	padding: 3em;
}

.wpcf7 .c-form .form__row {
	display: flex;
	flex-direction: row;
}

.wpcf7 .c-form>.form__row:first-child {
	border-top: 1px solid #ddd;
}

.wpcf7 .c-form>.form__row {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.wpcf7 .c-form .form__label {
	flex: 0 0 330px;
	display: flex;
	align-items: center;
	font-weight: 500;
	background: #f3fafe;
	background: ;
	border-right: 1px solid #ddd;
	padding: 1em;
}

.wpcf7 .c-form .form__label label {
  position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	font-weight: 500;
}

.wpcf7 .c-form .form__label label::after {
	display: block;
	width: 35px;
	font-size: x-small;
	font-weight: 500;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid;
	border-radius: 5px;
	margin-left: .75em;
}

.wpcf7 .c-form .form__label.is-required label::after {
	content: "必須";
	color: #D44200;
	background: #FFEEE6;
}

.wpcf7 .c-form .form__label.optional label::after {
	content: "任意";
	color: #7794AE;
	background: #F5F8FB;
}

.wpcf7 .c-form .form__body {
	flex: 1 1 auto;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 1em;
}

.wpcf7 .c-form .form__body .wpcf7-form-control-wrap {
	flex: 1 1 auto;
}

.wpcf7-not-valid-tip {
	font-size: small;
}

.wpcf7 .privacy-policy-txt {
	font-size: smaller;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
}

@media (max-width: 1023px) {
	.wpcf7 .c-form {
		padding: 2em;
	}

	.wpcf7 .c-form .form__row {
		flex-direction: column;
	}

	.wpcf7 .c-form .form__label {
		flex: 0 0 auto;
		padding: .5em 1em;
		border-right: 0;
		border-bottom: 1px solid #ddd;
	}
}

@media (max-width: 639px) {
	.contact-form .smb-section__fixed-background {
		background: #fff !important;
	}

	.wpcf7 .c-form {
		background: unset;
		padding: 0;
	}

	.wpcf7 .c-form>.form__row {
		border: 0 !important;
	}

	.wpcf7 .c-form .form__label {
		border: 1px solid #ddd;
	}

	.wpcf7 .c-form .form__body {
		padding: 1em 0;
	}
}

/* テキストフィールド */
.wpcf7 .c-form input[type=text],
.wpcf7 .c-form input[type=tel],
.wpcf7 .c-form input[type=email],
.wpcf7 .c-form input[type=url],
.wpcf7 .c-form input[type=date],
.wpcf7 .c-form input[type=number],
.wpcf7 .c-form textarea {
  width: 100%;
  margin: 0;
  padding: .5em 1em;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
  background-color: #fff;
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* テキストフィールド プレースホルダー */
.wpcf7 .c-form input[type=text]::placeholder,
.wpcf7 .c-form input[type=tel]::placeholder,
.wpcf7 .c-form input[type=email]::placeholder,
.wpcf7 .c-form input[type=url]::placeholder,
.wpcf7 .c-form input[type=date]::placeholder,
.wpcf7 .c-form input[type=number]::placeholder,
.wpcf7 .c-form textarea::placeholder {
  color: #ccc;
}
.wpcf7 .c-form input[type=text]:-ms-input-placeholder,
.wpcf7 .c-form input[type=tel]:-ms-input-placeholder,
.wpcf7 .c-form input[type=email]:-ms-input-placeholder,
.wpcf7 .c-form input[type=url]:-ms-input-placeholder,
.wpcf7 .c-form input[type=date]:-ms-input-placeholder,
.wpcf7 .c-form input[type=number]:-ms-input-placeholder,
.wpcf7 .c-form textarea:-ms-input-placeholder {
  color: #ccc;
}
.wpcf7 .c-form input[type=text]::-ms-input-placeholder,
.wpcf7 .c-form input[type=tel]::-ms-input-placeholder,
.wpcf7 .c-form input[type=email]::-ms-input-placeholder,
.wpcf7 .c-form input[type=url]::-ms-input-placeholder,
.wpcf7 .c-form input[type=date]::-ms-input-placeholder,
.wpcf7 .c-form input[type=number]::-ms-input-placeholder,
.wpcf7 .c-form textarea::-ms-input-placeholder {
  color: #ccc;
}

/* テキストフィールド フォーカス時 */
.wpcf7 .c-form input[type=text]:focus,
.wpcf7 .c-form input[type=tel]:focus,
.wpcf7 .c-form input[type=email]:focus,
.wpcf7 .c-form input[type=url]:focus,
.wpcf7 .c-form input[type=date]:focus,
.wpcf7 .c-form input[type=number]:focus,
.wpcf7 .c-form textarea:focus {
  outline: 0;
  border: 1px #888 solid;
}

/* ラジオボックス */
.wpcf7 .c-form .form__body .wpcf7-list-item {
	margin: 0 1.25em 0 .25em;
}

/* セレクトボックス */
.wpcf7 .wpcf7-form-control-wrap .form__body {
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-select {
	text-align: center;
	text-align: -webkit-center;
	width: 120px;
	height: 40px;
	border: 1px solid #ccc;
	margin-right: .1rem;
}

.wpcf7 .wpcf7-form-control-wrap .wpcf7-select:focus-visible {
	outline : unset;
	border: 1px solid #888;
}

@media (max-width: 1023px) {
	.wpcf7 .wpcf7-form-control-wrap .wpcf7-select {
		width: 100px;
		height: 35px;
	}
}

@media (max-width: 639px) {
	.wpcf7 .wpcf7-form-control-wrap .wpcf7-select {
		width: 90px;
		height: 30px;
	}
}

/* 日付 */
.wpcf7 .row-date .form__body {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.wpcf7 .row-date .preferred-date {
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left: .25em;
}

.wpcf7 .row-date .preferred-date:not(:last-child) {
	margin-bottom: 1em;
}

.wpcf7 .row-date .preferred-date span:not(:first-child) {
	margin: 0 0 0 1em;
}

.wpcf7 .c-form input[type=date] {
	width: 160px;
	height: 40px;
	padding: .25em .5em;
}

.wpcf7 .row-date .preferred-date .wpcf7-select {
	width: 100px;
	height: 40px;
}

@media (max-width: 1023px) {
	.wpcf7 .c-form input[type=date] {
		width: 130px;
		height: 35px;
	}

	.wpcf7 .row-date .preferred-date .wpcf7-select {
		width: 75px;
		height: 35px;
	}
}

@media (max-width: 639px) {
	.wpcf7 .row-date .preferred-date {
		font-size: 13px;
	}

	.wpcf7 .c-form input[type=date] {
		width: 110px;
		height: 30px;
	}

	.wpcf7 .row-date .preferred-date .wpcf7-select {
		width: 70px;
		height: 30px;
	}
}

/* 送信ボタン */
.submit-area-txt {
	font-weight: 500;
	padding-bottom: 0.75rem;
}

.wpcf7 .submit-area {
	margin-top: 2em;
	display: flex;
	flex-direction: column;
}

.wpcf7 .c-form .submit-btn {
	position: relative;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	transition: all .2s ease-out;
}

.wpcf7 .c-form .submit-btn:after {
	font-family: "Font Awesome 6 Free";
	content: '\f105';
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(-200%, -50%);
}

.wpcf7 .c-form input[type="submit"] {
	cursor: pointer;
	padding: 1rem 2.5rem 1rem 2rem;
	border-radius: 5px;
	border: none;
	color: #fff;
	font-size: 1rem;
	font-weight: 500;
	box-sizing: border-box;
	transition: all .2s ease-out;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

body.page-id-6244 .wpcf7 .c-form input[type="submit"] {
	background: #AA3D1E;
	background: linear-gradient(
		180deg,
		#FF8E58 0%,
		#AA3D1E 100%);
}

body.page-id-33 .wpcf7 .c-form input[type="submit"] {
	background: #C5840E;
	background: linear-gradient(
		180deg,
		#F5C773 0%,
		#C5840E 100%);
}

.wpcf7-spinner {
	position: absolute;
	margin: 0 0 0 1rem;
	top: 50%;
	transform: translate(0, -50%);
}

@media (max-width: 1023px) {
	.wpcf7 .c-form input[type="submit"] {
		font-size: .875rem;
	}
}

@media (max-width: 639px) {
	.wpcf7 .c-form input[type="submit"] {
		font-size: .77778rem;
		padding: .75rem 2rem .75rem 1.25rem;
	}
}

@media (hover: hover) and (pointer: fine) {
	.wpcf7 .c-form input[type="submit"]:hover {
		filter: brightness(110%);
	}
}

/* お問い合わせ完了ページ */
.contact-thx .contact-thx-msg {
	font-size: 32px;
	font-weight: 700;
	color: var(--accent-color);
	word-break: keep-all;
	overflow-wrap: break-word;
}

.contact-thx .smb-box {
	overflow: hidden;
}

.contact-thx .contact-thx-img {
	float: left;
	width: 180px;
	padding: 0;
	margin: 0 1.8rem .9rem 0;
}

@media (max-width: 1023px) {
	.contact-thx .contact-thx-msg {
		font-size: 26px;
	}

	.contact-thx .contact-thx-img {
		width: 150px;
	}
}

@media (max-width: 639px) {
	.contact-thx .contact-thx-msg {
		font-size: 20px;
		margin-bottom: .9rem;
	}

	.contact-thx .smb-box {
		padding: 1.35rem;
	}

	.contact-thx .contact-thx-img {
		width: clamp(70px, 19vw, 150px);
		margin: 0 1rem .75rem 0;
	}
}

/* リキャプチャ */
@media (max-width: 1023px) {
	.grecaptcha-badge {
		bottom: 65px !important;
	}
}