/* new_career page_CSS */
@charset "utf-8";

/*------------------------------------------------------------*/
/* new Career Page  2022.01.27 -------------------------------*/
/*------------------------------------------------------------*/

* {

}

article.body section {
/*	max-width: ;	*/
	margin: 0 auto;
}

article.body a {
	text-decoration: none;
	background: unset;
	margin-left: unset;
	padding-left: unset;
}

.flexbox {
	display: flex;
}
.flexwrap {
	flex-wrap: wrap;
}
.sp-bt {
	justify-content: space-between;
}
.sp-ar {
	justify-content: space-around;
}
.sp-ce {
	justify-content: center;
}
.sp-ed {
	justify-content: flex-end;
}
.al-ce {
	align-items: center;
}
.al-ed {
	align-items: end;
}

/*------------------------------------------------------------*/
/* COMMON ----------------------------------------------------*/
/*------------------------------------------------------------*/

/* Section Container */
div[class^="top_sec"] {
	background: #ffffff;
	margin-bottom: 3rem;
}

/* Section Title */

div[class="top_sec_title"] {
	padding: 3rem 0 1rem 0;
}

div[class^="top_sec_title"] > div {
	border-bottom: solid 1px #666464;
}

@media screen and (max-width: 480px) {
div[class^="top_sec"] header {
	padding: 0.5rem 0;
}
}

div[class^="top_sec"] h2 {
	color: #666464;
	border: unset;
}
	@media screen and (min-width: 481px) {
		div.top_sec2 h2,
		div.top_sec3 h2 {
			font-size: 330%; /*pt*/
			line-height: 1.2;
			padding-left: 0;
			margin-bottom: 0.1em;
			display: inline-block;
			margin-right: 30px;
		}
	}
	@media screen and (max-width: 480px) {
		div.top_sec2 h2,
		div.top_sec3 h2 {
			font-size: 250%; /*55pt*/
			line-height: 1.1;
			padding: 0;
			margin-bottom: 0.1em;
			display: inline-block;
			margin-right: 30px;
		}
	}
	@media screen and (min-width: 1047px) {
		div.top_sec2 .top_sec_title .title_sub {
			margin-bottom: 0.1em;
			width: 100%;
			max-width: 758px;
		}
		div.top_sec2 .top_sec_title .title_sub > p {
			width: 100%;
			max-width: 369px;
		}
		div.top_sec2 .top_sec_title p.job_rate.pc {
			text-align: right;
		}
		div.top_sec2 .top_sec_title p.job_rate.sp {
			display: none
		}

	}
	@media screen and (max-width: 1046px) {
		div.top_sec2 .top_sec_title p.job_rate.pc {
			display: none
		}
		div.top_sec2 .top_sec_title p.job_rate.sp {
			width:100%;
			text-align: right;
		}
	}


div.top_sec2 .top_sec_title p,
div.top_sec3 .top_sec_title p {
	font-weight: normal;
	display: inline-block;
	padding: 0;
    transition: all 0.2s ease-out;
}

	@media screen and (min-width: 481px) {
		div.top_sec2 .top_sec_title p,
		div.top_sec3 .top_sec_title p {
			font-size: 130%; /*pt*/
			margin-bottom: unset;
		}
		div.top_sec2 .top_sec_title p > strong {
			font-size: 250%;
			margin-left: 1rem;
			line-height: 1;
		}
	}
	@media screen and (max-width: 480px) {
		div.top_sec2 .top_sec_title p,
		div.top_sec3 .top_sec_title p {
			font-size: 100%; 
			vertical-align: top;
		}
		div.top_sec2 .top_sec_title p {
			line-height: 1;
			margin-bottom: 1rem;
			margin-top: 1rem;
		}
		div.top_sec2 .top_sec_title p > strong {
			font-size: 180%;
			margin-left: 1rem;
			line-height: 0.5;
		}

		div.top_sec3 .top_sec_title p {
			line-height: 1.4;
			margin-bottom: 1rem;
		}
	}





/* Panel SLIDER */
div.panel_slider_cont {
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 480px) {
	div.panel_slider_cont {
		width: 100%;
	}
	div.panel_slider_cont > h3 {

	}
	div.panel_slider_cont > div {
		width: 80%;
		margin: 0 auto;
	}
}

article.body ul.panel_slider li:bofore {
	content: none;	
    position: unset;
    top: unset;
    left: unset;
    display: unset;
    padding-right: unset;
    font-size: unset;
    color: unset;
}

.slick-prev:before, .slick-next:before {
	color: #666464 !important;
}

@media screen and (min-width: 481px) {
	button.slick-next.slick-arrow {
		z-index: 100;
		right: 5px !important;
	}
	button.slick-prev.slick-arrow {
		z-index: 100;
		left: 5px !important;
	}
}

/*------------------------------------------------------------*/
/* ページヘッダーイメージ ------------------------------------*/

#page-title {
    width: 100%;
    margin-bottom: 30px;
}
#page-title h1 {
    position: relative;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
}
#page-title h1 span {
	background: unset;
	color: #000;
    display: inline-block;
    background: rgba(255,255,255,0.8);
    font-size: 269%;
    word-break: break-all;
}
	@media screen and (min-width: 769px) {
		#page-title {
		    background-image: url(/admission/img/career_2025/bg-page-title_2025.jpg) ;
			background-color: #03807d;
			background-position: center center;
		    background-size: auto 100%;
			background-repeat: no-repeat;
		}
		#page-title h1 span {
    		margin: 149px 0 40px;
		    padding: 23px 35px;

		}
	}
	@media screen and (max-width: 768px) {
		#page-title h1 span {
    		margin: 189px 0 20px;
		    padding: 13px 35px;
		}
	}
	@media screen and (max-width: 768px) and (min-width: 481px) {
		#page-title {
		    background-image: url(/admission/img/career_2025/bg-page-title_2025_t.jpg);
			background-color: #03807d;
			background-position: center center;
		    background-size: 100% auto;
			background-repeat: no-repeat;
		}
	}
	@media screen and (max-width: 480px) {
		#page-title {
		    background-image: url(/admission/img/career_2025/bg-page-title_2025_m.jpg);
		    background-size: cover;
			background-color: #03807d;
			background-position:  bottom center;
			background-repeat: no-repeat;
		}
	}


/*------------------------------------------------------------*/
/* 学生の未来を全力でサポートします。-------------------------*/

.top_sec1 h2 {
	color: #134a63 !important;
	text-align: center;
	border-bottom: none;
	padding-left: 0;
}
	@media screen and (min-width: 481px) {
		.top_sec1 h2 {
			font-size: 269% !important;
			margin: 3rem 0 !important;
		}
	}
	@media screen and (max-width: 480px) {
		.top_sec1 h2 {
			font-size: 200% !important;
			margin: 3rem 0 !important;
		}
		.top_sec1 h2 span:before {
			content: "\A" ;
			white-space: pre;
		}
	}
#career_overview {
}

#career_overview h3 {
	text-align: center;
	color: #03807d;
}
	@media screen and (min-width: 481px) {
		#career_overview h3 {
			font-size: 200%;
		}
	}
	@media screen and (max-width: 480px) {
		#career_overview h3 {
			font-size: 180%;
		}
	}

#career_overview p.intro {
	max-width: 800px;
	margin-right: auto;
	margin-left: auto;
}

#career_overview p {
	text-align: justify;
	text-justify: inter-ideograph;
}
@media screen and (min-width: 800px) {
#career_overview .merit {
	width: 33%;
}
}
@media screen and (max-width: 799px) {
#career_overview .merit {
	width:100%;
}
}

#career_overview .merit h4 {
	text-align: center;
	padding-left:unset;
}

#career_overview .link_btn {
	display: flex;
	justify-content: center;
}
#career_overview .link_btn a {
	background: #134a63;
	color: #fff;
	transition: all 0.2s ease-out;
}
	@media screen and (min-width: 481px) {
		#career_overview .link_btn a {
			font-size: 180%;
			padding: 1rem 2rem;	
		}
	}
	@media screen and (max-width: 480px) {
		#career_overview .link_btn a {
			font-size: 120%;
			padding: 1rem 2rem;	
		}
	}
#career_overview .link_btn a:hover {
	background-color: #03807d;
}


/*------------------------------------------------------------*/
/* DP outcomes 確かな実績→就職率と職種 ----------------------*/

.top_sec2 .annotation {
	font-weight: normal !important;
	font-size: 100% !important;
	margin-top: 1rem;
}

#DP-outcomes {
}

#DP-outcomes > div {
	display: flex;
	flex-wrap:wrap;
	justify-content: space-around;
}
#DP-outcomes > div > div {
	text-align: center;
}
#DP-outcomes > div > div > a {
	font-size: 1.4rem;
	color: #666464;
	display: flex;
	margin-bottom: 30px;
	flex-direction: column;
}
#DP-outcomes > div > div > a::before {
	content: "\A" ;
	white-space: pre;
}
#DP-outcomes > div > div > a > p.course_name {
	margin-bottom: 0;
	color: #666464;
}

	@media screen and (min-width: 1047px) {
		#DP-outcomes .graph_cont:after {
			  content:"";
			  display: block;
			  width:50%;
			}
		}
	@media screen and (max-width: 1046px) {
		.top_sec2 .top_sec_title {
			margin-bottom: 1rem !important;
		}
		#DP-outcomes .graph_cont:after {
			content: none;
		}
	}


/*------------------------------------------------------------*/
/* DP voice 確かな実績→卒業生の声 ---------------------------*/

#DP-voice h3 {
	color: #134a63;;
	font-size: 269%;
	margin-top: 1em;
	margin-bottom: 0.1em;
}
	@media screen and (max-width: 480px) {
		#DP-voice h3 {
			text-align: center;
		}
	}
#DP-voice .panel_slider .flexbox {
	display: flex !important;
}
	@media screen and (max-width: 1024px) {
	#DP-voice .panel_slider .bkp1024 {
		display: none;
	}
	}
	@media screen and (max-width: 768px) {
	#DP-voice .panel_slider .bkp768 {
		display: none;
	}
	}
	@media screen and (max-width: 480px) {
	#DP-voice .panel_slider .bkp480 {
		display: none;
	}
	}

#DP-voice .panel_slider img {
	max-width:250px;
}
