*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

a {
	color: inherit;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

/* 日本語 */

/* 英字 */

body {
	background-color: #FFF;
	color: #000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.2;
	overflow-x: hidden;
	text-transform: uppercase;
}

img {
	height: auto;
	max-width: 100%;
}

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:focus-visible {
	outline: none;
}

button {
	background: none;
	border: none;
	color: inherit;
	cursor: pointer;
}

button:focus {
	outline: none;
}

button:focus-visible {
	outline: none;
}

/* header -----------------------------------*/

.l-header {
	background-color: #fff;
	border-bottom: 1px solid #878787;
	height: 65px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}

.l-header__inner {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	padding: 8px 0px 6.5px 24px;
}

.l-header__logo a {
	display: inline-block;
}

.l-header__logo a img {
	display: block;
	height: 35.175px;
	width: 67px;
}

.l-header__nav {
	display: none;
}

.l-header__link {
	display: none;
	text-decoration: none;
}

.p-header__contact-btn {
	background-color: #fff;
	border: 1px solid #000;
	border-radius: 48px;
	padding: 5px 29px;
}

.p-header__contact-btn.is-contact {
	background-color: #000;
	color: #fff;
	margin-left: -14px;
	padding-inline: 16px;
}

.l-header__item {
	position: relative;
}

.l-header__dropdown {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	display: none;
	left: 0;
	min-width: 200px;
	padding: 10px 0;
	position: absolute;
	top: 100%;
}

.l-header__dropdown-item a {
	display: block;
	font-family: "Jost", sans-serif;
	padding: 8px 16px;
	text-decoration: none;
	text-transform: capitalize;
}

.l-header__dropdown-item a:hover {
	background: #fff;
}

/* ホバーで表示 */

.has-dropdown:hover .l-header__dropdown {
	display: block;
}

.wrapper {
	overflow: hidden;
}

.l-footer__btns {
	border-bottom: 1px solid #878787;
	padding-bottom: 96px;
	padding-top: 100px;
}

.l-footer__btns__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.l-footer__btns__content {
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.l-footer__btn {
	align-items: center;
	background: #000;
	display: inline-block;
	display: flex;
	flex-direction: row;
	height: 120px;
	justify-content: space-between;
	margin: 0 auto;
	padding: 90px 10px 11px 10px;
	width: 335px;
}

.l-footer__btn-text {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 24px;
	letter-spacing: 0.02em;
}

.l-footer__btn-arrow {
	border: 0.6px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 20px;
	position: relative;
	width: 20px;
}

.l-footer__btn-arrow::before {
	background: var(--link-arrow-white) no-repeat center/contain;
	content: "";
	height: 11px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 6px;
}

.l-footer__bottom {
	border-top: 1px solid #878787;
	padding-bottom: 8px;
	padding-top: 40px;
}

.l-footer__bottom__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.l-footer__logo-nav {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 93px;
	justify-content: center;
}

.l-footer__logo {
	height: 48.525px;
	width: 92.428px;
}

.l-footer__logo img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.l-footer__nav {
	display: flex;
	flex-direction: column;
	gap: 16.5px;
}

.l-footer__link {
	font-family: "Jost", sans-serif;
	font-size: 15px;
	line-height: normal;
}

.l-footer-links-copyright {
	display: flex;
	flex-direction: column;
	gap: 16px;
	margin-top: 50px;
}

.l-footer-links {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 16px;
	justify-content: center;
}

.l-footer-link-2 {
	font-family: Roboto;
	font-size: 14px;
	line-height: 1.5;
	text-decoration-line: underline;
	text-decoration-style: solid;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.l-footer__copyright {
	font-family: "Noto Sans JP";
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.082em;
	line-height: 1.5;
	text-align: center;
}

.l-footer__copyright span {
	text-transform: lowercase;
}

.l-footer__item {
	position: relative;
}

.l-footer__dropdown {
	display: none;
	position: static;
}

.l-footer__dropdown-item a {
	display: block;
	font-family: "Jost", sans-serif;
	padding: 8px 16px;
	text-decoration: none;
	text-transform: capitalize;
}

.l-footer__dropdown-item a:hover {
	background: #f5f5f5;
}

.l-footer__item.is-open .l-footer__dropdown {
	display: block;
}

.c-button {
	border: 1px solid #040404;
	display: inline-block;
	height: 57px;
	padding-block: 16px;
	width: 187px;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	text-decoration: none;
}

.c-button.is-drawer {
	border: 1px solid #fff;
}

.c-button-text {
	color: #040404;
	font-size: 16px;
	line-height: normal;
	text-transform: capitalize;
}

.c-button-text.is-contact {
	letter-spacing: 0;
	text-transform: uppercase;
}

.c-button-text.is-contact.is-drawer {
	color: #fff;
}

.c-heading {
	color: #000;
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.003em;
	line-height: 1.33;
	position: relative;
}

.c-heading::after {
	background: var(--heading-img) no-repeat center center/contain;
	bottom: -12px;
	content: "";
	height: 37.33px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}

.c-heading-area {
	text-align: center;
}

.c-heading--left {
	color: #000;
	display: inline-block;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.073em;
	line-height: 1.33;
	position: relative;
}

.c-heading--left::after {
	background: var(--heading-img) no-repeat center center/contain;
	bottom: -12px;
	content: "";
	height: 37.33px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 100%;
	z-index: 1;
}

.c-heading-area--left {
	text-align: left;
}

.c-pagination {
	margin-top: 40px;
	text-align: center;
}

.c-page-numbers {
	background: #fff;
	border: 0.634px solid #040404;
	color: #040404;
	display: inline-block;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	font-weight: 300;
	height: 45px;
	line-height: 1.5;
	margin-right: 8px;
	min-width: 45px;
	padding-top: 9px;
	text-align: center;
	text-decoration: none;
}

.c-page-numbers.prev::before {
	border-left: 1px solid #040404;
	border-top: 1px solid #040404;
	content: "";
	display: inline-block;
	height: 8px;
	transform: rotate(-45deg);
	width: 8px;
}

.c-page-numbers.next::before {
	border-right: 1px solid #040404;
	border-top: 1px solid #040404;
	content: "";
	display: inline-block;
	height: 8px;
	transform: rotate(45deg);
	width: 8px;
}

.c-page-numbers:last-child {
	margin-right: 0;
}

.c-page-numbers.current {
	background: #040404;
	color: #fff;
}

/* 共通スタイル */

.c-page-top {
	align-items: center;
	background-color: #93C572;
	border: none;
	border-radius: 50%;
	bottom: 24px;
	cursor: pointer;
	display: flex;
	height: 40px;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	right: 25px;
	transition: opacity 0.3s ease;
	width: 40px;
	z-index: 1000;
}

/* 表示時 */

.c-page-top.is-visible {
	opacity: 1;
	pointer-events: auto;
}

/* 矢印 */

.c-page-top__arrow {
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	display: inline-block;
	height: 14px;
	margin-top: 7px;
	transform: rotate(133deg);
	width: 14px;
}

.c-section__btn {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 16px;
	justify-content: center;
}

.c-section__btn-text {
	font-family: "Jost", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	white-space: nowrap;
}

.c-section__btn-circle {
	border: 0.6px solid #000;
	border-radius: 50%;
	display: inline-block;
	height: 15px;
	position: relative;
	width: 15px;
}

.c-section__btn-circle::before {
	background: var(--link-arrow) no-repeat center/contain;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3px;
}

.p-drawer-icon {
	background-color: #040404;
	height: 65px;
	margin-top: -4px;
	position: relative;
	width: 65px;
}

.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(1),
.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(3) {
	left: 14px;
	top: 31px;
	width: 37px;
}

.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(1) {
	transform: rotate(45deg);
}

.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(2) {
	display: none;
}

.p-drawer-icon.is-checked .p-drawer-icon__bar:nth-of-type(3) {
	transform: rotate(-45deg);
}

.p-drawer-icon__bar {
	background: #F5F5F5;
	height: 1px;
	left: 14px;
	position: absolute;
	transition: top 0.4s, transform 0.4s;
	width: 37px;
}

.p-drawer-icon__bar:nth-child(1) {
	top: 21px;
}

.p-drawer-icon__bar:nth-child(2) {
	top: 33px;
}

.p-drawer-icon__bar:nth-child(3) {
	top: 45px;
}

.p-drawer-content {
	background-color: #040404;
	height: calc(100dvh - 65px);
	overflow-y: auto;
	padding-bottom: 173px;
	padding-left: 53px;
	padding-right: 49px;
	padding-top: 80px;
	position: fixed;
	right: 0;
	top: 64px;
	transform: translateX(100%);
	transition: transform 0.3s ease-in;
	width: 100%;
	z-index: 9999;
}

.p-drawer-content.is-checked {
	transform: translateX(0);
}

.p-drawer-content__menu {
	display: flex;
	flex-direction: column;
	gap: 10.7px;
	text-align: center;
}

.p-drawer-content__link {
	border-bottom: 1px solid #FFF;
	padding-bottom: 9px;
}

.p-drawer-content__link.is-service {
	width: 100%;
}

.p-drawer-content__link-text-area {
	align-items: baseline;
	color: #FFF;
	display: flex;
	flex-direction: row;
	gap: 8px;
}

.p-drawer-content__link-text-en {
	font-family: "Jost", sans-serif;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: capitalize;
}

.p-drawer-content__link-text-jp {
	font-size: 10px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	white-space: nowrap;
}

.c-button__drawer {
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	line-height: normal;
}

body.is-drawer-open .l-header {
	background: #040404;
}

body.is-drawer-open .l-header__logo {
	opacity: 0;
}

body.is-drawer-open .p-drawer-icon {
	background: #fff;
}

body.is-drawer-open .p-drawer-icon__bar {
	background: #040404;
}

.p-drawer-content__dropdown {
	display: none;
	padding-left: 16px;
}

.p-drawer-content__dropdown a {
	color: #fff;
	display: inline-block;
	font-family: "Jost", sans-serif;
	padding: 8px 16px;
	text-transform: capitalize;
}

.p-drawer-content__item.is-open .p-drawer-content__dropdown {
	display: block;
}

.p-drawer__btn {
	margin-top: 50px;
	text-align: center;
}

.p-fv {
	padding-top: 65px;
}

.swiper-wrapper {
	transition-timing-function: linear !important;
}

.p-fv .swiper-slide {
	height: 208px;
	width: 150px;
}

.p-fv .swiper-slide img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-works {
	padding-bottom: 100px;
	padding-top: 100px;
}

.p-works__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-works__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
	position: relative;
}

.p-works-btn-wrap {
	align-items: center;
	bottom: -25px;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	position: absolute;
	right: 12px;
}

.p-works-btn-text {
	color: #7d7d7d;
	font-family: "Jost", sans-serif;
	font-size: 16px;
}

.p-works-btn-circle {
	border: 0.6px solid #000;
	border-radius: 50%;
	display: inline-block;
	height: 21px;
	position: relative;
	width: 21px;
}

.p-works-btn-circle::before {
	background: var(--link-arrow) no-repeat center/contain;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3px;
}

.p-works__tabs {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 40px;
	justify-content: center;
	margin-top: 10px;
}

.p-works__tabs.is-archive-works {
	gap: 18px;
	margin-top: 32px;
}

.p-works__tab {
	color: #7D7D7D;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	position: relative;
	text-align: left;
	text-transform: uppercase;
}

.p-works__tab.is-active::after {
	background-color: #D9D9D9;
	border-radius: 50%;
	content: "";
	height: 9px;
	left: -12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.p-works__tab.is-archive-works.is-active {
	color: #040404;
}

.p-works__tab.is-archive-works.is-active::after {
	background-color: #040404;
}

.p-works__main {
	flex: 1;
	min-width: 0;
}

.p-works__title.is-sp {
	text-align: center;
}

.p-works__title.is-pc {
	display: none;
}

.p-works__title-text {
	font-family: "Jost", sans-serif;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: capitalize;
}

.p-works__cards {
	margin-top: 24px;
}

.p-works__card {
	position: relative;
	z-index: 1;
}

.p-works .swiper-slide {
	width: auto;
}

.p-works .swiper {
	overflow: hidden;
	padding-bottom: 9px;
	position: relative;
}

.p-works__cards-slide {
	overflow: visible;
}

.p-works__card-image {
	height: auto;
}

.p-works__card-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-works__card-kind-date {
	align-items: center;
	color: #7D7D7D;
	display: flex;
	flex-direction: row;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	gap: 23px;
	margin-top: 18px;
}

.p-works__card-kind {
	border: 1px solid #7D7D7D;
	padding: 6px 10px 4px 10px;
}

.p-works__card-title {
	margin-top: 10px;
}

.p-works__card-title-text {
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.p-works__swiper-prev-next {
	display: none;
}

.p-works__swiper-prev {
	border: 0.634px solid #000;
	border-radius: 50%;
	height: 45px;
	position: relative;
	width: 45px;
}

.p-works__swiper-prev::before {
	background: var(--link-arrow) no-repeat center/contain;
	content: "";
	height: 10.714px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scaleX(-1);
	width: 6.429px;
}

.p-works__swiper-next {
	border: 0.634px solid #000;
	border-radius: 50%;
	height: 45px;
	position: relative;
	width: 45px;
}

.p-works__swiper-next::before {
	background: var(--link-arrow) no-repeat center/contain;
	content: "";
	height: 10.714px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 6.429px;
}

.p-works__swiper-next.swiper-button-disabled,
.p-works__swiper-prev.swiper-button-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.p-news {
	border-top: 1px solid #D9D9D9;
	padding-top: 100px;
}

.p-news__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-news__title {
	text-align: center;
}

.p-news__title-text {
	font-family: "Jost", sans-serif;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: capitalize;
}

.p-news__cards {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 32px;
}

.p-news__card {
	border-bottom: 1px solid #D9D9D9;
	border-left: 1px solid #D9D9D9;
	border-right: 1px solid #D9D9D9;
	border-top: 1px solid #D9D9D9;
	display: flex;
	flex-direction: column;
	padding: 29px;
}

.p-news__card.is-p-news {
	min-height: 433px;
	padding: 24px;
}

.p-news__card-image {
	height: auto;
	overflow: hidden;
	width: 100%;
}

.p-news__card-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.p-news__card-pop-date {
	color: #606060;
	font-family: "Jost", sans-serif;
	font-size: 12px;
	line-height: 1.2;
	margin-top: 18px;
	position: relative;
	text-align: center;
}

.p-news__card-pop-date.is-p-news {
	margin-top: 16px;
}

.p-news__card-pop {
	border: 1px solid #D9D9D9;
	left: -3px;
	padding: 4px 8px;
	position: absolute;
	text-transform: capitalize;
	top: -4px;
}

.p-news__card-pop.is-p-news {
	left: 4px;
	padding: 4px 6px 3px 6px;
	top: -5px;
}

.p-news__card-category {
	border: 1px solid #D9D9D9;
	color: #606060;
	font-size: 12px;
	left: 54px;
	padding: 3px 6px;
	position: absolute;
	top: -4px;
}

.p-news__card-date {
	letter-spacing: 0.06em;
}

.p-news__card-date.is-p-news {
	letter-spacing: 0.02em;
}

.p-news__card-title {
	margin-top: 8px;
}

.p-news__card-title-text {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.p-news__card-btn-wrap {
	align-items: center;
	align-self: flex-end;
	display: flex;
	flex-direction: row;
	gap: 10px;
	justify-content: center;
	margin-top: auto;
	margin-top: 15px;
}

.p-news__card-btn-text {
	color: #7D7D7D;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	text-transform: none;
}

.p-news__card-btn-text::first-letter {
	text-transform: uppercase;
}

.p-news__card-btn-circle {
	border: 0.6px solid #000;
	border-radius: 50%;
	display: inline-block;
	height: 21px;
	position: relative;
	width: 21px;
}

.p-news__card-btn-circle::before {
	background: var(--link-arrow) no-repeat center/contain;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3px;
}

.p-access {
	padding-bottom: 80px;
}

.p-access__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-access__items {
	display: flex;
	flex-direction: column;
	gap: 77px;
	margin-top: 84px;
}

.p-access__item {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 1280px;
}

.p-access__item-map-frame {
	aspect-ratio: 688/430;
}

.p-access__item-map-frame iframe {
	height: 100%;
	width: 100%;
}

.p-access__item-text-title {
	border-bottom: 1px solid #040404;
	padding-bottom: 18px;
}

.p-access__item-text-title-text {
	color: #040404;
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.p-access__item-text-address {
	color: #040404;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-top: 13px;
}

.p-access__item-text-address-text {
	font-style: normal;
}

.p-access__item-text-tell-fax {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 16px;
}

.p-access__item-text-email-text {
	color: #040404;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-bottom: 6px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none;
	text-decoration-thickness: auto;
	text-transform: none;
	text-underline-offset: auto;
	text-underline-position: from-font;
}

.p-access__item-text-email-text span {
	text-transform: uppercase;
}

.p-access__item-text-email-text.is-reverse {
	margin-bottom: 1px;
}

.p-single {
	padding-bottom: 80px;
	padding-top: 97px;
}

.p-single__inner {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 14px;
}

.p-single__heading {
	border-bottom: 1px solid #878787;
	border-top: 1px solid #878787;
	margin-top: 27px;
	padding-bottom: 33px;
	padding-left: 1px;
	padding-right: 4px;
	padding-top: 39.78px;
}

.p-single__heading__category-date-area {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.p-single__heading-category {
	border: 1px solid #7D7D7D;
	color: #7D7D7D;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	padding: 6px 10px 4px;
}

.p-single__heading-date {
	color: #7D7D7D;
	font-family: "Jost", sans-serif;
	font-size: 16px;
}

.p-single__heading-title {
	font-size: 20px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-top: 8px;
}

.p-single__image {
	height: auto;
	margin-top: 34px;
	padding-right: 4.81px;
	width: 100%;
}

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

.p-single__content-area {
	border-bottom: 1px solid #878787;
	color: #040404;
	font-size: 13px;
	letter-spacing: 0.06em;
	line-height: 1.67;
	margin-top: 32.53px;
	padding-bottom: 38px;
	padding-left: 3px;
	text-transform: none;
}

.p-single__btn {
	margin-top: 20px;
	text-align: center;
}

.p-contact {
	padding-top: 97px;
}

.p-contact__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-contact__content {
	padding-bottom: 79px;
	padding-top: 70px;
}

.p-contact__please {
	text-align: center;
}

.p-contact__please-text {
	font-size: 11px;
	letter-spacing: 0.06em;
	line-height: 2;
}

.p-contact__please-text span {
	text-transform: lowercase;
}

.p-contact__connections {
	display: flex;
	flex-direction: column;
	margin-top: 43px;
}

.p-contact__connection {
	border: 1px solid #D9D9D9;
	height: 126px;
	padding: 28px 29px 29px;
	text-align: center;
	width: 100%;
}

.p-contact__connection-title-text {
	border-bottom: 1px solid #7D7D7D;
	color: #7D7D7D;
	font-family: "Jost", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	padding: 0 10px 2px 28px;
	position: relative;
	text-transform: capitalize;
}

.p-contact__connection-title-text::before {
	background: var(--contact-tel) no-repeat center/contain;
	content: "";
	height: 18px;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 18px;
}

.p-contact__connection-title-text.is-fax::before {
	background: var(--contact-fax) no-repeat center/contain;
}

.p-contact__connection-title-text.is-email {
	padding: 0 2px 2px 22px;
}

.p-contact__connection-title-text.is-email::before {
	background: var(--contact-email) no-repeat center/contain;
	left: 0;
	top: 45%;
}

.p-contact__connection-description {
	margin-top: 14px;
}

.p-contact__connection-description-text {
	font-family: "Jost", sans-serif;
	font-size: 20px;
	letter-spacing: 0.06em;
	line-height: 1.8;
	text-transform: none;
}

.p-contact__connection-description-text.is-email {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 15px;
}

.p-contact__btn {
	margin-top: 43px;
	text-align: center;
}

.p-404 {
	background-color: #fff;
	padding-top: 160px;
}

.p-404__inner {
	padding-left: 50px;
}

.p-404__title {
	font-size: 25px;
	font-weight: 700;
	line-height: 1;
}

.p-404__text {
	font-size: 14px;
}

.p-404__link {
	display: inline-block;
	margin-top: 20px;
	text-decoration: underline;
}

.l-footer--404 {
	background-color: #fff;
}

.p-introduction {
	padding-bottom: 100px;
	padding-top: 100px;
}

.p-introduction__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-introduction__title {
	padding-left: 71px;
	position: relative;
}

.p-introduction__title::before {
	background-color: #000;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 61px;
}

.p-introduction__title-text {
	font-family: "Jost", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	text-transform: lowercase;
}

.p-introduction__name {
	margin-top: 34px;
}

.p-introduction__name-text {
	font-family: "Jost", sans-serif;
	font-size: 40px;
	line-height: 1.2;
	text-transform: lowercase;
}

.p-introduction__name-text span {
	text-transform: uppercase;
}

.p-introduction__name-text-bu {
	font-size: 36px;
	line-height: 1.2;
}

.p-introduction__description {
	margin-top: 24px;
}

.p-introduction__description-text {
	font-size: 15px;
	letter-spacing: 0.9px;
	line-height: 2;
	max-width: 456px;
}

.p-introduction__description-btn {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: space-between;
}

.p-introduction-section__btn {
	text-align: right;
}

.p-movies {
	padding-bottom: 88px;
	padding-top: 69px;
}

.p-movies__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-movies__content {
	display: flex;
	flex-direction: column-reverse;
	gap: 20px;
	position: relative;
}

.p-movies__left {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.p-movies__youtube-channel {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 80px;
}

.p-movies__youtube-channel-image {
	width: 24px;
}

.p-movies__youtube-channel-image img {
	height: auto;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-movies__youtube-channel-title {
	position: relative;
}

.p-movies__youtube-channel-title::before {
	background-color: #606060;
	content: "";
	height: 1px;
	left: -34%;
	position: absolute;
	top: 9px;
	transform: translateX(-50%);
	width: 47px;
}

.p-movies__youtube-channel-title-text {
	color: #606060;
	font-family: "Jost", sans-serif;
	text-transform: capitalize;
	writing-mode: horizontal-tb;
}

.p-movies__youtube-channel-title-text span {
	text-transform: uppercase;
}

.p-movies__swiper-nav {
	display: none;
}

.p-movies__swiper-prev {
	border: 0.634px solid #000;
	border-radius: 50%;
	height: 45px;
	position: relative;
	width: 45px;
}

.p-movies__swiper-prev::before {
	background: var(--link-arrow) no-repeat center/contain;
	content: "";
	height: 10.714px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scaleX(-1);
	width: 6.429px;
}

.p-movies__swiper-next {
	border: 0.634px solid #000;
	border-radius: 50%;
	height: 45px;
	position: relative;
	width: 45px;
}

.p-movies__swiper-next::before {
	background: var(--link-arrow) no-repeat center/contain;
	content: "";
	height: 10.714px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 6.429px;
}

.p-movies__swiper-next.swiper-button-disabled,
.p-movies__swiper-prev.swiper-button-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.p-movies__right {
	flex: 1;
	min-width: 0;
}

.p-movies__title-text {
	font-family: "Jost", sans-serif;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: capitalize;
}

.p-movies__cards {
	margin-top: 32px;
}

.p-movies .swiper {
	overflow: hidden;
}

.p-movies__card {
	aspect-ratio: 16/9;
	position: relative;
}

.p-movies__card.is-production-notice {
	aspect-ratio: auto;
	position: relative;
}

.p-movies__video {
	cursor: pointer;
	padding-top: 56.25%;
	position: relative;
	width: 100%;
}

.p-movies__video iframe {
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
}

.p-movies .swiper-slide {
	width: auto;
}

.p-movies__card-image {
	height: auto;
}

.p-movies__card-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-movies__card-image.is-production-notice {
	height: 100%;
}

.p-movies__card-mark {
	bottom: 5px;
	position: absolute;
	right: 20px;
}

.p-movies__card-mark.is-production-notice {
	bottom: 16%;
	right: 9%;
}

.p-movies__card-mark-text {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 16px;
	position: relative;
	text-transform: capitalize;
}

.p-movies__card-mark-text::after {
	background: var(--movies-arrow) no-repeat center/contain;
	content: "";
	height: 10px;
	position: absolute;
	right: -16px;
	top: 50%;
	transform: translateY(-50%);
	width: 9px;
}

.p-services {
	background-color: #000;
	padding-top: 100px;
}

.p-services__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-services__content {
	flex: 1;
	min-width: 0;
}

.p-services__title {
	text-align: center;
}

.p-services__title-text {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: capitalize;
}

.p-services__cards {
	margin-inline: auto;
	margin-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
}

/* 通常スライド */

.services-swiper .swiper-slide {
	width: 100%;
}

.p-services .p-services__card {
	background-color: #fff;
	display: block;
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 40px 20px;
	position: relative;
}

.services-swiper .swiper-slide-prev.p-services__card,
.services-swiper .swiper-slide-next.p-services__card {
	justify-content: center;
	padding-bottom: 62px;
	padding-left: 23px;
	padding-top: 160px;
}

.services-swiper .swiper-slide-prev .p-services__card-image,
.services-swiper .swiper-slide-next .p-services__card-image {
	margin-top: -231px;
}

.services-swiper .swiper-slide-prev .p-services__card-title-text-sub,
.services-swiper .swiper-slide-next .p-services__card-title-text-sub {
	font-size: 14px;
	margin-top: 8px;
}

.p-services__card-title-text-1 {
	font-family: "Jost", sans-serif;
	font-size: 48px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: capitalize;
}

.p-services__card-title-text-sub {
	font-size: 13px;
	font-weight: 500;
	margin-top: 7px;
}

.p-services__card-description {
	margin-top: 32px;
}

.p-services__card-description-text {
	font-size: 14px;
	letter-spacing: 0.06em;
	line-height: 2;
}

.p-services__card-description-2 {
	margin-top: 7px;
}

.p-services__card-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-services-btn-wrap {
	align-items: center;
	bottom: 10px;
	display: flex;
	flex-direction: row;
	gap: 17px;
	position: absolute;
	right: 10px;
}

.p-services-btn-text {
	font-family: "Jost", sans-serif;
	letter-spacing: 0.02em;
}

.p-services-btn-circle {
	border: 0.6px solid #000;
	border-radius: 50%;
	display: inline-block;
	height: 21px;
	position: relative;
	width: 21px;
}

.p-services-btn-circle::before {
	background: var(--link-arrow) no-repeat center/contain;
	content: "";
	height: 5px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 3px;
}

.services-swiper {
	padding-bottom: 60px !important; /* ←ドット分の余白確保 */
	position: relative;
}

.services-swiper .swiper-pagination {
	bottom: 0 !important;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* ドット見た目 */

.services-swiper .swiper-pagination-bullet {
	background: #ccc;
	opacity: 0.4;
}

.services-swiper .swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.p-join-us {
	background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0) 100%), var(--join-us-bg) no-repeat center top/cover;
	background-blend-mode: multiply;
	margin-top: -2px;
	padding-bottom: 100px;
	padding-top: 100px;
}

.p-join-us__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-join-us__title-image {
	height: 130px;
	margin: 0 auto;
	width: 320px;
}

.p-join-us__title-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.p-join-us__description {
	margin-inline: auto;
	margin-top: 18px;
	max-width: 443px;
}

.p-join-us__description-text {
	color: #FFF;
	display: none;
	letter-spacing: 0.06em;
	line-height: 2;
}

.p-join-us__button {
	margin-top: 50.82px;
	text-align: center;
}

.p-join-us__btn {
	background: rgba(255, 255, 255, 0.05);
	border: 1px solid #FFF;
	border-radius: 104.5px;
	display: inline-block;
	height: 90px;
	padding-block: 30px;
	width: 229px;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	position: relative;
}

.p-join-us__btn-text {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 22px;
	margin-left: -10px;
	text-transform: uppercase;
}

.p-p-news {
	padding-bottom: 80px;
	padding-top: 97px;
}

.p-p-news__inner {
	margin: 0 auto;
	padding-left: 6.5px;
	padding-right: 7px;
}

.p-p-news__title {
	display: flex;
	flex-direction: column;
	text-align: center;
}

.p-p-news__title.is-single-works {
	padding-bottom: 32px;
	position: relative;
}

.p-p-news__title.is-single-works::after {
	border-bottom: 1px solid #7D7D7D;
	bottom: 0;
	content: "";
	left: -9999px;
	position: absolute;
	right: -9999px;
}

.p-p-news__title-main {
	color: #040404;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.066em;
	text-transform: capitalize;
}

.p-p-news__title-main.is-single-works.is-privacy-policy {
	text-transform: uppercase;
}

.p-p-news__title-sub {
	font-size: 12px;
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.p-p-news__title-sub.is-archive-works {
	font-size: 15px;
	margin: 0 auto;
	max-width: 264px;
}

.p-p-news__categorys {
	display: grid;
	grid-auto-columns: 1fr;
	grid-auto-flow: column;
	margin-top: 27px;
	text-align: center;
}

.p-p-news__category {
	background: #fff;
	border: 1px solid #D9D9D9;
	color: #040404;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.06em;
	line-height: 1.2;
	padding-bottom: 7px;
	padding-top: 8px;
	white-space: nowrap;
}

/* 選択状態 */

.p-p-news__category.is-active {
	background: #040404;
	color: #fff;
}

.p-p-news__cards {
	display: grid;
	grid-template-columns: 1fr;
	margin-top: 32px;
	padding-left: 9px;
	padding-right: 9px;
}

/* SPだけ6件目以降を非表示 */

.p-p-news__cards .p-news__card:nth-child(n+6) {
	display: none;
}

.p-p-news__card-image {
	height: 234px;
	margin: 0 auto;
	overflow: hidden;
	width: 295px;
}

.p-p-news__card-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-archive-works {
	padding-bottom: 80px;
	padding-top: 97px;
}

.p-archive-works__inner {
	margin: 0 auto;
	padding-left: 25px;
	padding-right: 25px;
}

.p-archive-works__content {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.p-archive-works__content.is-taxonomy-kind {
	margin-top: 32px;
}

.p-archive-works__items {
	display: flex;
	flex-direction: column;
	gap: 41px;
}

.p-archive-works__item-taxonomy {
	border-bottom: 1px solid #7D7D7D;
	border-top: 1px solid #7D7D7D;
	margin-inline: -30px;
	padding-block: 16px;
	position: relative;
	text-align: center;
}

.p-archive-works__item-taxonomy-name {
	color: #040404;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.p-archive-works__cards {
	display: grid;
	gap: 32px;
	grid-template-columns: 1fr;
	padding-top: 24px;
}

.card-image {
	aspect-ratio: 3/4;
	overflow: hidden;
	position: relative;
	width: 100%;
}

/* 背景画像 */

.card-image__bg img {
	display: none;
}

/* 黒オーバーレイ + 軽いぼかし */

.card-image__bg::after {
	display: none;
}

/* 中央画像 */

.card-image__main {
	height: 100%;
	width: 100%;
}

.card-image__main img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-archive-works__btn-wrap {
	align-items: center;
	display: inline-block;
	display: flex;
	flex-direction: row;
	gap: 16px;
	justify-content: flex-end;
	margin-top: 33px;
}

.p-single-works {
	padding-bottom: 80px;
	padding-top: 97px;
}

.p-single-works__inner {
	margin: 0 auto;
	padding-left: 17px;
	padding-right: 18px;
}

.p-single-works__content {
	padding-top: 40px;
}

.p-single-works__image-textarea {
	display: flex;
	flex-direction: column;
}

.p-single-works__image {
	height: auto;
	width: 100%;
}

.p-single-works__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-single-works__manager-content {
	display: flex;
	flex-direction: column;
	gap: 49px;
	margin-top: 48px;
}

.p-single-works__manager-title,
.p-single-works__content-title {
	border-bottom: 1px solid #040404;
	color: #040404;
	font-family: "Jost", sans-serif;
	font-size: 32px;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding-bottom: 14px;
	padding-left: 8px;
	text-transform: capitalize;
}

.p-single-works__manager-description,
.p-single-works__content-description {
	letter-spacing: 0.08em;
	margin-top: 32px;
	padding-left: 6px;
	text-transform: none;
}

.p-single-works__btn {
	margin-left: -1px;
	margin-top: 64px;
	text-align: center;
}

.p-production {
	padding-top: 97px;
}

.p-production__title {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.p-production__title-main {
	color: #040404;
	font-family: "Jost", sans-serif;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-left: -74px;
	text-transform: capitalize;
}

.p-production__title-main.is-dispatching {
	font-size: 35px;
	margin-left: -85px;
}

.p-production__title-sub-area {
	margin-right: -216px;
	margin-top: -15px;
}

.p-production__title-sub {
	color: #000;
	font-family: Roboto;
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 2.44;
	position: relative;
}

.p-production__title-sub.is-casting::before {
	background: #000;
	content: "";
	height: 2px;
	left: -40px;
	position: absolute;
	top: 26%;
	transform: rotate(-44deg);
	width: 47px;
}

.p-production__title-sub::before {
	background: #000;
	content: "";
	height: 2px;
	left: -37px;
	position: absolute;
	top: 23%;
	transform: rotate(-44deg);
	width: 47px;
}

.p-production__fv-image {
	height: 203px;
	margin-top: 48px;
	width: 100%;
}

.p-production__fv-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-production__inner {
	margin: 0 auto;
	padding-bottom: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.p-production__sub-title {
	border-bottom: 1px solid #040404;
	margin-left: -8px;
	margin-top: 53px;
	padding-bottom: 24px;
	text-align: center;
}

.p-production__sub-title-main {
	font-size: 18px;
	line-height: 1.5;
	margin-left: 3px;
}

.p-production__sub-title-main.is-casting {
	font-size: 18px;
}

.p-production__sub-title-main.is-dispatching {
	font-size: 18px;
	letter-spacing: 0.08em;
}

.p-production__sub-title-sub {
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 0.08em;
	margin-top: 14px;
}

.p-production__description {
	margin-top: 32px;
}

.p-production__description-text {
	letter-spacing: 0.06em;
	line-height: 2;
}

.p-production__button {
	margin-top: 65px;
	text-align: center;
}

.p-production__btn-guide-text {
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	margin-left: 7px;
}

.p-production__btn {
	background: #040404;
	display: inline-block;
	height: 89px;
	margin-top: 20px;
	padding-bottom: 27px;
	padding-top: 27px;
	width: 264px;
}

.p-production__btn-text {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 24px;
	line-height: normal;
}

.p-production-notice {
	background: #040404;
	padding-bottom: 38px;
	padding-top: 100px;
	position: relative;
}

.p-production-notice__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-production-notice__title {
	padding-left: 5px;
}

.p-production-notice__title-text {
	color: #FFF;
	font-family: "Jost", sans-serif;
	font-size: 40px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: capitalize;
}

.p-production-notice__movies {
	margin-top: 48px;
}

.p-production-notice .swiper {
	overflow: hidden;
}

.p-production-notice .swiper-slide {
	width: auto;
}

.p-movies__card.is-youtube iframe {
	height: 100%;
	width: 100%;
}

.p-production-notice__swiper-nav {
	display: none;
}

.p-production-notice__swiper-prev {
	border: 0.634px solid #fff;
	border-radius: 50%;
	height: 45px;
	position: relative;
	width: 45px;
}

.p-production-notice__swiper-prev::before {
	background: var(--link-arrow-white) no-repeat center/contain;
	content: "";
	height: 10.714px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%) scaleX(-1);
	width: 6.429px;
}

.p-production-notice__swiper-next {
	border: 0.634px solid #fff;
	border-radius: 50%;
	height: 45px;
	position: relative;
	width: 45px;
}

.p-production-notice__swiper-next::before {
	background: var(--link-arrow-white) no-repeat center/contain;
	content: "";
	height: 10.714px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 6.429px;
}

.p-production-notice__swiper-next.swiper-button-disabled,
.p-production-notice__swiper-prev.swiper-button-disabled {
	opacity: 0.3;
	pointer-events: none;
}

.p-casting {
	padding-bottom: 120px;
}

.p-casting__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-casting__items {
	display: grid;
	gap: 40px;
	grid-template-columns: 1fr;
}

.p-casting__item {
	margin: 0 auto;
	max-width: 380px;
}

.p-casting__item-title {
	border-bottom: 1px solid #040404;
	padding-bottom: 20px;
}

.p-casting__item-title-text {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.p-casting__item-description {
	margin-top: 30px;
	padding-right: 47px;
}

.p-casting__item-description p {
	letter-spacing: 0.06em;
	line-height: 2;
	text-transform: none;
}

.p-casting-cooperation {
	background: #040404;
	padding-bottom: 51px;
	padding-top: 80px;
}

.p-casting-cooperation__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-casting-cooperation__content {
	display: flex;
	flex-direction: column;
	gap: 85px;
}

.p-casting-cooperation__image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-casting-cooperation__description {
	color: #fff;
}

.p-casting-cooperation__description-title {
	border-bottom: 1px solid #fff;
	padding-bottom: 20px;
}

.p-casting-cooperation__description-title-text {
	font-size: 24px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.p-casting-cooperation__description-text-area {
	margin-top: 12px;
}

.p-casting-cooperation__description-text-area p {
	letter-spacing: 0.06em;
	line-height: 2;
	padding-right: 49px;
	text-transform: none;
}

.p-portfolio {
	background-color: #040404;
	color: #fff;
	padding-bottom: 102px;
	padding-top: 120px;
}

.p-portfolio__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-portfolio__title {
	align-items: baseline;
	display: flex;
	flex-direction: row;
	gap: 12px;
}

.p-portfolio__title-main {
	font-family: "Jost", sans-serif;
	font-size: 44px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: capitalize;
}

.p-portfolio__title-sub {
	font-family: Roboto;
	font-size: 13px;
	font-weight: 657;
	letter-spacing: 0.08em;
	line-height: 1.5;
}

.p-portfolio__items {
	display: grid;
	gap: 89px;
	grid-template-columns: 1fr;
	margin-top: 40.22px;
}

.p-portfolio__item {
	max-height: 316px;
}

.p-portfolio__item-image {
	align-items: center;
	display: flex;
	height: 261px;
	justify-content: center;
	overflow: hidden;
	width: 100%;
}

.p-portfolio__item-image img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.p-portfolio__item-image img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

.p-portfolio__item-title-period {
	margin-top: 19px;
	text-align: center;
}

.p-portfolio__item-title-period-text {
	letter-spacing: 0.08em;
}

.p-portfolio__button {
	margin-top: 126px;
	text-align: center;
}

.p-portfolio__btn {
	border: 1px solid #FFF;
	display: inline-block;
	height: 57.126px;
	padding-bottom: 17.06px;
	padding-top: 17.06px;
	width: 187px;
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
}

.p-portfolio__btn-text {
	font-family: "Jost", sans-serif;
	font-size: 16px;
	line-height: normal;
}

.p-company-overview {
	padding-top: 97px;
}

.p-company-overview__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-company-overview__content {
	padding-top: 121px;
}

.p-company-overview__title {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 5px;
	justify-content: center;
	text-align: center;
}

.p-company-overview__title-text {
	font-family: "Jost", sans-serif;
	font-size: 28px;
	text-transform: none;
}

.p-company-overview__title-text span {
	font-size: 28px;
	text-transform: uppercase;
}

.is-bu {
	font-family: "Noto Sans JP", sans-serif;
	font-size: 38px;
	margin-top: -3px;
}

.p-company-overview__items {
	display: flex;
	flex-direction: column;
	gap: 33.4px;
	margin-top: 50px;
}

.p-company-overview__item.is-6 {
	margin-top: 3px;
}

.p-company-overview__item-title {
	border-bottom: 1px solid #040404;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	line-height: 1.6;
	padding-bottom: 10px;
}

.p-company-overview__item-description {
	font-size: 10px;
	letter-spacing: 0.06em;
	line-height: 2;
	margin-top: 16px;
	text-transform: none;
}

.p-company-overview__item-description.is-1 {
	letter-spacing: 0.07em;
}

.p-company-overview__item-description.is-2 {
	font-size: 10px;
	margin-top: 0;
}

.p-company-overview__item-description.is-3 {
	font-size: 14px;
	margin-top: 13px;
}

.p-company-overview__item-description.is-6 {
	margin-left: -1px;
	margin-top: 13px;
}

.p-company-overview__item-description.is-address {
	font-style: normal;
}

.uppercase {
	text-transform: uppercase;
}

.p-company-overview__item-description-lists {
	margin-top: 16px;
	padding-left: 19px;
}

.p-company-overview__item-description-list {
	font-size: 10px;
	letter-spacing: 0.06em;
	line-height: 2;
	position: relative;
}

.p-company-overview__item-description-list::before {
	background-color: #040404;
	border-radius: 50%;
	content: "";
	height: 7px;
	left: -15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
}

.p-ceo-message {
	padding-bottom: 121px;
	padding-top: 116px;
}

.p-ceo-message__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-company-middle__title {
	text-align: center;
}

.p-company-middle__title-main {
	color: #040404;
	font-family: "Jost", sans-serif;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding-left: 4px;
}

.p-company-middle__title-main span {
	color: #040404;
	font-family: "Jost", sans-serif;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: none;
}

.p-company-middle__title-sub {
	letter-spacing: 0.06em;
	line-height: 1.8;
	margin-left: -7px;
}

.p-company-middle__text-image {
	display: flex;
	flex-direction: column;
	gap: 44px;
	margin-top: 80px;
}

.p-company-middle__text-title {
	border-bottom: 1px solid #040404;
	padding-bottom: 10px;
}

.p-company-middle__text-title-text {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.p-company-middle__text-description {
	margin-top: 12px;
}

.p-company-middle__text-description-text {
	letter-spacing: 0.06em;
	line-height: 2;
}

.p-company-middle__image {
	text-align: center;
}

.p-our-people {
	padding-bottom: 120px;
}

.p-our-people__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-our-people__items {
	display: flex;
	flex-direction: column;
	gap: 80px;
	margin-top: 80px;
}

.p-our-people__title {
	text-align: center;
}

.p-our-people__title-main {
	color: #040404;
	font-family: "Jost", sans-serif;
	font-size: 35px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: capitalize;
}

.p-our-people__title-sub {
	letter-spacing: 0.06em;
	line-height: 1.8;
}

.p-our-people__text-image {
	display: flex;
	flex-direction: column;
	gap: 44px;
}

.p-our-people__text-title-text {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

.p-our-people__text-middle-title {
	margin-top: 40px;
}

.p-our-people__text-middle-title.is-reverse {
	margin-top: 28px;
}

.p-our-people__text-middle-title-text {
	border-bottom: 1px solid #040404;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding-bottom: 16px;
}

.p-our-people__text-middle-title-text.is-2 {
	margin-bottom: -11px;
	margin-top: 40px;
}

.p-our-people__text-description {
	margin-top: 18px;
}

.p-our-people__text-description-text {
	letter-spacing: 0.06em;
	line-height: 2;
}

.p-our-people__text-description-text.is-2 {
	padding-left: 2px;
}

.p-our-people__image {
	text-align: center;
}

.p-privacy-policy {
	padding-top: 97px;
}

.p-privacy-policy__inner {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.p-privacy-policy__content {
	padding-bottom: 72px;
	padding-top: 72px;
}

.p-privacy-policy-text-area {
	color: #040404;
	letter-spacing: 0.06em;
	line-height: 1.6;
	text-transform: none;
}

.p-privacy-policy-text span {
	text-transform: uppercase;
}

.p-privacy-policy-text.is-space {
	margin-top: 25px;
}

.p-privacy-policy-text.is-space-2 {
	margin-top: 23px;
}

.p-privacy-policy__list {
	position: relative;
}

.p-privacy-policy__list span {
	text-transform: uppercase;
}

.p-privacy-policy__list::before {
	background-color: #040404;
	border-radius: 50%;
	content: "";
	height: 15px;
	left: 0px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
}

.p-privacy-policy__list.is-1::before {
	top: 13px;
}

.p-privacy-policy__lists-2 {
	counter-reset: number;
}

.p-privacy-policy__list-2 {
	counter-increment: number;
	list-style: none; /* デフォルトの・を消す */
}

.p-privacy-policy__list-2::before {
	content: "（" counter(number) "）";
	margin-right: 1px;
}

.p-privacy-policy-button {
	margin-top: 34px;
	text-align: center;
}

.u-hidden-sp {
	display: none;
}

@media (any-hover: hover) {

body.is-pc a {
	transition: color 0.25s ease, opacity 0.25s ease;
}

body.is-pc a:hover,
body.is-pc a:focus-visible {
	opacity: 0.7;
}

body.is-pc button {
	transition: opacity 0.25s ease;
}

body.is-pc button:hover,
body.is-pc button:focus-visible {
	opacity: 0.7;
}

body.is-pc .p-news__card:hover .p-news__card-image img {
	transform: scale(1.08);
}

}

@media (min-width: 768px) {

.l-header {
	height: 70px;
	left: 50%;
	transform: translateX(-50%);
}

.l-header__inner {
	padding: 11px 28px 9px 30px;
}

.l-header__logo a img {
	height: 50px;
	width: 95.238px;
}

.l-header__nav {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 24px;
	justify-content: center;
}

.l-header__link {
	display: block;
	font-family: "Jost", sans-serif;
	line-height: normal;
}

.l-footer__btns__inner {
	max-width: 1300px;
}

.l-footer__btns__content {
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.l-footer__bottom {
	padding-bottom: 100px;
	padding-top: 100px;
}

.l-footer__bottom__inner {
	max-width: 1297px;
}

.l-footer__logo-nav {
	align-items: flex-start;
	gap: 90px;
	justify-content: space-between;
}

.l-footer__nav {
	align-items: center;
	flex-direction: row;
	gap: 36px;
	justify-content: center;
}

.l-footer-links-copyright {
	align-items: center;
	flex-direction: row-reverse;
	gap: 34px;
	justify-content: center;
	margin-top: 71px;
}

.l-footer-links {
	gap: 24px;
}

.l-footer__copyright {
	font-size: 14px;
	letter-spacing: 0.07em;
}

.l-footer__dropdown {
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	left: 0;
	min-width: 200px;
	padding: 10px 0;
	position: absolute;
	top: 100%;
}

.l-footer__item:hover .l-footer__dropdown {
	display: block;
}

.c-button-text {
	letter-spacing: 0.06em;
}

.c-pagination {
	margin-top: 80px;
}

.c-page-top {
	bottom: 59px;
	height: 80px;
	right: 40px;
	width: 80px;
}

.c-page-top__arrow {
	border-bottom: 5px solid #fff;
	border-left: 5px solid #fff;
	height: 24px;
	margin-top: 16px;
	width: 24px;
}

.c-section__btn-text {
	font-size: 16px;
}

.c-section__btn-circle {
	height: 21px;
	width: 21px;
}

.p-drawer-icon {
	display: none;
}

.p-drawer-content {
	display: none;
}

.p-fv {
	padding-top: 70px;
}

.p-fv .swiper-slide {
	height: 415px;
	width: 295.11px;
}

.p-works {
	padding-bottom: 140px;
	padding-top: 140px;
}

.p-works__inner {
	max-width: 1266px;
	padding-left: 40px;
	padding-right: 40px;
}

.p-works__content {
	flex-direction: row;
	gap: 92px;
}

.p-works-btn-wrap {
	bottom: auto;
	right: 12px;
	top: 31px;
}

.p-works__tabs {
	align-items: initial;
	flex-direction: column;
	gap: 18px;
	justify-content: initial;
	margin-top: 44px;
}

.p-works__tabs.is-archive-works {
	margin-top: 0;
}

.p-works__tab.is-active::after {
	left: -18px;
}

.p-works__title.is-sp {
	display: none;
}

.p-works__title.is-pc {
	display: block;
}

.p-works__cards-slide {
	margin-right: -107px;
}

.p-works .swiper-slide {
	width: 320px;
}

.p-works__card-image {
	height: 448px;
}

.p-works__swiper-prev-next {
	align-items: center;
	display: block;
	display: flex;
	flex-direction: row;
	gap: 56px;
	position: absolute;
	right: 119px;
	width: 146px;
	z-index: 10;
}

.p-news__cards {
	grid-template-columns: repeat(2, 1fr);
}

.p-news__card.is-p-news {
	min-height: auto;
	padding: 29px;
}

.p-news__card:first-child {
	border-left: 1px solid #D9D9D9;
}

.p-news__card-image {
	height: 165px;
}

.p-news__card-pop.is-p-news {
	left: 0;
}

.p-news__card-date.is-p-news {
	font-size: 14px;
}

.p-news__card-title-text {
	font-size: 15px;
}

.p-access {
	padding-bottom: 120px;
}

.p-access__inner {
	max-width: 1480px;
}

.p-access__item {
	align-items: flex-end;
	flex-direction: row;
}

.p-access__item.is-reverse {
	flex-direction: row-reverse;
	margin-left: 30px;
}

.p-access__item-map-frame {
	width: 688px;
}

.p-access__item-text {
	flex-grow: 1;
}

.p-access__item-text-tell-text,
.p-access__item-text-fax-text {
	font-size: 12px;
}

.p-single {
	padding-bottom: 120px;
	padding-top: 142px;
}

.p-single__inner {
	max-width: 809px;
}

.p-single__heading {
	margin-top: 45px;
	padding: 45px 3.59px 41px;
}

.p-single__heading-date {
	font-size: 24px;
}

.p-single__heading-title {
	font-size: 32px;
}

.p-single__image {
	margin-top: 40px;
	padding-right: 0;
}

.p-single__content-area {
	font-size: 15px;
	line-height: 2;
	margin-top: 31px;
	padding-bottom: 80px;
	padding-left: 4px;
}

.p-single__btn {
	margin-left: -10px;
	margin-top: 80px;
}

.p-contact {
	padding-top: 141px;
}

.p-contact__inner {
	max-width: 1118px;
}

.p-contact__please-text {
	font-size: 14px;
}

.p-contact__connections {
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.p-contact__connection {
	width: 360px;
}

.p-404__title {
	font-size: 50px;
}

.p-404__text {
	font-size: 18px;
}

.p-introduction {
	padding-bottom: 130px;
	padding-top: 129px;
}

.p-introduction__inner {
	max-width: 1080px;
}

.p-introduction__description-btn {
	gap: 0;
}

.p-movies {
	padding-bottom: 121px;
}

.p-movies__inner {
	max-width: 1250px;
	padding-left: 40px;
}

.p-movies__content {
	align-items: flex-end;
	flex-direction: row;
	gap: 67px;
}

.p-movies__left {
	display: block;
}

.p-movies__youtube-channel {
	align-items: stretch;
	flex-direction: column;
	gap: 77.5px;
}

.p-movies__youtube-channel-title {
	padding-left: 2px;
}

.p-movies__youtube-channel-title::before {
	background-color: #606060;
	height: 61px;
	left: 30%;
	top: -69px;
	transform: translateX(-50%);
	width: 1px;
}

.p-movies__youtube-channel-title-text {
	writing-mode: vertical-rl;
}

.p-movies__swiper-nav {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-left: -7px;
	margin-top: 102px;
}

.p-movies__cards-slide {
	margin-right: -113px;
}

.p-movies__card.is-production-notice {
	aspect-ratio: 16/9;
}

.p-movies .swiper-slide {
	width: 560px;
}

.p-movies__card-image {
	height: 428px;
}

.p-movies__card-mark {
	bottom: 26px;
	right: 50px;
}

.p-movies__card-mark.is-production-notice {
	bottom: 26px;
	right: 50px;
}

.p-services {
	padding-bottom: 100px;
	padding-top: 120px;
}

.p-services__inner {
	max-width: 1040px;
}

.p-services .p-services__card {
	align-items: center;
	flex-direction: row;
	justify-content: center;
}

.p-services__card-text-area {
	padding-top: 21px;
}

.p-services__card-image {
	height: 220px;
	width: 332px;
}

.p-join-us {
	margin-top: -1px;
	padding-bottom: 177px;
	padding-top: 137px;
}

.p-join-us__inner {
	max-width: 560px;
	padding-left: 0;
	padding-right: 0;
}

.p-join-us__title-image {
	margin: 0;
	width: 531px;
}

.p-join-us__btn {
	height: 119px;
	padding-block: 45px;
	width: 329px;
}

.p-join-us__btn-text {
	font-size: 24px;
}

.p-p-news {
	padding-bottom: 120px;
	padding-top: 142px;
}

.p-p-news__inner {
	max-width: 1293.5px;
}

.p-p-news__title.is-single-works {
	padding-bottom: 51px;
}

.p-p-news__title.is-single-works.is-company {
	padding-bottom: 58px;
}

.p-p-news__title.is-single-works.is-contact {
	padding-bottom: 56px;
}

.p-p-news__title.is-single-works.is-privacy-policy {
	padding-bottom: 54px;
}

.p-p-news__title-main {
	font-size: 54px;
}

.p-p-news__title-main.is-single-works {
	margin-left: 9px;
}

.p-p-news__title-main.is-single-works.is-contact {
	margin-left: 5px;
}

.p-p-news__title-main.is-single-works.is-privacy-policy {
	letter-spacing: 0.085em;
	margin-left: 3px;
}

.p-p-news__title-sub {
	font-size: 15px;
}

.p-p-news__title-sub.is-archive-works.is-single-works {
	margin-top: -6px;
	padding-left: 5px;
}

.p-p-news__title-sub.is-company {
	margin-left: 11px;
	margin-top: 1px;
}

.p-p-news__title-sub.is-contact {
	margin-top: -9px;
}

.p-p-news__title-sub.is-privacy-policy {
	margin-top: -9px;
}

.p-p-news__categorys {
	margin-top: 45px;
}

.p-p-news__category {
	font-size: 18px;
	padding-bottom: 25px;
	padding-top: 25px;
}

.p-p-news__cards {
	grid-template-columns: repeat(2, 1fr);
	margin-top: 36px;
	padding-left: 0;
	padding-right: 0;
}

.p-p-news__cards .p-news__card:nth-child(n+6) {
	display: block;
}

.p-p-news__card-image {
	height: 170px;
	width: 315px;
}

.p-archive-works {
	padding-bottom: 121px;
	padding-top: 142px;
}

.p-archive-works__inner {
	max-width: 1260px;
}

.p-archive-works__content {
	flex-direction: row;
	gap: 67px;
	margin-top: 45px;
}

.p-archive-works__items {
	gap: 49px;
}

.p-archive-works__item-taxonomy {
	padding-left: 30px;
	text-align: left;
}

.p-archive-works__item-taxonomy-name {
	font-size: 54px;
}

.p-archive-works__cards {
	grid-template-columns: repeat(2, 1fr);
	padding-top: 48px;
}

.card-image__bg img {
	display: block;
	height: 100%;
	inset: 0;
	position: absolute;
	width: 100%;
	-o-object-fit: cover;
	filter: blur(2px);
	object-fit: cover;
}

.card-image__bg::after {
	background: rgba(0, 0, 0, 0.4);
	content: "";
	display: block;
	inset: 0;
	position: absolute;
}

.card-image__main img {
	display: block;
	height: auto;
	width: 100%;
}

.card-image__main {
	aspect-ratio: 5/7;
	height: 252px;
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 280px;
	z-index: 2;
}

.card-image.is-portrait .card-image__main {
	aspect-ratio: auto;
	height: auto;
	position: static;
	top: auto;
	transform: none;
	width: 100%;
}

.p-archive-works__btn-wrap {
	margin-top: 41px;
}

.p-single-works {
	padding-bottom: 119px;
	padding-top: 142px;
}

.p-single-works__inner {
	max-width: 1235px;
}

.p-single-works__content {
	padding-top: 80px;
}

.p-single-works__image-textarea {
	flex-direction: row;
	gap: 38px;
}

.p-single-works__image {
	max-width: 660px;
}

.p-single-works__manager-content {
	flex-grow: 1;
	gap: 92px;
	margin-top: 20px;
}

.p-single-works__manager-title,
.p-single-works__content-title {
	padding-left: 5px;
}

.p-single-works__btn {
	margin-left: 7px;
	margin-top: 80px;
}

.p-production {
	padding-top: 135px;
}

.p-production.is-casting {
	padding-top: 127px;
}

.p-production.is-dispatching {
	padding-top: 140px;
}

.p-production__title-main {
	font-size: 54px;
	margin-left: -134px;
}

.p-production__title-main.is-dispatching {
	font-size: 54px;
	margin-left: -126px;
}

.p-production__title-sub-area {
	margin-right: -286px;
}

.p-production__title-sub-area.is-casting {
	margin-right: -258px;
}

.p-production__title-sub-area.is-dispatching {
	margin-right: -343px;
}

.p-production__title-sub {
	font-size: 18px;
}

.p-production__title-sub.is-casting {
	font-size: 24px;
	line-height: 1.83;
}

.p-production__fv-image {
	height: 303px;
}

.p-production__fv-image.is-casting {
	margin-top: 59px;
}

.p-production__fv-image.is-dispatching {
	margin-top: 46px;
}

.p-production__inner {
	max-width: 820px;
	padding-bottom: 120px;
}

.p-production__inner.is-casting {
	padding-bottom: 139px;
}

.p-production__sub-title {
	margin-top: 123px;
}

.p-production__sub-title.is-casting {
	margin-top: 101px;
	padding-bottom: 34px;
}

.p-production__sub-title.is-dispatching {
	margin-top: 119px;
}

.p-production__sub-title-main {
	font-size: 24px;
}

.p-production__sub-title-main.is-casting {
	font-size: 20px;
}

.p-production__sub-title-main.is-dispatching {
	font-size: 20px;
	margin-left: 9px;
}

.p-production__sub-title-sub {
	font-size: 43.39px;
}

.p-production__sub-title-sub.is-casting {
	font-size: 36px;
	margin-top: 20px;
}

.p-production__sub-title-sub.is-dispatching {
	font-size: 36px;
	margin-left: -20px;
	margin-top: 21px;
}

.p-production__description.is-casting {
	margin-top: 39px;
}

.p-production__description.is-dispatching {
	margin-top: 48px;
}

.p-production__button.is-casting {
	margin-top: 64px;
}

.p-production__button.is-dispatching {
	margin-left: 33px;
}

.p-production-notice__inner {
	max-width: 1230px;
}

.p-production-notice__title-text {
	font-size: 54px;
}

.p-production-notice__movies {
	margin-right: -350px;
}

.p-production-notice .swiper-slide {
	width: 560px;
}

.p-production-notice__swiper-nav {
	align-items: center;
	bottom: -50px;
	display: flex;
	flex-direction: row;
	gap: 24px;
	position: absolute;
	right: 70px;
}

.p-casting__inner {
	max-width: 1260px;
}

.p-casting-cooperation__inner {
	max-width: 1160px;
}

.p-casting-cooperation__content {
	flex-direction: row;
	gap: 85px;
	justify-content: center;
}

.p-casting-cooperation__image {
	height: 457px;
	max-width: 655px;
}

.p-casting-cooperation__description {
	margin-top: 20px;
	max-width: 380px;
}

.p-portfolio__inner {
	max-width: 1240px;
}

.p-portfolio__title-main {
	font-size: 54px;
}

.p-portfolio__title-sub {
	font-size: 16px;
}

.p-portfolio__items {
	grid-template-columns: repeat(2, 1fr);
	row-gap: 60px;
}

.p-portfolio__item-title-period {
	-moz-text-align-last: left;
	text-align-last: left;
}

.p-portfolio__button {
	margin-left: 50px;
}

.p-company-overview {
	padding-top: 128px;
}

.p-company-overview__inner {
	max-width: 820px;
}

.p-company-overview__title-text span {
	font-size: 40px;
}

.p-company-overview__title-text {
	font-size: 40px;
}

.p-company-overview__item-description {
	font-size: 15px;
}

.p-company-overview__item-description.is-2 {
	font-size: 14px;
}

.p-company-overview__item-description.is-address span {
	margin-left: -4px;
}

.p-company-overview__item-description-list {
	font-size: 15px;
}

.p-company-overview__item-description-list::before {
	height: 15px;
	left: -20px;
	width: 15px;
}

.p-ceo-message__inner {
	max-width: 1160px;
}

.p-company-middle__title-main {
	font-size: 54px;
}

.p-company-middle__title-main span {
	font-size: 54px;
}

.p-company-middle__title-sub {
	margin-top: 1px;
}

.p-company-middle__text-image {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 44px;
}

.p-company-middle__text-area {
	max-width: 593px;
}

.p-company-middle__text-title-text {
	font-size: 32px;
}

.p-company-middle__image {
	flex-grow: 1;
	min-width: 300px;
	text-align: initial;
}

.p-our-people__inner {
	max-width: 1160px;
}

.p-our-people__title {
	margin-left: 36px;
}

.p-our-people__title-main {
	font-size: 54px;
}

.p-our-people__title-main.is-access {
	margin-left: -34px;
}

.p-our-people__title-sub.is-access {
	margin-left: -45px;
	margin-top: -1px;
}

.p-our-people__text-image {
	align-items: flex-end;
	flex-direction: row;
	gap: 44px;
}

.p-our-people__text-image.is-reverse {
	flex-direction: row-reverse;
}

.p-our-people__text-area {
	max-width: 593px;
}

.p-our-people__text-title-text {
	font-size: 32px;
}

.p-our-people__text-middle-title-text {
	font-size: 24px;
}

.p-our-people__text-middle-title-text.is-3 {
	padding-left: 4px;
}

.p-our-people__text-description-text.is-3 {
	padding-left: 4px;
}

.p-our-people__image {
	flex-grow: 1;
	min-width: 300px;
	text-align: initial;
}

.p-privacy-policy {
	padding-top: 141px;
}

.p-privacy-policy__inner {
	max-width: 820px;
}

.u-hidden-tab {
	display: none;
}

}

@media (min-width: 1025px) {

.c-heading {
	font-size: 40px;
	letter-spacing: 0.004em;
	line-height: 1.325;
}

.c-heading::after {
	height: 48px;
}

.c-heading--left {
	font-size: 40px;
	letter-spacing: 0.094em;
	line-height: 1.325;
}

.c-heading--left::after {
	bottom: -16px;
	height: 48px;
	left: 100%;
	transform: translateX(-100%);
	width: 186px;
	z-index: 0;
}

.p-news__inner {
	max-width: 1440px;
	padding-left: 0;
	padding-right: 0;
}

.p-news__cards {
	grid-template-columns: repeat(4, 1fr);
}

.p-news__card {
	border-left: none;
}

.p-news__card.is-p-news {
	border-left: 1px solid #D9D9D9;
}

.p-access__inner {
	padding-left: 0;
	padding-right: 0;
}

.p-access__item.is-reverse {
	margin-left: 161px;
}

.p-access__item-text-tell-text,
.p-access__item-text-fax-text {
	font-size: 15px;
}

.p-contact__please-text {
	font-size: 15px;
}

.p-movies .swiper-slide {
	width: 760px;
}

.p-services .p-services__card {
	padding-bottom: 110.5px;
	padding-top: 110.5px;
}

.p-services__card-image {
	height: 310px;
	width: 432px;
}

.p-services-btn-wrap {
	bottom: 52px;
	right: 33px;
}

.p-p-news__card-image {
	height: 200px;
	width: 360px;
}

.p-archive-works__cards {
	gap: 48px;
	grid-template-columns: repeat(3, 1fr);
}

.p-production__fv-image {
	height: 403px;
}

.p-production-notice .swiper-slide {
	width: 760px;
}

.p-casting__items {
	grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
	justify-content: center;
}

.p-portfolio__items {
	grid-template-columns: repeat(3, 1fr);
}

.u-hidden-pc {
	display: none;
}

.u-hidden-sp {
	display: block;
}

}

@media (min-width: 1145px) {

.p-production__fv-image {
	height: 503px;
}

}

@media (min-width: 1280px) {

.l-footer__btn {
	height: 240px;
	padding: 167px 25px 11px 29px;
	width: 613px;
}

.l-footer__btn-text {
	font-size: 48px;
}

.l-footer__btn-arrow {
	height: 32px;
	width: 32px;
}

.p-works__inner {
	padding-left: 20px;
	padding-right: 20px;
}

.p-movies__inner {
	padding-left: 20px;
}

.p-services__cards {
	margin-inline: 0;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.services-swiper {
	overflow: visible;
}

.services-swiper .swiper-slide {
	width: 1000px;
}

.p-services .p-services__card {
	gap: 62px;
	padding-left: 0;
	padding-right: 0;
}

.p-p-news__cards {
	grid-template-columns: repeat(3, 1fr);
}

.p-archive-works__item-taxonomy {
	border: none;
	margin-right: 0;
}

.p-archive-works__item-taxonomy::before,
.p-archive-works__item-taxonomy::after {
	content: "";
	left: 0;
	position: absolute;
	right: -9999px;
}

.p-archive-works__item-taxonomy::before {
	border-top: 1px solid #7D7D7D;
	top: 0;
}

.p-archive-works__item-taxonomy::after {
	border-bottom: 1px solid #7D7D7D;
	bottom: 0;
}

.p-production__fv-image {
	height: 603px;
}

.p-production__fv-image.is-casting {
	height: 625px;
}

.p-production__fv-image.is-dispatching {
	height: 600px;
}

.p-company-overview__items {
	margin-left: -16px;
	padding-right: 15px;
}

}

@media (min-width: 1400px) {

.p-p-news__card-image {
	width: 367px;
}

}

@media (min-width: 1441px) {

.l-footer__btns__inner {
	padding-left: 0;
	padding-right: 0;
}

.p-works__inner {
	max-width: 1530px;
	padding-left: 40px;
	padding-right: 40px;
}

.p-movies__inner {
	max-width: 1530px;
	padding-left: 40px;
}

.p-production__fv-image {
	height: 703px;
}

}

