<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media only screen and (max-width: 750px) {
	#main-content {
		padding-bottom: 20vw;
	}
}

/*************************************************************
/ page-ttl
/************************************************************/
.main.interview-color1 .page-ttl {
	color: #03aee0;
}

.main.interview-color2 .page-ttl {
	color: #28aca9;
}

.main.interview-color3 .page-ttl {
	color: #dc669b;
}

.main.interview-color4 .page-ttl {
	color: #e89142;
}

.main.interview-color5 .page-ttl {
	color: #c1c549;
}

.main.interview-color6 .page-ttl {
	color: #08d9d6;
}

/*************************************************************
/ kv
/************************************************************/
.lower .kv {
	position: relative;
}

@media only screen and (max-width: 750px) {
	.lower .kv {
		height: auto;
	}
}

@media only screen and (min-width: 751px) {
	.lower .kv .img {
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media only screen and (max-width: 750px) {
	.lower .kv .img {
		position: static;
		height: 100vw;
	}
}

@media only screen and (min-width: 751px) {
	.lower .kv .inner-wrap {
		position: relative;
		height: 100%;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.lower .kv .name-block {
	padding: 50px 50px;
	margin-left: 100px;
	color: #fff;
}

@media only screen and (max-width: 750px) {
	.lower .kv .name-block {
		width: 86.66667vw;
		margin-top: -13.33333vw;
		margin-left: auto;
		margin-right: auto;
		padding: 13.33333vw 10.66667vw;
	}
}

.lower .kv .name-block .posi {
	font-size: 20px;
}

@media only screen and (max-width: 750px) {
	.lower .kv .name-block .posi {
		font-size: 38px;
		font-size: 5.06667vw;
	}
}

.lower .kv .name-block .name {
	font-weight: 100;
	font-size: 40px;
	margin: 10px 0;
}

@media only screen and (max-width: 750px) {
	.lower .kv .name-block .name {
		font-size: 70px;
		font-size: 9.33333vw;
		margin: 4vw 0;
	}
}

.lower .kv .name-block .date {
	font-size: 16px;
}

@media only screen and (max-width: 750px) {
	.lower .kv .name-block .date {
		font-size: 30px;
		font-size: 4vw;
	}
}

.main.interview-color1 .kv .name-block {
	background-color: #03aee0;
}

.main.interview-color2 .kv .name-block {
	background-color: #28aca9;
}

.main.interview-color3 .kv .name-block {
	background-color: #dc669b;
}

.main.interview-color4 .kv .name-block {
	background-color: #e89142;
}

.main.interview-color5 .kv .name-block {
	background-color: #c1c549;
}

.main.interview-color6 .kv .name-block {
	background-color: #08d9d6;
}

/*************************************************************
/ copy-block
/************************************************************/
.lower .copy-block {
	padding-bottom: 240px;
}

@media only screen and (max-width: 750px) {
	.lower .copy-block {
		padding: 30.66667vw 0;
	}
}

.main.interview-color1 .copy-block .ttl {
	color: #03aee0;
}

.main.interview-color2 .copy-block .ttl {
	color: #28aca9;
}

.main.interview-color3 .copy-block .ttl {
	color: #dc669b;
}

.main.interview-color4 .copy-block .ttl {
	color: #e89142;
}

.main.interview-color5 .copy-block .ttl {
	color: #c1c549;
}

.main.interview-color6 .copy-block .ttl {
	color: #08d9d6;
}

/*************************************************************
/ img-max
/************************************************************/
.img-max {
	width: 100%;
	height: 640px;
}

@media only screen and (max-width: 750px) {
	.img-max {
		height: 100vw;
	}
}

/*************************************************************
/ sec-schedule
/************************************************************/
.sec-schedule {
	margin-top: 140px;
}

@media only screen and (max-width: 750px) {
	.sec-schedule {
		margin-top: 29.33333vw;
	}
}

.sec-schedule .sec-ttl {
	margin-bottom: 145px;
	font-size: 40px;
	font-weight: 300;
}

@media only screen and (max-width: 750px) {
	.sec-schedule .sec-ttl {
		margin-bottom: 9.33333vw;
		font-size: 50px;
		font-size: 6.66667vw;
	}
}

@media only screen and (min-width: 751px) {
	.sec-schedule .col-content {
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.sec-schedule .sub-ttl {
	font-family: "EB Garamond", serif;
	font-size: 33px;
	font-weight: 700;
}

@media only screen and (max-width: 750px) {
	.sec-schedule .sub-ttl {
		margin-bottom: 6.66667vw;
		font-size: 40px;
		font-size: 5.33333vw;
	}
}

.sec-schedule .sec-content {
	width: 725px;
	font-size: 14px;
}

@media only screen and (max-width: 750px) {
	.sec-schedule .sec-content {
		width: 100%;
		font-size: 26px;
		font-size: 3.46667vw;
	}
}

@media only screen and (min-width: 751px) {
	.sec-schedule .schedule-list {
		padding-top: 10px;
	}
}

.sec-schedule .schedule-list .item {
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: stretch;
	align-items: stretch;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.sec-schedule .schedule-list .item + .item {
	margin-top: 80px;
}

@media only screen and (max-width: 750px) {
	.sec-schedule .schedule-list .item + .item {
		margin-top: 11.33333vw;
	}
}

.sec-schedule .schedule-list .item dt {
	width: 54px;
	height: 54px;
	font-family: "EB Garamond", serif;
	font-size: 60px;
	position: relative;
	line-height: 1;
}

@media only screen and (max-width: 750px) {
	.sec-schedule .schedule-list .item dt {
		width: 9.86667vw;
		height: 9.86667vw;
		font-size: 84px;
		font-size: 11.2vw;
	}
}

.sec-schedule .schedule-list .item dt::after {
	content: '';
	display: block;
	width: 75px;
	height: 75px;
	background-color: #fff;
	border-left: solid 1px;
	transform: rotate(45deg);
	position: absolute;
	top: 25px;
	left: 18px;
}

@media only screen and (max-width: 750px) {
	.sec-schedule .schedule-list .item dt::after {
		width: 13.86667vw;
		height: 13.86667vw;
		top: 4.66667vw;
		left: 2.93333vw;
	}
}

.sec-schedule .schedule-list .item dd {
	width: 610px;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.sec-schedule .schedule-list .item dd {
		width: 73.33333vw;
	}
}

.sec-schedule .schedule-list .item dd .ttl {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}

@media only screen and (max-width: 750px) {
	.sec-schedule .schedule-list .item dd .ttl {
		font-size: 40px;
		font-size: 5.33333vw;
		margin-bottom: 4vw;
	}
}

.sec-schedule .schedule-list .item dd .txt-block {
	letter-spacing: 0.1em;
}

.main.interview-color1 .sec-schedule .sec-ttl {
	color: #03aee0;
}

.main.interview-color1 .sec-schedule .sub-ttl {
	color: #03aee0;
}

.main.interview-color1 .sec-schedule .schedule-list .item dt {
	color: #03aee0;
}

.main.interview-color1 .sec-schedule .schedule-list .item dt::after {
	border-color: #03aee0;
}

.main.interview-color2 .sec-schedule .sec-ttl {
	color: #28aca9;
}

.main.interview-color2 .sec-schedule .sub-ttl {
	color: #28aca9;
}

.main.interview-color2 .sec-schedule .schedule-list .item dt {
	color: #28aca9;
}

.main.interview-color2 .sec-schedule .schedule-list .item dt::after {
	border-color: #28aca9;
}

.main.interview-color3 .sec-schedule .sec-ttl {
	color: #dc669b;
}

.main.interview-color3 .sec-schedule .sub-ttl {
	color: #dc669b;
}

.main.interview-color3 .sec-schedule .schedule-list .item dt {
	color: #dc669b;
}

.main.interview-color3 .sec-schedule .schedule-list .item dt::after {
	border-color: #dc669b;
}

.main.interview-color4 .sec-schedule .sec-ttl {
	color: #e89142;
}

.main.interview-color4 .sec-schedule .sub-ttl {
	color: #e89142;
}

.main.interview-color4 .sec-schedule .schedule-list .item dt {
	color: #e89142;
}

.main.interview-color4 .sec-schedule .schedule-list .item dt::after {
	border-color: #e89142;
}

.main.interview-color5 .sec-schedule .sec-ttl {
	color: #c1c549;
}

.main.interview-color5 .sec-schedule .sub-ttl {
	color: #c1c549;
}

.main.interview-color5 .sec-schedule .schedule-list .item dt {
	color: #c1c549;
}

.main.interview-color5 .sec-schedule .schedule-list .item dt::after {
	border-color: #c1c549;
}

.main.interview-color6 .sec-schedule .sec-ttl {
	color: #08d9d6;
}

.main.interview-color6 .sec-schedule .sub-ttl {
	color: #08d9d6;
}

.main.interview-color6 .sec-schedule .schedule-list .item dt {
	color: #08d9d6;
}

.main.interview-color6 .sec-schedule .schedule-list .item dt::after {
	border-color: #08d9d6;
}

/*************************************************************
/ sec-tile
/************************************************************/
.sec-tile {
	box-shadow: 0px 70px 90px 2px rgba(0, 0, 0, 0.05);
}

@media only screen and (min-width: 751px) {
	.sec-tile {
		margin-top: 240px;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		flex-direction: row-reverse;
	}
}

@media only screen and (max-width: 750px) {
	.sec-tile {
		margin-top: 30.66667vw;
	}
}

.sec-tile .figure {
	width: 50%;
}

@media only screen and (max-width: 750px) {
	.sec-tile .figure {
		width: 100%;
	}
}

.sec-tile .figure img {
	width: 100%;
}

.sec-tile .left-block {
	width: 50%;
}

@media only screen and (max-width: 750px) {
	.sec-tile .left-block {
		width: 100%;
	}
}

@media only screen and (min-width: 751px) {
	.sec-tile .left-block .txt-block {
		height: 34.46809%;
		display: flex;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 14.28571%;
	}
}

@media only screen and (max-width: 750px) {
	.sec-tile .left-block .txt-block {
		padding: 11.33333vw 6.66667vw 24vw;
	}
}

.sec-tile .left-block .txt-block .ttl {
	font-size: 24px;
	font-weight: 300;
	margin-bottom: 20px;
}

.sec-tile .left-block .txt-block .txt {
	font-size: 14px;
	letter-spacing: 0.1em;
}

.sec-tile .left-block .img-block {
	height: 31.06383%;
}

@media only screen and (max-width: 750px) {
	.sec-tile .left-block .img-block {
		height: 62.66667vw;
	}
}

/*************************************************************
/ foot-block
/************************************************************/
.foot-block {
	margin-top: 250px;
}

@media only screen and (max-width: 750px) {
	.foot-block {
		margin-top: 0;
	}
}

@media only screen and (min-width: 751px) {
	.foot-block .interview-list {
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: stretch;
		align-items: stretch;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.foot-block .interview-list li {
	width: 50%;
	height: 400px;
}

@media only screen and (max-width: 750px) {
	.foot-block .interview-list li {
		width: 100%;
		height: auto;
	}
}

@media only screen and (max-width: 750px) {
	.foot-block .interview-list li + li {
		margin-top: 13.33333vw;
	}
}

.foot-block .interview-list li a {
	width: 100%;
	height: 100%;
	position: relative;
}

@media only screen and (min-width: 751px) {
	.foot-block .interview-list li a {
		display: flex;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: center;
		align-items: center;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 750px) {
	.foot-block .interview-list li a {
		display: block;
	}
}

@media only screen and (min-width: 751px) {
	.foot-block .interview-list li .img {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media only screen and (max-width: 750px) {
	.foot-block .interview-list li .img {
		height: 62.66667vw;
	}
}

.foot-block .interview-list li .name-block {
	width: 207px;
	color: #fff;
	margin-left: 14.28571%;
	padding: 30px 25px 30px;
	position: relative;
}

@media only screen and (max-width: 750px) {
	.foot-block .interview-list li .name-block {
		width: 68vw;
		margin: -6.66667vw auto 0;
		padding: 7.33333vw 11.33333vw;
	}
}

.foot-block .interview-list li .name-block .posi {
	font-size: 14px;
}

@media only screen and (max-width: 750px) {
	.foot-block .interview-list li .name-block .posi {
		font-size: 30px;
		font-size: 4vw;
		letter-spacing: 0.17em;
	}
}

.foot-block .interview-list li .name-block .name {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 13px;
}

@media only screen and (max-width: 750px) {
	.foot-block .interview-list li .name-block .name {
		font-size: 50px;
		font-size: 6.66667vw;
		margin-top: 2vw;
		margin-bottom: 1.33333vw;
	}
}

.foot-block .interview-list li .name-block .date {
	font-size: 12px;
}

@media only screen and (max-width: 750px) {
	.foot-block .interview-list li .name-block .date {
		font-size: 26px;
		font-size: 3.46667vw;
	}
}

.foot-block .interview-list li .name-block.blue {
	background-color: #03aee0;
}

.foot-block .interview-list li .name-block.green {
	background-color: #28aca9;
}

.foot-block .interview-list li .name-block.pink {
	background-color: #dc669b;
}

.foot-block .interview-list li .name-block.orange {
	background-color: #e89142;
}

.foot-block .interview-list li .name-block.yellow {
	background-color: #c1c549;
}

.foot-block .interview-list li .name-block.green2 {
	background-color: #08d9d6;
}

/*************************************************************
/ animation
/************************************************************/
.sec-schedule .sec-ttl, .sec-schedule .sub-ttl, .sec-schedule .schedule-list .item {
	opacity: 0;
	transform: translateY(20px);
}

.sec-tile .figure {
	opacity: 0;
}

@media only screen and (max-width: 750px) {
	.sec-tile .figure {
		transform: translateY(20px);
	}
}

.sec-tile .js-stagger {
	opacity: 0;
	transform: translateY(20px);
}

.foot-block .interview-list li {
	opacity: 0;
	transform: translateY(20px);
}

.foot-block .interview-list li .name-block {
	opacity: 0;
	transform: translateY(20px);
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>