.p-mv {
	height: calc(var(--vh, 1vh) * 100 - 7.5rem);
}

.p-mv__wrap {
	padding: 0 1.6rem 6.4rem;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.p-mv__video {
	position: relative;
	height: calc(100% - 13.2rem);
	/* aspect-ratio: 358 / 444;
	height: auto;
	max-width: 100%; */
}

.p-mv__video::after {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

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

.p-mv__ttl {
	color: var(--color-white);
	font-size: 2rem;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: 0;
	text-align: center;
	z-index: 1;
}

.p-mv__slogan {
	display: flex;
	flex-direction: column;
	margin-top: 1.5rem;
}

.p-mv__slogan h2 {
	font-size: 3.4rem;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	letter-spacing: -0.02em;
	line-height: 1.2;
	text-align: center;
	width: 51rem;
}

.p-mv__slogan .scroll {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
	font-family: "Public Sans", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1;
}

.p-mv__slogan .scroll span {
	width: 1px;
	height: 3.5rem;
	writing-mode: vertical-rl;
	position: relative;
}

.p-mv__slogan .scroll span::before {
	animation: scroll 2s infinite;
	background-color: #282828;
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 1px;
}

.p-mv__slogan h3 {
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.8;
	text-align: center;
	width: 51rem;
}

.p-mv__information {
	background-color: rgba(0, 0, 0, 0.32);
	position: absolute;
	display: flex;
	z-index: 1;
}

.p-mv__information-ttl {
	color: var(--color-white);
	font-weight: 600;
	line-height: 1;
	display: flex;
	align-items: center;
	min-height: 100%;
}

.p-mv__information time {
	color: var(--color-white);
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1;
}

.p-mv__information-content {
	padding-block: 0.9rem 0.6rem;
}

.p-mv__information-content .swiper {
	height: 100%;
}

.p-mv__information-link {
	color: var(--color-white);
	display: block;
	font-size: 1.2rem;
	line-height: 1.5;
}

.p-mv__information-arrow {
	display: flex;
	gap: 0.2rem;
	flex-direction: column;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}

.p-mv__information-arrow .swiper-button-next,
.p-mv__information-arrow .swiper-button-prev {
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 0;
	width: 3.6rem;
	height: 2.6rem;
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
}

.p-mv__information-arrow .swiper-button-next::after,
.p-mv__information-arrow .swiper-button-prev::after {
	color: var(--color-white);
	font-size: 1.5rem;
	position: relative;
	top: 0;
	left: 0;
}

.p-mv__information-arrow .swiper-button-prev::after {
	transform: rotate(90deg);
}

.p-mv__information-arrow .swiper-button-next::after {
	transform: rotate(90deg);
}

.p-philosophy {
	border-top: 1px solid #C4C1BB;
	padding: 1.6rem;
}

.p-philosophy__wrap {
	background: url("../images/home/philosophy_img_sp.jpg") no-repeat center/cover;
	display: flex;
	flex-direction: column;
	padding: 7rem 2.15rem 8.9rem;
}

.p-company {
	border-top: 1px solid var(--border-color-04);
}

.p-company__wrap {
	display: flex;
	flex-direction: column;
}

.p-company__head {
	padding: 4.8rem 1.6rem 2.8rem;
}

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

.p-company .company-list li {
	border-left: 1px solid var(--border-color-04);
	border-bottom: 1px solid var(--border-color-04);
}

.p-company .company-list li a {
	position: relative;
	padding: 2rem;
	display: block;
	overflow: hidden;
}

.p-company .company-list li .media {
	display: block;
	position: relative;
}

.p-company .company-list li .title {
	color: var(--color-white);
	font-size: 2rem;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0.05em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	text-align: center;
}

.p-company .company-list li .content {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.p-company .company-list li .text {
	font-feature-settings: "palt" 1, "pkna" 1, "pwid" 1, "pkna" 1;
}

.p-company .company-list li .arrow {
	background-color: #43413C;
	border-radius: 50%;
	width: 1.8rem;
	height: 1.8rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
}

.p-company .company-list li .arrow::after {
	content: "";
	display: inline-block;
	width: 0.5rem;
	aspect-ratio: 1;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: var(--color-white);
	position: absolute;
	top: 50%;
	left: calc(50% - 0.1rem);
	transform: translate(-50%, -50%) rotate(45deg);
}

.p-cardAll {
	position: relative;
}

.p-journal__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 2rem;
}

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

.p-journal .c-card__item {
	padding: 2rem;
	position: relative;
}

.p-journal .c-card__item:nth-child(1)::after,
.p-journal .c-card__item:nth-child(3)::after {
	content: "";
	background: var(--border-color-04);
	width: 1px;
	position: absolute;
	right: 0;
}

.p-journal .c-card__item:nth-child(1)::after {
	top: 0;
	bottom: 0;
}

.p-journal .c-card__item:nth-child(3)::after {
	top: -5.6rem;
	bottom: 0;
}

.p-journal .swiper {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.p-journal .swiper-button-next,
.p-journal .swiper-button-prev {
	position: relative;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.p-journal .swiper-slide {
	height: auto;
}

.p-journal .swiper-pagination {
	position: relative;
	top: 0;
	bottom: 0;
	margin-top: 2.9rem;
}

.p-journal .swiper-pagination-bullet-active {
	background-color: var(--color-black);
}

.p-keyword .c-tag {
	border-top: none;
	padding-top: 0;
	margin-top: 3rem;
}

.p-work {
	border-top: 1px solid var(--border-color-04);
}

.p-work__head {
	padding: 6.4rem 1.6rem 4rem;
}

.p-work__wrap {
	display: flex;
	flex-direction: column;
}

.p-work__content {
	position: relative;
}

.p-work__content::before {
	content: "";
	background-color: var(--border-color-04);
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

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

.p-work .c-card__item {
	padding: 2rem;
	position: relative;
}

.p-work .c-card__item:nth-child(1)::after,
.p-work .c-card__item:nth-child(3)::after {
	content: "";
	background: var(--border-color-04);
	width: 1px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -0.1rem;
}

.p-work .c-card__media {
	aspect-ratio: 155/110;
}

.p-work .c-card__box {
	position: relative;
}

.p-work .c-card__arrow {
	margin: 0;
	position: absolute;
	right: 0;
	bottom: 0.4rem;
}

.p-special {
	padding: 10.4rem 1.6rem;
}

.p-special__content {
	margin-top: 3.2rem;
}

.p-special .special-card {
	display: flex;
	gap: 7.2rem;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.p-special .special-card__item {
	max-width: 18rem;
	width: 100%;
	position: relative;
}

.p-special .special-card__media {
	aspect-ratio: 180/180;
}

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

.p-special .special-card__text {
	font-size: 1.2rem;
	line-height: 1.6;
	text-align: center;
	margin-top: 1rem;
}

.p-special .special-card__text span::after {
	content: "";
	background: url("../images/common/ic_arrow.svg") no-repeat center/cover;
	width: 1.6rem;
	height: 1.6rem;
	display: inline-block;
	margin-left: 0.5rem;
	position: relative;
	top: 0.2rem;
}

.p-information {
	border-top: 1px solid var(--border-color-04);
	padding: 4rem 1.6rem 4rem;
}

.p-information__wrap {
	display: flex;
	flex-direction: column;
	gap: 2.8rem;
	justify-content: space-between;
}

.p-information__content {
	flex: 1;
	max-width: 68rem;
}

@media (min-width: 769px) {

.c-main {
	padding-top: 0rem;
}

.p-mv {
	height: 100vh;
	padding-top: 12.6rem;
}

.p-mv__wrap {
	padding: 0 4rem 2rem;
}

.p-mv__video {
	height: calc(100% - 14.9rem);
}

.p-mv__slogan {
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	margin-top: 2.2rem;
}

.p-mv__slogan h2 {
	font-size: 5rem;
	text-align: left;
	width: 51rem;
}

.p-mv__slogan .scroll {
	flex-shrink: 0;
	width: 7.3rem;
}

.p-mv__slogan .scroll span {
	height: 7rem;
}

.p-mv__slogan h3 {
	font-size: 2.8rem;
	line-height: 1.6;
	letter-spacing: 0.07em;
	text-align: right;
	margin-top: 1.7rem;
	width: 51rem;
}

.p-mv__information {
	max-height: 5.5rem;
	right: 3rem;
	bottom: 3.7rem;
	gap: 2.8rem;
	padding-inline: 2.4rem 6.4rem;
}

.p-philosophy {
	padding: 3.4rem 4rem;
}

.p-philosophy__wrap {
	background-image: url("../images/home/philosophy_img.jpg");
	gap: 7.2231139647%;
	flex-direction: row;
	padding: 9rem 5.7rem;
}

.p-philosophy__head {
	width: 23.5152487961%;
}

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

.p-company .company-list li a {
	padding: 0;
	height: 30rem;
}

.p-company .company-list li a:hover .media {
	clip-path: inset(0% 0% 0% 0%);
}

.p-company .company-list li a:hover .media img {
	transform: translate(-50%, -50%) scale(1);
}

.p-company .company-list li a:hover .title {
	transform: translate(-50%, -50%) scale(1);
}

.p-company .company-list li a:hover .text {
	color: var(--color-white);
}

.p-company .company-list li a:hover .arrow {
	background-color: #E3E1DC;
}

.p-company .company-list li a:hover .arrow::after {
	filter: brightness(0) invert(0);
}

.p-company .company-list li .media {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border-radius: 0.125rem;
	z-index: 1;
	clip-path: inset(20%);
	transition: clip-path 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-company .company-list li .media img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(0.57012);
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-company .company-list li .title {
	font-size: 2.8rem;
	transform: translate(-50%, -50%) scale(0.6428571429);
	transition: transform 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-company .company-list li .content {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	left: 2rem;
	transition: color 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 2;
}

.p-company .company-list li .text {
	transition: color 1.2s cubic-bezier(0.16, 1, 0.3, 1);
	z-index: 2;
}

.p-company .company-list li .arrow {
	width: 2.4rem;
	height: 2.4rem;
	transition: background-color 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-company .company-list li .arrow::after {
	transition: filter 1.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.p-work .c-card__media {
	aspect-ratio: 400/184;
}

.p-work .c-card__arrow {
	bottom: 1px;
}

.p-special {
	padding: 8rem;
}

.p-special__content {
	margin-top: 10rem;
}

.p-special .special-card {
	flex-direction: row;
	gap: 16rem;
	justify-content: center;
	align-items: flex-start;
}

.p-special .special-card::before {
	content: "";
	background-color: var(--color-gray2);
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	transform: translateX(-50%);
}

.p-special .special-card__item {
	max-width: 36rem;
}

.p-special .special-card__media {
	aspect-ratio: 360/360;
}

.p-special .special-card__text {
	margin-top: 2rem;
}

.p-information {
	padding: 8rem 4rem 4rem;
}

.p-information__wrap {
	flex-direction: row;
	gap: 2rem;
}

.p-information__head {
	width: 21.5441176471%;
}

}

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

.p-mv__slogan h2 {
	font-size: 4rem;
	width: 51rem;
}

.p-mv__slogan h3 {
	font-size: 2rem;
}

}

@media (min-width: 1025px) {

.p-company__wrap {
	flex-direction: row;
}

.p-company__head {
	padding: 4.5rem 0.9rem 4.5rem 4rem;
	width: 28.8897426047%;
}

.p-company__content {
	flex: 1;
}

.p-company .company-list li:nth-child(n+4):nth-child(-n+6) {
	border-bottom: none;
}

.p-cardAll {
	border-top: 1px solid var(--border-color-04);
	display: flex;
	align-items: stretch;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.p-cardAll__left {
	padding-block: 8rem;
	flex: 0 0 66.6666666667%;
	width: 66.6666666667%;
}

.p-cardAll__right {
	border-left: 1px solid var(--border-color-04);
	height: auto;
	flex: 0 0 33.3333333333%;
	width: 33.3333333333%;
	padding: 8rem 4rem;
}

.p-journal {
	padding-inline: 4rem;
}

.p-journal__head {
	gap: 2rem;
}

.p-journal .c-card__list {
	margin-inline: -4rem;
}

.p-journal .c-card__item {
	padding: 0 4rem;
}

.p-journal .c-card__item:not(.p-journal .c-card__item:nth-child(n+3)) {
	border-bottom: 1px solid var(--border-color-04);
	padding-bottom: 2.4rem;
	margin-bottom: 5.6rem;
}

.p-work__head {
	padding: 8rem 0 0 4rem;
	width: 33.3333333333%;
}

.p-work__content {
	flex: 1;
}

.p-work__wrap {
	flex-direction: row;
}

.p-work__content {
	padding-block: 8rem;
}

.p-work .c-card__item {
	padding: 0 3.849rem 0;
}

.p-work .c-card__item:not(.p-work .c-card__item:nth-child(n+3)) {
	border-bottom: 1px solid var(--border-color-04);
	padding-bottom: 4rem;
	margin-bottom: 4rem;
}

.p-work .c-card__item:nth-child(1)::after {
	top: -8rem;
}

.p-work .c-card__item:nth-child(3)::after {
	top: -8rem;
	bottom: -8rem;
}

.p-special {
	border-top: 1px solid var(--color-gray2);
}

.p-special .special-card {
	gap: 32rem;
}

}

@media (max-width: 1024px) {

.p-company .company-list {
	border-top: 1px solid var(--border-color-04);
}

.p-journal__head {
	padding: 6.2rem 1.6rem 2rem;
}

.p-journal .c-card__item {
	border-bottom: 1px solid var(--border-color-04);
}

.p-journal .c-card__item:not(.p-journal .c-card__item:nth-child(n+3)) {
	border-top: 1px solid var(--border-color-04);
}

.p-ranking {
	border-top: 1px solid var(--border-color-04);
	padding: 2.4rem 1.6rem;
	margin-top: 2.4rem;
}

.p-keyword {
	padding: 2.4rem 1.6rem;
}

.p-work .c-card__item {
	border-bottom: 1px solid var(--border-color-04);
}

.p-work .c-card__item:not(.p-work .c-card__item:nth-child(n+3)) {
	border-top: 1px solid var(--border-color-04);
}

}

@media (max-width: 768px) {

.p-mv__slogan h2 {
	order: 1;
  margin: 0 auto;
  width: initial;
}

.p-mv__slogan .scroll {
	order: 3;
}

.p-mv__slogan h3 {
	order: 2;
	padding: 0.75rem 1rem;
  margin: 0 auto;
  width: initial;
}

.p-mv__information {
	display: none;
}

.p-philosophy__content {
	margin-top: 2.8rem;
}

.p-philosophy__content .hline03 {
	line-height: 1.8;
}

.p-company .company-list li .media {
	margin-bottom: 2rem;
}

.p-journal__head .btn {
	width: auto;
	height: auto;
	padding: 0.9rem 1rem;
}

.p-work .c-card__text {
	margin-top: 2.4rem;
}

.p-special .special-card__item:not(:last-child)::after {
	content: "";
	background-color: var(--color-gray2);
	position: absolute;
	bottom: -3.3rem;
	left: 0;
	width: 100%;
	height: 1px;
}

.p-special .special-card__item:nth-child(1) .special-card__text {
	text-align: left;
	padding-left: 0.5rem;
}

.p-special .special-card__text span {
	display: block;
	position: relative;
}

.p-special .special-card__text span::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

.p-ranking .c-card__item.ranking-item {
	display: none;
}

.p-ranking .c-card__item.ranking-item:nth-child(-n+3) {
	display: block;
}

}

@media (max-width: 376px) {
	.p-mv__wrap {
		padding-bottom: 3.2rem;
	}

	.p-mv__slogan h2 {
		font-size: 2.7rem;
	}

	.p-mv__slogan h3 {
		font-size: 1.6rem;
	}
}