/* TOP page start */
.wp-block-cover.alignfull.first-view {
    z-index: 30;
}
.first-view {
    display: none;
}
.c-postContent.p-front__content>.wp-block-group.g-fv-text {
    display: none;
}
.first-view.sponly {
    display: block;
}
.wp-container-core-cover-is-layout-160f20ba {
    top: 45%;
}

@media (max-width: 999px) {
.wp-block-cover.alignfull.first-view {
	height: calc(100vh - 414px);
}
.wp-block-cover__inner-container.is-layout-constrained.wp-container-core-cover-is-layout-408291ed.wp-block-cover-is-layout-constrained {
    height: calc(100vh - 414px);
}
}


.wp-block-group.g-catchphrase {
    display: block;
    margin: auto;
    width: 292px;
    margin-top: 0;
	font-size: 26px;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 4px 16px #000;
}
.c-postContent>* {
    margin-top: 0;
}
/* news */
.wp-block-group.g-news {
    margin-top: 0;
    background: #fff;
    border-radius: 24px;
    border: solid 2px #007AC3;
}
.news-osirase {
    background: #007AC3;
    color: #fff;
    border-radius: 20px 20px 0 0;
}
.latest-news-list {
    padding: .5rem;
}
.latest-news-list ul {
	list-style: none;
	padding: 0;
}
.latest-news-list a {
    text-decoration: none;
}
.news-date {
    display: block;
	margin-right: 10px;
	color: #555;

}
span.news-title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
}
.news-archive-link {
    text-align: right;
}
.news-archive-link a {
    color: #007AC3;
}

/* service */
.service_id {
    font-size: 48px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #fff;
    opacity: .75;
    padding: 1rem 0 0 0;
    line-height: 58px;
}
.wp-block-cover.alignfull.is-light.cov-service.cov-service {
    padding-top: 16rem;
    margin-top: -17rem;
    clip-path: ellipse(176% 50%);
    z-index: 20;
}
.personal-services {
    background: #ffffff;
    padding: 24px 16px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    border-radius: 44px 0 0 44px;
}
.wp-block-group.personal-services {
    margin-top: 0;
}
.wp-block-group.ps-head {
    max-width: 1000px;
}
.wp-block-group .ps-head {
	margin-bottom: 40px;
}
.wp-block-group .ps-head p {
	font-size: 18px;
}
.ps-head h2 {
    font-size: 24px;
    color: #007AC3;
}
.wp-block-group.g-service>div {
	display: flex;
    flex-wrap: wrap;
	width: 100%;
	gap: 8px;
}
.ps-card {
    width: calc(100% / 2 - 8px);
    background: #fff;
    border-radius: 18px;
    border: solid 3px #007AC3;
    box-sizing: border-box;
}
@media (min-width: 668px) {
	.ps-card {
		width: calc(100% / 3 - 8px);
	}
}

.ps-card img {
    border-radius: 15px 15px 0 0;
}
.ps-card figure.wp-block-image+ p {
    margin: 0;
    padding: 0;
    position: relative;
}
.ps-card figure.wp-block-image+ p::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 11px;
    width: 28px;
    height: 28px;
    background: url(https://fukumajusetsu.co.jp/cms/wp-content/uploads/2025/11/chevron_right-blue.png) no-repeat;
    background-size: cover;
}

.ps-card figure.wp-block-image+ p a {
    display: block;
    margin: 0 10px 0 0;
    padding: 10px;
	text-decoration: none;
    font-size: 18px;
    color: #222;
    font-weight: bold;
}

.wp-block-group.gyosei-service {
    background: #ffffff;
    padding: 45px;
    margin-top: 40px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
    margin-bottom: 40px;
	border-radius: 0 44px 44px 0;
}
.gyosei-service>div {
    display: block;
	align-items: center;
}
.gyosei-service .ps-card {
    margin: auto;
}
.wp-block-group.gyosei-service h2 {
    font-size: 24px;
    color: #008D93;
	text-align: center;
}
.gyosei-service .wp-block-group.ps-card {
    border: solid 3px #008D93;
}
.gyosei-service .ps-card figure.wp-block-image+ p::after {
    background: url(https://fukumajusetsu.co.jp/cms/wp-content/uploads/2025/11/chevron_right.png) no-repeat;
	background-size: cover;
}

.wp-block-cover.alignfull.is-light.top-aboutus {
    padding-top: 15rem;
    margin-top: -11rem;
    z-index: 10;
    padding-bottom: 200px;
}
.sec-aboutus>div {
    display: block;
}

.aboutus-txt {
    background: #fff;
    padding: 0 20px 20px 20px;
    border-radius: 0 0 52px 52px;
}
.aboutus-txt2 {
    padding-bottom: 2rem;
}
.btn_about>div {
    display: flex;
    justify-items: center;
    border: solid 3px #007AC3;
    padding: 0 1rem;
    border-radius: 22px;
    width: fit-content;
    margin: auto;
}
.btn_aboutus {
    text-align: center;
}
.btn_aboutus a {
    font-size: 18px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    padding: 0 1rem;
}


.wp-block-group__inner-container>p.ttl_aboutus {
    font-size: 48px;
    line-height: 58px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #3399D6;
    opacity: .58;
    text-align: center;
}
#ttl_aboutus01 {
    font-size: 1.1rem;
    font-weight: bold;
    color: #007AC3;
    line-height: 1.2;
    padding: 1rem 0;
}
.aboutus-body>div figure.sp-only img {
    width: 100%;
}
.feature-block>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 28px;
    align-self: stretch;
}
.sec-feature {
    padding-top: 5rem;
    margin-top: -80px;
    background-image: url("https://fukumajusetsu.co.jp/cms/wp-content/uploads/2025/11/wave2.png");
	background-size: 101% auto;
    background-repeat: no-repeat;
    background-position: bottom;
	position: relative;
    z-index: 30;
    left: calc(50% - 50vw + var(--ark-scrollbar_width) / 2);
    max-width: 100vw !important;
    position: relative;
    width: calc(100vw - var(--ark-scrollbar_width));
	top: 7px;
}

.fea-block {
    background: #fff;
    border-radius: 32px;
    padding: 3rem 2rem;
    text-align: center;
    width: 100%;
    color: #222;
}
.fea-block h3 {
	color: #222;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 140%;
}
.btn_mitsumori {
    padding-top: 8px;
}
.g-recruit-txt {
    background: #fff;
    border-radius: 24px;
}
.g-recruit h2 {
    color: #222;
    font-size: 24px;
    line-height: 120%;
}
.g-recruit-right>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
	.g-recruit-r02box>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 32px;
    flex: 1 0 0;
    text-align: center;
}
.wp-block-group.g-interv-block {
	position: relative;
    margin: 30px;
    border: solid 3px #008D93;
    border-radius: 20px;
    font-weight: bold;
}
.g-interv-block>div {
    display: flex;
    width: auto;
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    gap:16px;
}
.g-interv-block a::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.g-interv-block:hover {
    opacity: 0.8;
    cursor: pointer;
}

.wp-block-group.g-interview {
    margin: 30px 0 80px;
    padding: 20px 0;
    background: #fff;
    border-radius: 56px;
}
.interview-txt {
    font-size: 1.03rem;
    font-weight: bold;
    color: #007AC3;
}
.g-interview h2 {
    font-size: 1.6rem;
}
.comment {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.i-name {
    font-weight: 500;
    font-size: 1.03rem;
}


.wp-block-cover.alignfull.cover-feature {
	margin-top:0;
    border-radius: 0 0 40px 40px;
	padding-top: 0;
}
figure.wp-block-image.size-full.suiteki-jaguchi {
    margin-block-start: 0;
}
figure.wp-block-image.size-full.suiteki-jaguchi>img {
    width: 119px;
}
.title-top {
    font-size: 32px;
    font-weight: bold;
}
.g-feature h2 {
    padding: 0 0 2rem;
}

.fea-block h3 {
    padding: 2rem 0 1rem;
}
.fea-block .text {
    text-align: left;
}
.btn_mitsumori a {
    font-size: 18px;
    font-weight: bold;
    color: #007AC3;
    text-decoration: none;
    display: inline-block;
    border: solid 3px #007AC3;
    padding: 0 1rem;
    line-height: 42px;
    border-radius: 22px;
    width: 196px;
    position: relative;
}
.btn_mitsumori a::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 12px;
    width: 22px;
    height: 22px;
    background: url(https://fukumajusetsu.co.jp/cms/wp-content/uploads/2025/12/chevron-right-bgw.png) no-repeat;
    background-size: cover;
}

/* 丸のコンテナの設定 */
.background-blobs {
    position: fixed; /* 画面に固定 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; /* 丸がはみ出してもスクロールしないように */
    z-index: -1; /* 他のコンテンツの下に配置 */
}

/* 丸の基本スタイル */
.blob {
    position: absolute; /* コンテナに対して絶対配置 */
    border-radius: 50%; /* 丸の形 */
    opacity: 0.6; /* 少し透明にして背景になじませる */
    filter: blur(0px); /* ぼかして柔らかい印象に */
}

/* 各丸のサイズと色の定義 */
.blob-1 {
    width: 250px;
    height: 250px;
    background-color: #24B8BE; /* 1色目 */
    top: 10%;
    left: 10%;
}

.blob-2 {
    width: 350px;
    height: 350px;
    background-color: #007AC3; /* 2色目 */
    bottom: 5%;
    right: 15%;
}

.blob-3 {
    width: 150px;
    height: 150px;
    background-color: #24B8BE; /* 3色目 */
    top: 40%;
    right: 5%;
}

.blob-4 {
    width: 400px;
    height: 400px;
    background-color: #007AC3; /* 4色目 */
    bottom: 30%;
    left: 20%;
}

.blob-5 {
    width: 300px;
    height: 300px;
    background-color: #007AC3; /* 5色目 */
    top: 5%;
    right: 40%;
}

/* 漂うアニメーションの定義 */
@keyframes drift {
    0% {
        transform: translate(0, 0) rotate(0deg); /* 開始時の位置と回転 */
    }
    25% {
        transform: translate(15vw, -10vh) rotate(45deg); /* 25%時点の移動 */
    }
    50% {
        transform: translate(-5vw, 10vh) rotate(90deg); /* 50%時点の移動 */
    }
    75% {
        transform: translate(10vw, 5vh) rotate(135deg); /* 75%時点の移動 */
    }
    100% {
        transform: translate(0, 0) rotate(180deg); /* 終了時の位置と回転 */
    }
}

/* 各丸へのアニメーション適用 */
.blob-1 {
    /* ... 既存のスタイル ... */
    animation: drift 20s linear infinite alternate; /* 20秒かけて移動、線形、無限繰り返し、往復 */
}

.blob-2 {
    /* ... 既存のスタイル ... */
    animation: drift 25s ease-in-out infinite alternate-reverse; /* 25秒、緩急あり、無限、逆再生で往復 */
}

.blob-3 {
    /* ... 既存のスタイル ... */
    animation: drift 18s linear infinite alternate;
    animation-delay: -5s; /* 5秒遅れからスタートしたように見せる */
}

.blob-4 {
    /* ... 既存のスタイル ... */
    animation: drift 30s ease-out infinite alternate;
    animation-delay: -10s;
}

.blob-5 {
    /* ... 既存のスタイル ... */
    animation: drift 22s linear infinite alternate-reverse;
}

.g-recruit {
    border-radius: 32px;
}

.g-recruit-txt>div {
    display: flex;
    align-items: center;
    padding: 16px;
    flex-direction: column;
    gap: var(--SP, 8px);
    margin-top: 16px;
}
.txt-recruit {
    color: var(--Blue-60, #007AC3);
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
}
.txt-recruit  h2 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
}
.copy-rec p {
    padding-bottom: 1em;
}
.g-btn-rec>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.btn-01 a {
    display: flex;
    padding: 6px 16px;
    align-items: center;
    gap: 40px;
    border-radius: 26px;
    border: 2px solid #008D93;
    background: #FFF;
	text-decoration: none;
}
.btn-01 a::after {
    content: "";
    background: url(https://fukumajusetsu.co.jp/cms/wp-content/uploads/2025/11/chevron_right.png) no-repeat;
    background-size: cover;
    width: 16px;
    height: 16px;
}
.kakari {
    color: #007AC3;
    padding: .4rem;
}
.i-name a {
    text-decoration: none;
}


@media (min-width: 1000px) {
	.first-view {
		display: block;
	}
	.first-view.sponly {
		display: none;
	}
	.wp-block-cover.alignfull.first-view {
		height: calc(88vh - 160px);
	}
	.wp-block-cover__inner-container.is-layout-constrained.wp-container-core-cover-is-layout-408291ed.wp-block-cover-is-layout-constrained {
    height: calc(100vh - 160px);
	}

    .wp-block-group.g-catchphrase {
    position: relative;
    top: 35%;
    font-size: clamp(16px, 4vh, 40px);
    width: auto;
    margin-top: 0;
    }
	.tmcac {
    font-size: clamp(36px, 4vh, 64px);
	}
	.c-postContent.p-front__content>.wp-block-group.g-fv-text {
		display: block;
	}
	.wp-block-group.g-fv-text {
        z-index: 40;
        position: relative;
        background: url(https://fukumajusetsu.co.jp/cms/wp-content/uploads/2026/01/fv-img04.png);
        background-size: cover;
        width: 100vw;
        margin: 0 calc(50% - 50vw);
        background-position: 50% 32%;
    }
	.g-fv-text>div {
		min-height: 414px;
		height: 560px;
        position: unset;
        width: 1000px;
        margin: auto;
	}
	@media screen and (max-height: 780px) {
		.recruit-top {
			padding: 2px;
		}
	}
	.wp-block-button__link.fv-recruit-link {
		border-radius: 20px;
		background: #24B8BE;
		border: 3px solid #24B8BE;
	}
	.wp-block-group.fv-recruit {
		display:block;
		width: fit-content;
        bottom: 16px;
        position: absolute;
	}
	a.wp-block-button__link.fv-recruit-link {
	border: solid 3px #24b8be;
    border-radius: 24px;
    text-decoration: none;
    text-align: center;
	}
	.recruit-top {
    background: #fff;
    color: #000;
    text-align: center;
    width: 222px;
    padding: 1rem;
    border-radius: 18px 18px 0 0;
	}
	a.recruit-bottom {
    display: flex;
    padding: 8px 0;
    justify-content: center;
    color: var(--Color-White, #FFF);
    text-decoration: none;
	}
	
	.wp-block-cover.alignfull.is-light.cov-service.cov-service {
		padding-top: 19rem;
	}
	a.cta-sp-tel {
    border-radius: 26px;
    border: solid 3px #fff;
    display: block;
}
	.tel-right-bottom-sp2.sp-only {
    z-index: 60;
    top: -148px;
    left: 658px;
    position: relative;
    width: fit-content;
    display: block;
	height: 0;
    margin: 0;
    overflow: visible;
	}
	.tel-right-bottom-sp2.sp-only.is-active {
        display: none;
	}
	a.tel-right-bottom {
    display: none;
	}
	a.tel-right-bottom.is-active {
    display: inline-block;
	    right: 10px;
    bottom: 10px;
	}
	.sec-feature {
    background-size: 116% auto;
    background-repeat: no-repeat;
    background-position: top;
	}
	.wp-block-group.g-news {
    margin-top: 0;
	}
	.g-news>div {
		display: flex;
	}
	.latest-news-list {
        display: flex;
        justify-content: space-between;
        width: 100%;
		padding: 0;
	}
	.latest-news-list a {
		display: flex;
		align-items: center;
	}
	.news-osirase {
    border-radius: 20px 0 0 20px;
    padding: 0 1rem;
    min-width: 14%;
    line-height: 36px;
	}
	.news-date {
    margin-right: 0;
    padding: 0 2rem;
	}
	.news-archive-link a {
    padding: 0 1rem;
    line-height: 36px;
	}
	/*service */
	.service_id {
		font-size: 88px;
        line-height: 88px;
		padding: 3rem 0 0 0;
	}
	.personal-services {
    margin-left: 0;
	}
	.personal-services {
    padding: 40px 40px;
}
	.wp-block-group.g-service>div {
		width: 100%;
		max-width:960px;
		justify-content: flex-start;
	}
	.ps-head h2 {
		font-size:40px;
	}
	.ps-card {
		width: 226px;
	}
	.wp-block-group.g-service>div {
	gap: 18px;
}
	.gyosei-service>div {
    display: block;
	}
	.wp-block-group.gyosei-service {
	margin-right: 0;
	margin-bottom: 200px;
	/* width: 109%; */
	}
	.gyosei-service>div {
    display: flex;
	justify-content: flex-end;
	}
	.wp-block-group.gyosei-service h2 {
    font-size: 40px;
	padding-right: 50px;
	}
	.gyosei-service .ps-card {
    width: 22%;
	margin: 0;
	}
	.wp-block-cover.alignfull.is-light.cov-service.cov-service {
    clip-path: ellipse(130% 50%);
	}
	.wp-block-group__inner-container>p.ttl_aboutus {
    font-size: 88px;
	line-height: 88px;
    text-align: left;
	position: relative;
    z-index: 30;
	}
	.wp-block-group.aboutus-body {
    margin-top: -43px;
	}
	.sec-aboutus {
    margin-top: 0;
	}
	.aboutus-body>div {
    display: flex;
    flex-direction: row-reverse;
	}
	.aboutus-img {
    width: 370px;
	}
	.aboutus-img img {
    height: 428px;
	}
	.aboutus-txt {
    max-width: 630px;
    padding: 60px 30px 30px 30px;
    border-radius: 52px 0 0 52px;
	position: relative;
	}
	#ttl_aboutus01 {
    font-size: 2rem;
	}
	.aboutus-txt2 {
    font-size: 1.2rem;
	}
	.btn_about>div {
    border: none;
	}
	.btn_aboutus {
    display: block;
    position: absolute;
    bottom: 40px;
    right: 32px;
	}
	.btn_aboutus a {
        display: flex;
        padding: 10px 26px;
        align-items: center;
        gap: 40px;
        border-radius: 72px;
        border: 3px solid var(--Blue-60, #007AC3);
        background: var(--Color-White, #FFF);
        color: var(--Color-Neutral-Darker, #222);
        font-family: "Noto Sans JP";
        font-size: var(--Text-Sizes-Text-Medium, 18px);
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 1.08px;
	}
	.btn_aboutus a::after {
    content: "";
    width: 28px;
    height: 28px;
    background: url(https://fukumajusetsu.co.jp/cms/wp-content/uploads/2025/11/chevron_right-blue.png) no-repeat;
    background-size: cover;
	}
	.feature-block>div {
        justify-content: space-between;
        align-items: normal;
        flex-direction: row;
	}
	.wp-block-group.fea-block {
    width: 33%;
	font-size: 18px;
	}
	.wp-block-group.fea-block .text {
    font-size: 1rem;
	}
	.fea-block h3 {
    font-size: 28px;
    line-height: 120%;
	}
	.g-recruit>div {
    display: flex;
	}
	figure.wp-block-image.size-large.top-recruit-img img {
    width: 466px;
	}
	.g-recruit-right>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
	}
	.g-recruit h2 {
		font-size: 40px;
	}
	.g-recruit-r02box>div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 52px;
    flex: 1 0 0;
    text-align: center;
	color: #222;
	text-align: center;
	font-size: 18px;
}
	.g-recruit-txt {
		width: 50%;
		margin-left: 4%;
		border-radius: 28px;
	}
	.g-recruit-txt>div {
		padding: 56px 32px;
		gap: 32px;
	}
	.btn-01 a {
    color: #222;
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: 1.08px;
	}
	.g-interv-block>div {
		width: 358px;
		padding: 40px;
		flex-direction: column;
		align-items: center;
		gap: 32px;
	}
	.interview-txt,
	p.txt-recruit {
    font-size: 2rem;
	}
	.g-interview h2 {
    font-size: 2.5rem;
	}
	.g-btn-rec {
		margin-top: 8px;
	}
	.g-btn-rec>div {
		flex-direction: row;
	}
	.g-twoman>div {
    display: flex;
	}
	.wp-block-group.g-interv-block {
    width: 50%;
	}
	.wp-block-group.g-interview {
	padding: 60px 80px;
	}
	.i-name {
    font-size: 1.14rem;
	}
}
