@charset "utf-8";

/*--------------------------------------------------------------------------------------------------

   second

--------------------------------------------------------------------------------------------------*/

.sp {
  display: none;
}

.pc {
  display: block;
}


@media all and (max-width: 1199px) {
  .content {
    width: 90%;
    margin: 0 auto;
  }

  #header h1 {
    font-size: 22px;
  }

  #header h1 span {
    font-size: 18px;
  }

  #header ul {
    font-size: 16px;
  }

  #index .content:nth-child(2n-1) {
    width: 90%;
  }

  .courseBox section,
  .footer .content {
    width: 90%;
  }

  .content-course-box {
    width: 100%;
  }

  .courseBox h3 {
    width: 400px;
  }

  .courseBox section p {
    width: 350px;
  }
		
}


@media all and (max-width: 1023px) {

  .sp {
    display: block;
  }
  
  .pc {
    display: none;
  }

  body {
    font-size: 14px;
  }
		
		img {
			max-width: 100%;
			height: auto;
		}
		
.scroll{
margin: 0 0 20px;
overflow: auto;
white-space: nowrap;
}

.scroll::-webkit-scrollbar{
 height: 5px;
}

.scroll::-webkit-scrollbar-track{
 background: #F1F1F1;
}

.scroll::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}

.arrowbtn a {
	width: 50%;
}

.arrowbtn2 a {
	width: 50%;
}

.arrowbtn3 a {
	width: 100%;
	text-align: left;
	padding-left: 20px;
}

#pagetop {
	right: 10px;
}

.alignright, alignleft, aligncenter {
	float: none;
	display: block;
	margin: 0 auto 30px;
}

.mgnb20 {
	margin-bottom: 20px !important;
}

/*--------------------------------------------------------------------------------------------
  header
--------------------------------------------------------------------------------------------*/

  #header {
			position: static;
    padding: 0;
				background-color: #FFF;
				height: auto;
		}
		
		#header .topMenu,
		#header .bottomMenu {
			display: none;
		}

  #header ul.pc {
    display: none;
  }

  #header h1,
		#header p  {
			position: static;
			top: 0;
			left: 0;
    font-size: 16px;
				padding: 14px 0 0 10px;
  }

  #header h1 span,
		#header p span {
    font-size: 14px;
  }

		#header h1 span:nth-child(2), #header p span:nth-child(2) {
			font-size: 12px;
			top: -1px;
		}

  #header ul {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
				margin: 0;
    padding: 0;
    background:#142850;
    z-index: 9999;
	  	display:none;
    border-bottom: none;
  }

  #header ul li {
			margin: 0;
			padding: 0;
			text-align: center;
		}
		
		#header ul li:last-child {
			margin-left: 0;
		}
		
		#header ul li.btn a {
			background-image: none;
			padding: 8px;
			border-radius: 0;
			color: #FFF;
		}
		
		#header ul li a:hover {
			font-weight: 400;
			color: #FFF;
		}
		
		#header ul li.btn a:hover {
			background-image: none;
			background-color: transparent;
			color: #FFF;
		}

  .menubt {
    z-index: 3;
    width: 42px;
    height: 42px;
    display: block;
    right: 10px;
    top: 10px;
    position: absolute;
    background: #142850;
    background-size: contain;
  }
  
  .menubt span {
    width: 25px;
    height: 2px;
    display: block;
    background: #fff;
    border-radius: 0;
    position: absolute;
    right: 8px;
    top: 20px;
    transition: all 0.4s;
    transform: rotate(0deg);
  }
  
  .menubt .top {
    -webkit-transform: translateY(-250%);
    -ms-transform: translateY(-250%);
    transform: translateY(-250%);
  }
  
  .menubt .bottom {
    -webkit-transform: translateY(250%);
    -ms-transform: translateY(250%);
    transform: translateY(250%);
  }
  
  .menubt .menuclick1 {
    transform: rotate(-215deg);
  }
  
  .menubt .menuclick2 {
    background-color: rgba(255,255,255,0);
  }
  
  .menubt .menuclick3 {
    transform: rotate(215deg);
  }

  #header ul li {
    border-top: 1px solid #fff;
    padding: 0;
    width: 100%;
				margin: 0;
  }

  #header ul li a {
    color: #fff;
    padding: 12px 20px;
  }

  #header ul li a::after {
    border: none;
  }
		
		.mv-container {
			margin: 10px 0 0;
			height: 400px !important;
		}
		
		.mv-background-img {
			width: 100% !important;
		}
		
		.mv-bg-circle-img {
			display: none !important;
		}
		
		.mv-r-person-img {
			right: -100px !important;
			height: auto !important;
		}
		
		.mv-keyword-box {
			width: 40% !important;
		}
		
		.mv-l-img-box {
			transform: translate(10px, -55%) !important;
		}
		
		.mv-keyword-svg {
			width: 110% !important;
			height: auto !important;
		}
		
		.mv-courses-wrapper h3 {
			font-size: 1rem !important;
			line-height: 1.1 !important;
		}
		
		.mv-bl-caption-box {
			bottom: 2% !important;
			text-shadow: 1px 1px 1px #fff, 1px -1px 1px #fff, -1px 1px 1px #fff, -1px -1px 1px #fff, 3px 3px 10px #fff, -3px -3px 10px #fff;
		}
		
		.scrolltop {
			top: 300px;
			z-index: 5;
		}

/*------------------------------------------------------------------------------------------------
  nav
--------------------------------------------------------------------------------------------------*/
.drawer-hamburger {
	top: 0;
}

.drawer-nav {
	z-index: 200;
	background-color: #132850;
	width: 20rem;
}

.drawer--right .drawer-nav {
    right: -20rem;
}
.drawer-menu {
	background-color: #132850;
}

.drawer--right.drawer-open .drawer-hamburger {
    right: 20rem;
}

.drawer-menu a {
	text-decoration: none;
 color: #FFFFFF;
	border-bottom: 1px solid #FFF;
	outline:none;
}

.drawer-menu a:hover {
	text-decoration: none;
}

.drawer-menu li ul li {
}

.drawer-menu li ul li:last-child {
	border: none;
}

.drawer-dropdown-menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.drawer-menu-item {
	padding:.6rem;
	font-size: 1.3rem;
}

.drawer-menu li ul li a {
	display: block;
	color: #333333;
	line-height: 3rem;
	/*background: url(../image/arrow-02.png) no-repeat 97% center;*/
	background-size: 10px;
	padding-left: .6rem;
	text-decoration: none;
}

.drawer-menu-item:hover {
	color: #FFFFFF;
}

.drawer-dropdown-menu {
	background-color: #F3F3F3;
}

.drawer-menu li ul li a {
	padding: 10px;
	line-height: 1.2 !important;
	font-size: 1.3rem;
}

.drawer-hamburger {
	z-index: 110;
	width: 3rem;
}
	
	.menubtn {
		position:absolute;
		right:1em;
		top:37px;
		width:28px;
		height:20px;
		cursor:pointer;
		transition:.3s;
	}
	
	.menubtn span {
		position:absolute;
		width:100%;
		height:2px;
		background:#132850;
		transition:.3s;
	}
	
	.menubtn span.top {
		top:0;
	}
	
	.menubtn span.middle {
		top:50%;
		transform:translateY(-50%);
		-webkit-transform:translateY(-50%);
		-moz-transform:translateY(-50%);
	}
	
	.menubtn span.bottom {
		bottom:0;
	}
	
	.menubtn span.menuclick1 {
		-webkit-transform:translateY(9px) rotate(-315deg);
		transform:translateY(9px) rotate(-315deg);
	}
	
	.menubtn span.menuclick2 {
		background:transparent!important;
	}
	
	.menubtn span.menuclick3 {
		-webkit-transform:translateY(-9px) rotate(315deg);
		transform:translateY(-9px) rotate(315deg);
	}	


/*--------------------------------------------------------------------------------------------
  footer
--------------------------------------------------------------------------------------------*/
#fmenu {
	padding: 30px;
}

#fmenu .wrap {
	width: 100%;
	display: block;
}

#fmenu .wrap ul.text {
	display: block;
	margin-bottom: 20px;
}

#fmenu .wrap ul.text li {
	margin: 0;
	border-bottom: 1px solid #CCC;
}

#fmenu .wrap ul.btn {
	display: block;
}

#fmenu .wrap ul.btn li {
	margin: 0 0 16px;
}

#footer {
	padding: 30px;
}

#footer .wrap {
	display: block;
	width: 100%;
}


/*--------------------------------------------------------------------------------------------
  second
--------------------------------------------------------------------------------------------*/
#second {
	margin: 10px 0 0;
}

#second .pagettl {
	height: 240px;
}

#second .pagettl:before {
	height: 240px;
}

#second .pagettl .wrap {
	height: 240px;
}

#second.course .pagettl .wrap:before,
#second.curriculum .pagettl .wrap:before,
#second.staff .pagettl .wrap:before {
	height: 240px;
}

#second .pagettl .wrap h1 {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	font-size: 30px;
}

#second .pan {
	z-index: 5;
	font-size: 12px;
}

#second .pan ul {
	padding: 8px 16px;
}

#second .content {
	width: 90%;
	margin: 0 auto;
	padding: 40px 0;
}

#second .content h2 {
	width: 90%;
	margin: 0 auto 10px;
	font-size: 20px;
	padding: 4px 0;
	line-height: 1.4;
}

#second .content h2 span {
	display: none;
}

#second .content h2::before {
	position: absolute;
	content: "";
	top: 0;
	left: -30px;
 border-top: 36px solid transparent;
 border-right: 30px solid #3DAEE2;
}

#second .content h2::after {
	position: absolute;
	content: "";
	top: 0;
	right: -30px;
 border-bottom: 36px solid transparent;
 border-left: 30px solid #3DAEE2;
}

#second .content h2.long::before {
 border-top: 64px solid transparent;
}

#second .content h2.long::after {
 border-bottom: 64px solid transparent;
}

#second .content h3 {
	font-size: 18px;
	padding: 6px 8px 14px;
}

/*--------------------------------------------------------------------------------------------
  index
--------------------------------------------------------------------------------------------*/
#intro {
	padding: 40px 0 0;
	flex-direction: row;
	flex-wrap: wrap;
}

#intro .image {
	order: 2;
	width: 90%;
	margin: 0 auto;
}

#intro .text {
	order: 1;
	width: 90%;
	margin: 0 auto;
	padding: 0 0 40px;
}

#intro .text h2 {
	font-size: 22px;
}

#intro .text p {
	line-height: 1.6;
}

#indexCourse:before {
	background-image: none;
}

#indexCourse .wrap:before {
	width: 100%;
	height: 100%;
	margin: 0;
	left: 0;
}

#indexCourse .wrap .content {
	width: 90%;
	margin: 0 auto;
}

#indexCourse .wrap .content ul {
	display: block;
}

#indexCourse .wrap .content ul li:nth-child(3) {
	margin-top: 42px;
}

#indexCourse .special,
#indexCourse .banner {
	display: none;
}

#indexCourse .bannersp {
	display: block;
	width: 98%;
	margin: 30px 0 0 auto;
}

#indexCourse .menus {
	margin: -50px 0 0;
	padding: 100px 0 60px;
}

#indexCourse .menus ul {
	width: 90%;
	margin: 0 auto;
	display: block;
}

#indexCourse .menus ul li {
	margin-bottom: 40px;
}

#indexCourse .pamphlet {
	padding: 60px 0;
}

#indexCourse .pamphlet a {
	width: 90%;
	display: block;
	margin: 0 auto;
}


/*--------------------------------------------------------------------------------------------
  course
--------------------------------------------------------------------------------------------*/
#second.course .content .newCourse:before {
	left: -10px;
	top: 8px;
}

#second.course .content .newCourse a {
	width: 100%;
	margin: 20px auto;
	text-align: left;
	padding-left: 20px;
}

#second.course .content .newCourse a:before {
	width: 30px;
}


/*--------------------------------------------------------------------------------------------
  curriculum
--------------------------------------------------------------------------------------------*/
#second.curriculum .pagettl .wrap:before {
	background-position: 30% 60%;
}


/*--------------------------------------------------------------------------------------------
  staff
--------------------------------------------------------------------------------------------*/
#second.staff .pagettl .wrap:before {
	background-position: 10% 60%;
}

#second.staff .staffAll .staffBox {
	display: block;
}

#second.staff .staffAll .staffBox .info {
	width: 96%;
}

#second.staff .content h2 span {
	display: inline-block;
}

#second.staff .staffAll .staffBox .photo {
	margin: 20px 0 0;
}

#second.staff .staffAll .staffBox .photo img {
	box-shadow: 8px 8px 0 #D8EFF9;
}

#second.staff .staffAll .staffBox .photo::before {
	display: none;
}

#second.staff .staffAll .staffBox .info dd {
	margin: -20px 0 0 20px;
	padding: 20px 0 10px;
}

#second.staff .staffAll .staffBox .info dd li {
	margin-bottom: 8px;
}

/*--------------------------------------------------------------------------------------------
  content
--------------------------------------------------------------------------------------------*/
/*#mainVisual .inner {
  width: 100%;
  padding: 20px;
}

#mainVisual .inner h2 {
  font-size: 28px;
  margin: 0 0 20px;
  text-shadow: 3px 3px 3px #fff;
}

#mainVisual .inner p {
  margin: 0 0 20px;
  font-size: 18px;
  text-shadow: 3px 3px 3px #fff;
}

#mainVisual .course {
  max-width: 100%;
  padding: 10px 20px;
}

#mainVisual .course ul {
  font-size: 16px;
}

#index .content {
  padding: 40px 0;
}

#index .content h2 {
  font-size: 22px;
  margin-bottom: 30px;
}

#index .content h2::after { 
  width: 60px;
  height: 4px;
}

.alignright {
  float: none;
  margin: 0 0 20px 0;
  max-width: 100%;
}

#index .content p.lead {
  font-size: 20px;
}

#index .content p {
  margin: 0 0 20px;
}

.btn a {
  padding: 10px 0;
  max-width: 100%;
}

.btn {
  margin: 0 0 27px;
}

.courseBox .c1,
.courseBox .c2,
.courseBox .c3 {
  background: none;
}

.courseBox .photo {
  width: 100%;
}

.courseBox section {
  padding: 30px 0;
  margin-bottom: 0;
}

.courseBox h3 {
  margin: 0 0 16px;
  padding: 6px;
  max-width: 100%;
}

.courseBox h3 span {
  font-size: 20px;
}

.courseBox section p {
  width: 100%;
}

.courseBox section p {
  margin: 0 auto 0 0 !important;
}

.courseBox .c3 section {
  padding-bottom: 0;
}

.list-links {
  display: block;
  text-align: center;
  padding: 40px 0!important;
}

.list-links .btn {
  display: inline-block;
  max-width: 100%;
  width: 280px;
  border-radius: 7px;
  margin: 5px;
}

.list-links .btn-carriculum {
  margin-bottom: 15px;
}

.list-links .btn-carriculum span {
  background: url(../image/icon1-link.png) no-repeat left center;
  line-height: 41px;
  background-size: 30px auto;
}

.list-links .btn span {
  padding-left: 45px;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.list-links .btn-teacher span {
  background: url(../image/icon2-link.png) no-repeat left center;
  line-height: 41px;
  background-size: 34px auto;
}

.footer .content {
  padding: 15px 0px 15px 0px;
}

.footer .info {
  display: block;
}

.footer h2 {
  font-size: 16px;
}

.footer address {
  margin-bottom: 20px;
}

.footer .btn-link {
  font-size: 14px;
  max-width: 100%;
}

.footer .info .text {
  margin-bottom: 12px;
}

.footer .coppy {
  font-size: 12px;
  margin-top: 5px;
}

.banner-page {
  height: 107px;
}

.banner-page h2 {
  font-size: 20px;
  padding-top: 40px;
}

#second .content {
  width: 90%;
  padding: 24px 0;
  min-height: auto;
}

#second .content h3 {
  margin: 0 0 16px;
  position: relative;
  padding: 16px 24px;
  border: 3px solid #3268CD;
  font-size: 16px;
  font-weight: 500;
  background-color: #EAF0FA;
}

#second .content h3:before {
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 6px);
  content: '';
  border: 3px dotted #3268CD;
}

#second .content h4 {
  position: relative;
  margin: 0 0 16px;
  padding: 14px 16px 22px 16px;
  font-size: 16px;
  font-weight: 500;
  background-color: #F3F2F1;
}

#second .content h4:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #3268CD, #3268CD 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #3268CD, #3268CD 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#second .content h5 {
  position: relative;
  margin: 0 0 16px;
  padding: 8px 16px;
  border-bottom: 3px solid #FFEB4C;
  font-size: 16px;
  font-weight: 500;
}

#second .content h5:before {
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 20%;
  height: 5px;
  content: '';
  background: #244A93;
}

#second .content ul {
  margin: 0 0 32px;
  padding: 0 0 0 20px;
}

#second .content ul li {
  margin: 0 0 10px;
}

#second .content ol {
  margin: 0 0 32px;
  padding: 0 0 0 20px;
}

#second .content ol li {
  margin: 0 0 10px;
}

#second .content table {
  margin: 0 0 40px;
  width: 100%;
}

#second .content table th {
  padding: 8px;
  border: 1px solid #CCC;
  background-color: #EAF0FA;
  font-weight: 500;
}

#second .content table td {
  padding: 8px;
  border: 1px solid #CCC;
}

#second .content .pan {
	margin: 0 0 24px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	text-align: left;
}

#second .content .pan li {
	display: inline;
	margin: 0;
	padding: 0;
}

#second .content .pan li a {
	color: #999999;
}
*/

}