@charset "UTF-8";
/*------------- value color --------------*/
/*-------------- business color -------------------*/
/*-------------- members color -------------------*/
/*-------------- interview color -------------------*/
@-webkit-keyframes hoverBtnArrowAnim {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: translateX(60%);
		        transform: translateX(60%);
		opacity: 0;
	}
	50.1% {
		-webkit-transform: translateX(-60%);
		        transform: translateX(-60%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@keyframes hoverBtnArrowAnim {
	0% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
	50% {
		-webkit-transform: translateX(60%);
		        transform: translateX(60%);
		opacity: 0;
	}
	50.1% {
		-webkit-transform: translateX(-60%);
		        transform: translateX(-60%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0);
		        transform: translateX(0);
		opacity: 1;
	}
}
@-webkit-keyframes elmShow {
	0% {
		clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
	}
	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}
@keyframes elmShow {
	0% {
		clip-path: polygon(0 0, 0% 0, 0% 100%, 0% 100%);
	}
	100% {
		clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
	}
}
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		        transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		        transform: rotate(360deg);
	}
}
@-webkit-keyframes imggrad-slide {
	from {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 1;
	}
	to {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
}
@keyframes imggrad-slide {
	from {
		-webkit-transform: translateX(-110%);
		        transform: translateX(-110%);
		opacity: 1;
	}
	to {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
}
/* グラデを消す余韻 */
@-webkit-keyframes imggrad-wipe {
	0% {
		-webkit-transform: translateX(101%);
		        transform: translateX(101%);
		opacity: 1;
	}
	40% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
}
@keyframes imggrad-wipe {
	0% {
		-webkit-transform: translateX(101%);
		        transform: translateX(101%);
		opacity: 1;
	}
	40% {
		-webkit-transform: translateX(0%);
		        transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(110%);
		        transform: translateX(110%);
		opacity: 0;
	}
}
@-webkit-keyframes imgscale {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes imgscale {
	0% {
		-webkit-transform: scale(2);
		        transform: scale(2);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@-webkit-keyframes entryAnim {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
@keyframes entryAnim {
	0%, 100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	50% {
		-webkit-transform: scale(0.8);
		        transform: scale(0.8);
	}
}
@-webkit-keyframes textscale {
	0% {
		opacity: 0;
		-webkit-transform: scale(2);
		        transform: scale(2);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes textscale {
	0% {
		opacity: 0;
		-webkit-transform: scale(2);
		        transform: scale(2);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
/*---footer-entry---*/
@-webkit-keyframes entryShake {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
@keyframes entryShake {
	0% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	20% {
		-webkit-transform: scale(1.1);
		        transform: scale(1.1);
	}
	40% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
.js-titleTyp,
.js-titleTyp-hover {
	overflow: hidden;
}
.js-titleTyp span,
.js-titleTyp-hover span {
	display: inline-block;
	opacity: 0;
	-webkit-transform: translateX(1rem) scaleX(1) skewX(12deg);
	        transform: translateX(1rem) scaleX(1) skewX(12deg);
	-webkit-transition: opacity 0s, -webkit-transform 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: opacity 0s, -webkit-transform 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
	transition: transform 0.1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0s;
	transition: transform 0.1s cubic-bezier(0.25, 0.8, 0.25, 1), opacity 0s, -webkit-transform 0.1s cubic-bezier(0.25, 0.8, 0.25, 1);
	will-change: transform;
}
.js-titleTyp span.is-show,
.js-titleTyp-hover span.is-show {
	-webkit-transform: translateX(0) scaleX(1) skewX(0);
	        transform: translateX(0) scaleX(1) skewX(0);
	opacity: 1;
}
.js-titleTyp .break,
.js-titleTyp-hover .break {
	display: inline-block;
	width: 0;
}

.p-mv__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
	.p-mv__content {
		display: block;
		position: relative;
	}
}
.p-mv__content .img {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.p-mv__content .img {
		width: 100%;
	}
}
.p-mv__content .img {
	position: relative;
}
.p-mv__content .img::before {
	content: "";
	display: block;
	width: 100%;
	height: 18rem;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(39.61%, rgba(36, 36, 36, 0.6)), color-stop(94.1%, rgba(0, 0, 0, 0)));
	background: linear-gradient(180deg, rgba(36, 36, 36, 0.6) 39.61%, rgba(0, 0, 0, 0) 94.1%);
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-mv__content .img::before {
		height: 9.6rem;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(39.61%, rgba(36, 36, 36, 0.6)), color-stop(94.1%, rgba(0, 0, 0, 0)));
		background: linear-gradient(180deg, rgba(36, 36, 36, 0.6) 39.61%, rgba(0, 0, 0, 0) 94.1%);
	}
}
.p-mv__content .curtain {
	position: relative;
}
.p-mv__content .curtain::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	height: 0;
}
@-webkit-keyframes curtainAnim {
	0% {
		height: 100%;
	}
	100% {
		height: 0;
	}
}
@keyframes curtainAnim {
	0% {
		height: 100%;
	}
	100% {
		height: 0;
	}
}
.p-mv__content .curtain.js-animeOn::after {
	-webkit-animation: curtainAnim 0.7s ease forwards;
	        animation: curtainAnim 0.7s ease forwards;
}
.p-mv__content .curtain.js-animeOn .c-imgscale {
	-webkit-animation-delay: 0;
	        animation-delay: 0;
	-webkit-animation-duration: 0.5s;
	        animation-duration: 0.5s;
}
.p-mv__content .cnt {
	width: 50%;
	color: #ffffff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.p-mv__content .cnt {
		padding: 3.6rem 2.4rem 4.4rem;
		display: block;
		width: 100%;
		left: 0;
		bottom: 0;
	}
}
.p-mv__content .num {
	font-size: 1.6rem;
	font-style: italic;
	font-weight: 600;
	line-height: 100%; /* 1.6rem */
	letter-spacing: 0.08rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .num {
		font-size: 1.1rem;
		letter-spacing: 0.055rem;
	}
}
.p-mv__content .name-en {
	margin-top: 0.8rem;
	font-size: 3rem;
	font-style: italic;
	font-weight: 600;
	line-height: 100%; /* 3rem */
	letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .name-en {
		margin-top: 0.4rem;
		font-size: 1.6rem;
		letter-spacing: 0.08rem;
	}
}
.p-mv__content .title {
	margin-top: 2.4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 0.6rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .title {
		margin-top: 1.3rem;
		gap: 0.3rem;
	}
}
.p-mv__content .title span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.p-mv__content .title span img {
	display: block;
	width: 100%;
}
.p-mv__content .title span.ni {
	width: 6rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .title span.ni {
		width: 3.3rem;
	}
}
.p-mv__content .title span.ko {
	width: 5.3rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .title span.ko {
		width: 2.9rem;
	}
}
.p-mv__content .title span.da {
	width: 7.2rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .title span.da {
		width: 3.9rem;
	}
}
.p-mv__content .title span.wa {
	width: 6.8rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .title span.wa {
		width: 3.7rem;
	}
}
.p-mv__content .title span.ru {
	width: 5.7rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .title span.ru {
		width: 3.1rem;
	}
}
.p-mv__content .text {
	margin-top: 4rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 100%; /* 2.6rem */
}
@media screen and (max-width: 767px) {
	.p-mv__content .text {
		margin-top: 1rem;
		font-size: 1.4rem;
	}
}
.p-mv__content .text .c-belt {
	padding: 0.6rem 1.5rem 0.7rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .text .c-belt {
		padding: 0.3rem 0.8rem 0.4rem;
	}
}
.p-mv__content .text .c-belt::after {
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
}
.p-mv__content .text .c-belt .c-belt__text {
	-webkit-animation-delay: 1.3s;
	        animation-delay: 1.3s;
}

.p-profile {
	background-color: #ffffff;
}
@media screen and (max-width: 767px) {
	.p-profile {
		padding: 2rem 0 3rem;
	}
}
.p-profile__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 3.4rem 0;
}
@media screen and (max-width: 767px) {
	.p-profile__content {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		padding: 0 0 0;
	}
}
.p-profile__content .box {
	-ms-flex-negative: 0;
	    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
	.p-profile__content .box {
		width: 14.5rem;
	}
}
.p-profile__content .box:nth-of-type(2) {
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	.p-profile__content .box:nth-of-type(2) {
		width: calc(100% - 14.5rem);
		padding-left: 3.6rem;
	}
}
.p-profile__content .box:nth-of-type(3) {
	margin-left: 4.2rem;
	width: 49.2rem;
	padding-left: 4.5rem;
	border-left: 1px solid #ccc;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-profile__content .box:nth-of-type(3) {
		width: 100%;
		padding: 0 0 0;
		margin: 0 0 0;
		padding-top: 1.4rem;
		margin-top: 1.6rem;
		border-top: 1px solid #ccc;
		border-left: none;
	}
}
.p-profile__content .title {
	font-size: 5.6rem;
	font-style: italic;
	font-weight: 700;
	line-height: 100%; /* 5.6rem */
	letter-spacing: 0.056rem;
	white-space: nowrap;
}
@media screen and (max-width: 767px) {
	.p-profile__content .title {
		font-size: 3.4rem;
		letter-spacing: 0.034rem;
	}
}
.p-profile__content .name {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 100%; /* 2.6rem */
	letter-spacing: 0.26rem;
}
@media screen and (max-width: 767px) {
	.p-profile__content .name {
		font-size: 2rem;
		letter-spacing: 0.2rem;
	}
}
.p-profile__content .status {
	margin-top: 0.4rem;
	font-size: 1.3rem;
	font-weight: 500;
	line-height: 180%; /* 2.34rem */
	letter-spacing: 0.013rem;
}
@media screen and (max-width: 767px) {
	.p-profile__content .status {
		font-size: 1.3rem;
		line-height: 150%; /* 1.95rem */
		letter-spacing: 0.013rem;
	}
}
.p-profile__content .text {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 180%; /* 2.88rem */
	letter-spacing: 0.032rem;
}
@media screen and (max-width: 767px) {
	.p-profile__content .text {
		-webkit-font-feature-settings: "palt" on;
		        font-feature-settings: "palt" on;
		font-size: 1.4rem;
		line-height: 200%; /* 2.8rem */
		letter-spacing: 0.056rem;
	}
}

.p-imgmain {
	position: relative;
}

.p-interview {
	padding-top: 8rem;
	padding-bottom: 20rem;
}
@media screen and (max-width: 767px) {
	.p-interview {
		background-color: #F4F4F4;
		padding-top: 0;
		padding-bottom: 8rem;
		margin-top: -4rem;
	}
}
.p-interview .l-content-inner {
	width: 144rem;
}
@media screen and (max-width: 767px) {
	.p-interview .l-content-inner {
		width: 100%;
	}
}
.p-interview__content {
	padding-top: 10rem;
}
@media screen and (max-width: 767px) {
	.p-interview__content {
		padding-top: 8rem;
	}
}
.p-interview__content .title1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 100%; /* 2.2rem */
	letter-spacing: 0.044rem;
	gap: 1rem;
}
@media screen and (max-width: 767px) {
	.p-interview__content .title1 {
		font-size: 1.6rem;
		letter-spacing: 0.032rem;
		gap: 0.7rem;
	}
}
.p-interview__content .title1 .num {
	font-size: 5rem;
	font-weight: 700;
	line-height: 100%;
}
@media screen and (max-width: 767px) {
	.p-interview__content .title1 .num {
		font-size: 3.5rem;
	}
}
.p-interview__content .title2 {
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 4.4rem;
	font-weight: 900;
	line-height: 1.38;
	letter-spacing: 0.088rem;
	-webkit-animation-delay: 0.2s;
	        animation-delay: 0.2s;
}
@media screen and (max-width: 767px) {
	.p-interview__content .title2 {
		margin-top: 0.3rem;
		font-size: 2.4rem;
		line-height: 140%; /* 3.36rem */
		letter-spacing: 0.048rem;
	}
}
.p-interview__content .title2.-ls-adj {
	letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
	.p-interview__content .title2.-mr-adj {
		margin-right: -1em;
	}
}
.p-interview__content .text {
	margin-top: 4rem;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 180%; /* 2.88rem */
	letter-spacing: 0.032rem;
}
@media screen and (max-width: 767px) {
	.p-interview__content .text {
		margin-top: 1.8rem;
		-webkit-font-feature-settings: "palt" on;
		        font-feature-settings: "palt" on;
		font-size: 1.4rem;
		line-height: 200%; /* 2.8rem */
		letter-spacing: 0.056rem;
	}
}
.p-interview__content .img {
	margin-top: 5.6rem;
	margin-right: -9rem;
}
@media screen and (max-width: 767px) {
	.p-interview__content .img {
		margin-top: 5rem;
		margin-right: 0;
	}
}
.p-interview__box {
	margin-top: 12rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
}
@media screen and (max-width: 767px) {
	.p-interview__box {
		display: block;
		margin-top: 5rem;
	}
}
.p-interview__box:first-of-type {
	margin-top: 0;
}
.p-interview__box .box1,
.p-interview__box .box2 {
	width: 50%;
}
@media screen and (max-width: 767px) {
	.p-interview__box .box1,
	.p-interview__box .box2 {
		width: 100%;
	}
}
.p-interview__box .box1 {
	padding-right: 13rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
@media screen and (max-width: 767px) {
	.p-interview__box .box1 {
		padding: 0;
		display: block;
	}
}
.p-interview__box .box2 {
	padding-right: 9rem;
}
@media screen and (max-width: 767px) {
	.p-interview__box .box2 {
		padding: 0;
	}
}
.p-interview__image {
	margin-top: 20rem;
}
@media screen and (max-width: 767px) {
	.p-interview__image {
		margin-top: 8rem;
	}
}

.p-future {
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-future {
		background-color: #000;
	}
}
.p-future__image {
	width: 100%;
	height: 90rem;
	overflow: hidden;
}
@media print, screen and (min-width: 768px) {
	.p-future__image::before {
		content: "";
		width: 56.25%;
		height: 100%;
		background: -webkit-gradient(linear, left top, right top, color-stop(33.77%, rgba(0, 0, 0, 0.8)), color-stop(92.9%, rgba(0, 0, 0, 0)));
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 33.77%, rgba(0, 0, 0, 0) 92.9%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
}
@media screen and (max-width: 767px) {
	.p-future__image {
		height: auto;
		position: relative;
	}
	.p-future__image::before {
		content: "";
		width: 37.5rem;
		height: 16.596rem;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(39.61%, rgba(36, 36, 36, 0.6)), color-stop(94.1%, rgba(0, 0, 0, 0)));
		background: linear-gradient(180deg, rgba(36, 36, 36, 0.6) 39.61%, rgba(0, 0, 0, 0) 94.1%);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
	}
}
.p-future__image img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
}
.p-future__content {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #ffffff;
	padding-top: 8rem;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-future__content {
		padding: 3rem 0 7rem;
	}
}
.p-future__content .l-content-inner {
	height: 100%;
}
@media screen and (max-width: 767px) {
	.p-future__content .l-content-inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
}
.p-future__content .title-jp {
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 100%; /* 1.8rem */
	letter-spacing: 0.162rem;
	font-style: italic;
}
@media screen and (max-width: 767px) {
	.p-future__content .title-jp {
		font-size: 1.4rem;
		letter-spacing: 0.126rem;
	}
}
.p-future__content .title-en {
	margin-top: 1.05rem;
	font-size: 7rem;
	font-style: italic;
	font-weight: 700;
	line-height: 100%; /* 7rem */
}
@media screen and (max-width: 767px) {
	.p-future__content .title-en {
		margin-top: 0.5rem;
		font-size: 5rem;
	}
}
.p-future__content .subttl {
	margin-top: 19rem;
	-webkit-font-feature-settings: "palt" on;
	        font-feature-settings: "palt" on;
	font-size: 4.4rem;
	font-weight: 900;
	line-height: 120%; /* 5.28rem */
	letter-spacing: 0.088rem;
}
@media screen and (max-width: 767px) {
	.p-future__content .subttl {
		margin-top: 0;
		font-size: 2.3rem;
		line-height: 100%; /* 2.4rem */
		letter-spacing: 0.048rem;
	}
}
.p-future__content .subttl .bg {
	display: inline-block;
	position: relative;
	padding: 0.2rem 1.7rem 0.5rem 0;
}
@media screen and (max-width: 767px) {
	.p-future__content .subttl .bg {
		padding: 0.6rem 1.5rem 0.7rem 0;
	}
}
.p-future__content .subttl .bg::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: calc((100vw - 126rem) / -2);
	height: 100%;
}
@media screen and (max-width: 767px) {
	.p-future__content .subttl .bg::before {
		width: calc(100% + 2.4rem);
		left: -2.4rem;
	}
}
.p-future__content .subttl .bg::before {
	width: 0;
	-webkit-transition: 0.3s width;
	transition: 0.3s width;
}
.p-future__content .subttl .bg span {
	position: relative;
}
.p-future__content .subttl .bg:last-of-type {
	margin-top: 0.4rem;
}
.p-future__content .subttl.js-animeOn .bg::before {
	width: calc(100% + (100vw - 126rem) / 2);
}
@media screen and (max-width: 767px) {
	.p-future__content .subttl.js-animeOn .bg::before {
		width: calc(100% + 2.4rem);
	}
}
.p-future__content .text {
	margin-top: 3.3rem;
	width: 54rem;
	text-align: justify;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 180%; /* 2.88rem */
	letter-spacing: 0.032rem;
	max-width: 100%;
}
@media screen and (max-width: 767px) {
	.p-future__content .text {
		width: 100%;
		margin-top: 2rem;
		color: #F4F4F4;
		-webkit-font-feature-settings: "palt" on;
		        font-feature-settings: "palt" on;
		font-size: 1.4rem;
		line-height: 200%; /* 2.8rem */
		letter-spacing: 0.056rem;
	}
}

.p-next {
	background-color: #F4F4F4;
	padding-top: 13rem;
	padding-bottom: 25rem;
}
@media screen and (max-width: 767px) {
	.p-next {
		padding-top: 6.4rem;
		padding-bottom: 9rem;
	}
	.p-next .l-content-inner {
		padding: 0 1.5rem;
	}
}
.p-next__content {
	width: 100%;
	height: 50rem;
}
@media screen and (max-width: 767px) {
	.p-next__content {
		height: 34.1rem;
	}
}
.p-next__content-inn {
	width: 100%;
	height: 100%;
	display: block;
	border-radius: 0.8rem;
	overflow: hidden;
	position: relative;
}
@media (any-hover: hover) {
	.p-next__content-inn:hover {
		opacity: 1;
	}
	.p-next__content-inn:hover .inner.off {
		opacity: 0;
	}
	.p-next__content-inn:hover .inner.on {
		opacity: 1;
	}
	.p-next__content-inn:hover .inner.on .c-catch-anim {
		-webkit-animation: elmShow 0.3s 0.3s forwards ease-out;
		        animation: elmShow 0.3s 0.3s forwards ease-out;
	}
	.p-next__content-inn:hover .inner .img img {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
	.p-next__content-inn:hover .arrow::before {
		-webkit-transform: scale(1.2);
		        transform: scale(1.2);
	}
}
@media print, screen and (min-width: 768px) {
	.p-next__content-inn:not(:hover) .title.c-catch-anim.js-animeOn {
		-webkit-animation: none;
		        animation: none;
	}
}
.p-next__content .inner {
	width: 100%;
	height: 100%;
	position: absolute;
	padding-left: 8rem;
	border-radius: 0.8rem;
	overflow: hidden;
	pointer-events: none;
	-webkit-transition: 1s cubic-bezier(0.4, 0.4, 0, 1);
	transition: 1s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px) {
	.p-next__content .inner {
		padding: 0 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
.p-next__content .inner.off {
	color: #ffffff;
	padding-top: 18.6rem;
	opacity: 1;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner.off {
		padding: 0 1.6rem 4.4rem;
		display: none;
	}
}
.p-next__content .inner.on {
	padding-top: 11rem;
	opacity: 1;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner.on {
		padding: 0 1.9rem 3rem;
	}
}
.p-next__content .inner .text-en {
	font-size: 10rem;
	font-style: italic;
	font-weight: 700;
	line-height: 100%; /* 10rem */
	letter-spacing: 0.1rem;
	-webkit-animation-delay: 0.3s;
	        animation-delay: 0.3s;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .text-en {
		font-size: 4.9855rem;
		line-height: 95%; /* 4.7363rem */
		letter-spacing: -0.0499rem;
	}
}
.p-next__content .inner .text-jp {
	margin-top: 1.4rem;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 100%; /* 2.6rem */
	letter-spacing: 0.026rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .text-jp {
		font-size: 1.4rem;
		letter-spacing: 0.112rem;
		margin-top: 0.5rem;
	}
}
.p-next__content .inner .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 0.8rem;
	overflow: hidden;
	padding: 0.4rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .img {
		padding: 0.4rem;
	}
}
.p-next__content .inner .img img {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: cover;
	   object-fit: cover;
	border-radius: 0.6rem;
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
	-webkit-transition: 1s cubic-bezier(0.4, 0.4, 0, 1);
	transition: 1s cubic-bezier(0.4, 0.4, 0, 1);
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .img img {
		-webkit-transform: scale(1);
		        transform: scale(1);
	}
}
.p-next__content .inner .img::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	mix-blend-mode: screen;
}
.p-next__content .inner .num {
	font-size: 1.4rem;
	font-style: italic;
	font-weight: 700;
	line-height: 100%; /* 1.4rem */
	letter-spacing: 0.014rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .num {
		font-size: 0.8rem;
		font-weight: 600;
		letter-spacing: 0.04rem;
	}
}
.p-next__content .inner .name-en {
	margin-top: 0.6rem;
	font-size: 2.6rem;
	font-style: italic;
	font-weight: 700;
	line-height: 100%; /* 2.6rem */
	letter-spacing: -0.026rem;
	position: relative;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .name-en {
		margin-top: 0.3rem;
		font-size: 1.2rem;
		font-weight: 600;
		letter-spacing: 0.06rem;
	}
}
.p-next__content .inner .title {
	margin-top: 3.5rem;
	padding-bottom: 2.5rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	gap: 0.6rem;
	position: relative;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title {
		margin-top: 1.2rem;
		padding-bottom: 0.9rem;
		gap: 0.3rem;
	}
}
.p-next__content .inner .title::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	display: block;
	left: 0;
	bottom: 0;
	position: absolute;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title span {
		opacity: 1;
		-webkit-transform: none;
		        transform: none;
	}
}
.p-next__content .inner .title span img {
	display: block;
	width: 100%;
}
.p-next__content .inner .title span.ni {
	width: 7rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title span.ni {
		width: 2.6rem;
	}
}
.p-next__content .inner .title span.ko {
	width: 5.9rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title span.ko {
		width: 2.3rem;
	}
}
.p-next__content .inner .title span.da {
	width: 8.2rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title span.da {
		width: 3.1rem;
	}
}
.p-next__content .inner .title span.wa {
	width: 7.5rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title span.wa {
		width: 2.9rem;
		margin-left: -0.3rem;
	}
}
.p-next__content .inner .title span.ru {
	width: 6.2rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title span.ru {
		width: 2.4rem;
	}
}
.p-next__content .inner .title.-takeshita span.ni {
	width: 4.5rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title.-takeshita span.ni {
		width: 2.6rem;
	}
}
.p-next__content .inner .title.-takeshita span.ko {
	width: 3.9rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title.-takeshita span.ko {
		width: 2.3rem;
	}
}
.p-next__content .inner .title.-takeshita span.da {
	width: 5.3rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title.-takeshita span.da {
		width: 3.1rem;
	}
}
.p-next__content .inner .title.-takeshita span.wa {
	width: 5rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title.-takeshita span.wa {
		width: 2.9rem;
		margin-left: -0.3rem;
	}
}
.p-next__content .inner .title.-takeshita span.ru {
	width: 4.1rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .title.-takeshita span.ru {
		width: 2.4rem;
	}
}
.p-next__content .inner .name-jp {
	position: relative;
	margin-top: 2.5rem;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 100%; /* 2.2rem */
	letter-spacing: 0.088rem;
}
@media screen and (max-width: 767px) {
	.p-next__content .inner .name-jp {
		margin-top: 0.9rem;
		font-size: 1.4rem;
		letter-spacing: 0.056rem;
	}
}
.p-next__content .arrow {
	width: 7rem;
	height: 7rem;
	position: absolute;
	right: 9rem;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.p-next__content .arrow {
		width: 5rem;
		height: 5rem;
		top: auto;
		right: 1.5rem;
		bottom: 7.3rem;
		-webkit-transform: none;
		        transform: none;
	}
}
.p-next__content .arrow::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/common/arrow-btn-b.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}
.p-next__more {
	margin-top: 3rem;
	font-size: 2.8rem;
	font-style: italic;
	font-weight: 600;
	line-height: 100%; /* 2.8rem */
	letter-spacing: 0.028rem;
}
@media screen and (max-width: 767px) {
	.p-next__more {
		margin-top: 2.3rem;
		font-size: 1.675rem;
		letter-spacing: 0.0168rem;
	}
}
.p-next__more a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 1.7rem;
}
@media screen and (max-width: 767px) {
	.p-next__more a {
		gap: 1rem;
	}
}
.p-next__more .icn {
	width: 2.2rem;
}
@media screen and (max-width: 767px) {
	.p-next__more .icn {
		width: 1.4rem;
	}
}
.p-next__more .line {
	position: relative;
	padding-bottom: 0.6rem;
}
@media screen and (max-width: 767px) {
	.p-next__more .line {
		padding-bottom: 0.4rem;
	}
}
.p-next__more .line::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
}

.interview-wrap.-member01 .p-mv__content .cnt {
	background-color: #000;
	background: linear-gradient(162deg, #F4D000 14.79%, #F28D12 81%);
}
.interview-wrap.-member01 .p-mv__content .cnt .text .grad {
	background: linear-gradient(162deg, #F4D000 14.79%, #F28D12 81%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member01 .p-profile__content .name {
	background: linear-gradient(162deg, #F4D000 14.79%, #F28D12 81%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member01 .p-interview__content .title1 .num,
.interview-wrap.-member01 .p-interview__content .title2 .grad {
	background: linear-gradient(162deg, #F4D000 14.79%, #F28D12 81%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member01 .p-future__content .subttl .bg::before {
	background: linear-gradient(162deg, #F4D000 14.79%, #F28D12 81%);
}
.interview-wrap.-member02 .p-mv__content .cnt {
	background-color: #000;
	background: -webkit-gradient(linear, left top, right top, from(#FF8B1B), to(#FF2226));
	background: linear-gradient(90deg, #FF8B1B 0%, #FF2226 100%);
}
.interview-wrap.-member02 .p-mv__content .cnt .text .grad {
	background: -webkit-gradient(linear, left top, right top, from(#FF8B1B), to(#FF2226));
	background: linear-gradient(90deg, #FF8B1B 0%, #FF2226 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member02 .p-profile__content .name {
	background: -webkit-gradient(linear, left top, right top, from(#FF8B1B), to(#FF2226));
	background: linear-gradient(90deg, #FF8B1B 0%, #FF2226 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member02 .p-interview__content .title1 .num,
.interview-wrap.-member02 .p-interview__content .title2 .grad {
	background: -webkit-gradient(linear, left top, right top, from(#FF8B1B), to(#FF2226));
	background: linear-gradient(90deg, #FF8B1B 0%, #FF2226 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member02 .p-future__content .subttl .bg::before {
	background: -webkit-gradient(linear, left top, right top, from(#FF8B1B), to(#FF2226));
	background: linear-gradient(90deg, #FF8B1B 0%, #FF2226 100%);
}
.interview-wrap.-member03 .p-mv__content .cnt {
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#C81D9E), to(#8B27C9));
	background: linear-gradient(180deg, #C81D9E 0%, #8B27C9 100%);
}
.interview-wrap.-member03 .p-mv__content .cnt .text .grad {
	background: -webkit-gradient(linear, left top, left bottom, from(#C81D9E), to(#8B27C9));
	background: linear-gradient(180deg, #C81D9E 0%, #8B27C9 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member03 .p-profile__content .name {
	background: -webkit-gradient(linear, left top, left bottom, from(#C81D9E), to(#8B27C9));
	background: linear-gradient(180deg, #C81D9E 0%, #8B27C9 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member03 .p-interview__content .title1 .num,
.interview-wrap.-member03 .p-interview__content .title2 .grad {
	background: -webkit-gradient(linear, left top, left bottom, from(#C81D9E), to(#8B27C9));
	background: linear-gradient(180deg, #C81D9E 0%, #8B27C9 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member03 .p-future__content .subttl .bg::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#C81D9E), to(#8B27C9));
	background: linear-gradient(180deg, #C81D9E 0%, #8B27C9 100%);
}
.interview-wrap.-member04 .p-mv__content .cnt {
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#0E73CE), to(#1E24C2));
	background: linear-gradient(180deg, #0E73CE 0%, #1E24C2 100%);
}
.interview-wrap.-member04 .p-mv__content .cnt .text .grad {
	background: -webkit-gradient(linear, left top, left bottom, from(#0E73CE), to(#1E24C2));
	background: linear-gradient(180deg, #0E73CE 0%, #1E24C2 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member04 .p-profile__content .name {
	background: -webkit-gradient(linear, left top, left bottom, from(#0E73CE), to(#1E24C2));
	background: linear-gradient(180deg, #0E73CE 0%, #1E24C2 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member04 .p-interview__content .title1 .num,
.interview-wrap.-member04 .p-interview__content .title2 .grad {
	background: -webkit-gradient(linear, left top, left bottom, from(#0E73CE), to(#1E24C2));
	background: linear-gradient(180deg, #0E73CE 0%, #1E24C2 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member04 .p-future__content .subttl .bg::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#0E73CE), to(#1E24C2));
	background: linear-gradient(180deg, #0E73CE 0%, #1E24C2 100%);
}
.interview-wrap.-member05 .p-mv__content .cnt {
	background-color: #000;
	background: linear-gradient(224deg, #48CAC1 22.44%, #14A8D9 86.08%);
}
.interview-wrap.-member05 .p-mv__content .cnt .text .grad {
	background: linear-gradient(224deg, #48CAC1 22.44%, #14A8D9 86.08%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member05 .p-profile__content .name {
	background: linear-gradient(224deg, #48CAC1 22.44%, #14A8D9 86.08%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member05 .p-interview__content .title1 .num,
.interview-wrap.-member05 .p-interview__content .title2 .grad {
	background: linear-gradient(224deg, #48CAC1 22.44%, #14A8D9 86.08%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member05 .p-future__content .subttl .bg::before {
	background: linear-gradient(224deg, #48CAC1 22.44%, #14A8D9 86.08%);
}
.interview-wrap.-member06 .p-mv__content .cnt {
	background-color: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#4EBE21), to(#16AB68));
	background: linear-gradient(180deg, #4EBE21 0%, #16AB68 100%);
}
.interview-wrap.-member06 .p-mv__content .cnt .text .grad {
	background: -webkit-gradient(linear, left top, left bottom, from(#4EBE21), to(#16AB68));
	background: linear-gradient(180deg, #4EBE21 0%, #16AB68 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member06 .p-profile__content .name {
	background: -webkit-gradient(linear, left top, left bottom, from(#4EBE21), to(#16AB68));
	background: linear-gradient(180deg, #4EBE21 0%, #16AB68 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member06 .p-interview__content .title1 .num,
.interview-wrap.-member06 .p-interview__content .title2 .grad {
	background: -webkit-gradient(linear, left top, left bottom, from(#4EBE21), to(#16AB68));
	background: linear-gradient(180deg, #4EBE21 0%, #16AB68 100%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.interview-wrap.-member06 .p-future__content .subttl .bg::before {
	background: -webkit-gradient(linear, left top, left bottom, from(#4EBE21), to(#16AB68));
	background: linear-gradient(180deg, #4EBE21 0%, #16AB68 100%);
}

.p-mv__content .title.-kanda span:nth-of-type(1), .p-mv__content .title.-kanda span:nth-of-type(2), .p-mv__content .title.-kamita span:nth-of-type(1), .p-mv__content .title.-kamita span:nth-of-type(2), .p-mv__content .title.-kishimoto span:nth-of-type(1), .p-mv__content .title.-kishimoto span:nth-of-type(2), .p-mv__content .title.-tashiro span:nth-of-type(1), .p-mv__content .title.-tashiro span:nth-of-type(2),
.p-next__content .inner .title.-kanda span:nth-of-type(1),
.p-next__content .inner .title.-kanda span:nth-of-type(2),
.p-next__content .inner .title.-kamita span:nth-of-type(1),
.p-next__content .inner .title.-kamita span:nth-of-type(2),
.p-next__content .inner .title.-kishimoto span:nth-of-type(1),
.p-next__content .inner .title.-kishimoto span:nth-of-type(2),
.p-next__content .inner .title.-tashiro span:nth-of-type(1),
.p-next__content .inner .title.-tashiro span:nth-of-type(2) {
	height: 11.6rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .title.-kanda span:nth-of-type(1), .p-mv__content .title.-kanda span:nth-of-type(2), .p-mv__content .title.-kamita span:nth-of-type(1), .p-mv__content .title.-kamita span:nth-of-type(2), .p-mv__content .title.-kishimoto span:nth-of-type(1), .p-mv__content .title.-kishimoto span:nth-of-type(2), .p-mv__content .title.-tashiro span:nth-of-type(1), .p-mv__content .title.-tashiro span:nth-of-type(2),
	.p-next__content .inner .title.-kanda span:nth-of-type(1),
	.p-next__content .inner .title.-kanda span:nth-of-type(2),
	.p-next__content .inner .title.-kamita span:nth-of-type(1),
	.p-next__content .inner .title.-kamita span:nth-of-type(2),
	.p-next__content .inner .title.-kishimoto span:nth-of-type(1),
	.p-next__content .inner .title.-kishimoto span:nth-of-type(2),
	.p-next__content .inner .title.-tashiro span:nth-of-type(1),
	.p-next__content .inner .title.-tashiro span:nth-of-type(2) {
		height: 4.9rem;
	}
}
.p-mv__content .title.-kanda span:nth-of-type(1) img, .p-mv__content .title.-kanda span:nth-of-type(2) img, .p-mv__content .title.-kamita span:nth-of-type(1) img, .p-mv__content .title.-kamita span:nth-of-type(2) img, .p-mv__content .title.-kishimoto span:nth-of-type(1) img, .p-mv__content .title.-kishimoto span:nth-of-type(2) img, .p-mv__content .title.-tashiro span:nth-of-type(1) img, .p-mv__content .title.-tashiro span:nth-of-type(2) img,
.p-next__content .inner .title.-kanda span:nth-of-type(1) img,
.p-next__content .inner .title.-kanda span:nth-of-type(2) img,
.p-next__content .inner .title.-kamita span:nth-of-type(1) img,
.p-next__content .inner .title.-kamita span:nth-of-type(2) img,
.p-next__content .inner .title.-kishimoto span:nth-of-type(1) img,
.p-next__content .inner .title.-kishimoto span:nth-of-type(2) img,
.p-next__content .inner .title.-tashiro span:nth-of-type(1) img,
.p-next__content .inner .title.-tashiro span:nth-of-type(2) img {
	width: auto;
	height: 100%;
}
.p-mv__content .title.-takeshita span:nth-of-type(1),
.p-next__content .inner .title.-takeshita span:nth-of-type(1) {
	width: 11rem;
	height: 10.5rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .title.-takeshita span:nth-of-type(1),
	.p-next__content .inner .title.-takeshita span:nth-of-type(1) {
		height: 3.6rem;
		width: 4rem;
	}
}
.p-mv__content .title.-takeshita span:nth-of-type(2), .p-mv__content .title.-takeshita span:nth-of-type(3),
.p-next__content .inner .title.-takeshita span:nth-of-type(2),
.p-next__content .inner .title.-takeshita span:nth-of-type(3) {
	height: 11.3rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .title.-takeshita span:nth-of-type(2), .p-mv__content .title.-takeshita span:nth-of-type(3),
	.p-next__content .inner .title.-takeshita span:nth-of-type(2),
	.p-next__content .inner .title.-takeshita span:nth-of-type(3) {
		height: 4.1rem;
	}
}
.p-mv__content .title.-takeshita span:nth-of-type(2) img, .p-mv__content .title.-takeshita span:nth-of-type(3) img,
.p-next__content .inner .title.-takeshita span:nth-of-type(2) img,
.p-next__content .inner .title.-takeshita span:nth-of-type(3) img {
	width: auto;
	height: 100%;
}
.p-mv__content .title.-ogino span:nth-of-type(1),
.p-next__content .inner .title.-ogino span:nth-of-type(1) {
	height: 12.5rem;
}
@media screen and (max-width: 767px) {
	.p-mv__content .title.-ogino span:nth-of-type(1),
	.p-next__content .inner .title.-ogino span:nth-of-type(1) {
		height: 4.9rem;
	}
}
.p-mv__content .title.-ogino span:nth-of-type(1) img,
.p-next__content .inner .title.-ogino span:nth-of-type(1) img {
	width: auto;
	height: 100%;
}

.p-next.-member01 .p-next__content .inner.off, .p-next.-member01 .p-next__content .inner.on,
.p-next.-member01 .p-next__content .inner .img::after {
	background: linear-gradient(162deg, #F4D000 14.79%, #F28D12 81%);
}
.p-next.-member02 .p-next__content .inner.off, .p-next.-member02 .p-next__content .inner.on,
.p-next.-member02 .p-next__content .inner .img::after {
	background: -webkit-gradient(linear, left top, right top, from(#FF8B1B), to(#FF2226));
	background: linear-gradient(90deg, #FF8B1B 0%, #FF2226 100%);
}
.p-next.-member03 .p-next__content .inner.off, .p-next.-member03 .p-next__content .inner.on,
.p-next.-member03 .p-next__content .inner .img::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#C81D9E), to(#8B27C9));
	background: linear-gradient(180deg, #C81D9E 0%, #8B27C9 100%);
}
.p-next.-member04 .p-next__content .inner.off, .p-next.-member04 .p-next__content .inner.on,
.p-next.-member04 .p-next__content .inner .img::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#0E73CE), to(#1E24C2));
	background: linear-gradient(180deg, #0E73CE 0%, #1E24C2 100%);
}
.p-next.-member05 .p-next__content .inner.off, .p-next.-member05 .p-next__content .inner.on,
.p-next.-member05 .p-next__content .inner .img::after {
	background: linear-gradient(224deg, #48CAC1 22.44%, #14A8D9 86.08%);
}
.p-next.-member06 .p-next__content .inner.off, .p-next.-member06 .p-next__content .inner.on,
.p-next.-member06 .p-next__content .inner .img::after {
	background: -webkit-gradient(linear, left top, left bottom, from(#4EBE21), to(#16AB68));
	background: linear-gradient(180deg, #4EBE21 0%, #16AB68 100%);
}
/*# sourceMappingURL=interview.css.map */