@charset "utf-8";

body {
  font-family: "Poppins", "Noto Sans Japanese";
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  position: relative;
}

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

a {
  transition: all 0.3s ease 0s;
}

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

p {
  line-height: 2.14;
  font-weight: 400;
  color: #131a2f;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1,
h2,
h3 {
  margin-bottom: 0;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.5em;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

h1,
.h1 {
  font-size: 2.5rem;
  font-family: "Caveat", cursive;
}

h2,
.h2 {
  font-size: 3.5rem;
}

h3,
.h3 {
  font-size: 2em;
  display: inline;
  font-family: "Caveat", cursive;
}

.clear::before,
.clear::after {
  content: " ";
  display: table;
}

.clear::after {
  clear: both;
}

.transition {
  transition: all 0.3s ease 0s;
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.container.fullwidth {
  width: 100%;
}

@media (max-width: 767px) {
  .no-flex-xs {
    display: block !important;
  }
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

.list-style {
  width: 14px;
  height: 14px;
}

@media (max-width: 992px) {
  .navbar-nav {
    height: auto;
    max-height: 400px;
    overflow-x: hidden;
  }
}

.default-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
}

@media (max-width: 991px) {
  .main-menubar {
    display: block !important;
  }
}

.navbar-nav a {
  font-weight: 600;
  color: #fff;
  padding: 1rem;
}

@media (max-width: 992px) {
  .navbar-nav {
    margin-top: 0.6rem;
  }
  .navbar-nav a {
    padding: 0;
  }
  .navbar-nav li {
    padding: 0.6rem 0;
  }
}

@media (max-width: 991px) {
  .section-title p br {
    display: none;
  }
}

.overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.default-header {
  background-color: transparent;
  width: 100% !important;
}

.sticky-wrapper {
  height: 48px !important;
}

.is-sticky .default-header {
  transition: all 0.3s ease 0s;
  background-color: #08088a;
}

@media (max-width: 992px) {
  .default-header {
    background-color: #08088a;
  }
}

.dropdown-item {
  font-size: 1rem;
  width: auto !important;
  text-align: left;
}

@media (max-width: 767px) {
  .dropdown-item {
    text-align: left;
    padding: 0.25rem;
  }
}

@media (min-width: 768px) {
  .dropdown .dropdown-menu {
    display: block;
    opacity: 0;
    transition: all 200ms ease-in;
  }
  .dropdown:hover .dropdown-menu {
    display: block;
    opacity: 1;
  }
}

.dropdown-menu {
  background: #08088a;
  border-radius: 0;
  margin-top: 1rem;
  border: none;
}

.dropdown-menu a {
  padding: 5px 15px;
}

@media (max-width: 767px) {
  .dropdown-menu {
    margin-top: 0px;
  }
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.default-banner {
  margin-top: -48px;
}

@media (max-width: 991px) {
  .default-banner {
    text-align: center;
  }
}

.default-banner h2 {
  color: #08088a;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .default-banner {
    padding-bottom: 40px;
  }
}

.header-btn {
  background-color: #fff;
  padding: 8px 40px;
  font-weight: 600;
  color: #08088a;
  box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.1);
  border: 1px solid transparent;
  border-radius: 20px;
  margin-top: 30px;
  display: inline-block;
}

.header-btn:hover {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

@media (max-width: 767px) {
  .active-works-carousel .owl-dots .owl-dot {
    margin: 0 15px;
  }
}

.active-works-carousel .owl-dots .owl-dot.active {
  background: #b01afe;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

.section-top-border {
  padding: 70px 0;
  border-top: 1px dotted #eee;
}

article {
  width: 100%;
  margin: 2rem auto;
  padding: 0 1rem 0;
  font-family: "Noto Sans Japanese", "Helvetica Neue", "Helvetica", "Arial";
}

.quote {
  font-family: "Caveat", cursive;
  font-size: 2.5rem;
  line-height: 1.5;
  color: white;
  padding-top: 2.5rem;
}
.name {
  font-size: 1.4rem;
  text-align: right;
  color: white;
}
.parallax-window {
  min-height: 400px;
  background: transparent;
  margin: 3rem auto 3rem;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.card {
  width: 300px;
  height: 300px;
}
.card:hover {
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.16), 0 0 5px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  transition: 0.2s;
  background: #fff;
}
.card-title {
  font-size: 0.9rem;
  text-align: center;
  line-height: 1.1;
  padding: 0.1rem;
}
.card-text {
  font-size: 0.8rem;
  text-align: right;
  line-height: 1;
}
.card-img-top {
  height: 70%;
}

span a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
span a:link {
  color: #15259f;
}
span a:visited {
  color: #fa3535;
}
span a {
  display: inline-block;
  transition: 0.3s;
  transform: scale(1);
}
span a:hover {
  transform: scale(1.1);
}

/*Back To Top*/
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #3f98ef;
  opacity: 0.6;
  border-radius: 50%;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: FontAwesome;
  content: "\f102";
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.kakomi-box1{
  margin:2em 0;
  position: relative;
  padding: 0.5em 1.5em;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.kakomi-box1:before, .kakomi-box1:after{
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: black;
}
.kakomi-box1:before {left: 10px;}
.kakomi-box1:after {right: 10px;}
.kakomi-box1 p {
  margin: 0;
  padding: 0;
}