/**
 * Theme Name: Ikeuchi Motors
 *
 * @format
 */

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Michroma&family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.2.0")
      format("embedded-opentype"),
    url("fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"),
    url("fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"),
    url("fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "Noto Sans JP", serif;
  background-color: #1d1d1d;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
.img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
.alignleft {
  float: left;
  margin-right: 20px;
}
.alignright {
  float: right;
  margin-left: 20px;
}
.aligncenter {
  clear: both;
  float: none;
  display: block;
  text-align: center;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
a,
.button,
button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}
button {
  cursor: pointer;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #febc19;
  text-decoration: none;
}
a,
button {
  color: #febc19;
  outline: medium none;
}
input:focus,
textarea:focus,
:focus {
  outline: 0;
}
button:focus {
  outline: 0 none;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans JP", serif;
  font-weight: normal;
  color: #fff;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  text-transform: capitalize;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
h1 {
  font-size: 40px;
  font-weight: 500;
}
h2 {
  font-size: 35px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
p {
  font-family: "Noto Sans JP", serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 15px;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}
label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}
*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}
*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}
.btn {
  -moz-user-select: none;
  background: #2f3440 none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.1;
  padding: 20px 45px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border: 0;
}
.btn:hover {
  color: #fbba42;
}
.btn:hover:before {
  width: 100%;
  color: #444;
}
.btn.brand-btn {
  background: #fbba42;
  color: #222;
}
.btn.brand-btn:hover {
  background: #2f3440;
  color: #fbba42;
}
.btn.btn-2 {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #fbba42;
  line-height: 1;
  padding: 17px 35px;
}
.btn.btn-2:hover {
  border-color: #2f3440;
}
.btn i {
  margin-right: 10px;
}
/* scrollUp */
#scrollUp {
  background: #000;
  height: 35px;
  width: 35px;
  right: 50px;
  bottom: 77px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  /*border-radius: 50%;*/
  font-size: 0;
  line-height: 34px;
}
#scrollUp::before {
  font-size: 16px;
  content: "\f077";
  font-family: "Font Awesome 5 Free";
}
#scrollUp:hover {
  background: #444;
}
/* 

  2. header 

*/
html .njs-sticky-side.image_button_cover.placement-right {
  right: 0;
}
html .njs-sticky-side.image_button_cover {
  position: fixed;
  top: 50%;
  box-shadow: none;
  z-index: 99999;
  transition: transform 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0, 1);
}
html .njs-sticky-side.image_button_cover a {
  transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  width: 51px;
  height: 228px;
  padding: 57px 17px;
  border-radius: 20px 0 0 20px;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.12;
  letter-spacing: normal;
  color: #fff;
  top: -106.5px;
  writing-mode: vertical-lr;
  background-image: linear-gradient(to bottom, #f10000, #f15300);
  border: none;
}
html .njs-sticky-side.image_button_cover a:hover {
}
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f10000;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
}
.page_header_default,
.breadcrumb-sec {
  margin-top: 60px;
}
.logo {
}
.main-menu-area {
  border-bottom: none;
  background: #f10000;
  padding: 10px 0;
}
.main-menu .navbar {
  /* padding: 8px 15px 12px 15px; */
  /* width: auto; */
  /* display: block; */
  float: right;
  padding: 0;
}
.navbar {
  padding: 15px;
}
.navbar .logo {
  font-size: 24px;
  color: white;
  text-decoration: none;
}
.sidebar-logo {
  padding-bottom: 44px;
}
.navbar .toggler-navbar {
}
.toggler-navbar {
  position: relative;
  z-index: 9;
}
.sidebar {
  position: fixed;
  top: 0;
  right: 0;
  width: 563px;
  height: 100%;
  background: #f10000;
  text-align: left;
  font-size: 20px;
  transform: rotate3d(0, 1, 0, 90deg);
  transform-origin: right center;
  transition: 0.5s;
}
.sidebar-container {
  padding: 96px 113px;
  position: relative;
  height: 100vh;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #f10000 #c4c4c4;
}
.hamburger-menu.open {
  z-index: 9;
  color: #f10000;
  background-color: #fff;
}
.sidebar.open {
  transform: rotate3d(0, 0, 1, 0deg);
}
.sidebar ul {
  list-style: none;
}
.sidebar li:hover,
.sidebar li.active {
}
.sidebar li a {
  font-family: "Noto Sans JP", serif;
  text-decoration: none;
  padding: 22px 0;
  display: block;
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  position: relative;
  border-bottom: 1px solid #fff;
}
.sidebar li a::before {
  content: "";
  width: 6.9px;
  height: 13.8px;
  position: absolute;
  background: url("img/white-arrow.png") no-repeat right top;
  right: 0;
  top: 25px;
  background-size: contain;
}
.hamburger-menu {
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  text-align: center;
  line-height: 39px;
  color: #fff;
}
.hamburger-menu span {
  /*	display: block;
	position: absolute;
	height: 1px;
	width: 100%;
	background: #2256cc;
	border-radius: 0;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;*/
}
.hamburger-menu span:nth-child(1) {
  /*top: 2.5px;*/
}
.hamburger-menu span:nth-child(2) {
  /*top: 11px;*/
}
.hamburger-menu span:nth-child(3) {
  /*top: 21px;*/
}
.hamburger-menu::before {
  content: "\f0c9";
  font-family: "FontAwesome";
  color: #fff;
}
.hamburger-menu.open::before {
  content: "X";
  font-family: Arial, Helvetica, sans-serif;
  color: #f10000;
}
.hamburger-menu.open span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.hamburger-menu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.hamburger-menu.open span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.sidebar li:last-child a {
  border-bottom: none;
}
.sidebar-bottom {
  display: block;
  height: auto;
  margin: 49px auto 0;
  padding: 19px 16.7px;
  background-color: #1d1d1d;
  position: absolute;
  bottom: 11px;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 90%;
  text-align: center;
}
.sidebar-bottom a h5 {
  font-family: "Michroma", sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
}
.sidebar-bottom a p {
  font-size: 13px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
}
.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  min-height: inherit;
}
/*----====page-header--css========----*/
.page_header_default {
  position: relative;
  min-height: 100vh;
  padding: 100px 0px 100px;
  align-items: center;
}
.page_header_default .parallax_cover {
  position: absolute;
  top: 0;
  height: 100vh;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  right: 0;
}
.page_header_default .parallax_cover img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0px;
  height: 100%;
  max-width: 100%;
}
.video-wrapper {
  width: 100%;
  height: 362px;
}
.video-wrapper iframe {
  height: 100%;
}
.video-sec {
  padding-top: 80.9px;
  padding-bottom: 50px;
}
.about-me-wrapper h2 {
  margin: 0;
}
.page_header_default .page_header_content {
  position: absolute;
  z-index: 3;
  text-align: center;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  display: flex;
  align-items: end;
}
.page_header_default .page_header_content .banner_title_inner {
  position: relative;
  top: 35px;
}
.page_header_default
  .page_header_content
  .banner_title_inner
  .title_page
  h1
  img {
  max-width: 385px;
  margin: 0 auto;
  display: block;
}
.page_header_default .page_header_content .banner_title_inner .title_page h1 {
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}
@media (max-width: 1400px) {
  .page_header_default .simpleParallax {
    position: absolute;
    top: 0;
    height: 100%;
    bottom: 0;
    right: 0;
    width: 100%;
    left: 0;
  }
}
.banner-content h1 {
  margin: 0;
  font-size: 46px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.93;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.breadcrumb-area {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
.breadcrumb-area .container {
  position: relative;
  height: 100%;
}
.breadcrumb-area .container .row {
  height: 100%;
}
.breadcrumb-area .inner-content {
  position: absolute;
  align-items: center;
  bottom: 0;
  display: flex;
  height: 100%;
  top: 0;
}
.breadcrumb-area .container::before {
}
.breadcrumb-sec {
  position: relative;
}
.breadcrumb-sec img {
  width: 85%;
  height: auto;
}
.breadcrumb-area .inner-content::before {
  background-color: #1d1d1d;
  content: "";
  position: absolute;
  height: 1500px;
  right: 55%;
  width: 2000px;
  bottom: 0;
}
.breadcrumb-area .title {
  position: relative;
}
.breadcrumb-area .title h1 {
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 16px 29.8px 19.5px 48px;
  background-color: #1d1d1d;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  font-family: "Michroma", sans-serif;
  text-transform: capitalize;
}
.breadcrumb-sec img {
  position: relative;
  left: 15%;
}
/*


 4. about-area 


*/
.about-me-img {
  position: relative;
}
.about-container {
  position: relative;
  min-height: 416px;
  overflow: hidden;
  margin-bottom: 12px;
}
.about-me-img {
  position: absolute;
  top: 0;
  min-height: 416px;
  width: 100%;
  left: 0;
}
.about-me-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0px;
  height: 100%;
  max-width: 100%;
}
.box-info {
  padding: 20px 70px;
  opacity: 1;
  background-color: #1d1d1d;
  position: absolute;
  max-width: 538px;
  width: 100%;
  height: 384px;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.right-align {
  right: 16px;
  z-index: 1;
  top: 16px;
  bottom: 16px;
}
.left-align {
  top: 16px;
  z-index: 1;
  bottom: 16px;
  left: 16px;
}
.box-info p {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  margin: 0 auto;
  text-align: center;
}
.about-me-area {
}
.about-me-wrapper h2 {
  max-width: 336px;
  padding: 4px 103px 6px 95px;
  background-color: #f10000;
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: relative;
  top: 20px;
  z-index: 1;
}
.about-me-img {
}
.about-me {
}
.about-me-area {
  position: relative;
}
/*

 6.latest work

*/
.latest-work .col-xl-4.col-lg-4.col-md-4 {
  padding: 0 10px;
}
.latest-work-area {
  position: relative;
}
.latest-work {
  position: relative;
  z-index: 1;
  padding: 0 5px 11px;
}
.portfolio-wrapper {
  position: relative;
  text-align: center;
  background-color: #363636;
}
.portfolio-wrapper a {
}
.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.hover-overlay img {
  -webkit-transition: all 600ms;
  -moz-transition: all 600ms;
  -o-transition: all 600ms;
  transition: all 600ms;
  width: 100%;
  height: auto;
}
/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/
.overlay-content {
  position: relative;
  z-index: 20;
  width: 100%;
  text-align: center;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.overlay-content p {
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}
/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/
.item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  -moz-transition: opacity 400ms ease-out;
  -webkit-transition: opacity 400ms ease-out;
  -o-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
  display: flex;
  align-items: center;
}
/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/
.hover-overlay:hover > img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.hover-overlay:hover .item-overlay {
  opacity: 1;
  -moz-opacity: 1;
}
.portfolio-wrapper:hover .overlay-content {
  opacity: 1;
  -moz-opacity: 1;
}
.work-section-one-title .sec-title h2 {
  font-family: "Michroma", sans-serif;
  font-size: 29px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin: 0;
  color: #fff;
}
.work-section-one-title .sec-title p {
  margin: 0;
}
.work-section-one-title .sec-title {
  position: absolute;
  padding: 0 100px 17px 34px;
  background-color: #1d1d1d;
  width: 100%;
  top: -12px;
  display: block;
  left: 0;
  height: auto;
  overflow: hidden;
  max-width: 315px;
  min-height: 120px;
}
.work-section-two {
  margin-top: 66px;
  position: relative;
}
.sec-title-top {
  position: relative;
}
.feature-desc {
  padding: 65px 40px 65px 40px;
  background-color: #1d1d1d;
  position: absolute;
}
.container {
  position: relative;
}
.feature-desc.left-align.bottom-align {
  left: 0;
  bottom: 0;
  top: auto;
}
.feature-desc p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
}
.repair-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 12px;
}
.repair-img {
  position: relative;
}
.repair-img img {
  width: 100%;
  height: auto;
}
.feature-desc.left-align.bottom-align {
  left: 0;
  bottom: 0;
  top: auto;
}
.feature-desc {
  padding: 65px 40px 65px 40px;
  background-color: #1d1d1d;
  position: absolute;
}
.work-section-three {
  position: relative;
  padding-top: 34px;
}
.work-section-one {
  padding-top: 81px;
}
.feature-desc.right-align.bottom-align {
  top: auto;
  right: 0;
  bottom: 0;
}
.work-section-two-container .repair-container,
.work-section-three-container .repair-container,
.work-section-four-container .repair-container,
.work-section-five-container .repair-container {
  margin: 0;
}
.work-section-three-container,
.work-section-four-container,
.work-section-five-container {
  position: relative;
}
#our_services_one .owl-carousel .owl-nav .owl-next,
#our_services_one .owl-carousel .owl-nav .owl-prev,
#our_services_two .owl-carousel .owl-nav .owl-next,
#our_services_two .owl-carousel .owl-nav .owl-prev,
#our_services_three .owl-carousel .owl-nav .owl-next,
#our_services_three .owl-carousel .owl-nav .owl-prev {
  width: 23px;
  height: 186px;
  padding: 88px 8px 87px 6px;
  background-color: #f10000;
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 30%;
}
#our_services_one .owl-carousel .owl-nav .owl-prev,
#our_services_two .owl-carousel .owl-nav .owl-prev,
#our_services_three .owl-carousel .owl-nav .owl-prev {
  left: 15px;
}
#our_services_one .owl-carousel .owl-nav .owl-prev::before,
#our_services_two .owl-carousel .owl-nav .owl-prev::before,
#our_services_three .owl-carousel .owl-nav .owl-prev::before {
  content: "";
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
  font-size: 20px;
  width: 9px;
  height: 11px;
  background-color: #fff;
  display: block;
}
#our_services_one .owl-carousel .owl-nav .owl-next,
#our_services_two .owl-carousel .owl-nav .owl-next,
#our_services_three .owl-carousel .owl-nav .owl-next {
  right: 15px;
}
#our_services_one .owl-carousel .owl-nav .owl-next::before,
#our_services_two .owl-carousel .owl-nav .owl-next::before,
#our_services_three .owl-carousel .owl-nav .owl-next::before {
  content: "";
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  font-size: 20px;
  width: 9px;
  height: 11px;
  background-color: #fff;
  display: block;
}
.work-section-six-title .sec-title h2 {
  font-size: 23px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}
.work-section-six-title .sec-title h2 span {
  color: #f10000;
}
.work-section-six {
  position: relative;
}
.work-section-six-title .sec-title-top {
  padding: 36px 110px 35px 116px;
  background-color: #1d1d1d;
}
.work-section-six-title .sec-title-top {
  padding: 36px 110px 35px 116px;
  background-color: #1d1d1d;
  max-width: 502px;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.work-section-six-title {
  position: relative;
}
.work-section-one-img img {
  width: 100%;
  height: auto;
}
.member_image {
  border-radius: 14px;
}
.title_sections h3 {
  font-family: "Michroma", sans-serif;
  font-size: 17px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
  padding-bottom: 6px;
}
.title_sections p {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
}
.team-section .theme-btn {
  font-family: "Michroma", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding: 10.5px 7.8px 7px 15px;
  background-color: #f10000;
  display: inline-block;
  width: 100%;
  position: relative;
}
.team-section .theme-btn::before {
  content: "";
  width: 3.8px;
  height: 8.7px;
  position: absolute;
  background: url("img/white-arrow.png") no-repeat right top;
  right: 15px;
  top: 15px;
  background-size: contain;
}
.team-section .theme_btn_all {
  float: right;
  width: 100%;
  max-width: 180.2px;
}
.team-section .title_sections {
}
.team_box {
  padding-top: 26px;
}
.team-section {
  padding-bottom: 54px;
}
.mixitup-gallery {
  padding-top: 16px;
}
.project-block .inner-box .image {
}
.project-block .inner-box a {
  height: 100%;
  display: block;
  position: relative;
}
.project-block .inner-box .image img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0px;
  height: 100%;
  max-width: 100%;
}
.gal_img_1,
.gal_img_2,
.gal_img_9,
.gal_img_10 {
  height: 416px;
  position: relative;
  overflow: hidden;
}
.gal_img_3,
.gal_img_4 {
  height: 189px;
  position: relative;
  overflow: hidden;
}
.project-block .inner-box {
  margin-bottom: 30px;
}
.gal_img_5,
.gal_img_6,
.gal_img_7,
.gal_img_13,
.gal_img_14,
.gal_img_15 {
  height: 227px;
  position: relative;
  overflow: hidden;
}
.gal_img_8,
.gal_img_16 {
  position: relative;
  overflow: hidden;
  height: 446px;
}
.gal_img_11,
.gal_img_12 {
  height: 189px;
  position: relative;
  overflow: hidden;
}
.project-boxes .project-box {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}
.project-boxes .project-box .project-thumb {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.project-boxes .project-box .project-thumb .thumb {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  height: 100%;
  width: 100%;
}
.project-boxes .project-box .project-desc {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  color: #fff;
  line-height: 1.2;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  text-align: center;
}
.project-boxes .project-box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0px;
  height: 100%;
  max-width: 100%;
}
.project-desc p {
  margin: 0;
  font-size: 23px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  width: 100%;
}
.project-boxes .item-one .project-box .project-thumb .thumb,
.project-boxes .item-two .project-box .project-thumb .thumb {
  height: 416px;
  position: relative;
  overflow: hidden;
  background-color: #363636;
}
/*
 

      10.footer


 */
footer {
  background-color: #f10000;
}
.footer-top {
  padding-top: 51px;
  padding-bottom: 10px;
}
.copyright {
  padding-top: 25px;
}
.copyright p {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.55;
  letter-spacing: 0.66px;
  text-align: right;
  color: #fff;
  margin: 0;
}
.copyright h4 {
}
.contact-info ul li {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.31;
  letter-spacing: 0.78px;
  color: #fff;
}
.footer-logo {
  padding-bottom: 17px;
}
.navigation_foo_inner ul {
}
.contact-info ul li a {
  color: #fff;
}
.navigation_foo_inner ul li a {
  font-size: 13px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  padding-bottom: 5px;
  letter-spacing: 0.78px;
  color: #fff;
  display: block;
}
.foo_one {
  padding-right: 43.3px;
}
.navigation_foo_container {
  float: right;
}
.hero-banner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.header-menu.landing-page-header .main-menu-area {
  background-color: transparent;
}
.header-menu.landing-page-header .main-menu-area.scroll-header {
  background-color: #f10000;
}
.hero-banner .page_header_default .parallax_cover {
  position: relative;
  height: 100vh;
}
.hero-banner .page_header_default.style_one {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}
.date {
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.65px;
  text-align: left;
  color: #575757;
  margin-right: 10px;
}
.post-meta-tag {
  background-color: #f10000;
  padding: 2px 7px 2px 7px;
  font-family: NotoSansJP;
  font-size: 11px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.post-meta-title h5 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.post-meta {
  text-align: left;
}
.banner-content {
  max-width: 411px;
  padding: 20px 30.5px 19.5px 30px;
  background-color: #1d1d1d;
}
.banner-content ul li {
  display: block;
}

.banner-content ul li a {
  display: block;
  padding-bottom: 13px;
  border-bottom: 1px solid #3b3b3b;
  margin-bottom: 13px;
  position: relative;
}
.banner-content ul li a::after {
  content: "";
  background: url("img/arrow.png") no-repeat right top;
  width: 7.8px;
  height: 26.5px;
  display: block;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 18px;
}
.post-meta-title {
  padding-top: 5px;
}
.banner-content ul li:last-child a {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
.interview-text {
  font-size: 15px;
  line-height: 33px;
  color: #ffffff;
  font-family: "Noto Sans JP", serif;
  padding-top: 20px;
  padding-bottom: 40px;
}
.heading-recruit {
  font-size: 21px;
  font-family: "Noto Sans JP", serif;
  font-weight: 700;
  text-align: center;
  line-height: 36px;
  padding-bottom: 26px;
}
.guideline-text {
  font-size: 21px;
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  text-align: left;
  line-height: 36px;
  padding-bottom: 20px;
  border-bottom: 1px solid white;
}
.g-title {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid;
  margin-bottom: 0px;
}
#store table th {
  display: block;
  padding: 0;
  text-align: left;
  font-weight: 500;
  border: 0px;
}
#store table {
  margin: 0 0 20px 0;
  border: 0px;
  color: white;
  text-align: left;
}
#store table th {
  padding: 8px 0 2px 0px;
  border: 0px;
  min-width: 70px;
}
#store table td {
  padding: 8px 0 2px 20px;
  border: 0px;
}
._sp {
  display: none;
}
@media screen and (max-width: 1099px) {
  ._sp {
    display: inherit;
  }
}
#recruit th {
  width: 30%;
  padding: 10px 0px;
}
#recruit tr {
  padding-bottom: 6px;
  border-bottom: 1px solid white;
}
#recruit td {
  padding: 10px 0px;
}
.work-section-three {
  padding-top: 60px;
  padding-bottom: 60px;
}
.sidebar-button {
  display: block;
  height: auto;
  margin: 49px auto 0;
  padding: 19px 16.7px;
  background-color: #ffffff;
  /* position: absolute; */
  /* bottom: 11px; */
  /* left: 0; */
  /* right: 0; */
  width: 45%;
  max-width: 90%;
  text-align: center;
}
.sidebar-button p {
  color: black;
  font-family: "Noto Sans JP", serif;
  font-weight: 800;
}
.sidebar-button h5 {
  color: black;
  font-family: "Michroma", sans-serif;
  text-transform: capitalize;
}
.mobile {
  display: none;
}
.logo-header {
  width: 320px;
}
.about-p {
  font-size: 16px !important;
  font-weight: 400 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: normal !important;
  letter-spacing: normal !important;
  text-align: center;
  color: #fff;
  margin-top: 10px !important;
}
img.img-responsive.mobile {
  display: none;
}

@media only screen and (max-width: 980px) {
  img.img-responsive.desktop {
    display: none;
  }
  img.img-responsive.mobile {
    display: block;
  }
}
.thankyou-page {
  background-color: #1d1d1d;
}

.thankyou-page .table-responsive {
  background-color: transparent;
}

.thankyou-page .table-responsive > .table-bordered {
  background-color: transparent;
}

.thankyou-page .table > tbody {
  background-color: transparent;
}
.thankyou-page tr,
.thankyou-page th,
.thankyou-page td {
  background-color: transparent;
  color: #fff;
}
.multi-field-input-wrap {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 32px;
  flex-wrap: wrap;
}
.multi-field-input-label {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.multi-field-input-box .contact-form-field {
  width: 99px;
  margin-bottom: 0;
  margin-top: 0;
}
.multi-field-input-label {
  display: inline-block;
  width: 40px;
  text-align: center;
}
.multi-field-input-box {
  position: relative;
  z-index: 9;
}
.multi-field-input-box {
  width: 140px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.privacy-policy {
  /* display: flex;
  justify-content: center; */
  align-items: center;
  margin-bottom: 33px;
}
.privacy-policy .form-check-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 26px;
  letter-spacing: normal;
  display: inline-block;
  margin-left: 9px;
  text-align: left;
  color: white;
}
#contact-form .privacy-policy .form-check-input {
  width: 19px;
  height: 19px;
  border-radius: 4px;
  box-shadow: inset 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #f9d7f5;
}
.form-check-label a {
  color: #f24301;
}
.form-msg.notrequired {
  background-color: grey;
}
/* #fieldh-error {
  width: 100%;
  text-align: center;
}
.custom-error-field .is-invalid {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
}
.is-invalid {
  font-size: 11px;
  color: #e72323;
  transform: translate(6px, -32px);
} */
label#fieldh-error {
  position: absolute;
  top: 30px;
  color: #7e7e7e;
}

.pan {
  padding: 13px 0px;
  box-sizing: border-box;
  font-size: 90%;
  margin-bottom: 30px;
}
.pan ul {
  margin: 0 auto;
}
.pan ul li {
  display: inline-block;
}
.pan ul li span {
  margin-right: 10px;
}
