@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;
}

/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */

body {
  font-family: "Noto Sans JP", Arial, sans-serif;
  line-height: 1.8;
  font-size: 16px;
  font-weight: 400;
  background: #ffffff;
  color: #262626;
}

body.menu-show {
  overflow: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
}

#colorlib-wrapper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#colorlib-wrapper>div {
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}

a {
  color: #66afcd;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  text-decoration: underline;
  color: #66afcd;
}

a:focus, a:active {
  outline: none;
}

p, span {
  margin-bottom: 1.5em;
  font-weight: 400;
  font-family: "Noto Sans JP", Arial, sans-serif;
}

ul, ol {
  display: block;
  margin-bottom: 1.5em;
}

span {
  font-size: 18px;
  color: rgba(114, 114, 114, 0.8);
}

h1, h2, h3, h4, h5, h6 {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Playfair Display", "Sawarabi Mincho", Georgia, serif;
  margin: 0 0 30px 0;
}

::-webkit-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::-moz-selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

::selection {
  color: #fcfcfc;
  background: #b7c2c2;
}

#colorlib-page {
  position: relative;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.menu-show #colorlib-page {
  -webkit-transform: scale(0.99);
  -moz-transform: scale(0.99);
  -ms-transform: scale(0.99);
  -o-transform: scale(0.99);
  transform: scale(0.99);
  position: relative;
}
#colorlib-page-menu-shade {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  right: 0;
  content: '';
  background: rgba(255, 255, 255, 0.5);
}
.menu-show #colorlib-page-menu-shade {
  display: block;
}
@media screen and (max-width: 768px) {
  #colorlib-page {
    padding-top: 5em;
  }
}

#colorlib-main-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 4em 40px 40px 40px;
  width: 360px;
  height: 100%;
  background: white;
  z-index: 1002;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -ms-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  overflow-y: scroll;
}
@media screen and (max-width: 768px) {
  #colorlib-main-nav {
    width: 300px;
  }
}
#colorlib-main-nav .colorlib-nav-toggle {
  position: absolute;
  top: 10px;
  right: 0px;
  padding: 20px;
  height: 44px;
  width: 44px;
  background: #DE735D;
  line-height: 0;
  padding: 0 !important;
  visibility: hidden;
  opacity: 0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#colorlib-main-nav .colorlib-nav-toggle i {
  top: 18px !important;
  left: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0;
  text-indent: 0;
}
#colorlib-main-nav .colorlib-nav-toggle.show {
  visibility: visible;
  opacity: 1;
}
#colorlib-main-nav .colorlib-nav-toggle:hover {
  opacity: 0.7;
}
#colorlib-main-nav .colorlib-nav-toggle:hover i::before, #colorlib-main-nav .colorlib-nav-toggle:hover i::after {
  content: '';
  width: 20px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 0;
}
.menu-show #colorlib-main-nav {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
}
#colorlib-main-nav ul {
  padding: 0;
  margin: 0 0 3em 0;
}
@media screen and (max-width: 768px) {
  #colorlib-main-nav ul {
    padding: 20px 0 0 0;
  }
}
#colorlib-main-nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: left;
}
#colorlib-main-nav ul li a {
  display: block;
  color: #262626;
  font-size: 14px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  #colorlib-main-nav ul li a {
    font-size: 16px;
  }
}
#colorlib-main-nav ul li a:hover, #colorlib-main-nav ul li a:active, #colorlib-main-nav ul li a:focus {
  color: #262626;
  outline: none;
  text-decoration: none;
}
#colorlib-main-nav ul li.active a {
  color: #66afcd;
}
#colorlib-main-nav .form-group {
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 480px) {
  #colorlib-main-nav .form-group {
    width: 100%;
  }
}
#colorlib-main-nav .form-group input::-webkit-input-placeholder {
  color: #333333;
}
#colorlib-main-nav .form-group input::-moz-input-placeholder {
  color: #333333;
}
#colorlib-main-nav .form-group input::-ms-input-placeholder {
  color: #333333;
}
#colorlib-main-nav .form-group input::-o-input-placeholder {
  color: #333333;
}
#colorlib-main-nav .form-group input::input-placeholder {
  color: #333333;
}
#colorlib-main-nav #search {
  font-size: 14px;
  width: 100%;
  padding-right: 3em;
  border: none;
  border: 2px solid #f2f2f2;
  background: #fafafa;
  color: #333333 !important;
}
#colorlib-main-nav button {
  position: absolute;
  top: 0;
  right: -4px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  background: #66afcd;
  color: #fff;
  border: none;
  padding: 16px;
}
#colorlib-main-nav #email {
  font-size: 18px;
  width: 100%;
  border: none;
  border: 2px solid #fff;
  background: #fff;
  color: #333333 !important;
}
#colorlib-main-nav .nav_works{
  padding: 10px 0 !important;
}
#colorlib-main-nav .gallery {
  float: left;
  width: calc(50% - 10px);
  height: 170px;
  position: relative;
  display: table;
  z-index: 0;
  text-decoration: none;
  margin: 5px;
  background-position: left;
}
@media screen and (max-width: 480px) {
  #colorlib-main-nav .gallery {
    width: calc(50% - 10px);
  }
}
#colorlib-main-nav .gallery:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  z-index: -1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#colorlib-main-nav .gallery span {
  display: table-cell;
  vertical-align: middle;
  height: 150px;
  opacity: 0;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#colorlib-main-nav .gallery span i {
  color: #fff;
  font-size: 20px;
}
#colorlib-main-nav .gallery:hover:after, #colorlib-main-nav .gallery:focus:after {
  opacity: 1;
}
#colorlib-main-nav .gallery:hover span, #colorlib-main-nav .gallery:focus span {
  opacity: 1;
}

header {
  padding: 0.7em 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  margin: 0 auto;
  opacity: 0;
  background: rgba(255, 255, 255, 0.8)
}
header .colorlib-navbar-brand {
  float: left;
}
header .colorlib-logo img {
  height: 50px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 0.5em 0;
  }
  header .colorlib-logo img {
    height: 40px;
  }
}

/* トップ動画、画像 */
.top_contents {
  position: relative;
  height: 100vh;
}
#top_image {
  opacity: 0;
}
#top_movie, #top_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top_message1, .top_message2 {
  display: inline-block;
}
.top_message {
  opacity: 0;
  position: absolute;
  width: 95%;
  margin: 0 2%;
  text-align: center;
  text-shadow: 2px 2px 3px #fff;
  top: 45%;
}
@media screen and (min-width: 990px) {
  .top_message {
    font-size: 3.1rem;
  }
}
@media screen and (max-width: 990px) {
  .top_message {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .top_message {
    font-size: 2.0rem;
  }
}
@media screen and (max-width: 480px) {
  .top_message {
    font-size: 1.6rem;
  }
}

/*スクロールダウン*/
.scrolldown1 {
  position: absolute;
  left: 50%;
  bottom: 50px;
  height: 50px;
  opacity: 0;
}
.scrolldown1 span {
  position: absolute;
  left: -30px;
  top: -20px;
  color: #66afcd;
  font-size: 0.9em;
  letter-spacing: 0.05em;
}
.scrolldown1::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -20px;
  width: 5px;
  height: 50px;
  border-radius: 25%;
  background: #66afcd;
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}

/* 各コンテンツ */
#colorlib-services, #colorlib-contact, #colorlib-work, #colorlib-project, #colorlib-testimony, #colorlib-inquiry, #colorlib-contact, #colorlib-about {
  padding: 7em 0;
  clear: both;
  position: relative;
  margin-top: 8em;
}
#colorlib-services{
  padding-top: 13em;
}
#colorlib-about{
  padding-top: 9.5em;
}
@media screen and (max-width: 768px) {
  #colorlib-services, #colorlib-contact, #colorlib-work, #colorlib-project, #colorlib-testimony, #colorlib-inquiry, #colorlib-contact, #colorlib-about {
    padding: 5em 0;
    margin-top: 3em;
  }
  #colorlib-services{
    margin-top: 6em;
  }
}

.rotate {
  position: absolute;
  top: .4em;
  left: -50px;
}
.rotate .heading {
  font-family: "Karla", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -moz-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  -o-transform-origin: left top 0;
  transform-origin: left top 0;
  position: relative;
}
.rotate .heading:after {
  position: absolute;
  top: 8px;
  right: -40px;
  content: '';
  background: #262626;
  width: 40px;
  height: 1px;
}

.about-img{
  margin-top: 6em;
}
.sdgs-img{
  margin-top: 5em;
}
@media screen and (max-width: 768px) {
  .about-img{
    margin-top: 0;
  }
  .sdgs-img{
    margin: 5% 10%;
    width: 80%;
  }
}
.about-desc {
  padding-top: 3em;
}
.about-desc h2 {
  line-height: 1.3;
}
.about-desc h2 span {
  display: block;
  margin-bottom: 0;
  color: #262626;
  font-size: 50px;
  font-family: "Playfair Display", "Sawarabi Mincho", Georgia, serif;
}
.about-desc .desc {
  padding-left: 6em;
  position: relative;
}
.about-desc .rotate {
  position: absolute;
  top: 7px;
  left: 30px;
}
.about-desc .rotate .heading {
  font-family: "Karla", Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1em;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: left top 0;
  -ms-transform-origin: left top 0;
  transform-origin: left top 0;
  position: relative;
}
.about-desc .rotate .heading:after {
  position: absolute;
  top: 8px;
  right: -40px;
  content: '';
  background: #262626;
  width: 40px;
  height: 1px;
}
.about-desc p {
  margin-bottom: 0.5em;
}
.google_map {
  margin-top: 2em;
  width: 100%;
  height: 250px;
}
.google_map iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%)
}

.member_section{
  margin-top: 6em;
}
.member_img {
  display: block;
  margin-bottom: 2em;
  margin-bottom: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;

  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}

.members_section .owl-carousel2 {
  z-index: 0;
}
.members_section .owl-carousel2 .owl-stage-outer {
  z-index: -1;
}
.members_section .owl-theme .owl-controls {
  margin-top: -10px;
  z-index: 1;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin-top: -30px;
}
.members_section .owl-theme .owl-controls .owl-nav [class*=owl-] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  background: transparent;
  /*background: #fff;*/
  padding: 5px 5px;
  opacity: 1;
}
.members_section .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
  background: transparent;
  color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 2.5em;
}
.member_position{
  margin-right: 1em;
}

.members_section .owl-carousel2 p{
  height: 150px;
  margin-bottom: 0;
  font-size: 0.9em;
}

.members_section .btn-primary{
  margin: 3px;
  padding: 3px 7px;
  font-size: 16px !important;
}

.bold {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 250px;
  color: #f0f0f0;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .bold {
    font-size: 60px;
  }
}

.intro-heading {
  margin-bottom: 3em;
}
#colorlib-services .intro-heading {
  margin-bottom: 1.2em;
}
.intro-heading h2 {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.5em;
  color: #262626;
  position: relative;
}
@media screen and (max-width: 768px) {
  .intro-heading h2 {
    font-size: 30px;
  }
}
.intro-heading span {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  margin-bottom: 10px;
  color: #bfbfbf;
  font-weight: 600;
}

.services-img, .work-img, .gallery {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.services-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}
.services-flex .one-third {
  width: 55%;
  padding: 3em 2em 3em 0;
}
.services-flex .one-forth {
  width: 45%;
}
.services-flex .one-forth .one-third, .services-flex .one-forth .one-forth {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .services-flex .one-forth .one-third, .services-flex .one-forth .one-forth {
    height: 400px;
  }
}
.services-flex .one-third, .services-flex .one-forth {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .services-flex .one-third, .services-flex .one-forth {
    width: 100%;
    display: block;
  }
}
.services {
  margin-bottom: 4em;
}
.services h3 {
  font-family: "Karla", Arial, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.services ul li {
  list-style: none;
  margin-bottom: 10px;
}
.services ul li::before {
  content: '\2022';
  color: #262626;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
#service_movie {
  width: 100%;
}

.video_top_message {
  position: absolute;
  width: 95%;
  margin: 0 2%;
  text-align: center;
  text-shadow: 1px 1px 2px #fff;
  top: 45%;
  font-size: 3.1rem;
  color: #333333;
}
@media screen and (min-width: 990px) {
  .video_top_message {
    font-size: 3rem;
    top: 45%;
  }
}
@media screen and (max-width: 990px) {
  .video_top_message {
    font-size: 1.8rem;
    top: 20%;
  }
}
@media screen and (max-width: 768px) {
  .video_top_message {
    font-size: 3.0rem;
    top: 45%;
  }
}
@media screen and (max-width: 480px) {
  .video_top_message {
    font-size: 1.9rem;
    top: 45%;
  }
}
@media screen and (max-width: 768px) {
  .services-img {
    width: 100% !important;
    padding: 0 !important;
  }
}

.work-entry {
  display: block;
  /*margin-bottom: 5em;*/
  width: 100%;
  float: left;
}
.work-entry .work-img {
  width: 100%;
  height: 700px;
  margin-bottom: 40px;
  display: table;
  text-align: center;
  text-decoration: none;
}
.work-entry .work-img .display-t {
  display: table-cell;
  vertical-align: middle;
  height: 700px;
  position: relative;
  z-index: 0;
}
.work-entry .work-img .display-t:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.work-entry .work-img .display-t .work-name {
  display: inline-block;
  padding: 4em 3em;
  /*background: #fff;*/
  -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.work-entry .work-img .display-t .work-name h2 {
  margin: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .work-entry .work-img:hover .display-t:after {
    opacity: 1;
  }
  .work-entry .work-img:hover .display-t .work-name {
    padding: 4.5em 3.5em;
    background: rgba(255,255,255,0.8);
  }
  .work-entry .work-img:hover .display-t .work-name h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 768px) {
  .work-entry .work-img {
    height: 400px;
  }
  .work-entry .work-img .display-t {
    height: 400px;
  }
}
.work-entry .desc .read {
  text-align: right;
}
.work-entry .desc .read a {
  color: #262626;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  position: relative;
}
.work-entry .desc .read a:after {
  position: absolute;
  top: 7px;
  left: -60px;
  right: 0;
  content: '';
  width: 40px;
  height: 1px;
  background: #262626;
}
.work-entry .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
  background: #fafafa;
  font-weight: 400;
  margin-bottom: 10px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}
.work-entry .from_textarea {
  height: 90px;
}
.work-entry .form-control:focus, #footer .subscribe .form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid rgba(102, 175, 205, 0.8);
}
.work-entry .btn-custom {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

#colorlib-project .owl-carousel {
  z-index: 0;
}
#colorlib-project .owl-carousel .owl-stage-outer {
  z-index: -1;
}
#colorlib-project .owl-theme .owl-controls {
  margin-top: -10px;
  z-index: 1;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin-top: -30px;
}
#colorlib-project .owl-theme .owl-controls .owl-nav [class*=owl-] {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  background: transparent;
  /*background: #fff;*/
  padding: 5px 5px;
  opacity: 1;
}
#colorlib-project .owl-theme .owl-controls .owl-nav [class*=owl-] .owl-direction {
  background: transparent;
  color: #262626;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  font-size: 2.5em;
}

.article {
  display: block;
  margin-bottom: 2em;
}
.article .blog-img {
  margin-bottom: 50px;
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.article .blog-img img {
  position: relative;
  max-width: 100%;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.article .blog-img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.article .blog-img .link {
  position: absolute;
  bottom: 0;
  left: 90%;
  display: table;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.article .blog-img .link .read {
  display: table-cell;
  vertical-align: middle;
  font-family: "Karla", Arial, sans-serif;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 5px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  position: relative;
}
.article .blog-img .link .read:after {
  position: absolute;
  top: 10px;
  left: -50px;
  content: '';
  background: #fff;
  width: 40px;
  height: 1px;
}
.article .blog-img:hover .overlay {
  opacity: 1;
}
.article .blog-img:hover .link {
  opacity: 1;
  bottom: 50px;
}
.article .blog-img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.article .desc {
  position: relative;
}
.article .desc .meta {
  position: absolute;
  top: -80px;
  left: 20px;
  background: #e5f5c5;
  color: #262626;
  padding: 10px 10px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 4px;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 49px -4px rgba(0, 0, 0, 0.21);
}
.article .desc h2 {
  font-size: 24px;
}
.article .desc h2 a {
  text-decoration: none;
  color: #262626;
}
.article:hover .meta {
  background: #fff;
}

.btn {
  margin-right: 4px;
  margin-bottom: 4px;
  font-size: 13px !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  padding: 8px 20px;
}
.btn.btn-md {
  padding: 8px 20px !important;
}
.btn.btn-lg {
  padding: 18px 36px !important;
}
.btn:hover, .btn:active, .btn:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}
.btn-primary {
  background: #66afcd;
  color: #fff;
  border: 2px solid #66afcd;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: #7bb5cc !important;
  border-color: #7bb5cc !important;
}
.btn-primary.btn-outline {
  background: transparent;
  color: #4d4d4d;
  border: 1px solid #d9d9d9;
}
.btn-primary.btn-outline:hover, .btn-primary.btn-outline:focus, .btn-primary.btn-outline:active {
  background: #7bb5cc;
  color: #fff;
}

.btn-success {
  background: #8ec31f;
  color: #fff;
  border: 2px solid #8ec31f;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background: #a0c650 !important;
  border-color: #a0c650 !important;
}
.btn-success.btn-outline {
  background: transparent;
  color: #8ec31f;
  border: 2px solid #8ec31f;
}
.btn-success.btn-outline:hover, .btn-success.btn-outline:focus, .btn-success.btn-outline:active {
  background: #8ec31f;
  color: #fff;
}

.btn-info {
  background: #66afcd;
  color: #fff;
  border: 2px solid #66afcd;
}
.btn-info:hover, .btn-info:focus, .btn-info:active {
  background: #7bb5cc !important;
  border-color: #7bb5cc !important;
}
.btn-info.btn-outline {
  background: transparent;
  color: #66afcd;
  border: 2px solid #66afcd;
}
.btn-info.btn-outline:hover, .btn-info.btn-outline:focus, .btn-info.btn-outline:active {
  background: #7bb5cc;
  color: #fff;
}

.btn-warning {
  background: #F5D973;
  color: #fff;
  border: 2px solid #F5D973;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background: #f7e39b !important;
  border-color: #f7e39b !important;
}
.btn-warning.btn-outline {
  background: transparent;
  color: #F5D973;
  border: 2px solid #F5D973;
}
.btn-warning.btn-outline:hover, .btn-warning.btn-outline:focus, .btn-warning.btn-outline:active {
  background: #f7e39b;
  color: #fff;
}

.btn-danger {
  background: #DE735D;
  color: #fff;
  border: 2px solid #DE735D;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background: #dd9283 !important;
  border-color: #dd9283 !important;
}
.btn-danger.btn-outline {
  background: transparent;
  color: #DE735D;
  border: 2px solid #DE735D;
}
.btn-danger.btn-outline:hover, .btn-danger.btn-outline:focus, .btn-danger.btn-outline:active {
  background: #dd9283;
  color: #fff;
}

.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 {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.row-padded-bottom {
  margin-bottom: 4em;
}

.col-pb-sm {
  margin-bottom: 5em !important;
}
.col-pb-sm:last-child {
  margin-bottom: 0;
}

.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;
}

.colorlib-nav-toggle {
  cursor: pointer;
  text-decoration: none;
}
.colorlib-nav-toggle.active i::before, .colorlib-nav-toggle.active i::after {
  background: #262626;
}
.colorlib-nav-toggle.dark.active i::before, .colorlib-nav-toggle.dark.active i::after {
  background: #262626;
}
.colorlib-nav-toggle:hover, .colorlib-nav-toggle:focus, .colorlib-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}

.colorlib-nav-toggle i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  width: 20px;
  height: 2px;
  color: #262626;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #262626;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.menu-show .colorlib-nav-toggle i {
  background: #262626;
  color: #fff;
}
.colorlib-nav-toggle i::before, .colorlib-nav-toggle i::after {
  content: '';
  width: 20px;
  height: 2px;
  background: #262626;
  position: absolute;
  left: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.menu-show .colorlib-nav-toggle i, .menu-show .colorlib-nav-toggle i::before, .menu-show .colorlib-nav-toggle i::after {
  background: #fff;
}
.colorlib-nav-toggle.dark i {
  position: relative;
  color: #fff;
  background: #fff;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.colorlib-nav-toggle.dark i::before, .colorlib-nav-toggle.dark i::after {
  background: #fff;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.colorlib-nav-toggle i::before {
  top: -7px;
}
.colorlib-nav-toggle i::after {
  bottom: -7px;
}
.colorlib-nav-toggle:hover i::before {
  top: -10px;
}
.colorlib-nav-toggle:hover i::after {
  bottom: -10px;
}
.colorlib-nav-toggle.active i {
  background: transparent;
}
.colorlib-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);
}
.colorlib-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);
}
.colorlib-nav-toggle {
  float: right;
  z-index: 1003;
  position: relative;
  display: block;
  margin: 0 20px 0 0;
  cursor: pointer;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .colorlib-nav-toggle {
    display: block;
    top: 0px;
  }
}

.form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  border: none;
  border: transparent;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}
.form-control:focus, .form-control:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: transparent;
}
input[type="text"] {
  height: 50px;
}
.form-group {
  margin-bottom: 0px;
}
.colorlib-social-icons a:hover, .colorlib-social-icons a:focus {
  text-decoration: none !important;
}
.colorlib-social-icons i {
  font-size: 24px;
  color: #66afcd;
}

#footer {
  padding: 3em 0 4em 0;
  display: block;
  width: 100%;
  /*background-color: #122c36;*/
  background-image: url(../images/footer.bg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  margin-top:4em;
}
#footer .footer_logo{
  height: 55px;
  margin-bottom: 1em;
}
#footer h2 {
  font-family: "Noto Sans JP", Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 1em;
}
#footer .about_info{
  padding-left: 2em;
  font-size: 14px;
}
#footer p:last-child {
  margin-bottom: 0;
}
#footer ul{
  margin-top: 3em;
}
#footer a{
  font-family: "Noto Sans JP", Arial, sans-serif;
  color:#fff;
}
#footer a:hover, #footer a:focus {
  text-decoration: none !important;
}

.copyright_row{
  margin-top:3em;
}
@media screen and (max-width: 768px) {
  .copyright_row{
    margin-top:2em;
  }
}
.js .animate-box {
  opacity: 0;
}
