@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

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

/* 共通
-------------------------------------------------- */
body {
  font-family: 'Nunito', sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: YuGothic,'Yu Gothic',  sans-serif;
}

a:hover, a:focus,
a button,
a button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

::selection {
  background: rgba(166, 175, 189, 0.3);
}

::-moz-selection {
  background: rgba(166, 175, 189, 0.3);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

#status {
  width: 40px;
  height: 40px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
}

.spinner {
  margin: 0 auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 5px solid rgba(0, 0, 0, 0.2);
  border-right: 5px solid rgba(0, 0, 0, 0.2);
  border-bottom: 5px solid rgba(0, 0, 0, 0.2);
  border-left: 5px solid #000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.back_top {
  text-align: center;
  position: fixed;
  bottom: 15px;
  height: 35px;
  width: 35px;
  display: none;
  z-index: 10000;
  border-radius: 3px;
  right: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.back_top i {
  color: #fff;
  line-height: 35px;
  font-size: 32px;
  display: block;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  background-color: #fff;
}

.h-100vh {
  height: 100vh;
}

.z-index {
  z-index: 2;
}

.clippath_none {
  -webkit-clip-path: none;
          clip-path: none;
}

.section-subtitle {
  max-width: 500px;
}

.btn {
  padding: 15px 32px;
  font-size: 14px;
  font-weight: 700;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  letter-spacing: 0.6px;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-transform: uppercase;
  outline: none;
}

.btn-round {
  border-radius: 30px;
}

.btn-custom {
  border: 1px solid;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.focus, .btn-custom:active, .btn-custom:focus, .btn-custom:hover,
.btn-custom .open > .dropdown-toggle.btn-custom {
  color: #f3f3f3;
}

.btn-outline-custom {
  border: 2px solid #f5f5f5;
}

.btn-outline-custom:hover, .btn-outline-custom:focus, .btn-outline-custom:active, .btn-outline-custom.active, .btn-outline-custom.focus, .btn-outline-custom:active, .btn-outline-custom:focus, .btn-outline-custom:hover,
.btn-outline-custom .open > .dropdown-toggle.btn-outline-custom {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.69);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.section-ttl {
  color: #3EA1D1;
}

/* nav
-------------------------------------------------- */
.custom-nav {
  background-color: transparent;
  padding: 20px 0px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  margin-bottom: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 767px) {
  .custom-nav {
    background-color: #fff;
    padding: 10px 0px;
  }
}

.custom-nav li a {
  color: #fff;
  font-size: 15px;
  background-color: transparent;
  margin: 0 7px;
  letter-spacing: 0.05em;
  line-height: 24px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .custom-nav li a {
    margin: 0 0px;
    line-height: 15px;
  }
}

.custom-nav .navbar-brand .logo-light,
.custom-nav .navbar-brand .logo-dark {
  height: 27px;
}

.custom-nav .container {
  width: 85%;
}

.custom-nav .navbar-brand {
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  .custom-nav .navbar-nav li a {
    color: rgba(0, 0, 0, 0.6) !important;
  }
}

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

@media screen and (max-width: 767px) {
  .logo .logo-light {
    display: none;
  }
}

.stickyadd .logo .logo-dark {
  display: inline-block;
}

.stickyadd .logo .logo-light {
  display: none;
}

.logo .logo-dark {
  display: none;
}

@media screen and (max-width: 767px) {
  .logo .logo-dark {
    display: inline-block;
  }
}

.custom-nav .navbar-toggler {
  color: #fff;
  font-size: 35px;
  padding: 0px;
}

@media screen and (max-width: 767px) {
  .custom-nav .navbar-toggler {
    color: #000;
    font-size: 32px;
    border: none;
  }
}

.custom-nav.stickyadd {
  background-color: #fff;
  -webkit-box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509804);
          box-shadow: 0 1px 8px 3px rgba(0, 0, 0, 0.0509804);
  padding: 15px 0px;
}

.custom-nav.stickyadd .navbar-nav li a {
  color: #000;
}

@media screen and (max-width: 767px) {
  .h-100vh {
    height: auto;
    padding: 120px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .header-bg-img {
    -webkit-clip-path: none;
            clip-path: none;
    padding: 120px 0 140px;
  }
}

@media screen and (max-width: 767px) {
  .wave-home.h-100vh {
    height: auto;
    padding: 120px 0 190px;
  }
}

.header-name {
  font-size: 38px;
}

.clip-home {
  -webkit-clip-path: none;
          clip-path: none;
}

/* header
-------------------------------------------------- */
.header-bg-img {
  background-image: url(../images/header-bg.jpg);
  position: relative;
  background-size: cover;
  background-position: center center;
}

.header-content {
  max-width: 800px;
}

.header-table-center {
  display: table-cell;
  vertical-align: middle;
}

.header-table {
  display: table;
  width: 100%;
  height: 100%;
}

.header-name {
  font-size: 45px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .header-name {
    font-size: 25px;
    font-weight: bold;
  }
}

.header-desc {
  font-size: 30px;
  max-width: 500px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.75) !important;
}

@media screen and (max-width: 767px) {
  .header-desc {
    font-size: 20px;
    max-width: 500px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.75);
  }
}

.scroll_down {
  position: absolute;
  bottom: 5vh;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  z-index: 8;
}

.scroll_down i {
  position: relative;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  height: 44px;
  width: 28px;
  line-height: 54px;
  border-radius: 30px;
  border: 2px solid #ffffff;
  display: inline-block;
  color: #fff;
  font-size: 10px;
}

.scroll_down i:after {
  content: "";
  position: absolute;
  top: 22px;
  left: 11px;
  border-radius: 2px;
  z-index: -1;
  bottom: 0px;
  -webkit-transition: all .2s;
  transition: all .2s;
  height: 10px;
  width: 3px;
  background: #fff;
}

.curv-img {
  position: absolute;
  width: 100%;
  bottom: 0px;
  z-index: 1;
}

.curv-img svg {
  display: block;
}

.clip-home {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
          clip-path: polygon(0 0, 100% 0, 100% 83%, 50% 100%, 0 83%);
  position: relative;
}

.wave_sec {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.wave_sec svg {
  height: 180px;
}

/* home
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .element {
    font-size: 1rem;
  }
}

/* about
-------------------------------------------------- */
.about-social li a {
  color: #000;
  display: inline-block;
  height: 42px;
  width: 42px;
  font-size: 20px;
  border-radius: 50%;
  border: 2px solid #d4d4d4;
  line-height: 38px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}

.about-ttl {
  color: #5fb0e6;
}

/* service
-------------------------------------------------- */
.services-boxes {
  border: 1px solid #e8e8e8;
  max-height: auto;
}

.services-boxes .services-boxes-icon i {
  font-size: 44px;
}

.services-boxes .services-title-border {
  height: 2px;
  width: 40px;
  margin: 15px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.services-boxes:hover .services-title-border {
  width: 60px;
}

.services-boxes h5 {
  font-weight: 600;
}

.service-box {
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.service-box .service-content h5 {
  font-size: 20px;
  font-weight: 700;
}

.service-box .service-content p {
  font-size: 15px;
}

/* work
-------------------------------------------------- */
.work_menu li a {
  cursor: pointer;
  display: block;
  border-radius: 30px;
  letter-spacing: 0.03em;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
  padding: 6px 16px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 5px;
}

.work_menu li a.active, .work_menu li a:hover {
  color: #fff;
}

.work_item {
  position: relative;
  padding: 15px;
}

.work_box {
  overflow: hidden;
  position: relative;
}

.work_box .work_img {
  position: relative;
  overflow: hidden;
}

.work_box .work_img:after {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_img > img {
  -webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
  border-radius: 0;
}

.work_box .work_detail {
  opacity: 0;
  color: #fff;
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  overflow: hidden;
  -webkit-transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
  transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}

.work_box .work_detail h4 {
  font-size: 18px;
}

.work_box .work_detail p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

.work_box:hover .work_detail {
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}

.work_box:hover .work_img:after {
  background: rgba(0, 0, 0, 0.8);
}

.work_box:hover .work_img > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.ec-pas {
  font-weight: bold;
  text-decoration: underline;
}

/* contact
-------------------------------------------------- */
.form-inner .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  border: 2px solid #e0e0e0;
}

.form-inner textarea.form-control {
  height: auto;
}

.contact_detail-title {
  font-size: 18px;
}

.error {
  margin: 8px 0px;
  display: none;
  color: #ec5f79;
}

.error_msg {
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
  color: #ec5f79;
  font-weight: 700;
}

.gig_loader {
  display: none;
}

#success_msg {
  text-align: center;
  margin-bottom: 20px;
}

#success_msg h3 {
  color: #64d674;
  font-size: 22px;
}

.img-fluid {
  height: 200px;
}

/* footer
-------------------------------------------------- */
.footer {
  padding: 50px 0px;
  background-color: #242424 !important;
  height: 100%;
}

.footer .footer-alt p {
  font-size: 16px;
}

.footer .footer-alt ul li a {
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-color: rgba(241, 241, 241, 0.08);
  width: 42px;
  height: 42px;
  display: block;
  font-size: 18px;
  line-height: 42px;
  text-align: center;
}
