@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.9);
  content: "";
}

a {
  color: #0E7F33;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #47a283;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}

h1, h2, h3, h4, h5, h6, figure {
  color: #00584e;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
}

h3 {
    font-size: 20px;
}

::-webkit-selection {
  color: #fff;
  background: #0E7F33;
}

::-moz-selection {
  color: #fff;
  background: #0E7F33;
}

::selection {
  color: #fff;
  background: #0E7F33;
}

.lastate-container {
  max-width: 1140px;
  position: relative;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.lastate-nav {
  position: relative;
  top: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  padding: 20px 0 10px 0;
  z-index: 1001;
  font-family: "Montserrat", sans-serif;
	border-bottom: 4px solid #EDCA6F;
}
@media screen and (max-width: 768px) {
  .lastate-nav {
    padding: 10px 0;
    border-bottom: 1px solid #666666;
  }
}
.lastate-nav #lastate-logo {
  font-size: 20px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.lastate-nav #lastate-logo a {
  color: #000;
}
.lastate-nav #lastate-logo em {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .lastate-nav .menu-1, .lastate-nav .menu-2 {
    display: none;
  }
}
.lastate-nav ul {
  padding: 0;
  margin: 1.9em 0 0 0;
}
.lastate-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline;
  line-height: 1.5;
  font-family: "Montserrat", sans-serif;
}
.lastate-nav ul li > a {
  text-transform: uppercase;
  font-size: 15px !important;
  /*letter-spacing: .05em;*/
}
.lastate-nav ul li a {
  font-size: 16px;
  padding: 30px 7px 30px 10px;
  color: #000;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.lastate-nav ul li a:hover, .lastate-nav ul li a:focus, .lastate-nav ul li a:active {
  color: #000;
}
.lastate-nav ul li.has-dropdown {
  position: relative;
}
.lastate-nav ul li.has-dropdown > a {
  position: relative;
  padding-right: 20px !important;
}
.lastate-nav ul li.has-dropdown > a:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-style: 10px;
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 0;
  color: #ccc;
}
.lastate-nav ul li.has-dropdown .dropdown {
  width: 170px;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  text-align: left;
  background: #00584E;
  padding: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.lastate-nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #00584E;
  border-width: 8px;
  margin-left: -8px;
}
.lastate-nav ul li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
}
.lastate-nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.lastate-nav ul li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #FFF;
  line-height: 1.2;
  text-transform: none;
  font-size: 15px;
}
.lastate-nav ul li.has-dropdown .dropdown li a:hover {
  color: #F4F7C8;
}
.lastate-nav ul li.has-dropdown .dropdown li.active > a {
  color: #000 !important;
}
.lastate-nav ul li.has-dropdown:hover a, .lastate-nav ul li.has-dropdown:focus a {
  color: #000;
}
.lastate-nav ul li.btn-cta a {
  color: #0E7F33;
}
.lastate-nav ul li.btn-cta a span {
  background: #fff;
  padding: 4px 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}
.lastate-nav ul li.btn-cta a:hover span {
  -webkit-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 20px -9px rgba(0, 0, 0, 0.75);
}
.lastate-nav ul li.active > a {
  color: #000 !important;
}

@media screen and (max-width: 480px) {
  #lastate-header .text-left {
    text-align: center !important;
  }
}
@media screen and (max-width: 480px) {
  #lastate-header .btn {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 414px) {
.lastate-nav #lastate-logo {
	width: 95%;
}	
}	

#lastate-header,
#lastate-counter,
.lastate-bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}

.lastate-bg {
  background-position: center center;
  width: 100%;
  float: left;
  position: relative;
}

.lastate-cover {
  height: 900px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  float: left;
  width: 100%;
}
.lastate-cover.lastate-inner h1 {
  margin-bottom: 0 !important;
}
.lastate-cover a {
  color: #0E7F33;
}
.lastate-cover a:hover {
  color: white;
}
.lastate-cover .overlay {
  z-index: 1;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(29, 43, 83, 0.89);
}
.lastate-cover > .lastate-container {
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .lastate-cover {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.lastate-cover .display-t,
.lastate-cover .display-tc {
  height: 900px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lastate-cover .display-t,
  .lastate-cover .display-tc {
    height: 600px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.lastate-cover.lastate-cover-sm {
  height: 600px;
}
@media screen and (max-width: 768px) {
  .lastate-cover.lastate-cover-sm {
    height: 400px;
    height: inherit !important;
  }
}
.lastate-cover.lastate-cover-sm .display-t,
.lastate-cover.lastate-cover-sm .display-tc {
  height: 600px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lastate-cover.lastate-cover-sm .display-t,
  .lastate-cover.lastate-cover-sm .display-tc {
    height: 400px;
    height: inherit !important;
    padding: 3em 0;
  }
}
.lastate-cover.lastate-cover-xs {
  height: 500px;
}
@media screen and (max-width: 768px) {
  .lastate-cover.lastate-cover-xs {
    height: inherit !important;
    padding: 3em 0;
  }
}
.lastate-cover.lastate-cover-xs .display-t,
.lastate-cover.lastate-cover-xs .display-tc {
  height: 500px;
  display: table;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .lastate-cover.lastate-cover-xs .display-t,
  .lastate-cover.lastate-cover-xs .display-tc {
    padding: 3em 0;
    height: inherit !important;
  }
}

.lastate-client {
  float: left;
  width: 100%;
  padding: 3em 0;
  background: #f6f6f6;
}
.lastate-client .client img {
  margin-top: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.lastate-testimonial .lastate-testimony {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.lastate-testimonial .lastate-left > div {
  display: table-cell;
  float: left;
  width: 80px;
}
.lastate-testimonial .lastate-left > div img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  max-width: 100% !important;
}
.lastate-testimonial .lastate-left > blockquote {
  padding-left: 20px;
  display: table-cell;
  border-left: none;
  margin: 0;
  padding: 0 0 0 30px;
}
.lastate-testimonial .lastate-left > blockquote p {
  font-style: 16px;
  font-style: italic;
}
.lastate-testimonial .lastate-left > blockquote .author {
  color: #666666;
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#lastate-footer {
  background: #00584E;
  padding: 5em 0 0 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  /* float: left; */
}
#lastate-footer a {
  color: #fff !important;
}	
#lastate-footer a:hover {
  color: #FCFBE3 !important;
}
#lastate-footer .lastate-cta {
  margin-bottom: 30px;
}
#lastate-footer .lastate-cta h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
#lastate-footer .lastate-cta .btn-white {
  padding: 15px 20px !important;
}
#lastate-footer .lastate-cta .btn-white.btn-outline:hover {
  color: #000 !important;
}
#lastate-footer .lastate-footer-paragraph h3 {
  color: #fff;
  margin-bottom: 10px;
}
.lastate-footer-paragraph img {
  max-width: 300px;
}
.lastate-footer-paragraph p {
color: #fff;
letter-spacing: 0.05em;
font-size: 15px;
margin-bottom: 10px;
}
#lastate-footer .lastate-footer-link {
  padding-left: 30px;
}
#lastate-footer .lastate-footer-link h3 {
  color: #fff;
  margin-bottom: 10px;
}

#lastate-footer .lastate-list-link a {
  color: #EAD54F;	
}
#lastate-footer .lastate-list-link a:hover {
  color: #fff;	
}

@media screen and (max-width: 768px) {
	
#lastate-footer {
  padding: 3.5em 0 0 0 !important;
}
	
  #lastate-footer .lastate-footer-link {
    padding-left: 15px;
  }
}
#lastate-footer .lastate-footer-link .lastate-list-link {
  padding: 0;
  margin: 0;
}
#lastate-footer .lastate-footer-link .lastate-list-link li {
  padding: 0;
  margin: 0;
  list-style: none;
	margin-bottom: 10px;
}
#lastate-footer .lastate-footer-link .lastate-list-link li a {
  text-transform: uppercase;
  font-size: 13px !important;
  font-family: "Montserrat", sans-serif;
}
#lastate-footer .lastate-footer-subscribe {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  #lastate-footer .lastate-footer-subscribe {
    padding-left: 15px;
  }
}

@media screen and (max-width: 414px) {

#lastate-footer .lastate-footer-link h3 {
    color: #fff;
    text-align: center;
    margin-top: 2em;
	margin-bottom: 1.5em;
    border-top: 1px dotted;
    padding-top: 1em;
}
	
  #lastate-footer .lastate-footer-link {
    padding: 0 25px;
  }
	
.lastate-footer-paragraph {
  margin:0 auto!important;
}	
	
.lastate-footer-paragraph img {
  max-width: 80%;
	  margin:0 auto!important;
}	
#lastate-footer {
    padding: 2em 0 0 0 !important;
}

#lastate-footer img {

}

.lastate-footer-link {
    padding-left: 0px;
  }

.lastate-footer-link {
  padding: 0 10px;
}
}

#lastate-footer .lastate-footer-subscribe .form-control {
  background: #fff !important;
  border: none !important;
}
#lastate-footer .lastate-footer-subscribe .btn {
  margin-top: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  height: 54px !important;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#lastate-footer .lastate-copyright {
background: #EAD54F;
padding: 10px 0;
/* float: left; */
width: 100%;
text-align: center;
}
#lastate-footer .lastate-copyright p {
  font-family: "Montserrat", sans-serif;
}
#lastate-footer .lastate-copyright p:last-child {
  margin-bottom: 0;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.lastate-staff, .lastate-item {
  margin-bottom: 4em;
  float: left;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .lastate-staff, .lastate-item {
    margin-bottom: 3em;
  }
}
.lastate-staff img, .lastate-item img {
  margin-bottom: 15px !important;
}
.lastate-staff h2, .lastate-item h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.lastate-staff h2 a, .lastate-item h2 a {
  color: #ff9a19 !important;
}
.lastate-staff p, .lastate-item p {
  margin-bottom: 30px;
  color: #777;
}
.lastate-staff .role, .lastate-item .role {
  color: #000;
  margin-bottom: 20px;
  font-weight: normal;
  display: block;
}
.lastate-staff .fh5co-social, .lastate-item .fh5co-social {
  padding: 0;
  margin: 0;
}
.lastate-staff .fh5co-social li, .lastate-item .fh5co-social li {
  padding: 0;
  margin: 0 10px 0 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.lastate-staff .fh5co-social li a, .lastate-item .fh5co-social li a {
  font-size: 20px;
  color: #0E7F33;
}
.lastate-staff .fh5co-social li a:hover, .lastate-item .fh5co-social li a:hover {
  color: #000;
}

.lastate-news ul {
  padding: 0;
  margin: 0;
}
.lastate-news ul li {
  margin: 0 0 15px 0;
  list-style: none;
  display: block;
 /* border-bottom: 1px solid #f2f2f2;*/
background-color: #fff;
padding: 10px;
}
.lastate-news ul li a {
  display: block;
  /*padding: 0 0 15px 0;*/
}
.lastate-news ul li a h3 {
  margin-bottom: 5px;
  font-weight: 100;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: #00584E;
	font-size: 17px!important;
}

.lastate-news ul li a:hover h3 {
  color: #0E7F33!important;
}

.lastate-news ul li a .post-date {
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #2F6A42;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 10px;
  display: block;
  font-size: 12px;
  font-weight: 100;
}

.lastate-news ul li a p {
  color: #372727;
}
.lastate-news ul li a p:last-child {
  margin-bottom: 0;
}
.lastate-news ul li a:hover h3 {
  color: #000;
}

.lastate-social-icons {
  margin: 0;
  padding: 0;
}
.lastate-social-icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.lastate-social-icons li a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  color: #0E7F33;
  padding-left: 10px;
  padding-right: 10px;
}
.lastate-social-icons li a i {
  font-size: 20px;
}

.lastate-contact-info {
  margin-bottom: 30px;
  float: left;
  width: 100%;
  position: relative;
}
.lastate-contact-info ul {
  padding: 0;
  margin: 0;
}
.lastate-contact-info ul li {
  padding: 0 0 0 50px;
  margin: 0 0 30px 0;
  list-style: none;
  position: relative;
}
.lastate-contact-info ul li:before {
  color: #cccccc;
  position: absolute;
  left: 0;
  top: .05em;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.lastate-contact-info ul li.address:before {
  font-size: 30px;
  content: "\e9d1";
}
.lastate-contact-info ul li.phone:before {
  font-size: 23px;
  content: "\e9f4";
}
.lastate-contact-info ul li.email:before {
  font-size: 23px;
  content: "\e9da";
}
.lastate-contact-info ul li.url:before {
  font-size: 23px;
  content: "\e9af";
}

#map {
  width: 100%;
  height: 500px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #map {
    height: 200px;
  }
}

form label {
  font-weight: normal !important;
}

#lastate-header {
  background-repeat: no-repeat;
  background-size: cover;
}
#lastate-header p {
  color: #d3f1ed;
  font-size: 20px;
  margin-bottom: 40px !important;
}
#lastate-header h1 {
  font-size: 50px;
  line-height: 1.2 !important;
  margin-bottom: 30px !important;
  color: #d3f1ed;
  font-weight: 100;
}
@media screen and (max-width: 768px) {
  #lastate-header h1 {
    line-height: 1.2 !important;
  }
}
#lastate-header h1.no-margin {
  margin-bottom: 0 !important;
}
#lastate-header .copy {
  margin-top: 0em;
}
#lastate-header .btn {
  color: #34a7bd !important;
  text-shadow: none !important;
}
#lastate-header .header-img {
  margin-bottom: 30px;
}

#lastate-header .display-tc,
#lastate-counter .display-tc,
.lastate-cover .display-tc {
  display: table-cell !important;
  vertical-align: middle;
}
#lastate-header .display-tc h1, #lastate-header .display-tc h2,
#lastate-counter .display-tc h1,
#lastate-counter .display-tc h2,
.lastate-cover .display-tc h1,
.lastate-cover .display-tc h2 {
  margin: 0;
  padding: 0;
  color: white;
}
#lastate-header .display-tc h1,
#lastate-counter .display-tc h1,
.lastate-cover .display-tc h1 {
  margin-bottom: 0px;
  font-size: 59px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #lastate-header .display-tc h1,
  #lastate-counter .display-tc h1,
  .lastate-cover .display-tc h1 {
    font-size: 34px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
#lastate-header .display-tc h2,
#lastate-counter .display-tc h2,
.lastate-cover .display-tc h2 {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 30px;
}

#lastate-counter {
  text-align: center;
}
#lastate-counter .counter {
  font-size: 50px;
  margin-bottom: 10px;
  color: #0E7F33;
  font-weight: 100;
  display: block;
}
#lastate-counter .counter-label {
  margin-bottom: 0;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  #lastate-counter .feature-center {
    margin-bottom: 50px;
  }
}
#lastate-counter .icon {
  width: 70px;
  height: 70px;
  text-align: center;
  margin-bottom: 20px;
  background: none !important;
  border: none !important;
}
#lastate-counter .icon i {
  height: 70px;
}
#lastate-counter .icon i:before {
  color: #cccccc;
  display: block;
  text-align: center;
  margin-left: 3px;
}

.lastate-section {
  padding: 6em 0 5em 0;
  clear: both;
  position: relative;
}
.lastate-section2 {
  padding: 6em 0 0 0;
  clear: both;
  position: relative;
}
.lastate-section3 {
  padding: 0 0 6em 0;
  clear: both;
  position: relative;
}

.lastate-mv {
  /*padding: 0em 0 5em 0;*/
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lastate-section {
    padding: 3em 0;
  }
.lastate-section2 {
  padding: 3em 0 0 0;
  clear: both;
  position: relative;
}
.lastate-section3 {
  padding: 0 0 3em 0;
  clear: both;
  position: relative;
}
.lastate-mv {
  /*padding: 2em 0;*/
}
}
.lastate-section.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
.lastate-section.lastate-gray {
  background: #f6f6f6;
}

.lastate-heading {
  margin-bottom: 5em;
}
.lastate-heading.lastate-heading-sm {
  margin-bottom: 2em;
}
.lastate-heading h2 {
font-size: 25px;
margin-bottom: 20px;
    line-height: 1.5;
    color: ff9a19;
    font-weight: 600;
}
.lastate-heading p {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
}

@media screen and (max-width: 414px) {
.lastate-heading h2 {
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 1.5;
    color: ff9a19;
    font-weight: 600;
}
}


blockquote {
  padding-left: 0;
  border-left: none;
}
blockquote p {
  font-style: italic;
  color: #000;
}
blockquote p > cite {
  font-size: 14px;
  color: #b3b3b3;
}

#lastate-offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;
  background: #00584E;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 45px 40px 40px 40px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 768px) {
  #lastate-offcanvas {
    display: block;
  }
}
.offcanvas #lastate-offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#lastate-offcanvas a {
  color: rgba(255, 255, 255, 0.8);
  font-family: "Montserrat", sans-serif;
}
#lastate-offcanvas a:hover {
  color: rgba(255, 255, 255, 0.9);
}
#lastate-offcanvas ul {
  padding: 0;
  margin: 0;
}
#lastate-offcanvas ul li {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
  float: left;
  width: 100%;
  margin-bottom: 5px;
}
#lastate-offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#lastate-offcanvas ul li > a {
  display: block;
}
#lastate-offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#lastate-offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#lastate-offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}

.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(28,64,17,0.61);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

.lastate-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.lastate-nav-toggle.active i::before, .lastate-nav-toggle.active i::after {
  background: #FEF9D1;
}
.lastate-nav-toggle:hover, .lastate-nav-toggle:focus, .lastate-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.lastate-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.lastate-nav-toggle i::before, .lastate-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.lastate-nav-toggle.lastate-nav-white > i {
  color: #fff;
  background: #fff;
}
.lastate-nav-toggle.lastate-nav-white > i::before, .lastate-nav-toggle.lastate-nav-white > i::after {
  background: #fff;
}

.lastate-nav-toggle i::before {
  top: -7px;
}

.lastate-nav-toggle i::after {
  bottom: -7px;
}

.lastate-nav-toggle:hover i::before {
  top: -10px;
}

.lastate-nav-toggle:hover i::after {
  bottom: -10px;
}

.lastate-nav-toggle.active i {
  background: transparent;
}

.lastate-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.lastate-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.lastate-nav-toggle {
  position: absolute;
  right: 0px;
  top: 8px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
	
	#lastate-offcanvas ul li {
    padding: 0;
    margin: 0;
        margin-bottom: 0px;
    display: block;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 2.2em;
}
	
  .lastate-nav-toggle {
    display: block;
  }
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 700 !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 2px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 30px;
  text-transform: uppercase;
  text-shadow: none !important;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}
.btn.btn-sm {
  padding: 10px 20px !important;
}
.btn:hover, .btn:active, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.1);
}

.btn-primary {
  background: #0E7F33;
  color: #fff;
  border: 2px solid #0E7F33 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #67db90 !important;
  border-color: #67db90 !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #0E7F33;
  border: 2px solid #0E7F33;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #0E7F33;
  color: #fff;
}

.btn-success {
  background: #5cb85c;
  color: #fff;
  border: 2px solid #5cb85c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #4cae4c !important;
  border-color: #4cae4c !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #5cb85c;
  border: 2px solid #5cb85c;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #5cb85c;
  color: #fff;
}

.btn-info {
  background: #5bc0de;
  color: #fff;
  border: 2px solid #5bc0de;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #46b8da !important;
  border-color: #46b8da !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #5bc0de;
  border: 2px solid #5bc0de;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #5bc0de;
  color: #fff;
}

.btn-warning {
  background: #f0ad4e;
  color: #fff;
  border: 2px solid #f0ad4e;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #eea236 !important;
  border-color: #eea236 !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #f0ad4e;
  border: 2px solid #f0ad4e;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f0ad4e;
  color: #fff;
}

.btn-danger {
  background: #d9534f;
  color: #fff;
  border: 2px solid #d9534f;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #d43f3a !important;
  border-color: #d43f3a !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #d9534f;
  border: 2px solid #d9534f;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #d9534f;
  color: #fff;
}

.btn-white {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}
.btn-white:hover, .btn-white:focus, .btn-white:active {
  color: #000;
  background: #fff;
  border-color: #fff;
}
.btn-white.btn-outline {
  color: #fff;
  border: 2px solid #fff;
}
.btn-white.btn-outline:hover, .btn-white.btn-outline:focus, .btn-white.btn-outline:active {
  background: #fff;
  color: #000 !important;
  border: 2px solid #fff;
}

.btn-special {
  background: #00584E;
  color: #FBFABB;
  border: 2px solid #00584E;
		font-size: 110%!important;
}
.btn-special:hover, .btn-special:focus, .btn-special:active {
  color: #fff;
  background: #0E7F33;
  border-color: #0E7F33;
}
.btn-special.btn-outline {
  color: #fff;
  border: 2px solid #0E7F33;
}
.btn-special.btn-outline:hover, .btn-special.btn-outline:focus, .btn-special.btn-outline:active {
  background: #fff;
  color: #2f9051;
  border: 2px solid #0E7F33;
}

.btn-outline {
  background: none;
  border: 2px solid gray;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  box-shadow: none;
}

.btn.with-arrow {
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn.with-arrow i {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -8px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.btn.with-arrow:hover {
  padding-right: 50px;
}
.btn.with-arrow:hover i {
  color: #fff;
  right: 18px;
  visibility: visible;
  opacity: 1;
}

.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #0E7F33;
}

.row-pb-md {
  padding-bottom: 2em !important;
}

.row-pb-sm {
  padding-bottom: 2em !important;
}

.mt-md {
  margin-top: 70px;
}


@media screen and (max-width: 768px) {
	
	.row-pb-md {
  padding-bottom: 2em !important;
}
	
  .mt-md {
    margin-top: 10px;
  }
}

.lastate-loader {
  /*position: fixed;*/
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
/*  background: url(../images/loader.gif) center no-repeat #fff;*/
	  background: url(../images/loader.gif) center no-repeat;
}

.js .animate-box {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .lastate-nav .lastate-contact {
    text-align: left !important;
  }
}
.lastate-nav .lastate-contact ul {
  padding: 0;
  margin: 0 0 20px 0;
}
.lastate-nav .lastate-contact ul li {
  padding: 0;
  margin: 0;
}
.lastate-nav .lastate-contact ul li a {
  font-size: 14px;
  font-weight: bold !important;
  margin-left: 0px;
}
.lastate-nav .lastate-contact ul li a i {
  color: #0E7F33;
}
.lastate-nav .lastate-contact ul li a:hover i {
  color: #fff;
}

.lastate-flex {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  float: left;
}

#lastate-portfolio {
  padding: 7em 0;
  background: #303841;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
	
.lastate-heading {
  margin-bottom: 2em;
}
  #lastate-portfolio {
    padding: 3em 0;
  }
}
#lastate-portfolio .lastate-heading h2 {
  color: #fff;
}
#lastate-portfolio .lastate-heading p {
  color: rgba(255, 255, 255, 0.7);
}

/* Owl Override Style */
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next,
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  top: 25%;
  z-index: 1001;
  position: absolute;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev {
  top: 44%;
  z-index: 1001;
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next {
  right: -170px;
}
@media screen and (max-width: 992px) {
  .owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-next {
    right: -50px;
  }
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
  left: -170px;
}
@media screen and (max-width: 992px) {
  .owl-carousel-carousel.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -50px;
  }
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next {
  right: 0px;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev {
  left: 0px;
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next i,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev i {
  color: #000;
}
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-next:hover i,
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav .owl-prev:hover i {
  color: #000;
}

@media screen and (max-width: 768px) {
  .owl-theme .owl-controls .owl-nav {
    display: none;
  }
}

.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  color: #fff;
  font-size: 24px;
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 1002;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-carousel-fullwidth.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  color: #fff;
}

.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background: none !important;
}
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"] i {
  color: #b3b3b3;
  font-size: 30px;
  background: transparent !important;
  z-index: 1002;
  padding: 12px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover i, .owl-carousel-carousel.owl-theme .owl-controls .owl-nav [class*="owl-"]:focus i {
  color: #000;
}

.lastate-more {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .05em;
}
.lastate-more:hover {
  color: #000;
}

.gto-features {
  border-top: 1px solid #e6e6e6;
}

.feature-left {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .feature-left {
    margin-bottom: 20px;
  }
}
.feature-left > .icon {
  float: left;
  font-size: 34px;
  color: #cccccc;
}
.feature-left > .copy {
  padding-left: 30px;
}
.feature-left > .copy h3 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.feature-left > .copy p {
  font-size: 14px !important;
  line-height: 26px;
}
.feature-left > .copy p:last-child {
  margin-bottom: 0;
}
.feature-left > .icon, .feature-left > .copy {
  display: table-cell;
}

.lastate-services .feature-left {
  float: left;
  width: 100%;
  margin-bottom: 50px !important;
}
.lastate-services .feature-left p {
  margin-bottom: 10px !important;
}

.owl-theme .owl-dots {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.owl-carousel-fullwidth.owl-theme .owl-dots {
  bottom: 0;
  margin-bottom: 2.5em;
}

.owl-carousel-fullwidth .item > a {
  display: block;
  position: relative;
  z-index: 10;
}
.owl-carousel-fullwidth .item > a:after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 100%;
  height: 40%;
  bottom: 0;
  -webkit-box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  box-shadow: inset 0px -177px 230px -121px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
  box-shadow: inset -27px -181px 151px -121px rgba(0, 0, 0, 0.75);
}
.owl-carousel-fullwidth .item > a .slider-copy {
  position: absolute;
  bottom: 10px;
  left: 20px;
  right: 20px;
  z-index: 10;
}
.owl-carousel-fullwidth .item > a .slider-copy h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 100;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  background: #cccccc;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.owl-theme .owl-dots .owl-dot span:hover {
  background: none;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: none;
  background: #4d4d4d;
}


/*gridのgutter調整　　row　に＋追加する*/
.row-0{
    margin-left:0px;
    margin-right:0px;
     }
.row-0 div{
        padding-right:0px;
        padding-left:0px;
    }

/*------------------------------------------------------
　　　　　　　　　＊ MARGIN　＊
-------------------------------------------------------*/
.m_0 {margin: 0px !important;}
.m_10 {margin: 10px !important;}
.m_b0 {margin-bottom: 0px !important;}
.m_b5 {margin-bottom: 5px !important;}
.m_b10 {margin-bottom: 10px !important;}
.m_b15 {margin-bottom: 15px !important;}
.m_b20 {margin-bottom: 20px !important;}
.m_b25 {margin-bottom: 25px !important;}
.m_b30 {margin-bottom: 30px !important;}
.m_b35 {margin-bottom: 35px !important;}
.m_b40 {margin-bottom: 40px !important;}
.m_b50 {margin-bottom: 50px !important;}
.m_b60 {margin-bottom: 60px !important;}
.m_b70 {margin-bottom: 70px !important;}
.m_b80 {margin-bottom: 80px !important;}
.m_b90 {margin-bottom: 90px !important;}

@media screen and (max-width: 991px){
	
}

@media screen and (max-width: 414px){
	
}

.m_l5 {margin-left: 5px !important;}
.m_l10 {margin-left: 10px !important;}
.m_l15 {margin-left: 15px !important;}
.m_l20 {margin-left: 20px !important;}
.m_l25 {margin-left: 25px !important;}
.m_l30 {margin-left: 30px !important;}
.m_l35 {margin-left: 35px !important;}
.m_l40 {margin-left: 40px !important;}
.m_l60 {margin-left: 60px !important;}

.m_lr10 {margin: 0 10px !important;}
.m_lr20 {margin: 0 20px !important;}
.m_lr30 {margin: 0 30px !important;}
.m_lrtb10 {margin: 10px 10px !important;}

.m_r5 {margin-right: 5px !important;}
.m_r10 {margin-right: 10px !important;}
.m_r15 {margin-right: 15px !important;}
.m_r20 {margin-right: 20px !important;}
.m_r30 {margin-right: 30px !important;}
.m_r35 {margin-right: 35px !important;}
.m_r40 {margin-right: 40px !important;}
.m_r50 {margin-right: 50px !important;}

.m_t5 {margin-top: 5px !important;}
.m_t10 {margin-top: 10px !important;}
.m_t12 {margin-top: 12px !important;}
.m_t15 {margin-top: 15px !important;}
.m_t20 {margin-top: 20px !important;}
.m_t25 {margin-top: 25px !important;}
.m_t30 {margin-top: 30px !important;}
.m_t50 {margin-top: 50px !important;}
.m_t50pc {margin-top: 50px !important;}
.m_t-5 {margin-top: -5px !important;}
.m_t-10 {margin-top: -10px !important;}
.m_t100 {margin-top: 100px !important;}

@media screen and (max-width: 768px){
.m_t50pc {margin-top: 0px !important;}
}
	
@media screen and (max-width: 414px){
.m_t50pc {margin-top: 50px !important;}
.m_lr30 {margin: 0 10px !important;}
}

/*------------------------------------------------------
　　　　　　　　　＊ PADDING　＊
-------------------------------------------------------*/

.p5 {padding: 5px !important;}
.p10 {padding: 10px !important;}
.p15 {padding: 15px !important;}
.p_l5 {padding-left: 5px !important;}
.p_l15 {padding-left: 15px !important;}
.p_lr5 {padding: 0px 5px 0px 5px !important;}
.p_lr10 {
	padding-right: 10px;
	padding-left: 10px !important;}
.p_lr10sp {
	padding-right: 10px;
	padding-left: 10px;}
.p_lr15 {
	padding-right: 15px;
	padding-left: 15px !important;}
.p_lr25 {
	padding-right: 25px;
	padding-left: 25px !important;}
.p_t5 {padding-top: 5px !important;}
.p_t10 {padding-top: 10px !important;}
.p_r5 {padding-right: 5px !important;}
.p_t25 {padding-top: 25px !important;}
.p_t35 {padding-top: 35px !important;}
.p_b10 {padding-bottom: 10px !important;}
.p_b20 {padding-bottom: 20px !important;}
.p_b30 {padding-bottom: 30px !important;}
.p_b2em {padding-bottom: 2em !important;}
.p_b5em {padding-bottom: 5em !important;}
.p_b12em {padding-bottom: 12em !important;}

@media screen and (max-width: 768px){
.p_b2em {padding-bottom: 1em !important;}
.p_b12em {padding-bottom: 5em!important;}
}
@media screen and (max-width: 414px){
.p_lr10sp {
	padding-right: 0px;
	padding-left: 0px;}
.p_b12em {padding-bottom: 3em!important;}
}

/*------------------------------------------------------
　　　　　　　　　＊ FONT&TEXT　＊
-------------------------------------------------------*/

.f_bold {font-weight: bold !important;}
.f_line a{ text-decoration:underline !important;}

.f_gr {color: #70A452 !important;}
.f_red {color: #DD0000 !important;}
.f_white {color: #FFFFFF !important;}
.f_bl {color: #0391CD !important;}
.f_orange {color: #EE7332 !important;}
.f_orange2 {color: #F8B62B !important;}
.f_lye {color: #FAFCA6 !important;}

.f_s10 {font-size: 77% !important;}
.f_s11 {font-size: 85% !important;}
.f_s12 {font-size: 93% !important;}
.f_s13 {font-size: 100% !important;}
.f_s14 {font-size: 108% !important;}
.f_s14 a {font-size: 108% !important;}
.f_s15 {font-size: 116% !important;}
.f_s15 a {font-size: 116% !important;}
.f_s16 {font-size: 124% !important;}
.f_s16 a {font-size: 124% !important;}
.f_s17 a {font-size: 124% !important;}
.f_s17 {font-size: 131% !important;}
.f_s18 {font-size: 139% !important;}
.f_s19 {font-size: 147% !important;}
.f_s20 {font-size: 154% !important;}
.f_s21 {font-size: 162% !important;}
.f_s22 {font-size: 170% !important;}
.f_s23 {font-size: 177% !important;}
.f_s24 {font-size: 185% !important;}
.f_s25 {font-size: 193% !important;}

.f_s16res {font-size: 170% !important;}
.f_s20res {font-size: 154% !important;}
@media screen and (max-width: 360px){
.f_s20res {font-size: 134% !important;}
}

@media screen and (max-width: 1199px){
.f_s16res {font-size: 154% !important;}
}
@media screen and (max-width: 991px){
.f_s16res {font-size: 112% !important;}
}
@media screen and (max-width: 414px){
.f_s15 {font-size: 100% !important;}
.f_s16res {font-size: 154% !important;}
}
.f_lh100 {line-height: 1.0;}
.f_lh150 {line-height: 1.5;}
.f_lh200 {line-height: 2.0;}
.f_lh250 {line-height: 2.5;}


.t-a_right {text-align: right;}
.t-a_center {text-align: center;}


@media only screen and (min-width:320px) and (max-width:414px) {
	.t-a_center {text-align: left;}
	.t-a_right {text-align: left;}
	.t-a_center2 {text-align: center;}
}


/* -------------------------------- 
　横幅指定
-------------------------------- */
.max700 {
width: 100%;
max-width: 700px;
margin:0px auto;
}
.max800 {
width: 100%;
max-width: 800px;
margin:0px auto;
}
.max900 {
width: 100%;
max-width: 900px;
margin:0px auto;
}

.max1000 {
width: 100%;
max-width: 1000px;
margin:0px auto;
}

.max1140 {
width: 100%;
max-width: 1140px;
margin:0px auto;
}


/* -------------------------------- 
　背景
-------------------------------- */

.bg-ye {
background-color: #EAD54F;
}

.bg-glaye {
background: rgb(255,255,232);
background: linear-gradient(180deg, rgba(255,255,232,1) 0%, rgba(255,255,255,0.5004201509705445) 100%);
}

.bg-glaye2 {
background: rgb(255,255,232);
background: linear-gradient(180deg, rgba(255,255,232,1) 0%, rgba(255,255,255,0.5004201509705445) 20%);
}


.bg-gr {
background-color: #00584e;
}

.bg-ye2 {
background-color: #d5b45f;
}

/*  slide
---------------------------------------*/


    * {
      box-sizing: border-box;
    }

.slider {
        width: 100%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }

.slick-dotted.slick-slider {
    margin-bottom: 30px;
    margin-top: 0;
}

/*------   TOPバナーエリア   ------*/

.bn-section {
  padding: 3em 0;
  clear: both;
  position: relative;
}
@media screen and (max-width: 768px) {
.bn-section {
    padding: 3em 0;
  }
}
.bn-section.border-bottom {
  border-bottom: 1px solid #d9d9d9;
}
.bn-section.lastate-gray {
  background: #f6f6f6;
}

.boder4c{
	border: 1px solid #7C6D64;
}

 /*  ホーバー時半透明
----------------------------------*/

.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*========= モーダル表示のためのCSS ===============*/

/*infoエリアをはじめは非表示*/
#info{
  display: none;
}

/*モーダルの横幅を変更したい場合*/
.modaal-container{
    max-width: 600px;
}

/*モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}

.f_orange-bb{
color: #ff9a19;
border-bottom: 3px #ff9a19 solid;
display: inline-block;
padding-bottom: 3px;
font-weight: bold;
}

.ttl-cap {
  position: relative;
  padding: .25em 0 .5em .75em;
  border-left: 6px solid #00584E;
	font-size: 25px;
}
.ttl-cap::after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #fff;
}

/*  facebook
---------------------------------------*/

#facebook {
	text-align:  center;
	margin-bottom: 1em;
}
.fb-center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*　わく装飾
---------------------------------------*/

.rounded-leaf { 
border-radius: 50px 3px; 
} 



.desc-ft th  {
	width: 25%;
	text-align: left;
vertical-align:top;
}

.desc-ft td  {
color: #fff;
font-size: 150%;
letter-spacing: 0.10em;
font-weight: 600;
}

.desc-ft .cat-name {
background-color: #EAD54F;
color: #00584E !important;
border-radius: 20px;
text-align: center;
margin: 5px 10px 5px 0;
font-size: 15px;
font-weight: normal;
padding: 3px 14px;
}


@media only screen and (max-width:480px){

.desc-ft  {
	margin-bottom: 2em;
		width: 100%;
}

	
.desc-ft .cat-name {
	background-color: #EAD54F;
	color: #fff !important;
border-radius: 20px;
	text-align: center;
	margin: auto;
	font-size: 15px;
font-weight: normal;
}	
    .desc-ft { 
	margin: 0;
	width: 100%;
	}

    .desc-ft th,
    .desc-ft td{
    width: 100%;
    display:inline-block;
    border-top: none;
    }

	.desc-ft td {
    text-align: center;
		padding: 10px 0;
}
	
}
@media screen and (min-width: 380px) and (max-width: 414px) {
	
.desc-ft td {
    font-size: 180%;
    letter-spacing: 0.10em;
    font-weight: 600;
    text-align: center;
    padding: .5em 0;
	width: 100%;
}
	
    .desc-ft th{
	}
}
@media screen and (min-width: 350px) and (max-width: 379px) {
    .desc-ft th{
}
}
	
/*--------- 　下層　タイトル　---------*/




/*枠線なし
.square_wh {
    background-color: rgba(255,255,255,0.7);
    padding: 30px 10px 5px 10px;
    margin: 0 auto;
    width: 90%;
    max-width: 200px;
    font-size: 1rem;
    line-height: 1.7;
}*/

.square_wh {
    background-color: rgba(255,255,255,0.9);
    padding: 15px 10px 0px 10px;
    margin: 0 auto;
    width: 90%;
    max-width: 200px;
    font-size: 1rem;
    line-height: 1.7;
    border: 3px solid #EDCA6F;
}

.cover_ttl {
text-align: center;
	font-size: 120%;
	color: #594630;
}

.cover_ttl span{
	font-size: 70%;
	color: #48A468;
	display: block;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 2.5em;
}


.page-cover{
}



@media screen and (max-width: 1024px){
.page-cover{
}

}

@media screen and (max-width: 768px){
.page-cover{
}	
}

@media screen and (max-width: 414px){
.page-cover{
}	
}


#cover_about {
    background: url(../img/about/cover_bg.jpg) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}
#cover_blog {
    background: url(../img/blog/cover_bg.jpg) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}
#cover_institution {
    background: url(../img/institution/cover_bg.jpg) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}
#cover_institution2 {
    background: url(../img/institution/cover_bg2.jpg) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}
#cover_institution3 {
    background: url(../img/institution/cover_bg3.jpg) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}
#cover_service {
    background: url(../img/service/cover_bg.jpg) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}
#cover_service2 {
    background: url(../img/service/cover_bg2.jpg) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}
#cover_service3 {
    background: url(../img/service/cover_bg3.jpg) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}

#cover_access {
    background: url(../img/access/cover_bg.jpg) no-repeat;
   -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}

#cover_recruit {
    background: url(../img/contact/cover_bg.jpg) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}
#cover_entry {
    background: url(../img/contact/cover_bg2.jpg) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}	
#cover_request {
	background: url(../img/request/cover_bg.jpg) no-repeat;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    background-size: cover;
    width: 100%;
    padding-top: 31.2857142%;
	padding: 80px 0;
}	



@media screen and (max-width: 768px){
#cover_about,
#cover_institution,
#cover_institution2,
#cover_institution3,
#cover_service,
#cover_service2,
#cover_service3,
#cover_access,
#cover_contact,
#cover_recruit,
#cover_entry,
#cover_request,
#cover_blog
{
 padding: 50px 0;
	}		
}


@media screen and (max-width: 414px){
#cover_about,
#cover_institution,
#cover_institution2,
#cover_institution3,
#cover_service,
#cover_service2,
#cover_service3,
#cover_access,
#cover_contact,
#cover_recruit,
#cover_entry,
#cover_request,
#cover_blog
{
	padding: 10px 0;
	background-position:center bottom;
}
	
.square_wh {
    background-color:transparent;
    padding: 15px 10px 0px 10px;
    margin: 0 auto;
    width: 90%;
    max-width: 200px;
    font-size: 1rem;
    line-height: 1.7;
    border: none;
	text-align: center;
}
.cover_ttl {
text-align: center;
	font-size: 140%;
  display: inline-block;
  color: #ffffff;
  text-shadow: 
       2px  2px 1px #4B4948,
      -2px  2px 1px #4B4948,
       2px -2px 1px #4B4948,
      -2px -2px 1px #4B4948,
       2px  0px 1px #4B4948,
       0px  2px 1px #4B4948,
      -2px  0px 1px #4B4948,
       0px -2px 1px #4B4948;
}

.cover_ttl span{
	font-size: 70%;
	color: #ffffff;   
	display: block;
	text-align: center;
	letter-spacing: 0.05em;
	line-height: 2.5em;
}
	
}

/*========= 資料請求 ===============*/

.boxshadow {
    box-shadow: 0px 3px 10px rgba(0,0,0,0.2);
	background-color: #fff;
	/*padding: 4em 2em;*/
}
	
.policy {
    margin-top: 2em;
}

.policy_ttl {
    font-weight: bold;
    line-height: 1;
    margin-bottom: 5px;
}
.policy .scrollBox {
    border: 1px solid #ccc;
    width: 100%;
    height: 150px;
    margin-bottom: 15px;
    overflow: auto;
    padding: 10px;
    box-sizing: border-box;
	font-size: 85%;
}
.scrollBox p {
    padding: 0!important;
	margin: 0!important;
}

.bg-skybule{
	background-color: #F1F9FF !important;
}


/* ---------- form ---------- */

.tablecontact .table > thead > tr > th,
.tablecontact .table > tbody > tr > th,
.tablecontact .table > tfoot > tr > th,
.tablecontact .table > thead > tr > td,
.tablecontact .table > tbody > tr > td,
.tablecontact .table > tfoot > tr > td {
padding: 20px!important;
	} 

.tablecontact {
	/*font-size:115%; */
	padding: 4em 2em;
} 


.tablecontact p {
    margin-bottom: 10px!important;
    margin-top: 10px!important;
}

.tablecontact table th,
.tablecontact table td {
	font-size: 129%;
}

@media screen and (min-width:961px) {
	#formWrap {
	color: #555;
	line-height: 120%;
	 margin-right : 10%;
     margin-left : 10%;
		margin-bottom: 3em;
}

#formWrap h4 {
	font-size: 110%!important;
	margin-bottom: 3em;
}
	
	.tablecontact table {
	margin:0 auto;
	width:100%;/**/
	border-collapse:collapse;
}

.tablecontact table th {
	background-color: #FFE4B142;
	color: #000;
	text-align: left; 
	white-space: nowrap;
	border: 1px solid #ccc;
	padding: 10px;
	vertical-align: top;
}

.tablecontact table td {
	background-color: #fff; 
	color: #000;
	text-align: left;
	border-style: none;
	/* white-space: nowrap;*/
	padding: 15px;
	border:1px solid #ccc;
}

table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}
table.formTable tr td #email2 {
	width: 100%;
}

table.formTable tr td #homepage {
	width: 100%;
}
table.formTable tr td #comment {
	width: 100%;
}
	
table.formTable tr td #question {
	width: 100%;
}

.submit{
	padding-top: 30px;
}

input[type="reset"] {
	font-size: large;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 0px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 10px;
}

input[type="submit"] {
	font-size: large;
	background-color: #F5F5F5;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

input[type="button"] {
	font-size: large;
	background-color: #fff2c0;
	border: 1px solid #CCC;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 10px;
	color: #666;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

}

@media screen and (max-width:414px) {
.tablecontact {
	font-size:100%;
	padding: 2em 0em!important;
} 
	
} 	

/* ----------   ----------*/


input, button, select, textarea {
    padding: 0.3em;
}
input {
    font-size: 120%;
}
textarea {
    border:1px #eee solid;
}


@media only screen and (min-width:320px) and (max-width:960px) {
/*tablet用のcssを記述*/

#formWrap {
	width:100%;
	margin:0 auto;
	color:#555;
	line-height:120%;
	margin-bottom: 3em;
}

#formWrap h4 {
	font-size: 110%!important;
	margin-bottom: 3em;
}
	
	
table {
	margin:0 auto;
	width: 100%;
	border-collapse:collapse;
}
.formTable {
}
    .formTable th,
    .formTable td{
        width: 100%;
        display: block;
        border-top: none;
    }

.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}
	
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
}

	
	
table.formTable th{
	font-weight:normal;
	background:#FFE4B142;
	text-align:left;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 10px!important;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #duty-station {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}

table.formTable tr td #comment {
	width: 100%;
}

table.formTable tr td #question {
	width: 100%;
}
}


@media screen and (max-width:375px) {
/*スマホ用のcssを記述*/
.formTable {
	
}
    .formTable th,
    .formTable td{
        width: 100%;
        display: block;
        border-top: none;
    }

.formTable tr:first-child th   {
	border-top: 1px solid #ddd;
}
	
table.formTable td,table.formTable th{
	padding: 15px;
	border-top: 1px solid #CCCCCC;
}

table.formTable th{
	font-weight:normal;
	background:#FFE4B142;
	text-align:left;
		border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	padding: 10px!important;
	color: #000;
}
table.formTable tr td #campany {
	width: 100%;
}
table.formTable tr td #duty-station {
	width: 100%;
}
table.formTable tr td #name {
	width: 100%;
}
table.formTable tr td #furigana {
	width: 100%;
}
table.formTable tr td #zip {
	width: 100%;
}
table.formTable tr td #address {
	width: 100%;
}

table.formTable tr td #tel {
	width: 100%;
}

table.formTable tr td #email {
	width: 100%;
}
table.formTable tr td #comment {
	width: 100%;
}
table.formTable tr td #question {
	width: 100%;
}
table.formTable tr td #age {
	width: 50%;
}
	
}

.error_messe{
	color: #BF393B!important;
}

.f_red{
	color: #E6642D;
}
.f_bl{
	color: #0D3BCB;
	margin: 0;
}

.float_icon {
        float:  left;
	padding-right: 10px;
    }

/* ---------- recruit ---------- */

.rec-cat {
    font-size: 35px;
    color: #ff9a19;
    border-bottom: 3px #ff9a19 solid;
    display: inline-block;
    font-weight: bold;
	text-align: center!important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}




p.title-orange {
	background-color: #FACF88;
	padding: 10px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */
	font-size: 18px;
	text-align: center;
}
/*  table（求人募集）
----------------------------------*/

.kyujin {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	margin: 0 auto;
	border: 1px #595758 solid;
	color: #4c4948;
}

.kyujin th {
	width: 25%;
	border: 1px #595758 solid;
	background-color: #f5f3e4;
	padding: 10px;
}

.kyujin td {
	width: 75%;
	border: 1px #595758 solid;
	background-color: #fff;
	padding: 15px;
	text-align: left;
}

/*ボタン*/
.button {
  display: inline-block;
  width: 100%;
  height: 64px;
  text-align: center;
  text-decoration: none;
  line-height: 64px;
  outline: none;
  font-size: 120%;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  background-color: #EA8731;
  border: 2px solid #EBE9E8;
  color: #fff;
  line-height: 65px;
}



.button a:link {
	  text-decoration: none;
}
.button:visited {
   text-decoration: none;
  color:#EEE;
}
.button:hover {
  background-color: #fff;
  border-color: #EA8731;
  color: #EA8731;
}
.button a:active {
 text-decoration: none;
  color:#EEE;
}

@media screen and (max-width: 414px) {
.rec-cat {
    font-size: 18px;
	margin-bottom: 0px!important;
}

}	


/*-----お問合せ　-------*/

.formTable .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
padding: 20px;
	} 

 
/*----- access　-------*/

.access-photo1 {
    border: 10px solid #fff;
    box-shadow: 0 0 8px #eee;
    transform: rotate( 5deg );
    margin: 1em 0 .5em 0;
}


@media screen and (max-width: 768px){
.access-photo1 {
    border: 10px solid #fff;
    box-shadow: 0 0 8px #eee;
    transform: none;
    margin: 1em 0 2em 0;
}
}


.add-access {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	margin: 0 auto;
	border: 1px #d0d0d0 solid;
	color: #4c4948;
}

.add-access th {
	width: 25%;
	border: 1px #d0d0d0 solid;
	background-color: #f5f3e4;
	padding: 10px;
}

.add-access td {
	width: 75%;
	border: 1px #d0d0d0 solid;
	background-color: #fff;
	padding: 15px;
	text-align: left;
}

/*-----　about　-------*/

.bg-green {
	background-color: #DEEEDA;
	padding: 30px 35px 25px 35px;
	border-radius:15px;
}

.bg-yellow {
	background-color: #f8f3dd;
	padding: 30px 35px 25px 35px;
	border-radius:15px;
}

@media screen and (max-width: 414px) {
	

.bg-green {
	padding: 20px 15px 15px 15px;
	margin-bottom: 2em;
}

.bg-yellow {
	padding: 20px 15px 15px 15px;
	margin-bottom: 2em;
}
	
}

.m-0 {
	margin: 0;
}
span.bold {
	font-weight: bold;
}

.about-list{
		font-size: 18px;
	line-height: 2.32em;
}

table.ten {
	width: 100%;
	font-size: 16px;
	color: #4c4948;
	line-height: 1.6;
}

table.ten th{
	width: 5%;
	vertical-align: top;
	font-weight: 400;
}

table.ten td {
    padding-bottom: 10px!important;
}
p.orange-s {
    color: #ff9a19;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 20px 10px 20px;
	text-align: center;
	font-weight: bold;
}
p.green-s {
    color: #379D58;
    font-size: 15px;
    margin-bottom: 20px;
    border-bottom: 3px solid;
    background-color: #fff;
    border-radius: 30px;
    padding: 15px 20px 10px 20px;
	text-align: center;
	font-weight: bold;
}

@media only screen and (min-width: 1199px) {
p.orange-s,
p.green-s
	{
	font-size: 19px;
}
}

.parentflex{
  display: flex;
  justify-content: center;
  align-items: center;
}


.post_ttl {
background: #aa9356;  /*#00584e*/
box-shadow: 0px 0px 0px 5px #aa9356;
border: dashed 2px white;
padding: 0.5em 0.5em;
color: #fff;
text-align: center;
}

.post_ttl2 {
  position: relative;
  color: #aa9356!important;
  padding: 0 10px;
}
.post_ttl2:before {
content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 7px;
  background: -webkit-repeating-linear-gradient(-45deg, #aa9356, #aa9356 2px, #fff 2px, #fff 4px);
  background: repeating-linear-gradient(-45deg, #aa9356, #aa9356 2px, #fff 2px, #fff 4px);
}

@media screen and (max-width: 414px) {
.post_ttl2 {
 font-size: 15px;
}	
}




.post_svttl {
/*background: #00584e;*/
background: #f5f3e4;
padding: 0.4em 0.5em;
color: #4c4948;
text-align: center;
font-size: 110%;
margin-bottom: 0;
}

/*----- price　-------*/

.price-tabl {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	margin: 0 auto;
	border: 1px #d0d0d0 solid;
	color: #4c4948;
}

.price-tabl th {
	width: 30%;
	border: 1px #d0d0d0 solid;
	background-color: #f5f3e4;
	padding: 10px;
	display: table-cell;
	vertical-align:middle;
font-weight: bold;
}

.price-tabl td {
	width: 70%;
	border: 1px #d0d0d0 solid;
	background-color: #fff;
	padding: 15px;
	text-align: left;
}
.price-tabl ul {
margin-left: 1.4em !important;
	margin-bottom: 0!important;
	list-style-type: disc!important;
}

.tbl-ce th {
	text-align: center!important;
}

/*----- service　-------*/

.service-ttl{
 position: relative;
padding: .75em 1em;
background-color: #F9910C;
text-align: center !important;
font-weight: bold;
font-size: 160%;
	color: #fff;
}
.service-ttl::before,
.service-ttl::after {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
.service-ttl::before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #B0762B;
}
.service-ttl::after {
  right: 0;
  border-style: solid;
  border-width: 15px 15px 0 0;
  border-top-color: #B0762B;
}

/*gridのgutter調整　　row　に＋追加する*/

.row-0{
    margin-left:0px;
    margin-right:0px;
     }
.row-0 div{
        padding-right:0px;
        padding-left:0px;
    }

/*----- scrolldown　-------*/


/*=== マウスが動いてスクロールを促す ====*/

.scrolldown-area {
  padding: 2em 0 2em 0;
  clear: both;
  position: relative;
margin-top: -7.8em;
margin-bottom: 5em;
}

@media screen and (max-width: 768px){
	
.scrolldown-area {
margin-top: -7.3em;
margin-bottom: 2em;
}
	
}

@media screen and (max-width: 414px){
	
.scrolldown-area {
display: none;
}
}


/*スクロールダウン全体の場所*/
.scrolldown{
	position:absolute;
	bottom:15px;
	right:50%;
	animation:mousemove 1.6s ease-in-out infinite;
}

/*下からの距離が変化して上から下に動く*/
@keyframes mousemove{
      0%{bottom:10px;}
      50%{bottom:5px;}
     100%{bottom:10px;}
 }

/*Scrollテキストの描写*/
.scrolldown span {
    position: absolute;
    left: -15px;
    bottom: 40px;
    color: #fff;
    font-size: 1rem;
    letter-spacing: 0.05em;
}

/*マウスの中の線描写 */
.scrolldown span::after{
	content: "";
	position: absolute;
	top:10px;
	left:17px;
	width: 1px;
	height: 15px;
	background: #fff;
	animation: mousepathmove 1.4s linear infinite;
	opacity:0;
}

/*上からの距離・不透明度・高さが変化して上から下に流れる*/
@keyframes mousepathmove{
	0%{
		height:0;
		top:10px;
		opacity: 0;
	}
	50%{
		height:15px;
		opacity: 1;
	}
	100%{
		height:0;
		top:30px;
		opacity: 0;
	}
}

/*マウスの描写 */
.scrolldown:before {
    content: "";
    position: absolute;
    bottom:0;
    left:-10px;
	width:25px;
	height:37px;
	border-radius: 10px;
	border:1px solid #fff;
}


/*マウスの中の丸の描写*/
.scrolldown:after{
	content:"";
	position: absolute;
	bottom:26px;
	left:0;
	width:5px;
	height: 5px;
	border-radius: 50%;
	border:1px solid #fff;
}

