@charset "UTF-8";
/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/
html, body, div, span, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, 
small, strong, sub, sup, var, b, i, dl, dt, dd, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td, 
article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin:0;
  padding:0;
}
html{
	overflow-y: scroll;
}
body {
	color: #3b4d5c;
	background-color: #fff;
	font-size:62.5%;   /* 10px */
	line-height: 1.64;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS UI Gothic",sans-serif;
	-webkit-text-size-adjust: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
	display:block;
}
audio, canvas, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
table {
	border-collapse:collapse;
	border:0;
}
input,select,textarea {
	vertical-align:middle;
	outline: none;
}
input[type="radio"], input[type="checkbox"]{
	vertical-align: middle;
}
a{
	border: 0;
}
img {
	border:0;
	vertical-align: bottom;
}
ins{
	text-decoration:none;
}
ul {
	list-style:none;
}
br {
	letter-spacing: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */

/*
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */

button, input, select, textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button, input {
    line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/*
 * Re-set default cursor for disabled elements.
 */

button[disabled], input[disabled] {
    cursor: default;
}

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/*
 * Removes inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}
/* ===========================================
	layout
   =========================================== */
#header-container,
#main-container,  
#footer-container,
.wrapper {
	width: 100%;
	min-width: 1200px;
}
#headerinn, 
.contents, 
#footerinn {
	width: 1200px;
	margin: 0 auto;
}
#main-container {
	padding-top: 70px;
}
#header-container{
	position: fixed;
	height: 70px;
	background-color: #CFD0D7;
	color: #fff;
	z-index:100;
}
#footer-container{
	position: relative;
	height: 121px;
	padding-top: 74px;
	background-color: #1EA78D;
	color: #fff;
	border-top: solid 5px #0b1f33;
	text-align: center;
}

/* ------------------------
	float clear,    */
	
/* For modern browsers */
#header-container:before, #header-container:after,
#headerinn:before, #headerinn:after,
#main-container:before, #main-container:after,
#footer-container:before, #footer-container:after,
.wrapper:before, .wrapper:after,
.contents:before, .contents:after {
    content:"";
    display:table;
}
#header-container:after,
#headerinn:after,
#main-container:after,
#footer-container:after,
.wrapper:after,
.contents:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
#header-container,
#headerinn,
#main-container,
#footer-container,
.wrapper,
.contents {
    zoom:1;
}

/* ===========================================
	font
   =========================================== */
p, li, dt, dd, address {
	font-size: 1.4em;
}
dd dt, dd dd, dd li, dd p, dd th, dd td, dd address,
li p, li li, li dd, li dt, li dd p, li address,
td li, td dt, td dd, td p, td address {
	font-size: 1em;
}
.fs11px{ /*  p li dt dd address  -class */
	font-size: 1.1em;
}
.fs12px{ /*  p li dt dd address  -class */
	font-size: 1.2em;
}
.fs14px{ /*  p li dt dd address  -class */
	font-size: 1.4em;
}
.fs15px{ /*  p li dt dd address  -class */
	font-size: 1.5em;
}
.fs16px{ /*  p li dt dd address  -class */
	font-size: 1.6em;
}
.fsL{
	font-size: larger;
}
.fsS{
	font-size: smaller;
}
.txtB{
	font-weight: bold;
}
.txtRed{
	color: #dc143c;
}

.txtC{
	text-align: center;
}
.txtL{
	text-align: left;
}
.txtR{
	text-align: right;
}
/* -------- */
address, em, strong{
	font-style:normal;
}
em{
	font-weight: bold;
}
/* ===========================================
	h1 h2 h3 h4 h5 h6
   =========================================== */
h1,h2,h3,h4,h5,h6{
	font-size: 1.5em;
}
.cm-h2{
	background: url(../images/heart.png) no-repeat center bottom;
	text-align: center;
	padding-bottom: 39px;
	line-height: 1;
}
/* ===========================================
	link
   =========================================== */
a:link{
	color: #0eb493;
} 
a:visited{
	color: #0eb493;
}
a:hover{
	color: #3b4d5c;
	text-decoration: none;
}
a:active{
	color: red;
}
/* ===========================================
	Navi
   =========================================== */
.mainnavi {
	float: right;
	width: 500px;
	margin-top: 25px;
}
.gnav li {
	float: left;
	margin-left: 35px;
	font-size: 15px;
}
.gnav li:first-child {
	margin-left: 0;
}
.gnav li a {
	display: block;
	text-decoration: none;
	color: #fff;
    font-family: 'Cabin', sans-serif;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.gnav li a:hover {
	color: #0eb392;
}


/* ===========================================
	module
   =========================================== */
   
/* ------------------------
	float clear,  clearFix,  */
	
.clearB{
	clear: both;
}
.clearL{
	clear: left;
}
.clearR{
	clear: right;
}
/* clearfix */
.w100{
	width: 100%;
}
/* For modern browsers */
.clearFix:before, .clearFix:after,
.w100:before, .w100:after {
    content:"";
    display:table;
}
.clearFix:after, 
.w100:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearFix, 
.w100 {
    zoom:1;
}


/* ------------------------
	margin-bottom          */
	
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb33{
	margin-bottom: 33px;
}
.mb38{
	margin-bottom: 38px;
}
.mb45{
	margin-bottom: 45px;
}
.mb50{
	margin-bottom: 50px;
}
.mb85{
	margin-bottom: 85px;
}

/* ------------------------
	float                   */
	
.floatL{
	float: left;
}
.floatR{
	float: right;
}

/* ------------------------
	img                     */
	
.imgfLeft{
	float: left;
	margin: 0 12px 12px 0;
}
.imgfRight{
	float: right;
	margin: 0 0 12px 12px;
}

/* ------------------------
	Mouse hover             */
	
a.hvrimg img, 
.smb img {
	opacity:1;
	transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
}
a.hvrimg:hover img, 
.smb:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

/* ------------------------
	非表示                 */

.hide{
	display: none;
}

/* ===========================================
	header
   =========================================== */
.h-logo{
	float: left;
	margin-top: 12px;
}
/* ===========================================
	contents
   =========================================== */

/* section01 */
#sec01{
	background: #fff url(../images/gr_01.jpg) repeat-x 0 bottom;
	padding-top: 92px;
	text-align: center;
}

/* section02 */
#sec02{
	background-color: #f4f7f9;
	padding: 75px 0 41px;
	text-align: center;
}
.sec02-B{
	display: inline-block;
	width: 300px;
	padding-left: 64px;
	background: url(../images/mark.png) no-repeat 0 0;
	margin: 0 27px;
	text-align: left;
	vertical-align: top;
}

/* section03 */
#sec03{
	background: #fff url(../images/gr_02.jpg) repeat-x 0 0;
	padding: 97px 0 40px;
}
/* tab */
#nav {
	width:100%;
	margin:25px 0 37px;
	text-align: center;
}
#nav li {
	display: inline-block;
	margin: 0 13px;
	line-height: 1;
}
#nav li a img{
	outline:none;
	border:none;
}
#tab-box div {
	display:none;
	width:100%;
	height: 300px;
}
.tab-contents li{
	float: left;
}
/* window */
.sec03-window{
	width: 1200px;
	height: 600px;
}
.sec03-window section{
	position: absolute;
	width: 1052px;
	height: 562px;
	padding-top: 38px;
	padding-left: 74px;
	padding-right: 74px;
}
.win01{
	background: #2e8b57 url(../images/window/sp_back.jpg) no-repeat 0 0;
	color: #fff;
}
.win02{
	background: #2e8b57 url(../images/window/as_back.jpg) no-repeat 0 0;
	color: #fff;
}
.sec03-win-link{
	position: absolute;
	width: 230px;
	height: 37px;
	bottom: 34px;
	line-height: 1;
	z-index: 99;
}
.linkR{
	right: 33px;
	text-align: right;
}
.linkL{
	left: 33px;
}
.sec03-win-nav{
	position: absolute;
	width: 81px;
	height: 10px;
	bottom: 48px;
	left: 560px;
	z-index: 99;
}
.sec03-win-nav li{
	float: left;
	width: 27px;
	height: 10px;
	line-height: 0;
	font-size: 10px;
	text-align: center;
}
.win-close{
	display: block;
	position: absolute;
	width: 60px;
	height: 60px;
	top: 0;
	right: 0;
	z-index: 99;
}

.sec03-win-txt01{
	font-size: 1.2em;
	margin: 9px 0 45px;
}
.sec03-win-h3,
.sec03-win-txt02{
	font-size: 2.3em;
}
.sec03-win-h3b{
	font-size: 1.7em;
}
.win-list{
	padding-bottom: 20px;
}
.win-step{
	margin: 0 0 12px 13px;
	padding: 0;
	list-style: none;
}
.win-step li{
	float: left;
}
.w207{
	width: 207px;
}
.w290{
	width: 290px;
}
.w291{
	width: 291px;
}
.win-step-sup dt{
	font-size: .928em;
}
.win-step-sup dd{
	font-size: .928em;
	padding-left: 1em;
}
.ml164{
	margin-left: 164px;
}
.win-02L{
	float: left;
	width: 706px;
}
.win-curri{
	float: left;
	margin-right: 30px;
}
.win-curriculum{
	list-style: disc;
	list-style-position: inside;
}


#gmap{
	width: 780px;
	height: 365px;
	margin-top: 60px;
}

/* section04 */
#sec04{
	padding: 78px 0 10px;
	text-align: center;
}
.sec04-teamList li{
	float: left;
	width: 220px;
	height: 460px;
	margin: 0 40px;
}
.sec04-teamData dt{
	padding: 14px 0 2px;
	color: #33cc99;
	font-size: 1.285em;
}
.sec04-teamData dd{
	font-size: .928em;
	color: #75828d;
	line-height: 1.538;
}
.sec04-teamData-dd{
	margin-bottom: 20px;
}

/* section05 */
#sec05{	
	padding: 100px 0 200px;
}
.sec05-contact{
	width: 780px;
	padding-left: 10px;
	margin: 0 auto;
}

/* section06 */
#sec06{	
	padding: 100px 0 80px;
}
.se06-about{
	width: 770px;
	margin: 0 auto;
}
.se06-about dt{
	float: left;
	width: 125px;
	padding: 10px 0 10px 10px;
}
.se06-about dt span{
	letter-spacing: 2em;
}
.se06-about dd{
	padding: 10px 0 10px 135px;
}
.se06-about dd span{
	margin: 0 1em;
}
.se06-about dd .se06-spanfirst{
	margin-left: 0;
}
.se06-col{
	background-color: #e6e8ea;
}

/* ===========================================
	form
   =========================================== */
.form_pts input[type="text"], 
.form_pts input[type="tel"], 
.form_pts input[type="email"], 
.form_pts input[type="date"], 
.form_pts input[type="time"], 
.form_pts input[type="number"], 
.form_pts textarea {
	padding: 5px;
	color: #3b4d5c;
	font-size: 1.3em;
	margin-right: 10px;
	background-color: #e6e8ea;
	border: solid 1px #fff;
	outline: none;
	width: 100%;
	box-sizing: border-box;
}
.form_pts .form_add input[type="text"]{
	width: 450px;	
}
.form_pts input[type="email"]:focus, 
.form_pts input[type="text"]:focus {
border: solid 1px #33cc99;
background-color: #f5f5f5;
}
.form_pts input[type="email"]:hover, 
.form_pts input[type="text"]:hover {
border: solid 1px #33cc99;
}
.smb{
	text-align: right;
}
.smb button, 
.smb button:hover {
	border: none; /* for button module */
	outline: none;
	background: transparent;
}
/* table form */
.formTable{
	width: 100%;
	font-size: 1.3em;	
	margin: 52px 0 25px 0;
}
.formTable th{
	width: 66px;
	padding-right: 
	vertical-align: middle;
	text-align: left;
	font-size: 10px;
	line-height: 0;
	box-sizing: border-box;
}
.formTable td{
	padding: 20px 0;
	vertical-align: middle;
	text-align: left;
}
.formTable th.txtC{
	text-align: center;
	padding-left: 10px;
}

/* end table form */
