@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ここから追加CSS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');

/* ページトップボタン */
@media not all and (min-width: 960px) {
	#fix_bottom_menu+.p-fixBtnWrap {
		bottom: 90px;
	}
}
.c-fixBtn {
	opacity: 1;
	width: 40px;
	height: 40px;
}
@media (min-width: 960px) {
	.hov-bg-main:hover {
		background-color: #f19ec1!important;
		border-color: #f19ec1;
	}
}

/* reCAPTCHAの画像位置 */
.grecaptcha-badge {
	z-index: 1;
	border-radius: 10px!important;
}

/* メール送信後の表示 */
div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
	background: #ffffff;
	border: 1px solid #909090;
}

/* 必須の文字 */
.wpforms-required-label {
	position: relative;
	color: transparent!important;
}
.wpforms-required-label:before {
	position: absolute;
	content: "必須";
	font-size: .8em;
	margin-left: .8em;
	padding: 1px 7px;
	background: #f19ec1;
	border-radius: 3px;
	color: #fff!important;
	white-space: nowrap;
}

p {
	font-size: 1rem;
}

/* ヘッダーロゴ周り */
.l-header__logo {
	background: #fff;
	border-radius: 0 0 15px 0;
	padding-left: 48px !important;
	top: 0;
	left: -48px;
	position: relative;
	box-shadow: 0 -1px 0 #ffffff;
}
@media (min-width: 960px) {
	.l-header__logo {
		border-radius: 0 0 20px 0;
	}
}
#header:before {
	position: absolute;
	content: "";
	top: 48px;
	left: 15px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-origin: top;
	z-index: 99;
	box-shadow: 0 -1px 0 #ffffff;
}
@media (min-width: 960px) {
	#header:before {
		top: 72px;
		width: 20px;
		height: 20px;
	}
}
.l-header__logo:after {
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-origin: top;
	box-shadow: 0 -1px 0 #ffffff;
}
@media (min-width: 960px) {
	.l-header__logo:after {
		right: -20px;
		width: 20px;
		height: 20px;
	}
}

/* SPハンバーガーアイコン周り */
.c-iconBtn {
	background: #fff;
	border-radius: 0 0 0 15px;
	box-shadow: 0 -1px 0 #ffffff;
	position: relative;
	left: -15px;
}
.c-iconBtn:before {
	position: absolute;
	content: "";
	top: 0;
	left: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-origin: top;
	z-index: 1;
	box-shadow: 0 -1px 0 #ffffff;
}
.c-iconBtn:after {
	position: absolute;
	content: "";
	top: 48px;
	left: 28px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	background-origin: top;
	z-index: 1;
	box-shadow: 0 -1px 0 #ffffff;
}
.icon-menu-thin:before {
	color: #f19ec1;
}
.p-spMenu__body {
	z-index: 2;
}

/* PCグローバルメニュー周り */
@media (min-width: 960px) {
	.-series-right .c-gnavWrap {
		font-weight: 700;
	}
	div:not(.single) .-series-right .c-gnavWrap {
		font-weight: 700;
		background: #ffffff;
		padding-left: 25px;
		padding-right: 48px;
		border-radius: 20px 0 0 0;
		position: relative;
		top: calc(100vh - 102px);
		right: -48px;
		box-shadow: 0 1px 0 #ffffff;
	}
	div:not(.single) .-series-right .c-gnavWrap:before {
		position: absolute;
		content: "";
		top: 52px;
		left: -20px;
		width: 20px;
		height: 20px;
		background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-3.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		background-origin: top;
		z-index: 99;
		box-shadow: 0 1px 0 #ffffff;
	}
	div:not(.single) .-series-right .c-gnavWrap:after {
		position: absolute;
		content: "";
		top: -20px;
		right: 15px;
		width: 20px;
		height: 20px;
		background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-3.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		background-origin: top;
		z-index: 99;
		box-shadow: 0 1px 0 #ffffff;
	}
}
.l-header .c-gnav>li>a:after {
	background: #f1c2d6;
}
.c-gnav>.menu-item>a .ttl {
	font-size: 16px;
}

/* メインビジュアル周り */
.p-mainVisual.-height-full {
	height: calc(var(--swl-mv-height, 100vh) - var(--swl-headerH, 0px) - var(--swl-adminbarH, 0px) - 30px);
}
.p-mainVisual.-margin-on {
	margin: 15px;
	padding: 0!important;
	width: calc(100% - 30px);
	border-radius: 30px;
}

/* メインビジュアル内テキスト */
.p-mainVisual__slideTitle {
	font-size: 10vw;
	font-weight: 900;
}
@media (min-width: 600px) {
	.p-mainVisual__slideTitle {
		font-size: 10vw;
		line-height: 1.1;
	}
}

/* ローディング後メインテキストフェードイン */
.text-box-style-1 {
	overflow: hidden;
}
.p-mainVisual__slideTitle .text-up-style-1, .p-mainVisual__slideTitle .text-up-style-2 {
	transform: translateY(30vh);
}
.loading-after-body .p-mainVisual__slideTitle .text-up-style-1 {
	animation: mainvisual-text-up 1s forwards 1.7s;
}
.loading-after-body .p-mainVisual__slideTitle .text-up-style-2 {
	animation: mainvisual-text-up 1s forwards 2.7s;
}
@keyframes mainvisual-text-up {
	0% {
		transform: translateY(30vh);
	}
	100% {
		transform: translateY(0);
	}
}

/* 投稿＆カテゴリーページタイトル周り */
div:not(.home)  #header {
	top: 15px;
}
div:not(.home) .l-topTitleArea {
	min-height: 250px;
	top: -48px;
	margin: 15px;
	margin-bottom: calc(-3vw  - 28px);
	width: calc(100% - 30px);
	border-radius: 0 30px 30px 0;
	padding-left: 3vw;
}
@media (min-width: 600px) {
	div:not(.home) .l-topTitleArea {
		min-height: 300px;
	}
}
@media (min-width: 960px) {
	div:not(.home) .l-topTitleArea {
		min-height: 440px;
		top: -72px;
		margin-bottom: -72px;
	}
}
@media (min-width: 960px) {
	div:not(.home) .-series-right .c-gnavWrap {
		top: 368px;
	}
}
div:not(.home) .l-header__inner.l-container {
	margin-left: 0;
	margin-right: 0;
	max-width: 100vw;
}
div:not(.single) .l-header {
	background: rgba(0, 0, 0, 0);
}
.l-topTitleArea__body {
	position: absolute;
	bottom: 0px;
	width: unset;
	background: #fff;
	left: 0;
	padding-left: 10px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 10px;
	white-space: nowrap;
	color: #000;
	text-shadow: none;
	border-radius: 0 20px 0 0;
}
.l-topTitleArea__body:before {
	position: absolute;
	content: "";
	top: -20px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-2.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.l-topTitleArea__body:after {
	position: absolute;
	content: "";
	bottom: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-2.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.c-pageTitle {
	display: grid;
}
@media (min-width: 600px) {
	.c-pageTitle {
		font-size: 2.5em;
		padding-left: 30px;
		padding-right: 30px;
	}
}
.c-pageTitle:before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #f19ec1;
	border-radius: 99px;
}
.c-pageTitle__subTitle {
	font-style: normal;
	top: 0;
}

/* スマホ開閉メニュー */
.p-spMenu {
	top: -15px;
	height: calc(100vh + 15px);
}
[data-spmenu=opened] .p-spMenu__inner {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
[data-spmenu=closed] .p-spMenu__inner {
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
}
.p-spMenu__inner {
	top: -15px;
	padding-top: 83px;
	height: calc(100vh + 30px);
	box-shadow: none;
	width: 100vw;
	transition: -webkit-transform 1.5s;
	transition: transform 1.5s;
	transition: transform 1.5s, -webkit-transform 1.5s;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.-right .p-spMenu__closeBtn {
	right: 0;
	top: 33px;
}
.c-widget__title:after, .c-widget__title:before {
	display: none;
}
.c-spnav {
	display: grid;
	justify-content: left;
}
.c-spnav>.menu-item:first-child>a {
	border: 1px solid #000;
}
.c-spnav a {
	border: 1px solid #000;
	margin-bottom: 10px;
	border-radius: 99px;
	background-color: #fff;
}
.c-listMenu a:hover {
	background-color: #fff;
}
.c-gnav .sub-menu a:before, .c-listMenu a:before {
	left: 20px;
}
.c-listMenu a {
	padding: 1em 2em 1em 3em;
	font-weight: 700;
}
.c-listMenu a:hover {
	padding-left: 2.75em;
	padding-right: 2.25em;
}
/* スマホ開閉メニュー内ロゴ */
.p-spMenu .c-widget__title {
	margin-bottom: 150px;
}
.p-spMenu__body {
	position: relative;
	overflow: hidden;
}
.p-spMenu__body:before {
	position: absolute;
	content: "";
	top: 30px;
	left: calc(50% - 35px);
	width: 70px;
	height: 70px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro-logo-img-512-square-1c.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
/* スマホ開閉メニュー内背景 */
.p-spMenu__body:after {
	position: absolute;
	content: "";
	top: 120px;
	left: 7em;
	width: calc(100vw - 7em);
 	height: calc(100vh - 173px);
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro-img-001c.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 55%;
	border-radius: 30px 0 0 0;
	z-index: -1;
}

/* リストマーカーの色 */
::marker {
	color: #f19ec1;
}

/* トップページh1 */
.h1-style-1 {
	font-size: 1rem!important;
}

/* メインビジュアル下画像 */
.img-group-style-1 {
	position: relative;
	margin-bottom: 50px;
	z-index: 2;
}
@media (min-width: 960px) {
	.img-group-style-1 {
		margin-bottom: -100px;
	}
}
.img-style1-1 {
	position: relative;
	left: -15px;
	width: 300px;
}
.img-style1-2 {
	position: absolute;
	top: 200px;
	right: -15px;
	width: 250px;
}
@media (min-width: 600px) {
	.img-style1-1 {
		width: 450px;
	}
	.img-style1-2 {
		top: 300px;
		width: 400px;
	}
}
@media (min-width: 960px) {
	.img-style1-1 {
		width: 550px;
	}
	.img-style1-2 {
		top: 200px;
		width: 500px;
	}
	.img-style1-1 img, .img-style1-2 img {
		aspect-ratio: 16 / 9!important;
	}
}
.img-style1-1 img, .img-style1-2 img {
	border-radius: 30px;
	border: 15px solid #ffffff;
}
.img-style1-1:before {
	position: absolute;
	content: "";
	top: 180px;
	left: 266px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-3.png");
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 600px) {
	.img-style1-1:before {
		top: 280px;
		left: 416px;
	}
}
@media (min-width: 960px) {
	.img-style1-1:before {
		top: 180px;
		left: 516px;
	}
}
@media (min-width: 790px) and (max-width: 959px) {
	.img-style1-1:before {
		display: none;
	}
}
.img-style1-2:before {
	position: absolute;
	content: "";
	top: 66px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-3.png");
	background-repeat: no-repeat;
	background-size: cover;
}
@media (min-width: 600px) {
	.img-style1-2:before {
		top: 116px;
	}
}
@media (min-width: 960px) {
	.img-style1-2:before {
		top: 75px;
	}
}

/* SP&TLコンテンツ左右余白 */
@media not all and (min-width: 960px) {
	.l-content {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/* フルワイド */
.alignfull {
	left: calc(50% - 50vw) !important;
	position: relative !important;
	width: 100vw !important;
}

/* フルワイドspan */
.fullwide-span-style-1 {
	background: #fff;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 50vw;
	position: relative;
	left: -45vw;
	border-radius: 0 0 20px 0;
	white-space: nowrap;
	clip-path: inset(0 -20px 0 0);
}
.fullwide-span-style-1:before {
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-1.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/* トップフルワイドh2アニメーション */
.h2-up-anim-1 {
	opacity: 0.0001;
}
.h2-up-anim-1.is-active {
	display: inline-block;
	transform: translateY(3em);
	opacity: 0.0001;
	animation: h2-text-up 1s forwards 0.25s;
}
@keyframes h2-text-up {
  0% {
		transform: translateY(3em);
		opacity: 0.0001;
  }
  1% {
		transform: translateY(3em);
		opacity: 1;
  }
  100% {
		transform: translateY(0);
		opacity: 1;
  }
}

/* トップフルワイドgroup */
.fullwide-group-style-1 {
	justify-content: right;
	display: grid;
	position: relative;
}
.fullwide-group-style-1-1 {
	padding: 40px 30px 25px 30px;
	margin: 0 15px;
	background: #fff;
	border-radius: 20px 20px 0 20px;
	max-width: 800px;
}
.fullwide-button-style-1 {
	position: absolute;
	bottom: -60px;
	right: 15px;
	padding: 15px 20px!important;
	font-size: 14px;
	border-radius: 0 0 20px 20px;
	background-color: #ffffff!important;
}
.fullwide-button-style-1:before {
	position: absolute;
	content: "";
	top: 13px;
	left: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/* 本文強調 */
.text-strong-style-1 {
	font-weight: 700;
	font-size: 1.2em;
	padding-left: 0.2em;
	padding-right: 0.2em;
}
.text-strong-style-2 {
	border-bottom: 3px solid #f19ec1;
}
.text-strong-style-3 {
	font-weight: 700;
}
.text-strong-style-4 {
	border-bottom: 3px solid #f19ec1;
	font-weight: 700;
}

/* 通常ボタン */
.is-style-btn_line {
	font-weight: 700;
}
.is-style-btn_line a:hover {
	background-color: #f19ec1;
}

/* 事業内容タイトル */
.fullwide-h2-style-2 {
	font-size: 30px!important;
}
@media (min-width: 600px) {
	.fullwide-h2-style-2 {
		font-size: 40px!important;
	}
}
.fullwide-span-style-2 {
	background: #fff;
	padding-top: 60px!important;
	padding-right: 40px;
	padding-left: 50vw;
	position: relative;
	left: -45vw;
	border-radius: 0 20px 0 0;
	white-space: nowrap;
	clip-path: inset(0 -20px 0 0);
}
.fullwide-span-style-2:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-2.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/* h2上補足英語（事業内容） */
.h2-up-style-2 {
	position: relative;
	top: 110px;
	margin-bottom: 0!important;
	font-size: 1.2em;
	font-weight: 700;
	z-index: 2;
}
@media (min-width: 600px) {
	.h2-up-style-2 {
		top: 150px;
	}
}
.h2-up-style-2 span {
	border-bottom: 3px solid #f19ec1;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* 事業内容h3 */
.column-1-group-style-1 {
	backdrop-filter: blur(10px);
	padding: 50px 30px;
	margin: -80px 20px!important;
	margin-bottom: -80px!important;
	border-radius: 20px;
	border: 1px solid #0000001a;
	width: calc(100% - 10px);
	color: #000;
	box-shadow: -3px 3px 6px #00000040;
	opacity: 0.0001;
	position: relative;
	z-index: 5;
}
.column-1-group-style-1.is-active {
	transform: translateY(10em);
	animation: blur-group-animation 1.5s forwards 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes blur-group-animation {
	0% {
		transform: translateY(10em);
		opacity: 0.0001;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}
.column-1-group-style-1:before {
	position: absolute; 
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	opacity: 0.3;
	border-radius: 20px;
	z-index: 1;
}
.column-1-h3-style-1 {
	z-index: 2;
}
.column-1-h3-style-1 span {
	background: #fff;
	padding: 1em 2em 1em 4em;
	border-radius: 99px;
	position: relative;
}
.column-1-h3-style-1 span:before {
	position: absolute;
	content: "";
	top: 1.7em;
	left: 1.5em;
	width: 20px;
	height: 3px;
	background: #f19ec1;
}
.column-1-p-style-1 {
	position: relative;
	z-index: 2;
}
@media (min-width: 600px) {
	.column-1-p-style-1 {
		padding-left: 3em;
	}
}

/* 無限テキスト縦スクロールアニメーション */
@keyframes textScroll-slide {
	0% {
		transform: translate(0, 0);
		opacity: 0.001;
	}
	3% {
		transform: translate(-6%, 0);
		opacity: 1;
	}
	97% {
		transform: translate(-194%, 0);
		opacity: 1;
	}
	100% {
		transform: translate(-200%, 0);
		opacity: 0.001;
	}
}

/* 選ばれる理由 */
.edge-fullwide-style-3 {
	z-index: 2;
}
.fullwide-h2-style-3 {
	top: 50px;
	font-size: 30px!important;
	margin-top: 0!important;
	margin-bottom: 180px!important;
}
@media (min-width: 600px) {
	.fullwide-h2-style-3 {
		font-size: 40px!important;
		margin-bottom: 250px!important;
	}
}
.fullwide-span-style-3 {
	background: #fff;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 15px;
	padding-left: 50vw;
	position: relative;
	left: -45vw;
	border-radius: 0 0 20px 0;
	white-space: nowrap;
	clip-path: inset(0 -20px 0 0);
}
@media (min-width: 600px) {
	.fullwide-span-style-3 {
		padding-right: 60px;
	}
}
.fullwide-span-style-3:before {
	position: absolute;
	content: "";
	top: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-1.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}
@media (max-width: 599px) {
	.pconly-span-style-1 {
		display: none;
	}
}
@media (min-width: 600px) {
	.sponly-span-style-1 {
		display: none;
	}
}

/* h2上補足英語（選ばれる理由） */
.h2-up-fullwide-style-3 {
	z-index: 3;
}
.h2-up-style-3 {
	position: relative;
	top: 40px;
	margin-bottom: 0!important;
	font-size: 1.2em;
	font-weight: 700;
	z-index: 2
}
.h2-up-style-3 span {
	border-bottom: 3px solid #f19ec1;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* 選ばれる理由コンテンツ */
.edge-h3-style-1 {
	font-size: 1.6em!important;
	color: #fff;
	text-align: center;
	margin-top: 140px!important;
}
@media (min-width: 600px) {
	.edge-h3-style-1 {
		font-size: 2.5em!important;
		margin-top: 160px!important;
	}
}
@media (min-width: 960px) {
	.edge-h3-style-1 {
		font-size: 3.5em!important;
		margin-top: 220px!important;
	}
}
.edge-span-style-1 {
	position: relative;
}
.edge-span-style-1:before {
	position: absolute;
	content: "";
	top: -60px;
	left: calc(50% - 37.5px);
	width: 75px;
	height: 50px;
	border-radius: 10px;
}
@media (min-width: 960px) {
	.edge-span-style-1:before {
		top: -100px;
		left: calc(50% - 56.25px);
		width: 112.5px;
		height: 75px;
	}
}
.edge-span-style-1.no-1:before {
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro-no1.png");
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.edge-span-style-1.no-2:before {
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro-no2.png");
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.edge-span-style-1.no-3:before {
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro-no3.png");
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.edge-h4-style-1 {
	position: relative;
}
.edge-h4-style-1:before {
	position: absolute;
	content: "";
	width: calc(100% + 0.7em);
	height: 3px;
	bottom: -5px;
	left: -0.35em;
	background: #f19ec1;
	border-radius: 99px;
}
@media (min-width: 600px) {
	.edge-h4-style-1 {
		font-size: 1.25em;
	}
}

.edge-p-style-1 {
	padding-left: 1em;
}

.text-slide-normal-style-1 {
	margin-top: 2em;
	opacity: 0.0001;
	width: 85%;
	position: relative;
	left: 12%;
	color: #fff;
}
@media (min-width: 960px) {
	.text-slide-normal-style-1 {
		width: 82%;
		left: 18%;
	}
}
.text-slide-normal-style-1.is-active {
	transform: translateX(10em);
	animation: h4-text-animation 1.5s forwards 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}
@keyframes h4-text-animation {
	0% {
		transform: translateX(3em);
		opacity: 0.0001;
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

/* 実績タイトル */
.fullwide-h2-style-4 {
	font-size: 30px!important;
}
@media (min-width: 600px) {
	.fullwide-h2-style-4 {
		font-size: 40px!important;
	}
}
.fullwide-span-style-4 {
	background: #e2e2e2;
	padding-top: 60px!important;
	padding-right: 40px;
	padding-left: 50vw;
	position: relative;
	left: -45vw;
	border-radius: 0 20px 0 0;
	white-space: nowrap;
	clip-path: inset(0 -20px 0 0);
}
@media (min-width: 600px) {
	.fullwide-span-style-4 {
		padding-right: 60px;
	}
}
.fullwide-span-style-4:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-gray-2.png");
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

/* h2上補足英語（実績） */
.h2-up-style-4 {
	position: relative;
	top: 110px;
	margin-bottom: 0!important;
	font-size: 1.2em;
	font-weight: 700;
	z-index: 2
}
@media (min-width: 600px) {
	.h2-up-style-4 {
		top: 150px;
	}
}
.h2-up-style-4 span {
	border-bottom: 3px solid #f19ec1;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* 流れる画像1 */
.loop-img {
	display: flex;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	position: relative;
	left: -100%;
	width: 300%;
	padding-top: 100px;
	padding-bottom: 10px;
	margin-bottom: 0;
}
.loop-img-box {
	display: flex;
	animation: loop-img-list 50s linear infinite;
	margin: 0!important;
	padding: 0!important;
}
.loop-img-item {
	width: 150px;
	height: 150px;
	display: block;
	margin-left: 20px!important;
}
.loop-img-item img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 20px;
}
@media screen and (min-width: 960px) { /* デバイス指定（PC） */
	.loop-img-box {
		animation: loop-img-list 100s linear infinite;
	}
	.loop-img-item {
		width: 300px;
		height: 169px;
	}
	.loop-img-item img {
		width: 300px;
		height: 169px;
	}
}
@keyframes loop-img-list {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
}
/* 流れる画像2 */
.loop-img-1 {
	display: flex;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
	position: relative;
	left: -100%;
	width: 300%;
}
.loop-img-box-1 {
	display: flex;
	animation: loop-img-list-1 50s linear infinite;
	margin: 0!important;
	padding: 0!important;
}
.loop-img-item-1 {
	width: 150px;
	height: 150px;
	display: block;
	margin-left: 20px!important;
}
.loop-img-item-1 img {
	width: 150px;
	height: 150px;
	object-fit: cover;
	border-radius: 20px;
}
@media screen and (min-width: 960px) { /* デバイス指定（PC） */
	.loop-img-box-1 {
		animation: loop-img-list-1 100s linear infinite;
	}
	.loop-img-item-1 {
		width: 300px;
		height: 169px;
	}
	.loop-img-item-1 img {
		width: 300px;
		height: 169px;
	}
}
@keyframes loop-img-list-1 {
	0% {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

/* 実績本文 */
.work-1 {
	position: relative;
	top: -50px;
	left: -10px;
}
.fullwide-style-4:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: -25%;
	width: 300px;
	height: 300px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro-logo-1-1c.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
@media screen and (min-width: 600px) {
	.fullwide-style-4:before {
		bottom: 30px;
		right: -10%;
	}
}
@media screen and (min-width: 960px) {
	.fullwide-style-4:before {
		right: calc(50% - 450px);
	}
}

/* 求人タイトル */
.fullwide-h2-style-5 {
	font-size: 30px!important;
}
@media (min-width: 600px) {
	.fullwide-h2-style-5 {
		font-size: 40px!important;
	}
}
.fullwide-span-style-5 {
	background: #fff;
	padding-top: 60px!important;
	padding-right: 40px;
	padding-left: 50vw;
	position: relative;
	left: -45vw;
	border-radius: 0 20px 0 0;
	white-space: nowrap;
	clip-path: inset(0 -20px 0 0);
}
.fullwide-span-style-5:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-2.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/* h2上補足英語（求人） */
.h2-up-style-5 {
	position: relative;
	top: 110px;
	margin-bottom: 0!important;
	font-size: 1.2em;
	font-weight: 700;
	z-index: 2
}
@media (min-width: 600px) {
	.h2-up-style-5 {
		top: 150px;
	}
}
.h2-up-style-5 span {
	border-bottom: 3px solid #f19ec1;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* コピーライト */
.l-footer__foot, .l-footer__widgetArea {
	padding-bottom: 5em;
	padding-top: 3em;
	font-weight: 700;
}
@media (min-width: 960px) {
	.l-footer__foot, .l-footer__widgetArea {
		padding-bottom: 3em;
	}
}
.l-footer .copyright {
	font-size: 1em;
}

/* コピーライト直上余白 */
.-frame-on .l-mainContent {
	padding-bottom: 0!important;
}

/* 投稿ページ以外コンテンツエリア上余白 */
div:not(.single) .l-content {
	padding-top: 0;
}

/* 投稿ページコンテンツエリア上余白 */
.single-post .post_content {
	margin-top: 2em;
}

/* フッターフジクロ */
.fullwide-style-6 {
	background: linear-gradient(#f1c2d6, #f19ec1);
}
.text-left-logo-style-1 {
	position: relative;
	left: 50px;
}
.text-left-logo-style-1:before {
	position: absolute;
	content: "";
	top: 0.4em;
	left: -65px;
	width: 70px;
	height: 1em;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro-logo-1-1c.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* フッターISO画像分リッチカラムを持ち上げ画像を少し下げ */
.footer-richcolumn-1 {
	margin-top: 3em;
}
@media (min-width: 960px) {
	.footer-richcolumn-1 {
		margin-top: calc(4em - 200px);
	}
	.footer-iso-img-1 {
		padding-top: 2em;
	}
}

/* フッターサイトマップ */
.sitemap-style-1 {
	background: #949494;
	color: #fff;
	font-weight: 700;
	position: relative;
	border-radius: 20px 0 0 0;
}
@media (max-width: 959px) {
	.sitemap-style-1 {
		left: 70px;
		width: calc(100% - 70px)!important;
	}
}
.sitemap-style-1:before {
	position: absolute;
	content: "";
	top: 0;
	right: -50vw;
	width: 50vw;
	height: 100%;
	background: #949494;
}
.sitemap-style-1:after {
	position: absolute;
	content: "";
	bottom: -1px;
	left: -19px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-koi-gray-3.png");
	background-repeat: no-repeat;
	background-size: contain;
}
.swell-block-linkList__icon.-left {
	fill: #f19ec1;
}

/* パンくずリスト */
.-frame-on .p-breadcrumb {
	background: #949494!important;
	font-weight: 700;
	color: #fff;
}

/* ブログパーツフッターフルワイド */
.fullwide-footer-style-1 {
	background: linear-gradient(#fff, #f19ec1);
}

/* 記事一覧 */
.p-pickupBanners__item .c-bannerLink, .p-postList__thumb {
	border-radius: 10px;
}
[class*=page-numbers].current, [class*=page-numbers]:hover {
	background-color: #f19ec1;
}
.-type-list2 .p-postList__body::after, .-type-big .p-postList__body::after {
	content: "READ MORE";
}
.-type-list2 .p-postList__body:after {
	border-radius: 99px;
}

/* 投稿ページ*/
.c-categoryList__link, .c-tagList__link, .c-taxList__link {
	border-radius: 99px;
	padding: 0.3em 1em 0.4em;
}
.c-shareBtns__item:not(:last-child) {
	margin-right: 1em;
}
.c-shareBtns__btn {
	border-radius: 99px;
}

/* SP固定フッター */
#fix_bottom_menu .menu-item i:before {
	color: #f19ec1;
}

@media (max-width: 959px) { /* デバイス指定（SP＆TL） */
	#fix_bottom_menu .menu_list li:first-child i:before {
		transform: scale(0.7);
	}
	#fix_bottom_menu .menu_list li:first-child {
		flex: unset;
		width: 50px;
		margin-left: 10px;
		margin-right: 10px;
		padding: 10px;
	}
	.flex-footer-nakamamotomu-style-1 {
		background-image: linear-gradient(180deg, rgba(241, 158, 193, 1), rgba(248, 224, 234, 1));
		font-weight: 700;
		padding-top: 40px!important;
		padding-bottom: 15px!important;
		position: relative;
		top: -15px;
		border-radius: 20px 20px 0 0;
		display: flex;
		justify-content: center;
		flex: unset !important;
		width: 150% !important;
	}
	.flex-footer-nakamamotomu-style-1 span {
		background: #fff;
		padding: 0.5em 1.5em 0.5em 3em;
		border-radius: 99px;
		border: 1px solid #000;
		position: relative;
	}
	.flex-footer-nakamamotomu-style-1 span:before {
		position: absolute;
		font-family: icomoon;
		content: "\e921";
		top: 0;
		left: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		vertical-align: middle;
	}
	.flex-footer-nakamamotomu-style-1:before {
		position: absolute;
		content: "Let's Entry!";
		top: 10px;
		left: 0;
		right: 0;
		width: auto;
		height: auto;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
	}
	.flex-footer-otoiawase-style-1 a {
		font-weight: 700;
		position: relative;
		display: block !important;
	}
	#fix_bottom_menu .menu_list {
		height: 60px;
	}
	#fix_bottom_menu span {
		line-height: 2;
	}
	#fix_bottom_menu .menu-item a {
		align-items: center;
		display :inline-flex;
	}
	#fix_bottom_menu .menu-item i {
		font-size: 24px;
		height: 16px;
	}
	#fix_bottom_menu span {
		font-size: 14px;
	}
}

@media (min-width: 960px) { /* デバイス指定（PC） */
	#fix_bottom_menu li:nth-of-type(1), #fix_bottom_menu li:nth-of-type(3) {
		display: none;
	}
	#fix_bottom_menu {
		box-shadow: none;
		left: 0;
		bottom: -175px;
		display: block;
		width: 435px;
		font-weight: 700;
		transition: bottom 1.4s cubic-bezier(0.19, 1, 0.22, 1);
	}
	#fix_bottom_menu::before {
		border-radius: 0 20px 0 0;
	}
	#fix_bottom_menu .menu_list {
		height: 110px;
		background-image: linear-gradient(90deg, rgba(241, 194, 214, 1), rgba(241, 158, 193, 1));
		border-radius: 0 20px 0 0;
		justify-content: right !important;
		align-items: end;
		overflow: hidden;
	}
	#fix_bottom_menu .menu-item {
		flex: unset;
	}
	#fix_bottom_menu .menu-item i {
		display: none;
	}
	#fix_bottom_menu span {
		font-size: 16px;
		background: #fff;
		padding: 0.9em 1.2em 0.9em 2.8em; 
		border-radius: 99px;
		position: relative;
		border: 1px solid #000;
	}
	#fix_bottom_menu span:before {
		position: absolute;
		font-family: icomoon;
		content: "\e921";
		top: 0;
		left: 20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		vertical-align: middle;
	}
	#fix_bottom_menu a {
		margin-right: 30px;
		margin-bottom: 10px;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		border-radius: 99px;
	}
	#fix_bottom_menu a:hover {
		color: #f19ec1;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#fix_bottom_menu span:hover {
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#fix_bottom_menu .menu_list:before {
		position: absolute;
		content: "Let's Entry!";
		top: 3px;
		right: -130%;
		width: 130%;
		height: auto;
		font-size: 32px;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		animation: flex-text-slide 10s 
linear infinite;
	}
	#fix_bottom_menu .menu_list:after {
		position: absolute;
		content: "Join Our Team!";
		top: 3px;
		right: -130%;
		width: 130%;
		height: auto;
		font-size: 32px;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		animation: flex-text-slide 10s 
linear 5s infinite;
	}	
	#fix_bottom_menu:after {
		position: absolute;
		content: "";
		top: -60px;
		left: -10px;
		width: 250px;
		height: 220px;
		background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/pc-flex-footer-img-01c.png");
		z-index: 1;
		background-repeat: no-repeat;
		background-size: contain;
	}
}
@keyframes flex-text-slide {
	0% {
		transform: translate(0, 0);
		opacity: 1;
	}
	95% {
		transform: translate(-95%, 0);
		opacity: 1;
	}
	100% {
		transform: translate(-100%, 0);
		opacity: 0;
	}
}

/* ブログパーツ用フッタータイトル */
.fullwide-footer-title-style-1 {
	font-weight: bold;
	line-height: 1.4;
	margin: 4em 0 2em;
}

/* ■■■ 採用情報 ■■■ */
/* ビッグロゴ背景タイトル */
.recruitment-fullwide-style-2 {
	background: linear-gradient(rgba(255,255,255, 0), rgba(241,158,193, 1));
	padding-top: 200px!important;
}
.recruitment-fullwide-style-2:before {
	position: absolute;
	content: "";
	bottom: 150px;
	right: -30vw;
	width: 100vw;
	max-width: 1200px;
	height: 38vw;
	background: url(https://murasaki-demo.com/preview-post-70270/wp-content/uploads/2025/12/fujikuro-logo-1-2.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	opacity: 0.3;
}
.recruitment-h2-up-style-1 {
	position: relative;
	top: -10px;
	margin-bottom: 0 !important;
	font-size: 1.2em;
	font-weight: 700;
	z-index: 2;
}
.recruitment-h2-up-style-1 span {
	border-bottom: 3px solid #f19ec1;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.recruitment-h2-style-1 {
	font-size: 30px !important;
	margin-top: 0 !important;
}
@media (min-width: 600px) {
	.recruitment-h2-style-1 {
		font-size: 40px !important;
	}
}
.recruitment-h2-span-style-1 {
	background: #fff;
	padding-top: 60px !important;
	padding-right: 40px;
	padding-left: 50vw;
	position: relative;
	left: calc(-50vw + 20px);
	border-radius: 0 20px 0 0;
	white-space: nowrap;
	clip-path: inset(0 -20px 0 0);
}
.recruitment-h2-span-style-1:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-2.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/* ■■■ 募集要項 ■■■ */
.jobinfo-h2-style-1 {
	font-size: 30px!important;
	margin-top: 40px !important;
}
@media (min-width: 600px) {
	.jobinfo-h2-style-1 {
		font-size: 40px !important;
	}
}
/* ドット色 */
.swl-inline-list[data-icon=dot]:before {
	background-color: #f19ec1;
}
/* テーブルアクセント */
.bosyuyoukou-table-style-1 {
	backdrop-filter: blur(10px);
	border-radius: 15px;
	border: 1px solid #000;
}
.bosyuyoukou-group-style-1 {
	position: relative;
	padding: 0;
	margin: 0;
}
.bosyuyoukou-span-style-1:before {
	position: absolute;
	content: "";
	top: -50px;
	left: -180px;
	width: 250px;
	height: 250px;
	border: 20px solid rgba(241,194,214, 1);
	z-index: -3;
	border-radius: 40px;
}
.bosyuyoukou-span-style-1:after {
	position: absolute;
	content: "";
	top: 140px;
	left: -830px;
	width: 750px;
	height: 200px;
	border: 20px solid rgba(226,226,226, 1);
	z-index: -2;
	border-radius: 40px;
}
.bosyuyoukou-span-style-2:before {
	position: absolute;
	content: "";
	bottom: -30px;
	right: -150px;
	width: 200px;
	height: 150px;
	border: 20px solid rgba(226,226,226, 1);
	z-index: -2;
	border-radius: 40px;
}
.bosyuyoukou-span-style-2:after {
	position: absolute;
	content: "";
	bottom: 60px;
	right: -850px;
	width: 800px;
	height: 200px;
	border: 20px solid rgba(241,194,214, 1);
	z-index: -3;
	border-radius: 40px;
}
.bosyuyoukou-span-style-3:before {
	position: absolute;
	content: "";
	bottom: 60px;
	right: -850px;
	width: 800px;
	height: 200px;
	border-bottom: 20px solid rgba(241,194,214, 1);
	z-index: -1;
	border-radius: 40px;
}
.bosyuyoukou-span-style-3:after {
	position: absolute;
	content: "";
	top: -50px;
	left: -180px;
	width: 250px;
	height: 250px;
	border-bottom: 20px solid rgba(241,194,214, 1);
	z-index: -1;
	border-radius: 40px;
}

/* ■■■ 求める人物像 ■■■ */
.is-this-you-group-style-1 {
	justify-content: right;
	display: grid;
	position: relative;
	margin-bottom: -3em;
}
.is-this-you-group-style-1-1 {
	padding: 35px 30px;
	margin: 0 15px;
	background: #fff;
	border-radius: 20px;
	max-width: 800px;
}

/* ■■■ よくある質問 ■■■ */
.swell-block-faq .faq_q:before, .swell-block-faq .faq_a:before {
	border-radius: 10px;
	width: 3em;
}
.is-style-faq-stripe .faq_q {
	border-radius: 10px;
}
.is-style-faq-box .faq_a, .is-style-faq-box .faq_q, .is-style-faq-stripe .faq_a, .is-style-faq-stripe .faq_q {
	padding: 1.25em 1em 1.25em 5em;
}

/* ■■■ まずはご相談から ■■■ */
.mazuwagosoudankara-h2-1 {
	font-size: 30px!important;
}
@media (min-width: 600px) {
	.mazuwagosoudankara-h2-1 {
		font-size: 40px!important;
	}
}
.mazuwagosoudankara-span-1 {
	background: #949494;
	padding-top: 60px!important;
	padding-right: 40px;
	padding-left: 50vw;
	position: relative;
	left: -45vw;
	border-radius: 0 20px 0 0;
	white-space: nowrap;
	clip-path: inset(0 -20px 0 0);
}
@media (min-width: 600px) {
	.mazuwagosoudankara-span-1 {
		padding-right: 60px;
	}
}
.mazuwagosoudankara-span-1:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-koi-gray-2.png");
	background-repeat: no-repeat;
	background-size: cover;
}
.mazuwagosoudankara-left-img-1 img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 20px solid #fff;
	border-radius: 100%!important;
}
.mazuwagosoudankara-left-img-1 a {
	position: relative;
	border-radius: 100%;
}
.mazuwagosoudankara-left-img-1 a:before {
	position: absolute;
	content: "";
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-color: rgba(0, 0, 0, .5);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUdwTAAAAJ8qhFEAAAABdFJOUwBA5thmAAAAEklEQVQI12MwYDBgYGBoYGAAAASKAOH8MS30AAAAAElFTkSuQmCC);
	background-size: 2px;
	opacity: 0.7;
	border-radius: 100%;
	transition: 0.2s;
}
.mazuwagosoudankara-left-img-1 a:hover:before {
	opacity: 0;
	transition: 0.2s;
}
.mazuwagosoudankara-left-img-1 a:after {
	position: absolute;
	content: "";
	top: 0;
	left: calc(50% - 100vw);
	width: 100vw;
	height: 100%;
	background: #fff;
	z-index: -1;
}
.mazuwagosoudankara-right-img-1 img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border: 20px solid #f1c2d6;
	border-radius: 100%!important;
}
.mazuwagosoudankara-right-img-1 a {
	position: relative;
	border-radius: 100%;
}
.mazuwagosoudankara-right-img-1 a:before {
	position: absolute;
	content: "";
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-color: rgba(0, 0, 0, .5);
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAGUExURUdwTAAAAJ8qhFEAAAABdFJOUwBA5thmAAAAEklEQVQI12MwYDBgYGBoYGAAAASKAOH8MS30AAAAAElFTkSuQmCC);
	background-size: 2px;
	opacity: 0.7;
	border-radius: 100%;
	transition: 0.2s;
}
.mazuwagosoudankara-right-img-1 a:hover:before {
	opacity: 0;
	transition: 0.2s;
}
.mazuwagosoudankara-right-img-1 a:after {
	position: absolute;
	content: "";
	top: 0;
	left: 50%;
	width: 100vw;
	height: 100%;
	background: #f1c2d6;
	z-index: -1;
}
@media (min-width: 960px) {
	.mazuwagosoudankara-left-img-1, .mazuwagosoudankara-right-img-1 {
		padding-left: 1em!important;
		padding-right: 1em!important;
		display: flex;
	}
	.mazuwagosoudankara-left-img-1 {
		justify-content: right;
	}
	.mazuwagosoudankara-right-img-1 {
		justify-content: left;
	}
	.mazuwagosoudankara-left-img-1 img, .mazuwagosoudankara-right-img-1 img {
		border-radius: 20px;
	}
}
.mazuwagosoudankara-img-group-1 {
	position: relative;
}
.mazuwagosoudankara-img-group-1 figure {
	margin: 0;
}
.mazuwagosoudankara-img-group-1 p {
	position: absolute;
	color: #fff;
	font-weight: 700;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	pointer-events: none;
}
.mazuwagosoudankara-img-group-1 p:nth-child(2) {
	font-size: 8vw;
	top: 0;
	text-align: center;
}
@media (min-width: 600px) {
	.mazuwagosoudankara-img-group-1 p:nth-child(2) {
		font-size: 5vw;
	}
}
.mazuwagosoudankara-img-group-1 p:nth-child(3) {
	font-size: 3vw;
	top: 15%;
	text-align: right;
}
@media (min-width: 600px) {
	.mazuwagosoudankara-img-group-1 p:nth-child(3) {
		font-size: 1.5vw;
	}
}
/* ループテキスト2 */
.scroll-text-container-2 {
	flex-direction: column;
	white-space: nowrap;
	position: relative;
	top: 20px;
	left: -100vw;
	width: 300vw;
	height 100px;
	font-size: 100px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	font-weight: 400;
	z-index: 2;
	font-family: "Montserrat", sans-serif;
  color: #e2e2e2;
	background: #000;
}
@media (min-width: 960px) {
	.scroll-text-container-2 {
	top: 40px;
	font-size: 150px;
	}
}
.scroll-text-content-2 {
	opacity: 0.001;
}
@media (max-width: 959px) {
	.scroll-text-content-2 {
		animation: textScroll-slide 40s 
linear infinite;
	}
}
@media (min-width: 960px) {
	.scroll-text-content-2 {
		animation: textScroll-slide 80s 
linear infinite;
	}
}

/* ■■■ 電話追従ボタン ■■■ */
.telephone-flex-div-1 {
	margin: 0;
	position: fixed;
	bottom: 0;
	left: 0;
	width: calc(100vw - 100px);
	height: 60px;
	border-radius: 0 99px 99px 0;
	background-image: linear-gradient(90deg, rgba(241, 194, 214, 1), rgba(241, 158, 193, 1));
	z-index: 9;
	clip-path: inset(-200px 0 0 0);
}
@media (min-width: 600px) {
	.telephone-flex-div-1 {
		width: 30em;
		height: 110px;
		border-radius: 0 20px 20px 0;
	}
}
@media (min-width: 960px) {
	.telephone-flex-div-1 {
		border-radius: 0 20px 0 0;
	}
}
.telephone-flex-div-1:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: -20px;
	width: 120px;
	height: 120px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro-img-014-3c.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
}
@media (min-width: 600px) {
	.telephone-flex-div-1:before {
		width: 200px;
		height: 200px;
	}
}
.telephone-flex-a-1 {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65%;
	color: #000;
	font-weight: 700;
	position: absolute;
	left: 60px;
	top: 17.5%;
	width: calc(100% - 75px);
	background: #fff;
	text-align: center;
	border-radius: 99px;
	border: 1px solid #000;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	transition: 0.3s;
}
@media (min-width: 600px) {
	.telephone-flex-a-1 {
		left: 120px;
		width: calc(100% - 150px);
		font-size: 1.2em;
		height: 40%;
		top: 50%;
	}
}
@media (min-width: 600px) {
	.telephone-flex-a-1:before {
		position: absolute;
		content: "お電話でのご相談もお待ちしております。 お気軽にお問い合わせください。 お電話でのご相談もお待ちしております。 お気軽にお問い合わせください。 お電話でのご相談もお待ちしております。 お気軽にお問い合わせください。 お電話でのご相談もお待ちしております。 お気軽にお問い合わせください。 お電話でのご相談もお待ちしております。 お気軽にお問い合わせください。 お電話でのご相談もお待ちしております。 お気軽にお問い合わせください。 お電話でのご相談もお待ちしております。 お気軽にお問い合わせください。 お電話でのご相談もお待ちしております。 お気軽にお問い合わせください。 お電話でのご相談もお待ちしております。 お気軽にお問い合わせください。 お電話でのご相談もお待ちしております。 お気軽にお問い合わせください。 ";
		top: -50px;
		left: 0;
		width: 500%;
		color: #fff;
		font-size: 24px;
		text-wrap: nowrap;
		animation: flex-text-slide-2 200s 
linear infinite;
		z-index: -1;
	}
}
@keyframes flex-text-slide-2 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	1% {
		transform: translate(-5%, 0);
		opacity: 1;
	}
	99% {
		transform: translate(-495%, 0);
		opacity: 1;
	}
	100% {
		transform: translate(-500%, 0);
		opacity: 0;
	}
}
.telephone-flex-a-1:hover {
	transition: 0.3s;
	color: #f19ec1;
}
.telephone-flex-a-1 span {
	position: relative;
	left: 16px;
}
.telephone-flex-a-1 span:before {
	position: absolute;
	content: "";
	top: 0;
	left: -35px;
	width: 30px;
	height: 100%;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro-logo-1-1c.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

/* ■■■ 会社概要 ■■■ */
/* h2濃い灰色（会社概要） */
.kigyouzyouhou-h2-1 {
	font-size: 30px!important;
	margin-top: 40px!important;
}
@media (min-width: 600px) {
	.kigyouzyouhou-h2-1 {
		font-size: 40px!important;
	}
}
.kigyouzyouhou-span-1 {
	background: rgba(148, 148, 148, 1);
	padding-top: 60px!important;
	padding-right: 40px;
	padding-left: 50vw;
	position: relative;
	left: -45vw;
	border-radius: 0 20px 0 0;
	white-space: nowrap;
	clip-path: inset(0 -20px 0 0);
}
.kigyouzyouhou-span-1:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-koi-gray-2.png");
	background-repeat: no-repeat;
	background-size: cover;
}
/* h2上補足英語（会社概要） */
.h2-up-style-kigyouzyouhou {
	position: relative;
	top: 25px;
	margin-bottom: 0!important;
	font-size: 1.2em;
	font-weight: 700;
	z-index: 2
}
@media (min-width: 600px) {
	.h2-up-style-kigyouzyouhou {
		top: 25px;
	}
}
.h2-up-style-kigyouzyouhou span {
	border-bottom: 3px solid #f19ec1;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* フルワイド濃い灰色（会社概要） */
.kigyouzyouhou-fullwide-style-1 {
	background: linear-gradient(to bottom, rgba(148, 148, 148, 1), rgba(148, 148, 148, 0.75))!important;
}
@media (min-width: 960px) {
	.kigyouzyouhou-fullwide-style-1 {
    width: calc(50vw + 500px) !important;
    border-radius: 0 20px 20px 0;
	}
	.kigyouzyouhou-fullwide-style-1 .swell-block-fullWide__inner.l-article{
		left: calc(50% - 500px);
	}
}

/* h2白色（会社概要） */
.kigyouzyouhou-h2-2 {
	font-size: 30px!important;
	margin-top: 40px!important;
}
@media (min-width: 600px) {
	.kigyouzyouhou-h2-2 {
		font-size: 40px!important;
	}
}
.kigyouzyouhou-span-2 {
	background: #fff;
	padding-top: 60px!important;
	padding-right: 40px;
	padding-left: 50vw;
	position: relative;
	left: -45vw;
	border-radius: 0 20px 0 0;
	white-space: nowrap;
	clip-path: inset(0 -20px 0 0);
}
.kigyouzyouhou-span-2:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-2.png");
	background-repeat: no-repeat;
	background-size: cover;
}

/* h2上補足英語：白色（会社概要） */
.h2-up-style-kigyouzyouhou-2 {
	position: relative;
	top: 25px;
	margin-bottom: 0!important;
	font-size: 1.2em;
	font-weight: 700;
	z-index: 2
}
@media (min-width: 600px) {
	.h2-up-style-kigyouzyouhou-2 {
		top: 25px;
	}
}
.h2-up-style-kigyouzyouhou-2 span {
	border-bottom: 3px solid #f19ec1;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

/* h3理念（企業理念） */
.rinen-h3-group-style-1 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.rinen-h3-style-1 {
	font-size: 10vw!important;
	position: relative;
}
@media (min-width: 960px) {
	.rinen-h3-style-1 {
		font-size: 8em!important;
	}
}
.rinen-h3-style-1:before, .rinen-h3-style-1:after {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
}
.rinen-h3-style-1:before {
	top: -1vw;
	left: -7vw!important;
	border-top: 3px solid #e2e2e2;
	border-left: 3px solid #e2e2e2;
}
.rinen-h3-style-1:after {
	bottom: -1vw;
	right: -7vw!important;
	border-bottom: 3px solid #e2e2e2;
	border-right: 3px solid #e2e2e2;
}
@media (min-width: 960px) {
	.rinen-h3-style-1:before, .rinen-h3-style-1:after {
		width: 40px;
		height: 40px;
	}
	.rinen-h3-style-1:before {
		top: 0;
		left: -70px!important;
	}
	.rinen-h3-style-1:after {
		bottom: 0;
		right: -70px!important;
	}
}

/* h2濃い灰色（沿革） */
.enkaku-h2-1 {
	font-size: 30px!important;
	margin-top: 40px!important;
}
@media (min-width: 600px) {
	.enkaku-h2-1 {
		font-size: 40px!important;
	}
}
.enkaku-span-1 {
	background: rgba(226,226,226, 1);
	padding-top: 60px!important;
	padding-right: 40px;
	padding-left: 50vw;
	position: relative;
	left: -45vw;
	border-radius: 0 20px 0 0;
	white-space: nowrap;
	clip-path: inset(0 -20px 0 0);
}
.enkaku-span-1:before {
	position: absolute;
	content: "";
	bottom: 0;
	right: -20px;
	width: 20px;
	height: 20px;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/fujikuro_rt20-gray-2.png");
	background-repeat: no-repeat;
	background-size: cover;
}
/* フルワイド薄い灰色（沿革） */
.enkaku-fullwide-style-1 {
	background: linear-gradient(to bottom, rgba(226,226,226, 1), rgba(226,226,226, 0.75))!important;
}
@media (min-width: 960px) {
	.enkaku-fullwide-style-1 {
    width: calc(50vw + 500px) !important;
    border-radius: 0 20px 20px 0;
	}
	.enkaku-fullwide-style-1 .swell-block-fullWide__inner.l-article{
		left: calc(50% - 500px);
	}
}

/* ステップ（沿革） */
.swell-block-step__item .swell-block-step__title {
	margin-left: 2em;
	top: 8px;
}
.swell-block-step__number {
	height: 63px;
	top: -7.5px;
	width: 73px;
}
.swell-block-step__number .__label {
	font-size: 20px;
	padding-top: 5px;
	padding-bottom: 6px;
}
.step-genzai-1 .swell-block-step__number .__label {
	font-size: 16px;
}
.swell-block-step__number:after {
	font-size: 10px;
}
.swell-block-step__item:before {
	border-left: 20px solid rgba(241,158,193, 1);
	left: 29px;
}
.u-bg-main {
	top: 0;
	color: #000!important;
	border: 3px solid rgba(241,158,193, 1);
	border-radius: 10px;
	background: rgba(255,255,255, 1)!important;
	font-weight: 900;
}
.swell-block-step__title+.swell-block-step__body {
	margin-left: 3.5em;
}
@media not all and (min-width: 600px) {
	.swell-block-step:not(.is-style-big):not(.is-style-small)>.swell-block-step__item:before {
		display: block;
	}
	.swell-block-step:not(.is-style-big):not(.is-style-small)>.swell-block-step__item>.swell-block-step__body {
		margin-left: 2em;
	}
}

/* h3（アクセス） */
.access-h3-style-1 span {
	position: relative;
	left: 2em;
}
.access-h3-style-1 span:before {
	position: absolute;
	content: "";
	top: 0;
	left: -2em;
	width: 1.5em;
	height: 100%;
	background: url("https://www.fujikuro.jp/wp-content/uploads/2026/01/google-maps-icon-c.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
@media (min-width: 960px) {
	.access-column-style-1 {
		width: 100vw;
	}
}

/* ■■■ お問い合わせ ■■■ */
/* 送信ボタン（お問い合わせ） */
div.wpforms-container-full button[type=submit] {
	border-color: #000;
	padding: 0 25px 0 25px;
	font-weight: 700;
	background: #fff !important;
}
div.wpforms-container-full button[type=submit]:hover {
	border-color: #f19ec1;
	background: #f19ec1 !important;
	color: #fff;
}

/* 入力エリア前面へ（お問い合わせ） */
.wpforms-container {
	position: relative!important;
	z-index: 2;
}

/* ■■■ 受賞履歴 ■■■ */
.zyushou-img-1 img {
	width: calc(50% - 2rem);
}
.zyushou-shadow-1 img {
	box-shadow: 0px 5px 10px #000000;
}
.zyushou-h3-1 {
	font-size: 2em!important;
}
@media (min-width: 960px) {
	.zyushou-h3-1 {
		font-size: 2.5em!important;
	}
}
.zyushou-h3-1 span {
	padding-left: 0.5em;
	position: relative;
}
.zyushou-h3-1 span:before {
	position: absolute;
	content: "";
	bottom: -5px;
	left: 0;
	width: calc(100% + 0.5em);
	height: 3px;
	background: #f19ec1;
}
@media (min-width: 960px) {
	.zyushou-column-right-1 {
		padding-left: 0!important;
		padding-right: 3rem!important;
	}
}
.zyushou-table-1 {
	border-radius: 15px;
	border: 1px solid #000;
}

/* コピーライトリンク */
.l-footer .copyright a {
	color: #fff;
	text-decoration: none;
}

.footer-mlink img{height:1em;border:1px solid #fff;margin-top:1em}.footer-mlink img:hover{background-color:rgba(255,255,255,.25)}@media screen and (max-width:599px),screen and (min-width:960px){.footer-mlink{display:none}}