@charset "UTF-8";


.hs-mainvisual-logo{
	position: absolute;
	z-index:120;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}

.hs-badge{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.hs-badge li{
	position:relative;
	border-radius: 50%;
/*	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);*/
	cursor:pointer;
	overflow: hidden;
}

.hs-badge li::after{
	content:"";
	width: 30px;
	height:30px;
	display:inline-block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	position: absolute;
	bottom:50px;
	left:50%;
	margin-left: -15px;
	transform:rotate(45deg);
	transition: all 0.3s ease;
}

.hs-badge li:hover::after{
	transition: all 0.3s ease;
	bottom:40px;
}

.hs-badge li:hover{
	background: rgba(0,0,0,.2);
}

.hs-badge li:hover img , .hs-badge li.is-show img{
	opacity:.6;
	transition: all 0.3s ease;
}

.ttf-box-detail{
	display: none;
}

.ttf-title{
	font-size: 36px;
	text-align: center;
}

.ttf-title-english{
	text-align: center;
	font-family: 'Muli', sans-serif;
	text-align: center;
	display: inline-block;
	width: 100%;
	margin-bottom: 40px;
}


.ttf-headding{
	text-align: center;
	margin:20px 0;
	font-size: 20px;
	font-weight: bold;
}


.ttf-text{
	width:800px;
	margin:0 auto 40px;
	min-height:120px;
}

.hs-top-panel{
	width: 100%;
	height: 95vh;
	position:absolute;
	top:0;
	left:0;
	display: none;
}
.hs-top-panel>div{
width: 50%;
height:95vh;
}
.hs-top-panel:before{
	content:"";
	width: 100%;
	min-width:1200px;
	height:100%;
	background: -webkit-linear-gradient(0deg, rgba(255,255,255,0), rgba(0,0,0,.1));
	background: linear-gradient(0deg, rgba(255,255,255,0), rgba(0,0,0,.1));
	position: absolute;
	top:0;
	left:0;

}

.hs-top-panel.htp01 .htp01-left{
	background: url(../hs/images/htp01-01.png)no-repeat top left;
	background-size: cover;
}
.hs-top-panel.htp01 .htp01-right{
	background: url(../hs/images/htp01-02.png)no-repeat top left;
	background-size: cover;
}

.hs-top-panel.htp02 .htp02-left{
	background: url(../hs/images/htp02-01.png)no-repeat top center;
	background-size: cover;
}
.hs-top-panel.htp02 .htp02-right{
	background: url(../hs/images/htp02-02.png)no-repeat top center;
	background-size: cover;
}


.hs-top-panel.htp02{
	background: url(../hs/images/htp02.png)no-repeat center center;
	background-size: cover;
}

.hs-top-panel.htp03{
	background: url(../hs/images/htp03.png)no-repeat center right;
	background-size: cover;
}

.hs-top-panel.htp04{
	background: url(../hs/images/htp04.png)no-repeat center center;
	background-size: cover;
}

.course_point_containar{
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px dotted;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.course_point_containar.none_line{
	border-bottom: none;
}
.course_point_containar li:nth-child(1){
	align-self: center;
}

.course_point_containar li:nth-child(2){
	width: 30%;
	margin-left: 1%;
	align-self: center;
}

.course_point_containar li:nth-child(3){
	width: 48%;
	align-self: center;
}

.course_curriculum_containar{
	display: flex;
	flex-direction: column;
}

.course_curriculum_containar li:nth-child(2){
	width: 100%;
	margin-left: 0;
	margin-top: 30px;
}
.student_voice_title{
	color:rgba(0,128,203,1);
	font-size: 25px;
	margin-top: 30px;
}
.course_voice_containar{
	display: flex;
	padding: 40px;
	border: 2px solid rgba(0,128,203,1);
	margin: 20px;
}
.course_voice_containar li:nth-child(1){
	width: 75%;
}

.student_voice_catch{
	color:rgba(0,128,203,1);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}

.course_voice_containar p{
	color:rgba(0,128,203,1);
	margin-right: 30px;
}

.student_voice_name{
	color:rgba(0,128,203,1);
	font-size: 18px;
	text-align: right;
	margin-right: 30px;
}
.course_point_catch{
	color:rgba(0,128,203,1);
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}


.point03-number{
	width: 100%;
	margin-top: 50px;
	padding: 0 50px;
}
h3.point03-number__title{
	background: rgba(0,128,203,1);
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.point03-number ul li:nth-child(2){
	width: 50%;
	color: #000;
}
.point03-number ul li:nth-child(3){
	width: 100%;
	color: #000;
	text-align: center;
}

.comprehensive .point03-number ul li:nth-child(1),
.comprehensive .point03-number ul li:nth-child(2){
	width: 100%;
	text-align: center;
}

/* table.table_std.hs-special.table-mini-box{
	width: 50%;
	min-width: 480px;
} */
table.table_std.table-mini-box{
	width: 50%;
	min-width: 480px;
}


span.course-color{
	color:rgba(0,128,203,1);
}
.special2 .course_voice_containar p ,
.special2 .student_voice_name ,
.special2 .student_voice_catch ,
.special2 .student_voice_title ,
.special2 h3.section-title.hs-special span,
.special2 span.course-color,
.special2 .course-color,
.special2 .course_point_catch,
.special2 .course_point_title{
	color: rgba(116 , 131 , 192 , 1);
}
.special2 h3.section-title.hs-special span {
    border-bottom: 3px solid rgba(116 , 131 , 192 , 1);
}

.special2 table.table_std.hs-special {
    border-top: 3px solid rgba(116 , 131 , 192 , 1);
    border-bottom: 3px solid rgba(116 , 131 , 192 , 1);
    border-left: 1px solid rgba(116 , 131 , 192 , 1);
}
.special2 table.table_std.hs-special th, .special2 table.table_std.hs-special td {
    border-bottom: 1px solid rgba(116 , 131 , 192 , 1);
    border-right: 1px solid rgba(116 , 131 , 192 , 1);
}

.special2 .course_voice_containar {
    border: 2px solid rgba(116 , 131 , 192 , 1);
}
.special2 .course-title.special{
	background:rgba(116 , 131 , 192 , .8);
	min-width: 700px;

}
span.point-sub-number{
	display: block;
	font-size: 25px;
	font-weight: bold;
}



.comprehensive ul.performance_containar.comprehensive li span.course-color,
.comprehensive .course-color,
.comprehensive .course_point_catch,
.comprehensive .course_voice_containar p,
.comprehensive .student_voice_catch ,
.comprehensive .student_voice_name ,
.comprehensive .course_point_title{
	color: #00b9ef;}

.comprehensive .course_voice_containar {
    border: 2px solid;
    color: #00b9ef;
}


.performance_containar{
	display: flex;
	flex-wrap: wrap;
}
.performance_containar li{
	width: 30%;
	margin-right: 3%;
	}
.performance_containar.comprehensive li{
	width: 60%;
	margin-right: 3%;
	}
.performance_containar.comprehensive li:nth-child(2){
	width: 37%;
	margin-right: 0;
	}

	.page-index-btn li.hs-pib01{
		background: url(../hs/images/hs-pib01-bg.png) no-repeat #ddd;
		background-size: cover;
	}

	.page-index-btn li.hs-pib02{
		background: url(../hs/images/hs-pib02-bg.png) no-repeat #ddd center right;
		background-size: cover;
	}

	.page-index-btn li.hs-pib03{
		background: url(../hs/images/hs-pib03-bg.png) no-repeat #ddd center right;
		background-size: cover;
	}

	.page-index-btn li.hs-pib04{
		background: url(../hs/images/hs-pib04-bg.png) no-repeat #ddd;
		background-size: cover;
	}

	.page-index-btn li.hs-pib05{
		background: url(../hs/images/hs-pib05-bg.png) no-repeat #ddd center center;
		background-size: cover;
	}
	.page-index-btn li.hs-pib06{
		background: url(../hs/images/hs-pib06-bg.png) no-repeat #ddd;
		background-size: cover;
	}

	/*追記180717*/
.courseinfo-containar{
	display: flex;
}
.courseinfo-containar li:nth-child(1){
	width: 60%;
}
.courseinfo-title__text{
		width: 100%;
		margin: 0 auto 40px;
}



.performance_containar li{
	color:rgba(0,128,203,1);
}
.performance_containar span.performance_title{
	text-align: center;
	font-weight: bold;
	display: block;
}
.performance_containar span.performance_title.color-black{
	color: #000;
}

.performance_containar span.performance_number{
	font-size: 60px;
	font-family: serif;
	display: block;
	text-align: center;
	color: #000;
}

.performance_containar span.performance_unit{
	font-size: 20px;
}
.course_point_title{
	display: block;
	color:rgba(0,128,203,1);
	margin-top: 20px;
	font-weight: bold;
}
/*.past_3years{
	color:rgba(0,128,203,1);
	font-weight: bold;
}*/
.past_3years_univ{
	width: 90%;
	margin: 0 auto 40px;
}

.past_3years_univ span{
	font-size: 24px;
}

.hs-feature_target_text{
	margin-bottom: 20px;
}
ul.performance_containar.comprehensive li span{
	display: block;
	font-size: 20px;
	color:#000;
	font-weight: bold;
}

ul.performance_containar.comprehensive li{
	color:#000;
}

ul.performance_containar.comprehensive li.univ_unit-list,
ul.performance_containar.comprehensive li span.univ_unit{
	font-size: 50px;
	color:#000;
	font-family: serif;
}
ul.performance_containar.comprehensive li.univ_unit-list{
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.univ_unit-list__mini-text{
	font-size: 20px;
	margin-right: 30px;
}
.univ_unit__attention{
	width: 100%;
	font-size: 16px;
	font-family: sans-serif;
}
.hs-event_text{
	margin-bottom: 30px;
}

.learning.hs-event_text{
	font-size: 2.5rem;
}

.course-title{
	background: #FFF;
	padding: 20px 40px 20px 60px;
	font-size: 20px;
	width: 45vw;
	margin-top: 50px;
	color: #FFF;
}
.course-title span{
	font-size: 50px;
	font-family: serif;
}
.course-title.special{
	background: rgba(0,128,203,.8);
	min-width: 630px;
}
.course-title.total{
	width: 40vw;
	background: rgba(62,189,224,.8);
	min-width: 470px;
}

.hs-percent{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 80%;
	margin: 0 auto 50px;
}
.hs-percent dl{
	width: 45%;
	color: rgba(62,189,224,1);
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.hs-percent dl dt{
	background: rgba(62,189,224,1);
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	border-radius: 10px;
	width: 100%;
}
.hs-percent dl dd{
	font-size: 80px;
	font-family: serif;
	display: flex;
	align-items: baseline;
}
.hs-percent dl dd span{
	font-size: 50px;
}
.hs-percent dl dd span.text{
	font-size: 30px;
	line-height:0.5em;
}
.hs-percent dl dd.attention{
	font-size: 20px;
	width: 100%;
	justify-content: center;
}

/* -- 20200826-- */

.old-btn{
	text-align: center;
	font-size: 20px;
	background: rgba(62,189,224,1);
	color: #FFF;
	padding: 10px;
	margin: 50px 0 0;
	cursor:pointer;
	position: relative;
}

.old-btn::before{
	content: '';
	width: 10px;
	height: 10px;
	margin-left: 10px;
	border-top: 2px solid #FFF;
	border-right: 2px solid #FFF;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 20px;
	right: 20px;
}
.old-btn.is-open::before{
	-webkit-transform: rotate(315deg);
	transform: rotate(315deg);
}
.old-voice{
	opacity: 0;
	height: 0;
	overflow: hidden;
	transition: .3s all ease .2s;
}
.old-btn.is-open ~.old-voice{
	opacity: 1;
	height: auto;
	transition: .3s all ease .2s;
}

/* -- Media query	768px以下の場合 スマートフォン設定-- */
@media only screen and (max-width: 768px ) {

.course_point_containar li:nth-child(1){
	margin-bottom: 15px;
}
.course_point_containar li:nth-child(2){
	width: 100%;
	margin-left: 0;
	align-self: center;
	margin-bottom: 15px;
}

.course_point_containar li:nth-child(3){
	width: 100%;
	align-self: center;
}
.performance_containar{
    display: flex;
    flex-wrap: wrap;
}
.performance_containar li{
	width: 100%;
	margin-right: 0;
	}
.performance_containar.comprehensive li{
	width: 100%;
	margin-right: 0;
}
.performance_containar.comprehensive li:nth-child(2){
	width: 100%;
	margin-right: 0;
}
.course_curriculum_containar{
    display: flex;
    flex-wrap: wrap;
}
.course_curriculum_containar li:nth-child(2){
	width: 100%;
	margin-left: 0;
}
.course_voice_containar{
	display: flex;
	flex-wrap: wrap;
	padding: 10px;
	border: 2px solid rgba(0, 128, 203, 1);
	margin: 0;
	position: relative;
}
.course_voice_containar p{
	color: rgba(0, 128, 203, 1);
	margin-right: 0;
}
.student_voice_name{
	color: rgba(0, 128, 203, 1);
	font-size: 18px;
	text-align: right;
	margin-right: 0;
}

.courseinfo-containar{
    display: flex;
    flex-wrap: wrap;
}

.img_box{
	width: 100%;
	padding: 10px;
}

/*.course-title{
	background: #FFF;
	padding: 10px 40px 10px 60px;
	font-size: 15px;
	width: 100%;
	margin-top: 13vh;
}*/
.course-title{
	background: #FFF;
	padding: 10px 40px 10px 60px;
	font-size: 15px;
	width: 100%;
	bottom: 0;
	position: absolute ;
	text-align: center;

}
.course-title.total{
	width: 100%;
	background: rgba(62,189,224,.8);
	min-width: auto;
}
.course-title span{
	font-size: 22px;
}

.ttf-text{
	width:100%;
	margin:0 auto 40px;
	min-height:120px;
}

.hs-top-panel{
	width: 100%;
	height: 85vh;
	position:absolute;
	top:0;
	left:0;
	display: none;
}

.hs-top-panel>div{
    width: 100%;
    height: 85vh;
}
.hs-top-panel:before{
	content: "";
	width: 100%;
	min-width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
	background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(0, 0, 0, .1));
	position: absolute;
	top: 0;
	left: 0;
}




.hs-badge{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.hs-badge li{
	position: relative;
	border-radius: 50%;
    width: 48%;


	/*	box-shadow: 0px 2px 4px rgba(0,0,0,0.1);*/
	cursor: pointer;
	overflow: hidden;
}
.hs-top-panel.htp01 .htp01-left{

	display: none;
}


.hs-top-panel.htp02 .htp02-left{

	display: none;
}

.course_voice_containar li:nth-child(1){
	width: 100%;
}
.courseinfo-containar li:nth-child(1){
	width: 100%;
}


.point03-number{
	width: 100%;
	margin-top: 50px;
	padding: 0;
}
h3.point03-number__title{
	background: rgba(0,128,203,1);
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.point03-number ul li:nth-child(2){
	width: 100%;
	text-align: center;
}
.point03-number ul li:nth-child(3){
	width: 100%;
	text-align: center;
}

table.table_std.table-mini-box{
	width: 100%;
	min-width: auto;
}

.course-title.special{
	background: rgba(0,128,203,.8);
	min-width: auto;
}
.special2 .course-title.special{
	background:rgba(116 , 131 , 192 , .8);
	min-width: auto;

}

}