/**
 * Theme Name: 株式会社リード
 *
 * @format
 */

/* 1. Theme default css */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&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", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 30px;
  color: #2f2f2f;
}
html {
  height: 100%;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0px; /* <-- Only needed for codepen */
}
.logout-container,
.inner-page-container {
  flex: 1;
}
body {
}
body.home .footer {
  position: relative;
}
.woocommerce-orders-table__cell .woocommerce-button {
  padding: 10px 20px !important;
  font-size: 15px !important;
  min-width: inherit !important;
}
footer {
}
.woocommerce-account.woocommerce-page .inner-page-container {
  margin-top: 140px;
  padding-bottom: 50px;
  padding-top: 50px;
}
.inner-page-container {
  margin-top: 140px;
}
.logout-container {
  margin-top: 185px !important;
}
.img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-out 0s;
}
.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;
}
.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;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.fix {
  overflow: hidden;
}
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: #e01c38;
  text-decoration: none;
}
a,
button {
  color: #e01c38;
  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: "Barlow Condensed", sans-serif;
  font-weight: normal;
  color: #2f2f2f;
  margin-top: 0px;
  font-style: normal;
  font-weight: 400;
  
}
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", sans-serif;
  font-size: 15px;
  font-weight: normal;
  line-height: 2.4;
  color: #2f2f2f;
  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;
  border-radius: 0 !important;
  background: #e01c38;
  border: 1px solid transparent;
  color: #fff !important;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  padding: 0 20px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
  border: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  max-width: 211.8px;
}
.btn:hover {
  color: #fff;
  background-color: #000;
}
.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: #e01c38;
  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 

*/
.scroll-header {
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  background: #f8f8f8 none repeat scroll 0 0;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.header-menu {
  left: 0;
  position: absolute;
  right: 0;
  z-index: 999;
  top: 0;
}
.logo {
}
.header-right {
  float: right;
}
.main-menu-area {
  background: #fff none repeat scroll 0 0;
}
.logo img {
  max-width: 138px;
  height: auto;
}
.head-btn .btn {
  background-color: #e01c38;
  color: #fff;
  width: 153px;
  height: 67px;
  font-size: 15px;
  line-height: 64px;
  padding: 0 10px;
  font-weight: 500;
}
.main-menu ul {
}
.main-menu ul li {
  display: inline-block;
  position: relative;
}
.main-menu ul li:hover {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-menu ul li > a {
  color: #2f2f2f;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 18px 10px;
}
.main-menu ul li:hover > a {
  color: #e01c38;
}
.main-menu ul li ul.submenu {
  background: #000;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 110%;
  transition: all 0.3s ease 0s;
  visibility: hidden;
  width: 250px;
  z-index: 9;
}
.main-menu ul li:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 102%;
}
.main-menu ul li ul.submenu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  margin: 0;
}
.main-menu ul li ul.submenu li:last-child {
  border: 0;
}
.main-menu ul li ul.submenu li a {
  color: #fff;
  display: block;
  padding: 15px 10px;
  text-align: left;
  font-size: 13px;
}
.main-menu ul li ul.submenu li:hover > a {
  color: #e01c38;
}
.main-menu ul li ul.submenu li ul.submenu {
  left: 100%;
  top: 0;
}
/* 


3. slider 


*/
#homes {
  margin-top: 67px;
  padding-top: 17px;
}
.banner-img {
  max-height: 701px;
}
.banner-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0px;
  height: 100%;
  max-width: 100%;
}
.banner-content h1 {
  font-size: 91px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  line-height: 0.93;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  text-transform: uppercase;
}
.banner-content h1 span {
  color: #e01c38;
}
.banner-content p {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 0;
}
@media print, screen and (max-width: 1921px) {
  .banner-content h1 {
    font-size: 65px;
  }
}
/*


 4. about-area 


*/
.about-me-area {
  position: relative;
  z-index: 1;
}
.about-me-content {
  padding-right: 16.666667%;
}
.about-me-content h2 {
  font-size: 42px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #28317c;
  margin-bottom: 10px;
}
.about-me-content h4 {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 40px;
}
.about-me-content p {
  margin-bottom: 40px;
}
.about-btn {
}
.about-btn .btn {
}
.about-btn .btn::before {
  content: "";
  background: url("img/white-arrow.png") no-repeat right top;
  position: absolute;
  display: block;
  right: 8.4px;
  width: 4.2px;
  height: 10.4px;
  background-size: 100%;
  top: 16px;
}
@media print, screen and (max-width: 1921px) {
  .about-me-content h4 {
    font-size: 27px;
  }
}
.catagory_info_top {
}
.catagory_info_top p {
  writing-mode: vertical-lr;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: -0.51px;
  text-align: left;
  color: #fff;
}
.catagory_container {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  padding: 40px 53.3px 51px 49.3px;
}
.catagory_mid h4 {
  font-size: 54px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 0;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.catagory_details a {
  font-size: 23px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.catagory_img {
  width: 100%;
  height: auto;
}
.catagory_box {
  position: relative;
  overflow: hidden;
  height: 100%;
}
.catagory_bottom {
  position: absolute;
  bottom: 50px;
  width: 100%;
  left: 0;
  right: 0;
}
.catagory_bottom .row {
  margin: 0 auto;
}
.catagory_tittle {
  padding-left: 53.3px;
  padding-bottom: 33px;
}
.catagory_details {
  padding: 0 53.3px;
}
.catagory_details a {
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  position: relative;
}
.catagory_details a::before {
  content: "";
  background: url("img/white-arrow.png") no-repeat right top;
  position: absolute;
  display: block;
  right: 0;
  width: 9.1px;
  height: 20.6px;
  background-size: 100%;
  top: 5px;
}
.catagory_tittle img {
  max-width: 131px;
  height: auto;
}
.catagory_tittle h5 {
  font-family: "Noto Sans", sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.94;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0;
}
.catagory_tittle span {
  display: block;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 13px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.69;
  letter-spacing: -0.39px;
  text-align: left;
  color: #fff;
}
.follow-btn .btn {
  float: right;
  max-width: 211.8px;
  width: 100%;
}
.instagram-work .titlebar h4 {
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  color: #2f2f2f;
}
.instagram-title {
  margin-bottom: 32px;
}
.instagram-area .instagram-container .col-xl-4.col-lg-4.col-md-4 {
  padding: 0 1px;
}
.instagram-area .instagram-container {
  margin-left: -1px;
  margin-right: -1px;
}
.instagram-work .instagram-title {
}
.follow-btn .btn::before {
  content: "";
  background: url("img/white-arrow.png") no-repeat right top;
  position: absolute;
  display: block;
  right: 8.4px;
  width: 4.2px;
  height: 10.4px;
  background-size: 100%;
  top: 16px;
}
.instagram-area {
  padding: 86px 0 76px;
}
.my-resume-area {
  background: url("https://buildemo.com/taxi/wp-content/uploads/2025/10/recruits.png")
    no-repeat center top;
  background-size: cover;
  position: relative;
}
.my-resume-wrapper {
  background-color: rgba(250, 250, 250, 0.9);
  width: 100%;
  padding: 58px 73px;
  float: right;
  max-width: 351px;
}
.section-title h3 {
  font-size: 42px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  color: #2f2f2f;
  margin-bottom: 5px;
  /* text-transform: uppercase; */
}
.section-title p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 0;
  color: #28317c;
}
.my-resume-wrapper .btn {
  font-size: 16px;
  margin-top: 29px;
  width: 100%;
  max-width: 191px;
}
.latest-news-area {
  padding-top: 111px;
  position: relative;
}
.latest-news-area .instagram-title {
  margin-bottom: 55px;
}
/*

   9.contact


 */
.btn {
}
#contact_us {
  background-color: #fafafa;
  padding: 56px 0 0;
}
.btn-sec .btn::before {
  content: "";
  background: url("img/white-arrow.png") no-repeat right top;
  position: absolute;
  display: block;
  right: 8.4px;
  width: 4.2px;
  height: 10.4px;
  background-size: 100%;
  top: 16px;
}
.latest-news-area.latest-news-area-bottom {
  padding-top: 0;
}
.contact_box_content h4,
.contact_box_inner h4 {
  font-size: 24px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2f2f2f;
  margin-bottom: 16px;
}
.q-contact li {
}
.q-contact li a {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 35px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
}
.contact_box_content p {
  margin-bottom: 0;
}
.contact_box_content p {
  margin-bottom: 0;
  padding-top: 33px;
}
.contact .border-right {
  border-color: #9f9f9f !important;
}
.contact_box_bottom p,
.contact_box_bottom p {
  margin-bottom: 0;
}
.contact_box_bottom,
.contact_box_bottom {
  padding-top: 43px;
  padding-bottom: 57px;
}
.contact_box_inner p {
  padding-top: 13px;
  margin-bottom: 0;
  line-height: 1.87;
  padding-bottom: 37px;
}
/*
 

      10.footer


 */
.footer-two {
  float: right;
  text-align: right;
}
.footer-two img {
  max-width: 105px;
}
.copyright p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  color: #bcbcbc;
}
.footer-one p {
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 22px;
}
.footer-top {
  background-color: #fff;
  padding-top: 51px;
}
.footer-one .btn {
  max-width: 211.8px;
  width: 100%;
}
/* .footrt-logo img {
  max-width: 130px;
} */
.footer-one {
  padding-bottom: 58px;
}
.inner-banner-area {
  margin-top: 67px;
  padding-top: 140px;
  padding-bottom: 55px;
}
.inner-banner-contrnt h1 {
  font-size: 52px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  color: #2f2f2f;
  margin-bottom: 0;
  text-transform: uppercase;
}
.inner-banner-contrnt p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  margin-bottom: 0;
  color: #28317c;
}
#casestudies-one,
#news_page {
  padding-top: 0;
}
#casestudies-details_page {
  padding-top: 125px;
}
.single-latest-news {
  position: relative;
  overflow: hidden;
}
.nav-subtitle {
  width: 191px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 5px 79px;
  background-color: #e01c38;
  cursor: pointer;
}
.nav-previous,
.nav-next,
.pagination-btn {
  display: inline-block;
}
.nav-previous,
.prev-btn {
  padding-right: 21px;
}
.single-latest-news h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2f2f2f;
  margin-bottom: 32px;
}
#recruit-page {
  background-color: #5976b9;
  padding: 153px 0;
}
#recruit-page .inner-banner-contrnt h1 {
  color: #fff;
  font-size: 77px;
}
.recruit-section-one {
  background-color: #5976b9;
  position: relative;
}
.recruit-section-one-content .section-title h3 {
  color: #fff;
}
.recruit-section-one-content .section-title p {
  color: #fff;
  font-size: 24px;
  padding-top: 18px;
}
.recruit-section-one-img {
  padding-left: 30px;
}
.recruit-section-one-img img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.breadcrumb-sec {
  position: relative;
}
.breadcrumb-sec img {
  width: 100%;
  position: relative;
  height: auto;
}
.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-area .inner-content .title {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 120px 81px 85px 82px;
  max-width: 706px;
  width: 100%;
  min-height: 1126px;
}
.breadcrumb-area .inner-content .title p span {
  display: block;
}
.recruit-section-two-area h2 {
  font-size: 255px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ebebeb;
  text-transform: uppercase;
  top: 0;
  position: absolute;
  right: 0;
  margin-bottom: 0;
}
.contact-form .wpcf7-validates-as-date {
  max-width: 138px;
  text-align: center;
}
.recruit-section-top {
  position: relative;
  width: 100%;
  max-width: 95%;
  float: right;
}
@media print, screen and (max-width: 1921px) {
  .recruit-section-two-area h2 {
  }
}
.recruit-section-two-area .text-img {
}
.recruit-section-two-area {
  position: relative;
}
.recruit-section-two-container h3 {
  font-size: 85px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  color: #2f2f2f;
  text-transform: uppercase;
  margin-bottom: 0;
  position: relative;
  top: -45px;
}
.recruit-section-two-img {
  padding-top: 40px;
  padding-bottom: 137px;
}
.recruit-section-three-area .owl-stage {
  padding-left: 0px !important;
}
.recruit-section-three-area {
  background-color: #fafafa;
}
.recruit-section-three-area .section-title p {
  color: #e01c38;
}
.recruit-section-three-area .owl-nav .owl-prev {
  margin-right: 10px;
}
.recruit-section-three-area .owl-nav .owl-prev,
.recruit-section-three-area .owl-nav .owl-next {
  background: #2f2f2f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 0;
}
.recruit-section-three-area .owl-nav .owl-prev::before {
  content: "\f0d9";
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 600;
}
.recruit-section-three-area .owl-nav .owl-next::before {
  content: "\f0da";
  font-family: "FontAwesome";
  font-size: 18px;
  font-weight: 600;
}
.recruit-section-three-area .owl-nav {
  position: absolute;
  top: -20%;
  right: 20%;
}
.recruit-section-three-area .section-title h3 {
  font-weight: 600;
}
.red {
  color: #e01c38 !important;
}
.recruit-section-four-area ul li {
  font-size: 17px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2f2f2f;
  border-bottom: 1px solid #e3e3e3;
  padding: 13px 0;
  display: table;
  width: 100%;
}
.recruit-section-four-area ul li span {
  color: #e01c38;
  font-size: 31px;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 300;
  padding-right: 20px;
  vertical-align: middle;
}
.recruit-section-five-area {
  background: url("img/recruit/bg-4.png") no-repeat center top;
  background-size: cover;
  position: relative;
}
.recruit-section-five-area:after {
  content: "";
}
.image_boxes h4 {
  font-size: 54px;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 0;
}
.image_boxes a {
  font-size: 23px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.recruit-section-five-area::after {
  content: "";
  background-color: rgba(90, 118, 186, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.recruit-section-five-area .col-xl-4.col-lg-4.col-md-4 {
  position: relative;
  z-index: 1;
}
.image_boxes {
  padding: 44px;
  min-height: 305px;
  display: flex;
  align-items: end;
}
.recruit_image_boxes {
  position: relative;
}
.recruit_image_boxes_container {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 31px 35px;
  display: flex;
  align-items: flex-end;
}
.recruit_image_boxes_container h4 {
  font-size: 42px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  padding-right: 16px;
  line-height: 50px;
}
.image_boxes a {
  font-size: 23px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  border-bottom: 1px solid #fff;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  position: relative;
}
.image_boxes a::before {
  content: "";
  background: url("img/white-arrow.png") no-repeat right top;
  position: absolute;
  display: block;
  right: 2px;
  width: 9.1px;
  height: 19.6px;
  background-size: 100%;
  top: 6px;
}
.image_boxes_container {
  width: 100%;
}
.pourple {
  color: #7e60c1 !important;
}
.team-img-meta h4,
.team-img-meta h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f !important;
  margin-bottom: 42px !important;
}
.team-img-meta h3 {
}
.team-member {
  padding-bottom: 20px;
}
.team_members_wrapper {
  margin-bottom: 60px;
}
.team-img-meta p {
  margin-bottom: 0;
}
.recruit_image_boxes_container a {
  color: #fff;
  line-height: 20px;
}
.working-process-section {
}
.breadcrumb-text {
}
.breadcrumb-text ul {
}
.breadcrumb-text ul li {
  display: inline-block;
  border-left: 1px solid #fff;
  padding-left: 33px;
}
.breadcrumb-text ul li a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 31px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: block;
  padding-right: 33px;
}
.breadcrumb-text ul li {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumb-section {
  background-color: #5976b9;
  margin-top: 67px;
}
.breadcrumb-section-content {
  padding-bottom: 39px;
}
.breadcrumb-text ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.working-process-top {
  background-color: #e6e7f0;
  padding: 54px 0;
  text-align: center;
}
.working-process-top .nav-tabs {
  border: none;
  text-align: center;
  margin: 0 auto;
}
.timeline {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 5px;
  width: 1px;
  background: #cbcbcb;
  left: 5.1%;
  margin-left: -2.5px;
}
.timeline > li {
  position: relative;
  min-height: 50px;
  padding: 0 0;
}
.timeline .timeline-time {
  position: absolute;
  left: 0;
  width: 25%;
  text-align: right;
  display: flex;
  align-items: center;
}
.timeline .timeline-time .date,
.timeline .timeline-time .time {
  display: block;
  font-weight: 600;
}
.timeline .timeline-time .date {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2f2f2f;
  display: inline-block;
  padding-left: 8px;
  text-align: left;
  width: 100%;
  max-width: 75%;
}
#tabs-2 .timeline .timeline-time .time,
#tabs-2 .timeline .timeline-time .date {
  color: #28317c;
}
#tabs-2 .timeline .timeline-icon a {
  background: #28317c;
}
.working-process-top .nav-tabs .nav-link.active {
  opacity: 1;
}
.timeline-text {
  display: flex;
  align-items: center;
}
.timeline .timeline-time .time {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #5976b9;
  display: inline-block;
  padding-right: 35px;
  width: 100%;
  max-width: 25%;
}
.timeline .timeline-icon {
  left: -0.1%;
  position: absolute;
  width: 10%;
  text-align: center;
  top: 44%;
}
.timeline .timeline-icon a {
  text-decoration: none;
  width: 15px;
  height: 15px;
  display: inline-block;
  border-radius: 50%;
  background: #5976b9;
  line-height: 10px;
  color: #fff;
  font-size: 14px;
  /* border: 5px solid #2d353c; */
  transition: border-color 0.2s linear;
}
.timeline .timeline-body {
  margin-left: 30%;
  margin-right: 0;
  background: #fff;
  position: relative;
  padding: 0 0 20px;
  border-radius: 6px;
}
.timeline .timeline-body:before {
  content: "";
  display: block;
  position: absolute;
  border: 10px solid transparent;
  border-right-color: #fff;
  left: -20px;
  top: 20px;
}
.timeline .timeline-body > div + div {
  margin-top: 15px;
}
.timeline .timeline-body > div + div:last-child {
  margin-bottom: -20px;
  padding-bottom: 20px;
  border-radius: 0 0 6px 6px;
}
.timeline > li:last-child .timeline-body {
  padding-bottom: 0;
}
.working-process-top .nav-tabs .nav-link {
  width: 191px;
  height: 40px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  background-color: #e01c38;
  padding: 0;
  border: none !important;
  border-radius: 0 !important;
  opacity: 0.3;
}
.working-process-bottom .container {
  max-width: inherit;
}
.working-process-bottom {
  max-width: 1200px;
  float: right;
  width: 100%;
}
@media print, screen and (max-width: 1921px) {
  .timeline .timeline-time .date {
    font-size: 19px;
  }
}
.section-title h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #5976b9;
  margin-bottom: 0;
}
.our-mission-section .section-title h3 {
  margin-bottom: 15px;
}
.our-mission-section p {
  text-align: left;
  margin-bottom: 0;
}
.working-process-title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5976b9;
}
.working-process-title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #5976b9;
}
.process-text h5 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.working-process-wrapper {
  background-color: #fafafa;
}
.process-text h5 {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 0;
  padding-top: 11px;
}
.process-text {
  padding-bottom: 25px;
}
.title-tag h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 37px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: rgb(89, 118, 185);
  margin-bottom: 0;
}
.title-tag p {
  margin-bottom: 43px;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  text-transform: uppercase;
}
.wcu-inner ul li {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.job-list-wrapper {
  background-color: #f8f8f8;
}
.job-list-title {
  padding: 3px 15px;
  background-color: #4b909d;
}
.job-list-title p {
  line-height: 2.4;
  letter-spacing: normal;
  color: #fff;
  margin-bottom: 0;
}
.job-list {
  padding: 26px 30px;
}
.job-list ul li {
  display: block;
  list-style: none;
  padding-bottom: 20px;
}
.job-list ul li:last-child {
  padding-bottom: 0;
}
.job-list ul li a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: center;
  height: 40px;
  margin: 0;
  padding: 0 9.4px;
  background-color: #2f2f2f;
  display: block;
  color: #fff;
  opacity: 0.3;
  position: relative;
}
.job-list ul li.black-color a {
  opacity: 1;
}
.job-list-wrapper {
  background-color: #f8f8f8;
  min-height: 614px;
  margin-bottom: 30px;
}
.job-list-container {
  max-width: 804px;
  margin: 0 auto;
}
.job-list ul li a::before {
  content: "";
  background: url("img/white-arrow.png") no-repeat right top;
  position: absolute;
  display: block;
  right: 10px;
  width: 4.2px;
  height: 8.4px;
  background-size: 100%;
  top: 15px;
}
#home-contact .contact-page_content.pourple-bg {
  background-color: #7e60c1;
}
.contact-page_content,
.contact-page-container .contact-page_content {
  padding: 34px 64px 34px 65px;
  background-color: #fafafa;
  display: inline-block;
}
#home-contact .contact_box_left p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #e01c38;
}
.contact_box_right p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2f2f2f;
  margin-bottom: 0;
  text-align: left;
}
.contact_box_left {
  padding-right: 41px;
  border-right: 1px solid #dedede;
  margin-right: 41px;
}
.contact_box_left p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.35;
  letter-spacing: normal;
  text-align: center;
  color: #e01c38;
}
.contact_box_right h4 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
}
#home-contact .contact_box_right h4 {
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  font-stretch: condensed;
  font-style: normal;
  line-height: 1.11;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
}
#home-contact .contact_box_right h4 a {
  color: #2f2f2f;
}
#home-contact .contact-form {
  max-width: inherit;
  box-shadow: none;
  border-radius: 0;
  background-color: #fafafa;
  padding: 58px 47px 60px;
}
#home-contact .contact-form .form-group {
  border: none;
}
#home-contact .contact-form input[type="text"],
#home-contact .contact-form input[type="email"],
.contact-form input[type="text"],
.contact-form input[type="tel"] {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 38px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
}
#home-contact .contact-form textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
}
.breadcrumb-section.teal-bg {
  background-color: #3f98ad;
}
.product_description-wrapper .section-title h4 {
  margin-bottom: 15px;
}
.product_description-wrapper .section-title h4 {
  margin-bottom: 51px;
  font-size: 34px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #e01c38;
}
.product_description-wrapper .section-title p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.product-page-wrap {
}
.product-loop .section-title h3 {
  margin-bottom: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #e01c38;
}
.product-loop .section-title p {
  margin-bottom: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.product-page-wrap {
  background-color: #fafafa;
}
.product-desc {
  background-color: rgba(62, 152, 172, 0.85);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 46px 22px;
  width: 100%;
  min-height: 379px;
}
.product-desc h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 21px;
}
.product-box {
  position: relative;
  overflow: hidden;
}
.product-desc p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.product-loop .col-xl-6.col-lg-6.col-md-6 {
  padding: 0 6px;
}
.product-bottom-sec {
  margin-right: -6px;
  margin-left: -6px;
}
.project_container h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 10px;
}
.project_container ul {
  margin-bottom: 10px;
}
.project_container ul li {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.project_container {
}
.contact-form {
  background-color: #fafafa;
  margin-top: 58px;
  padding: 58px 47px 60px;
}
.contact-form label {
  font-size: 15px;
  font-weight: normal !important;
  color: #2f2f2f !important;
  margin-bottom: 0 !important;
}
#home-contact .contact-form input[type="submit"] {
  margin-top: 38px;
}
.contact-form label .red.pl-5 {
  padding-left: 8px !important;
}
.contact-form p {
  margin-bottom: 0;
}
.contact-form .form-group {
  margin-bottom: 0;
}
.contact-form input[type="text"],
.contact-form input[type="email"] {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 38px;
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.contact-form textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  height: 339px;
  display: block;
  width: 100%;
  padding: 5px 10px;
}
.contact-form button[type="submit"],
.contact-form input[type="submit"] {
  max-width: 211.8px;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 40px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 0 9.4px;
  background-color: #e01c38;
  margin: 58px auto 0;
  display: block;
  border: none;
  width: 100%;
  position: relative;
  cursor: pointer;
}
.contact-form input[type="submit"] {
  background: #e01c38 url("img/white-arrow.png") right top / 100% no-repeat;
  background-size: 4.2px;
  background-position: center right 6.1px;
}
.contact-form input[type="submit"]:hover {
  background-color: #000;
}
.contact-form button[type="submit"]::before,
.contact-form input[type="submit"]:before {
  content: "";
  background: url("img/white-arrow.png") right top / 100% no-repeat;
  position: absolute;
  display: block;
  right: 10px;
  width: 4.2px;
  height: 8.4px;
  top: 16px;
}
.about-section-top h3,
.about-description_box h4 {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  background-color: #3f98ad;
  padding: 5px 14px;
}
.about-description_box {
  background-color: #fff;
  padding: 0 85px 60px 0;
  position: relative;
  width: 100%;
  z-index: 1;
  margin-top: 0;
  right: -16.666667%;
}
.about-description_box h4 {
  margin-bottom: 40px;
}
.about-description_box p {
  margin-bottom: 55px;
}
.about-inner {
  position: relative;
}
.about-inner-content {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #3f98ad;
  height: 100%;
  padding: 77.5px 27px 76px 28px;
  display: flex;
  align-items: center;
}
.about-inner-title p {
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
}
.shop-page-title .section-title p {
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #2f2f2f;
}
.shop_box {
  margin-bottom: 35px;
}
.shop_box p {
  margin-bottom: 0;
  padding-top: 11px;
  line-height: 20px;
}
.shop-top-wrapper {
  background-color: #fafafa;
  padding-bottom: 71px;
}
.features-area .shop-page-title .section-title p {
  font-size: 20px;
  text-transform: capitalize;
  line-height: 23px;
}
.features-area .shop_box p {
  font-size: 16px;
}
.features-area hr {
  margin: 85px 0;
  border-color: #acacac;
}
#company_banner {
  background-color: #4c82b9;
}
.breadcrumb-text p {
  font-size: 23px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
}
.company_menu_sec {
  background-color: #265e98;
  padding: 15px 0;
}
.company_menu {
}
.company_menu ul {
}
.company_menu ul li {
  display: inline-block;
  padding-right: 65.2px;
}
.company_menu ul li:last-child {
  padding-right: 0;
}
.company_menu ul li a {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  position: relative;
  padding-right: 26.8px;
}
.company_menu ul li a::after {
  content: "";
  background: url("img/company/arrow.png") no-repeat right top;
  background-size: 100%;
  display: block;
  position: absolute;
  right: 0;
  width: 12.6px;
  height: 11.3px;
  top: 5px;
}
.breadcrumb-section-img {
  height: 570px;
  overflow: hidden;
}
.breadcrumb-section-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0px;
  height: 100%;
  max-width: 100%;
}
.blue-bg {
  background-color: #4c82b9 !important;
}
#towel-section-one .about-description_box h4 {
  margin-bottom: 35px;
}
#towel-section-one .about-description_box {
  padding-bottom: 49px;
}
.towel-section-two {
  padding: 87px 0 112px;
  background-color: #fafafa;
}
.towel-title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c82b9;
  margin-bottom: 0;
}
.towel-title p {
  margin-bottom: 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.towel_box_content {
  padding: 49px 19px 20px 22px;
  background-color: #4c82b9;
  min-height: 260px;
}
.towel_box_content h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin: 0 0 20px;
}
.towel_box_content p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  line-height: 1.47;
}
@media print, screen and (max-width: 1921px) {
  .towel_box_content {
    min-height: 290px;
  }
}
.towel_box {
  margin-top: 55px;
}
.follow-btn.rental-btn .btn {
  float: none;
}
.follow-btn.rental-btn {
  padding-left: 395px;
}
.towel-section-four {
  padding-top: 73px;
}
.step-box p {
  min-height: 82px;
  line-height: 1.73;
  text-align: center;
  color: #2f2f2f;
}
.towel-section-four .col-xl-2,
.towel-section-four .col-xl-2\.4.col-lg-2\.4.col-md-2\.4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.fact-list-left {
  padding: 29px 26px 29px 25px;
  background-color: #4c82b9;
  min-height: 91px;
}
.fact-list-left p {
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 0;
}
.fact-list-right {
  padding: 11px 30px;
  background-color: #cddceb;
  min-height: 91px;
}
.fact-list-right p {
  line-height: 1.6;
  margin-bottom: 0;
  text-align: left;
}
.map-img p {
  margin-bottom: 0;
  line-height: 1.6;
  padding-top: 54.6px;
}
.fact-text ul li {
  padding-bottom: 11px;
}
.fact-text ul li:last-child {
  padding-bottom: 0;
}
.map-img {
  padding-right: 75.4px;
}
.map-area {
  padding: 92px 0 180px;
  background-color: #fafafa;
}
.breadcrumb-section.inquary-banner .breadcrumb-section-img {
  height: 314px;
}
.breadcrumb-section.inquary-banner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0px;
  height: 100%;
  max-width: 100%;
}
.breadcrumb-text ul li span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.pourple-bg {
  background-color: #7e60c1;
}
.home-section01-content h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7e60c1;
  margin-bottom: 50px;
}
.home-section01-content p {
  margin-bottom: 0;
}
.home-section01-content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 79px 0 79px 97px;
}
.home-section01-content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 79px 178px 30px 97px;
  position: relative;
  right: 20%;
}
@media print, screen and (max-width: 1921px) {
  .home-section01-content {
    padding-right: 0;
  }
}
.group-home-title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7e60c1;
  margin-bottom: 8px;
}
.group-home-title span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.group-home-section02 .owl-stage {
  padding-left: 0px !important;
}
.group-home-section03 {
  padding: 81px 0 49px;
  background-color: #fafafa;
}
.facility-box h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 21px;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.facility-box p {
  padding-top: 25px;
  margin-bottom: 0;
}
.facility-box {
  padding-bottom: 69px;
}
.category-section {
  position: relative;
}
.mg_image_box img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0px;
  height: 100%;
  max-width: 100%;
}
.mg_content {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
}
.mg_content-sec {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 38px;
  width: 100%;
  max-width: 90%;
  min-height: 349px;
}
.mg_content-sec h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.corporate-profile-details .col-xl-3.col-lg-3.col-md-3.col-3 p {
  margin-bottom: 0;
  line-height: 20px;
  font-weight: 600;
}
.corporate-profile-details .col-xl-9.col-lg-9.col-md-9.col-9 p {
  margin-bottom: 0;
  line-height: 20px;
}
.corporate-profile-details ul li {
  padding: 14px 0;
  border-bottom: 1px solid #cbcbcb;
  margin: 0;
}
.corporate-profile-details ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.corporate-profile-details .col-xl-3.col-lg-3.col-md-3.col-3 {
  padding: 0;
}
.corporate-profile-details span {
  font-size: 11px;
}
.corporate-profile-details h5 {
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Noto Sans JP", sans-serif;
}
.pricing-table {
  min-height: 470px;
  padding: 21px 18px 21px 27px;
  background-color: #fafafa;
}
.portfolio .owl-stage {
  padding-left: 0px !important;
}
.portfolio .follow-btn .btn {
  float: none;
}
.home-section05-content {
  padding: 64px 66px 63px 146px;
  background-color: #fff;
  position: relative;
  left: 16.666667%;
  z-index: 1;
}
.inquary-button p {
  margin-bottom: 11px;
  line-height: 1.87;
}
.inquary-button .btn {
  width: 100%;
  max-width: 211.8px;
}
.inquary-top-right span {
  display: block;
  font-size: 11px;
  padding-top: 10px;
  line-height: 13px;
}
.inquary-top-right {
  max-width: 451.9px;
  width: 100%;
  float: right;
}
.btn.green-btn {
  background-color: #76b563;
}
.btn.green-btn:hover {
  background-color: #000;
  color: #fff;
}
.inquary-page-section .contact-form {
  margin-top: 0;
}
#inquary-message,
.contact-form textarea.message-sec {
  height: 168px;
}
.inquary-page-two h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
.inquary-page-two .contact-form {
  margin-top: 16px;
}
.company_title {
  padding: 66px 94px 85px 0;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  left: 16.666667%;
  z-index: 1;
  max-width: 693px;
}
.company_title h3 {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #4c82b9;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.73;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  display: inline-block;
  margin-bottom: 39px;
  padding: 0 27px 0 14px;
}
.company_section_two {
  background-color: #f5f5f5;
}
.company_section_two p {
  margin-bottom: 0;
}
.blue-text {
  color: #4c82b9 !important;
}
.leads-thoughts h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #4c82b9;
  margin-bottom: 49.5px;
  padding-bottom: 49.5px;
  border-bottom: 1px solid #bebebe;
}
.leads-thoughts h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 36px;
}
.leads-thoughts p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 2.4;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 0;
  max-width: 536px;
}
.company_section_four .group-home-title h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 0;
  padding: 36px 0;
}
.company_section_four p {
  margin-bottom: 0;
  max-width: 536px;
}
.company_section_four .home-section01-content {
  background-color: #fff;
}
.company_section_five .company-title-tag {
  max-width: 536px;
  margin: 0 auto;
}
.company_section_five .company-title-tag h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  margin-bottom: 36px;
  letter-spacing: normal;
  text-align: left;
  color: #4c82b9;
}
.company_section_five .company-title-tag p {
  margin-bottom: 0;
}
.company_section_list {
}
.company_section_list ul {
}
.company_section_list ul li {
  background: url("img/company/list-bg.png") no-repeat center top;
  max-width: 832px;
  min-height: 150px;
  margin: 0 auto 15px;
  background-size: contain;
  display: flex;
  align-items: center;
}
.company_section_list ul li:last-child {
  margin-bottom: 0;
}
.company_section_list ul li h5 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
  line-height: 1.11;
  margin-bottom: 2px;
}
.company_section_list ul li p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
  margin-bottom: 0;
  line-height: 1.14;
}
.company_section_list {
  padding-top: 40px;
}
.company_list_box {
  width: 100%;
  margin: 0 auto;
  padding: 0 59px 0 85px;
}
.history-sec {
  padding: 86px 0 128px;
  background-color: #fafafa;
}
.history-container {
  max-width: 832px;
  margin: 0 auto;
}
.history-container ul li {
  position: relative;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  padding-bottom: 30px;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  list-style: disc;
  padding-left: 23px;
}
.history-container ul {
  padding-left: 15px;
}
.promo-details ul li {
  border-bottom: 1px solid #d8d8d8;
  margin: 0 auto;
  background-color: #ebebeb;
}
.promo-details .gray-bg {
  background-color: #ebebeb;
}
.promo-details .gray-bg p {
  padding: 16px 16px;
}
.promo-details ul li .col-xl-9.col-lg-9.col-md-9.col-9 p {
  padding: 16px 24px;
}
.history-container ul li:last-child {
  padding-bottom: 0;
}
.promo-details p {
  margin-bottom: 0;
}
.promo-details ul li:last-child {
  border-bottom: none;
}
.promo-details ul li:last-child .gray-bg {
  border-bottom: none;
}
#single_product_page .breadcrumb-section-img {
  height: 500px;
}
#single_product_page .breadcrumb-text ul li a {
  font-size: 29px;
  display: block;
  padding-right: 0;
}
#single_product_page .breadcrumb-text ul li {
  padding-left: 0;
  border: none;
  text-transform: uppercase;
  display: block;
  padding-bottom: 11.5px;
}
#single_product_page .breadcrumb-text ul li:last-child {
  padding-bottom: 0;
}
.tab-contemt-warp {
  background-color: #3f98ad;
}
.tab-left-content h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 29px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 34px;
}
.tab-left-content p {
  margin-bottom: 0;
  line-height: 2.33;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
.tab-left-content {
  padding: 88px 21px 111px 0;
}
.product-tab {
  padding: 36px 0 35px 0;
  background-color: #e7eff0;
}
.product-tab .nav.nav-tabs {
  border: none;
}
.product-tab .nav-tabs .nav-link {
  width: 191px;
  height: 40px;
  font-size: 14px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 0 15px;
  opacity: 0.3;
  background-color: #3f98ad;
  border: none;
  border-radius: 0;
  line-height: 40px;
}
.product-tab .nav.nav-tabs li {
  margin-right: 10px;
}
.product-tab .nav.nav-tabs li:last-child {
  margin-right: 0;
}
.product-tab .nav-tabs .nav-link.active,
.product-tab .nav-tabs .nav-link:hover {
  background-color: #3f98ad;
  opacity: 1;
}
.product-feature {
  background-color: #e7eff0;
}
.product-feature-title h3 {
  margin-bottom: 0 !important;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 29px !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.1;
  letter-spacing: normal;
  text-align: left;
  color: #3f98ad !important;
}
.product-feature-title .section-title {
  margin-bottom: 0 !important;
}
.product-section-0 {
  margin-bottom: 0 !important;
}
.product-sub-title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #3f98ad;
  margin-bottom: 0;
}
.product-img p {
  font-size: 15px !important;
  font-weight: normal !important;
  font-stretch: normal;
  font-style: normal !important;
  letter-spacing: normal !important;
  text-align: left !important;
  color: #3f98ad !important;
  margin-bottom: 0 !important;
}
#recruitment-inner {
  padding: 74px 0;
}
#recruitment-inner .breadcrumb-section-content {
  padding-bottom: 0;
}
#recruitment-inner .breadcrumb-text ul li a {
  padding-right: 5px;
}
#recruitment-inner .breadcrumb-text p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  padding-top: 27px;
}
.promo-details .col-xl-9.col-lg-9.col-md-9.col-9 {
  background-color: #f8f8f8;
}
.contact-info h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  margin-bottom: 17px;
}
.contact-info p {
  margin-bottom: 0;
}
.contact-info p a {
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #28317c;
  text-decoration: underline;
  display: inline-block;
  margin-right: 14px;
}
.contact-form.recruitment-form {
  margin-top: 0;
}
.contact-form .upload-btn,
.contact-form input[type="file"],
.contact-form .cf7-custom-file-btn {
  width: 253px;
  height: 38px;
  padding: 0 14px;
  border: solid 1px #cecece;
  background-color: #fff;
  line-height: 38px;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #2f2f2f;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 0;
  margin-right: 0;
}
.isVisuallyHidden {
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  position: absolute;
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.upload-file-sec p {
  margin-bottom: 0;
}
.contact-form.recruitment-form .theme-btn {
  margin: 0;
}
.recruitment-description p,
#rct-formtxt p {
  margin-bottom: 0;
}
.recruitment-description,
#rct-formtxt {
  padding: 41px 31px 34px 38px;
  border: solid 1px #cecece;
  background-color: #fff;
}
/* Exterior Carousel Styles - Match group-home.html */
.service_box {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
}
.service_box:hover {
}
.service_img {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.service_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.service_img img:hover {
  transform: scale(1.05);
}
/* Exterior carousel specific styling */
#group-home-slider .item {
}
#group-home-slider .service_box {
}
.group-home-section02 #group-home-slider .service_box {
  border-radius: 0;
  height: auto;
}
.group-home-section02 .service_img {
  height: auto;
}
.group-home-section02 .service_img img {
  height: auto;
}
#gallery-slide .gallery-img {
  height: 200px;
}
#gallery-slide .gallery-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0px;
  height: 100%;
  max-width: 100%;
}
.breadcrumb-section-img.gallery-banner {
  height: auto;
}
#gallery-page-sec .breadcrumb-text ul li span {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
}
#portfolio-sec {
  padding-top: 125px;
  background-color: transparent;
}
#portfolio-sec .gallery-large-item {
  height: auto;
  box-shadow: none;
  border-radius: 0;
}
#portfolio-sec .gallery-small-item {
  box-shadow: none;
  border-radius: 0;
}
.portfolio-title .section-title h3 {
  margin-bottom: 0;
  font-size: 27px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #7e60c1;
}
.portfolio-title p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
  font-weight: 600;
  font-stretch: condensed;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #2f2f2f;
}
.portfolio-title .section-title {
  margin-bottom: 0;
      display: flex;
    align-items: flex-start;
    column-gap: 10px;
}

}
#gallery-timeline {
  padding: 76.5px 0 92.5px;
  background-color: #fafafa;
  overflow: hidden;
  margin-bottom: 57px;
}
#gallery-timeline .container {
}
body.logged-in.admin-bar .header-menu {
  margin-top: 32px;
}
.single-latest-news .text-content span {
  display: block;
  font-size: 13px;
  color: #a0a0a0;
}
.single-latest-news .text-content p {
  margin-bottom: 0;
}
.single-latest-news .text-content p a {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.27;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
  text-transform: capitalize;
}
.inquary-button .btn:before {
  content: "";
  background: url("img/white-arrow.png") no-repeat right top;
  position: absolute;
  display: block;
  right: 8.4px;
  width: 4.2px;
  height: 10.4px;
  background-size: 100%;
  top: 16px;
}
.inquary-top-left h2 {
  margin-bottom: 0;
  font-size: 33px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #2f2f2f;
}
#taxi-contact .breadcrumb-section-img,
#home-contact-banner .breadcrumb-section-img,
#company_banner .breadcrumb-section-img,
#one-day-banner .breadcrumb-section-img,
#our-mission-banner .breadcrumb-section-img,
#towel-contact-banner .breadcrumb-section-img {
  height: 315px;
}
.tab-contemt-warp img {
  width: 100%;
  height: auto;
}
.process-text img {
  width: 100%;
  display: block;
  height: auto;
}
#taxi-contact .banner-title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 31px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 22px;
}
#taxi-contact .banner-description {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.87;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
}
#taxi-contact .breadcrumb-section-content {
  padding-bottom: 45px;
}
#taxibussiness .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
}
#taxibussiness select {
  max-width: 275px;
  height: 38px;
  padding: 9px 11px 8px 14px;
  border: solid 1px #cecece;
  background-color: #fff;
  width: 100%;
}
#taxibussiness {
  margin-top: 0;
}
.group-home-section01 p {
  line-height: 2.4;
}
.group-home-section05 p {
  margin-bottom: 0;
  line-height: 2.4;
}
.contact-form .wpcf7-list-item {
  display: block;
  margin-left: 0 !important;
}
.gallery-page-timeline {
  background-color: #fafafa;
  position: relative;
  overflow: hidden;
}
#gallery-timeline .timeline-time {
  width: 100%;
  max-width: 40%;
}
#gallery-timeline .timeline-body {
  margin-left: 40%;
}
#gallery-timeline .timeline::before {
  left: 9.1%;
}
#gallery-timeline .timeline .timeline-icon {
  width: 18%;
}
.company_title p {
  margin-bottom: 0;
}
.news-img a {
  display: block;
  width: 100%;
}
.news-img img {
  width: 100%;
  height: auto;
}
.shop_box {
  margin-bottom: 35px;
}
.shop_box img {
  max-height: 200px;
}
.company_section_three .container-fluid {
  padding: 0;
}
.leads-thoughts {
  padding-right: 42px;
}
#home-contact .contact-page_content.pourple-bg .contact_box_inner_sec {
  background-color: #7e60c1;
  padding: 0;
  max-width: inherit;
  border-radius: 0;
  gap: 0;
}
.contact-page_content .contact_box_inner_sec,
.contact-page-container .contact_box_inner_sec {
  padding: 0;
  max-width: inherit;
  border-radius: 0;
  gap: 0;
}
.staff_info {
  display: none;
}
#home-contact .contact-page_content.pourple-bg .contact_box_inner_sec p,
#home-contact .contact-page_content.pourple-bg .contact_box_inner_sec h4,
#home-contact .contact-page_content.pourple-bg .contact_box_inner_sec h4 a {
  color: #fff;
  text-decoration: none !important;
}
.contact-form.recruitment-form .contact-form {
  margin-top: 0;
  padding: 0;
}
.contact-form input[type="date"] {
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 5px 10px;
}
.contact-form.recruitment-form .contact-form input[type="submit"] {
  margin: 0;
}
.product-feature .content-block-wrapper {
  padding: 0;
  margin: 0;
}
.product-feature .content-block-wrapper .content-block-text {
  margin-bottom: 0;
}
.product-feature .content-block-wrapper .content-block-text p {
  color: #3f98ad;
}
.product-feature .content-block-wrapper .content-block-title {
  color: #3f98ad;
}
.product-item img {
  max-height: 256px;
}
#recruitment-page .breadcrumb-section-img {
  height: 327px;
}
.team-member {
  height: 400px;
}
.team-member img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 0px;
  height: 100%;
  max-width: 100%;
}
#single_product_page h1 {
  color: #fff;
  font-weight: 500;
  font-size: 29px;
  margin-bottom: 11.5px;
  line-height: 1.24;
  font-family: "Noto Sans JP", sans-serif;
}
#single_product_page p {
  font-family: "Barlow Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  color: #fff;
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  display: block;
}
.product-tab-wrapper .product-img div {
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent !important;
}
.product-section-1 .product-feature-title,
.product-section-2 .product-feature-title,
.product-section-3 .product-feature-title,
.product-section-4 .product-feature-title,
.product-section-5 .product-feature-title,
.product-section-6 .product-feature-title,
.product-section-7 .product-feature-title,
.product-section-8 .product-feature-title,
.product-section-9 .product-feature-title,
.product-section-10 .product-feature-title {
  padding-bottom: 25px;
}
.product-section-1 .product-feature-title h3,
.product-section-2 .product-feature-title h3,
.product-section-3 .product-feature-title h3,
.product-section-4 .product-feature-title h3,
.product-section-5 .product-feature-title h3,
.product-section-6 .product-feature-title h3,
.product-section-7 .product-feature-title h3,
.product-section-8 .product-feature-title h3,
.product-section-9 .product-feature-title h3,
.product-section-10 .product-feature-title h3 {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px !important;
  font-weight: 500 !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: normal;
  text-align: left;
  color: #3f98ad !important;
  margin-bottom: 0 !important;
}
.product-img p {
  font-size: 15px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left !important;
  color: #3f98ad !important;
  margin-bottom: 0 !important;
}
.product-feature .section-title p {
  color: #3f98ad !important;
}
.breadcrumb-section-content .breadcrumb-btn .btn {
  width: 100%;
  padding: 0 29px 0 !important;
  height: 64px;
  line-height: 64px;
  color: #e01c38 !important;
  font-size: 15px !important;
  max-width: 238px;
  z-index: 9999;
}
.breadcrumb-section-content .breadcrumb-btn {
  position: fixed !important;
  right: 40px !important;
  top: 60% !important;
  z-index: 9;
}
.header-menu .desktop-menu ul li.current-menu-item a {
  color: #e01c38 !important;
}
.contact-form input[type="date"]::-webkit-inner-spin-button,
.contact-form input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
}
.recruit-section-top {
  clear: both;
}
.recruit-section-bottom {
  position: relative;
  clear: both;
}

#taxibussiness select {
  background-image: linear-gradient(45deg, transparent 50%, #2f2f2f 50%),
    linear-gradient(135deg, #2f2f2f 50%, transparent 50%);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;

  -webkit-appearance: none;
  -moz-appearance: none;
  padding-top: 0;
  padding-bottom: 0;
}

#taxibussiness select:focus {
  background-image: linear-gradient(45deg, #2f2f2f 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #2f2f2f 50%);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}

#taxibussiness select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.shop_box .shop_taxi_box img {
  max-height: inherit;
}
.job-subtitle {
  color: #ffffff; /* white */
  padding-bottom: 0px;
}


ul.listing {
  display: flex;
  align-items: center; /* vertically center */
  gap: 10px; /* space between number and text */
  flex-direction: column;
}
ul.listing  li span {
  display: inline-block;
  width: 40px; /* fixed width for numbers */
  text-align: right; /* align numbers right */
  margin-right: 10px; /* space between number and text */
}
.center-button{
  margin: auto;
  margin-top: 10px;
}

.center-button .btn{
  width: 200px;
}

/* Smooth scroll for anchor links */
html {
  scroll-behavior: smooth;
}

/* Optional: Add offset for fixed headers if needed */
.project-wrapper {
  scroll-margin-top: 80px; /* Adjust based on your header height */
}
