@charset "utf-8";

/**********/
/* header */
/**********/
.header{
	position: fixed;
    width: 100%;
	background-color: #fff;
	z-index: 100;
}
.logo {
	margin-top: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.campus_icon_block{
	display: flex;
	justify-content: center;
	align-items: center;
}
.gNav {
	position: absolute;
	bottom: 0px;
	right: 15px;
	width: 50%;
	float: right;
}
.gNav li {
	float: left;
	width: 33.1%;
	text-indent: 0;
}
.gNav li a {
	display: block;
}
.gNav .gNav_medicine_link i {
	color: #1F2869;
}
.gNav .gNav_nurse_link i {
	color: #D33F65;
}
.gNav .gNav_page_link i {
	color: #FADA09;
}
.gNav .gNav_medicine_link a, 
.gNav .gNav_nurse_link a,
.gNav .gNav_top_link a,
.gNav .gNav_page_link a,
.gNav .gNav_top_link i,
.gNav .gNav_medicine_link a:hover,
.gNav .gNav_nurse_link a:hover,
.gNav .gNav_page_link a:hover,
.gNav .gNav_nurse_link.current,
.gNav .gNav_top_link a:hover  {
	color: #000;
}

/********/
/* 共通 */
/********/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    background:transparent;
}
body{
	line-height:1;
	font-family: 'Noto Sans JP', sans-serif;
	color: #1F2869;
	width: 100%;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
a{
    background-color:transparent;
    -webkit-touch-callout:none;
	-webkit-tap-highlight-color:rgba(255,1255,102,0.40);
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.touchstyle { background-color:rgba(255	,255,102,0.40);}
.notouchstyle { background-color:transparent;}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
h1,h2,h3,h4,h5{
  line-height:1;
	font-size: 14px;
}
p,ul li ,ol li,dl dt,dl dd,address{
	line-height: 1;
	font-size: 14px;
}
ul ul ,
ul ol ,
dl ul,
dl ol{
  line-height:1;
	font-size: 14px;
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
input, select {
    vertical-align:middle;
}
ol, ul {
    list-style: none;
}
iframe{ 
	width: 100%!important; 
}
button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.topMainImg{
	padding-top: 65px;
}
.main,
.main02{
	padding-top: 60px;
	text-align: center;
}
.main02{
	padding-top: 120px;
}
.top_info_area{
	margin: 1em 0;
	background-color: #D33F65;
	display: flex;
	color: #fff;
	padding: 1em;
	width: 100%;
	line-height: 1.3em;
}
.top_info_title{
	display: inline-block;
	text-align: center;
	width: 10%;
	margin: auto;
	font-size: 1.2em;
}
.top_info_mark{
	display: inline-block;
	width: 5%;
	margin: auto;
	/* text-align: center; */
	font-size: 2em;
}
.top_info_txt{
	display: inline-block;
	width: 80%;
}
.top_info_txt span{
	color: #FFF500;
}

.top_title_area{
	background-color: #1F2869;
	border-top: solid 0.5em #D33F65;
	color: #ffffff;
	text-align: center;
	padding: 2em 0;
	line-height: 2em;
}

.menu_bg{
	background: url(../images/bg_yellow.svg), linear-gradient(180deg, #FADA09 0%, #FADA09 90%, #fff 90%, #fff 100%);
	padding: 2em 0 2.5em 0;
	position: absolute;
	width: 100%;
}
.menu_bg.fixed{
	position: fixed;
	top: 65px;
	z-index: 100;
}
.menu_area{
	margin: auto;
}
.menu_area ul{
	display: flex;
}
.menu_area li{
	width: 100%;
	text-align: center;
}
.menu_area a{
	color: #1F2869;

	position: relative;
	display: inline-block;
	text-decoration: none;
}
.menu_area a:after{
	color: #1F2869;

	/* position: absolute;
	bottom: -8px;
	left: 0;
	content: '';
	width: 100%;
	height: 2px;
	background: #1F2869;
	opacity: 0;
	visibility: hidden;
	transition: .3s; */
	content: '';
	position: absolute;
	left: 50%;
	bottom: -0.8em;
	display: inline-block;
	width: 50px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1F2869;

	opacity: 0;
	transition: .3s;
}

.menu_area a:hover:after{
	bottom: -1.2em;
	opacity: 1;
	visibility: visible;
}

.main_title{
	text-align: center;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.2em;
	position: relative;
	margin-bottom: 2em;
}
.main_title:before {
	content: '';
	position: absolute;
	left: 50%;
	bottom: -30px;
	display: inline-block;
	width: 100px;
	height: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #1F2869;
}
.sub_title_line{
	border-top: solid 1px #1F2869;
	border-bottom: solid 1px #1F2869;
	text-align: center;
	padding: 1em 0;
	letter-spacing: 0.2em;
	font-weight: bold;
	line-height: normal;
}
.sub_title_line span{
	font-size: 0.8em;
}
.program_txt-m, 
.program_txt-n{
	color: #1f2869;
	font-weight: bold;
	font-size: 110%;
	padding: 0.5em 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-top: 3em;
}
.program_txt-n{
	color: #d33f65;
	/* margin-top: 0.2em; */
}
.program_sub_txt-n{
	color: #d33f65;
	font-weight: bold;
	padding: 1em 0;
}
.check_area_border{
	color: #000;
	margin: 3em;
	border-image-source: url(../images/check_area_border.svg) ;
	border-image-slice: 100;
	border-image-width: 100px;
	border-image-outset: 10px;
	border-image-repeat: repeat;

	-webkit-border-image: url(../images/check_area_border.svg) 100 100px 10px repeat;
		-moz-border-image: url(../images/check_area_border.svg) 100 100px 10px repeat;
			-o-border-image: url(../images/check_area_border.svg) 100 100px 10px repeat;

	border-width: 5px 5px 5px 5px;
}
.check_area{
	width: 80%;
	text-align: left;
	margin: auto;
	padding: 1em 0;
}
.check_title{
	padding-bottom: 1em;
	font-size: 110%;
}
.check_area ul{
	list-style: disc;
	padding-left: 1.5em;
}
.check_area li{
	/* text-indent: -1em; */
	margin-bottom: 1em;
}
.schedule_area{
	padding-top: 2em;
}
.schedule_area img{
	width: 100%;
}
.schedule_area_btn{
	width: 200px!important;
	padding: 1em;
	/* display: block;
	margin: auto; */
}
.sub_txt_schedule{
	margin: 2em auto;
}
.form_area{
	background-image: url("../images/bg_yellow.svg");
	margin: 2em 0;
	padding: 2em 0;
}
.form_main_title{
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 2em;
}
.form_main_title span{
	font-size: 14px;
}
.map_btn-m,
.map_btn-n{
	text-decoration: none!important;
	color: #4B5287;
	display: inline-block;
	padding: 10px 0.5em;
	border: solid 7px;
	/* margin: 1.5em auto; */
	margin: 1.5em 1em;
	font-weight: bold;
	/* font-size: 20px; */
	width: 200px!important;
}
.map_btn-n{
	color: #db6583!important;
}
.map_btn-m:hover{
	text-decoration: none!important;
	color: #6A709B;
}
.map_btn-n:hover{
	text-decoration: none!important;
	color: #E27F99!important;
}
.map_btn_area-n{
	display: flex;
	justify-content: center;
	align-items: center;
}
.form_btn_block-m,
.form_btn_block-n{
	text-align: center;
	border: solid 12px #FADA09;
	background-color: #fff;
	padding: 1em 0;
}
.form_btn_block-n{
	/* margin-left: 0.2em; */
	color: #D33F65;
}
.form_btn_block-m button,
.form_btn_block-n button{
	color: #fff;
	background-color: #1F2869;
	padding: 1em 2.5em;
	margin-top: 0.5em;
}
.form_btn_block-m a,
.form_btn_block-n a{
	color: #fff;
	background-color: #1F2869;
	/* padding: 1em 2.5em; */
	padding: 1em;
	margin-top: 0.5em;
	display: inline-block;
}
.form_btn_block-n button{
	background-color: #D33F65;
}
.form_btn_block-n a{
	background-color: #D33F65;
	/* line-height: 2.4em; */
}
.form_btn_block-m button:hover,
.form_btn_block-n button:hover{
	/* color: #1F2869;
	background-color: #d0d2e0; */
	background-color: #4B5287;
}
.form_btn_block-m a:hover,
.form_btn_block-n a:hover{
	background-color: #4B5287;
	text-decoration: none;
}
.form_btn_block-n button:hover{
	/* color: #D33F65;
	background-color: #f7d7e0; */
	background-color: #db6583;
}
.form_btn_block-n a:hover{
	background-color: #db6583;
}

.form_btn_block-m02, 
.form_btn_block-n02{
	display: inline-flex;
	line-height: 1.2em;
}
.form_btn_block-m02 div, 
.form_btn_block-n02 div{
	padding: 0 1em;
	text-align: center;
}

.video_block{
	padding: 2em 0;
	display: flex;
}

/*************/
/* 動画エリア */
/*************/
/* カラーダブルパターン */
.video_area_double-m,
.video_area_double-n{
	color: #000;
	/* background-color: #1F2869; */
	/* background: linear-gradient(180deg, #1F2869 0%, #1F2869 40%, #fff 40%, #fff 100%); */
	background: linear-gradient(180deg, #1F2869 0%, #1F2869 72%, #fff 72%, #fff 100%);
	padding: 1em 2em;
}
.video_area_double-n{
	background: linear-gradient(180deg, #D33F65 0%, #D33F65 40%, #fff 40%, #fff 100%);
}
.video_area_title{
	letter-spacing: 0.2em;
	font-weight: bold;
	margin-bottom: 1em;
	color: #fff;
	height: 31px;
}
.video_area_title span{
	padding: 1em;
}
.video_area_title img{
	width: 2em;
}
.video_area_double-m p,
.video_area_double-n p,
.video_area_campus p{
	margin-bottom: 2em;
	margin-top: 0.5em;
}

/* キャンパスパターン */
.video_area_campus{
	background-image: url(../images/bg_campus.svg);
	background-position: bottom;
	padding-bottom: 30vh;
    background-repeat: no-repeat;
}

/* カラーシングルパターン */
.video_area_single-m,
.video_area_single-n{
	color: #000;
	/* background-color: #1F2869; */
	background: linear-gradient(180deg, #1F2869 0%, #1F2869 60%, #fff 60%, #fff 100%);
	padding: 1em 2em;
}
.video_area_single-n{
	background: linear-gradient(180deg, #D33F65 0%, #D33F65 60%, #fff 60%, #fff 100%);
}
.video_area_single-m p,
.video_area_single-n p{
	margin-bottom: 2em;
	margin-top: 0.5em;
}

.video_contents_title span{
	font-size: 1.3em;
}


.btn_nyushi-m,
.btn_nyushi-n,
.btn_shiryou{
	color: #fff;
	letter-spacing: 0.2em;
	border: solid 12px #1F2869;
	/* background-color: rgba(31, 40, 105, 0.85); */
	background-color: #464d83;
	width: 100%;
	padding: 1em 0;
}
.btn_nyushi-n{
	border: solid 12px #D33F65;
	/* background-color: rgba(211, 63, 101, 0.85); */
	background-color: #db6080;
}
.btn_shiryou{
	border: solid 12px #FADA09;
	background-color: #fff;
	color: #1F2869;
}

.btn_nyushi-m:hover,
.btn_nyushi-n:hover{
	border: solid 12px #464d83;
	background-color: #6A709B;
}
.btn_nyushi-n:hover{
	border: solid 12px #db6080;
	background-color: #E27F99;
}

.btn_nyushi-m span,
.btn_nyushi-n span,
.btn_shiryou span{
	padding: 1em;
}
.btn_nyushi-m img,
.btn_nyushi-n img,
.btn_shiryou img{
	padding-bottom: 1em;
}
.btn_bottom_block{
	background: linear-gradient(180deg, #fff 0%, #fff 60%, #1F2869 60%, #1F2869 100%);
}

/******************/
/* 入学を決めた理由 */
/******************/
.banner_img a:hover{
	opacity: 0.7;
}

/**********/
/* footer */
/**********/
.footer_menu,
.footer_sub_menu{
	margin: 2em 0;
}
.footer_menu ul,
.footer_sub_menu ul{
	display: flex;
}
.footer_menu li{
	border-left: solid 1px;
	width: 100%;
	text-align: center;
}
.footer_menu a,
.footer_sub_menu a{
	color: #fff;
}
.footer_menu a:hover,
.footer_sub_menu a:hover{
	color: #D33F65;
	text-decoration: none;
}
.footer_menu li:last-child{
	border-right: solid 1px;
}
.footer_sub_menu{
	width: 50%;
	margin: 2em auto 5em auto;
}
.footer_sub_menu li{
	width: 100%;
	text-align: center;
}
.address_area{
	text-align: center;
	font-size: 11px;
	line-height: 2em;
	margin-bottom: 1em;
}
.address_area span{
	font-size: 1.8em;
	font-weight: bold;
}

.footer_area{
	background-color: #1F2869;
	color: #fff;
	padding: 3em 0;
}

/* pagetop */
.pagetop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 10px;
}
.pagetop a {
	display: block;
}
.pagetop a:hover {
		display: block;
}

.sp_only{
	display:none!important;
}
.sp_none{}

.tab_only{
	display:none!important;
}
.pc_only{
	display:block!important;
}
.pc_none{
	display:none!important;
}

/* SP */
@media print, screen and (max-width:767px){
	.sp_only{
		display:block!important;
	}
	.sp_none{
		display:none!important;
	}
	.tab_only{
		display:none!important;
	}
	.pc_only{
		display:none!important;
	}
	.pc_none{
		display:block!important;
	}
	.sp_only_p0{
		padding: 0;
	}

	/* header */
	.logo{
		margin-top: 8px;
		justify-content: normal;
		align-items: normal;
	}

	.gNav {
		background: #F1F1F1;
		position: static;
		width: 100%;
	}
	.gNav li {
		text-indent: 0em;
		border-bottom: 1px solid #CCCCCC;
		width: 100%;
	}
	.gNav li a {
		color:#666;
	}

	.topMainImg{
		padding: 52px 0 32px 0;
	}
	.top_title_area{
		text-align: left;
		padding: 2em 1em;
		line-height: 1.5em;
	}
	.menu_bg{
		display: none;
	}
	.main,
	.main02{
		padding-top: 30px;
	}
	.main_bg02{
		padding: 0 1em;
	}
	.info_sub_area{
		color: #1F2869;
		font-weight: bold;
		font-size: 80%;
		line-height: 1.5em;
	}
	.info_sub_txt{
		text-align: center;
		margin: 1.5em 0;
	}
	.info_sub_txt span{
		border: solid 2px;
		padding: 0px 2px;
		margin-right: 1em;
	}
	.info_sub_area ul{
		padding-left: 1em;
	}
	.info_sub_area li{
		text-indent: -1em;
	}
	.top_info_area, 
	.top_info_title, 
	.top_info_txt{
		display: block;
		width: 100%;
		text-align: center;
	}
	.top_info_title{
		margin-bottom: 1em;
	}
	.top_info_txt{
		line-height: 1.5em;
	}
	.sub_txt_schedule{
		font-size: 14px;
	}
	.program_txt-m, 
	.program_txt-n,
	.program_sub_txt-n{
		font-size: 80%;
	}
	.check_area_border{
		margin: 3em 1em;
	}
	.check_area{
		width: 90%;
	}
	/* オープンキャンパスのお申し込みはこちら */
	.form_main_title{
		margin-bottom: 1em;
	}
	.map_btn-m,
	.map_btn-n{
		font-size: 18px;
	}
	.map_btn_area-n{
		display: block;
	}
	.form_btn_block-m{
		margin-bottom: 1em;
	}
	.form_btn_block-m, 
	.form_btn_block-n{
		padding: 1em;
	}
	.form_btn_block-m button, 
	.form_btn_block-n button{
		/* padding: 1em 4.5em; */
		padding: 1em 3em;
	}
	.form_btn_block-m a, 
	.form_btn_block-n a{
		/* padding: 1em 3em; */
		width: 100%;
	}
	.form_btn_block-m02, 
	.form_btn_block-n02{
		display: block;
	}
	.form_btn_block-m02 div, 
	.form_btn_block-n02 div{
		padding: 0;
	}
	.video_block{
		display: block;
	}
	.btn_bottom_block{
		background: none;
		background-color: #fff;
		margin-bottom: 1em;
	}
	.btn_nyushi-m{
		margin-bottom: 1em;
	}

	/* 入学を決めた理由 */
	.banner_img img{
		width: 85%;
	}

	/* footer */
	.footer_menu, 
	.footer_sub_menu {
		display: none;
	}
	.footer_area {
		padding: 4em 0;
	}
	.pagetop{
		right: 5px;
	}
}
/* タブレット */
/* @media (min-width: 768px) and (max-width: 992px) { */
@media (min-width:768px) and (max-width:1169px) {
	.tab_only{
		display:block!important;
	}
	.pc_only{
		display:none!important;
	}
	.pc_none{
		display:block!important;
	}
	.gNav{
		width: 65%;
	}
	.navbar-nav > li > a {
		padding: 5px!important;
	}
	.navbar-brand img,
	.campus_icon_block img{
		width: 80%;
	}
	.top_info_title{
		font-size: 1em;
	}
	.form_main_title{
		margin-bottom: 1em;
	}
	.form_btn_block-m{
		margin-bottom: 1em;
	}
	.form_btn_block-m button, 
	.form_btn_block-n button{
		padding: 1em 4.5em;
	}
	.form_btn_block-m a, 
	.form_btn_block-n a{
		padding: 1em 4.5em;
	}
	.form_btn_block-m02, 
	.form_btn_block-n02{
		display: block;
	}
	.form_btn_block-m02 a, 
	.form_btn_block-n02 a{
		width: 90%;
		padding: 1em 0;
	}
	.btn_bottom_block{
		background: none;
		background-color: #fff;
		margin-bottom: 1em;
	}
	.btn_nyushi-m{
		margin-bottom: 1em;
	}
	.footer_menu li {
		font-size: 0.6em;
	}
	.schedule_area{
		padding-bottom: 4em;
	}
	.menu_area li{
		font-size: 0.6em;
	}
}
