---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
	font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	background-color: #fff;
	font-size: 14px;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image:url(assets/images/topimage.jpg); background-position:top center; background-repeat: no-repeat;
	background-color:rgba(255,255,255,0.20);
			 background-blend-mode:lighten;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  transform: rotate(0.05deg);
	font-family:"M PLUS Rounded 1c", sans-serif;
}

ul {
  margin-bottom: 0px;
}

p {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

img {
  width: 100%;
  overflow: hidden;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

::selection {
  background: #178F03;
  color: #fff;
}

::-moz-selection {
  background: #178F03;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.main-button-gradient a {
  font-size: 12px;
  color: #fff;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, rgba(219,138,222,1) 0%, rgba(246,191,159,1) 100%);
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.main-button-gradient a:hover {
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, #178F03 0%, rgba(246,191,159,1) 100%);
  opacity: 0.9;
}

.white-button a {
  font-size: 12px;
  color: #178F03;
  background-color: #fff;
  padding: 12px 30px;
  display: inline-block;
  border-radius: 5px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all .3s;
}

.white-button a:hover {
  opacity: 0.9;
}

.text-button a {
  font-size: 12px;
  font-weight: 500;
  color: #178F03;
  text-decoration: underline !important;
  transition: all .3s;
}

.text-button a:hover {
  opacity: 0.75;
}

#contact-section {
  padding-top: 20px;
}

section {
	padding-top:80px;
	padding-bottom:80px;
}

.section-heading {
	position: relative;
	z-index: 2;
	/* [disabled]text-align: center; */
}
.section-heading h6 {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/
.background-header {
  /*background: rgb(219,138,222) !important;
  background: linear-gradient(-145deg, #178F03 0%, rgba(246,191,159,1) 100%) !important;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;*/
  height: 80px!important;
  position: fixed!important;
  top: 0!important;
  left: 0;
  right: 0;
}

.header-area {
    background-image: url(../images/header-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	font-family: "M PLUS Rounded 1c", sans-serif;	
	text-transform: uppercase;
	position: absolute;
	height: 80px;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo a {
	font-family: "M PLUS Rounded 1c", sans-serif;
	height: 100px;
	line-height: 100px;
	color: #330000;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: -0.1rem;
	float: left;
	padding-left: 60px;
	background-attachment: scroll;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 50px;
	margin-bottom: -20px;
}


.background-header .nav {
  margin-top: 18px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 20px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
	padding-left: 10px;
	padding-right: 10px;
}

.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
}

.header-area .main-nav .nav li a {
	font-size: 16px;
	color: #000;
	font-weight:400;
	height: 40px;
	line-height: 55px;
	border: transparent;
	display: block;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
	/*color: #fff!important;*/
	color: #66FF00;
	opacity: 0.75;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  /*color: #fff!important;*/
  opacity: 1;
}

.header-area .main-nav .nav li.has-sub {
  position: relative;
  padding-right: 15px;
}

.header-area .main-nav .nav li.has-sub:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 13px;
  color: #178F03;
  position: absolute;
  right: 2px;
  top: 18px;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu {
	position: absolute;
	background-color: #FFF;
	width: 215px;
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
	overflow: hidden;
	top: 50px;
	border-radius: 5px;
	opacity: 0;
	transition: all .3s;
	transform: translateY(+2em);
	visibility: hidden;
	z-index: -1;
	border: 1px solid #D7D7D7;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li {
  margin-left: 0;
  padding-left: 0;
  padding-right: 0;
}

.header-area .main-nav .nav li.has-sub ul.sub-menu li a {
	opacity: 1;
	display: block;
	background-color: FFF;
	color: #003300;
	padding-left: 10px;
	height: 40px;
	line-height: 40px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	position: relative;
	font-size: 14px;
  transform: rotate(0.05deg);
	font-weight: 400;
	border-bottom: 1px solid #fff;
}

.header-area .main-nav .nav li.has-sub ul li a:hover {
	color: #178F03!important;
	padding-left: 5px;
	background-color: #EAFCE9;
}

.header-area .main-nav .nav li.has-sub ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.has-sub:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 25px;
  width: 32px;
  height: 30px;
  text-indent: -9999em;
  z-index: 99;
  right: 25px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #178F03;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #178F03;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #178F03;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #178F03;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 15px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #178F03;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #178F03;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #178F03;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #178F03;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #178F03;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

@media (max-width: 1200px) {
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #178F03!important;
    text-align: center;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #f7f7f7;
    padding: 0px 15px;
    height: 70px;
    box-shadow: none;
    text-align: center;
	background-image: none;
  }
  .header-area .container {
    padding: 0;
  }
  .header-area .logo {
    margin-left: 0;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #178F03!important;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
    transition: all 0s;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
	color:#178F03;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    height: auto;
  }
  .header-area .main-nav .nav li.has-sub:after {
    color: #3B566E;
    right: 30px;
    font-size: 12px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  
}

@media (min-width: 1200px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}
@media screen and (max-width: 768px){ 
.header-area .main-nav .logo a {
	font-family: "M PLUS Rounded 1c", sans-serif;
	line-height: 100%;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 55px;
	padding-right: 0;
	color: #330;
	font-size: 20px;
	font-weight: 600;	
	text-align: left;
	margin-bottom: -20px;
	background-attachment: scroll;
	background-image: url(../images/logo_sp.png);
	background-repeat: no-repeat;
	}
	.spname{ font-size:24px;}
}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/

section .main-banner {
  margin-top: 80px;
}

.main-banner {
  padding-top: 80px;
  padding-bottom:0;
}

@media screen and (max-width: 768px){
.main-banner {}
section.simple-cta {
/*  background-image: ;*/
  width: 100%;
}
}

.main-banner .right-image {
  position: relative;
  z-index: 2;
}

.main-banner .right-image img {
  position: relative;
  z-index: 2;
}

.main-banner .right-image::after {
  position: absolute;
  background-image: url(../images/banner-right-dec.png);
  content: '';
  top: -30%;
  right: -30%;
  z-index: 1;
}

/*.main-banner .header-text::after {
  position: absolute;
  background-image: url(../images/banner-left-dec.png);
  width: 214px;
  height: 429px;
  content: '';
  left: 0;
  bottom: -240px;
  z-index: 1;
}*/
.main-banner .header-text h3 {
  position: relative;
  z-index: 2;
  font-size: 35px;
  font-weight: 400;
  line-height: 74px;
  letter-spacing:-0.2rem;
  margin-top: 8rem;
}
.main-banner .header-text h6 {
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 400;
}
.main-banner .header-text
{ font-size:15px;}

.message {  -webkit-text-stroke: 4px white;
  text-stroke: 3px white;
  paint-order: stroke;
	}

@media (max-width:1200px){
.main-banner .header-text h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
}
.main-banner .header-text p{
	font-size:14px;
	}
	.main-banner .right-image img {
	width: 100%;
	position: relative;
	z-index: 2;
}}

@media screen and (max-width: 768px){   
.main-banner .header-text h3 {
	font-size: 30px;
	line-height: 120%;
	margin-top: 2rem;}
.main-banner .header-text p{
	margin-top:1rem;
	font-size:14px;}
.main-banner .right-image img {
	width: 60%;
	position: relative;
	z-index: 2;
}
}

.main-banner .main-button-gradient {
  position: relative;
  z-index: 2;
}


/*
---------------------------------------------
services
---------------------------------------------
*/ 
#services { margin-top:-50px;} 
section .services {
	padding-top: 50px;
	padding-bottom:50px;}

@media screen and (max-width: 768px){   
section .services {
	padding-top:0;
	padding-bottom:0; } 
}
.services .item {
	border-radius: 10px;
	text-align: center;
	margin: 15px;
	transition: all .3s;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
	background-color: #FFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}

/*.services .item:hover {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}*/

.services .item .icon {
  max-width: 75px;
  margin: 0 auto;
  min-height: 80px;
  line-height: 80px;
  vertical-align: middle;
}

.services .item h4 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 13px;
  letter-spacing:-0.05rem;  
}

.services .owl-dots {
  text-align: center;
  margin-top: 30px;
}
.services .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  background-color: #ddd;
  border-radius: 50%;
  margin: 0px 4px;
}

.services .owl-dots .active {
  background-color: #178F03;
}

@media screen and (max-width: 640px) {
	.services .owl-dots {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}}

/*
---------------------------------------------
our courses
---------------------------------------------
*/

section.our-courses {
  position: relative;	
  background-image: url(../images/cta-bg.png); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
section.our-courses h2 {
	font-size: 22px;
	font-weight: 600;
	color: #111;
	position: relative;
	margin-bottom: 0.8rem;
	padding: 0.5rem 0rem;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #C7E3B7;
}

section.our-courses h4 {
	font-size: 13px;
	color: #178F03;
	font-weight: 400;
}

section.our-courses .naccs {
  position: relative;
}

section.our-courses .naccs .menu div {
	border-radius: 5px !important;
	margin-bottom: 15px;
	background-color: #fff;
	cursor: pointer;
	font-weight: 900;
	border: 1px solid #C7F7AC;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.our-courses .naccs .menu div.active {
  color: #178F03;
  border: 1px solid #178F03;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

section.our-courses ul.nacc {
	/* [disabled]margin-left: 100px !important; */
	position: relative;
	min-height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

section.our-courses ul.nacc li {
	/* [disabled]background-color: #fff; */
	overflow: hidden;
	opacity: 0;
	
	position: absolute;
	list-style: none;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
	
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
 transform: translateX(50px);
 /* padding-right: 50px;
 border-radius: 20px;*/
}

section.our-courses ul.nacc li .left-image {
  position: absolute;
  margin-right: 50px;
  top: 50%;
  transform: translateY(-50%);
}

section.our-courses ul.nacc li .left-image img {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}

section.our-courses ul.nacc li .left-image .price h6 {
  position: absolute;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, #178F03 0%, rgba(246,191,159,1) 100%);
  color: #fff;
  top: 20px;
  left: 20px;
  font-size: 18px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  border-radius: 3px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
}

section.our-courses ul.nacc li.active {
  position: relative;
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-courses ul.nacc li p {
  margin: 0;
}


/*
---------------------------------------------
cta
---------------------------------------------
*/

section.simple-cta {
	background-color: #FFF;
	width: 100%;
}

section.simple-cta p {
  color: #fff;
}

section.simple-cta iframe {
	border: 1px solid #E7E7E7;
	border-radius: 1rem;
} 

section.simple-cta  h2 {
	font-size: 22px;
	font-weight: 600;
	color: #111;
	position: relative;
	margin-bottom: 0.8rem;
	padding: 0.5rem 0rem;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #C7E3B7;
}

section.simple-cta  h4 {
	font-size: 13px;
	color: #178F03;
	font-weight: 400;
}
/* 

---------------------------------------------
contact us
--------------------------------------------- 
*/
#contact { font-size:13px; }
section.contact-us {
	/*background-image: url(../images/footer-bg.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;*/
	padding: 0px;
	position: relative;
}

section.contact-us:after {
  position: absolute;
  content: '';
  background-image: url(../images/footer-left-dec.png);
  left: 0px;
  top: 60px;
  width: 267px;
  /*height: 396px;*/
  z-index: 1;
}

section.contact-us .contact-info {
  background-color: #fff;
  margin-top: -30px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  z-index: 5;
  position: relative;
  padding: 20px;
}

section.contact-us .contact-info .icon i {
  float: left;
  margin-right: 15px;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  background: rgb(219,138,222);
  background: linear-gradient(-145deg, #178F03 0%, rgba(246,191,159,1) 100%);
  color: #fff;
}

section.contact-us .contact-info h4 {
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
}

section.contact-us .contact-info span {
  font-size: 15px;
  color: #178F03;
  font-weight: 700;
}

section.contact-us .section-heading {
  text-align: left;
  margin-bottom: 40px;
}

section.contact-us #contact {
	/* [disabled]margin-left: -100px; */
	position: relative;
	z-index: 5;
	background-color: #fff;
	margin-top: 40px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 20px;
	padding-left: 40px;
}
section.contact-us #contact input {
	/* width: 100%;
  height: 40px;*/
	border-radius: 5px;
	background-color: #F4F7FB;
	outline: none;
	border: none;
	box-shadow: none;
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	padding: 7px;
	margin-left:7px;
	margin-right:7px;
}
.w100 { width:100%;}

section.contact-us #contact textarea {
  width: 100%;
  min-height: 140px;
  max-height: 180px;
  border-radius: 5px;
  background-color: #f4f7fb;
  outline: none;
  border: none;
  box-shadow: none;
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  padding: 15px;
}

section.contact-us #contact input.btn {
	font-size: 13px;
	color: #FFF;
	/* background: rgb(219,138,222);
  background: linear-gradient(-145deg, #178F03 0%, rgba(246,191,159,1) 100%);*/
	padding: 12px 40px;
	display: block;
	border-radius: 5px;
	font-weight: 500;
	text-transform: uppercase;
	transition: all .3s;
	transition: all .3s;
	border: 1px solid #090;
	background-color:#090;
	outline: none;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

section.contact-us #contact input.btn:hover {
  opacity: 0.5;
}
section.contact-us #contact li { line-height:2;}
section.contact-us ul.social-icons li {
  display: inline-block;
  margin: 0px 5px;
}

section.contact-us ul.social-icons {
  text-align: center;
  margin-top: 70px;
}

section.contact-us ul.social-icons li a {
  width: 44px;
  height: 44px;
  display: inline-block;
  text-align: center;
  line-height: 44px;
  background-color: #fff;
  color: #178F03;
  border-radius: 50%;
  transition: all .5s;
}

section.contact-us ul.social-icons li a:hover {
  background-color: #178F03;
  color: #fff;
}
.sitemap {
	padding: 60px 0 0 0;
	background-color:#178F03;
	color: #fff;
	text-align: left;
	font-size: 13px;
}
.sitemap span { font-weight: 600;
	font-size: 15px;
}
.sitemap a {color: #fff;}
.sitemap a:hover {color: #42FF5C;}
.sitemap ul{
    margin: .5rem 0 .8rem .8rem;
    padding:0rem;
    list-style-type:none;
}
.sitemap ul li{
	line-height: 1.5;
}
.sitemap ul li:before{
    content:'◆';
    padding: 0 3px 0 0;
    font-weight: 600;
    color:#fff;
}
.sitemap .map2:before{
    content:'・';
    padding: 0 3px 0 2px;
    font-weight: 400;
	color:#fff;}

.copyright {
	padding:20px;
	background-color:#178F03;
	text-align: center;
	color: #fff;
	font-size:12px;
}

/*
---------------------------------------------
heading page
---------------------------------------------
*/

section.page-heading {
  /*margin-top: 80px;*/
  padding-bottom:0;
	text-align:center;
}

.page-heading {
  padding-top: 80px;
}
section.page-heading .header-text h1 {
	font-size: 20px;
	font-weight: 600;
	color: #111;
	position: relative;
	margin-top: 80px;
	margin-bottom: 0.8rem;
	padding: 0.5rem 0rem;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #C7E3B7;
}

section.page-heading .header-text h4 {
	font-size: 16px;
	color: #178F03;
	font-weight: 400;
}



/*
---------------------------------------------
about us page
---------------------------------------------
*/
section.get-info {
}
section.get-info .left-image {
  margin-right: 30px;
}

section.get-info .section-heading {
  text-align: left;
}

section.get-info .info-item {
  border-radius: 15px;
  text-align: left;
  padding: 30px 30px 30px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  background-color:#FFF;
}

@media screen and (max-width: 768px){ 
.sptopm{ margin-top:  -8rem;  }
}

section.get-info .info-item2 {
  text-align: left;
  padding: 10px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.2);
  position: relative;
  background-color:#FFF;
  margin-bottom:1rem;
}
/*section.get-info .info-item2 li {
	list-style-type: square;
	list-style-position:inside;
}*/
section.get-info .info-item2 ul {
    position: relative;
    list-style-type: none;
    padding: 1rem 1rem 1rem 2.5rem;
    border-top: 4px solid #66D3BD;
    background-color: #e6f4e7;
    color: #1c3a34;
}
section.get-info .info-item2 ul  li {
    padding: 0.5rem 0;
    line-height: 1.5;
}

section.get-info .info-item2 ul li::before {
    position: absolute;
    left: 1rem;
    padding-left: 0.2rem;
    color: #66D3BD;
    font-family: FontAwesome;
    font-weight: 900;
    content: '\f058';
}

section.get-info .info-item .icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 15px;
  text-align: center;
  line-height: 80px;
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.06);
}

section.get-info .info-item .icon img {
  max-width: 60%;
}
section.get-info h2 {
  font-size: 18px;
}
section.get-info h4 {
  font-size: 16px;
}
section.get-info .info-item h4 {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 18px;
}

section.our-team {
  position: relative;
}

section.our-team .section-heading p {
  padding: 0px 60px;
}

section.our-team:before {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-left-dec.png);
  left: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team:after {
  position: absolute;
  content: '';
  background-image: url(../images/our-courses-right-dec.png);
  right: 45px;
  top: -140px;
  width: 291px;
  height: 231px;
  z-index: 1;
}

section.our-team .naccs {
  position: relative;
  text-align: center;
}

section.our-team .naccs .menu {
  position: relative;
  display: inline-block;
}

section.our-team .naccs .menu div {
  margin: 0px 15px;
  text-align: center;
  display: inline-block;
  width: 15%;
  text-align: center;
  font-size: 18px;
  color: #111;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  font-weight: 900;
}

section.our-team .naccs .menu div img {
  border-radius: 50%;
  max-width: 120px;
}

section.our-team .naccs .menu div h4 {
  font-size: 15px;
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 5px;
}

section.our-team .naccs .menu div span {
  font-size: 12px;
  text-transform: uppercase;
  color: #178F03;
  font-weight: 700;
  display: block;
}

section.our-team .naccs .menu div.active h4 {
  color: #178F03;
}

section.our-team ul.nacc {
  margin-top: 40px !important;
  position: relative;
  min-height: 100%;
  height: 100% !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

section.our-team ul.nacc li {
  z-index: -1;
  opacity: 0;
  transform: translateX(50px);
  background-color: #fff;
  position: absolute;
  list-style: none;
  transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  border-radius: 15px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

section.our-team ul.nacc li.active {
  position: relative !important;
  overflow: hidden;
}

section.our-team ul.nacc li .right-image {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

section.our-team ul.nacc li .right-image img {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

section.our-team ul.nacc li .left-content {
  text-align: left;
  margin-right: 380px;
}

section.our-team ul.nacc li .left-content h4 {
  font-size: 18px;
  color: #111;
  margin-bottom: 25px;
  font-weight: 800;
}

/*section.our-team*/
ul.nacc li span a {
  font-size: 12px;
  font-weight: 600;
  margin-right: 15px;
  padding-right: 15px;
  color: #111;
  border-right: 1px solid #111;
  transition: all .3s;
}
@media screen and (max-width: 768px){
	ul.nacc li span a {
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin:0;
  padding:0;
  border:none;
  transition: all .3s;
} }
ul.nacc li span a:hover {
  color: #178F03;
}

ul.nacc li .last-span a {
  margin-right: 0px;
  padding-right: 0px;
  border-right: none;
}

section.our-team ul.nacc li .left-content p {
  margin-bottom: 30px;
}

section.our-team ul.nacc li .left-content .text-button {
  margin-top: 30px;
}

section.our-team ul.nacc li.active {
  transition-delay: 0.3s;
  z-index: 2;
  opacity: 1;
  transform: translateX(0px);
}

section.our-team ul.nacc li p {
  margin: 0;
}

/*
---------------------------------------------
contact us page
---------------------------------------------
*/

section.more-info .section-heading {
  margin-bottom: 40px;
  text-align: left;
}

section.more-info p {
  margin-bottom: 40px;
}

section.more-info ul li {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #4a4a4a;
  font-style: italic;
  margin-bottom: 20px;
}

section.more-info ul li:last-child {
  margin-bottom: 0px;
}

section.more-info .count-area-content {
  margin-bottom: 20px;
  margin-top: 20px;
}

section.more-info .count-area-content .count-digit {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  display: inline-block;
  margin-left: 50%;
  transform: translateX(-40px);
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 26px;
  color: #178F03;
  font-weight: 900;
  margin-bottom: -40px;
  position: relative;
  z-index: 2;
}

section.more-info .count-area-content .count-title {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
  border-radius: 15px;
  text-align: center;
  font-size: 18px;
  font-weight: 900;
  color: #111;
  padding: 50px 30px 30px 30px;
  position: relative;
  z-index: 1;
}


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/


body {
  overflow-x: hidden;
}

@media (max-width: 1330px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1200px) {
  .main-banner .right-image {
	margin-left: 60px;
  }
  .main-banner .header-text h2 {
    font-size: 62px;
  }
  .header-area {
   /* background: rgb(219,138,222) !important;*/
    /*background: linear-gradient(-145deg, #178F03 0%, rgba(246,191,159,1) 100%) !important;*/
	background-color:#FFF;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  }
  .services .owl-nav .owl-next{
    right: -70px;
  }
  .services .owl-nav .owl-prev{
    left: -65px;
  }
  .our-courses .owl-nav .owl-next{
    right: -70px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -65px;
  }
}

@media (max-width: 1085px) {
  .services .owl-nav .owl-next{
    right: -30px;
  }
  .services .owl-nav .owl-prev{
    left: -25px;
  }
  .our-courses .owl-nav .owl-next{
    right: -30px;
  }
  .our-courses .owl-nav .owl-prev{
    left: -25px;
  }
}

@media (max-width: 1005px) {
  .services .owl-nav .owl-next{
    display: none;
  }
  .services .owl-nav .owl-prev{
    display: none;
  }
  .our-courses .owl-nav .owl-next{
    display: none;
  }
  .our-courses .owl-nav .owl-prev{
    display: none;
  }
}

@media (max-width: 992px) {

  .main-banner .header-text {
    /*text-align: center;*/
    margin-bottom: 10px;
	padding:15px;
  }
  .main-banner .right-image {
    margin-left: 0px;
  }
  section.our-courses ul.nacc {
    margin-left: 0px !important;
  }
  section.simple-cta {
    margin-top: 0px;
  }
  section.simple-cta .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  section.contact-us .contact-info {
    margin-top: 15px;
  }
  section.contact-us #contact {
    margin-left: 0px;
  }
  section.contact-us #contact button {
    float: none;
  }
  section.get-info .left-image {
    margin-right: 0px;
    margin-bottom: 30px;
  }
  section.get-info .info-item {
    margin-top: 60px;
  }
  section.our-office #video {
    margin-left: 0px;
    margin-top: 30px;
  }
  section.featured-product .left-info .info-item,
  section.featured-product .right-info .info-item {
    text-align: center;
    background-color: #fff;
    position: relative;
    z-index: 2;
  }
  section.featured-product .left-info .info-item .icon {
    right: 50%;
    transform: translateX(40px);
  }
  section.featured-product .right-info .info-item .icon {
    left: 50%;
    transform: translateX(-40px);
  }
  section.featured-product .product-image {
    margin: 60px
  }
  section.our-team ul.nacc li .left-content span a,
  section.our-courses ul.nacc li .right-content span {
    margin-right: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .nav li.has-sub ul.sub-menu {
    display: none;
  }
  section.our-courses ul.nacc li .left-image,
  section.our-team ul.nacc li .right-image {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    transform: translateY(-0%);
  }
  section.our-courses ul.nacc li .left-image img,
  section.our-team ul.nacc li .right-image img {
    border-radius: 15px;
  }
  section.our-courses ul.nacc li,
  section.our-team ul.nacc li {
    padding: 0px;
  }
  section.our-courses ul.nacc li .right-content {
    margin-left: 0px;
    padding: 30px;
  }
  section.our-team ul.nacc li .left-content {
    margin-right: 0px;
    padding: 30px;
  }
  section.our-team .naccs .menu div {
    width: 14%;
    margin: 0px 5px;
  }
  section.our-team .naccs .menu div.active img {
    border: 3px solid #178F03;
  }
  section.our-team .naccs .menu div h4,
  section.our-team .naccs .menu div span {
    display: none;
  }
  section.more-info .count-area-content .count-title {
    font-size: 20px;
  }
	section.contact-us #contact {
	/* [disabled]margin-left: -100px; */
	position: relative;
	z-index: 5;
	background-color: #fff;
	margin-top: 40px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}
	section.contact-us #contact p { padding: 20px; }
	.page-heading {
  padding-top: 40px;
}
	.spcenter{ text-align: center;]
	}
	.spminus{margin-top: -5rem;}
}

/* =========追加分==============================================*/

@media screen and (min-width: 768px){   
  .pc { display:block; }
  .sp { display:none; }
}

@media screen and (max-width: 768px){   
  .pc { display:none; }
  .sp { display:block; }
}

.text50 {font-size: 50%;}
.text60 {font-size: 60%;}
.text70 {font-size: 70%;}
.text80 {font-size: 80%;}
.text90 {font-size: 90%;}
.text95 {font-size: 95%;}
.text100 {font-size: 100%;}
.text105 {font-size: 105%;}
.text110 {font-size: 110%;}
.text115 {font-size: 115%;}
.text120 {font-size: 120%;}
.text130 {font-size: 130%;}
.text140 {font-size: 140%;}
.text150 {font-size: 150%;}
.text160 {font-size: 160%;}
.text170 {font-size: 170%;}
.text180 {font-size: 180%;}
.text250 {font-size: 250%;}

.fuchidori {
  color: #000;
  -webkit-text-stroke: 1px #FFF;
  text-stroke: 1px #FFF;
}

/*アンカーリンク下げ*/
a.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}

/*テーブル*/
th {
	padding: 10px;
	font-weight: 900;
	text-align: left;
	padding-left:10px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D7;
	}

td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D7;
}

table {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

.tbl-r02 th {
	padding: 10px;
	font-weight: 900;
	text-align: left;
	padding-left:10px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D7;
}

.tbltop {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #D7D7D7;
}

.tbl-r02 td {
	padding: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #D7D7D7;
}

@media screen and (max-width: 640px) {
  th {
    border-bottom: none;
  }
  td  {
    border-bottom: none;
  }
  .last td:last-child {
    border: none;
    width: 100%;
  }
  
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
    display: block;
    width: 100%;
	text-align:left;
  }
}
/*clearfix*/
.clearfix:after,
.inner-block:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

.topmap span { font-size:12px; font-weight:normal; text-align: left; }
.topmap img {
	max-width: 140px;
	float: right;
	clear:both;
	padding-left:7px;
}
section.footer {
	background-image: url(../images/footer-bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
  }

section.footer:after {
  position: absolute;
  content: '';
  background-image: url(../images/footer-left-dec.png);
  left: 0px;
  top: 60px;
  width: 267px;
  /*height: 396px;*/
  z-index: 1;
}

.address{
	font-family:"M PLUS Rounded 1c", sans-serif;
  transform: rotate(0.05deg);
	font-size: 20px;
}
.address a[href^="tel:"]{ color:#333; }

.logo_f{	background-attachment: scroll;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left:55px;
	line-height:90px;

}


@media (min-width: 751px) {
a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
}
}
.addressin{
	background-color: #DFF8CB;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-radius: 10px;
}
.addressin ul li { border: none; }


.yaji :after {
	font-family: FontAwesome;
	content: "\f105";
	font-size: 16px;
	font-weight: 900;
	right: 5px;
	top: 1px;
	font-style: normal;
	padding-left:10px;
	padding-right:5px;
}

.bg-gray {
	background-color: #E6E6E6;
} 
.kaku{
	position: relative;
	padding: 0.8rem 0;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	color: #198754;
  transform: rotate(0.05deg);
	font-family:"M PLUS Rounded 1c", sans-serif;
}
.kaku:before,
.kaku:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.kaku:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: #FFF;
    margin-left: -16px;
}

.kaku:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: #FFF;
    margin-left: -10px;
}
.kengaku {
    position: relative;
    padding: 1rem 1.5rem;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.kengaku::before,
.kengaku::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: '';
}

.kengaku::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}

.kengaku::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}

.dot {
	position: relative;
	margin-bottom: 0.8rem;
	padding: 0.5rem 0rem;
	border-bottom-width: 5px;
	border-bottom-style: dotted;
	border-bottom-color: #C7E3B7;
}
.hana2toku ul { margin-left:1.5em;}
.hana2toku ul li {
	font-size:14px;
	position: relative;
	margin-bottom: 0.8rem;
	padding: 0.5rem 0rem;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #C7E3B7;
	margin-left:1em;
	text-indent:-1.5em;
}
.dotmini {
	position: relative;
	margin-bottom: 3rem;
	padding: 0.5rem 0rem;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #C7E3B7;
}
.leadtext p {line-height: 200%;}


.bgplus {
	position: relative;
	background-image: url(../images/cta-bg.png);
	background-repeat: repeat-y;
	background-position: top center;
	z-index:10;
}
.bgplus2 { position: relative;
  background-image: url(../images/cta-bg2.png); 
	background-repeat: repeat-y;
	background-position: top center;
	background-color:#FFF;
	z-index:10;
}
.pointh {
	margin-top:-50px;
	height:50px;
	background-image: url(../images/point.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index:1;
}
.shopicon img {
	 width: 50px;
	 margin-right:10px;
	 float: left; }
.shopicon p {
	 overflow:hidden;
	 margin-bottom: -0.5rem;} 
.branch ul {
	margin-top: -0.5em;
	margin-bottom:-0.5em;}
.branch ul li {
	margin-bottom:1em;
	text-indent:-1em;
	margin-left:1em;} 
.hissu::before {
	content: "必須";
	background-color: #FF3300;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	min-width: 10px;
	padding: 3px 7px;
	margin: 0px 5px;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
}
.nini::before {
	content: "任意";
	background-color: #CCCCCC;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	min-width: 10px;
	padding: 3px 7px;
	margin: 0px 5px;
	line-height: 1;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	border-radius: 10px;
	display: inline-block;
}
.e { color:#F30;}
.archivebana img { max-width:400px;
margin-top:15px;
margin-bottom:15px;}
.archivebana { font-size: 10px;
	line-height: 10px;
	margin-top: 15px;
}
.linkb {
padding-right: 15px;
	background: url(../images/icon_blank.png) right center/11px auto no-repeat;}
.privacy ul {
text-indent: 1em;
padding-left: 1em; }

.privacy li {list-style-type: disc;
padding-left: -1em;
margin-left:1.5em;}
.puu img { width: 200px; }

