/*=== MEDIA QUERY ===*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Noto+Sans+JP:100,300,400,500,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Fjalla+One&display=swap&subset=latin-ext');

html {
  background-color: #fff;
}

body {
  background-color: #fff;
  font-family: 'Lato','Noto Sans JP', sans-serif;
  color: #3c3c3c;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: 'Lato','Noto Sans JP', sans-serif;
  color: #0a3b65;
}

p {
  font-family: 'Lato','Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
  letter-spacing: .1em;
}

.f-c-y{
  color: #f8e43d;
}

/*=================================================================
  Basic Setup
==================================================================*/


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

figure {
  margin: 0;
}

a {
  color: #337ab7;
  transition: all .3s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #6CB670;
}

.kill-margin-bottom {
  margin-bottom: 0 !important;
}

.padding-0 {
  padding: 0 !important;
}

.btn {
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  transition: all .3s ease-in 0s;
}

.btn:focus {
  color: #ddd;
}

.btn-transparent {
  border: 1px solid #4e595f;
}

.btn-transparent:hover, .btn-transparent:focus {
  background-color: #57cbcc;
  border: 1px solid transparent;
  color: #fff;
}




.color {
  color: #6CB670;
}

.sub-title {
  padding: 0 0 50px;
}

.sub-title > h3 {
  border-left: 3px solid #ddd;
  border-right: 3px solid #ddd;
  display: inline-block;
  padding: 5px 25px;
  text-transform: uppercase;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-one {
  background-color: #f2f2f2;
}

.bg-dark {
  background: #242930;
}

.parallax-section {
  background-attachment: fixed !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.no-padding {
  padding: 0 !important;
}

.inline-block {
  display: inline-block;
}

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

figure {
  margin: 0;
}

a {
  transition: all .2s ease-in 0s;
}

iframe {
  border: 0;
}

a, a:focus, a:hover {
  text-decoration: none;
  outline: 0;
}

a:focus, a:hover {
  color: #57cbcc;
}

.btn-main {
  background: #57cbcc;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 35px;
  text-transform: uppercase;
}

.btn-main:hover {
  background: #2c9091;
  color: #fff;
}

.mt-20 {
  margin-top: 20px;
}

.section {
  padding: 100px 0 60px 0;
}

@media (max-width: 480px) {
  .section {
    padding: 50px 0;
  }
}

@media (max-width: 768px) {
  .section {
    padding: 50px 0;
  }
}

.section-sm {
  padding: 100px 0 70px 0;
}

.section-xs {
  padding: 50px 0;
}

.btn:focus {
  color: #ddd;
}

#home {
  position: relative;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.parallax-section {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#preloader {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999999999;
}

.preloader {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  position: absolute;
}

.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 100px auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #57cbcc;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}

.title {
  padding-bottom: 40px;
}

.title h2 {
  text-transform: capitalize;
  font-weight: 300;
  font-size: 36px;
  letter-spacing: .4em;
  color: #191919;
	position:relative;
	display:inline-block;
}
.title h2:before, .title h2:after{
	content:"";
	display:block;
	width:100px;
	height:5px;
	border-top:1px solid #fa9f00;
	border-bottom:1px solid #a1a1a1;
	position:absolute;
	top:50%;
	margin-top:-3px;
}
.title h2:before{left:-134px;}
.title h2:after{right:-134px;}


.title h2 span {
  color: #57cbcc;
}

.title p {
  color: #666;
}

.title.title-white h2 {
  color: #fff;
}

.bg-gray {
  background: #f9f9f9;
}

.section-bg {
  background: #fff;
}

.overly {
  position: relative;
}

.overly:before {
  content: '';
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.header-bradcrumb {
  background: transparent;
}

.header-bradcrumb a, .header-bradcrumb .active {
  color: #cfcfcf;
  font-weight: 200;
  font-family: 'Lato','Noto Sans JP', sans-serif;
}

.header-bradcrumb a:hover {
  color: #57cbcc;
}

.slick-slide {
  outline: none;
}

/* CSS mfp-with-zoom class */
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.logo {
  margin-top: 10px;
  display: inline-block;
}

.single-page-header {
  background-image: url("../images/about/about-header.jpg");
  background-size: cover;
  padding: 140px 0 70px;
  text-align: center;
  color: #fff;
  position: relative;
}

.single-page-header:before {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

/*=================================================================
  Navigation
==================================================================*/
.navigation {
  background-color: rgba(255,255,255,0.9);
  width: 100%;
  z-index: 99;
  margin-bottom: 0;
  padding: 5px;
  box-shadow:0 2px 8px rgba(145,145,145,.35);
}

.navigation .logo {
  padding: 0;
  height: auto;
  margin-top: 3px;
}

.navigation .logo img {
  height: auto;
  width: 114px;
}

.navigation .navigation-menu li.active a {
  color: #000;
  background-color: #fffd57;
}

.navigation .navigation-menu li a {
  font-size: 15px;
  color: #333333;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.navi-pc { display: block !important; }
.navi-sp { display: none !important; }

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

.navi-icon {
  margin-right:5px;
  font-size: 1.2em;
  vertical-align:middle;
}

.col-fb{
  color: #1877f2;
}

.col-insta{
  color: #e9614b;
}

@media screen and (max-width:1224px)  {
.none-text,.none-text02 { display: none !important; }
}

@media screen and (max-width:768px)  {
.none-text { display: block !important; }
}

@media screen and (min-width:768px) and (max-width:992px)  {
.navigation .navigation-menu li a {
  font-size: 13px;
  letter-spacing: .05em;
}
  .nav > li > a {
padding: 10px 8px;
}
.navbar-collapse {
padding-right: 0;
padding-left: 0;
}
.navbar-nav {
margin: 5px 0 0 0;
}
}

.navigation .navigation-menu li a:hover, .navigation .navigation-menu li a:focus {
  background-color: #ffff90;
  color: #4b4b4b;
}

.navbar-toggle {
  border: 1px solid #f8e43d;
  border-radius: 0;
  background: #fffd57;
}

.navbar-toggle:hover {
  border: 1px solid #000;
  border-radius: 0;
  background: #444;
}

.navbar-toggle span {
  background: #000;
}

.navbar-toggle:hover span {
  background: #fffd57;
}

.bg-1 {
	background: url(../images/backgrounds/bg-1.jpg) repeat left top;
}

.bg-2 {
	background: url(../images/backgrounds/bg-2.png) repeat left top;
}

.bg-3 {
	background: url(../images/backgrounds/bg-3.jpg) repeat left top;
}

.bg-4 {
	background: url(../images/backgrounds/bg-4.png) repeat left top;
}

.hero-area {
  background-size: cover;
  height: 100vh;
  position: relative;
}

.hero-area:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.hero-area .block {
  text-align: center;
  z-index: 99;
}

.hero-area .block .video-button {
  background: #fff;
  color: #57cbcc;
  display: inline-block;
  height: 60px;
  width: 60px;
  border-radius: 50px;
}

.hero-area .block .video-button i {
  line-height: 60px;
  font-size: 20px;
  margin-left: 3px;
}

.hero-area .block h1 {
  font-size: 90px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .hero-area .block h1 {
    font-size: 60px;
  }
}

.hero-area .block p {
  color: #fff;
  font-size: 20px;
  width: 70%;
  margin: 0 auto;
}

.hero-area .block .btn-transparent {
  margin-top: 40px;
  border-color: #fff;
  padding: 14px 50px;
  font-size: 18px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.hero-area-video {
  height: 100vh;
  position: inherit !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero-area-video .block {
  color: #fff;
  text-align: center;
}

.hero-area-video .block h1 {
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero-area-video .block p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 20px;
}

.hero-area-video .block .btn-main {
  margin-top: 20px;
}

.dark-bg {
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
}


.bxslide {
  position: absolute;
  z-index: 100;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-family: 'Lato','Noto Sans JP', sans-serif;
  font-weight: 300;
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,.5);
}
.bxslide span {
  display: block;
}
/* Reset jquery.bxslider.css */
.bx-wrapper {
  left: 0;
  box-shadow: none;
  border: none;
}
#slider01 li {
  height: 100vh;
  background: center / cover no-repeat;
}

.lazyload{
 opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
}
.lazyloaded{
  opacity: 1;
}




/*=================================================================
  About us section
==================================================================*/
.about .block {
  background: #242930;
  padding: 30px;
  border-bottom: 2px solid transparent;
  transition: .5s all;
  margin-bottom: 20px;
}

.about .block:hover {
  border-bottom: 2px solid #57cbcc;
}

.about .block:hover .icon-box {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.about .block .icon-box {
  position: relative;
  width: 160px;
  height: 92.38px;
  background-color: transparent;
  margin: 46.19px auto 60px;
  padding: 20px 0;
  border-left: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
  font-size: 50px;
  -webkit-transform: translateZ(0px);
          transform: translateZ(0px);
  transition-duration: 0.3s;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.about .block .icon-box:after, .about .block .icon-box:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 113.14px;
  height: 113.14px;
  background-color: inherit;
  left: 20.4315px;
  -webkit-transform: scaleY(0.5774) rotate(-45deg);
          transform: scaleY(0.5774) rotate(-45deg);
}

.about .block .icon-box:before {
  top: -56.5685px;
  border-top: 2px solid rgba(236, 239, 241, 0.07);
  border-right: 2px solid rgba(236, 239, 241, 0.07);
}

.about .block .icon-box:after {
  bottom: -56.5685px;
  border-bottom: 2px solid rgba(236, 239, 241, 0.07);
  border-left: 2px solid rgba(236, 239, 241, 0.07);
}

.about .block .icon-box h3 {
  color: #afbac4;
}


/*=================================================================
 Call To Action 1
==================================================================*/
.call-to-action {
  background-attachment: fixed;
}

.call-to-action h2 {
  font-weight: 300;
  color: #444;
  letter-spacing: .2em;
}

.call-to-action p {
  font-size: 16px;
  color: #666;
}

.call-to-action .btn-main {
  margin-top: 20px;
}



.contact-us,.recruit {
  padding-top: 100px;
}


.google-map #map-canvas {
  height: 400px;
}

.contact-info p {
  margin-bottom: 25px;
}

.con-info {
  margin-bottom: 15px;
}

.con-info i,
.con-info span {
  float: left;
}

.con-info span {
  margin: -5px 0 0 15px;
}

.error {
  display: none;
  padding: 10px;
  color: #D8000C;
  border-radius: 4px;
  font-size: 13px;
  background-color: #FFBABA;
}

.success {
  background-color: #6cb670;
  border-radius: 4px;
  color: #fff;
  display: none;
  font-size: 13px;
  padding: 10px;
}

#map {
  height: 370px;
  width: 100%;
}

/*=================================================================
  Item counter section
==================================================================*/
.counters-item {
  padding: 25px 0;
  margin-bottom: 10px;
  background: rgba(248, 228, 61, 0.9);
}

.counters-item i {
  margin-bottom: 20px;
  font-size: 50px;
  display: inline-block;
  color: #000;
}

.counters-item span {
  display: block;
  font-weight: bold;
  font-size: 35px;
  line-height: 50px;
}

.counters-item h3 {
  font-size: 24px;
  margin: 0;
  color: #000;
  font-family: 'Fjalla One', sans-serif;
}



/*=================================================================
  works section
==================================================================*/
.works-filter {
  margin-bottom: 10px;
  text-align: center;
}

.works-filter button {
  border: none;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  background: transparent;
  display: inline-block;
  font-size: 16px;
  padding: 6px 10px;
  margin-left: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  color: #7d7d7d;
  transition: .3s all;
}

.works-filter button:hover  {
  background: #ebebeb;
}

.works-filter button.mixitup-control-active {
  border: 1px solid #f8e43d;
  color: #000;
  background: #fffd57;
}

.works-items-wrapper .mix {
  padding: 5px;
}

.works-block {
  position: relative;
}

.works-block:before {
  transition: all 0.3s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  position: absolute;
  content: '';
}

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

.works-block:hover:before {
  opacity: 1;
}

.works-block:hover .caption h4 {
  top: 45%;
}

.works-block:hover .caption {
  opacity: 1;
  top: 50%;
}

.works-block .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 9;
  transition: all 0.2s ease-in-out;
  text-align: center;
}

.works-block .caption h4 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 7px !important;
  margin-bottom: 7px !important;
margin-left: -45px;
margin-right: -45px;
}

.works-block .caption h4 a {
  color: #333;
text-decoration: underline;
}

.works-block .caption h4 a:hover {
text-decoration: underline;
  color: #666;
}

.works-block .caption .search-icon {
  background: #fffd57;
  width: 30px;
  height: 30px;
  color: #000;
  display: inline-block;
  font-size: 18px;
  border-radius: 30px;
}

.works-block .caption .search-icon i {
  line-height: 30px;
}

.works-block .caption p {
margin-left: -45px;
margin-right: -45px;
  text-align: left;
  font-size: 12px;
}

.works-block .caption ul {
margin-left: -45px;
margin-right: -45px;
}

.works-block .caption ul li {
padding: 0 0 3px 1em;
text-indent: -1em;
font-size: 12px;
  text-align: left;
}

/* 480px〜599px：SP横
------------------------------ */
@media screen and (min-width:480px) and (max-width:599px) {

.works-block .caption h4 {
  font-size: 18px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
margin-left: -80px;
margin-right: -80px;
}

.works-block .caption .search-icon {
  width: 50px !important;
  height: 50px !important;
  font-size: 22px !important;
}

.works-block .caption .search-icon i {
  line-height: 50px !important;
}

.works-block .caption p {
margin-left: -80px;
margin-right: -80px;
  text-align: left;
  font-size: 14px;
}

.works-block .caption ul {
margin-left: -80px;
margin-right: -80px;
}

.works-block .caption ul li {
padding: 0 0 3px 1em;
text-indent: -1em;
  text-align: left;
  font-size: 14px;
}

}
 
/* 600px〜767px：タブレット
------------------------------ */
@media screen and (min-width:600px) and (max-width:767px) {

.works-block .caption h4 {
  font-size: 18px !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
margin-left: -110px;
margin-right: -110px;
}

.works-block .caption .search-icon {
  width: 50px !important;
  height: 50px !important;
  font-size: 22px !important;
}

.works-block .caption .search-icon i {
  line-height: 50px !important;
}

.works-block .caption p {
margin-left: -110px;
margin-right: -110px;
  text-align: left;
  font-size: 14px;
}

.works-block .caption ul {
margin-left: -110px;
margin-right: -110px;
}

.works-block .caption ul li {
padding: 0 0 3px 1.4em;
text-indent: -1.4em;
  text-align: left;
  font-size: 14px;
}

}
 





/*=================================================================
  Latest Posts
==================================================================*/
.note {
  background-color: #292F36;
  border: 1px solid #4e595f;
}

.post-block {
  background-color: #fff;
  box-shadow: 2px 3px 2px rgba(145,145,145,0.55);
  height: 94%;
}

.post-block .content {
  padding: 15px 20px 8px 20px;
  margin-bottom: 40px;
}

.post-block .content h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.5;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  color: #4b4b4b;
  letter-spacing: .1em;
  padding-bottom: 6px;
  border-bottom: 1px dotted #afafaf;
}

.post-block .content ul li {
	list-style-type: none;
	padding: 0 0 10px 1.2em;
	text-indent: -1.2em;
  font-size: 15px;
}

.note .media-wrapper {
  border-bottom: 1px solid #4e595f;
}

.note .excerpt h3 {
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
}

.all-post {
  margin-top: 50px;
}


/*=================================================================
  contact section
==================================================================*/
.contact-details {
  font-size: 20px;
  font-family: 'Fjalla One', sans-serif;
}




/*=================================================================
  Footer section
==================================================================*/

#footer {
  padding-top: 100px;
  padding-bottom: 30px;
}
.social-icon {
  padding: 20px 0 5px;
}

.social-icon ul {
  text-align: center;
}

.social-icon ul li {
  margin-bottom: 4px;
}

.social-icon ul li:hover a {
  background-color: #000;
}

.social-icon ul li:hover a i {
  color: #fffd57;
  opacity: 1;
  filter: alpha(opacity=100);
}

.social-icon ul li a {
  background-color: #fffd57;
  border: 1px solid transparent;
  display: block;
  height: 70px;
  width: 70px;
  transition: all 400ms ease-out 0s;
}

@media (max-width: 768px) {
  .social-icon ul li a {
    width: 55px;
    height: 55px;
  }
}

.social-icon ul li a i {
  color: #000;
  display: inline-block;
  font-size: 32px;
  line-height: 70px;
  margin: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 400ms ease-out 0s;
}

@media (max-width: 768px) {
  .social-icon ul li a i {
    line-height: 55px;
    font-size: 25px;
  }
}

.copyright {
  padding: 20px 0;
  color: #191919;
}

.copyright img {
  margin-bottom: 15px;
}

.copyright p {
  margin-top: 10px;
}

@media all and (max-width: 480px) {
.copyright p {
  margin-top: -10px;
  font-size: 12px;
}
}

#scrollUp {
  border: 1px solid #4e595f;
  bottom: 15px;
  color: #fff;
  display: none;
  padding: 8px 12px;
  position: fixed;
  right: 20px;
  z-index: 600;
}

#scrollUp:hover {
  background-color: #57cbcc;
  border: 1px solid #57cbcc;
}

/*=================================================================
	Twitter Feed
==================================================================*/
#twitter-feed {
  background-image: url("../images/parallax/twitter.jpg");
  padding-bottom: 100px;
  padding-top: 80px;
}

.twitter-bird span {
  border: 2px solid #6cb670;
  border-radius: 50px;
  color: #6cb670;
  display: inline-block;
  margin-bottom: 50px;
  height: 90px;
  width: 90px;
}

.twitter-bird span i {
  line-height: 90px;
}

.tweet {
  margin-bottom: 10px;
}

.tweet a {
  color: #6cb670;
}








@media only screen and (max-width: 767px) {
    .bxslide img {
        width: 75%;
    }

.title {
  padding-bottom: 20px;
}
    
.title h2 {
    font-size: 22px;
  letter-spacing: .1em;
}
.title h2:before, .title h2:after{
	width:40px;
}
.title h2:before{left:-54px;}
.title h2:after{right:-54px;}

.faq dd br{display:none;}

.post-block .content h3 {
  font-size: 18px;
  letter-spacing: .1em;
}

.post-block .content ul li {
	padding: 0 0 7px 1.2em;
	text-indent: -1.2em;
  font-size: 14px;
}

.counters-item h3 {
  font-size: 24px;
}

.works-block .caption h4 {
  font-size: 14px;
}

.works-block .caption .search-icon {
  width: 30px;
  height: 30px;
  font-size: 16px;
  border-radius: 30px;
}

.works-block .caption .search-icon i {
  line-height: 30px;
}

.works-block .caption p {
}

	.faq dt{
		font-size: 14px !important;
		}
}


@media only screen and (min-width: 480px) and (max-width: 767px) {
.bxslide img {
width: 80%;
}
 .title h2 {
    font-size: 26px;
  letter-spacing: .1em;
}
.title h2:before, .title h2:after{
	width:80px;
}
.title h2:before{left:-94px;}
.title h2:after{right:-94px;}
}


.pc { display: block !important; }
.sp { display: none !important; }

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



	.faq dl{
		width: 100%;
		border-top: 1px solid #b7b7b7;
		border-right: 1px solid #b7b7b7;
		border-left: 1px solid #b7b7b7;
		text-align: left;
		margin-bottom: 0 !important;
	}
	.faq dl:last-of-type{
		border-bottom: 1px solid #b7b7b7;
	}
	.faq dt{
		background: rgba(255, 255, 255, 0.8);
		padding: 15px 20px 15px 45px;
		background-image:url("../images/arrow_open.png");
		background-repeat:no-repeat;
		background-position: 1.5% center;
		cursor:pointer !important;
		font-size: 16px;
		font-weight: 500 !important;
		}
	.faq dt:hover{
		background: rgba(248, 228, 61, 0.45);
		background-image:url("../images/arrow_open.png");
		background-repeat:no-repeat;
		background-position: 1.5% center;
		cursor:pointer !important;
		}
	.faq dt.open{
		background: rgba(248, 228, 61, 0.8);
		background-image:url("../images/arrow_close.png");
		background-repeat:no-repeat;
		background-position:1.5% center;
		margin-bottom: 1px;
		transition: .3s;
	}
	.faq p {
		font-size: 18px;
		padding-left: 15px;
		display: table-cell;
		vertical-align: middle;
	}
	.faq dd{
		background: rgba(255, 255, 255, 0.8);
		padding: 10px 25px 15px 45px;
		font-size:14px;
		line-height:1.7;
		margin-top:0;
		/* margin-bottom:10px; */
		display:none;
	}
	
	
.facebook-wrapper {
    max-width: 500px;
    margin: 0 auto;
}
.facebook-wrapper > .fb-page {
    width: 100%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.fb-box {
	background: #3b5998;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: center;
	padding:10px 10px 20px 10px;
    margin: 0 auto;
}
.fb-title {
	text-align: center;
	margin: 0 auto 10px auto;
	padding:3px 0 12px 0;
}


@media screen and (max-width: 768px) and (min-width: 480px) {
iframe .twitter-timeline-rendered{
width: 490px !important;
}
}
@media screen and (max-width: 480px) {
iframe.twitter-timeline-rendered {
width: 450px !important;
margin:0 auto;
}
}
.timeline-Widget {
max-width: 500px!important;
width:480px !important; }

.twitter-wrap{
 background-color: #1da1f2;
 padding:10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: center;
	padding:10px;
	margin: 0 auto 25px auto;
}
.twitter-title {
	text-align: center;
	margin: 0 auto;
	padding:3px 0 12px 0;
}

.x-twitter-wrap{
 background-color: #000;
 padding:10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-align: center;
	padding:10px;
	margin: 0 auto 25px auto;
}
.x-twitter-title {
	text-align: center;
	margin: 0 auto;
	padding:3px 0 12px 0;
}


.gmap {
height: 0;
overflow: hidden;
padding-bottom: 480px;
position: relative;
}
.gmap iframe {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}



.recruit-type table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 15px;
}
.recruit-type table th {
  width: 15%;
  background: #f9f9f9;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: middle;
  font-weight: bold;
  text-align: left;
}
.recruit-type table td {
  background: #fff;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 15px;
  vertical-align: top;
  text-align: left;
}

.recruit-type i {
  margin-right: 10px;
  font-size: 18px;
}

.recruit-type .font-fj {
  font-size: 17px;
  font-family: 'Fjalla One', sans-serif;
}

@media all and (max-width: 767px) {
.recruit-type table th,.recruit-type table td {
    display: block;
    width: 100%;
    border-bottom: none;
  text-align: center;
  font-size: 14px;
  }
.recruit-type table td {
padding: 10px 5px;
  }
.recruit-type table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}



.s-width { width: 30% !important; }

@media only screen and (max-width: 480px) {
.s-width { width: 35% !important; }
}


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


/* ----------------------------------------------------------------------
 margin
---------------------------------------------------------------------- */
.m0{margin:0 !important;} 
.mt0{margin-top:0 !important;}
.mr0{margin-right:0 !important;}
.mb0{margin-bottom:0 !important;}
.ml0{margin-left:0 !important;}

.m5{margin:5px !important;}
.mt5{margin-top:5px !important;}
.mr5{margin-right:5px !important;}
.mb5{margin-bottom:5px !important;}
.ml5{margin-left:5px !important;}

.m10{margin:10px !important;}
.mt10{margin-top:10px !important;}
.mr10{margin-right:10px !important;}
.mb10{margin-bottom:10px !important;}
.ml10{margin-left:10px !important;}

.m15{margin:15px !important;}
.mt15{margin-top:15px !important;}
.mr15{margin-right:15px !important;}
.mb15{margin-bottom:15px !important;}
.ml15{margin-left:15px !important;}

.m20{margin:20px !important;}
.mt20{margin-top:20px !important;}
.mr20{margin-right:20px !important;}
.mb20{margin-bottom:20px !important;}
.ml20{margin-left:20px !important;}

.m25{margin:25px !important;}
.mt25{margin-top:25px !important;}
.mr25{margin-right:25px !important;}
.mb25{margin-bottom:25px !important;}
.ml25{margin-left:25px !important;}

.m30{margin:30px !important;}
.mt30{margin-top:30px !important;}
.mr30{margin-right:30px !important;}
.mb30{margin-bottom:30px !important;}
.ml30{margin-left:30px !important;}

.m35{margin:35px !important;}
.mt35{margin-top:35px !important;}
.mr35{margin-right:35px !important;}
.mb35{margin-bottom:35px !important;}
.ml35{margin-left:35px !important;}

.m40{margin:40px !important;}
.mt40{margin-top:40px !important;}
.mr40{margin-right:40px !important;}
.mb40{margin-bottom:40px !important;}
.ml40{margin-left:40px !important;}

.m45{margin:45px !important;}
.mt45{margin-top:45px !important;}
.mr45{margin-right:45px !important;}
.mb45{margin-bottom:45px !important;}
.ml45{margin-left:45px !important;}

.m50{margin:50px !important;}
.mt50{margin-top:50px !important;}
.mr50{margin-right:50px !important;}
.mb50{margin-bottom:50px !important;}
.ml50{margin-left:50px !important;}

.m55{margin:55px !important;}
.mt55{margin-top:55px !important;}
.mr55{margin-right:55px !important;}
.mb55{margin-bottom:55px !important;}
.ml55{margin-left:55px !important;}

.m60{margin:60px !important;}
.mt60{margin-top:60px !important;}
.mr60{margin-right:60px !important;}
.mb60{margin-bottom:60px !important;}
.ml60{margin-left:60px !important;}

.m65{margin:65px !important;}
.mt65{margin-top:65px !important;}
.mr65{margin-right:65px !important;}
.mb65{margin-bottom:65px !important;}
.ml65{margin-left:65px !important;}

.m70{margin:70px !important;}
.mr70{margin-right:70px !important;}
.mb70{margin-bottom:70px !important;}
.ml70{margin-left:70px !important;}

.m75{margin:75px !important;}
.mt75{margin-top:75px !important;}
.mr75{margin-right:75px !important;}
.mb75{margin-bottom:75px !important;}
.ml75{margin-left:75px !important;}

.m80{margin:80px !important;}
.mt80{margin-top:80px !important;}
.mr80{margin-right:80px !important;}
.mb80{margin-bottom:80px !important;}
.ml80{margin-left:80px !important;}

