

body {
font-family: HelveticaNeue,Verdana,"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;	
	color:#434343; 
}

a {
  color: #07b28d;
  transition: all 0.4s ease 0s;
}

a:hover, a:focus {
  color: #07b28d;
}

a:link, a:visited, a:active, a:hover {
  outline: medium none;
  overflow: hidden;
}


/* ************************************************
   Topbar
  ********************************************** */
.topbar {
	margin:auto;
	max-width:1200px;
	height:60px;
}

.topbar img {
	margin:10px 0 0 20px;
}



/* ************************************************
   Header
  ********************************************** */

header {
  z-index: 9999;
  width: 100%;
}

@media (min-width: 768px) {
  header {
    position: absolute;
    top: 80px;
  }

  header.fixed {
    position: fixed;
    top: 0px;
    background: #07b28d;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}

@media (max-width: 767px) {
  body {
    padding-top: 50px;
  }

  header {
    position: fixed;
    top: 0px;
    left: 0;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.2);
  }
}

.navbar {
  margin-bottom: 0px;
  border: none;
  border-radius: 0;
  font-size: 13px;
}

.navbar .visible-xxs {
	visibility: hidden;
	display: none;
}


@media (max-width: 530px) {
 .navbar-nav > li > a {
  height: 60px;
}
	
.navbar-nav > li:not(:nth-child(3)) a {
	line-height: 40px;
}

.navbar .visible-xxs {
	display: block;
}
	
}


.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  color: #fff;
}

.navbar-brand img {
  width: 100%;
  height: auto;
}

@media (min-width: 1240px) {
  .nav > li > a {
    padding: 0px 12px;
		font-size: 13px;
  }
}


@media (min-width: 768px) {
  .navbar {
    background-color: transparent;
    min-height: 60px;
  }

  .navbar-nav {
    float: right;
  }

  .navbar-nav > li > a {
    line-height: 60px;
  }

  .navbar-brand {
    display: block;
		margin-top:12px;
    width: 177px;
		height:36px;
    line-height: inherit;
    padding: 0;
  }

  header.fixed .navbar-brand {
    width: 150px;
  }

  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }

  .nav > li > a {
    padding: 0px 8px;
		font-weight:bold;
  }

  .nav > li > a:hover,
  .nav > li > a:focus {
    background-color: #07b28d !important;
  }

  header.fixed .nav > li > a:hover,
  header.fixed .nav > li > a:focus {
    background-color: #fff !important;
    color: #07b28d;
  }

  .dropdown-menu {
    padding: 0px 0;
    background-color: none;
    border: none;
    box-shadow: none;
  }

  .dropdown-menu > li > a {
    margin-bottom: 1px;
    line-height: 42px;
  }

  .dropdown-menu > li > a,
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    background-color: #f7f6f5;
    color: #07b28d;
  }
}



@media screen and (min-width: 768px) and (max-width: 1199px) {
	
	.navbar-inverse .navbar-nav {
		width: 75%;
	}
	
	.navbar-nav > li > a {
		line-height: 30px;
	}
	
	.nav > li > a {
		padding: 0px 12px;
	}
}


@media (max-width: 767px) {
  .navbar-header {
    background: #07b28d;
  }

  .navbar-brand {
    width: auto;
    padding: 12px 0 0 15px;
  }

  .navbar-brand > img {
    width: auto;
    height: 25px;
  }

  .navbar-nav {
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }

  .navbar-collapse {
    box-shadow: none;
    background: #07b28d;
  }

  .navbar-inverse .navbar-collapse {
    border: none;
  }

  .nav > li {
    box-sizing: border-box;
    float: left;
    width: 50%;
  }

  .nav > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }

  .nav > li:nth-child(odd) a {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}

/* mobile */
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover {
  background: #fff;
  border-color: #FFF;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #07b28d;
}


/* ************************************************
   Main Visual     
  ********************************************** */

#main {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		background: url(../img/main/main-jobsupport-sp.jpg) no-repeat left center; 
		background-size: 100% auto;		
		color:#FFF;	
	}
	
	#main .inner {
		z-index: 10;
		position:absolute;
		top:0;
		left:0;
		width: 100%;
		height:100%;
		margin: 0;
		padding-top: 10%;
		background: rgba(0, 0, 0, .45) url(../img/main/bg_pat.png) center center repeat;
	}

@media (min-width: 768px) {
	#main {
			padding-top: 56.25%;
			background: url(../img/main/main-jobsupport.jpg) no-repeat left top;
			background-size: cover;	
		}
	#main .inner {
		padding-top: 15%;
	}	
	
 }


@media (max-width:320px){
	#main {
			padding-top: 80%;
		}
}





#main #what-is:before,
#main #what-is {
	height: 58px;
 }

#main #what-is:before {
	margin-right:0.3em;
	display:inline-block;
	content:"";
	width:70px;
	background-color: #434343;
	background-image: url(../img/lib/ic-necktie-wt.svg);
	background-size: 14px 36px;
	background-repeat:no-repeat;
  vertical-align: middle;
	background-position: 40% center;
	
	-webkit-clip-path: polygon(0 1%, 75% 0, 100% 100%, 0% 100%);
	clip-path: polygon(0 1%, 75% 0, 100% 100%, 0% 100%);
 }
 
 #main #what-is { 
	 display:inline-block;
	 margin:0;
	 padding: 0 .8em 0 0; 
	 font-size:24px; 
	 line-height:1; 
	 font-weight:bold; 
 	}

#main h1 {
	display:flex;
	margin: 30px 0 28px; 
	padding: 0;
	font-size: calc((100% + 0.65vw) * 2);
	font-weight: bold;
}

@media (min-width: 1200px) {

#main h1 {
	font-size: 60px;
}
	
}	
	
#main h1 img { margin-right:15px; height:auto;  transform: rotate(-13deg);}

#main .lead { margin-bottom: 30px; font-size: 24px;}

#main .link-to-intro img { width: auto; }



@media (min-width: 768px) {
	#main .link-to-intro { position:absolute;	left:50%; bottom:30px; margin-left:-20px;}
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
	#main .lead { margin-bottom: 15px; font-size: 16px; }
	#main .link-to-intro img { height: 40px; }
}


@media (max-width: 1100px) {

	#main #what-is:before,
	#main #what-is {
		height: 40px;
	 }
	 
	#main #what-is:before {
		width:70px;
		background-size: 8px auto;
 	}

 #main #what-is {
	 font-size:20px;
 	}
 		
	#main h1 img { width:150px; height: 150px; }	
}


@media (max-width:767px){
	
	#main .inner { box-sizing: border-box;}
	
	#main #what-is:before,#main #what-is { height: 36px;}
	#main #what-is:before {	width:50px;	}
 	#main #what-is { font-size:17px;}
		
	#main h1 { margin: 15px 0; font-size: calc((100% + 0.65vw) * 2); }
	#main h1 img { width: 120px; height: 120px;}	
	#main .lead { margin-bottom: 0px; font-size: 14px; }
	#main .link-to-intro img { height: 30px; }
}


@media (max-width:600px){
	#main h1 { font-size:24px;}
	#main h1 img { width: 80px;}
	#main .lead { font-size: 12px;}
	#main .lead br {  display: none;}		
}

@media (max-width:414px){
	#main .inner { padding-top: 20px;  }
	#main #what-is:before,#main #what-is { height: 30px;}
	#main #what-is:before {	width:50px;	}
 	#main #what-is { font-size:14px;}	
	#main h1 { margin: 10px 0; font-size:20px;}	
	#main h1 img { width:80px; height: 80px; margin-right: 10px;}	
	#main .lead { font-size: 11px; }
}

@media (max-width:375px){
	#main #what-is:before {	width:40px;	}
 	#main #what-is { font-size:12px;}		
	#main h1 { font-size:15px;}
	#main h1 img { width:55px; height: 55px; }		
}

@media (max-width:320px){
	#main h1 { font-size:14px; letter-spacing: -0.05em;}
	#main h1 img { width:50px; height: 50px; }		
}


/* ボタンエリア */
.type { padding: 22px 0; }
.type .btn { margin-right: 9px; margin-left: 9px; width: 265px; }
.type .btn-default { border: none; }
.type .btn-lg { border-radius: 3px; padding: 14px 16px; font-size: 14px; line-height: 1.8; font-weight: bold; }
.type .btn i { float: left; line-height: 1;}
.type .btn i img { height: 27px; }


@media (max-width:600px){
	.type .btn-lg { padding: 8px 10px; font-size: 12px; }
	.type .btn { display: block; width: 100%; margin-left: auto; margin-right: auto; }
	.type .btn:last-child { margin-top: 10px; }
	.type .btn i img { height: 20px; }
}


/* ************************************************
   Footer     
  ********************************************** */
.f-infobar a { color:#FFF; text-decoration:none; }
.f-infobar { padding: 16px 0; }
.f-infobar .tel span { font-weight: bold; font-size: 24px; }
.f-nav { padding-top: 25px; padding-bottom: 10px; }
.f-links { padding-top: 10px; }
.f-links a { color: #434343; }
.f-links a:hover { color: #07b28d; }
.f-links li { display: inline-block; }
.f-links li:not(:last-child) { margin-right: 12px; padding-right: 12px; border-right: 1px solid #434343; }
.credit { padding: 25px 5px; }

@media (min-width: 768px) {
	.f-infobar { padding: 32px 0; }
	.f-infobar .tel { vertical-align: middle; }
	.f-infobar .tel span { padding-left: .5em; }
	.f-nav .logo { float: left; }
	.f-nav .f-links { float: right; }
}

@media (max-width:767px){
	.f-nav { text-align: center; }
	.f-nav .logo { float: none; display: inline-block; margin: 0 auto; }
	.f-links {	padding-top:20px;	}
}

@media (max-width:414px){
	.f-infobar .tel span {
		display:block;
	}	
}


/* side menu */
#sd-nav {
	z-index:100;
	position:fixed;
	right:0;
	bottom:30px;
	width:60px;
	text-align:center;
	color:#FFF;
	background:#07b28d;
	border-radius: 5px 0 0 5px;
	box-shadow: -3px 0 5px -3px rgba(0, 0, 0, 0.15);
}

#sd-nav ul {
	margin:0;
	padding:0;
}	

#sd-nav ul li img{
	margin-top:-3px;
	vertical-align:middle;
}

#sd-nav ul li:not(:last-child) a{
	display:block;
	height:58px;
	line-height:58px;
}	

#sd-nav ul li:not(:last-child) a:hover{
	background: rgba(255,255,255,0.35);
}

#sd-nav ul li:first-child a {
	border-top-left-radius:5px;
}

#sd-nav ul li:nth-child(2):before,
#sd-nav ul li:nth-child(3):before{
	content:"";
	display:block;
	height:1px;
	margin: 0 10px;
	background: rgba(255,255,255,0.35);
}

#sd-nav ul li:last-child a {
	height:50px;
	border-bottom-left-radius:5px;
	text-indent:-9999px;
	display:block;
	height:50px;
	background: #000 url(../img/lib/bt-top.png) no-repeat center center;
}	

#sd-nav ul li:last-child a:hover{
	background: #999 url(../img/lib/bt-top.png) no-repeat center center;
}

@media (max-width:414px){
	#sd-nav  {
		display:none;
	}	
}


/* ************************************************
   Contents     
  ********************************************** */

/* main color
   ============================================= */
.primary { color: #07b28d; }
.bg-primary { background: #07b28d; color: #FFF; }


/* section */
#contents section:not(.about):nth-child(odd) {
	background:#f3f3f3;
}

section {
	border-top:#07b28d 3px solid;
	padding-bottom:60px;
}

section .next {
	display:block;
	margin: -3px auto 0;
	background: url(../img/lib/arw-down-gr.png) no-repeat left top;
	width:64px;
	height:42px;
	text-indent:-9999px;
}

section .next a {
	display:block;
	width:64px;
	height:42px;
	text-indent:-9999px;
}

section p {
	line-height:2;
}

section p a {
	text-decoration:underline;
}

section p a:hover {
	text-decoration:none;
}

section dt,section dd {
  line-height:1.7;
	font-weight:normal;
}

.pd-top { padding-top: 60px; }
.pd-btm { padding-bottom: 60px; }


@media (max-width:414px){
	section {	padding-bottom:30px;}
	.pd-top { padding-top: 30px; }
	.pd-btm { padding-bottom: 30px; }
	section p {font-size:13px;}
}


/* heading */

h1, .h1 { font-size: 24px;}
h3, .h3 { font-size: 18px;}

section h1,
section h2,
section .ttl {
	text-align:center;
	font-weight:bold;
}

section h2 {
	margin-top:40px;
	margin-bottom:30px;
	padding-top:80px;
	background-image: url(../img/lib/ic-necktie-gr.svg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size: 18px 49px;
	font-size:24px;
	font-weight:bold;	
}

section .ttl {
	margin-bottom:60px;
	font-size:24px;
}

section .lead {
  font-size: 18px;
	line-height:1.55;	
}


@media (max-width:767px){
	
	section h1, section .h1 {
		 font-size:20px;
	}
	
	section h2 {
		margin-top:30px;
		margin-bottom:30px;
		padding-top:50px;	
		background-size: 13px auto;
	}	
	
	section .ttl {
		font-size:18px;
	}
	
	section .ttl {
		margin-bottom:30px;
	}	
	
	section .lead {
			font-size: 16px;
	}	

}


@media (max-width:414px){
	h1, .h1 { font-size: 18px;}
	h3, .h3 { font-size: 16px;}
	
	section h1 {
		margin-top:30px;
		margin-bottom:15px;
		padding-top:50px;
		background-size: 15% auto;
	}
	
	section h2 {
		font-size:18px;
	}
	
	section .lead {
	font-size: 14px;
	}
	
}


/* 特徴
   ============================================= */
	 
section#about {
		padding-bottom: 0;
	background: #FFF;
	}
	 
	#howto-learn {
		margin-left: -15px;
		margin-right: -15px;
		position: relative;
		overflow: hidden;
		color: #FFF;
		background: #07b28d;
	}
	
	#howto-learn h2 { margin-bottom: 0;  }
	#howto-learn h3 { margin-bottom: 25px; font-weight: bold; }
	#howto-learn .how-type { padding:30px 0 30px; margin-left: -15px; margin-right: -15px;}
	#howto-learn .how-type:nth-child(2) { background: #434343;}
	#howto-learn .how-type { overflow: hidden; }
	#howto-learn figure { float: left; padding: 0 2em 5px 30px; width: 40%; }


@media (min-width: 768px) and (max-width: 1199px) {	
	#howto-learn .how-type figure {	height:300px;}
	#howto-learn h3 { font-size: 15px; }
}

@media (min-width: 768px) {
	
	#howto-learn .how-type {  margin-left: 0; margin-right: 0; }
	#howto-learn h3 { text-align: center;}	
	#howto-learn .how-type figure {
		float: none;
		display: table-cell;
		width: inherit;
		height:330px;
		vertical-align: middle;
		padding: 0 25px 15px; }
		
	#howto-learn .how-type p { padding: 0 1.5em; margin: 0; min-height: 12em; }	
}


@media (min-width: 992px) {
	#howto-learn .row-how-type { display: flex;}
	#howto-learn .how-type { padding:30px 0 50px;}
	#howto-learn .how-type figure {height:325px;}
	#howto-learn .how-type p { padding: 0 3em; min-height: inherit; }	
}
	
	
}

@media (max-width:767px){
	#howto-learn h3 {text-align: left; }	
	#howto-learn .how-type { padding: 30px; margin-left: -15px; margin-right: -15px;}
	

}

@media (max-width:414px){
	#howto-learn figure { padding: 15px 1em 5px 20px;}
	#howto-learn h3 { margin-bottom: 10px; font-size: 14px;}		
	#howto-learn .how-type p { padding: 0 1.5em; }	
}


	 	 
/* カウンセリングについて
   ============================================= */


@media (min-width: 1240px) {
	.row-counseling > div:first-child > div {
		margin-right: 23px;
	}

	.row-counseling > div:last-child > div {
		margin-left: 23px;
	}
}


.row-counseling h3 {
	margin-bottom: 0;
	padding: 0.8em;
	font-weight: bold;
}

.row-counseling h3 + p {
	margin-bottom: 0;
	padding: 2em;
	line-height: 1.7;
}

.counseling-box {
	background: #fff;
}

.counseling-box dt {
	padding: 0.8em;
	background: #e3e3e3;	
	text-align: center;
	font-weight: bold;
}

.counseling-box dd {
	padding: 2em;
}

@media (max-width:414px){

.row-counseling h3 + p,	
.counseling-box dd {
	padding: 1.5em;
}
	
.counseling-box dd {
	font-size: 13px;
}

}




/* プロセス 
   ============================================= */
.row.step {
	display:table;
}
	 
.step > div {
	display:table-cell;
}

.step > div:not {
	position:relative;
}

.step > div:not(:last-child):after {
	position:absolute;
	top:25px;
	right:-10px;
	display:inline-block;
	content: url(../img/process/arw-right.png);
}

.step div span {
	display:inline-block;
	height:100px;
}

.step > div:not(:first-child) .pict {
	margin-top:14px;
}

.row-eq-height {
    display: flex;
    flex-wrap: wrap;
}


@media (min-width:992px){
	.step > div h3 {
		font-size: 16px;
		line-height: 1.4;
	}
}



@media (min-width: 768px) and (max-width: 991px) {
	.step > div p {
		min-height: 8em;
	}
}

 
@media (max-width:767px){
	
	.step > div {
		display:block;
	}	

	.step > div:not(:last-child):after {
		margin-right: -17px;
		top: inherit;
		bottom: 0;
		right:50%;
		content: url(../img/process/arw-down.png);	
	}
	
	.step > div p {
		min-height: inherit;
		padding-bottom: 3em;
	}

	.step div span {
	height: auto;
	}	
	
}


	 

/* ************************************************
  Parts         
  ********************************************** */
.ul,.ol {
	margin-bottom:0;
	padding-left:0;
	list-style-type:none;
}

/* table */
.table {
	margin-bottom:50px;
	background:#FFF;
}

.table > tbody > tr > td { 
	padding:30px;
}

.table > tbody > tr > th {
	padding:16px 1.5em;	
	vertical-align:middle;
	text-align:center;
}

table thead {
	background:#07b28d;
	color:#FFF;
}

table thead th {
	padding-top:20px;
	padding-bottom:20px;
	line-height:1;
	text-align:center;
	font-size:18px;	
}

table td dl {
	margin:0;
}

table td dl dt,
table td dl dd {
	line-height: 1.42857;
}

table.center th, table.center td {
  text-align: center;
}


@media (max-width:414px){

	table thead th {
		font-size: 14px;
	}
	
	.table {
		margin-bottom: 20px;
	}
	
	.table > tbody > tr > td,
	.table > tbody > tr > th {
		font-size: 13px;
	}	
	
	.table > tbody > tr > td {
		padding: 16px;
	}
	
	.tbl-rpv > tbody > tr,
	.tbl-rpv > tbody > tr > td,
	.tbl-rpv > tbody > tr > th {
		width: 100%;
		display: block;
	}
	
	.tbl-rpv > tbody th {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	
	.tbl-rpv > tbody th br {
		display: none;
	}
}	


/* button */
.bt-large,
.bt-large:hover {
	text-decoration:none;
	color:#FFF;
	background:#058166;
}

.bt-large {
	position: relative;
	border-radius:6px;
	width:560px;
	display:inline-block;
	padding:30px 5px 30px 15px;
	color:#fff;
	background:#07b28d;
	text-align:center;
	font-size:24px;
	font-weight: bold;
	text-decoration:none;
	color:#FFF;
	line-height:1.2;
	box-shadow: 0 3px 0 0 #034032;
	text-shadow: 0px -2px 2px #034032;
}


.bt-large i.blank {
	position: absolute;
	left: 5%;
  display: inline-block;
  background: url(../img/lib/ic-window.png) no-repeat left top;
  background-size: auto 100%;
  width: 41px;
  height: 26px;
	filter: drop-shadow(0px -2px 2px #894d00);
	vertical-align:middle;
}

.bt-large .period {
	margin-bottom:5px;
	display:block;
	font-size:14px;
}


@media (max-width: 600px) {
	.bt-large { padding: 1em 5px 1em 25px; width: 100%; font-size: 20px; }
	.bt-large i.blank { width: 38px; background-size: contain;}
}

@media (max-width: 414px) {	
	.bt-large { font-size: 16px; }
	.bt-large .period { font-size: 13px; }
	.bt-large i.blank { width: 30px; }
	.bt-large span { display: block; }
}

.btn-default {	
	color:#07b28d;
	background:#FFF;
}

.btn-default:hover,
.btn-default:active:hover {	
	color:#07b28d;
	background: #dcfef6;
}

.btn i {
	display:inline-block;
}


/* Library 
   ============================================= */

.gmap iframe {
  width: 100%;
  height: 230px;
}

/* ui */
.ui-flex { display:flex;}
.ai-center { align-items: center;}

.row-eq-height {
    display: flex;
}

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

.auto { margin-left:auto; margin-right:auto; }

.pic-l { float: left; margin-right: 35px; margin-bottom: 15px; }
.text { overflow: hidden; }


.mg-n { margin-bottom: 0; }
.mb { margin-bottom: 60px; }
.b { font-weight: bold; }

.fs-n {	font-size:16px;}
.fs-m {	font-size:18px;}

.sp-br { display: none;}


@media (max-width:992px){
	.br-pc { display: none; }
}


@media (max-width:767px){
	.sp-br { display: block; }
}


@media (max-width:414px){
	.fs-n, .fs-m { font-size: 15px; }
	.mb { margin-bottom: 30px; }
	.mb-br { display: block; }
}






/* Other
   ============================================= */
	 
	 
	 
	 
	 
	 
	 
	 