@charset "UTF-8";
/**
 * Template: snow-monkey
 * Theme Name: BIZNORI
 */

/* 改行 */
@media (min-width: 640px) {
	br.sp {
		display: none;
	}
}
@media (min-width: 1024px) {
	br.tb {
		display: none;
	}
}
@media (max-width: 1024px) {
	br.pc {
		display: none;
	}
}
/* 共通 */
@media not all and (min-width: 640px) {
	:root {
		--_global--font-size-px: 14px;
	}
}

.l-contents {
    overflow-x: hidden;
}

.smb-section__header .smb-section__title {
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 0;
	z-index: 1;
}
@media not all and (min-width: 640px) {
	.smb-section__header .smb-section__title {
		font-size: 24px;
	}
}
.smb-section__header .smb-section__title::after {
	content: none;
}
.smb-section__header .smb-section__title-img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	top: 0%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	margin-top: 0;
	z-index: 0;
}
.smb-section__header + * {
	margin-top: var(--_margin2) !important;
}

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

/* MV */
section.mv {
	padding-top: 90px;
	padding-bottom: 30px;
	overflow: visible;
}
@media not all and (min-width: 640px) {
	section.mv {
		padding-top: 50px;
	}
}
section.mv h2.mv-catch {
	font-size: 47px;
	font-weight: 400;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0.05em;
	line-height: 1;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 16px;
}
@media not all and (min-width: 1024px) {
	section.mv h2.mv-catch {
		font-size: 30px;
	}
}
@media not all and (min-width: 640px) {
	section.mv h2.mv-catch {
		font-size: 20px;
		gap: 8px;
	}
}
section.mv h2.mv-catch .mv-catch__inner {
	background-color: #fff;
	padding: 8px 16px;
}
section.mv .mv-logo img {
	position: relative;
	z-index: 1;
}
section.mv .mv-logo::after {
	content: "";
	background: rgba(64, 52, 52, 0.4);
	-webkit-filter: blur(40px);
	        filter: blur(40px);
	width: 115%;
	height: 110%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 0;
}
section.mv .mv-text {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 3rem;
}
@media not all and (min-width: 1024px) {
	section.mv .mv-text {
		font-size: 30px;
	}
}
@media not all and (min-width: 640px) {
	section.mv .mv-text {
		font-size: 20px;
		gap: 8px;
	}
}
section.mv .mv-text .mv-text__inner {
	position: relative;
	z-index: 1;
}
section.mv .mv-text::after {
	content: "";
	background: rgba(64, 52, 52, 0.35);
	-webkit-filter: blur(35px);
	        filter: blur(35px);
	width: 100vw;
	height: 140%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 0;
}
section.mv .mv-badge {
	z-index: 1;
}
@media (min-width: 1024px) {
	section.mv .mv-badge {
		position: absolute;
		right: -7%;
		bottom: -11%;
		margin-top: 0;
	}
}
@media not all and (min-width: 1400px) {
	section.mv .mv-badge {
		right: 0;
	}
}
@media not all and (min-width: 1200px) {
	section.mv .mv-badge {
		width: 300px;
	}
}
@media not all and (min-width: 1024px) {
	section.mv .mv-badge {
		margin-bottom: -40px;
	}
}
@media not all and (min-width: 640px) {
	section.mv .mv-badge {
		width: 200px;
	}
}

/* CTA */
section.cta {
	padding-top: 22px;
	padding-bottom: 22px;
}
section.cta .cta-btn .smb-btn {
	padding: 20px 150px 20px 60px;
	position: relative;
}
@media not all and (min-width: 640px) {
	section.cta .cta-btn .smb-btn {
		padding: 15px 100px 15px 30px;
	}
}
section.cta .cta-btn .smb-btn::after {
	content: "";
	display: inline-block;
	background-image: url(/biznori/wp-content/uploads/2025/04/btn-icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 68px;
	height: 33px;
	position: absolute;
	top: 50%;
	right: 60px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 640px) {
	section.cta .cta-btn .smb-btn::after {
		width: 45px;
		height: 22px;
		right: 40px;
	}
}
section.cta .cta-btn .smb-btn__label {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
}
@media not all and (min-width: 640px) {
	section.cta .cta-btn .smb-btn__label {
		font-size: 18px;
	}
}

/* 特徴 */
section.features {
	padding-top: 135px;
	padding-bottom: 0;
}
@media not all and (min-width: 640px) {
	section.features {
		padding-top: 65px;
	}
}
section.features .features-items .text-col {
	z-index: 1;
}
@media not all and (min-width: 1024px) {
	section.features .features-items.img-left .c-row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		-webkit-box-align: inherit;
		    -ms-flex-align: inherit;
		        align-items: inherit;
	}
}
@media (min-width: 1024px) {
	section.features .features-items.img-left .image-col .smb-items__item {
		margin-left: -200px;
		margin-right: -120px;
	}
	section.features .features-items.img-right .image-col .smb-items__item {
		margin-left: -120px;
		margin-right: -200px;
	}
}
section.features .features-items + .features-items {
	margin-top: 60px;
}
@media not all and (min-width: 640px) {
	section.features .features-items + .features-items {
		margin-top: 30px;
	}
}
section.features .features-title-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 0.5rem;
}
section.features .features-title-group .features-num {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 auto;
	        flex: 1 0 auto;
	-webkit-filter: drop-shadow(5px 5px 0px #a3b4d8);
	        filter: drop-shadow(5px 5px 0px #a3b4d8);
	margin: 0 !important;
}
@media not all and (min-width: 640px) {
	section.features .features-title-group .features-num {
		height: 50px;
		-webkit-filter: drop-shadow(3px 3px 0px #a3b4d8);
		        filter: drop-shadow(3px 3px 0px #a3b4d8);
	}
	section.features .features-title-group .features-num img {
		height: 100%;
		width: auto;
	}
}
section.features .features-title-group h3.features-title {
	color: #0a58ea;
	font-size: 40px;
	width: 100%;
	margin: 0 !important;
}
@media not all and (min-width: 640px) {
	section.features .features-title-group h3.features-title {
		font-size: 24px;
	}
}
section.features .features-text {
	font-size: 20px;
	padding-left: 70px;
	margin-top: 50px;
}
@media not all and (min-width: 640px) {
	section.features .features-text {
		font-size: 14px;
		padding-left: 20px;
		margin-top: 20px;
	}
}
section.features .features-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	margin-top: 0;
	z-index: -1;
}
@media not all and (min-width: 1024px) {
	section.features .features-icon {
		max-width: 150px;
		left: unset;
		right: 0;
		-webkit-transform: translate(0, -50%);
		        transform: translate(0, -50%);
		margin: 0;
	}
}
/* オススメ */
section.recommend {
	padding-top: 0;
	padding-bottom: 120px;
}
@media not all and (min-width: 640px) {
	section.recommend {
		padding-bottom: 60px;
	}
}
section.recommend .smb-section__header {
	background-color: #fff;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}
@media not all and (min-width: 640px) {
	section.recommend .smb-section__header {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}
section.recommend .smb-section__title {
	font-size: 48px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: calc(100% - 160px);
	margin: 0 auto;
	position: relative;
}
@media not all and (min-width: 1024px) {
	section.recommend .smb-section__title {
		font-size: 28px;
	}
}
@media not all and (min-width: 640px) {
	section.recommend .smb-section__title {
		font-size: 24px;
		max-width: calc(100% - 120px);
	}
}
section.recommend .smb-section__title::before {
	content: "";
	background-color: #333;
	width: 50px;
	height: 1px;
	position: absolute;
	top: 50%;
	left: -60px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media not all and (min-width: 640px) {
	section.recommend .smb-section__title::before {
		width: 30px;
		left: -40px;
	}
}
section.recommend .smb-section__title::after {
	content: "" !important;
	background-color: #333;
	width: 50px;
	height: 1px;
	position: absolute;
	top: 50%;
	right: -60px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-top: 0;
}
@media not all and (min-width: 640px) {
	section.recommend .smb-section__title::after {
		width: 30px;
		right: -40px;
	}
}
section.recommend .smb-section__body {
	margin-top: 135px !important;
}
@media not all and (min-width: 640px) {
	section.recommend .smb-section__body {
		margin-top: 50px !important;
	}
}
section.recommend .recommend-list {
	list-style: none;
	color: #0059ff;
	font-size: 30px;
	font-weight: 700;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	padding-left: 0;
}
@media not all and (min-width: 1024px) {
	section.recommend .recommend-list {
		font-size: 24px;
	}
}
@media not all and (min-width: 640px) {
	section.recommend .recommend-list {
		font-size: 16px;
	}
}
section.recommend .recommend-list li {
	text-indent: -1.5em;
	padding-left: 1.5em;
	margin-top: 22px;
}
section.recommend .recommend-list li::before {
	content: "";
	display: inline-block;
	background-image: url(/biznori/wp-content/uploads/2025/04/recommend-check.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
	margin-right: 0.5em;
	vertical-align: -0.125em;
}
@media not all and (min-width: 1024px) {
	section.recommend .recommend-list li::before {
		width: 24px;
		height: 24px;
	}
}
@media not all and (min-width: 640px) {
	section.recommend .recommend-list li::before {
		width: 16px;
		height: 16px;
	}
}
section.recommend .recommend-list .sme-highlighter {
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(60%, var(--sub-accent-color))) !important;
	background-image: linear-gradient(transparent 90%, var(--sub-accent-color) 60%) !important;
}

/* プランと料金 */
section.plan {
	padding-top: 175px;
	padding-bottom: 145px;
	overflow: visible;
}
@media not all and (min-width: 640px) {
	section.plan {
		padding-top: 90px;
		padding-bottom: 60px;
	}
}
section.plan::before {
	content: "";
	background-color: #45b4dc;
	width: 100%;
	height: 90%;
	position: absolute;
	-webkit-transform: skewY(-10deg);
	        transform: skewY(-10deg);
}
@media not all and (min-width: 1024px) {
	section.plan::before {
		height: 94%;
		-webkit-transform: skewY(-10deg) translateY(-1%);
		        transform: skewY(-10deg) translateY(-1%);
	}
}
@media not all and (min-width: 640px) {
	section.plan::before {
		height: 97%;
	}
}
section.plan .smb-section-with-bgimage__bgimage {
	-webkit-transform: skewY(3deg);
	        transform: skewY(3deg);
	overflow: hidden;
}
section.plan .smb-section-with-bgimage__bgimage img {
	-webkit-transform: skewY(-3deg) scale(1.2);
	        transform: skewY(-3deg) scale(1.2);
}
section.plan .smb-section__title {
	font-size: 60px;
	font-weight: 700;
}
@media not all and (min-width: 640px) {
	section.plan .smb-section__title {
		font-size: 30px;
	}
}
section.plan .smb-section__lede {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	margin-top: 0 !important;
}
@media not all and (min-width: 640px) {
	section.plan .smb-section__lede {
		font-size: 14px;
	}
}
@media not all and (min-width: 640px) {
	section.plan .smb-section__title-img {
		width: 250px;
	}
}
section.plan .plan-box {
	margin-top: 60px;
}
@media (min-width: 1024px) {
	section.plan .plan-box {
		--smb-box--padding: 50px 60px 95px;
	}
}
@media not all and (min-width: 640px) {
	section.plan .plan-box {
		--smb-box--padding: var(--_padding-1) var(--_padding-2);
		max-width: unset;
		margin-top: 30px;
		margin-left: calc(50% - 50vw) !important;
		margin-right: calc(50% - 50vw) !important;
	}
}
@media not all and (min-width: 640px) {
	section.plan .plan-box .smb-box__background {
		border-radius: 0;
	}
}
section.plan .plan-table-heading .c-row--margin {
	--_gap: 40px;
}
@media not all and (min-width: 1024px) {
	section.plan .plan-table-heading .c-row--margin {
		--_gap: 10px;
	}
}
@media not all and (min-width: 640px) {
	section.plan .plan-table-heading .c-row--margin {
		--_gap: 0;
	}
}
@media not all and (min-width: 640px) {
	section.plan .plan-table-heading .c-row__col:nth-child(n+3) {
		border-left: 2px solid #fff;
	}
}
section.plan .plan-table-heading .smb-items__item {
	height: 100%;
}
section.plan .plan-table-heading .smb-items__item__body {
	height: 100%;
}
section.plan .plan-table-row {
	margin-top: 0;
}
section.plan .plan-table-row.is-lent .c-row::before {
	content: "";
	background-color: rgba(0, 0, 0, 0.65);
	width: 100%;
	height: calc(100% - var(--_gap));
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
@media not all and (min-width: 640px) {
	section.plan .plan-table-row.is-lent .c-row::before {
		height: 100%;
	}
}
section.plan .plan-table-row.is-lent .c-row::after {
	content: "貸出中";
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	position: absolute;
	top: calc(50% - var(--_gap) / 2);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	z-index: 2;
}
@media not all and (min-width: 640px) {
	section.plan .plan-table-row.is-lent .c-row::after {
		font-size: 20px;
		top: 50%;
	}
}
section.plan .plan-table-row .c-row--margin {
	--_gap: 40px;
}
@media not all and (min-width: 1024px) {
	section.plan .plan-table-row .c-row--margin {
		--_gap: 10px;
	}
}
@media not all and (min-width: 640px) {
	section.plan .plan-table-row .c-row--margin {
		--_gap: 0;
	}
}
section.plan .plan-table-row .c-row__col:first-child .smb-items__item {
	border-bottom: 2px solid #c9c5c6;
}
section.plan .plan-table-row .c-row__col:first-child .smb-items__item__body {
	padding: 14px 0;
}
@media not all and (min-width: 640px) {
	section.plan .plan-table-row .c-row__col:first-child .smb-items__item__body {
		padding: 5px;
	}
}
section.plan .plan-table-row .c-row__col:not(:first-child) .smb-items__item {
	border-left: 3px solid #bdcfda;
	border-right: 3px solid #bdcfda;
	border-bottom: 2px dashed #c9c5c6;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
@media not all and (min-width: 640px) {
	section.plan .plan-table-row .c-row__col:not(:first-child) .smb-items__item {
		border-left-width: 2px;
		border-right: none;
	}
}
@media not all and (min-width: 640px) {
	section.plan .plan-table-row .c-row__col:last-child .smb-items__item {
		border-right: 2px solid #bdcfda;
	}
}
section.plan .plan-table-row:last-child .c-row__col:not(:first-child) .smb-items__item {
	border-bottom: 3px solid #bdcfda;
}
@media not all and (min-width: 640px) {
	section.plan .plan-table-row:last-child .c-row__col:not(:first-child) .smb-items__item {
		border-bottom-width: 2px;
	}
}
section.plan .plan-table-col.first-col .smb-items__item__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
section.plan h3.plan-heading {
	font-size: 30px;
	line-height: 1;
	color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0b58ea), to(#003bac));
	background-image: linear-gradient(180deg, #0b58ea, #003bac);
	border-radius: 10px 10px 0 0;
	height: 100%;
	padding: 19px 10px;
}
@media not all and (min-width: 1024px) {
	section.plan h3.plan-heading {
		font-size: 24px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		padding: 10px;
	}
}
@media not all and (min-width: 640px) {
	section.plan h3.plan-heading {
		font-size: 18px;
	}
}
section.plan h3.plan-heading .has-sm-xs-font-size {
	font-size: 0.5em !important;
}
section.plan h3.plan-title {
	font-size: 20px;
	margin-left: 0 !important;
	margin-bottom: 0;
}
@media (min-width: 1024px) {
	section.plan h3.plan-title {
		padding-left: 10px;
	}
}
@media not all and (min-width: 1024px) {
	section.plan h3.plan-title {
		font-size: 17px;
	}
}
@media not all and (min-width: 640px) {
	section.plan h3.plan-title {
		font-size: 13px;
	}
}
section.plan .plan-text {
	font-size: 14px;
	margin-top: 0;
	margin-left: 0 !important;
}
@media (min-width: 1024px) {
	section.plan .plan-text {
		padding-left: 10px;
	}
}
@media not all and (min-width: 1024px) {
	section.plan .plan-text {
		font-size: 12px;
	}
}
@media not all and (min-width: 640px) {
	section.plan .plan-text {
		font-size: 10px;
	}
}
section.plan .plan-img {
	padding-top: 10px;
	margin-top: auto;
}
section.plan .plan-img img {
	aspect-ratio: 3/2;
	-o-object-fit: contain;
	   object-fit: contain;
}
section.plan .fee-amount {
	font-size: 30px;
	font-weight: 700;
}
@media not all and (min-width: 1024px) {
	section.plan .fee-amount {
		font-size: 24px;
	}
}
@media not all and (min-width: 640px) {
	section.plan .fee-amount {
		font-size: 18px;
	}
}
section.plan .fee-amount .has-sm-xs-font-size {
	font-size: 0.5em !important;
}
section.plan .plan-note {
	font-size: 18px;
	font-weight: 700;
	margin-top: var(--_margin-2);
}
@media not all and (min-width: 640px) {
	section.plan .plan-note {
		font-size: 11px;
	}
}
section.plan .plan-note li + li {
	margin-top: 0;
}
section.plan + section.archive {
	margin-top: 110px !important;
}
@media not all and (min-width: 640px) {
	section.plan + section.archive {
		margin-top: 55px !important;
	}
}

/* 実績 */
section.archive {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: visible;
}
section.archive::before {
	content: "";
	background-color: #45b4dc;
	width: 100%;
	height: 80%;
	position: absolute;
	-webkit-transform: skewY(-6deg);
	        transform: skewY(-6deg);
}
@media not all and (min-width: 1024px) {
	section.archive::before {
		height: 90%;
	}
}
@media not all and (min-width: 640px) {
	section.archive::before {
		height: 95%;
	}
}
section.archive .smb-section-with-bgimage__bgimage {
	-webkit-box-shadow: 0 10px 35px rgba(123, 123, 123, 0.35);
	        box-shadow: 0 10px 35px rgba(123, 123, 123, 0.35);
	-webkit-transform: skewY(3deg);
	        transform: skewY(3deg);
	overflow: hidden;
}
section.archive .smb-section-with-bgimage__bgimage img {
	-webkit-transform: skewY(-3deg) scale(1.2);
	        transform: skewY(-3deg) scale(1.2);
}
section.archive h2.archive-catch {
	font-size: 60px;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	line-height: 1.5;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	text-indent: -0.5em;
	padding-left: 1em;
	margin: 0 auto;
}
@media not all and (min-width: 1024px) {
	section.archive h2.archive-catch {
		font-size: 36px;
	}
}
@media not all and (min-width: 640px) {
	section.archive h2.archive-catch {
		font-size: 22px;
	}
}
section.archive h2.archive-catch .has-sm-l-font-size {
	font-size: 1.6667em !important;
	line-height: 1;
	margin-left: 0.5em;
	margin-right: 0.25em;
}
section.archive h2.archive-catch::before {
	content: "“";
	color: #45b4dc;
	font-size: 1.6667em;
	position: absolute;
	top: -10%;
	left: 0;
}
section.archive h2.archive-catch::after {
	content: "”";
	color: #45b4dc;
	font-size: 1.6667em;
	position: absolute;
	right: 10%;
}

section.archive-content {
	padding-top: 35px;
	padding-bottom: 35px;
}
section.archive-content .archive-text {
	font-size: 20px;
	font-weight: 500;
	line-height: 2;
	max-width: 680px;
}
@media not all and (min-width: 640px) {
	section.archive-content .archive-text {
		font-size: 14px;
		max-width: 480px;
	}
}

/* ご利用の流れ */
section.step {
	padding-top: 180px;
}
@media not all and (min-width: 640px) {
	section.step {
		padding-top: 80px;
	}
}
@media not all and (min-width: 640px) {
	section.step .smb-section__title-img {
		width: 210px;
	}
}
section.step .step-items {
	max-width: 880px;
	margin-top: 65px !important;
}
@media not all and (min-width: 1024px) {
	section.step .step-items {
		max-width: 390px;
	}
}
@media not all and (min-width: 640px) {
	section.step .step-items {
		margin-top: 30px !important;
	}
}
@media (min-width: 1024px) {
	section.step .step-items .c-row--margin {
		--_gap: 100px;
	}
}
@media not all and (min-width: 640px) {
	section.step .step-items .c-row--margin {
		padding-left: 50px;
	}
}
section.step .step-items .smb-items__item {
	-webkit-box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
	        box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.15);
}
section.step .step-items .smb-items__item__body > * {
	margin-top: 0;
}
section.step .step-col.step-01 .smb-items__item::before {
	content: "";
	background-color: #0059ff;
	width: 4px;
	height: 50%;
	position: absolute;
	top: 50%;
	right: -52px;
}
@media not all and (min-width: 1024px) {
	section.step .step-col.step-01 .smb-items__item::before {
		height: calc(50% + var(--_margin1));
		right: unset;
		left: -52px;
	}
}
@media not all and (min-width: 640px) {
	section.step .step-col.step-01 .smb-items__item::before {
		top: calc(50% - 10px);
		left: -38px;
	}
}
section.step .step-col.step-01 .step-img::after {
	content: "";
	background-color: #0059ff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 70%;
	right: -60px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media not all and (min-width: 1024px) {
	section.step .step-col.step-01 .step-img::after {
		right: unset;
		left: -60px;
	}
}
@media not all and (min-width: 640px) {
	section.step .step-col.step-01 .step-img::after {
		width: 14px;
		height: 14px;
		top: 72%;
		left: -43px;
	}
}
section.step .step-col.step-02 .smb-items__item::before {
	content: "";
	background-color: #0059ff;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -52px;
}
@media not all and (min-width: 1024px) {
	section.step .step-col.step-02 .smb-items__item::before {
		height: calc(100% + var(--_margin1));
	}
}
@media not all and (min-width: 640px) {
	section.step .step-col.step-02 .smb-items__item::before {
		top: -10px;
		left: -38px;
	}
}
section.step .step-col.step-02 .step-img::after {
	content: "";
	background-color: #0059ff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 70%;
	left: -60px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media not all and (min-width: 640px) {
	section.step .step-col.step-02 .step-img::after {
		width: 14px;
		height: 14px;
		top: 72%;
		left: -43px;
	}
}
section.step .step-col.step-03 .smb-items__item::before {
	content: "";
	background-color: #0059ff;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -52px;
}
@media not all and (min-width: 1024px) {
	section.step .step-col.step-03 .smb-items__item::before {
		height: calc(100% + var(--_margin1));
		right: unset;
		left: -52px;
	}
}
@media not all and (min-width: 640px) {
	section.step .step-col.step-03 .smb-items__item::before {
		top: -10px;
		left: -38px;
	}
}
section.step .step-col.step-03 .step-img::after {
	content: "";
	background-color: #0059ff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 70%;
	right: -60px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media not all and (min-width: 1024px) {
	section.step .step-col.step-03 .step-img::after {
		right: unset;
		left: -60px;
	}
}
@media not all and (min-width: 640px) {
	section.step .step-col.step-03 .step-img::after {
		width: 14px;
		height: 14px;
		top: 72%;
		left: -43px;
	}
}
section.step .step-col.step-04 .smb-items__item::before {
	content: "";
	background-color: #0059ff;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -52px;
}
@media not all and (min-width: 1024px) {
	section.step .step-col.step-04 .smb-items__item::before {
		height: calc(100% + var(--_margin1));
	}
}
@media not all and (min-width: 640px) {
	section.step .step-col.step-04 .smb-items__item::before {
		top: -10px;
		left: -38px;
	}
}
section.step .step-col.step-04 .step-img::after {
	content: "";
	background-color: #0059ff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 70%;
	left: -60px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media not all and (min-width: 640px) {
	section.step .step-col.step-04 .step-img::after {
		width: 14px;
		height: 14px;
		top: 72%;
		left: -43px;
	}
}
section.step .step-col.step-05 .smb-items__item::before {
	content: "";
	background-color: #0059ff;
	width: 4px;
	height: 50%;
	position: absolute;
	right: -52px;
	bottom: 50%;
}
@media not all and (min-width: 1024px) {
	section.step .step-col.step-05 .smb-items__item::before {
		height: calc(50% + var(--_margin1));
		right: unset;
		left: -52px;
	}
}
@media not all and (min-width: 640px) {
	section.step .step-col.step-05 .smb-items__item::before {
		height: calc(40% + var(--_margin1));
		top: -10px;
		left: -38px;
	}
}
section.step .step-col.step-05 .step-img::after {
	content: "";
	background-color: #0059ff;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 70%;
	right: -60px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
@media not all and (min-width: 1024px) {
	section.step .step-col.step-05 .step-img::after {
		right: unset;
		left: -60px;
	}
}
@media not all and (min-width: 640px) {
	section.step .step-col.step-05 .step-img::after {
		width: 14px;
		height: 14px;
		top: 72%;
		left: -43px;
	}
}
@media (min-width: 1024px) {
	section.step .step-col.step-02 {
		margin-top: 290px;
	}
	section.step .step-col.step-03 {
		margin-top: -200px;
	}
	section.step .step-col.step-04 {
		margin-top: 75px;
	}
	section.step .step-col.step-05 {
		margin-top: -200px;
	}
}
section.step .step-title {
	color: #fff;
	background: rgba(21, 89, 255, 0.75);
	text-align: center;
	width: 100%;
	padding: 5px;
	margin-bottom: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
section.step .step-img.arrow-right img {
	-webkit-mask-image: url("/biznori/wp-content/uploads/2025/04/step-mask-right.svg");
	        mask-image: url("/biznori/wp-content/uploads/2025/04/step-mask-right.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-mask-size: auto 100%;
	        mask-size: auto 100%;
	width: calc(100% + 18px);
	max-width: calc(100% + 18px);
	margin-right: -18px !important;
}
@media not all and (min-width: 1024px) {
	section.step .step-img.arrow-right img {
		-webkit-mask-image: url("/biznori/wp-content/uploads/2025/04/step-mask-left.svg");
		        mask-image: url("/biznori/wp-content/uploads/2025/04/step-mask-left.svg");
		margin-left: -18px !important;
		margin-right: unset !important;
	}
}
@media not all and (min-width: 640px) {
	section.step .step-img.arrow-right img {
		width: calc(100% + 14px);
		max-width: calc(100% + 14px);
		margin-left: -14px !important;
	}
}
section.step .step-img.arrow-left img {
	-webkit-mask-image: url("/biznori/wp-content/uploads/2025/04/step-mask-left.svg");
	        mask-image: url("/biznori/wp-content/uploads/2025/04/step-mask-left.svg");
	-webkit-mask-repeat: no-repeat;
	        mask-repeat: no-repeat;
	-webkit-mask-position: 0 0;
	        mask-position: 0 0;
	-webkit-mask-size: auto 100%;
	        mask-size: auto 100%;
	width: calc(100% + 18px);
	max-width: calc(100% + 18px);
	margin-left: -18px !important;
}
@media not all and (min-width: 640px) {
	section.step .step-img.arrow-left img {
		width: calc(100% + 14px);
		max-width: calc(100% + 14px);
		margin-left: -14px !important;
	}
}
section.step .step-text {
	min-height: 130px;
	padding: 15px;
}

/* ご案内 */
section.guide {
	padding-top: 140px;
	padding-bottom: 120px;
}
@media not all and (min-width: 640px) {
	section.guide {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
@media not all and (min-width: 640px) {
	section.guide .smb-section__title-img {
		width: 250px;
	}
}
section.guide .c-container {
	max-width: 880px;
}
section.guide h3.guide-title {
	font-size: 20px;
	font-weight: 500;
	margin-top: 20px;
	margin-bottom: 12px;
}
@media not all and (min-width: 1024px) {
	section.guide h3.guide-title {
		font-size: 18px;
	}
}
@media not all and (min-width: 640px) {
	section.guide h3.guide-title {
		font-size: 16px;
	}
}
section.guide .guide-text {
	padding-left: 10px;
}
@media (min-width: 1024px) {
	section.guide .guide-text {
		font-size: 18px;
	}
}

/* よくある質問 */
section.faq {
	padding-top: 195px;
	padding-bottom: 100px;
}
@media not all and (min-width: 640px) {
	section.faq {
		padding-top: 80px;
		padding-bottom: 40px;
	}
}
@media not all and (min-width: 640px) {
	section.faq .smb-section__title-img {
		width: 155px;
	}
}
section.faq .faq-accordion {
	max-width: 880px;
	margin-top: 30px !important;
}
section.faq .smb-accordion__item {
	border-radius: 10px;
	overflow: hidden;
}
section.faq .smb-accordion__item__title {
	background-color: #fff;
	-webkit-transition: color, background-color 0.25s;
	transition: color, background-color 0.25s;
	padding: 15px 20px;
}
section.faq .smb-accordion__item__title__icon {
	width: 1em;
	height: 1em;
	position: relative;
}
section.faq .smb-accordion__item__title__icon .svg-inline--fa {
	display: none;
}
section.faq .smb-accordion__item__title__icon::before, section.faq .smb-accordion__item__title__icon::after {
	background-color: #0059ff;
	position: absolute;
	inset: 0;
	margin: auto;
}
section.faq .smb-accordion__item__title__icon::before {
	content: "";
	height: 2px;
	width: 100%;
}
section.faq .smb-accordion__item__title__icon::after {
	content: "";
	height: 100%;
	-webkit-transition: opacity 0.25s;
	transition: opacity 0.25s;
	width: 2px;
}
section.faq .smb-accordion__item__title__label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
section.faq .smb-accordion__item__title__label::before {
	content: "Q";
	font-size: 19px;
	color: #fff;
	background-color: #326fe3;
	border-radius: 100px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 34px;
	        flex: 0 0 34px;
	width: 34px;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 0.2em;
	margin-right: var(--_margin-2);
	-webkit-transition: color, background-color 0.25s;
	transition: color, background-color 0.25s;
}
section.faq .smb-accordion__item__body {
	background-color: #fff;
	padding: 20px;
}
section.faq .smb-accordion__item__body::before {
	content: "A";
	font-size: 19px;
	color: #fff;
	background-color: #326fe3;
	border-radius: 100px;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 34px;
	        flex: 0 0 34px;
	width: 34px;
	height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding-bottom: 0.2em;
	margin-right: var(--_margin-2);
}
section.faq .smb-accordion__item__body p {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
section.faq .smb-accordion__item__control:checked + .smb-accordion__item__title {
	color: #fff;
	background-color: #326fe3;
}
section.faq .smb-accordion__item__control:checked + .smb-accordion__item__title .smb-accordion__item__title__icon::before, section.faq .smb-accordion__item__control:checked + .smb-accordion__item__title .smb-accordion__item__title__icon::after {
	background-color: #fff;
}
section.faq .smb-accordion__item__control:checked + .smb-accordion__item__title .smb-accordion__item__title__icon::after {
	opacity: 0;
}
section.faq .smb-accordion__item__control:checked + .smb-accordion__item__title .smb-accordion__item__title__label::before {
	color: #326fe3;
	background-color: #fff;
}
section.faq .smb-accordion__item__control:checked + .smb-accordion__item__title + .smb-accordion__item__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}

/* お問い合わせ */
section.contact {
	padding-top: 30px;
	padding-bottom: 20px;
}
@media not all and (min-width: 640px) {
	section.contact {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
section.contact h2.smb-section__title {
	color: #012f86;
	font-weight: 700;
}
section.contact .smb-section__body {
	margin-top: 0 !important;
}

/* フッター */
section.footer {
	padding-top: 16px;
	padding-bottom: 8px;
}
section.footer .footer-nav {
	max-width: 370px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
section.footer .footer-nav > * {
	margin-top: 0;
}
section.footer .footer-nav p a {
	color: #fff;
	text-decoration: none;
}
section.footer .footer-copyright {
	font-size: 12px;
	margin-top: 6px;
}