/*
Google font
*/
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&family=Kosugi+Maru&display=swap');
/* 
---------------------------------------------
Google font & reset css
--------------------------------------------- 
*/
/* 
/*
*/
.zen-kaku-gothic-new-light {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-medium {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.zen-kaku-gothic-new-black {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 900;
  font-style: normal;
}


.kiwi-maru-light {
  font-family: "Kiwi Maru", serif;
  font-weight: 300;
  font-style: normal;
}

.kiwi-maru-regular {
  font-family: "Kiwi Maru", serif;
  font-weight: 400;
  font-style: normal;
}

.kiwi-maru-medium {
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

.my-small {
  font-size: 0.8em 
  /*0.8倍の大きさに*/}

  .my-big {
  font-size: 6em 
  /*6倍の大きさに*/}



  
/*
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body { padding-top: 10px; }

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

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

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;	
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-family: zen-kaku-gothic-new-medium;
  line-height: 28px;
  color: #000000;
}

img {
  width: 100%;
  overflow: hidden;
}


.wrapper {
  width: 100%;
}

.wrapper .carousel {
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}

.carousel .card {
  background: red;
  line-height: 250px;
  text-align: left;
  color: #ccc;
}

/*
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 120px 0px 10px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner .ticks-list span {
  display:block;
	opacity: 1;
  margin-right: 15px;
  margin-bottom: 10px;
	font-size: 15px;
	font-weight: 400;
  }


  .main-banner .ticks-list-yoko span {
    display: inline-block;
    opacity: 1;
    margin-right: 45px;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 400;
    }
  
    .main-banner h4 {
      color: #2a2a2a;
      font-size: 20px;
      font-weight: 700;
      line-height: 35px;
      margin-bottom: 25px;
    }

    
.main-banner .left-content h4 {
  font-family: kiwi-maru-medium, sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #c5652d !important;
}

/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.services {
	padding-top: 130px;
	position: relative;
  }
  
  
  .services .section-heading {
	text-align: center;
	margin-bottom: 80px;
  }
  
  .services .section-heading .line-dec {
	margin: 0 auto;
  }
  
  .services .naccs {
    border:1px solid;
	position: relative;
	z-index: 1;
  }
  
  .services .icon {
	display: block;
	text-align: center;
	margin: 0 auto;
  }
  
  .services .naccs .menu div h4 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	width: 100%;
  }
  
  .services .icon img {
	margin-bottom: 10px;
	max-width: 70px;
	min-width: 70px;
  }
  
  .services .naccs .grid {
    border:1px solid;
    padding-top: 30px;
	position: relative;
	z-index: 1;
    }

  .services .naccs .menu {
	text-align: center;
	margin-bottom: 30px;
  }
  
  .services .naccs .menu div {
	color: #2a2a2a;
	margin: 0px;
	width: 15%;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	position: relative;
	border-radius: 15px;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  .btn-outline-dark {
    border-radius: 0;
    border-width: 2px;
  }

  .btn-outline-dark:active {
   box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  }

  
  .menu button:active {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
   }

   .pill-1 a {
    background-color: rgba(255, 0, 0, 0.5);
}

   .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #000;
    background-color: rgba(255, 255, 255, 0);
   box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
	text-align: center;
  border-radius: 15px;
	transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);
}

.nav-pills .nav-link {
 color: rgb(0, 0, 0) !important;
 font-size: 18px;
  font-family: "Kiwi Maru", serif;
  font-weight: 500;
  font-style: normal;
}

  .services ul.nacc {
	height: 100% !important;
	position: relative;
	min-height: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
	transition: 0.5s all cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  
  
  .services ul.nacc li .right-image img {
	max-width: 420px;
	float: right;
  }
  
  .services .nacc .thumb h4 {
	color: #2a2a2a;
	font-size: 20px;
	font-weight: 700;
	line-height: 35px;
	margin-bottom: 25px;
  }
  
  .services .nacc .thumb .main-white-button {
	text-align: right;
	margin-top: 40px;
  }
  
  .services .nacc .thumb .main-white-button a {
	background-color: #8d99af;
	color: #fff;
  }
  
  .services .nacc .thumb .main-white-button a i {
	background-color: #fff;
	color: #8d99af;
  }
  
  .services .left-text h4 {
	font-size: 20px;
	font-weight: 700;
	color: #4da6e7 !important;
  }
  
  .services .left-text p {
	margin-bottom: 30px;
  }
  
  
  
/* 
---------------------------------------------
Blog
--------------------------------------------- 
*/

.blog:before {
  content: '';
  background-image: url(../images/blog-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}

.blog {
  position: relative;
  padding-top: 130px;
}

.blog .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.blog .section-heading .line-dec {
  margin: 0 auto;
}

.blog-post {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 25px;
  position: relative;
  z-index: 2;
}

  
---------------------------------------------
Link-site
--------------------------------------------- 
*/

.link-site:before {
  content: '';
  background-image: url(../images/blog-left-dec.jpg);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0px;
  width: 961px;
  height: 1020px;
  z-index: 0;
}

.link-site {
  position: relative;
  padding-top: 130px;
}

.link-site .section-heading {
  text-align: center;
  margin-bottom: 80px;
}

.link-site .section-heading .line-dec {
  margin: 0 auto;
}

.link-site-post {
  box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
  border-radius: 25px;
  position: relative;
  z-index: 2;
}
  


/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1200px) {
  .header-area .main-nav .logo h4 {
    font-size: 24px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 25px;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:last-child {
    padding-left: 20px;
  }
}

@media (max-width: 992px) {
  form#contact {
    overflow: hidden;
  }
  .header-area .main-nav .logo h4 {
    font-size: 20px;
  }
  .main-banner .left-content {
    margin-right: 0px;
  }
  .main-banner {
    text-align: center;
    padding: 226px 0px 30px 0px;
  }
  .main-banner:before {
    display: none;
  }
  .main-banner .right-image {
    margin: 30px auto 0px auto;
    text-align: center;
  }
  .features-item {
    margin-bottom: 45px;
  }
  .last-features-item,
  .last-skill-item {
    margin-bottom: 0px !important;
  }
  .skill-item {
    margin-bottom: 30px;
  }
  .about-left-image img {
    margin-right: 0px;
    margin-bottom: 45px;;
  }
  .services .naccs .menu div {
    font-size: 15px;
    font-weight: 500;
  }
  .service-item {
    text-align: center;
  }
  .service-item .icon {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .about-us .left-image {
    margin-right: 30px;
    margin-left: 30px;
    margin-bottom: 45px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 70px;
  }
  .our-portfolio .owl-nav {
    display: none !important;
  }
  .contact-info {
    margin-top: 60px;
  }
  form#contact {
    padding: 45px;
  }
}

@media (max-width: 767px) {
  .header-area .main-nav .logo h4 {
    font-size: 30px;
  }
  .header-area .main-nav .logo h4 img {
    max-width: 30px;
    margin-left: 5px;
  }
  .main-banner .info-stat {
    margin-bottom: 15px;
  }
  .service-item {
    text-align: center;
    padding: 30px;
  }
  .service-item .icon {
    float: none;
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .service-item .right-content {
    display: inline-block;
  }
  .services .naccs .menu div .thumb {
    padding: 5px;
  }
  .services .icon img {
    margin: 0px;
  }
  .services ul.nacc li.active {
    padding: 45px;
  }
  .services .naccs .menu div  {
    font-size: 0px;
  }
  .services ul.nacc li .right-image img {
    float: none;
  }
  .our-portfolio .section-heading,
  .about-us .section-heading,
  .about-us .about-item,
  .about-us p,
  .about-us .main-green-button {
    text-align: center;
  }
  .our-portfolio .section-heading .line-dec {
    margin: 0 auto;
  }
  .our-services .section-heading {
    margin-left: 15px;
    margin-right: 15px;
  }
  .free-quote form input {
    margin-left: 0px;
    padding: 0px 30px;
  }
  .free-quote form button {
    margin-left: 0px;
    border-bottom-left-radius: 40px;
    border-top-right-radius: 0px;
  }
  .blog-posts {
    margin-left: 0px;
    margin-top: 30px;
  }
  .post-item {
    margin-bottom: 30px;
  }
  .post-item .thumb img {
    max-width: 140px;
  }
  .post-item .right-content p {
    display: none;
  }
  .about-us .about-item {
    margin-top: 15px;
  }
  form#contact {
    padding: 30px;
  }
}