/*
 Theme Name:   consul-child
 Template:     consul
*/


/* Add your custom css below */

body{  font-size: 16px;}
h1{ font-size:28px; font-weight: bold;}
h2{ font-size:26px; font-weight: bold; text-align: center;}
h3{ font-size:26px; font-weight: bold; position:relative;}
h4{ font-size:16px; font-weight: bold; text-align: center;}
h5{ font-size:14px; font-weight: bold; text-align: center;}
img{ max-width:100%;  }



h3.achieve{
  padding: 1rem 1rem;
  color: #fff;
  background: #0068FF;
  -webkit-box-shadow: 5px 5px 0 #001A68;
  box-shadow: 5px 5px 0 #001A68;
}

h3.num{
	position: relative;
	margin-top: 0px;
	padding: 10px 5px 10px 70px;
	overflow: hidden;
	border: 2px solid #0068FF;
}

h3.num:before{
  position: absolute;
  top: -150%;
  left: -90px;
  width: 150px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  background: #0068FF;

}

h3 span.number {
	position: absolute;
	display: block;
	left: 7px;
	color: #FFF;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);}

@media (min-width: 768px) {
	h3.achieve{width: 720px;}
}

.cyan{color:#007eff; }

@media (max-width: 767px) {
	.sp_only{
		display: block;
	}
	.pc_only{
		display: none;
	}
	span.sp_only{
		float: left;
	}
	h3{ font-size:20px; font-weight: bold;}
	.lispace{display:block;float: left; margin-left:3px;}
	h2{ font-size:20px; font-weight: bold; text-align: center;}
}

@media (min-width: 768px) {
	.sp_only{
		display: none;
	}
	.pc_only{
		display: block;
	}
	.lispace{display:none;}
}


.wpb_content_element{
margin: 10px 0 10px 0 !important;
}


#content{
  padding-top:20px;
  padding-bottom:20px;
}
#content-wrap{
  background-color: white;
}
#sidebar{ text-align: center;}
footer{ background-color: #222; }
footer p{
  padding:15px 0;
  color: white;
}

.footerFloatingMenu {
display: block;
position: fixed;
right: 5px;
bottom: 10px;
z-index: 999;
text-align: right;
padding: 0 auto;
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}



@media (max-width: 767px) {
.footerFloatingMenu img {
width: 20%;
}
}


@media (min-width: 768px) {
.footerFloatingMenu img {
width: 200px;
margin-right:10px;
}
}


header{
border-top:3px solid #003655;
}


@media (max-width: 768px) {
.col-md-12{
padding-left:0px;
padding-right:0px;
}
}

@media (max-width: 767px) {
.header-logo img{
padding: 10px 0 10px 10px;
width:180px;
}
.header-button{
display:none;
}
img.top-pc{
display: none;
}
img.top-pc-large{
display: none;
}
}

@media (min-width: 768px) and (max-width: 1200px) {
.header-wrapper{
max-width:1110px;
margin:0 auto 0 auto;
}
.header-logo img{
padding: 10px 0 10px 10px;
width:400px;
}
.navbar{
display:none;
}
.header-button img{
float: right;
width:250px;
padding:5px 15px 0 0;
}
img.top-sp{
display: none;
}
img.top-pc-large{
display: none;
}
}

@media (min-width: 1200px) {
.header-wrapper{
max-width:1200px;
margin:0 auto 0 auto;
}
.header-logo img{
padding: 10px 0 10px 10px;
width:400px;
}
.navbar{
display:none;
}
.header-button img{
float: right;
width:250px;
padding:3px 15px 0 0;
}
img.top-sp{
display: none;
}
img.top-pc{
display: none;
}
#top-vg{
background: url("images/top-pc-large.jpg") no-repeat center;
margin:0 auto;
height: 694px;
text-align: center;
clear: both;
}
}



.navbar-default{
background:none;
border: none;
padding-top:0px;
}

.header-logo{
float: left;
}

.nav{
text-align: center;
}

.navbar-nav{
background: #DDDDDD;
border-bottom:1px solid #ccc;
padding:7.5px 15px;
margin:0 -15px;
}

.nav a{
color: #000;
}


.vc_col-xs-2 .vc_column-inner{
padding-right: 0 !important;
}

.vc_col-xs-10 .vc_column-inner{
padding-left: 0 !important;
}

.company-logo{
margin-bottom: 20px;
overflow: hidden;
}

.company-logo img{
width:22%;
margin-right: 2%;
margin-bottom:10px;
float: left;
}


@media (max-width: 767px) {
	.company-logo img{
		width: 30%;
	}
}


#feature ul {
  list-style-type: disc;
  padding-left:30px;
}
#feature ul li {
  position: relative;
  line-height: 1.5em;

}

#feature ul li:before{
  position: absolute;
  padding-left: 30px;
  font-weight:bold;
}


.featuretext{
	background: rgba(0,104,255,0.50);
		padding: 30px 30px;
	font-size: 100%;
	color: #FFF;
	overflow: hidden;
	position: relative;
  border: 2px solid #FFF;
}

	.featuretext:before{
		position: absolute;
		  top: 8px;
  left: 8px;
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  content: '';
  border: 2px solid #FFF;
	}

@media (min-width: 768px) {
.featuretext h3{
	font-size: 38px;
	text-decoration: underline;
}

}

@media (max-width: 767px) {
	.featuretext{
	background: rgba(0,104,255,0.50);
		padding: 22px 22px;
	font-size: 90%;
	color: #FFF;
}
}




/* kouza */
.kouza{
  width: 100%;
  padding: 1.5em;
  overflow: hidden;
  box-shadow: 0 .25rem .25rem hsla(0, 0%, 0%, .1);
  background-image:
    linear-gradient(180deg, hsla(0, 0%, 80%, .1) 2rem, hsla(0, 100%, 100%, 0) 2.5rem)
  , linear-gradient(180deg, hsla(0,0%,99%,1.00), hsla(0,0%,99%,1.00));
}

.kouza ul {
  list-style-type: decimal-leading-zero;
  background-image:
  linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #DDD 100%);
  background-size: 100% 2.5em;
  line-height: 2.5em;
  padding: 2.5em 0em 0.2em 2em;
	
}

.kouza ul li::marker{
	font-weight:bold;
	color:orange;
}

.kouza ul li {
  position: relative;
  padding-left: 5px;
}

.kouza ul li:before{
  position: absolute;
  padding-left: 30px;
  font-weight:bold;
}

.kouza img {
	position: absolute;
	bottom: -10px;
	right : 0px;
	width: 250px;
}

@media (max-width: 480px) {

	.kouza {
		padding: 10px 10px;
	}
.kouza ul {
  font-size: 1.125rem;
	font-weight: bold;
}
	
.kouza img {
	position: absolute;
	bottom: 0px;
	right : 0px;
	width: 100px;
}
}






#curriculum h3 {
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  padding: 1.5rem;
  text-align: center;
}

#curriculum h3 span.nintei {
  font-size: 18px;
  font-size: 1.8rem;
  display: block;
	margin-top: 10px;
}

#curriculum h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 90px);
  width: 180px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#30cfd0), to(#330867));
  background-image: -webkit-linear-gradient(right, #30cfd0 0%, #330867 100%);
  background-image: linear-gradient(to left, #30cfd0 0%, #330867 100%);
}







.curriculumbox{
	font-size:12px;
	border: 1px #CCCCCC solid;
	border-top: 10px #003655 solid !important;
	padding: 10px 10px 10px 10px;
	box-shadow: 0px 0px 15px -5px #777777;
	border-radius: 10px;
		text-align: center;

}

.curriculumbox h4{
	border-bottom: 1px #003655 solid;
	padding-bottom: 10px;
}


.curriculumbox ul {
  list-style-type: disc;
  padding-left:30px;
}
.curriculumbox ul li {
  position: relative;
  line-height: 1.5em;
}

.curriculumbox ul li:before{
  position: absolute;
  padding-left: 30px;
  font-weight:bold;
}


@media (max-width: 480px) {

#curriculum	.vc_column-inner {
		padding: 5px 5px 5px 15px;
	width: 97%;
	font-size: 11px;
	}
	
#curriculum .evenbox .vc_column-inner {
		padding: 5px 15px 5px 5px !important;
	}
}

#information{
	z-index: 9999 !important;
	overflow: hidden;
	display: block;
}

#information2{
	z-index: 9999 !important;
	overflow: hidden;
	display: block;
	position: relative;
}

.is-fixed {
animation-name:fadeOutAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:1;
}

@keyframes fadeOutAnime{
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}


/* Swiper */

.swiper-content{
font-size:20px;
padding:0 0px 0 0px;
margin:0px;
}

@media (max-width: 767px) {
.swiper-content{
font-size:16px;
}
}


.swiper-container {
width: 100%;
height: 100%;
}

.swiper-wrapper{
color: #000 !important;
}

.swiper-slide {
text-align: left;
background: #fff;
margin:10px 0 30px 0px;
padding:15px 10px 20px 10px;
border-top:8px solid #007eff;
border-left: 1px #EEE solid;
border-right: 1px #EEE solid;
box-shadow: 0px 0px 3px rgba(0,0,0,.3);
box-sizing: border-box;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.swiper-pagination{
	position:relative !important;
	margin-top:30px;
}

.reco{
border-top:8px solid #007eff;
}

.taiken{
border-top: 8px solid #006633;
}

.reco img, .taiken img{
margin:15px auto 20px auto;
}

.bgyellow{
background:#fff700;
}

h4.profile{
text-align:center; 
margin-bottom:25px;
}


div.guide {
	max-width: 800px;
    width: 100%;
    margin: 0 auto;
	padding: 5rem 2rem;
}

.guide dl{
	display: flex;
    font-size: 1.3rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #333;
}

.guide dt{
	width: 28%;
    min-width: 100px;
    font-weight: bold;
    flex-shrink: 0;
}

.guide dd{
	width: 100%;
    padding-left: 2rem;
	word-break:break-all;
}








/*
.swiper-scrollbar {
	background: rgba(230, 255, 85, 0.3) !important;  背景色（現在のスライド以外） 
}
.swiper-scrollbar-drag {
	background: rgba(230, 255, 85, 0.7) !important;
}
*/

:root {
  --swiper-pagination-color: #007eff;
}

:root .pagitaiken{
  --swiper-pagination-color: #006633;
}