@charset "UTF-8";

/*--------- .main_image ---------*/
.main_image {
	position: relative;
	height: calc(100vh - 100px);
	padding: 0;
	/* overflow: hidden; */
}

.slider {
	width: 100%;
	height: calc(100vh - 100px);
	margin: 0 auto;
	/* background-color: #000; */
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slider img {
	width: auto;
	height: calc(100vh - 100px);
}

.slider .slick-slide {
	position: relative;
	transition: all .5s;
	overflow: hidden;
}



/*------ 矢印の設定 ------*/

/*戻る、次へ矢印の位置*/
.slick-prev,
.slick-next {
	position: absolute;
	top: 42%;
	cursor: pointer;
	outline: none;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	height: 30px;
	width: 30px;
	background-color: transparent;
	z-index: 1;
}

.slick-prev:hover, 
.slick-next:hover {
	border-top: 3px solid #459a6a;
	border-right: 3px solid #459a6a;
	background-color: transparent;
}

 .slick-prev::before,
.slick-next::before {
	position: relative;
	display: none;
	width: 30px;
	height: 30px;
	background-color: #555;
	border-radius: 50%;
	content: "";
	z-index: 0;
} 

.slick-prev {
	/*戻る矢印の位置と形状*/
	left: 10px;
	transform: rotate(-135deg);
}

.slick-next {
	/*次へ矢印の位置と形状*/
	right: 10px;
	transform: rotate(45deg);
}

/*---- .slick-dots ----*/
.slick-dots {
	position: absolute;
	display: inline-block;
	width: auto;
	bottom: 0;
	left: 50%;
	margin: 0;
	transform: translateX(-50%);
	z-index: 1;
}

.slick-dots li {
	display: inline-block;
	margin: 0 5px;
}

.slick-dots button {
	color: transparent;
	outline: none;
	width: 8px;
	height: 8px;
	display: block;
	border-radius: 50%;
	background: #ccc;
}

.slick-dots .slick-active button {
	background: #ccc;
}


/*--- テキストエリア ----*/
.slider .text_area {
	position: absolute;
	width: 100vw;
	height: 100%;
	top: 0;
	left: 50%;
	padding: 10px;
	color: #FFF;
	letter-spacing: 1px;
	font-feature-settings: "palt";
	transform: translateX(-50%);
}

.slider .text_area h3 {
	margin: 80px 0 10px;
	font-size: 2rem;

}

/*-- 出願 --*/
.ExamEntry .text_area .entry,
.ExamEntry .text_area .test {
	color: #000;
	font-size: 1rem;
	font-weight: bold;
	-webkit-text-stroke: 8px #FFF;
	paint-order: stroke;
}


.ExamEntry .text_area h3 {
	color: #000;
	-webkit-text-stroke: 10px #FFF;
	paint-order: stroke;
}

.ExamEntry .text_area .btn01 {
	margin-top: 5px;
}

.ExamEntry .text_area .btn01 a {
	position: relative;
	text-decoration: none;
	display: inline-block;
	min-width: 40%;
	background: #FFF;
	color: #333;
	font-size: 13px;
	padding: 5px 40px 5px 20px;
	border-radius: 0;
	text-align: left;
	line-height: 1.5em;
	outline: none;
	/*アニメーションの指定*/
	transition: ease .2s;
}

.ExamEntry .text_area .btn01 a:hover {
	color: #FFF;
	background: #000;
}

.ExamEntry .text_area .btn01 a::after {
	position: absolute;
	content: '';
	top: 42%;
	right: 13px;
	width: 5px;
	height: 5px;
	border-top: 2px solid #333;
	border-right: 2px solid #333;
	transform: rotate(45deg);
	transition: all .3s;
}

.btn01 a:hover::after {
	right: 11px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
}

.CW_IMG a,
.NS_IMG a {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

/*--- 学科 ---*/
.CW_IMG .text_area h3,
.NS_IMG .text_area h3 {
	position: absolute;
	display: inline-block;
	width: 600px;
	left: 10%;
	bottom: 80px;
	width: 300px;
	padding: 10px;
	margin: 80px 0 10px;
	font-size: 2rem;
	text-align: center;
}

.CW_IMG .text_area h3 span,
.NS_IMG .text_area h3 span {
	display: block;
	font-size: 1rem;
}


.CW_IMG .text_area h3 {
	background: rgba(229, 99, 21, .8);
}

.NS_IMG .text_area h3 {
	background: rgba(237, 58, 142, .8);
}


/*------- 動画 -------*/
.MOVIE {
	width: 100vw;
	height: 100%;
	text-align: center;
}

.MOVIE iframe {
	height: calc(100vh - 100px);
	aspect-ratio: 16 / 9;
	pointer-events: none;
	object-fit: cover;
	pointer-events: none;
	transform: translateX(-30%);
}

.MOVIE .link_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	background: transparent;
	border: 0;
	transform: translate(-50%, -50%);
}

.MOVIE .link_btn img {
	width: 100%;
	height: 100%;
}

.modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .85);
}

.modal-content {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 800px;
	transform: translate(-50%, -50%);
	background: #000;
}

#modalVideo {
	width: 100%;
	height: 50vh;
	object-fit: cover;
}

.close {
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 40px;
	color: #fff;
	cursor: pointer;
}


/*------ 新着情報 ------*/
.main_image #NEWS {
	display: none;
}

.newspics a {
	display: inline-block;
	padding: 5px 0;
	color: #e1f2f8;
	text-underline-offset: 3px;
	background: transparent;
}

/*--- 日付 ---*/
.newspics .lead {
	display: inline-block;
	margin-right: 10px;
	color: #e1f2f8;
	font-size: .8rem;
	letter-spacing: 1px;
	font-feature-settings: "palt";
}

/*-- 768px以下の見た目 --*/
@media screen and (max-width:768px) {
	.newspics {
		padding: 10px;
		background: transparent;
	}


	.newspics li:last-child {
		border-bottom: none;
	}

	.newspics span {
		display: block;
		padding-bottom: 10px;
	}
}


/*----------- #area1 -----------*/
#area1 {
	padding: 20px 0;
	background-color: #042749;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.01) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.01) 50%, rgba(255, 255, 255, 0.01) 75%, transparent 75%, transparent);
 /* background-image: repeating-linear-gradient(-45deg, rgba(255,255,255,.1), rgba(255,255,255,.1) 5px, transparent 5px, transparent 10px);  */
	background-size: 1rem 1rem;
}
/*----- #EXAM -----*/
#EXAM {
	padding: 10px;
}

.ExamLink {
	margin-bottom: 20px;
}

.ExamLink ul {
	position: relative;
	display: block;
	width: 100%;
}

.ExamLink ul li {
	width: 100%;
	padding: 2px;
}

.ExamLink ul li a {
	display: block;
	width: 100%;
	padding: 16px 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
	text-decoration: none;
	line-height: 1em;
}

.ExamLink ul li img {
	width: auto;
}

.ExamLink ul li.Youkou a {
	background-color: #60a918;
	/* background-image: linear-gradient(90deg, #e8d199, #a77243); */
}

.ExamLink ul li.Guidance a {
	background-color: #1148b0;
	/* background-image: linear-gradient(90deg, #8edbff, #08b0d7); */
}

.ExamLink ul li.Entry a {
	background-color: #279ef5;
	letter-spacing: 0;
	/* background-image: linear-gradient(90deg, #22aef0, #3148bc); */
}

.ExamLink ul li a img {
	margin-right: 5px;
}

.ExamLink ul li.stays {
	position: relative;
	padding: 16px 16px 24px;
	text-align: center;
	background: #4e6b6e;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	line-height: 1em;
	border-bottom: 1px #85a4a7 solid;
}

.ExamLink ul li.stays span {
	position: absolute;
	width: 100%;
	bottom: 5px;
	left: 0;
	font-size: .7em;
	text-align: center;
}

.GakkaLink div .insta {
	display: none;
}


/*--- #EVENT ---*/
#EVENT {
	display: flex;
	flex-wrap: wrap;
	padding: 5px;
}

#EVENT div {
	width: 50%;
	padding: 3px;
}

#EVENT div a {
	position: relative;
	display: block;
	border-radius: 10px;
	background-color: #fff;
	overflow: hidden;
}

#EVENT div a img {
	width: 100%;
}



/*----- #newstopics -----*/
#newstopics {
	position: relative;
	width: 100%;
	margin: 0 auto;
	/* background: rgba(0,0,0,.3); */
	padding: 30px 10px;
}

#newstopics h3 {
	color: #fff;
	padding: 0 0 0 17px;
	line-height: 1em;
	letter-spacing: .2em;
	border-left: 10px #fff solid;
	margin: 10px 0 50px;
	font-size: 1.3rem;
}

#newstopics .tab_area {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

#newstopics .tab_area li {
	width: auto;
	padding: 8px;
	margin: 0 5px 0 0;
	font-size: 12px;
	background: rgba(255, 255, 255, .8);
	border-radius: 10px 10px 0 0;
	cursor: pointer;
}

#newstopics .tab_area li.select {
	background: #fff;
}

/*----- お知らせ一覧 -----*/
#newstopics .newsLink {
	position: absolute;
  top: 70px;
  right: 10px;
}

#newstopics .newsLink a {
	display: block;
	padding: 6px 25px 8px;
	color: #333;
	line-height: 1em;
	text-decoration: none;
	border-radius: 15px;
	background: #fff;
	transition: .5s all;
}

#newstopics .newsLink a:hover {
	color: #1148b0;
}

#newstopics .ListBox {
	height: 480px;
	background: #fff;
	padding: 30px 10px 20px;
	border-radius: 0 5px 5px 5px;
}

#newstopics .ListBox .content_area {
	height: 100%;
	scrollbar-color: #90a5b9 #e0e0e0;
	scrollbar-width: thin;
	overflow: auto;
}

.hide {
	display: none;
}

#newstopics .ListBox .content_area dl {
	padding: 8px 10px 8px;
	font-feature-settings: "palt";
}

#newstopics .ListBox .content_area .date.lead {
	position: relative;
	display: inline-block;
}

#newstopics .ListBox .content_area#New .date.lead::after {
	display: inline-block;
	margin: 0 5px;
	padding: 3px 9px 4px;
	color: #333;
	font-size: .8em;
	line-height: 1em;
	background: #efefef;
	border-radius: 3px;
}

#newstopics .ListBox .content_area#New .notice .date.lead::after {
	content: "お知らせ";
	background-color: #e1f6dd;
}

#newstopics .ListBox .content_area#New .exam .date.lead::after {
	content: "入試情報";
	background-color: #f9e5f3;
}

#newstopics .ListBox .content_area#New .event .date.lead::after {
	content: "イベント";
	background-color: #e7e1b7;
}

#newstopics .ListBox .content_area#New .date.lead.new::before {
	position: absolute;
	display: inline-block;
	width: 100px;
	left: 155px;
	top: .7em;
	color: #e31313;
	font-size: .7em;
	line-height: 1em;
	content: "［NEW］";
}

.content_area dl dd,
.content_area dl dd a {
	color: #333;
	font-size: 14px;
	letter-spacing: 1px;
}




#area1 #MOVIE {
	padding: 30px 0 10px;
}

#area1 #MOVIE h3 {
	width: 100%;
	margin: 0;
	color: #FFF;
	font-size: 1.5rem;
	text-align: center;
	letter-spacing: 2px;
	border-left: 0;
}

#area1 iframe{
	width: 97%;
	height: auto;
	aspect-ratio: 16 / 9;
	margin: 30px 1.5% 10px;
}

#TARGET {
	padding: 20px 0 0;
	/* background: #fae0eb; */
	background-color: #042749;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.01) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.01) 50%, rgba(255, 255, 255, 0.01) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

#TARGET h3 {
	width: 100%;
	color: #FFF;
	font-size: 1.3rem;
	line-height: 1.5em;
	text-align: center;
}

.Target_LINK {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 10px auto 0;
	border-bottom: 2px #000 solid;
}

.Target_LINK li {
	position: relative;
	width: 40%;
	margin: 0 4%;
	padding: 15px 0;
	font-size: 1.1rem;
	font-weight: bold;
	text-align: center;
	border: 2px #000 solid;
	border-bottom: 0;
	border-radius: 20px 20px 0 0;
	}
	
	.Target_LINK li.select {
		background-color: #f6f4f0;
}

.Target_LINK li.select::after {
	position: absolute;
	display: block;
	left: 0;
	width: 100%;
	height: 2px;
	bottom: -2px;
	background-color: #f6f4f0;
	content: "";
}

.target_point {
	background: #f6f4f0;
}

.content_areas {
	width: 100%;
	height: auto;
	padding-top: 50px;
}

.content_areas ul {
	display: block;
	width: 100%;
	margin: 0 auto;
	padding: 10px 20px;
}

.content_areas ul li{
	width: 100%;
	padding: 5px;
}

.content_areas ul li a img{
	width: 100%;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

/*----------- #area2 -----------*/
#area2 {
	padding: 0 0 30px;
	background-color: transparent;
	background-image: repeating-linear-gradient(-45deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .1) 5px, transparent 5px, transparent 10px);
}

#GAKKA {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}

#GAKKA h3 {
	width: 100%;
	font-size: 2rem;
	text-align: center;
	line-height: 1.3em;
}

/*-- Departments --*/
#GAKKA h3 span:nth-of-type(1) {
	display: block;
	text-align: center;
	color: #402f24;
	font-size: 1rem;
	letter-spacing: .2em;
}

/*-- なりたい --*/
#GAKKA h3 span:nth-of-type(2) {
	display: inline-block;
	margin-right: 5px;
	color: #f35b00;
	font-size: 2.2rem;
}

#GAKKA .catch {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}

#GAKKA #NS,
#GAKKA #CW {
	position: relative;
	display: block;
	width: 100%;
	height: 600px;
	padding: 16px;
}

#GAKKA #NS a,
#GAKKA #CW a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 556px 42px 0 0;
	color: #888;
	font-size: 14px;
	text-decoration: none;
	z-index: 0;
	text-align: right;
	transition: .5s all;
}

#GAKKA #NS a:hover,
#GAKKA #CW a:hover {
	opacity: .8;
}

#GAKKA #NS .gakka_ns,
#GAKKA #CW .gakka_cw {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}

#GAKKA #NS div.oshi,
#GAKKA #CW div.oshi {
	width: 100%;
	height: 100%;
	border: 1px #719bc4 solid;
	background: #fff;
	border-radius: 29px;
}

#GAKKA #NS div.oshi .image,
#GAKKA #CW div.oshi .image {
	height: 220px;
	overflow: hidden;
	border-radius: 29px 29px 0 0;
}

#GAKKA #NS div.oshi .image img,
#GAKKA #CW div.oshi .image img {
	width: 100%;
}

/*------------------------------------
  pie chart
------------------------------------*/

	.chart {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			flex-wrap: wrap;
			-webkit-box-pack: center;
							-ms-flex-pack: center;
											justify-content: center;
			-webkit-box-align: center;
							-ms-flex-align: center;
											align-items: center;
											margin-top: 20px;
	}


.box {
	position: relative;
	min-width: 100px;
	width: 50%;
	height: 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
					-ms-flex-pack: center;
									justify-content: center;
	-webkit-box-align: center;
					-ms-flex-align: center;
									align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
					-ms-flex-direction: column;
									flex-direction: column;
	background: transparent;
}

.box .percent {
	position: relative;
	width: 140px;
	height: 140px;
	transform: scale(75%);
}

.box .percent svg {
	position: relative;
	width: 140px;
	height: 140px;
	-webkit-transform: rotate(-90deg);
									transform: rotate(-90deg);
}
.box .percent svg circle {
	position: relative;
	fill: none;
	stroke-width: 6;
	stroke: #f3f3f3;
	stroke-dasharray: 440;
	stroke-dashoffset: 0;
	stroke-linecap: round;
}
.box .percent .number {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	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;
	color: #111;
}
#GAKKA .box .percent .number h3.title {
		width: 100%;
		padding-top: 5px;
		color: #333;
		font-size: 2.5rem;
		text-align: center;
		line-height: 1.3em;
}
#GAKKA .box .percent .number .title:after {
	font-size: 18px;
	content: "%";
}

.box .text {
	position: absolute;
	display: block;
	width: 100%;
	padding: 10px 0 0;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.Start_conunter .box .text:nth-of-type(1){	bottom: -17px;}
.Start_conunter .box .text:nth-of-type(2){	top: 83px;	font-size: 13px;}

.Start_conunter .box.blue .text {	color: #555;}
.Start_conunter .box.red .text {	color: #555;}
.Start_conunter .box.green .text {	color: #555;}

.box .percent .line {opacity: 0;}

.Start_conunter .box .percent .line {
	-webkit-animation: circleAnim 1s forwards;
	animation: circleAnim 1s forwards;
	opacity: 1;
}

.Start_conunter .box.blue .percent .line {	stroke: #7E57C2;}
.Start_conunter .box.red .percent .line {	stroke: #7E57C2;}
.Start_conunter .box.green .percent .line {	stroke: #7E57C2;}

/*------ 円グラフの色 ------*/
/* 看護学科 */
#NS .Start_conunter .box.blue .percent .line {	stroke: #2196F3;}
#NS .Start_conunter .box.red .percent .line {	stroke: #2196F3;}
#NS .Start_conunter .box.green .percent .line {	stroke: #2196F3;}

/* 医療介護福祉学科 */
#CW .Start_conunter .box.blue .percent .line {	stroke: #FF9800;}
#CW .Start_conunter .box.red .percent .line {	stroke: #FF9800;}
#CW .Start_conunter .box.green .percent .line {	stroke: #FF9800;}




/* 看護学科 */
#NS .Start_conunter .box.blue .percent .line {	stroke-dashoffset: 5;}
#NS .Start_conunter .box.red .percent .line {	stroke-dashoffset: 60;}
#NS .Start_conunter .box.green .percent .line {	stroke-dashoffset: 63;}

/* 医療介護福祉学科 */
#CW .Start_conunter .box.blue .percent .line {	stroke-dashoffset: 5;}
#CW .Start_conunter .box.red .percent .line {	stroke-dashoffset: 5;}
#CW .Start_conunter .box.green .percent .line {	stroke-dashoffset: 63;}


@-webkit-keyframes circleAnim {
	0% {
			stroke-dasharray: 0 440;
	}
	99.9%, to {
			stroke-dasharray: 440 440;
	}
}

@keyframes circleAnim {
	0% {
			stroke-dasharray: 0 440;
	}
	99.9%, to {
			stroke-dasharray: 440 440;
	}
}


.Three-year_programme {
	display: inline-block;
	margin: 0 0 0 5px;
	padding: 4px 11px;
	color: #fff;
	font-size: 15px;
	line-height: 1em;
	background: #555;
	border-radius: 5px;
}

.point {
	position: relative;
	padding: 5px 20px;
	z-index: 1;
}

.point p {
	font-size: 14px;
	font-feature-settings: "palt";
}

.point h4 {
	margin: 5px 0;
	color: #555;
	font-size: 1.7rem;
}

.point h5 {
	margin: 5px 0;
	color: #215e99;
}

.point ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}

.point ul li {
	margin: 0 3px 3px 0;
	color: #FFF;
	font-size: .8em;
	padding: 3px 10px 4px;
	border-radius: 2px;
	background-color: #215e99;
}

#LINKS {
	width: 100%;
	padding: 20px 5px;
}

#LINKS ul {
	display: flex;
	flex-wrap: wrap;
}

#LINKS ul li {
	width: 50%;
	padding: 2px;
}

#LINKS ul li a {
	display: block;
	background-color: #FFF;
}

#LINKS ul li a img {
	width: 100%;
}


/*----- .About -----*/
.About {
	display: flex;
	margin: 20px 0;
}

.About p {
	width: 33.3%;
	width: calc(100% / 3);
	padding: 5px 0;
}

.About p a {
	display: block;
	width: 100%;
	padding: 8px 2px;
	text-align: center;
	text-decoration: none;
}

.About p a img {
	width: 50px;
	margin: 0;
}

.About p a span {
	display: block;
	text-decoration: none;
	color: #07913a;
	font-weight: bold;
	font-size: 12px;
	padding: 3px 0 0 0;
}