@charset "utf-8";

.graduatevoices-page .g-main {
	padding-top: 0;
	padding-bottom: 100px;
}

.l-mv {
	position: relative;
	z-index: 10;
}

.l-concept-catch {
	color: #fff;
	writing-mode: vertical-rl;
	margin: 0 0 -20% 8%;
	padding: 3.75em 4em 2em 2em;
	background: #000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.l-concept-catch:after {
	content: '';
	width: 4em;
	height: 14.5em;
	background: #313065;
	position: absolute;
	top: -60px;
	right: -10px;
	opacity: .8;
}

.l-concept-catch em {
	font-size: 2vw;
	letter-spacing: .1em;
	white-space: nowrap;
	margin: 1em .7em 0 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

.l-concept-catch strong {
	font-size: 4.5vw;
	font-weight: 400;
	letter-spacing: .1em;
	white-space: nowrap;
	position: relative;
	z-index: 10;
}

/*outset*/
.l-outset .bg {
	margin: 0 0 -5%;
}

.l-outset .lead {
	min-width: 67.5%;
	margin: 5% 0 0;
	padding: 2% 6.5% 0 0;
	aspect-ratio: 1661 / 603;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background: url("/_assets/img/graduatevoices/outset_04.webp") no-repeat right top / contain;
	position: absolute;
	top: 0;
	right: 0;
}

.l-outset .lead .u-text {
	color: #fff;
	font-size: 1.25vw;
	text-align: right;
	line-height: 2.5;
}

.l-outset .image {
	display: flex;
	align-items: flex-end;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 10;
}

.l-outset .image > *:nth-child(1) {
	padding-right: 2%;
}

.l-outset .image > *:nth-child(2) {
	padding-left: 2%;
}

/*entry*/
.l-entry {
	margin: 110px 0 0;
	padding: 30px 0 0;
	overflow: hidden;
	transform: translateZ(0);
}

.l-entry * {
	position: relative;
	z-index: 10;
}

.l-entry:after {
	content: '';
	width: calc(100% / 2 - 100px);
	height: 155px;
	margin: 0 0 0 -5%;
	display: block;
	background: #ebebf6;
	z-index: 0;
	position: absolute;
	top: 0;
	left: 0;
	transform: skewX(-20deg);
}

.l-entry .title {
	text-align: center;
}

.l-entry .title + * {
	margin-top: 50px;
}

.l-entry .title em {
	color: #000;
	font-size: 2.6rem;
	font-weight: 700;
	padding: 0 0 .5em;
	display: inline-block;
	position: relative;
	border-bottom: .2em solid #d6d6ef;
}

.l-entry .image {
	width: calc(100% / 2 - 30px);
	margin: .55em 0 40px 60px;
	float: right;
}

.l-entry p {
	line-height: 2.25;
}

.l-entry p + p {
	margin: 1.25em 0 0;
}

.l-entry:nth-of-type(odd) .image {
	margin: .55em 60px 40px 0;
	float: left;
}

.l-entry:nth-of-type(odd):after {
	margin-left: 0;
	margin-right: -5%;
	left: auto;
	right: 0;
	transform: skewX(20deg);
}

/*cta*/
.l-cta {
	padding: 0 0 27.5%;
	background: url("/_assets/img/graduatevoices/cta_01.webp") no-repeat bottom center / 100% auto;
}

.l-cta .message {
	text-align: center;
	padding: 10% 0 0;
	display: block;
}

.l-cta .message strong {
	color: #000;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 2;
}

.l-cta .list {
	padding: 40px 0 0;
}

.l-cta .list li {
	margin: 20px 0 0;
}

.l-cta .list a {
	font-size: 2.2rem;
	text-align: center;
	padding: 0 .5em .25em 0;
	background: #fff;
	justify-content: center;
}

.l-cta .list li.-blue a {
	color: #fff !important;
	background: #6261C9;
}

.l-cta .list li.-blue.u-button-basic > *:after {
	content: url("/_assets/img/common/arrow_01@white.svg");
}

.graduatevoices-page .l-voice_card {
	padding-bottom: 60px;
}

.graduatevoices-page .l-voice_card .text {
	display: block;
}

.graduatevoices-page .l-voice_card .main .title {
	padding-bottom: 0;
}








