@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');

:root {
	--main-color: #8fc31f;
	--sub-color: #000000;
	--darkgray-color: #333333;
	--base-color: #f3efe9;
	--white-color: #fefefe;
	--gray-color: #f1f2ef;
	--ja-font: 'Zen Kaku Gothic New', sans-serif;
	--en-font: 'Outfit', sans-serif;
	--fwbold: 700;
	--fwnomal: 500;
}
body {
	font-family: 'Zen Kaku Gothic New', 'Outfit', sans-serif!important;
	font-weight: var(--fwnomal);
	font-style: normal;
	font-optical-sizing: auto;
	font-feature-settings: 'palt'!important;
}
/* トップページと固定ページでパンくず非表示 */
body.home .p-breadcrumbs-wrapper,
body.page .p-breadcrumbs-wrapper,
body.archive .p-breadcrumbs-wrapper {
	display: none !important;
}
/* .p-global-nav--hover-text-color .c-navbar__item:focus-visible, .p-global-nav--hover-text-color.p-global-nav--current-same-hover-effect .c-navbar__item[data-active-menu]{
	color: inherit;
}
body.page:not(.home) .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item > a {
	color: var(--darkgray-color)!important;
}
body.page:not(.home) .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item > a:hover{
	color: var(--main-color)!important;
}
.l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item > a:hover{
	color: var(--main-color)!important;
}

body.page:not(.home) .l-header--sticky-overlay-colored-lg .gnav__recruit.c-navbar__item > a,
body.page:not(.home) .l-header--sticky-overlay-colored-lg .gnav__contact.c-navbar__item > a {
	color: var(--white-color) !important;
}

body.archive .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item > a {
	color: var(--sub-color) !important;
}
body.archive .l-header--sticky-overlay-colored-lg .gnav__recruit.c-navbar__item > a,
body.archive .l-header--sticky-overlay-colored-lg .gnav__contact.c-navbar__item > a {
	color: var(--white-color) !important;
} */

/* 基本の色 */
.l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item > a {
	color: var(--default-color);
}
.p-global-nav--hover-text-color .c-navbar__item:focus-visible,
.p-global-nav--hover-text-color.p-global-nav--current-same-hover-effect .c-navbar__item[data-active-menu] {
	color: inherit;
}

/* ページ種別ごとの例外 */
body.page:not(.home) .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item > a {
	color: var(--darkgray-color);
}
body.page:not(.home) .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item > a :hover {
	color: var(--main-color);
}
body.archive .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item > a {
	color: var(--darkgray-color);
}
body.archive .l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item > a :hover {
	color: var(--main-color);
}

/* hover は基本として共通に */
.l-header--sticky-overlay-colored-lg .p-global-nav .c-navbar__item > a:hover {
	color: var(--main-color);
}

/* 特殊リンクは最後に個別指定 */
body.page:not(.home) .gnav__recruit.c-navbar__item > a,
body.page:not(.home) .gnav__contact.c-navbar__item > a,
body.archive .gnav__recruit.c-navbar__item > a,
body.archive .gnav__contact.c-navbar__item > a {
	color: var(--white-color);
}

.archive .c-entry__body {
	max-width: 1200px;
	padding-top: 60px;
}
@media screen and (max-width: 768px) {
	.archive .c-entry__body {
		width: 90%;
		margin: 0 auto;
		padding-top: 40px;
	}
}
body.page:not(.home) .c-entry__body {
	padding-top: 40px;
}
.slug-about .c-entry__body {
	padding-top: 0 !important;
}
.sf__header {
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 4vw;
}
.sf__header__en,
.sf__header__jp {
	max-width: 1200px;
	margin: 0 auto;
}
.sf__header__jp {
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.sf__header__en {
	font-family: 'Outfit', sans-serif;
	font-optical-sizing: auto;
	text-transform: uppercase;
}

/* 初期状態（見えてる） */
.l-header--sticky-overlay-colored-sm,
.l-header--sticky-overlay-colored-lg {
	transition: transform 0.8s ease-out, opacity 0.8s ease-out;
}

/* 固定状態でアニメーション発火 */
[data-scrolled='true'] .l-header--sticky-overlay-colored-sm,
[data-scrolled='true'] .l-header--sticky-overlay-colored-lg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	transform: translateY(-40px);
	opacity: 0;
	animation: slideDown 0.8s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

/* アニメーション定義 */
@keyframes slideDown {
	from {
		transform: translateY(-40px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}

.l-contents__inner {
	margin-top: 0;
	padding-top: 0;
}
.menu-item {
	font-family: 'Outfit', sans-serif;
	font-optical-sizing: auto;
	text-transform: uppercase;
}


.l-contents {
	--contents--gap: 0 !important;
}
/* 実績_詳細 */
.sf__works__entry__header__meta {
	font-size: 0.86rem;
}
/* グローバルメニュー */
.p-global-nav ul {
	height: 50px;
}
.gnav__recruit a {
	display: block;
	color: var(--white-color) !important;
	background: var(--main-color);
	padding: 0.6rem;
	text-align: center;
}
.gnav__contact a {
	display: block;
	color: var(--white-color) !important;
	background: var(--sub-color);
	padding: 0.6rem;
	text-align: center;
}

/* 
 * ドロワーメニュー
 */
.c-drawer {
	background-color: rgba(0, 0, 0, 0.88) !important;
}
.c-drawer .menu-item a{
	padding: 6px 0;
}
.p-search-form {
	display: none;
}
.c-drawer__inner {
	padding: 40px 30px 0!important;
}
.c-drawer__menu {
	margin-top: 6vw;
}
.drawer-logo {
	max-width: 90px;
	margin: 0 auto;
}
.c-fluid-container {
	padding-right: 20px;
	padding-left: 20px;
}
.c-site-branding__title .custom-logo {
	width: 60px;
	height: auto;
}
.c-hamburger-btn {
	display: flex !important;
	flex-direction: column-reverse;
}
.c-hamburger-btn__label {
	order: 1;
	font-family: var(--en-font);
}
.c-hamburger-btn__bars {
	order: 2;
}
.gnav__contact {
	margin-left: 0.4em;
	border: 1px solid var(--white-color);
}
.gnav__contact a,
.gnav__recruit a {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 40px !important;
}
.gnav__recruit :hover {
	color: var(--darkgray-color) !important;
}
.gnav__contact :hover {
	color: var(--main-color) !important;
}
@media not all and (min-width: 1024px) {
	.c-site-branding__title .custom-logo {
	width: 56px!important;
}
	body.page:not(.home) .l-header--sticky-overlay-colored-sm .c-hamburger-btn__bar {
		background-color: var(--darkgray-color)!important;
	}
	.c-hamburger-btn[aria-expanded=true]>.c-hamburger-btn__bars>.c-hamburger-btn__bar:nth-of-type(2) {
    background-color: initial!important;
}
	.l-header--sticky-overlay-sm .c-hamburger-btn__bar{
		background-color: var(--darkgray-color)!important;
	}
	body.page:not(.home) .c-hamburger-btn__label {
		color: var(--darkgray-color)!important;
	}
	.gnav__contact a,
	.gnav__recruit a {
		padding: 10px 0 !important;
	}
	.gnav__recruit {
		margin-top: 30px;
	}
	.gnav__contact {
		margin-left: 0;
		border: none;
	}
	.gnav__contact a {
		color: var(--darkgray-color) !important;
		background: var(--white-color);
	}
}
/* フッター */
.l-footer {
	padding-top: 15rem;
	background: var(--sub-color);
	color: var(--white-color);
	background-position: center -5px;
	background-size: 100vw;
	background-repeat: no-repeat;
	background-image: url(../image/f_title.svg);
}
.c-copyright {
	font-size: 11px !important;
	background-color: var(--sub-color);
}
.c-copyright--inverse {
	background: var(--sub-color) !important;
}
.footer-logo {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
/* フッター左側 */
.footer__nav__left {
	list-style: none;
}
.footer__nav__left li {
	margin-bottom: 0.7rem;
}
.footer__nav__left li a {
	font-family: var(--en-font);
	text-decoration: none;
	color: var(--white-color);
	font-size: 1.1rem;
	display: inline-block;
	background-image: url('../image/arrow.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right center;
	padding-right: 2rem;
}
/* フッター右側 */
.footer__nav__right {
	max-width: 260px;
	margin: 0 0 0 auto;
}
.footer__nav__right > a {
	margin-bottom: 0.5rem;
}

.footer__nav__contact {
	font-family: var(--en-font);
	background: #fff;
	width: 100%;
	display: block;
	text-decoration: none;
	color: var(--sub-color);
	padding: 1rem 0.25rem;
	font-size: 1.2rem;
	text-indent: 1.5rem;
	line-height: 1;
	background-image: url('../image/arrow-black.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right 10px center;
}
.footer__nav__recruit {
	font-family: var(--en-font);
	background: var(--main-color);
	width: 100%;
	display: block;
	text-decoration: none;
	color: var(--white-color);
	padding: 1rem 0.25rem;
	font-size: 1.2rem;
	text-indent: 1.5rem;
	line-height: 1;
	background-image: url('../image/arrow-white.svg');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right 10px center;
}
.footer__nav__instagram {
	margin: 2rem 0;
	display: block;
}
@media screen and (max-width: 768px) {
	.l-footer {
		background-image: url(../image/f_title-sp.svg);
	}
	.footer__nav__left li a {
		width: 100%;
		border-bottom: 1px solid #282828;
		padding: 10px 0;
	}
	.footer__nav__right {
		width: 100%;
		max-width: 100%;
	}
	.footer__nav__contact {
		padding: 20px 10px;
	}
	.footer__nav__recruit {
		padding: 20px 10px;
	}
}

/* 共通ヘッダー */
.sf__header {
	padding-top: 7rem;
	padding-bottom: 2rem;
}
.sf__header__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.sf__header .sf__header__jp {
	color: #537a00;
	font-size: clamp(16px, 4vw, 28px);
}
.sf__header .sf__header__en {
	font-size: clamp(32px, 8vw, 72px);
	font-weight: var(--fwnomal);
	text-transform: uppercase;
	line-height: 1;
	margin-top: 0.6rem;
}
@media screen and (max-width: 768px) {
	.sf__header {
		padding-top: 5rem;
		padding-bottom: 1rem;
		background-position: left center!important;
	}
	.sf__header__inner {
		width: 90%;
	}
}

/* 固定ページコンテンツエリア拡張 */
.archive .l-contents__container,
.page .l-contents__container {
	padding: 0;
}
.archive .l-contents__inner,
.page .l-contents__inner {
	background: var(--gray-color);
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	padding-top: 0;
}
@media screen and (max-width: 768px) {
	.page .l-contents__inner {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.home .l-contents__inner {
		padding-left: 0;
		padding-right: 0;
	}
}
/* パンくず */
.c-breadcrumbs {
	color: gray;
}
/* HOME */
.p-section-front-page-content {
	padding-top: 0 !important;
}

/* instagram */
.sb_instagram_header {
	display: none;
}
/* 
 * slug：archive works
 * プロジェクト実績一覧
 */
.archive .c-entry-summary .c-entry-summary__figure::before {
	padding-top: 0;
}
.c-pagination__item-ellipsis,
.c-pagination__item-link {
	background-color: var(--sub-color);
	color: var(--white-color);
}
.c-entry-summary__body {
	margin-bottom: 2rem;
}
.archive .c-entry-summary__figure {
	border-radius: 6px;
}
.archive .c-entry-summary__title {
	font-size: clamp(16px, 4vw, 20px);
	line-height: 1.4;
	word-break: auto-phrase;
}
.archive .c-entry-summary__meta {
	justify-content: left;
	margin-top: 0;
}
.archive .c-entry-summary__meta__tags {
	background: var(--accent-color);
	display: inline-block;
	margin-right: 0.3rem;
	padding: 0 0.6rem;
	border-radius: 3px;
	font-size: 0.7rem;
	margin-bottom: 0.4rem;
}
.archive .c-entry-summary__figure {
	overflow: hidden;
}

.archive .c-entry-summary__figure img {
	display: block;
	width: 100%;
	height: 240px;
	object-fit: cover;
	animation: none;
	will-change: transform;
}

/* works投稿一覧のカテゴリーオーバーレイ */
.archive .c-entry-summary__category-overlay {
	position: absolute;
	top: 6px;
	left: 8px;
	z-index: 2;
}

.archive .c-entry-summary__category-tag {
	display: inline-block;
	background-color: var(--main-color);
	color: var(--sub-color);
	padding: 6px 10px 4px 8px;
	border-radius: 2px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2;
	transition: all 0.3s ease;
}

/* 画像コンテナの相対位置設定 */
.archive .c-entry-summary__figure {
	position: relative;
	overflow: hidden;
}

/* ホバー効果（オプション） */
.archive .c-entry-summary__category-tag:hover {
	/* background-color: #00cc00; */
	/* opacity: 0.8; */
	filter: brightness(0.8);
	transform: translateY(-1px);
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
	transition: all 0.2s ease;
}
	.archive .c-hamburger-btn__label{
		color: var(--sub-color)!important;
	}
	.archive .c-hamburger-btn__bar{
		background-color: var(--sub-color)!important;
	}
/* レスポンシブ対応 */
@media (max-width: 768px) {
	.archive .c-entry-summary__category-overlay {
		top: 6px;
		left: 8px;
	}

	.archive .c-entry-summary__category-tag {
		padding: 4px 8px;
		font-size: 12px;
	}
	.archive .c-entry-summary__figure img {
		display: block;
		width: 100%;
		height: 180px;
		object-fit: cover;
		animation: none;
		will-change: transform;
	}
	.archive .c-entries {
		--entries--item-width: 100% !important;
	}
}
.archive .c-entry-summary__catchphrase {
	font-size: 14px;
	color: #000;
	font-weight: bold;
}
.archive .c-entry-summary__catchphrase p::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.4em;
    height: 1px;
    background: #000;
    margin-right: 0.6rem;
}
/* ホバーしたらアニメーション適用 */
.archive .c-entries__item:hover .c-entry-summary__figure img {
	animation: zoomIn 0.6s forwards;
}

/* ホバーが外れたら元に戻す */
.archive .c-entries__item:not(:hover) .c-entry-summary__figure img {
	animation: zoomOut 0.6s forwards;
}

/* アニメーション定義 */
@keyframes zoomIn {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.06);
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(1.06);
	}
	100% {
		transform: scale(1);
	}
}

/* カテゴリメニュー */
.works-category-nav__list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
}
.works-category-nav__list li {
	border: 1px solid #333;
	border-radius: 4px;
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}
.works-category-nav__list li a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #333;
	text-decoration: none;
	font-weight: var(--fwbold);
	padding-top: 0.2rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	padding-bottom: 0.2rem;
	font-size: 0.8rem;
}
.category__active {
	background: var(--accent-color);
}
@media (max-width: 768px) {
	.works-category-nav__list li a {
		font-size: 0.7rem;
	}
}
/* 
 * slug：works
 * プロジェクト実績詳細
 */
/* works__詳細 */
.c-breadcrumbs__item:nth-child(5) a {
	color: var(--accent-color);
	font-weight: var(--fwbold);
}
.sf__works__entry__header__hashtag {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.sf__works__entry__header__hashtag span {
	color: var(--sub-color);
	font-weight: var(--fwbold);
	background: var(--accent-color);
	padding: 0.3rem 1rem;
	font-size: 0.8rem;
	border-radius: 4px;
}
.single-works .c-entry__body h3 {
	color: var(--accent-color);
}
/* works__詳細フッター */
.works__detail__footer {
	padding-top: 4rem;
	padding-bottom: 4rem;
}
.works__detail__footer a {
	text-decoration: none;
	color: #333;
	font-weight: var(--fwbold);
}

/* 
 * slug：workflow
 * お仕事の流れ
 */

/* workflow：ワークフロー */
.workflow {
	margin: 0 auto;
	padding-top: 2rem;
	position: relative;
}

/* worksflow 各STEPのブロック */
.workflow__step {
	position: relative;
	z-index: 999;
	gap: 0;
	background: #ffffff;
	padding: 2rem;
	border-radius: 8px;
	margin-bottom: 2rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
}
.workflow__step::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 40px;
	display: block;
	left: 120px;
	bottom: -40px;
	background: var(--main-color);
	z-index: 0;
}
.workflow__step:last-of-type::after {
	display: none;
}
@media (max-width: 768px) {
	.workflow__step::after {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.workflow__image .wp-block-image {
		text-align: center;
	}
	.workflow__image img {
		width: 100px;
		height: auto;
		margin: 0 auto;
	}
}

/*worksflow  タイトル（STEP01など） */
.workflow__title {
	font-size: 1rem;
	color: #86bc25;
	font-weight: var(--fwbold);
	margin-bottom: 0.5rem;
}

/* worksflow 英語ラベル（HEARINGなど） */
.workflow__label {
	display: block;
	font-family: var(--en-font);
	font-size: 2rem;
	font-weight: var(--fwbold);
	color: var(--sub-color);
	margin-top: 0.2rem;
	letter-spacing: 1px;
}

/* worksflow サブタイトル（ヒアリングなど） */
.workflow__subtitle {
	font-size: 1.2rem;
	color: #86bc25;
	font-weight: var(--fwnomal);
	margin: 1rem 0 0.5rem;
}

/* worksflow 本文 */
.workflow__text {
	font-size: 0.95rem;
	line-height: 1.7;
	margin-top: 20px;
}
.workflow__image {
}

/* 
 * 作品詳細ページの新しいタグとキャッチコピー表示スタイル
 * ハッシュタグ廃止に伴う新仕様対応
 */
.single-works .c-entry__header {
	margin-bottom: 0;
}
.single-works .sf__works__entry__header__tags {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: calc(72px + 4vw);
	margin-bottom: 30px;
}

.single-works .sf__works__entry__header__category-tag {
	display: flex;
	align-items: center;
}

.single-works .category-tag-link .category-tag {
	background: var(--accent-color);
	color: var(--sub-color);
	padding: 8px 16px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: var(--fwbold);
	text-decoration: none;
	line-height: 1.2;
}

.single-works .category-tag-link {
	color: var(--sub-color);
	text-decoration: none;
	transition: all 0.3s ease;
}

.single-works .category-tag-link:hover {
	/* background-color: #7cb342; */
	/* opacity: 0.8; */
	filter: brightness(0.9);
}

.single-works .sf__works__entry__header__catchphrase {
	color: var(--sub-color);
	font-size: 16px;
	font-weight: var(--fwnomal);
	line-height: 1.4;
	margin-top: 0;
	margin-bottom: 4rem;
	letter-spacing: 0.06em;
    font-feature-settings: "palt";
}
.single-works .sf__works__entry__header__catchphrase::before {
	content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.4em;
    height: 1px;
    background: #000;
    margin-right: 0.6rem;
}
/* レスポンシブ対応 */
@media (max-width: 768px) {
	.single-works .sf__works__entry__header__tags{
		margin-top: calc(40px + 2vw);
        margin-bottom: 20px;
    }
	}
	.single-works .category-tag-link .category-tag {
	padding: 8px 10px;
	border-radius: 2px;
	font-size: 12px;
}
	.single-works .sf__works__entry__header__tags {
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
	}

	.single-works .category-tag {
		padding: 6px 12px;
		font-size: 12px;
	}

	.single-works .sf__works__entry__header__catchphrase {
		font-size: 14px;
        margin-bottom: 3rem;
	}
}

.l-contents__inner {
	margin-top: 0;
}
.p-section-front-page-content {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

.carousel-text {
	display: block !important;
	position: absolute;
	top: calc(50% - 120px);
	left: 0;
	right: 0;
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	height: auto;
	z-index: 2;
}
.carousel-text-img {
	width: 100vw !important;
	height: auto !important;
}
.carousel-text-green {
	position: absolute;
	top: -30px;
	left: -30px;
	max-width: 140px;
	transform: rotate(-15deg);
}
.carousel-text p {
	font-size: clamp(24px, 3vw, 48px);
	font-weight: var(--fwbold);
	color: var(--white-color);
	line-height: 1.4;
	letter-spacing: 0.2em;
	font-feature-settings: 'palt';
}
.carousel-fullscreen {
	position: relative;
	width: 100%;
	height: 100svh;
	overflow: hidden;
}
.carousel-fullscreen::before {
	content: '';
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: radial-gradient(circle, rgba(25, 37, 0, 0.4) 1px, transparent 1px) !important;
	background-size: 2px 2px !important;
	background-position: 0 0, 1px 1px, 2px 4px !important; /* ノイズの配置をランダムに見せる */
	opacity: 0.3 !important; /* 透明度を設定 */
	pointer-events: none;
	z-index: 2 !important; /* 要素によって調整が必要 */
}
.carousel-fullscreen::after {
	content: '';
	display: block !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(25 37 0 / 40%);
	mix-blend-mode: multiply;
}
.carousel-fullscreen .swiper-wrapper,
.carousel-fullscreen .swiper-slide {
	width: 100%;
	height: 100%;
}

.carousel-fullscreen img {
	width: 100%;
	height: 100%;
	object-fit: cover; /* 画像の比率を保ちつつ全面表示 */
	display: block;
}
@media screen and (max-width: 768px) {
	.carousel-text-green {
		width: 80px;
		top: -20px;
		left: -20px;
	}
	.carousel-text {
		top: calc(50% - 90px);
		max-width: 300px;
	}
}

.about-section-wrapper {
	position: relative;
	overflow: hidden;
	padding-top: 5vw !important;
	padding-bottom: calc(200px + 30vw) !important;
	background: var(--white-color);
}
/* 画像配置 */
.image-container {
	position: absolute;
	transition: transform 0.1s ease-out;
	z-index: 0;
}

.image-container img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 左下の画像群 */
.image-1 {
	max-width: 300px;
	width: 15vw;
	left: 27vw;
	bottom: 5vw;
	z-index: 0;
}

.image-2 {
	max-width: 300px;
	width: 20vw;
	right: -5vw;
	top: 29vw;
	z-index: 0;
}

/* 右上の画像群 */
.image-3 {
	max-width: 215px;
	width: 27vw;
	right: 40vw;
	top: -11vw;
	z-index: 1;
}

.image-4 {
	max-width: 510px;
	width: 50vw;
	left: -10vw;
	bottom: 0;
}

/* 右下の画像 */
.image-5 {
	max-width: 380px;
	width: 50vw;
	right: 20vw;
	bottom: 7vw;
	z-index: 0;
}
.image-6 {
	max-width: 800px;
	width: 70vw;
	right: -20vw;
	top: 0;
	z-index: 0;
}

/* アニメーション */
@keyframes float {
	0%,
	100% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(-10px);
	}
}

.image-1 {
	animation: float 6s ease-in-out infinite;
}

.image-2 {
	animation: float 4s ease-in-out infinite 0.5s;
}

.image-3 {
	animation: float 5s ease-in-out infinite 1s;
}

.image-4 {
	animation: float 4.5s ease-in-out infinite 1.5s;
}

.image-5 {
	animation: float 5.5s ease-in-out infinite 2s;
}
.image-6 {
	animation: float 5.5s ease-in-out infinite 2s;
}

/* レスポンシブ対応 */
@media (max-width: 768px) {
	.about-section-wrapper {
		padding-bottom: 70vw !important;
	}
	.main-heading {
		font-size: 32px;
	}

	.sub-heading {
		font-size: 24px;
	}
	.image-5 {
		max-width: 380px;
		width: 50vw;
		right: 10vw;
		bottom: 11vw;
		z-index: 0;
	}
	.content-section {
		margin-left: 20px;
		margin-top: 40px;
	}
}

/*共通パーツ*/
.section-title-ja{
	font-family: var(--ja-font);
}
.section-title-en {
	font-family: 'Outfit', sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
}
.section-title-en h2 {
	font-size: 24px;
}
p.section-title-en-number {
	font-size: 90%;
	color: #7cb342;
}
@media screen and (max-width: 768px) {
	.section-title-en h2 {
		font-size: 18px !important;
	}
	.section-title-ja {
		font-size: 27px !important;
	}
}
/*[]ボタン*/
.common-button {
	width: 220px;
	margin: 0 0 0 auto;
	position: relative;
}

.common-button .wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: transparent;
	color: var(--sub-color);
	font-family: 'Outfit', sans-serif;
	font-optical-sizing: auto;
	line-height: 1.2;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 20px;
	padding-left: 30px;
	border-radius: 0;
	font-size: 18px;
	font-weight: var(--fwbold);
	letter-spacing: 2px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

/* ブラケット風の装飾 */
.common-button .wp-block-button__link::before,
.common-button .wp-block-button__link::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 8px;
	background-color: transparent;
	transition: all 0.3s ease;
}

.common-button .wp-block-button__link::before {
	left: 0;
	border-left: 4px solid var(--sub-color);
	border-top: 4px solid var(--sub-color);
	border-bottom: 4px solid var(--sub-color);
}

.common-button .wp-block-button__link::after {
	right: 0;
	border-right: 4px solid var(--sub-color);
	border-top: 4px solid var(--sub-color);
	border-bottom: 4px solid var(--sub-color);
}

/* 矢印 */
.common-button .wp-block-button__link span {
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
	z-index: 1;
}

.common-button .wp-block-button__link span::after {
	content: '';
	background-image: url('../image/arrow.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-left: 15px;
	display: inline-block;
	transition: transform 0.3s ease;
}

/* ホバー効果 */
.common-button .wp-block-button__link:hover span::after {
	transform: translateX(5px);
}

.common-button .wp-block-button__link:hover::before,
.common-button .wp-block-button__link:hover::after {
	border-color: #7cb342;
}

/* アクティブ状態 */
.common-button .wp-block-button__link:active {
	transform: translateY(0);
}
.company-section {
	position: relative;
}
.contact-section {
	position: relative;
}
.contact-section-text {
	mix-blend-mode: exclusion;
}
.stretch-link {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*フッター*/
.l-footer{
	border-top: 0!important;
}
@media (max-width: 768px) {
	.l-footer {
		padding-top: 40vw;
	}
	.footer__nav__left {
		padding-left: 0;
	}
	.l-footer-widget-area__item:nth-child(2) {
		display: none;
	}
	.l-footer-widget-area__item:nth-child(3) {
		display: flex;
		justify-content: left;
	}
}

/*Works*/
.works-template-default .c-entry__title {
	font-size: clamp(30px, 6vw, 52px);
	font-weight: var(--fwbold);
	line-height: 1.4;
    margin-bottom: 16px;
    font-feature-settings: "palt";
    letter-spacing: .06em;
	word-break: auto-phrase;
}
.work-description {
	font-weight: var(--fwbold);
	margin-top: 10px !important;
    margin-bottom: 24px !important;
    line-height: 1.8;
    font-feature-settings: "palt";
    letter-spacing: 0.06em;
}
.work-description-link {
	display: flex;
	margin: 0;
}
.work-description-link img {
	margin-left: 0.5em;
}
.work-description-link a {
	display: block;
	color: var(--sub-color);
	text-decoration-skip-ink: none;
}
.work-description-link a:hover {
	text-decoration: none;
}
.work-description-title {
	color: #537a00 !important;
}
.work-description-detail {
	margin-top: 48px!important;
}
.work-description-detail:first-of-type{
	margin-top: 64px!important;
}
.work-description-detail dt{
	margin-top: 10px;
}
.works-template-default .l-contents__inner {
	max-width: 1200px;
	margin: 0 auto;
}
@media (max-width: 768px) {
	.works-template-default .l-contents__inner {
		width: 95%;
		margin: 0 auto;
	}
}

/*[Worksに戻る]ボタン*/
/*[]ボタン*/
.works-back-buttons {
	justify-content: center;
}
.works-back-button {
	width: 240px;
	margin: 0 auto;
	position: relative;
}

.works-back-button .wp-block-button__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: transparent;
	color: var(--sub-color);
	font-family: 'Outfit', sans-serif;
	font-optical-sizing: auto;
	line-height: 1.2;
	text-decoration: none;
	padding-top: 0;
	padding-bottom: 0;
	padding-right: 30px;
	padding-left: 10px;
	border-radius: 0;
	font-size: 18px;
	font-weight: var(--fwbold);
	letter-spacing: 2px;
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}

/* ブラケット風の装飾 */
.works-back-button .wp-block-button__link::before,
.works-back-button .wp-block-button__link::after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 8px;
	background-color: transparent;
	transition: all 0.3s ease;
}

.works-back-button .wp-block-button__link::before {
	left: 0;
	border-left: 4px solid var(--sub-color);
	border-top: 4px solid var(--sub-color);
	border-bottom: 4px solid var(--sub-color);
}

.works-back-button .wp-block-button__link::after {
	right: 0;
	border-right: 4px solid var(--sub-color);
	border-top: 4px solid var(--sub-color);
	border-bottom: 4px solid var(--sub-color);
}

/* 矢印 */
.works-back-button .wp-block-button__link span {
	position: relative;
	z-index: 1;
}

.works-back-button .wp-block-button__link span::after {
	content: '';
	background-image: url('../image/arrow-left.svg');
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	margin-right: 15px;
	display: inline-block;
	transition: transform 0.3s ease;
}

/* ホバー効果 */
.works-back-button .wp-block-button__link:hover span::after {
	transform: translateX(-5px);
}

.works-back-button .wp-block-button__link:hover::before,
.works-back-button .wp-block-button__link:hover::after {
	border-color: #7cb342;
}

/*ページネーション*/
.c-pagination__item-ellipsis,
.c-pagination__item-link {
	background-color: var(--sub-color) !important;
	color: var(--white-color) !important;
}
