@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   page
			   - index
						- topics
						- greeting
						- obj
						- course
						- c-math
						- exam
						- path
						- fee

--------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#mv {
	position: relative;
	border-bottom: 8px solid #00AABA;
	max-height: 580px;
	overflow: hidden;
}

#mv .slideshow {
	margin: 0 0 0 auto;
	width: calc(100vw - 400px);
	overflow: hidden;
}

#mv .slideshow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#mv .slideshow ul li img {
	width: 100%;
	height: auto;
}

#mv .text {
	position: absolute;
	display: flex;
	align-items: center;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../image/back_square-01.png) no-repeat 10% 10%, url(../image/back_square-02.png) no-repeat 50% 95%;
}

#mv .text .cont {
	background: url(../image/mv_text_back.png) repeat-x 0 0;
	font-size: 28px;
	width: 100%;
	padding: 20px;
	position: relative;
	min-height: 121px;
}

#mv .text .cont p {
	position: absolute;
	top: -30px;
	left: 10%;
}

#mv .text .cont p span {
	display: inline-block;
	margin: 0 0 8px;
	padding: 8px;
	background-color: #FFF;
 font-family: 'Noto Serif JP', serif;
}

#mv .mvmenu {
	position: absolute;
	bottom: 40px;
	left: 5%;
	z-index: 20;
}

#mv .text .cont .new {
	position: absolute;
	top: -140px;
	left: 10%;
}

.scrolltop {
	position: absolute;
	bottom: 6px;
	left: 20px;
	z-index: 30;
	width: 22px;
	animation: fuwa 1.4s infinite;
	animation-timing-function: ease-in-out;
	animation-direction: alternate;
}

.scrolltop img {
	width: 22px;
	height: 82px;
}

@keyframes fuwa {
  0% {
    transform: translate(0,0px);
  }
  100% {
    transform: translate(0,-30px)
  }
}

#indexTopics {
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0;
}

#indexTopics .title {
	display: flex;
	justify-content: space-between;
	margin: 0 0 30px;
}

#indexTopics .title h2 {
	font-size: 30px;
	font-weight: 700;
}

#indexTopics .title ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}

#indexTopics .title ul li {
	margin: 0 0 0 -1px;
	padding: 0;
	width: 120px;
	border: 1px solid #999999;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}

#indexTopics .title ul li.current {
	background-color: #333;
	color: #FFF;
}

#indexTopics .title ul li:hover {
	background-color: #333;
	color: #FFF;
}

#indexTopics .title ul li a {
    color: #333;
    text-decoration: none;
    display: block;
}

#indexTopics .title ul a:hover {
	background-color: #333;
	color: #FFF;
}

#indexTopics .title ul li.current a {
	color: #FFF;
}

#indexTopics .list p {
	margin-bottom: 30px;
}

.topicsList {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.topicsList li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #CCC;
}

.topicsList li.nolink {
	display: block;
	padding: 12px;
}

.topicsList li a {
	display: block;
	padding: 12px;
	text-decoration: none;
	color: #333;
}

.topicsList li a:hover {
	background-color: #EBF8F8;
}

.topicsList li.nolink span.cat,
.topicsList li a span.cat {
	border: 1px solid #999;
	background-color: #F3F3F3;
	text-align: center;
	width: 120px;
	line-height: 24px;
	display: inline-block;
	margin: 0 0 4px;
}

.topicsList li.nolink div span.date,
.topicsList li a div span.date {
	display: inline-block;
	width: 150px;
}

#indexTopics .list.nodisplay {
	display: none;
}

#indexProgram {
	position: relative;
}

#indexProgram:before {
	position: absolute;
	top: 0;
	left: 50%;
 transform: translateX(-50%);
 -webkit-transform: translateX(-50%);
 -ms-transform: translateX(-50%);
	content: "PROGRAM";
	color: #C2E7E7;
	font-size: 60px;
	font-weight: 300;
	letter-spacing: 0.08em;
}


#indexProgram .programBox {
	position: relative;
	display: flex;
	padding: 40px 0 0;
	margin-bottom: -40px;
}

#indexProgram .programBox:before {
	position: absolute;
	width: 100%;
	height: 40px;
	background-color: #C2E7E7;
	top: 66px;
	left: 0;
	content: "";
	z-index: -1;
}

#indexProgram .programBox .ns {
	width: 50%;
	position: relative;
}

#indexProgram .programBox .ns h2 {
	margin: 0 0 8px;
	color: #00A44C;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
	text-shadow: #FFF 1px 1px 2px, #FFF -1px 1px 2px,
    #FFF 1px -1px 2px, #FFF -1px -1px 2px;
}

#indexProgram .programBox .ns img,
#indexProgram .programBox .ss img {
	width: 100%;
	height: auto;
}

#indexProgram .programBox .ss {
	width: 50%;
	position: relative;
}

#indexProgram .programBox .ss h2 {
	margin: 0 0 8px;
	color: #EE911B;
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.04em;
	text-shadow: #FFF 1px 1px 2px, #FFF -1px 1px 2px,
    #FFF 1px -1px 2px, #FFF -1px -1px 2px;
}

#indexProgram .programBox .cont {
	position: relative;
	width: 80%;
	margin: 0 auto;
	top: -100px;
	left: 0;
	background-color: #FFF;
	padding: 20px;
}

#indexProgram .programBox .ns .cont:before {
	position: absolute;
	content: "";
	bottom: -10px;
	left: -20px;
	width: 10px;
	height: 40px;
	background-color: #00A44C;
}

#indexProgram .programBox .ns .cont:after {
	position: absolute;
	content: "";
	bottom: -20px;
	left: -20px;
	width: 50px;
	height: 10px;
	background-color: #00A44C;
}

#indexProgram .programBox .cont p {
	margin: 0 0 6px;
}

#indexProgram .programBox .cont ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#indexProgram .programBox .cont ul li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #333;
}

#indexProgram .programBox .cont ul li a {
 display: block;
	padding: 12px;
	text-decoration: none;
	color: #333;
	position: relative;
	font-weight: 500;
}

#indexProgram .programBox .cont ul li a:after {
	position: absolute;
	top: calc( 50% - 4px);
	right: 12px;
	width: 30px;
 height: 6px;
	content: "";
 border-bottom: 1px solid #AAA;
 border-right: 1px solid #AAA;
 transform: skew(45deg);
	transition: all .3s;
}

#indexProgram .programBox .cont ul li a:hover {
	background-color: #EBF8F8;
}

#indexProgram .programBox .cont ul li a:hover:after {
	right: 30px;
	border-color: #00AABA;
}

#indexProgram .programBox .ss .cont:before {
	position: absolute;
	content: "";
	bottom: -10px;
	right: -20px;
	width: 10px;
	height: 40px;
	background-color: #EE911B;
}

#indexProgram .programBox .ss .cont:after {
	position: absolute;
	content: "";
	bottom: -20px;
	right: -20px;
	width: 50px;
	height: 10px;
	background-color: #EE911B;
}

#indexBanner {
	margin: 60px 0 0;
	background: url(../image/slash_back.png) #C2E7E7 repeat-x 0 100%;
}

#indexBanner ul {
	width: 958px;
	margin: 0 auto;
	padding: 30px 0 48px;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

#indexBanner ul li {
	margin: 0;
	padding: 0;
	text-align: center;
}

#indexBanner ul li a {
	display: block;
	text-decoration: none;
	font-size: 24px;
	color: #333;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#indexBanner ul li a img {
	display: block;
	padding: 20px 0 0;
	background: url(../image/arrow-01.png) no-repeat center 3px;
	background-size: 16px;
	transition-duration: 0.3s;
}

#indexBanner ul li a:hover {
	color: #00AABA;
}

#indexBanner ul li a:hover img {
	opacity: .8;
	background: url(../image/arrow-01.png) no-repeat center 6px;
	background-size: 16px;
}

.sp.subtext {
    display: none;
}

/*------------------------------------------------------------------------------------------------
  topics
--------------------------------------------------------------------------------------------------*/
#second.topics #indexTopics {
	padding: 0;
}

#second.topics #indexTopics .title {
	background-image: none;
	margin: 0;
}

.topicsDetail {
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
}

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

.topicsDetail .info .cat {
border: 1px solid #999;
	background-color: #F3F3F3;
	text-align: center;
	width: 120px;
	line-height: 24px;
	display: inline-block;
	margin: 0 0 4px;
}

.topicsDetail .info .date {
	padding-left: 20px;
}

.topicsDetail .cont {
	padding: 0 0 10px;
}

/*------------------------------------------------------------------------------------------------
  greeting
--------------------------------------------------------------------------------------------------*/
.greeting .main {
	position: relative;
	margin: 0 0 120px;
}

.greeting .main:before {
	position: absolute;
	width: 30%;
	height: 60px;
	background-color: #DDF2F2;
	content: "";
	right: 0;
	bottom: -20px;
	z-index: -1;
}

.greeting .main p.lead {
	font-size: 24px;
	line-height: 1.4;
	display: inline-block;
	background: -webkit-linear-gradient(0deg, #004EBA, #00AABA);
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
	font-weight: 700;
}

.greeting .main .comment {
	display: flex;
	justify-content: space-between;
}

.greeting .main .comment .photo {
	width: 240px;
	margin-left: 100px;
}

.greeting .main .comment .photo img {
	margin-right: 40px;
}

.greeting .sig {
	text-align: right;
}

.greeting .sig span {
	font-size: 12px;
}

.greeting .sub {
	display: flex;
	justify-content: space-between;
	margin: 0 0 60px;
}

.greeting .sub .ns {
	width: 46%;
}

.greeting .sub .ss {
	width: 46%;
}

.greeting .sub .lead {
	font-size: 20px;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.06em;
}

.greeting .sub .ns .lead {
	color: #00A44C;
}

.greeting .sub .ss .lead {
	color: #EE911B;
}

.greeting .sub .sig {
	text-align: right;
}

.greeting .sub .photo {
	position: relative;
	width: 240px;
	margin: 0 auto 30px;
}

.greeting .sub .ns .photo:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background-color: #CCEDDB;
	right: 0;
	bottom: 0;
	transform: rotate(55deg);
	z-index: -1;
}

.greeting .sub .ss .photo:before {
	position: absolute;
	content: "";
	width: 60px;
	height: 60px;
	background-color: #FCE9D1;
	right: 0;
	bottom: 0;
	transform: rotate(55deg);
	z-index: -1;
}

.secMD {
	position: relative;
	text-align: center;
	font-size: 26px;
	font-weight: 500;
	padding: 8px;
	color: #00AABA;
	letter-spacing: 0.04em;
}

.secMD:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
		border-bottom: 2px dotted #00AABA;
}

.secMD span {
  position: relative;
  padding: 8px 2em;
  background: #E9F5F5;
 	font-family: 'Noto Serif JP', serif;
}

/*------------------------------------------------------------------------------------------------
  obj
--------------------------------------------------------------------------------------------------*/
#second h3.objLead {
	margin: 0 0 30px;
	padding: 0;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

#second h3.objLead:before,
#second h3.objLead:after {
	display: none;
}

.objWrap {
	margin-bottom: 80px;
}

.objWrap .inner {
	display: flex;
}

.objWrap .inner .text {
	margin-right: 60px;
}

.objWrap .inner .photo {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	padding: 60px calc(50vw - 50%) 0;
	position: relative;
}

.objWrap .inner .photo:before {
	position: absolute;
	top: 0;
	left: 30%;
	background-color: #DDF2F2;
	width: 100%;
 height: 190px;
	content: "";
	z-index: -1;
}

.saihen img {
	max-width: 100%;
	height: auto;
}


/*------------------------------------------------------------------------------------------------
  course
--------------------------------------------------------------------------------------------------*/
.courseList {
	position: relative;
	margin: 60px 0 40px 24px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

/*.courseList:nth-of-type(1):before {
	position: absolute;
	content: "MASTER'S PROGRAM IN NATURAL SCIENCE";
	top: -90px;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 1;
	color: #E2F5EB;
	font-size: 42px;
}

.courseList:nth-of-type(2):before {
	position: absolute;
	content: "MASTER'S PROGRAM IN SYSTEM SCIENCE";
	top: -90px;
	right: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 1;
	color: #FFE7C1;
	font-size: 42px;
}*/

.courseList dt {
	color: #FFF;
	width: 24%;
}

.courseList dt a {
	display: block;
	padding: 16px;
	color: #FFF;
	font-weight: 500;
	position: relative;
	text-decoration: none;
}

.courseList dt a:before {
	position: absolute;
	content: "";
	top: calc( 50% - 4px);
	right: 15px;
	border-bottom: 1px solid #FFF;
	border-right: 1px solid #FFF;
	width: 30px;
	height: 6px;
	transform: skew(45deg);
	transition: all .3s;
}

.courseList dt a:hover {
	background-color: #00AABA;
	color: #FFF;
}

.courseList dt a:hover:before {
	right: -16px;
	border-color: #00A44C;
}

.courseList:nth-of-type(1) dd {
	width: 76%;
	margin: 0 0 10px;
	padding: 16px 24px;
	border-bottom: 1px dotted #00A44C;
}

.courseList:nth-of-type(2) dd {
	width: 76%;
	margin: 0 0 10px;
	padding: 16px 24px;
	border-bottom: 1px dotted #EE911B;
}

.courseList dd p {
	margin: 0 !important;
}

.courseList:nth-of-type(1) dt {
	background-color: #00A44C;
}

.courseList:nth-of-type(2) dt {
	background-color: #EE911B;
}

.photoImage {
	width: 70%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
}

.photoImage li {
	margin: 0;
	padding: 0;
}

.photoImage li img {
	max-width: 100%;
	height: auto;
}

.curriculumBtn {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 24px 60px;
	font-size: 18px;
	padding: 30px 0 30px 30px;
	border-top: 1px dashed #CCC;
	border-bottom: 1px dashed #CCC;
}

.curriculumBtn div.curriTitle {
	margin-right: 40px;
}

.curriculumBtn div.curriTitle p {
	margin: 0 !important;
}

.curriculumBtn a {
	display: inline-block;
	margin: 0 10px;
	padding: 10px 0;
	width: 240px;
	text-align: center;
	border: 2px solid #00AABA;
	box-shadow: 3px 3px 1px #ddd;
	text-decoration: none;
	color: #333;
	background: url(../image/arrow-03.png) no-repeat 94% center;
	background-size: 8px;
}

.curriculumBtn a:hover {
	background: url(../image/arrow-04.png) #00AABA no-repeat 94% center;
	background-size: 8px;
	color: #FFF;
}

#second .inMenu.sub ul {
	padding-bottom: 0;
}

#second .inMenu.sub ul li {
	margin-bottom: 20px;
}

#second .inMenu.sub ul li a {
	width: 300px;
}

.curriculumTb {
	width: 100%;
	margin: 0 0 60px;
}

.curriculumTb tr:nth-of-type(2n) {
	background-color: #F3F2F1;
}

.curriculumTb th {
	padding: 10px;
	border: 1px solid #CCC;
	border-bottom: 2px solid #CCC;
	background-color: #00AABA;
	color: #FFF;
}

.curriculumTb th.parts {
	border-bottom: 1px solid #CCC;
}

.curriculumTb th.s {
	width: 80px;
}

.curriculumTb td {
	padding: 10px;
	border: 1px solid #CCC;
	text-align: center;
}

.curriculumTb td.bk-w {
	background-color: #FFF;
}

.curriculumTb td.bunrui {
	vertical-align: top;
}

.curriculumTb td.kamoku {
	text-align: left;
}

.curriculumTb tr.last {
	border-bottom: 2px solid #CCC;
}






/*------------------------------------------------------------------------------------------------
  c_math 数理科学
--------------------------------------------------------------------------------------------------*/
.c_math .courseTop {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.c_math .courseTop .text {
	width: 56%;
}	

.c_math .courseTop .text .lead {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	color: #00A44C;
	font-family: 'Noto Serif JP', serif;
}

.c_math .courseTop .photo {
	width: 40%;
	position: relative;
}
	
.c_math .courseTop .photo img {
	max-width: 100%;
	height: auto;
}

.c_math .courseTop .photo:before {
 position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: -10px;
	left: -14px;
 background: linear-gradient(-45deg, transparent, transparent 49%, #00A44C 49%, #00A44C 51%, transparent 51%, transparent);
}

.fieldWrapN {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

.fieldWrapN .field {
	width: 48%;
	margin: 0 1% 40px;
	border: 1px dotted #CCC;
}

#second .contents .fieldWrapN .field h4 {
	margin: 0 0 20px;
	background-color: #E9F5F5;
	padding: 8px 16px;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.06em;
	font-family: 'Noto Serif JP', serif
}

#second .contents .fieldWrapN .field h4:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-style: solid;
  border-color: transparent transparent transparent #00A44C;
  border-width: 0 0 10px 30px;
}

.fieldWrapN .field ul {
	margin: 0 40px 20px;
	padding: 0;
}

.fieldWrapN .field ul li {
	margin: 0 0 8px;
	padding: 0;
}

.menuWrap {
	position: relative;
}

.courseMenu {
	display: flex;
	justify-content: center;
	margin: 0 calc(50% - 50vw) 30px;
	padding: 30px 0 40px;
	list-style: none;
	background: url(../image/slash_back.png) #C2E7E7 repeat-x 0 100%;
	width: 100vw;
}

.courseMenu li {
	margin: 0 10px;
	padding: 0;
	border: 1px solid #DDD;
}

.courseMenu li a {
	display: block;
	padding: 12px 8px;
	width: 240px;
	text-align: center;
	text-decoration: none;
	color: #333;
	background-color: #FFF;
}

.courseMenu li a:hover {
	background-color: #00AABA;
	color: #FFF;
}

.teacherListN {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px;
}

.teacherListN .teacher {
	width: 46%;
	margin: 0 2% 28px;
	background-color: #E9F5F5;
	padding: 16px 20px;
	position: relative;
}

.teacherListN .teacher:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #00A44C;
}

.teacherListN .teacher p:nth-of-type(1) {
	margin-bottom: 4px !important;
	padding-bottom: 12px !important;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px dashed #AAA;
	position: relative;
}

.teacherListN .teacher p:nth-of-type(1):before {
	position: absolute;
	bottom: -4px;
	left: 8px;
	width: 8px;
	height: 8px;
	background-color: #00A44C;
	content: "";
	transform: rotate(45deg);
}

.teacherListN .teacher p span.syoku {
	font-size: 14px;
	margin-left: 4px;	
}

.teacherListN .teacher p {
	margin: 0 !important;
	padding: 8px 4px;
}


/*------------------------------------------------------------------------------------------------
  c_ees 生態環境科学
--------------------------------------------------------------------------------------------------*/
.c_ees .courseTop {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.c_ees .courseTop .text {
	width: 56%;
}	

.c_ees .courseTop .text .lead {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	color: #00A44C;
	font-family: 'Noto Serif JP', serif;
}

.c_ees .courseTop .photo {
	width: 40%;
	position: relative;
}
	
.c_ees .courseTop .photo img {
	max-width: 100%;
	height: auto;
}

.c_ees .courseTop .photo:before {
 position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: -10px;
	left: -14px;
 background: linear-gradient(-45deg, transparent, transparent 49%, #00A44C 49%, #00A44C 51%, transparent 51%, transparent);
}


/*------------------------------------------------------------------------------------------------
  c_ls 生命科学
--------------------------------------------------------------------------------------------------*/
.c_ls .courseTop {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.c_ls .courseTop .text {
	width: 56%;
}	

.c_ls .courseTop .text .lead {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	color: #00A44C;
	font-family: 'Noto Serif JP', serif;
}

.c_ls .courseTop .photo {
	width: 40%;
	position: relative;
}
	
.c_ls .courseTop .photo img {
	max-width: 100%;
	height: auto;
}

.c_ls .courseTop .photo:before {
 position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: -10px;
	left: -14px;
 background: linear-gradient(-45deg, transparent, transparent 49%, #00A44C 49%, #00A44C 51%, transparent 51%, transparent);
}


/*------------------------------------------------------------------------------------------------
  c_ess 宇宙地球科学
--------------------------------------------------------------------------------------------------*/
.c_ess .courseTop {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.c_ess .courseTop .text {
	width: 56%;
}	

.c_ess .courseTop .text .lead {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	color: #00A44C;
	font-family: 'Noto Serif JP', serif;
}

.c_ess .courseTop .photo {
	width: 40%;
	position: relative;
}
	
.c_ess .courseTop .photo img {
	max-width: 100%;
	height: auto;
}

.c_ess .courseTop .photo:before {
 position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: -10px;
	left: -14px;
 background: linear-gradient(-45deg, transparent, transparent 49%, #00A44C 49%, #00A44C 51%, transparent 51%, transparent);
}


/*------------------------------------------------------------------------------------------------
  c_mate 物質科学コース
--------------------------------------------------------------------------------------------------*/
.c_mate .courseTop {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.c_mate .courseTop .text {
	width: 56%;
}	

.c_mate .courseTop .text .lead {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	color: #00A44C;
	font-family: 'Noto Serif JP', serif;
}

.c_mate .courseTop .photo {
	width: 40%;
	position: relative;
}
	
.c_mate .courseTop .photo img {
	max-width: 100%;
	height: auto;
}

.c_mate .courseTop .photo:before {
 position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: -10px;
	left: -14px;
 background: linear-gradient(-45deg, transparent, transparent 49%, #00A44C 49%, #00A44C 51%, transparent 51%, transparent);
}


/*------------------------------------------------------------------------------------------------
  c_acbe 化学・生体
--------------------------------------------------------------------------------------------------*/
.c_acbe .courseTop {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.c_acbe .courseTop .text {
	width: 56%;
}	

.c_acbe .courseTop .text .lead {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	color: #EE911B;
	font-family: 'Noto Serif JP', serif;
}

.c_acbe .courseTop .photo {
	width: 40%;
	position: relative;
}
	
.c_acbe .courseTop .photo img {
	max-width: 100%;
	height: auto;
}

.c_acbe .courseTop .photo:before {
 position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: -10px;
	left: -14px;
 background: linear-gradient(-45deg, transparent, transparent 49%, #EE911B 49%, #EE911B 51%, transparent 51%, transparent);
}

.fieldWrapS {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 40px;
}

.fieldWrapS .field {
	width: 48%;
	margin: 0 1% 40px;
	border: 1px dotted #CCC;
}

#second .contents .fieldWrapS .field h4 {
	margin: 0 0 20px;
	background-color: #E9F5F5;
	padding: 8px 16px;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.06em;
	font-family: 'Noto Serif JP', serif;
}

#second .contents .fieldWrapS .field h4:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  border-style: solid;
  border-color: transparent transparent transparent #EE911B;
  border-width: 0 0 10px 30px;
}

.fieldWrapS .field ul {
	margin: 0 40px 20px;
	padding: 0;
}

.fieldWrapS .field ul li {
	margin: 0 0 8px;
	padding: 0;
}

.teacherListS {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 60px;
}

.teacherListS .teacher {
	width: 46%;
	margin: 0 2% 28px;
	background-color: #E9F5F5;
	padding: 16px 20px;
	position: relative;
}

.teacherListS .teacher:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 40px;
	height: 2px;
	background-color: #EE911B;
}

.teacherListS .teacher p:nth-of-type(1) {
	margin-bottom: 4px !important;
	padding-bottom: 12px !important;
	font-size: 20px;
	font-weight: 500;
	border-bottom: 1px dashed #AAA;
	position: relative;
}

.teacherListS .teacher p:nth-of-type(1):before {
	position: absolute;
	bottom: -4px;
	left: 8px;
	width: 8px;
	height: 8px;
	background-color: #EE911B;
	content: "";
	transform: rotate(45deg);
}

.teacherListS .teacher p span.syoku {
	font-size: 14px;
	margin-left: 4px;	
}

.teacherListS .teacher p {
	margin: 0 !important;
	padding: 4px;
}


/*------------------------------------------------------------------------------------------------
  c_mech 機械
--------------------------------------------------------------------------------------------------*/
.c_mech .courseTop {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.c_mech .courseTop .text {
	width: 56%;
}	

.c_mech .courseTop .text .lead {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	color: #EE911B;
	font-family: 'Noto Serif JP', serif;
}

.c_mech .courseTop .photo {
	width: 40%;
	position: relative;
}
	
.c_mech .courseTop .photo img {
	max-width: 100%;
	height: auto;
}

.c_mech .courseTop .photo:before {
 position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: -10px;
	left: -14px;
 background: linear-gradient(-45deg, transparent, transparent 49%, #EE911B 49%, #EE911B 51%, transparent 51%, transparent);
}

/*------------------------------------------------------------------------------------------------
  c_elec 電子
--------------------------------------------------------------------------------------------------*/
.c_elec .courseTop {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.c_elec .courseTop .text {
	width: 56%;
}	

.c_elec .courseTop .text .lead {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	color: #EE911B;
	font-family: 'Noto Serif JP', serif;
}

.c_elec .courseTop .photo {
	width: 40%;
	position: relative;
}
	
.c_elec .courseTop .photo img {
	max-width: 100%;
	height: auto;
}

.c_elec .courseTop .photo:before {
 position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: -10px;
	left: -14px;
 background: linear-gradient(-45deg, transparent, transparent 49%, #EE911B 49%, #EE911B 51%, transparent 51%, transparent);
}

/*------------------------------------------------------------------------------------------------
  c_aae 建築
--------------------------------------------------------------------------------------------------*/
.c_aae .courseTop {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.c_aae .courseTop .text {
	width: 56%;
}	

.c_aae .courseTop .text .lead {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	color: #EE911B;
	font-family: 'Noto Serif JP', serif;
}

.c_aae .courseTop .photo {
	width: 40%;
	position: relative;
}
	
.c_aae .courseTop .photo img {
	max-width: 100%;
	height: auto;
}

.c_aae .courseTop .photo:before {
 position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: -10px;
	left: -14px;
 background: linear-gradient(-45deg, transparent, transparent 49%, #EE911B 49%, #EE911B 51%, transparent 51%, transparent);
}

/*------------------------------------------------------------------------------------------------
  c_is 情報システム
--------------------------------------------------------------------------------------------------*/
.c_is .courseTop {
	display: flex;
	justify-content: space-between;
	margin: 0 0 40px;
}

.c_is .courseTop .text {
	width: 56%;
}	

.c_is .courseTop .text .lead {
	font-size: 22px;
	font-weight: 700;
	position: relative;
	color: #EE911B;
	font-family: 'Noto Serif JP', serif;
}

.c_is .courseTop .photo {
	width: 40%;
	position: relative;
}
	
.c_is .courseTop .photo img {
	max-width: 100%;
	height: auto;
}

.c_is .courseTop .photo:before {
 position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	top: -10px;
	left: -14px;
 background: linear-gradient(-45deg, transparent, transparent 49%, #EE911B 49%, #EE911B 51%, transparent 51%, transparent);
}


/*------------------------------------------------------------------------------------------------
  exam
--------------------------------------------------------------------------------------------------*/
.katei {
	font-size: 20px;
	font-weight: 700;
	background-color: #E9F5F5;
	display: inline-block;
	padding: 8px;
	letter-spacing: 0.1em;
	border: 1px solid #00AABA;
	color: #00AABA;
}

.examTb {
	width: 100%;
	margin: 0 0 50px;
}

.examTb th {
	background-color: #DDD;
	padding: 8px 16px;
	border: 1px solid #CCC;
}

.examTb th:nth-of-type(1) {
	width: 210px;
}

.examTb td {
	padding: 8px 16px;
	border: 1px solid #CCC;
	text-align: center;
}

#second .contents p.atten {
	margin-bottom: 60px;
}


/*------------------------------------------------------------------------------------------------
  path
--------------------------------------------------------------------------------------------------*/
.companyVoice {
	margin: 0 0 60px;
}

.companyVoice h4 {
	position: relative;
	color: #00AABA;
	letter-spacing: 0.06em;
	font-family: 'Noto Serif JP', serif;
}

.companyVoice h4:after {
	position: absolute;
	bottom: -18px;
	left: 38px;
	content: "";
	width: 3px;
	height: 26px;
	background-color: #00AABA;
}

.companyVoice .sig {
	margin: 0 0 10px 16px;
	padding: 5px 0 0;
	font-weight: 500;
}

.companyVoice .cont {
	padding: 10px 20px;
	border-bottom: 1px dashed #CCC;
	border-right: 1px dashed #CCC;
	box-shadow: 3px 3px 3px #EEE;
}

.companyVoice .cont p {
	margin-bottom: 10px !important;
}

/*------------------------------------------------------------------------------------------------
  fee
--------------------------------------------------------------------------------------------------*/
.feeTanni {
	margin: 0 !important;
	text-align: right;
}

.feeTb {
	width: 100%;
	margin: 0 0 10px;
}

.feeTb thead th,
.feeTb thead td {
	padding: 10px 20px;
	border-top: 1px solid #EA838D;
	border-right: 1px solid #EA838D;
	background-color: #FFC;
	text-align: center;
}

.feeTb thead th:last-of-type,
.feeTb thead td:last-of-type {
	border-right: none;
}

.feeTb tbody tr:nth-child(2n) {
	background-color: #F3F2F1;
}

.feeTb tbody th {
	padding: 10px 20px;
	border-top: 1px solid #EA838D;
	border-bottom: 1px solid #EA838D;
	border-right: 1px solid #EA838D;
	text-align: left;
	font-weight: 400;
}

.feeTb tbody td {
	padding: 10px 20px;
	border-top: 1px solid #EA838D;
	border-bottom: 1px solid #EA838D;
	border-right: 1px solid #EA838D;
	width: 12.5%;
	text-align: right;
}

.feeTb tbody td:hover {
	background-color: #E9F5F5;
}

.feeTb tbody td:last-of-type {
	border-right: none;
}

.feeSankou {
	font-size: 14px;
	text-align: right;
}

.syougakukin {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.syougakukin li {
	margin: 0 0 16px;
	padding: 0;
}

.syougakukin li dl {
	margin-left: 56px;
	display: flex;
	flex-wrap: wrap;
}

.syougakukin li dl dt {
	width: 11%;
}

.syougakukin li dl dd {
	width: 89%;
}

.fee p + h4 {
	margin: 40px 0 20px !important;
}





@media screen and (min-width:1181px) and ( max-width:1380px) {
#mv .mvmenu {
	bottom: 5px;
}

}

@media screen and (min-width:1001px) and ( max-width:1180px) {
#mv .mvmenu {
	bottom: -5px;
}

#mv .text {
	width: 60%;
}
}

@media screen and (min-width:1180px) and ( max-width:1260px) {
#mv .text .cont .new {
	position: absolute;
	top: -120px;
	left: 10%;
}
}

@media screen and (min-width:1082px) and ( max-width:1179px) {
#mv .text .cont .new {
	position: absolute;
	top: -100px;
	left: 10%;
}
}

@media screen and (max-width: 1081px) {
/*------------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------------*/
#mv {
}

#mv .slideshow {
	width: 100%;
	max-height: 280px;
}

#mv .mvmenu {
	display: none;
}

#mv .text {
	width: 100%;
	height: auto;
	display: block;
	top: 140px;
}

#mv .text .cont {
	font-size: 18px;
	background: none;
}

#mv .text .cont p {
	background-color: #FFF;
	line-height: 1;
	top: 0;
	left: 0;
	display: block;
	padding: 8px 8px 0;
}

#mv .text .cont p span {
	padding: 0;
	display: block;
}

#mv .text .cont .new {
	position: absolute;
	top: -40px;
	left: 10px;
}

#mv .text .cont .new img {
	width: 200px;
	height: auto;
}

.subtext {
	font-size: 12px;
	padding: 10px;
}

#indexTopics {
	margin: 30px auto 0;
	padding: 0;
	width: 96%;
}

#indexTopics .title {
	display: block;
}

#indexTopics .title ul {
	font-size: 12px;
}

#indexTopics .title ul li {
	width: 25%;
}

.topicsList li.nolink div span.date,
.topicsList li a div span.date {
	display: block;
}

#indexProgram {
	margin-top: 40px;
}

#indexProgram .programBox {
	display: block;
}

#indexProgram:before,
#indexProgram .programBox:before {
	display: none;
}

#indexProgram .programBox .ns {
	width: 100%;
}

#indexProgram .programBox .ss {
	width: 100%;
}

#indexProgram .programBox .ns h2,
#indexProgram .programBox .ss h2 {
	margin: 0;
}

#indexBanner ul {
	display: block;
	width: 100%;
}

#indexBanner ul li {
	margin: 0 0 20px;
}

#indexBanner ul li a {
	font-size: 18px;
	display: inline-block;
}

#indexProgram .programBox .cont {
	width: 90%;
}

/*------------------------------------------------------------------------------------------------
  topics
--------------------------------------------------------------------------------------------------*/
.topicsDetail {
	width: 96%;
}

#second .contents h3 {
	font-size: 20px;
	letter-spacing: 0.02em;
	line-height: 1.4;
}

/*------------------------------------------------------------------------------------------------
  greeting
--------------------------------------------------------------------------------------------------*/
.greeting .main p.lead {
	font-size: 18px;
}

.greeting .main .comment {
	display: block;
}

.greeting .sub {
	display: block;
}

.greeting .sub .ns,
.greeting .sub .ss {
	width: 100%;
}

.secMD {
	font-size: 18px;
}

.greeting .main:before {
	width: 50%;
}

.greeting .main .comment .photo {
	width: 100%;
	margin: 0;
	text-align: center;
}

.greeting .main .comment .photo img {
	margin: 0;
}

.greeting .sub .photo {
	width: 100%;
	text-align: center;
}

.greeting .sub .ns .photo:before {
	right:calc( 50% - 130px);
}

.greeting .sub .ss .photo:before {
	right:calc( 50% - 130px);
}

/*------------------------------------------------------------------------------------------------
  obj
--------------------------------------------------------------------------------------------------*/
#second h3.objLead {
	text-align: left;
}

.objWrap .inner {
	display: block;
}

.objWrap .inner .text {
	margin: 0;
}

.objWrap .inner .photo {
	text-align: center;
	overflow: hidden;
}

/*------------------------------------------------------------------------------------------------
  course
--------------------------------------------------------------------------------------------------*/
.courseList:nth-of-type(1):before,
.courseList:nth-of-type(2):before {
	display: none;
}

.courseList {
	display: block;
	margin: 60px 0;
}

.courseList dt {
	width: 80%;
}

.courseList:nth-of-type(1) dd,
.courseList:nth-of-type(2) dd {
	width: 100%;
}

.courseList:nth-of-type(1) dd,
.courseList:nth-of-type(2) dd {
	padding: 16px 0 16px 24px;
}

.courseTop .text .lead {
	font-size: 20px !important;
	line-height: 1.4;
}

#second .inMenu.sub ul li a {
	width: auto;
}

/*------------------------------------------------------------------------------------------------
  course
--------------------------------------------------------------------------------------------------*/
.c_math .courseTop,
.c_ees .courseTop,
.c_ls .courseTop,
.c_ess .courseTop,
.c_mate .courseTop,
.c_acbe .courseTop,
.c_mech .courseTop,
.c_elec .courseTop,
.c_aae .courseTop,
.c_is .courseTop {
	display: block;
}

.c_math .courseTop .text,
.c_ees .courseTop .text,
.c_ls .courseTop .text,
.c_ess .courseTop .text,
.c_mate .courseTop .text,
.c_acbe .courseTop .text,
.c_mech .courseTop .text,
.c_elec .courseTop .text,
.c_aae .courseTop .text,
.c_is .courseTop .text {
	width: 100%;
}

.c_math .courseTop .photo,
.c_ees .courseTop .photo,
.c_ls .courseTop .photo,
.c_ess .courseTop .photo,
.c_mate .courseTop .photo,
.c_acbe .courseTop .photo,
.c_mech .courseTop .photo,
.c_elec .courseTop .photo,
.c_aae .courseTop .photo,
.c_is .courseTop .photo {
	width: 100%;
}

.fieldWrapN,
.fieldWrapS {
	display: block;
}

.fieldWrapN .field,
.fieldWrapS .field {
	width: 100%;
}

.courseMenu {
	display: block;
}

.courseMenu li {
	margin: 0 0 8px;
}

.courseMenu li a {
	display: block;
	margin: 0 auto;
	width: 80%;
}

.teacherListN,
.teacherListS {
	display: block;
}

.teacherListN .teacher,
.teacherListS .teacher {
	margin: 0 0 30px;
	padding: 10px;
	width: 100%;
}

.teacherListN .teacher p:nth-of-type(1),
.teacherListS .teacher p:nth-of-type(1) {
	font-size: 18px;
	margin-bottom: 8px !important;
}

.teacherListN .teacher p,
.teacherListS .teacher p {
	font-size: 14px;
	line-height: 1.2;
}

/*------------------------------------------------------------------------------------------------
  exam
--------------------------------------------------------------------------------------------------*/
.examTb {
	margin-bottom: 10px;
}

*.scroll{
margin: 0 0 40px;
overflow: auto;
white-space: nowrap;
}
.scroll::-webkit-scrollbar{
 height: 8px;
}
.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.pcspace {
	display: none;
}

/*------------------------------------------------------------------------------------------------
  path
--------------------------------------------------------------------------------------------------*/
#second .contents .companyVoice h4 {
	line-height: 1.2;
	font-size: 18px;
	padding: 12px 8px;
}

/*------------------------------------------------------------------------------------------------
  fee
--------------------------------------------------------------------------------------------------*/
.feeSankou {
	font-size: 14px;
	text-align: left;
}

.syougakukin {
	margin: 0 0 40px;
	padding: 0;
	list-style: none;
}

.syougakukin li {
	margin: 0 0 16px;
	padding: 0;
	font-weight: 500;
}

.syougakukin li dl {
	margin: 4px 0 0;
	padding: 8px 0 0;
	display: block;
	border-top: 1px dotted #CCC;
	font-weight: 400;
}

.syougakukin li dl dt {
	width: 100%;
}

.syougakukin li dl dd {
	width: 100%;
	margin: 0 0 10px;
}

.fee p + h4 {
	margin: 40px 0 20px !important;
}



}
