<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
	common
----------------------------------------------------------------------------------------*/
.interview__intro--img{
	width: 52%;
	min-height: 420px;
	max-height: 35vw;
	overflow: hidden;
	text-align: right;
}
.interview__intro--img img{
	height: 100%;
	width: 100%;
}
.interview__intro--head{
	width: 48%;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 2.3;
	background: rgba(255,209,216,0.9);/* 看護 */
	position: relative;
}
.pan__list{
	display: -ms-flex;
	display: flex;
	font-size: 1.2rem;
	left: 26px;
	position: absolute;
	top: 90px;
}
.pan__item,
a.pan__item--link{
	color: rgba(0,0,0,.5);
}
.pan__item + .pan__item::before{
	content: '&gt;';
	margin: 0 13px;
}
a.pan__item--link:hover{
	text-decoration: underline;
}
.interview__intro--head-area{
	position: relative;
	z-index: 1;
}
.interview__intro--head-area::before{
	content: 'Interview';
	font-family: 'Oswald', 'Yu Gothic', YuGothic, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
	font-size: 9.0rem;
	letter-spacing: 0.3rem;
	line-height: 1;
	color: rgba(255,255,255,0.5);
	position: absolute;
	top: -30%;
	left: -10%;
	z-index: -1;
}
.interview__intro--prof{
	width: 260px;
	height: 142px;
	font-weight: 400;
	line-height: 1.5;
	color: #FFF;
	background: rgba(242,151,161,0.9);/* 看護 */
	position: absolute;
	bottom: -10%;
	left: 50%;
	transform: translateX(-50%);
}
.interview__intro--prof-area{
	font-size: 1.6rem;
}
.interview__intro--name{
	font-size: 2.0rem;
}
.interview__area{
	background: #f1f1f1;
}
.interview__box{
	width: 1200px;
	margin: 0 auto;
	padding: 140px 30px;
}
.interview__chapter{
	display: flex;
	justify-content: center;
}
.interview__chapter:not(:last-child){
	margin: 0 0 55px 0;
}
.interview__half{
	width: 770px;
}
.interview__campuslife--img,
.interview__campuslife--cap{
	margin: 0 0 0 auto;
	width: 83%;
}
.interview__txt + .interview__campuslife--img{
	margin: 0 auto 0 0;
	width: 80%;
}
.interview__txt--note{
	font-size: 1.3rem;
	vertical-align: top;
}
.interview__campuslife--cap{
	font-size: 1.2rem;
	line-height: 1.6;
	margin-top: 10px;
}
.interview__mb{
	margin: 0 0 30px 0;
}
.interview__tit{
	margin: 0 0 28px 0;
	font-size: 2.2rem;
	line-height: 2.3;
	color: #FFF;
	display: inline-table;
}
.interview__quesiton{
	color: #06470d;
	font-size: 2.0rem;
	font-weight: 700;
	margin: 0 0 10px 0;
	padding: 0 0 0 60px;
	position: relative;
}
.interview__quesiton::before{
	content: '';
	background: #06470d;
	height: 1px;
	left: 0;
	position: absolute;
	top: 50%;
	width: 50px;
}
.interview__tit--txt{
	box-decoration-break: clone;	
	-webkit-box-decoration-break: clone;
	background: #06470d;
	padding: 7px 10px;
}
.interview__tit--yellow{
	color: #ffd439;
}
.interview__txt{
	margin: 0 0 20px 0;
	line-height: 2.2;
}
.interview__txt:last-child{
	margin: 0;
}
.interview__campuslife{
	align-items: center;
	display: -ms-flex;
	display: flex;
	width: 70%;
}
.interview__campuslife--img img{
	width: 100%;
}
.interview__campuslife--tit{
	color: #06470d;
	font-size: 1.9rem;
	font-weight: 700;
}
.interview__campuslife--schedule{
	text-align: center;
}
.interview__campuslife--tit{
	margin: 0 0 15px 0;
	text-align: center;
}
.interview__campuslife--schedule-img img{
	max-width: 870px;
	width: 100%;
}
.timeschedule{
	background: #fff;
	margin: 0 auto;
	position: relative;
	width: 770px;
}
.timeschedule__tit{
	top: -85px;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
	width: 440px;
}
.timeschedule img{
	width: 100%;
}
.timeschedule__box{
	padding: 80px 30px 30px;
}
.timeschedule__box--img{
	margin: 0 auto;
	width: 280px;
}
/*#interview10 .timeschedule__box--img{
	width: 200px;
}*/
#interview11 .timeschedule__box--img{
	width: 265px;
}
.note__box{
	margin: 0 auto;
	padding: 0 0 130px 0;
	width: 1200px;
}
.note__txt{
	font-size: 1.3rem;
	text-align: right;
}
@media screen and (max-width:668px){
	.interview__intro.flex__reverse{
		display: block;
	}
	.interview__intro--img{
		width: 100%;
		max-height: 250px;
		min-height: 250px;
		height: 250px;
	}
	.interview__intro--img img{
		height: auto;
		width: 100%;
	}
	.interview__intro--head{
		width: 100%;
		padding: 60px 20px 80px 20px;
		font-size: 1.8rem;
		line-height: 1.8;
	}
	.pan__list{
		font-size: 1.0rem;
		left: 20px;
		top: 20px;
		z-index: 4;
	}
	.pan__item,
	a.pan__item--link{
		color: rgba(0,0,0,.5);
	}
	.pan__item + .pan__item::before{
		content: '&gt;';
		margin: 0 13px;
	}
	a.pan__item--link:hover{
		text-decoration: underline;
	}
	.interview__intro--head.flex__center{
		display: block;
	}
	.interview__intro--head-area::before{
		font-size: 6.0rem;
		top: -31%;
		left: 0;
	}
	.interview__intro--prof{
		width: 54%;
		height: 90px;
		bottom: -20%;
		left: 20px;
		transform: none;
	}
	.interview__intro--prof-area{
		font-size: 1.4rem;
	}
	.interview__intro--name{
		font-size: 1.8rem;
	}
	.interview__box{
		width: 100%;
		padding: 100px 20px;
	}
	.interview__chapter:not(:last-child){
		margin: 0 0 40px 0;
	}
	.interview__chapter.flex__between{
		display: block;
	}
	.interview__half{
		width: 100%;
	}
	.interview__mb{
		margin: 0 0 20px 0;
	}
		.interview__quesiton{
		font-size: 1.7rem;
		padding: 0 0 0 55px;
	}
	.interview__tit{
		margin: 0 0 18px 0;
		font-size: 1.7rem;
		line-height: 2.5;
		display: inline-table;
	}
	.interview__txt{
		margin: 0 0 16px 0;
		line-height: 2.0;
	}
	.interview__campuslife{
		display: block;
		padding: 0 20px 70px 20px!important;
	}
	.interview__campuslife--img,
	.interview__campuslife--cap{
		margin: 0 auto 10px;
		width: 90%;
	}
	.interview__campuslife--cap{
		margin-bottom: 25px;
		text-align: center;
	}
	.interview__txt + .interview__campuslife--img{
		width: 100%;
	}
	.interview__campuslife--tit{
		font-size: 1.8rem;
	}
	.interview__campuslife--schedule{
		margin: 25px 0 0 0;
		max-width: 100%;
		width: 100%;
	}
	.interview__campuslife--tit{
		margin: 0 0 10px 0;
		text-align: center;
	}
	.timeschedule{
		width: 100%;
	}
	.timeschedule__tit{
		top: -55px;
		left: 50%;
		max-width: 300px;
		width: 90%;
	}
	.timeschedule__box{
		padding: 60px 30px 30px;
	}
	.timeschedule__box--img{
		margin: 0 auto;
		max-width: 300px;
		width: 100%;
	}
	.note__box{
		margin: 0 auto;
		padding: 0 20px 70px 20px;
		width: 100%;
	}
	.note__txt{
		font-size: 1.3rem;
		text-align: left;
	}
}
/*
	interview02,
----------------------------------------------------------------------------------------*/
#interview02 .interview__intro--head{
	background: rgba(255,209,216,0.9);/* 看護 */
}
#interview02 .interview__intro--prof{
	background: rgba(242,151,161,0.9);/* 看護 */
	bottom: -13%;
}
@media screen and (max-width:668px){
	#interview02 .interview__intro--name{
		margin: 0;
	}
}
/*
	interview03,
	interview09
----------------------------------------------------------------------------------------*/
#interview03 .interview__intro--head,
#interview09 .interview__intro--head{
	background: rgba(203,234,202,0.9);/* 医療検査 */
}
#interview03 .interview__intro--prof,
#interview09 .interview__intro--prof{
	background: rgba(112,194,118,0.9);/* 医療検査 */
	bottom: -13%;
}
@media screen and (max-width:668px){
	#interview03 .interview__intro--name{
		margin: 0;
	}
}
/*
	interview04,
	interview10
----------------------------------------------------------------------------------------*/
#interview04 .interview__intro--head,
#interview10 .interview__intro--head{
	background: rgba(236,226,243,0.9);/* 診療放射線 */
}
#interview04 .interview__intro--head-area::before,
#interview10 .interview__intro--head-area::before{
	top: -25%;
}
#interview04 .interview__intro--prof,
#interview10 .interview__intro--prof{
	background: rgba(181,141,194,0.9);/* 診療放射線 */
}
@media screen and (max-width:668px){
	#interview05 .interview__intro--prof{
		height: 94px;
		bottom: -24%;
	}
	#interview09 .interview__intro--prof{
		width: 54%;
		height: 90px;
		bottom: -20%;
		left: 20px;
		transform: none;
	}
}
/*	interview05,
	
	interview11
----------------------------------------------------------------------------------------*/
#interview05 .interview__intro--head,
#interview07 .interview__intro--head,
#interview11 .interview__intro--head{
	background: rgba(212,243,245,0.9);/* 口腔保健 */
}
#interview05 .interview__intro--prof,
#interview11 .interview__intro--prof{
	background: rgba(124,184,218,0.9);/* 口腔保健 */
}
@media screen and (max-width:668px){
	#interview05 .interview__intro--prof{
		height: 94px;
		bottom: -24%;
	}
}
/*	interview06,
	interview07,
	interview12
----------------------------------------------------------------------------------------*/
#interview06 .interview__intro--head,
#interview07 .interview__intro--head,
#interview12 .interview__intro--head
{
	background: rgba(255,242,197,0.9);/* こども教育 */
}
#interview06 .interview__intro--prof,
#interview07 .interview__intro--prof,
#interview12 .interview__intro--prof{
	background: rgba(233,166,57,0.9);/* こども教育 */
}
/*
	interview08
----------------------------------------------------------------------------------------*/
#interview08 .interview__box,
#interview09 .interview__box,
#interview10 .interview__box,
#interview11 .interview__box,
#interview12 .interview__box{
	padding-bottom: 75px;
}
/* @media screen and (max-width:668px){
	#interview08 .interview__box,
	#interview09 .interview__box,
	#interview10 .interview__box,
	#interview11 .interview__box,
	#interview12 .interview__box{
		padding-bottom: 10px;
	}
} */
/*
	他の学生インタビュー
----------------------------------------------------------------------------------------*/
.other__area{
	background-size: 16px 16px;
	margin: 0 auto;
	background-color: #FFF;
	background-image: radial-gradient(#c5ecc9 5%, transparent 10%),radial-gradient(#c5ecc9 5%, transparent 10%);
}
.other__box{
	width: 1200px;
	margin: 0 auto;
	padding: 120px 50px;
}
.other__head{
	margin: 0 0 54px 0;
	font-size: 2.2rem;
	color: #06470d;
	text-align: center;
}
.interview__sub{
	font-size: 2.0rem;
	margin: 50px 0 25px 0;
	padding: 15px 0;
}
.interview__sub::before,
.interview__sub::after{
	background: url("../images/intarview_head02.png") no-repeat center center/ cover;
	height: 18px;
	width: 326px;
}
.interview__sub--txt{
	font-size: 1.7rem;
}
.other__item{
	width: calc((100% - 28px)/3);
	margin: 0 1px;
}
.other__button{
	height: 241px;
	display: block;
	position: relative;
	overflow: hidden;
	transition: background .5s;
}
.other__button:hover{
	opacity: .7;
}
.other__button,
.other__button:hover{
	transition: opacity .3s;
}
.other__button img{
	width: 100%;
}
.other__data,
.other02 .other__data,
.other08 .other__data{
	width: 100%;
	height: 100px;
	padding: 10px 22px;
	line-height: 1.2;
	color: #FFF;
	background: rgba(242,151,161,1.0);/* 看護 */
	position: absolute;
	bottom: 0;
	left: 0;
}
.other03 .other__data,
.other09 .other__data{
	background: rgba(112,194,118,1.0);/* 医療検査 */
}
.other04 .other__data,
.other10 .other__data{
	background: rgba(181,141,194,1.0);/* 診療放射線 */
}
.other05 .other__data,
.other11 .other__data{
	background: rgba(124,184,218,1.0);/* 口腔保健 */
}
.other06 .other__data,
.other07 .other__data,
.other12 .other__data
{
	background: rgba(233,166,57,1.0);/* こども教育 */
}
.other__data.flex__center{
	justify-content: flex-start;
}
.other__depa{
	margin: 0 0 4px 0;
	display: block;
}
.other__data-contents .note{
	margin: 0 0 4px 0;
}
.other__name{
	font-size: 1.7rem;
}
.other__name + .other__name{
	margin: 0 0 0 8px;
}
.slick-prev,
.slick-next{
	border-bottom: 15px solid transparent;
	border-right: 15px solid #06470d;
	border-top: 15px solid transparent;
	color: transparent;
	z-index: 1;
}
.slick-prev{
	left: -50px;
}
.slick-next{
	right: -50px;
	transform: translate(0, -50%) scale(-1, 1);
}
.slick-prev:before,
.slick-next:before{
	content: '';
}
@media screen and (max-width:668px){
	.other__box{
		width: 100%;
		padding: 70px 20px;
	}
	.other__head{
		margin: 0 0 30px 0;
		font-size: 1.8rem;
	}
	.interview__sub{
		font-size: 1.8rem;
		margin: 40px 0 15px 0;
		padding: 10px 0;
	}
	.interview__sub::before,
	.interview__sub::after{
		background: url("../images/intarview_head01_sp.png") no-repeat center center/ cover;
		height: 15px;
		width: 315px;
	}
	.interview__sub--txt{
		font-size: 1.3rem;
	}
	.other__list{
		margin: 0 auto;
		width: 90%;
	}
	.other__item{
		width: 100%;
		margin: 0 0 6px 0;
	}
	.other__button{
		height: 257px;
	}
	.other__data{
		width: 100%;
		height: 95px;
		padding: 10px 22px;
		line-height: 1.2;
	}
	.other__depa{
		display: block;
	}
	.other__name{
		font-size: 1.6rem;
	}
	.slick-prev,
	.slick-next{
		border-bottom: 10px solid transparent;
		border-right: 10px solid #06470d;
		border-top: 10px solid transparent;
		z-index: 1;
	}
	.slick-prev{
		left: -30px;
	}
	.slick-next{
		right: -30px;
	}
	.slick-prev:before,
	.slick-next:before{
		content: none;
	}
	.slick-dots{
		bottom: -25px;
		width: 100%;
	}
	.slick-dots li button:before{
		background: #d5d5d5;
	}
}
/*
	TOPへ戻る
----------------------------------------------------------------------------------------*/
.button__area{
	background: #f1f1f1;
	padding: 100px 0;
}
a.top__button{
	width: 400px;
	height: 84px;
	margin: 0 auto;
	font-size: 2.0rem;
	font-weight: 700;
	letter-spacing: 0.1rem;
	color: #FFF;
	background: #06470d;
	transition: background .2s;
}
a.top__button:hover{
	background: #003407;
	transition: background .2s;
}
@media screen and (max-width:668px){
	.button__area{
		padding: 70px 20px;
	}
	a.top__button{
		width: 100%;
		height: 70px;
		margin: 0 auto;
		font-size: 1.8rem;
	}
}</pre></body></html>