#departmentHero {
	margin-bottom: 28px;
}

input[name="switch-tab"]{
	display:none;
}

#departmentTab {
	display: flex;
	justify-content: space-between;
	font-size: 3.125vw;
}

#departmentTab li {
	position: relative;
	width: 25%;
	background: url('../../img/department/top/tab_sp.png') no-repeat;
	background-size: cover;
	cursor: pointer;
}

#departmentTab li.active,
#departmentTab li.hover {
	background: url('../../img/department/top/tab-active_sp.png') no-repeat;
	background-size: cover;
}

#departmentTab li::before {
	content:"";
    display: block;
    padding-top: 38.75%;
}

#departmentTab li label {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 2.34vw;
    text-align: center;
    line-height: 1.2;
    color: #4EC5C0;
    cursor: pointer;
}

#departmentTab li.hover label {
	color: #fff;
}


.tabContents {
	position: absolute;
	top: -99999px;
	left: -99999px;
	margin: 0 3.125vw;
}

#ck-top:checked ~ #departmentTab .tab_label-top,
#ck-expertise:checked ~ #departmentTab .tab_label-expertise,
#ck-mirai:checked ~ #departmentTab .tab_label-mirai,
#ck-facility:checked ~ #departmentTab .tab_label-facility {
	background: url('../../img/department/top/tab-active_sp.png') no-repeat;
	background-size: cover;
	color: #fff;
}

#ck-top:checked ~ #tabArea #tab-top,
#ck-expertise:checked ~ #tabArea #tab-expertise,
#ck-mirai:checked ~ #tabArea #tab-mirai,
#ck-facility:checked ~ #tabArea #tab-facility {
	display: block;
	position: static;
	height: auto;
}

/* tab */
#tabArea::before {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	margin: auto;
	border-top: dashed 1px #666;
	border-bottom: dashed 1px #666;
}

h2.deprtComn-h {
	margin: 8.59vw auto 10.937vw;
	text-align: center;
	font-size: 5.139vw;
}

h2.deprtComn-h::after {
	content: '';
	display: block;
	width: 100%;
	height: 3px;
	margin-top: 5.15vw;
	border-top: dashed 1px #666;
	border-bottom: dashed 1px #666;
}

p.deprtComn-p {
	margin-bottom: 11.71vw;
	font-size: 3.75vw;
	text-align: center;
	line-height: 1.8;
}

/* tab-top */
/* training */
.deprtLicense {
	width: 68.75%;
	margin: auto;
	font-size: 3.75vw;
}

.deprtLicense dl {
	margin-bottom: 17.96vw;
}

.deprtLicense dt {
	background: #4EC5C0;
	margin-bottom: 2.343vw;
	padding: 1.562vw 0;
	color: #fff;
	text-align: center;
}

.deprtLicense dd {
	margin-bottom: 2.343vw;
	padding-left: 1em;
}

.deprtLicense dd::before {
	content: '●';
	display: inline-block;
	text-indent: -1em;
}

h3.tag {
	height: 5.468vw;
	margin-left: -3.125vw;
	margin-bottom: 10.15vw;
}

h3.tag img {
	display: block;
	height: 100%;
	width: auto;
}

.pointWrap {
	margin-bottom: 15.625vw;
}

.pointWrap h4 {
	width: 65.625vw;
	margin-bottom: 5.468vw;
}

.pointWrap h4 img {
	width: 100%;
	max-width: initial;
}

.pointWrap p {
	margin-bottom: 5.468vw;
	font-size: 3.437vw;
	line-height: 2;
}

h3.tag + h4,
.check-inner h4 {
	margin-bottom: 11.25vw;
	font-size: 5.781vw;
	text-align: center;
}

.pointWrap h5 {
	position: relative;
	display: inline-block;
	margin-bottom: 4.218vw;
	font-size: 4.21vw;
}

.pointWrap h5::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	display: block;
	background: yellow;
	width: 100%;
	height: 0.937vw;
	transform: translate( 0, -100%);
	z-index: -1;
}

#check .check-ph {
	margin-bottom: 18px;
}

#check .check-ph img {
	display: block;
}

#check .note p {
	font-size: 3.437vw;
	line-height: 2;
	text-indent: justify;
}

#check .note .caption {
	font-size: 2.8vw;
	text-indent: justify;
}

/* grade */
#grade {
	display: block;
	margin: 0 -3.125vw;
}

.gradeConts {
	display: flex;
	padding: 0 3.125vw;
}

.grade1 {
	background: #F1F2AF;
}

.grade2 {
	background: #DDEDDB;
}

.grade3 {
	background: #DDEFF4;
}

.grade4 {
	background: #C2E4E9;
}


#grade h3 {
	flex: 1;
	padding: 40px 15px 0 0;
}

#grade article {
	position: relative;
	width: 78.125vw;
	padding: 40px;
	padding-right: 0;
	border-left: solid 3px #fff;
	box-sizing: border-box;
}

#grade article::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
    width: 0;
    height: 0;
    border-top: 3.4375vw solid #fff;
    border-right: 3.4375vw solid transparent;
    border-left: 3.4375vw solid transparent;
    transform: translate(-50%, 0);
}

#grade article h4 {
	margin-bottom: 3.125vw;
	padding-bottom: 3.125vw;
	border-bottom: solid 4px #fff;
}

#grade article h4 img {
	display: block;
	width: auto;
	height: 4.843vw;
	max-width: initial;
}

.gradeP-upper {
	font-size: 3.437vw;
	line-height: 2;
}

#grade article h5 {
	margin: 6.25vw 0 3.125vw;
	padding: 2.5vw;
	font-size: 3.437vw;
	line-height: 1;
	font-weight: normal;
	color: #fff;
}

#grade .grade1 h5 {
	background: #AFCE00;
}

#grade .grade2 h5 {
	background: #9FD5D8;
}

#grade .grade3 h5 {
	background: #80CCDA;
}

#grade .grade4 h5 {
	background: #1FB6C4;
}

.gradeP-lower {
	font-size: 3.125vw;
	line-height: 1.8;
}

.gradePhotoArea {
	position: relative;
	margin: 2.343vw 0;
}

.gradePhotoArea img {
	display: block;
	height: auto;
}

.gradePhotoArea .photo01 img {
	position: absolute;
	top: -3.906vw;
	right: -1.718vw;
	width: 26.406vw;
}

.gradePhotoArea .photo02 img {
	width: 55vw;
}

.gradeListArea {
	margin-bottom: 2.343vw;
}

.gradeBnrArea {
	margin-left: -3.9%;
	cursor: pointer;
}

.gradeBnrArea img {
	display: block;
	width: 100%;
	transition: .3s;
}

.gradeBnrArea.hover img {
	opacity: .5;
}

.grade4 + .curriculum-caption {
	max-width: 950px;
	margin: auto;
	padding: 10px;
	text-align: right;
}

/* pickup */
.pickupConts {
	margin-bottom: 18.75vw;
}

.pickupConts h5 {
	margin: 4.687vw 0;
	font-size: 5.781vw;
}

.pickupConts h5::before {
	content: '■';
	color: #80CCDA;
	margin-right: 0.2em;
}

.pickupConts p {
	font-size: 3.4375vw;
	line-height: 2;
}

/* studentmessage */
.studentmessage {
}

.studentmessage-inner {
	background: rgba(255,245,127,.3);
	margin: 0 -3.125vw 25px;
	padding: 45px 3.125vw;
}

.studentmessage-inner h3 {
	width: 100%;
	margin-bottom: 2.5%;
}

.studentmessage-inner h3 img {
	display: block;
	width: 100%;
}

.sdm-photo {
	margin-bottom: 4%;
}

.sdm-photo img {
	display: block;
	width: 100%;
}

.sdm-body h4 {
	margin-bottom: 15px;
	font-size: 4.5vw;
	font-weight: bold;
}

.sdm-body p {
	margin-bottom: 25px;
	font-size: 3.4vw;
	line-height: 2;
	text-align: justify;
}

.sdm-info {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 40px;
	padding-top: 25px;
	border-top: 1px solid #000;
}

.sdm-info .sdm-name {
	display: flex;
	align-items: center;
}

.sdm-info .sdm-name .grade {
	margin-right: .5em;
	font-size: 2.6vw;
}

.sdm-info .sdm-name .name {
	font-size: 4.8vw;
	font-weight: bold;
}

.sdm-info .sdm-name .san {
	margin-right: .5em;
	font-size: 3.4vw;
}

.sdm-info .sdm-school {
	font-size: 2.1vw;
}

.sdm-cap {
	margin-bottom: 25px;
	font-size: 2.1vw;
	text-align: right;
}

.studentmessage .youtube-bnr {
	width: 83.25%;
	margin: auto;
}

.studentmessage .youtube-bnr img {
	display: block;
	width: 100%;
	transition: .3s;
}

.studentmessage .youtube-bnr a.hover img {
	opacity: .5;
}

/* tab-expertise */
#tab-expertise .tab-pickupConts {
	margin-bottom: 60px;
}

#tab-expertise .tab-pickupConts h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

#tab-expertise .tab-pickupConts h3::before,
#tab-expertise .tab-pickupConts h3::after {
	content: "";
	display: block;
	height: 1px;
	flex-grow: 1;
	border-top: 1px dotted #231815;
}

#tab-expertise .tab-pickupConts h3 .tab-pick-titlebox {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #FFF;
	padding: 0 0.4em;
}

.tab-pick-cat {
	margin-right: 10px;
	padding: 0 0.3em;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	color: #FFF;
}

.tab-pick-ttl {
	margin-right: 10px;
	font-size: 14px;
	letter-spacing: 0.072em;
	text-indent: 0.072em;
	font-weight: bold;
}

.tab-pick-grade {
	padding: 0 0.3em;
	font-size: 11px;
	border-radius: 3px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
	color: #FFF;
}

.tab-pickupConts-zagaku .tab-pick-cat,
.tab-pickupConts-zagaku .tab-pick-grade {
	background-color: #80CCDA;
}

.tab-pickupConts-jisshu .tab-pick-cat,
.tab-pickupConts-jisshu .tab-pick-grade {
	background-color: #F4AA22;
}

.tab-pickupConts-jikken .tab-pick-cat,
.tab-pickupConts-jikken .tab-pick-grade {
	background-color: #DE5D44;
}

.tab-pickupConts-enshu .tab-pick-cat,
.tab-pickupConts-enshu .tab-pick-grade {
	background-color: #9D93C6;
}

.tab-pickupConts-img {
	margin-bottom: 18px;
}

.tab-pickupConts-img img {
	display: block;
	margin: auto;
}

.tab-pickupConts-txt {
	font-size: 11px;
	text-align: justify;
}

#graduation_research {
	margin: 0 -10px;
}

.zemi-wrap {
}

.zemi-item {
	background-color: #FFFCD9;
	margin-bottom: 50px;
}

.zemi-img {
	position: relative;
}

.zemi-img h3 {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF57F;
	padding: 5px 16px;
	font-size: 15px;
	text-indent: 0.125em;
	letter-spacing: 0.125em;
	font-weight: bold;
	text-align: center;
}

.zemi-conts {
	padding: 16px;
}

.zemi-conts h4 {
	margin-bottom: 10px;
	font-size: 15px;
	text-indent: 0.1em;
	letter-spacing: 0.1em;
	font-weight: bold;
	line-height: 1.5;
}

.zemi-conts p {
	margin-bottom: 10px;
	font-size: 11px;
	text-align: justify;
	line-height: 2;
}

.team {
	font-size: 11px;
}

.team strong {
	font-size: 12px;
	font-weight: bold;
}

.research-title {
	padding: 10px;
}

.research-title h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	font-size: 15px;
	text-indent: 0.125em;
	letter-spacing: 0.125em;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #000;
}

.research-title-list {
	list-style: disc;
	padding: 0 1.2em;
}

.research-title-list li {
	margin-bottom: 10px;
	font-size: 12px;
}

/* facility */
.facilityPhoto {
	margin-bottom: 25.156vw;
}

#facility-slider-container {
	position: relative;
	margin: 0 -3.125vw;
}

#facility-slider {
	width: 80.43vw;
	max-width: 515px;
	margin: auto;
	overflow: hidden;
}

.facility_slider-item {
	margin: 0 0 3.343vw;
	cursor: pointer;
}

.facility_slider-item-image {
	position: relative;
	padding: 3.125vw;
}

.facility_slider-item-image img {
	display: block;
}

.facility_slider-item-image::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: #BCE1E0;
	width: calc(100% - 3.125vw*2);
	height: calc(100% - 3.125vw*2);
	z-index: -1;
}

.facility_slider-item h3 {
	margin: 3.343vw 0 2.34vw;
	padding-left: 3.125vw;
	font-size: 5.7812vw;
	line-height: 1;
}

.facility_slider-item p {
	padding-left: 3.125vw;
	font-size: 3.437vw;
	line-height: 1.8;
}

.facility_slider-item p .btn_area {
	display: block;
	margin: 10px auto 0;
	text-align: center;
}

.facility_slider-item p .btn_area a img {
	transition: 0.3s;
}

.facility_slider-item p .btn_area a.hover img {
	opacity: 0.5;
}

.swiper-button-prev.swiper-arrow {
	background: url('../../img/department/facility/icon_prev.svg');
	left: 3.125vw;
}

.swiper-button-next.swiper-arrow {
	background: url('../../img/department/facility/icon_next.svg');
	right: 3.125vw;
}

.swiper-button-prev.swiper-arrow,
.swiper-button-next.swiper-arrow {
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	top: calc(50% - 34.5vw/2);
	width: 3.989vw;
	height: 5.781vw;
}