body {
	background: #E9E8E9;
	color: #212121;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400; /* ▼ 通常投稿（News） */ /* ▼ カスタム投稿（Works） */
}

body.is-fixed {
	overflow: hidden;
}

body.single-post,
body.blog,
body.archive.category,
body.date {
	background: #FBFBFB;
}

body.single-post .l-header,
body.blog .l-header,
body.archive.category .l-header,
body.date .l-header {
	background: #FBFBFB;
}

body.single-works,
body.post-type-archive-works,
body.tax-genre {
	background: #FBFBFB;
}

body.single-works .l-header,
body.post-type-archive-works .l-header,
body.tax-genre .l-header {
	background: #FBFBFB;
}

img {
	display: block;
	height: auto;
	width: 100%;
}

svg {
	display: block;
	height: 100%;
	width: 100%;
}

a {
	cursor: pointer;
	transition: all 0.3s ease 0s;
}

input:focus {
	outline: none;
}

select:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

.c-page-top {
	bottom: 1.875rem;
	display: none;
	opacity: 0;
	position: fixed;
	right: 2.5rem;
	transition: all 0.3s ease;
	visibility: hidden;
	z-index: 100;
}

.c-page-top.is-show {
	opacity: 1;
	visibility: visible;
}

.c-page-top svg {
	height: unset;
	width: unset;
}

.l-header {
	display: block;
	font-family: "Montserrat", sans-serif;
	padding: 0.5rem 1.25rem;
	position: fixed;
	transition: background-color 0.3s ease;
	width: 100%;
	z-index: 100;
}

.l-header.is-scrolled {
	background-color: #E9E8E9;
}

.l-header--white {
	background: #FBFBFB;
}

.l-header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.l-header__logo {
	z-index: 100;
}

.l-header__logo:hover {
	opacity: 0.8;
}

.l-header__logo-link {
	position: relative;
	width: 144px;
}

.l-header__logo-link.is-checked svg path {
	fill: #fff;
}

.l-header__nav {
	align-items: center;
	display: flex;
	gap: 1.25rem;
}

.l-header__list {
	display: none;
}

.l-header__list li:last-of-type a {
	align-items: center;
	border: 1px solid #212121;
	border-radius: 100px;
	display: flex;
	height: 1.75rem;
	justify-content: center;
	width: 7.0625rem;
}

.l-header__link {
	font-size: 1rem;
	text-transform: uppercase;
}

.l-header__link:hover .l-header__text {
	transform: translateY(-100%);
}

.l-header__text-wrap {
	display: inline-flex;
	flex-direction: column;
	height: 1em;
	overflow: hidden;
}

.l-header__text {
	display: block;
	line-height: 1;
	transition: transform 0.3s ease;
}

.l-header__btn-wrapper {
	z-index: 100;
}

.l-header__btn {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	justify-content: center;
	letter-spacing: 0.28px;
	width: 40px;
}

.l-header__btn.is-current {
	display: none;
}

.l-drawer__icon {
	align-items: center;
	display: flex;
	height: 40px;
	justify-content: center;
	transition: all 0.3s ease 0s;
	width: 40px;
	z-index: 100;
}

.l-drawer__icon.is-checked {
	transition: all 0.3s ease 0s;
}

.l-drawer__icon.is-checked .l-drawer__icon-inner .l-drawer-icon__bar {
	background: #fff;
}

.l-drawer__icon.is-checked .l-drawer__icon-inner .l-drawer-icon__bar:nth-of-type(1) {
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(30deg);
}

.l-drawer__icon.is-checked .l-drawer__icon-inner .l-drawer-icon__bar:nth-of-type(2) {
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-30deg);
}

.l-drawer__icon-inner {
	height: 8px;
	position: relative;
	width: 32px;
}

.l-drawer-icon__bar {
	background: black;
	height: 1px;
	left: 0;
	position: absolute;
	transition: transform 0.3s linear, top 0.3s linear;
	width: 100%;
}

.l-drawer-icon__bar:nth-of-type(1) {
	top: 0;
}

.l-drawer-icon__bar:nth-of-type(2) {
	top: 100%;
}

.l-drawer__content {
	background: #000;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	height: 100%;
	max-height: 100vh;
	opacity: 0;
	overflow-y: auto;
	padding-bottom: 166px;
	padding-inline: 1.25rem;
	padding-top: 200px;
	position: fixed;
	right: 0;
	top: 0;
	transition: opacity 0.3s ease;
	visibility: hidden;
	width: 100%;
	z-index: 50;
}

.l-drawer__content.is-checked {
	opacity: 1;
	visibility: visible;
}

.l-drawer__link-text {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 0.32px;
	line-height: 100%; /* 16px */
	text-transform: uppercase;
}

.l-drawer__item {
	color: #fff;
}

.l-drawer__item:not(:first-child) .l-drawer__link {
	padding-top: 21px;
}

.l-drawer__item:first-child .l-drawer__link::after {
	top: 0 !important;
	transform: unset;
}

.l-drawer__link {
	border-bottom: 1px solid #E9E8E9;
	display: block;
	padding-bottom: 22px;
	position: relative;
}

.l-drawer__link::after {
	background: url("../img/common/drawer-arrow.svg") no-repeat center center/cover;
	content: "";
	height: 17px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
}

.l-drawer__contact {
	font-size: 16px;
	margin-top: 40px;
	width: -moz-fit-content;
	width: fit-content;
}

.l-drawer__contact a {
	border: 1px solid #fff;
	border-radius: 100px;
	padding: 6px 16px;
}

.l-drawer__contact a::after {
	display: none;
}

.l-drawer__interview {
	font-size: 16px;
	margin-top: 80px;
	position: relative;
}

.l-drawer__interview::after {
	background: url("../img/common/carbon_new-tab-white.svg") no-repeat center center/cover;
	content: "";
	height: 25px;
	position: absolute;
	right: 0;
	top: 0;
	width: 25px;
}

.l-drawer__interview a {
	font-variant: all-small-caps;
	font-weight: 500;
	letter-spacing: 0.32px;
	line-height: 100%;
	padding-bottom: 18px;
	padding-top: 4.5px;
}

.l-drawer__interview a::after {
	display: none;
}

.l-inner {
	padding-inline: 1.25rem;
}

.l-container {
	margin-inline: auto;
	max-width: 1440px;
}

.l-container--narrow {
	margin-inline: auto;
	max-width: 1280px;
}

.l-section-inner {
	padding-block: 100px;
}

.l-section-inner--pb-sm {
	padding-bottom: 4rem;
}

.l-section-inner--pb-xs {
	padding-bottom: 2.5rem;
}

.l-section-inner--pb-md {
	padding-bottom: 5rem;
}

.c-business-inner--pb {
	padding-bottom: 4rem;
}

.l-section-frame {
	display: none;
}

.l-section-first {
	padding-bottom: 3rem;
	padding-top: clamp(154px, 9.625rem, 220px);
}

.l-section-first--works {
	margin-bottom: 2.5rem;
	padding-top: 0.375rem;
}

.l-pc {
	display: none;
}

.l-footer {
	background: #4B4B4B;
	color: #FBFBFB;
	padding-bottom: 20px;
	padding-top: 64px;
}

.l-footer__logo-link:hover {
	opacity: 0.8;
}

.l-footer__logo {
	width: 76px;
}

.l-footer__access {
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 180%; /* 27px */
	margin-top: 24px;
}

.l-footer__access a:hover {
	opacity: 0.5;
}

.l-footer__nav {
	margin-top: 48px;
}

.l-footer__list {
	display: flex;
	flex-wrap: wrap;
	gap: 28px;
}

.l-footer__list li {
	flex: 0 0 auto;
}

.l-footer__list:not(:first-of-type) {
	margin-top: 36px;
}

.l-footer__link {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 100%; /* 16px */
	text-align: right;
	text-transform: uppercase;
}

.l-footer__link:hover .l-footer__text {
	transform: translateY(-100%);
}

.l-footer__text-wrap {
	display: inline-flex;
	flex-direction: column;
	height: 1em;
	overflow: hidden;
}

.l-footer__text {
	display: block;
	line-height: 1;
	transition: transform 0.3s ease;
}

.l-footer__contact {
	border: 1px solid #FBFBFB;
	border-radius: 100px;
	padding: 4px 14px;
}

.l-footer__btn-wrapper {
	margin-top: 40px;
}

.l-footer__btn {
	align-items: center;
	background: #E9E8E9;
	border-radius: 50%;
	color: #212121;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	font-size: 14px;
	font-size: 12px;
	height: 32px;
	justify-content: center;
	letter-spacing: 0.24px;
	line-height: 100%; /* 12px */
	width: 32px;
}

.l-footer__btn.is-current {
	display: none;
}

.l-footer__sns {
	align-items: center;
	display: flex;
	gap: 20px;
	margin-top: 40px;
}

.l-footer__sns-link:first-of-type,
.l-footer__sns-link:last-of-type {
	height: 40px;
	width: 40px;
}

.l-footer__sns-link:nth-of-type(2) {
	height: 36px;
	width: 36px;
}

.l-footer__copy {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: normal;
	margin-top: 64px;
	text-align: center;
}

.l-footer__list--second {
	margin-top: 1.6875rem !important;
}

.l-swiper-section {
	padding-bottom: 38.35px;
	padding-top: 143.65px;
}

.l-swiper-section--lower {
	padding-top: 31.65px;
}

.p-filmmaking-lower .l-swiper-section--lower,
.p-casting-lower .l-swiper-section--lower {
	padding-bottom: 2.834375rem;
}

.l-content {
	padding-top: 160px;
}

.c-page-title {
	font-family: "Cinzel", serif;
	font-size: 2.75rem;
	font-size: clamp(44px, 2.75rem, 60px);
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.88px;
	line-height: 120%; /* 52.8px */
}

.c-section-title .c-section-title__en-upper {
	display: block;
}

.c-section-title .c-section-title__en-lower {
	display: block;
}

.c-section-title--white {
	color: #fff;
}

.c-section-title--white .c-section-title__ja::before {
	background: #fff;
}

.c-section-title__ja {
	display: inline-block;
	filter: blur(10px);
	font-size: 16px;
	letter-spacing: 1.6px;
	line-height: 180%; /* 27px */
	opacity: 0;
	padding-left: 24px;
	position: relative;
	transform: translateY(10px);
	will-change: opacity, filter, transform;
}

.c-section-title__ja::before {
	background: #212121;
	border-radius: 50%;
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 12px;
}

.c-section-title__ja--sm {
	font-size: 15px;
	letter-spacing: 0.3px;
}

.c-section-title__en {
	display: block;
	font-size: 44px;
	font-weight: 700;
	letter-spacing: 0.88px;
	line-height: 100%; /* 44px */
	margin-top: 10px;
	text-transform: uppercase;
}

.c-section-title__en-upper {
	font-family: "Cinzel", serif;
}

.c-section-title__en-upper span {
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
	will-change: transform, opacity;
}

.c-section-title__en-lower {
	font-family: "Figtree", sans-serif;
	margin-left: 56px;
}

.c-section-title__en-lower span {
	display: inline-block;
	opacity: 0;
	transform: translateY(20px);
	will-change: transform, opacity;
}

.c-section-title.is-animated .c-section-title__ja {
	animation: blurTextReveal 1s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.c-section-title.is-animated .c-section-title__en-upper > span,
.c-section-title.is-animated .c-section-title__en-lower > span {
	animation: revealText 0.6s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.c-item-title span {
	display: block;
}

.c-item-title-top--pc {
	display: none;
}

.c-item-title__num {
	color: #9E9E9E;
	font-family: "Figtree", sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 1.04px;
	line-height: 100%; /* 13px */
	margin-left: 0.25rem;
}

.c-item-title_text {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 1.92px;
	line-height: 120%; /* 28.8px */
	margin-top: 0.25rem;
}

.c-card__link:hover .c-card__thumb img {
	transform: scale(1.2);
}

.c-card__link:hover .c-card__thumb::after {
	background: rgba(0, 0, 0, 0.2);
}

.c-card__link:hover .c-entry-meta,
.c-card__link:hover .c-card__title {
	color: #8E8E8E;
}

.c-card__link:hover .c-entry-meta__category {
	border-color: #8E8E8E;
}

.c-card__thumb {
	border-radius: 7px;
	display: block;
	height: 13.625rem;
	overflow: hidden;
	position: relative;
}

.c-card__thumb::after {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: background 0.5s ease;
	width: 100%;
}

.c-card__thumb img {
	-o-object-fit: cover;
	border-radius: 7px;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

.c-card__body {
	padding: 0.875rem 1rem;
}

.c-card__body {
	padding: 1rem 1rem 0.875rem;
}

.c-our-works__top .c-card__body {
	padding: 0.875rem 1rem;
}

.c-entry-meta {
	align-items: center;
	color: #212121;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	gap: 0.875rem;
	line-height: 100%; /* 14px */
	text-transform: uppercase;
	transition: color 0.5s ease;
}

.c-entry-meta__category {
	align-items: center;
	border: 0.0625rem solid #212121;
	border-radius: 62.5rem;
	display: flex;
	letter-spacing: 0.28px;
	line-height: 100%;
	padding: 0.1875rem 1.125rem;
	padding: 3px 18px;
	padding-inline: 1.125rem;
	transition: border-color 0.5s ease;
}

.c-entry-meta__date {
	letter-spacing: 0.28px;
}

.c-card__title {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 140%; /* 21px */
	margin-top: 12px;
	transition: color 0.5s ease;
}

.c-news {
	background: #FBFBFB;
}

.p-top .c-news {
	background: #E9E8E9;
	transition: background-color 0.8s ease;
}

.p-top .c-news.is-active {
	background: #FBFBFB;
}

.c-news__btn {
	display: none !important;
}

.c-news__list {
	margin-top: 48px;
}

.c-news__item {
	border-bottom: 1px solid #DBE0E7;
}

.c-news__link {
	display: flex;
	gap: 56px;
	padding: 16px 0 23px;
	position: relative;
}

.c-news__link::after {
	background: url("../img/common/right-arrow.svg") no-repeat center center/cover;
	content: "";
	display: none;
	height: 0.6875rem;
	position: absolute;
	right: 1.25rem;
	top: 50%;
	transform: translateY(-50%);
	width: 0.375rem;
}

.c-news__date {
	flex-shrink: 0;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 0.28px;
	line-height: 100%; /* 14px */
}

.c-news__date span {
	display: block;
}

.c-news__date span:first-child {
	font-size: 14px;
	letter-spacing: 0.28px;
	line-height: 100%;
}

.c-news__date span:nth-of-type(2) {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.48px;
	margin-top: 16px;
}

.c-news__category {
	align-items: center;
	border: 1px solid #212121;
	border-radius: 62.5rem;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	letter-spacing: 0.28px;
	line-height: 100%;
	padding: 3px 18px;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

.c-news__title {
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 180%; /* 27px */
	margin-top: 16px;
}

.c-news__button {
	margin: 3rem auto 0;
}

.c-news__button-pc {
	display: none !important;
}

.c-page-lead {
	font-size: 15px;
	letter-spacing: 0.6px;
	line-height: 180%; /* 27px */
	padding-top: 1.25rem;
}

.c-page-lead--en {
	font-family: "Cinzel", serif;
	font-weight: 500;
	text-transform: uppercase;
}

.p-news__list {
	padding-inline: 1.25rem;
}

.card__swiper-inner {
	overflow: hidden;
}

.card__swiper-container {
	margin-inline: auto;
	position: relative;
}

.card__swiper-wrapper {
	transition-timing-function: linear;
}

.c-swiper {
	overflow: visible;
}

.c-swiper__slide {
	border-radius: 0.5rem;
	margin-right: 6.25rem;
	margin-right: 100px;
	position: relative;
	transform: rotate(7deg) !important;
	width: 240px;
}

.c-swiper__slide::before {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0.5rem;
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.c-swiper__slide img {
	border-radius: 0.5rem;
}

.c-swiper__text {
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;
	color: #FFF;
	font-family: "Cinzel", serif;
	font-size: 1.75rem;
	font-size: 28px;
	left: -120%;
	letter-spacing: 1.12px;
	line-height: 120%;
	mix-blend-mode: difference;
	padding-block: 10px;
	position: absolute;
	text-transform: uppercase;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	z-index: 1;
}

.c-about {
	padding-bottom: 64px;
	padding-top: 100px;
}

.c-about__text {
	margin-top: 48px;
}

.c-about__description {
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 200%; /* 32px */
}

.c-about__description:not(:first-of-type) {
	margin-top: 24px;
}

.c-business {
	padding-bottom: 40px;
	padding-top: 100px;
}

.c-business__lead {
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 180%; /* 27px */
	margin-top: 40px;
}

.c-business__list {
	margin-top: 72px;
}

.c-business__item:not(:first-of-type) {
	margin-top: 80px;
}

.p-top .c-business__item:not(:first-of-type) {
	margin-top: 6rem;
}

.c-business__item-column {
	margin-top: 1rem;
	margin-top: 16px;
}

.c-business__item-img {
	display: block;
	overflow: hidden;
	position: relative;
}

.c-business__item-img::after {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.c-business__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.c-business__item-text {
	margin-top: 16px;
	padding-inline: 1.25rem;
}

.c-business__item-description {
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 180%; /* 27px */
}

.c-business__item-description:not(:first-of-type) {
	margin-top: 16px;
}

.c-business__item-description:last-of-type {
	margin-bottom: 40px;
}

.c-business__item-description--sm {
	font-size: 15px;
	letter-spacing: 0.3px;
}

.p-top .c-business__item-description {
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 180%; /* 27px */
}

.c-our-works {
	padding-block: 100px;
}

.p-top .c-our-works {
	background: #9E9E9E;
	transition: background-color 0.8s ease;
}

.p-top .c-our-works.is-active {
	background: #E9E8E9;
}

.c-our-works__container {
	justify-content: space-between;
	margin-top: 3rem;
}

.c-works-top__thumb {
	border-radius: 7px;
	display: block;
	height: 29.8125rem;
	overflow: hidden;
	transform: translateZ(0);
}

.c-works-top__thumb img {
	-o-object-fit: cover;
	border-radius: 7px;
	height: 100%;
	object-fit: cover;
}

.c-works-top__title {
	margin-top: 0.5rem;
}

.c-our-works__list {
	margin-top: 2rem;
}

.l-section-first--works .c-our-works__list {
	margin-top: 2.5rem;
}

.c-our-works__item:not(:first-of-type) {
	margin-top: 2rem;
}

.c-our-works__item:nth-child(n+3) {
	display: none;
}

.p-works__content .c-our-works__item:nth-child(n+3) {
	display: block;
}

.c-our-works__button {
	margin: 48px auto 0;
}

.c-our-works__list--archive .c-our-works__item:not(:first-of-type) {
	margin-top: 3.75rem;
}

.c-interview {
	background: #5A595A;
	overflow: hidden;
	padding-bottom: 4rem;
	padding-bottom: 64px;
	padding-top: 3.5rem;
	padding-top: 56px;
}

.p-top .c-interview {
	background: #3B3B3B;
	transition: background-color 0.8s ease;
}

.p-top .c-interview.is-active {
	background: #5A595A;
}

.c-interview__column {
	margin-inline: auto;
	max-width: 1280px;
}

.c-interview__title {
	padding-left: 1.25rem;
	position: relative;
}

.c-interview__title .c-section-title__en {
	position: relative;
	z-index: 1;
}

.c-interview__img {
	border-radius: 4px;
	bottom: 33px;
	height: 100px;
	left: 290px;
	position: absolute;
	width: 100px;
}

.c-interview__img-bg {
	display: block;
	position: relative;
}

.c-interview__img-bg img {
	border-radius: 0.25rem;
}

.c-interview__img-bg::after {
	background: rgba(0, 0, 0, 0.3);
	border-radius: 0.25rem;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	width: 100%;
}

.c-interview__description {
	color: #fff;
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 180%;
	margin-top: 40px;
	padding-inline: 1.25rem;
}

.c-interview__link {
	align-items: center;
	background: #fff;
	border-radius: 50%;
	display: flex;
	height: 176px;
	justify-content: center;
	margin: 40px auto 0;
	width: 176px;
}

.c-interview__link-text span {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 1.6px;
	line-height: 100%; /* 16px */
	text-transform: uppercase;
}

.c-interview__link-img {
	margin: 14px auto 0;
	width: 25px;
}

.c-interview__text-wrap {
	display: inline-flex;
	flex-direction: column;
	height: 1em;
	overflow: hidden;
	position: relative;
}

.c-interview__text {
	display: block;
	line-height: 1;
	transition: transform 0.3s ease;
}

/* hover時 */

.c-interview__link:hover .c-interview__text {
	transform: translateY(-100%);
}

.c-contact {
	background: #4B4B4B;
	padding-top: 100px;
}

.c-contact__container {
	border-bottom: 1px solid #E5E5E5;
	padding-bottom: 100px;
}

.c-contact__title {
	color: #FBFBFB;
	font-family: "Cinzel", serif;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: 3.52px;
	letter-spacing: 2px;
	line-height: 100%; /* 88px */
	text-align: center;
	text-transform: uppercase;
}

.c-contact__lead {
	color: #FBFBFB;
	font-size: 15px;
	letter-spacing: 1.5px;
	line-height: 180%; /* 27px */
	margin-top: 15px;
	text-align: center;
}

.wpcf7-form {
	margin-top: 48px;
}

.c-contact__fields {
	background: #FBFBFB;
	border-radius: 4px;
	padding-block: 48px;
	padding-inline: 20px;
}

.c-field:not(:first-of-type) {
	margin-top: 24px;
}

.c-field:last-of-type .c-field__head p {
	display: block;
}

.c-field:last-of-type .c-field__tag {
	margin-top: 8px;
}

.c-field:nth-child(3) .c-field__input,
.c-field:nth-child(4) .c-field__input {
	letter-spacing: 0.32px;
}

.c-field__head {
	align-items: center;
	display: flex;
	gap: 12px;
}

.c-field__head p {
	align-items: center;
	display: flex;
	gap: 12px;
}

.c-field__head br {
	display: none;
}

.c-field__label {
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 180%; /* 27px */
}

.c-field__label span {
	display: block;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.26px;
	line-height: 180%;
}

.c-field__tag {
	align-items: center;
	background: #CD3E3E;
	border-radius: 2px;
	color: #FBFBFB;
	display: flex;
	font-size: 11px;
	height: 15px;
	justify-content: center;
	letter-spacing: 1.1px;
	padding-inline: 5px;
	width: -moz-fit-content;
	width: fit-content;
}

.c-field__item {
	margin-top: 8px;
}

.c-field__input {
	border: 1px solid #888;
	border-radius: 5px;
	color: #212121;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1.6px;
	line-height: 180%;
	padding: 9px 8.5px 7px;
	width: 100%;
}

.c-radio {
	display: block;
	font-size: 16px;
	line-height: 140%; /* 22.4px */
}

.c-radio__text {
	display: block;
	padding-left: 36px;
	position: relative;
}

.c-radio__text::before,
.c-radio__text::after {
	content: "";
	position: absolute;
}

.c-radio__text::before {
	border: 1px solid #878787;
	height: 24px;
	left: 0;
	top: 2px;
	transition: border-color 0.3s;
	width: 24px;
}

.c-radio__text::after {
	background: url(../img/common/check-solid.svg) no-repeat center center/contain;
	left: 4px;
	opacity: 0;
	top: 5px;
}

.c-radio { /* チェック前のボタン */
}

.c-radio .wpcf7-list-item:not(:first-of-type) {
	margin-top: 12px;
}

.c-radio .wpcf7-list-item-label {
	padding-left: 36px;
}

.c-radio .wpcf7-list-item-label::before {
	top: 2px;
}

.c-radio .wpcf7-list-item-label::after {
	top: 6px;
}

.c-privacy .wpcf7-form-control-wrap {
	display: block;
	margin: 32px auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.c-privacy .wpcf7-list-item-label {
	color: #FBFBFB;
	letter-spacing: 0.32px;
	line-height: 180%;
	padding-left: 42px;
}

.c-privacy .wpcf7-list-item-label::before,
.c-privacy .wpcf7-list-item-label::after {
	top: 50%;
	transform: translateY(-50%);
}

.c-privacy .wpcf7-list-item-label::before {
	background: #FBFBFB;
}

input[type=radio] {
	opacity: 0;
	position: absolute;
}

/* チェック前のボタン */

.wpcf7-list-item {
	display: block;
	margin-left: 0;
}

.wpcf7-list-item-label {
	cursor: pointer;
	display: flex;
	position: relative;
}

.wpcf7-list-item-label::before {
	border: 1px solid #878787;
	content: "";
	height: 24px;
	left: 0;
	position: absolute;
	width: 24px;
}

.wpcf7-list-item-label::after {
	background: url(../img/common/check-solid.svg) no-repeat center center/contain;
	content: "";
	height: 16px;
	left: 4px;
	opacity: 0;
	position: absolute;
	top: 4px;
	width: 16px;
}

/* チェック後のボタン */

input[type=radio]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.c-field__textarea {
	border: 1px solid #888;
	border-radius: 2px;
	font-size: 16px;
	height: 193px;
	letter-spacing: 0.32px;
	line-height: 180%;
	padding: 14.75px 16px 31.25px;
	width: 100%;
}

.c-privacy {
	margin-top: 48px;
}

.c-privacy__container {
	background: #FBFBFB;
}

.c-privacy__head {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.32px;
	line-height: 150%; /* 24px */
	padding-block: 16px;
	text-align: center;
}

.c-privacy__content {
	border-top: 1px solid #E9E8E9;
	font-size: 15px;
	height: 187px;
	letter-spacing: 0.3px;
	line-height: 150%; /* 22.5px */
	overflow-y: scroll;
	padding: 20px;
}

.c-privacy__checkbox {
	color: #FBFBFB;
	display: block;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 180%; /* 28.8px */
	margin: 32px auto 0;
	width: -moz-fit-content;
	width: fit-content;
}

.c-privacy__input {
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.c-contact__button-container {
	align-items: center;
	background: #FBFBFB;
	border-radius: 48px;
	display: flex;
	height: 68px;
	justify-content: center;
	margin: 72px auto 0;
	position: relative;
	text-align: center;
	width: 350px;
}

.c-contact__button {
	font-size: 16px;
	font-weight: 700;
	height: 100%;
	letter-spacing: 3.2px;
	line-height: 100%;
	width: 100%;
}

.c-contact__button-icon {
	align-items: center;
	border: 1px solid #212121;
	border-radius: 50%;
	display: flex;
	height: 48px;
	justify-content: center;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
}

.c-contact__note {
	color: #FBFBFB;
	font-size: 13px;
	letter-spacing: 0.26px;
	line-height: 180%; /* 23.4px */
	margin-top: 64px;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #BDBDBD;
}

input::placeholder,
textarea::placeholder {
	color: #BDBDBD;
}

.c-contact__button-container .wpcf7-spinner {
	display: none;
}

.c-contact__button-container p {
	align-items: center;
	display: flex;
	height: 100%;
	text-align: center;
	width: 100%;
}

.c-contact__button-icon br {
	display: none;
}

.wpcf7-not-valid-tip {
	margin-top: 10px;
}

.cf7-cf-turnstile {
	margin-top: 40px !important;
	text-align: center;
}

.page-numbers {
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	line-height: 100%; /* 20px */
}

.c-pagination {
	align-items: center;
	display: flex;
	gap: 32px;
	justify-content: center;
	margin-top: 48px;
}

.c-pagination .current {
	align-items: center;
	background: #787778;
	border-radius: 100px;
	color: #fff;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.c-pagination--pc {
	display: none;
}

.c-pagination__arrow--prev svg {
	transform: scaleX(-1);
}

.c-pagination__arrow svg {
	display: block;
	height: auto;
	width: 20px;
}

.c-sidebar {
	font-family: "Montserrat", sans-serif;
	padding-block: 100px;
	padding-inline: 1.25rem;
	text-transform: uppercase;
}

.p-post .c-sidebar,
.p-post--works .c-sidebar {
	padding-inline: 1.25rem;
}

.c-sidebar__section {
	max-width: 17.5rem;
}

.c-sidebar__section:not(:first-of-type) {
	margin-top: 20px;
}

.c-sidebar__title {
	border-bottom: 1px solid #212121;
	font-size: 24px;
	font-weight: 500;
	line-height: 100%;
	max-width: 280px;
	padding-bottom: 5px;
}

.c-sidebar__list {
	margin-top: 15px;
}

.c-sidebar__list li {
	font-size: 14px;
	letter-spacing: 0.28px;
	line-height: 100%;
}

.c-sidebar__list li:not(:first-of-type) {
	margin-top: 10px;
}

.c-entry-content p {
	color: #333;
	font-size: 0.9375rem;
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 180%; /* 27px */
	margin-top: 20px;
}

.c-entry-content p:first-of-type {
	margin-top: 32px;
}

.c-entry-content p:last-of-type {
	margin-bottom: 32px;
}

.c-entry-content hr {
	border: none;
	border-top: 1px solid #8E8E8E;
	margin-block: 50px;
}

.c-entry-content h1 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.48px;
	margin-bottom: 14px;
	margin-top: 32px;
}

.c-entry-content h2 {
	border-bottom: 1px solid #8E8E8E;
	font-size: 20px;
	letter-spacing: 0.4px;
	margin-top: 32px;
	padding-bottom: 14px;
}

.c-entry-content h3 {
	background: #F8F8F8;
	font-size: 18px;
	letter-spacing: 0.36px;
	margin-top: 40px;
	padding: 2px 12px;
}

.c-entry-content h4 {
	border-left: 0.25rem solid #797979;
	font-size: 16px;
	letter-spacing: 0.32px;
	margin-top: 24px;
	padding-left: 15px;
}

.c-entry-content h1,
.c-entry-content h2,
.c-entry-content h3,
.c-entry-content h4 {
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	line-height: 160%;
}

.c-entry-content ul,
.c-entry-content ol {
	margin-block: 32px;
}

.c-entry-content ul ul,
.c-entry-content ul ol,
.c-entry-content ol ul,
.c-entry-content ol ol {
	margin-bottom: 12px;
	margin-top: 6px;
}

.c-entry-content ol {
	color: #333;
	list-style: decimal-leading-zero;
	padding-left: 30px;
}

.c-entry-content ol ol li:not(:first-of-type) {
	margin-top: 6px;
}

.c-entry-content ol ol ol {
	padding-left: 2.5rem;
}

.c-entry-content li {
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 180%; /* 27px */
}

.c-entry-content li:not(:first-of-type) {
	margin-top: 12px;
}

.c-entry-content li::marker {
	color: #366AAA;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
}

.c-entry-content li ol li,
.c-entry-content li ul li {
	margin-top: 6px;
}

.c-entry-content li ol li::marker,
.c-entry-content li ul li::marker {
	color: #333;
}

.c-entry-content ul {
	color: #333;
	padding-left: 1.5em;
}

.c-entry-content ul li {
	list-style: disc;
}

.c-entry-content ul li:not(:first-of-type) {
	margin-top: 6px;
}

.c-entry-content a {
	color: #06499A;
	text-decoration: none;
}

.c-entry-content figure {
	display: block;
	height: 13.625rem;
	margin-block: 10px;
	overflow: hidden;
}

.c-entry-content figure img {
	-o-object-fit: contain;
	border-radius: 8px;
	height: 100%;
	object-fit: contain;
}

.c-entry-content blockquote {
	background: #F7F7F7;
	border-radius: 4px;
	margin-bottom: 32px;
	padding: 40px 20px;
	position: relative;
}

.c-entry-content blockquote::before,
.c-entry-content blockquote::after {
	content: "";
	height: 14px;
	position: absolute;
	width: 17.998px;
}

.c-entry-content blockquote::before {
	background: url(../img/common/left-quotation.svg) no-repeat center center/contain;
	left: 11px;
	top: 11px;
}

.c-entry-content blockquote::after {
	background: url(../img/common/right-quotation.svg) no-repeat center center/contain;
	bottom: 11px;
	right: 11px;
}

.c-entry-content blockquote p:first-of-type {
	margin-top: 0 !important;
}

.c-entry-content blockquote p:last-of-type {
	margin-bottom: 0 !important;
}

.c-entry-content blockquote p:not(:first-of-type) {
	margin-top: 12px !important;
}

.c-br-pc {
	display: none;
}

.c-arrow-link:hover .c-arrow-link__iconImg {
	animation: arrowAnime 0.5s;
}

.c-arrow-link__icon {
	align-items: center;
	border: 1px solid #000;
	border-radius: 50%;
	display: flex;
	height: 48px;
	justify-content: center;
	overflow: hidden;
	width: 48px;
}

.c-arrow-link__iconImg {
	display: block;
	line-height: 1;
}

.c-arrow-link {
	align-items: center;
	display: flex;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	gap: 16px;
	letter-spacing: 1.6px;
	line-height: 100%; /* 16px */
	margin-left: auto;
	margin-right: auto;
	padding-block: 0.375rem;
	text-align: center;
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}

.c-arrow-link--back {
	gap: 40px;
}

.c-arrow-link--back .c-arrow-link__icon {
	transform: rotate(-90deg);
}

.btnArrow2 {
	-moz-column-gap: 2em;
	align-items: center;
	column-gap: 2em;
	display: flex;
	justify-content: flex-start;
	margin-left: auto;
	margin-right: unset;
	text-decoration: none;
}

.c-arrow-link__txt {
	height: 1em;
	line-height: 1;
	overflow: hidden;
}

.c-arrow-link__txt1,
.c-arrow-link__txt2 {
	display: block;
}

.c-arrow-link svg {
	vertical-align: bottom;
}

.c-arrow-link__ico {
	height: 48px;
	overflow: hidden;
	position: relative;
	transform: rotate(-30deg);
	width: 48px;
}

.c-arrow-link__ico--back {
	transform: rotate(-120deg);
}

.c-arrow-link__circle {
	display: block;
	transform: rotate(-240deg) scale(-1, 1);
}

.c-arrow-link__circle--back {
	transform: rotate(-150deg) scale(-1, 1);
}

.c-arrow-link__circle-base {
	stroke: #212121;
	stroke-opacity: 0.3;
	stroke-width: 0.8;
}

.c-arrow-link__circle-line {
	stroke: #212121;
	stroke-width: 0.8;
	stroke-dasharray: 132px;
	stroke-dashoffset: 132px;
	transition: stroke-dashoffset 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.c-arrow-link:hover .c-arrow-link__circle-line {
	stroke-dashoffset: 0;
}

.c-arrow-link__arrow1,
.c-arrow-link__arrow2 {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 16px;
}

.c-arrow-link__arrow2 {
	left: -100%;
}

.c-arrow-link:hover .c-arrow-link__txt1,
.c-arrow-link:hover .c-arrow-link__txt2 {
	transform: translateY(-100%);
	transition: all ease 0.3s;
}

.c-arrow-link:hover .c-arrow-link__arrow1 {
	left: 150%;
	transition: all ease 0.3s;
}

.c-arrow-link:hover .c-arrow-link__arrow2 {
	left: 50%;
	transition: all ease 0.3s;
}

.p-fv {
	background: #E9E8E9;
}

.p-fv__inner {
	padding-bottom: 3rem;
	padding-top: clamp(154px, 9.625rem, 220px);
}

.p-about {
	background: #434343;
	padding: 94px 0 100px;
	transition: background-color 0.8s ease;
}

.p-about.is-active {
	background: #5B5A5B;
}

.p-about__inner {
	margin-inline: auto;
	max-width: 1440px;
}

.p-about__container {
	padding-top: 62px;
	position: relative;
}

.p-about__head {
	color: rgba(255, 255, 255, 0.3);
	font-family: "Cinzel", serif;
	font-size: clamp(88px, 5.5rem, 100px);
	font-weight: 700;
	letter-spacing: 0.11rem;
	line-height: 100%;
	position: absolute;
	right: 20px;
	text-transform: uppercase;
	top: 0;
	z-index: 2;
}

.p-about__head span {
	display: none;
}

.p-about__img-wrapper {
	height: 33.9375rem;
	position: relative;
}

.p-about__img {
	border-radius: 0.5rem;
	overflow: hidden;
	position: absolute;
}

.p-about__img:nth-of-type(1) {
	right: 0;
	top: 0;
	width: 16.5rem;
	z-index: 1;
}

.p-about__img:nth-of-type(2) {
	display: none;
	left: 0;
	top: 15.25rem;
	width: 21.125rem;
}

.p-about__img:nth-of-type(3) {
	bottom: 0;
	left: 0;
	width: 16.625rem;
}

.p-about__img-bg {
	position: relative;
}

.p-about__img-bg::before {
	background: rgba(0, 0, 0, 0.3); /* 好きな色 */
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.p-about__description {
	color: #E5E5E5;
	font-size: 16px;
	letter-spacing: 0.32px;
	line-height: 200%;
	margin-top: 71px;
}

.p-business {
	background: #9E9E9E;
	padding-bottom: 64px;
	padding-top: 100px;
	transition: background-color 0.8s ease;
}

.p-business.is-active {
	background: #E9E8E9;
}

.p-business__lead {
	font-size: 0.9375rem;
	letter-spacing: 0.3px;
	line-height: 180%; /* 27px */
	margin-top: 2.5rem;
}

.p-business__list {
	margin-top: 72px;
}

.p-business__item:not(:first-of-type) {
	margin-top: 96px;
}

.p-business__list--lower .p-business__item:not(:first-of-type) {
	margin-top: 5rem;
}

.p-business__item-column {
	margin-top: 16px;
}

.p-business__item-img {
	display: block;
	overflow: hidden;
	position: relative;
}

.p-business__item-img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.p-business__item-img::after {
	background: rgba(0, 0, 0, 0.3);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.p-business__item-text {
	margin-top: 16px;
	padding-inline: 1.25rem;
}

.p-business__item-description {
	font-size: 15px;
	letter-spacing: 0.3px;
	line-height: 180%; /* 27px */
}

.p-business__item-description:not(:first-of-type) {
	margin-top: 16px;
}

.p-business__item-description:last-of-type {
	margin-bottom: 40px;
}

.p-business__item-link {
	font-size: 14px;
	margin-left: unset;
	text-transform: uppercase;
}

.p-our-news {
	background: #FBFBFB;
}

.p-our-news__container {
	margin-top: 3rem;
}

.p-our-news__button {
	margin: 3rem auto 0;
}

.p-publishing__swiper {
	overflow: hidden;
	padding-bottom: 2.396875rem;
	padding-top: 1.978125rem;
}

.p-overview__content {
	background: #F3F3F3;
	font-size: 16px;
	margin-bottom: 40px;
	margin-top: 12px;
	padding: 20px;
}

.p-overview__role {
	letter-spacing: 0.32px;
	line-height: 140%; /* 22.4px */
}

.p-overview__description {
	letter-spacing: 0.32px;
	line-height: 180%; /* 28.8px */
	margin-top: 10px;
}

.p-works-fv__text {
	padding-inline: 1.25rem;
}

.p-works__top {
	padding-inline: 1.25rem;
}

.p-works__content {
	padding-inline: 1.25rem;
}

.p-related-works {
	padding: 40px 20px 100px;
}

.p-related-works__title {
	line-height: 100%;
}

.p-related-works__list {
	margin-top: 32px;
}

.p-news-fv {
	padding: 10rem 1.25rem 3rem;
}

.p-news__pagination--pc {
	display: none;
}

.js-img-fade {
	filter: blur(8px);
	opacity: 0;
	transition: opacity 1.5s ease, filter 1.5s ease, transform 1.5s ease;
}

.js-img-fade.is-show {
	filter: blur(0);
	opacity: 1;
}

.js-fade-item {
	opacity: 0;
	transform: translateY(24px);
	transition: opacity 0.7s ease, transform 0.7s ease;
}

.js-fade-item.is-show {
	opacity: 1;
	transform: translateY(0);
}

.u-visually-hidden {
	clip: rect(0 0 0 0);
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

@media (min-width: 768px) {

.c-page-top {
	display: block;
}

.l-header {
	background: transparent;
	height: 6.25rem;
	padding: 0.84375rem 2.5rem;
}

.l-header__inner {
	gap: 7.53125rem;
}

.l-header__logo-link {
	width: 11.25rem;
}

.l-header__nav {
	gap: 8.65625rem;
}

.l-header__list {
	align-items: center;
	display: flex;
	font-weight: 500;
	gap: 2.25rem;
	letter-spacing: 0.32px;
	line-height: 100%; /* 16px */
}

.l-header__link {
	font-size: clamp(10px, 1rem, 16px);
}

.l-header__btn-wrapper a:first-child {
	display: flex;
}

.l-header__btn-wrapper {
	display: flex;
	gap: 0.5rem;
}

.l-header__btn.is-current {
	border: 1px solid #BABABA;
	display: flex;
}

.l-header__btn {
	background: transparent;
	font-size: 0.75rem;
	font-size: clamp(10px, 0.875rem, 14px);
	height: 2rem;
	width: 2rem;
}

.l-drawer__icon {
	display: none;
}

.l-inner {
	padding-inline: 5rem;
}

.l-section-inner {
	padding-block: 8.75rem;
}

.l-section-inner--pb-sm {
	padding-bottom: 5rem;
}

.c-business-inner--pb {
	padding-bottom: 7.1rem;
}

.l-section-frame {
	background: transparent;
	display: block;
	height: 7.5rem;
	width: 100%;
}

.l-section-first {
	padding-bottom: 5.625rem;
	padding-top: 15rem;
}

.l-section-first--works {
	margin-bottom: 5rem;
}

.l-sp {
	display: none;
}

.l-pc {
	display: block;
}

.l-footer {
	padding-top: 6.25rem;
}

.l-footer__column {
	display: flex;
	justify-content: space-between;
}

.l-footer__logo {
	width: 11.25rem;
}

.l-footer__access {
	font-size: clamp(12px, 0.9375rem, 15px);
	margin-top: 2rem;
}

.l-footer__nav {
	margin-right: 3.5625rem;
	margin-top: 0;
}

.l-footer__list {
	gap: 2.25rem;
}

.l-footer__list li {
	min-width: 0;
}

.l-footer__link {
	font-size: clamp(12px, 1rem, 16px);
	text-align: left;
}

.l-footer__interview .l-footer__link {
	font-size: clamp(11px, 0.875rem, 14px);
}

.l-footer__interview {
	align-items: center;
	border-bottom: 1px solid #FFF;
	display: flex;
	justify-content: center;
	padding: 0.34375rem 3.4375rem 0.34375rem 0.5rem;
	position: relative;
}

.l-footer__interview::after {
	background: url("../img/common/carbon_new-tab-white.svg") no-repeat center center/cover;
	content: "";
	height: 1.4375rem;
	position: absolute;
	right: 0.5rem;
	top: 50%;
	transform: translateY(-50%);
	width: 1.4375rem;
}

.l-footer__contact {
	align-items: center;
	display: flex;
	height: 100%;
	padding-inline: 0.875rem;
	padding-inline: 14px;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer__column-lower {
	display: flex;
	gap: 30.5rem;
	margin-top: 4.5rem;
	position: relative;
}

.l-footer__btn-wrapper {
	display: flex;
	gap: 0.5rem;
	margin-inline: auto;
	margin-top: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.l-footer__btn-wrapper a:first-child {
	display: flex;
}

.l-footer__btn.is-current {
	border: 1px solid #BABABA;
	display: flex;
}

.l-footer__btn {
	background: transparent;
	color: #FBFBFB;
	font-weight: 500;
}

.l-footer__sns {
	gap: 22px;
	margin-top: 0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.l-footer__sns-link:first-of-type,
.l-footer__sns-link:last-of-type {
	height: 24px;
	width: 24px;
}

.l-footer__sns-link:nth-of-type(2) {
	height: 24px;
	width: 24px;
}

.l-footer__copy {
	font-size: clamp(11px, 0.875rem, 14px);
	margin-top: 2.5rem;
}

.l-footer__list--second {
	margin-top: 2.25rem !important;
}

.l-swiper-section {
	padding-bottom: 1.1375rem;
	padding-top: 11.6375rem;
}

.l-swiper-section--lower {
	padding-bottom: 4.3625rem;
	padding-top: 2.2625rem;
}

.p-filmmaking-lower .l-swiper-section--lower,
.p-casting-lower .l-swiper-section--lower {
	padding-bottom: 4.3625rem;
}

.l-content {
	padding: 0;
	width: 62.66%;
}

.l-content-layout {
	display: flex;
	justify-content: space-between;
	padding: 13.75rem 7.5rem 8.75rem;
}

.l-content-layout--news {
	padding-bottom: 8.75rem;
}

.c-page-title {
	font-size: 6.25rem;
	letter-spacing: 0.25rem;
}

.p-works-fv .c-page-title {
	font-size: 5.5rem;
	line-height: 100%;
	text-transform: uppercase;
}

.c-page-title--lower {
	font-size: 5.5rem;
	letter-spacing: 3.52px;
}

.c-page-title--archive {
	font-size: 5.5rem;
	letter-spacing: 3.52px;
	line-height: 100%;
	text-transform: uppercase;
}

.c-section-title__ja {
	font-size: clamp(12px, 1rem, 16px);
}

.c-section-title__ja::before {
	top: 0.5rem;
}

.c-section-title__ja--sm {
	font-size: 1rem;
	font-size: clamp(12px, 1rem, 16px);
	letter-spacing: 1.6px;
}

.c-section-title__en {
	font-size: 5.5rem;
	letter-spacing: 0.22rem;
	margin-top: 1.25rem;
}

.c-section-title__en-lower {
	margin-left: 3.5rem;
}

.c-item-title-top--pc {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-bottom: 2rem;
}

.c-item-title__num {
	font-size: clamp(14px, 1.375rem, 22px);
	letter-spacing: 0.11rem;
}

.c-item-title_text {
	font-size: 2.5rem;
	font-size: clamp(20px, 2.5rem, 40px);
	letter-spacing: 3.2px;
	line-height: 100%; /* 40px */
	margin-top: 0;
}

.c-item-title-lower--pc span {
	display: block;
}

.c-item-title-lower--pc .c-item-title__num {
	font-size: 1rem;
	font-size: clamp(12px, 1rem, 16px);
	letter-spacing: 1.28px;
}

.c-item-title-lower--pc .c-item-title_text {
	font-size: clamp(20px, 2rem, 32px);
	letter-spacing: 2.56px;
	line-height: 140%;
	margin-top: 0.5rem;
}

.c-card {
	width: 22.5rem;
}

.c-card__thumb {
	aspect-ratio: 8/5;
	height: 14.0625rem;
	width: 22.5rem;
}

.c-card__body {
	padding-top: 1.5rem;
}

.c-our-works__top .c-card__body {
	padding: 1.5rem 1rem;
}

.p-works-fv .c-card__body {
	padding: 0.875rem 1rem;
}

.c-entry-meta {
	font-size: clamp(12px, 0.875rem, 14px);
}

.c-entry-meta__category {
	height: 1.375rem;
	padding-inline: 1.125rem;
}

.c-card__title {
	margin-top: 1.5rem;
}

.c-our-works__list .c-card__title {
	font-size: clamp(14px, 1.125rem, 18px);
}

.c-news__inner {
	display: flex;
	justify-content: space-between;
}

.c-news__container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.c-news__btn {
	display: flex;
	margin-top: 8rem;
}

.c-news__list {
	margin-top: 0;
	width: 68%;
}

.c-news__link::after {
	display: block;
}

.c-news__link {
	padding: 1.3125rem 1.25rem 1.25rem;
}

.c-news__date span:first-child {
	font-size: 1rem;
	font-size: clamp(12px, 1rem, 16px);
	letter-spacing: 0.32px;
}

.c-news__date span:nth-of-type(2) {
	font-size: 2.5625rem;
	letter-spacing: 0.82px;
	line-height: 100%;
	margin-top: 1.5rem;
	text-align: center;
}

.c-news__body {
	width: 79%;
}

.p-news .c-news__body {
	width: 76%;
}

.c-news__category {
	font-size: clamp(12px, 0.875rem, 14px);
	height: 1.375rem;
	padding-inline: 1.125rem;
}

.c-news__title {
	font-size: clamp(14px, 1rem, 16px);
	letter-spacing: 0.32px;
	line-height: 160%;
	margin-right: 2.375rem;
	margin-top: 1rem;
}

.c-news__button {
	margin-left: 7.25rem;
	margin-top: 8rem;
}

.c-news__button .c-arrow-link__icon {
	height: 3.5rem;
	width: 3.5rem;
}

.c-news__button-pc {
	display: flex !important;
	margin-top: unset;
}

.c-page-lead {
	font-size: clamp(12px, 0.9375rem, 15px);
	padding-top: 16px;
}

.c-page-lead--en {
	font-size: 1.25rem;
	font-size: clamp(12px, 1rem, 16px);
}

.c-page-lead--top {
	font-size: clamp(12px, 1.0625rem, 17px);
	letter-spacing: 0.34px;
	padding-top: 2.5rem;
}

.c-page-lead--lower {
	padding-top: 0.625rem;
}

.c-page-lead--archive {
	padding-top: 1rem;
}

.p-news__list {
	margin-top: 5rem;
	padding-inline: 0;
}

.c-swiper__slide {
	margin-right: 12.5rem;
	width: 20rem;
}

.c-swiper__text {
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-about {
	display: flex;
	justify-content: space-between;
}

.c-about__text {
	margin-top: 140px;
	width: 39.06%;
}

.p-casting-lower .c-about__text {
	padding-bottom: 3.75rem;
}

.c-about__description {
	font-size: clamp(14px, 1.125rem, 18px);
	letter-spacing: 0.36px;
}

.c-business {
	padding-block: 10rem;
}

.p-publishing-lower .c-business {
	padding-bottom: 7.75rem;
}

.p-casting-lower .c-business {
	padding-bottom: 14rem;
}

.c-business__inner {
	align-items: end;
	display: flex;
	justify-content: space-between;
}

.c-business__lead {
	font-size: clamp(12px, 1rem, 16px);
	letter-spacing: 1.6px;
	margin-top: 0;
	width: 39.06%;
}

.c-business__list {
	margin-top: 9rem;
	padding-inline: 5rem;
}

.c-business__list-lower {
	margin-top: 9rem;
}

.c-business__item:not(:first-of-type) {
	margin-top: 8rem;
}

.c-business__item:nth-of-type(2) .c-business__item-column {
	flex-direction: row;
}

.c-business__item-column {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-top: 0;
	padding-inline: 6.25rem;
}

.c-business__item-img {
	border-radius: 4.768px;
	height: 17.5rem;
	width: 39.07%;
}

.c-business__item-text-wrapper {
	width: 53.7%;
}

.c-business__item-text {
	margin-top: 2rem;
	padding: 0;
}

.c-business__item-description {
	font-size: clamp(12px, 1rem, 16px);
}

.c-business__item-description:not(:first-of-type) {
	margin: 0;
}

.c-business__item-description:last-of-type {
	margin: 0;
}

.c-business__item-description--sm {
	font-size: clamp(12px, 1rem, 16px);
}

.p-top .c-business__item-description {
	font-size: 16px;
}

.c-our-works {
	padding-bottom: 7.5rem;
	padding-top: 8.75rem;
}

.c-our-works__container {
	display: flex;
	gap: 6.25rem;
	margin-top: 5rem;
}

.c-works-top__thumb {
	border-radius: 8px;
	height: 34.125rem;
	width: 25rem;
}

.c-works-top__title {
	font-size: 1.5rem;
	letter-spacing: 0.96px;
}

.p-works-fv .c-works-top__title {
	font-size: clamp(12px, 1rem, 16px);
	letter-spacing: 0.64px;
	margin-top: 0.5rem;
}

.c-our-works__list {
	display: grid;
	gap: 3.75rem;
	grid-template-columns: repeat(2, 1fr);
	margin-top: 0;
}

.c-our-works__item:not(:first-of-type) {
	margin-top: 0;
}

.c-our-works__item:nth-child(n+3) {
	display: block;
}

.c-our-works__button {
	margin-top: 4rem;
}

.c-our-works__list--archive .c-our-works__item:not(:first-of-type) {
	margin-top: 0;
}

.c-interview {
	padding: 6.25rem 5rem;
}

.c-interview__column {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-right: 6.25rem;
}

.c-interview__title {
	padding-left: 0;
}

.c-interview__img {
	bottom: unset;
	height: 7.75rem;
	left: 25.8125rem;
	top: 0;
	width: 7.75rem;
}

.c-interview__description {
	font-size: clamp(12px, 1rem, 16px);
	letter-spacing: 1.6px;
	padding-left: 7.5rem;
	padding-right: 0;
}

.c-interview__link {
	height: 15.5rem;
	margin: 0;
	width: 15.5rem;
}

.c-interview__link-text span {
	font-size: 1rem;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}

.c-interview__link-img {
	margin-top: 1.5rem;
	width: 1.5625rem;
}

.c-contact {
	padding-top: 8.75rem;
}

.c-contact__container {
	padding-bottom: 8.75rem;
}

.c-contact__title {
	font-size: 5.5rem;
	letter-spacing: 3.52px;
}

.c-contact__lead {
	font-size: clamp(12px, 1rem, 16px);
	letter-spacing: 1.6px;
}

.wpcf7-form {
	margin-top: 5rem;
}

.c-contact__fields {
	margin-inline: auto;
	max-width: 900px;
	padding: 4.5rem 8.125rem;
}

.c-field:first-child {
	letter-spacing: 1.6px;
}

.c-field:last-of-type .c-field__head p {
	align-items: center;
	display: flex;
}

.c-field:last-of-type .c-field__tag {
	margin-top: 0;
}

.c-field__label {
	font-size: 16px;
}

.c-field__label span {
	font-size: clamp(12px, 0.8125rem, 13px);
}

.c-field__input {
	font-size: 16px;
	padding-bottom: 6px;
	padding-inline: 19px;
}

.c-radio__text {
	padding-bottom: 4px;
}

.c-radio__text::before {
	top: 0;
}

.c-radio .wpcf7-list-item-label {
	padding-bottom: 4px;
}

.c-radio .wpcf7-list-item-label::before {
	top: 0;
}

.c-radio .wpcf7-list-item-label::after {
	top: 4px;
}

.c-field__textarea {
	height: 218px;
	padding: 9px 19px;
}

.c-privacy {
	margin-inline: auto;
	max-width: 900px;
}

.c-privacy__content {
	font-size: 15px;
	padding: 32px 40px;
}

.c-privacy__checkbox {
	font-size: 16px;
}

.c-contact__button-container {
	height: 5rem;
	margin-inline: auto;
	width: 26.875rem;
}

.c-contact__button {
	font-size: clamp(14px, 1.125rem, 18px);
}

.c-contact__button-icon {
	height: 3.5rem;
	right: 2rem;
	width: 3.5rem;
}

.c-arrow-link__iconImg {
	width: 20px;
}

.c-contact__note {
	text-align: center;
}

.c-pagination--pc {
	display: flex;
	margin-top: 40px;
}

.c-sidebar {
	padding-bottom: 0;
	padding-inline: 0;
	padding-top: 0.3125rem;
	width: 23.33%;
}

.p-post .c-sidebar,
.p-post--works .c-sidebar {
	padding: 0;
}

.c-sidebar__title {
	font-size: clamp(18px, 1.5rem, 24px);
	padding-right: 9rem;
}

.c-sidebar__list li {
	font-size: clamp(12px, 0.875rem, 14px);
}

.c-entry-content p {
	font-size: clamp(14px, 1rem, 16px);
	letter-spacing: 0.32px;
}

.c-entry-content p:first-of-type {
	margin-top: 56px;
}

.c-entry-content p:last-of-type {
	margin-bottom: 74px;
}

.c-entry-content hr {
	margin-block: 18px;
}

.c-entry-content h1 {
	font-size: clamp(20px, 1.75rem, 28px);
	letter-spacing: 0.56px;
	line-height: 180%;
}

.c-entry-content h2 {
	font-size: clamp(18px, 1.3125rem, 21px);
	letter-spacing: 0.42px;
	line-height: 180%; /* 37.8px */
	margin-top: 56px;
}

.c-entry-content h3 {
	font-size: clamp(17px, 1.25rem, 20px);
	letter-spacing: 0.4px;
	line-height: 180%;
}

.c-entry-content h4 {
	font-size: clamp(16px, 1.125rem, 18px);
	letter-spacing: 0.36px;
	line-height: 170%; /* 30.6px */
	margin-top: 26px;
}

.c-entry-content ul,
.c-entry-content ol {
	margin-top: 50px;
}

.c-entry-content ul ul,
.c-entry-content ul ol,
.c-entry-content ol ul,
.c-entry-content ol ol {
	margin-bottom: 12px;
	margin-top: 6px;
}

.c-entry-content ol ul ul {
	padding-left: 2rem;
}

.c-entry-content li {
	font-size: clamp(14px, 1rem, 16px);
}

.c-entry-content figure {
	height: 27.8125rem;
	margin-right: 2.5rem;
}

.c-entry-content blockquote {
	border-radius: 0.3125rem;
	padding-inline: 5rem;
}

.c-entry-content blockquote::before,
.c-entry-content blockquote::after {
	height: 0.91275rem;
	width: 1.1750625rem;
}

.c-entry-content blockquote::before {
	left: 0.9375rem;
	top: 1rem;
}

.c-entry-content blockquote::after {
	bottom: 1.6875rem;
	right: 0.9375rem;
}

.c-entry-content blockquote p:not(:first-of-type) {
	margin-top: 1rem !important;
}

.c-br-sp {
	display: none;
}

.c-br-pc {
	display: block;
}

.c-arrow-link__icon {
	height: 3.625rem;
	width: 3.625rem;
}

.c-arrow-link__iconImg {
	height: 0.625rem;
	width: 1rem;
}

.c-arrow-link {
	font-size: clamp(12px, 1.125rem, 18px);
	gap: 2.5rem;
	letter-spacing: 1.8px;
	padding-block: 0.125rem;
	text-transform: uppercase;
}

.c-arrow-link--right {
	margin-right: unset;
}

.c-arrow-link__ico {
	height: 3.625rem;
	width: 3.625rem;
}

.p-fv {
	background: url("../img/top/top_fv.jpg") no-repeat center center/cover;
}

.p-fv__inner {
	padding: 13.0625rem 32.9375rem 11.75rem 5rem;
}

.p-fv__img {
	display: none;
}

.p-about {
	height: 44.875rem;
	padding: 6.3125rem 0 7.625rem;
}

.p-about--en .p-about__description {
	width: 50%;
}

.p-about__container {
	padding-inline: 5rem;
	padding-top: 0;
}

.p-about__head {
	font-size: 7.5rem;
	left: unset;
	letter-spacing: 0.3rem;
	position: relative;
	right: unset;
}

.p-about__head span:first-of-type {
	display: inline;
}

.p-about__head span:last-of-type {
	display: block;
	text-align: right;
}

.p-about__column {
	display: flex;
	gap: 6.4375rem;
	left: 0;
	position: absolute;
	top: 5.1875rem;
}

.p-about__img-wrapper {
	height: 35.8125rem;
	width: 35rem;
}

.p-about__img:nth-of-type(1) {
	left: 11.25rem;
	right: unset;
	width: 23.75rem;
}

.p-about__img:nth-of-type(2) {
	display: block;
}

.p-about__description {
	font-size: clamp(11px, 1.125rem, 18px);
	line-height: 200%;
	margin-right: 5rem;
	margin-top: 14.4375rem;
	padding-inline: 0;
}

.p-business {
	padding-bottom: 6.875rem;
	padding-top: 11.25rem;
}

.p-business__inner {
	align-items: end;
	display: flex;
	justify-content: space-between;
}

.p-business__lead {
	font-size: 1rem;
	letter-spacing: 1.6px;
	margin-top: 0;
	width: 39.06%;
}

.p-business__list {
	margin-top: 6.25rem;
	padding-inline: 5rem;
}

.p-business__list-lower {
	margin-top: 9rem;
}

.p-business__item:not(:first-of-type) {
	margin-top: 10.625rem;
}

.p-business__item-column {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin-left: 3.5rem;
	margin-top: 0;
}

.p-business__item-img {
	border-radius: 0.25rem;
	height: 14.75rem;
	width: 28.92%;
}

.p-business__item-text {
	flex-shrink: 0;
	margin-top: 1.75rem;
	padding: 0;
	width: 55.5%;
}

.p-business__item-description {
	font-size: clamp(14px, 1rem, 16px);
}

.p-business__item-link {
	margin-left: auto;
	margin-right: unset;
}

.p-overview__content {
	font-size: clamp(12px, 1rem, 16px);
}

.p-works-fv {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 10rem 7.5rem 0;
}

.p-works-fv--category {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-bottom: 5rem;
	padding-top: 20.34375rem;
}

.p-works-fv__text {
	padding: 0;
}

.p-works__top {
	margin-right: 6.25rem;
	padding: 0;
}

.p-works__thumb {
	height: 27.25rem;
	width: 20rem;
}

.p-works__content {
	padding-bottom: 8.75rem;
	padding-inline: 7.5rem;
}

.p-works__column {
	display: flex;
	justify-content: space-between;
}

.p-works__link {
	display: block;
	width: 20rem;
}

.p-related-works {
	padding: 0 7.5rem 8.75rem;
}

.p-related-works__title {
	font-size: 5.5rem;
	letter-spacing: 3.52px;
	text-transform: uppercase;
}

.p-related-works__list {
	display: flex;
	margin-top: 2.5rem;
}

.p-news-wrapper {
	padding: 13.75rem 7.5rem 8.75rem;
}

.p-news__column {
	display: flex;
	justify-content: space-between;
	margin-top: 5rem;
}

.p-news-fv {
	padding: 0;
}

.p-news__pagination--pc {
	display: flex;
	margin-top: 2.5rem;
}

.p-news__list {
	margin-top: 0;
	width: 66.66%;
}

}

@media (min-width: 768px) and (max-width: 900px) {

.l-header__nav {
	gap: 40px;
}

.l-header__list {
	gap: 16px;
}

.l-footer__nav {
	margin-right: 10px;
}

.c-entry-meta {
	font-size: clamp(11px, 0.875rem, 14px);
}

.c-entry-meta__category {
	height: 14px;
	padding-inline: 10px;
}

.c-news__category {
	font-size: clamp(11px, 0.875rem, 14px);
	height: 14px;
	padding-inline: 10px;
}

.c-about__text {
	width: 47%;
}

.c-business__lead {
	width: 47%;
}

.c-arrow-link__ico {
	height: 32px;
	width: 32px;
}

.c-arrow-link__arrow1,
.c-arrow-link__arrow2 {
	width: 12px;
}

.p-works__top {
	margin-right: 20px;
}

.p-related-works__list {
	gap: unset;
	justify-content: space-between;
}

}

@media (min-width: 768px) and (max-width: 1024px) {

.l-header__btn {
	height: 24px;
	width: 24px;
}

.l-content {
	width: 70%;
}

.c-entry-meta__category {
	height: 18px;
}

.c-news__category {
	height: 18px;
}

.p-about--en .p-about__description {
	margin-top: 11.875rem;
}

}

@media screen and (min-width: 768px) and (max-width: 1024px) {

.c-interview__column {
	padding-right: 20px;
}

.c-interview__description {
	padding-left: 20px;
}

}

@media screen and (max-width: 1439px) and (min-width: 768px) {

html {
	font-size: calc(16 / 1440 * 100vw);
}

}

@media screen and (max-width: 767px) {

html {
	font-size: calc(16 / 390 * 100vw);
}

}

@keyframes revealText {

0% {
	opacity: 0;
}

100% {
	opacity: 1;
	transform: translateY(0);
}

}

@keyframes blurTextReveal {

0% {
	filter: blur(10px);
	opacity: 0;
	transform: translateY(10px);
}

100% {
	filter: blur(0);
	opacity: 1;
	transform: translateY(0);
}

}

