img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
@media screen and (min-width: 768px), print {
	.main::before {
		top: 1600px;
	}
}
.p-firstview {
	position: relative;
	z-index: 2;
	margin: 60px 0 0;
}
.p-firstview img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}
.p-firstview__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.p-firstview__heading span {
	white-space: nowrap;
}
.p-firstview__heading span > * {
	display: inline-block;
	opacity: 0;
	transform: skew(50deg, 30deg) rotate(-40deg) translate(20px, 40px) scale(0.8, 0.8);
	transition: 0.5s 0.15s ease-in;
}
.p-firstview.active .p-firstview__heading span span {
	opacity: 1;
	transform: none;
}
.p-firstview__text {
	margin: 40px 0 0;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.9;
	opacity: 0;
	transition: opacity 0.6s ease-in;
}
.p-firstview.active .p-firstview__text {
	opacity: 1;
}
@media (max-width: 767px) {
	.p-firstview__block {
		flex: 0 0 100%;
		width: 100%;
		padding: 0 20px;
	}
	.p-firstview__heading span {
		font-size: 28px;
		font-weight: 500;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.p-firstview.active .p-firstview__heading,
	.p-firstview.active .p-firstview__text {
		opacity: 1;
		transform: none;
	}
	.p-firstview__image {
		flex: 0 0 100%;
		width: 100%;
	}
	.p-firstview__image picture {
		display: block;
		width: 0;
		overflow: hidden;
		transition: width 1s ease-out;
	}
	.p-firstview__image img {
		width: 100vw;
		max-width: none;
	}
	.p-firstview.active .p-firstview__image picture {
		width: 100%;
	}
}
@media screen and (min-width: 768px), print {
	.p-firstview {
		margin: 40px 0 0;
	}
	.p-firstview__block {
		order: 2;
		flex: 1 1 567px;
		width: 567px;
	}
	.p-firstview__image {
		order: 1;
		position: relative;
		flex: 1 1 712px;
		width: 100vw;
		min-width: 100%;
		height: 345px;
	}
	.p-firstview__image picture {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 0;
		overflow: hidden;
		transition: width 0.6s ease-in;
	}
	.p-firstview__image img {
		width: max(100%, 100vw);
		max-width: none;
	}
	.p-firstview.active .p-firstview__image picture {
		width: max(1033px, 100%);
	}
	.p-firstview__heading {
		width: 188px;
		margin: -50px auto;
		writing-mode: vertical-rl;
		-webkit-text-orientation: upright;
		text-orientation: upright;
	}
	.p-firstview__heading span {
		position: relative;
		font-size: 60px;
	}
	.p-firstview.active .p-firstview__heading {
		opacity: 1;
		transform: none;
	}
	.p-firstview__text {
		margin: 120px 0 0;
		text-align: center;
		font-size: 20px;
		white-space: nowrap;
	}
}
.p-intro {
	padding: 0 0 20px;
	margin: 30px 0 0;
	background-color: #f6f7fa;
}
.p-intro__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
}
.p-intro__video {
	order: 1;
	flex: 0 0 100%;
	height: 54.25vw;
}
.p-intro__video iframe {
	width: 100%;
	height: 100%;
}
.p-intro__block {
	order: 2;
	flex: 0 0 100%;
}
.p-intro__heading {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.01em;
	margin: 20px auto 10px;
}
.p-intro__text {
	margin: 15px 0 0;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0.01em;
	line-height: 24px;
}
@media screen and (min-width: 768px), print {
	.p-intro {
		padding: 0 0 20px;
		margin: 30px 0 0;
		background-color: rgba(0, 0, 0, 0);
	}
	.p-intro__inner {
		align-items: center;
		gap: 24px;
	}
	.p-intro__video {
		flex: 0 0 720px;
		height: 420px;
	}
	.p-intro__block {
		order: 2;
		flex: 0 0 456px;
		padding: 50px 24px 40px;
		background-color: #f6f7fa;
	}
	.p-intro__heading {
		font-size: 20px;
		margin: 0;
	}
	.p-intro__text {
		margin: 30px 0 0;
		font-size: 15px;
		line-height: 32px;
	}
}
.p-staff {
	margin: 30px 0 0;
}
.p-staff__block {
	border: 1px solid #000;
	box-shadow: 10px 10px #ddd;
}
.p-staff__list {
	position: relative;
	height: 250px;
	display: grid;
	display: -ms-grid;
	-ms-grid-columns: 1fr 1fr 1fr 1fr;
	-ms-grid-rows: 1fr 1fr;
}
.p-staff__item {
	background-position: center;
	background-size: cover;
}
.p-staff__item:nth-of-type(1) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 3;
	-ms-grid-column: 1;
	-ms-grid-row: 1;
	-ms-grid-column-span: 1;
	-ms-grid-row-span: 2;
}
.p-staff__item:nth-of-type(2) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.p-staff__item:nth-of-type(3) {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 2;
}
.p-staff__item:nth-of-type(4) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.p-staff__item:nth-of-type(5) {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 2;
	grid-row-end: 3;
}
.p-staff__item:nth-of-type(6) {
	display: none;
}
.p-staff__item img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: block;
	width: 100%;
	height: 100%;
}
.p-staff--reverse .p-staff__item:nth-of-type(1) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 1;
	grid-row-end: 2;
}
.p-staff--reverse .p-staff__item:nth-of-type(2) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 1;
	grid-row-end: 2;
}
.p-staff--reverse .p-staff__item:nth-of-type(3) {
	grid-column-start: 1;
	grid-column-end: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}
.p-staff--reverse .p-staff__item:nth-of-type(4) {
	grid-column-start: 3;
	grid-column-end: 4;
	grid-row-start: 1;
	grid-row-end: 3;
}
.p-staff--reverse .p-staff__item:nth-of-type(5) {
	grid-column-start: 2;
	grid-column-end: 3;
	grid-row-start: 2;
	grid-row-end: 3;
}
.p-staff--reverse .p-staff__item:nth-of-type(6) {
	display: none;
}
.p-staff__box {
	padding: 10px 20px 20px;
	margin: auto;
}
.p-staff__title {
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
}
.p-staff__text {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 2;
}
@media screen and (min-width: 768px), print {
	.p-staff {
		margin: 100px 0 0;
	}
	.p-staff__block {
		position: relative;
	}
	.p-staff__list {
		height: 400px;
	}
	.p-staff__item {
		background-position: center;
		background-size: cover;
	}
	.p-staff__item:nth-of-type(1) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.p-staff__item:nth-of-type(2) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.p-staff__item:nth-of-type(3) {
		grid-column-start: 3;
		grid-column-end: 4;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.p-staff__item:nth-of-type(4) {
		grid-column-start: 4;
		grid-column-end: 5;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.p-staff__item:nth-of-type(5) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.p-staff__item:nth-of-type(6) {
		display: none;
	}
	.p-staff__item img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		display: block;
		width: 100%;
		height: 100%;
	}
	.p-staff--reverse .p-staff__item:nth-of-type(1) {
		grid-column-start: 1;
		grid-column-end: 2;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.p-staff--reverse .p-staff__item:nth-of-type(2) {
		grid-column-start: 2;
		grid-column-end: 3;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.p-staff--reverse .p-staff__item:nth-of-type(3) {
		grid-column-start: 3;
		grid-column-end: 4;
		grid-row-start: 1;
		grid-row-end: 2;
	}
	.p-staff--reverse .p-staff__item:nth-of-type(4) {
		grid-column-start: 4;
		grid-column-end: 5;
		grid-row-start: 1;
		grid-row-end: 3;
	}
	.p-staff--reverse .p-staff__item:nth-of-type(5) {
		grid-column-start: 3;
		grid-column-end: 4;
		grid-row-start: 2;
		grid-row-end: 3;
	}
	.p-staff--reverse .p-staff__item:nth-of-type(6) {
		display: none;
	}
	.p-staff__box {
		position: absolute;
		top: 50%;
		right: 0px;
		width: 600px;
		padding: 35px 30px;
	}
	.p-staff--reverse .p-staff__box {
		right: auto;
		left: 0;
	}
	.p-staff__title {
		margin: 0;
		font-size: 20px;
	}
	.p-staff__text {
		margin: 10px 0 0;
		font-size: 15px;
	}
}
.p-staff + .p-staff {
	margin: 20px 0 0;
}
@media screen and (min-width: 768px), print {
	.p-staff + .p-staff {
		margin: 30px 0 0;
	}
}
