/*End Generated Styles*//*** BASE DESIGN *************************/
.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.full-width-inner {
  width: 1240px;
  max-width: 100%;
  padding: 2em 1em;
  margin: 3em auto 0 auto;
  box-sizing: border-box;
  text-align: center;
  z-index: 1;
  position: relative;
}

.btn-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 50px;
  margin: 1em auto;
}
.button:after {
display: none;
}

#content a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color:#000;
}
#content a:after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #c9a24d;
  transform: scale(1, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#content a:hover:after {
  transform: scale(0, 1);
}

#content {
  padding-bottom: 0;
}
#footer:after,
#footer:before {
  display: none;
}

#content a[href^="tel"],
#footer a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
#content a[href^="tel"]:after {
  display: none;
}
.center {text-align:center;}

/*** NAVIGATION *************************/
.head-nav-wrap .webdexpress_header.logo-left-aligned img {
  width: 180px;
}
.scrolled .head-nav-wrap .webdexpress_header.logo-left-aligned img {
  width: 120px;
}
.header_wrap {
  width: auto;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
}
#navigation .nav {
  padding-right: 70px;
}
#languages #lang_jpn {
  filter: grayscale(0.4);
}
#languages #lang_eng {
  filter: grayscale(0.5);
}

/*** CTA DESIGN *************************/
.contact-cta {
  background: url(/uploads/2026/02/16/mt-fuji.jpg) center/cover no-repeat;
  color: #fff;
  font-size: 1.4em;
  font-weight: 200;
}
.contact-cta:after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  opacity: 0.6;
}
.parallax {
  height: 100%;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/*** PAGE DESIGN *************************/
#header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.catchphrase-wrap {
  font-family: "Noto Serif JP", serif;
  color: #fff;
  text-align: center;
  padding: 1em 2em;
}
.catchphrase-wrap h1 {
  font-size: 36px;
  font-weight: bold;
  line-height: normal;
}
.catchphrase-wrap h2 {
  font-size: 25px;
  margin: 1em 0;
}
.catchphrase-wrap .btn-wrap {
  margin-top: 2em;
}
.catchphrase-wrap .btn-wrap .button,
#content .contact-cta .btn-wrap .button {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
  padding: 15px 25px;
  font-size: 20px;
  font-family: "Work Sans","Noto Sans JP",sans-serif;
  font-weight: 300;
}
.catchphrase-wrap .btn-wrap .button:hover,
#content .contact-cta .btn-wrap .button:hover {
  background-color: #fff;
  color: #000;
}

.headerslide:after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}

.page_title {
  display: none;
}
#user_content h1.page-title {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  margin: 2em 0 1.5em 0;
  text-align: center;
}
#user_content h1.page-title:before {
content: '';
display: block;
width: 88px;
height: 27px;
background: url(/uploads/2026/02/12/mountain_top.png) center/contain no-repeat;
margin: 0 auto;
}
#user_content h1.page-title:after {
content: '';
display: block;
width: 88px;
height: 27px;
background: url(/uploads/2026/02/12/mountain_bottom.png) center/contain no-repeat;
margin: 5px auto 0 auto;
}

#user_content h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 23px;
  position: relative;
  margin: 2em 0 1em 0;
}
#user_content h2 strong {
  background-color: #fff;
  padding: 0 15px 0 0;
}
#user_content h2:before {
  content: '';
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url(/uploads/2026/02/13/kamon.png) left/contain no-repeat #fff;
  position: relative;
  top: 6px;
  padding-right: 5px;
}
#user_content h2:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  border-bottom: 3px double #bbb;
  left: 0;
  bottom: 15px;
  z-index: -1;
}
#user_content .policy-page h2:before,
#user_content .policy-page h2:after {
  display: none;
}

#user_content ul.service-list {
  list-style: none;
  margin: 2em 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
#user_content ul.service-list li {
  width: calc(100% / 5);
  min-height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#user_content ul.service-list li:nth-child(1) {
  background: url(/uploads/2026/02/13/wa-room.jpg) center/cover no-repeat;
}
#user_content ul.service-list li:nth-child(2) {
  background: url(/uploads/2026/02/27/island.jpg) center/cover no-repeat;
}
#user_content ul.service-list li:nth-child(3) {
  background: url(/uploads/2026/02/27/roof.jpg) center/cover no-repeat;
}
#user_content ul.service-list li:nth-child(4) {
  background: url(/uploads/2026/02/13/wa-restaurant.jpg) center/cover no-repeat;
}
#user_content ul.service-list li:nth-child(5) {
  background: url(/uploads/2026/02/27/service_jp-system-bath.jpg) center/cover no-repeat;
}
#user_content ul.service-list li h3 {
  width: 100%;
  height: 100%;
  margin: 0;
  z-index: 0;
}
#user_content ul.service-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  position: relative;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
}
#user_content ul.service-list li a:after {
  content: '';
  width: 100%;
  height: 100%;
  display:block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: -1;
  transition: all 0.3s;
}
#user_content ul.service-list li a:hover:after {
  background-color: rgba(0,0,0,0.2);
}

#user_content ul.about-list {
  list-style: none;
  margin: 2em 0;
  padding: 0;
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px 80px;
  flex-wrap: wrap;
}
#user_content ul.about-list strong {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  margin-bottom: 13px;
  display: inline-block;
}
#user_content ul.about-list strong strong {
  font-family: "Work Sans","Noto Sans JP",sans-serif;
  display: block;
  font-size: 50px;
  font-weight: 200;
  color: #777;
  margin: 0;
}

#user_content .partner-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px 80px;
  font-size: 1.4em;
  font-weight: 300;
  margin-bottom: 4em;
}
#user_content .partner-wrap a img {
  margin-right: 5px;
}

.our-value {
  box-shadow: 0 0 30px rgba(201,162,77,0.2);
}
#user_content .our-value ul {
  list-style: none;
  margin:2em 0;
  padding:0;
}
#user_content .our-value ul li {
  margin: 1em;
}
#user_content .our-value h1.page-title {
  margin-top: 1em;
}

.services {
  display: flex;
  gap: 20px 40px;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 4em;
}
.services > div {
  width: calc(95% / 2);
}

.services > div p {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: 1fr;
grid-column-gap:20px;
grid-row-gap: 0px;
align-items: center;
justify-items: center;
}
.services > div p:before {
content:'';
display: inline-block;
position: relative;
width: 180px;
height: 180px;
grid-area: 1 / 1 / 2 / 2;
border-radius: 500px;
}
.services > div p strong { grid-area: 1 / 2 / 2 / 4; font-weight: normal !important; } 
.services > div:nth-of-type(1) p:before {
background:url(/uploads/2026/02/16/service_wa-modern.jpg) center/contain no-repeat;
}
.services > div:nth-of-type(2) p:before {
background:url(/uploads/2026/02/16/service_remodel.jpg) center/contain no-repeat;
}
.services > div:nth-of-type(3) p:before {
background:url(/uploads/2026/02/27/roof.jpg) center/contain no-repeat;
}
.services > div:nth-of-type(4) p:before {
background:url(/uploads/2026/02/27/lantern.jpg) center/contain no-repeat;
}
.services > div:nth-of-type(5) p:before {
background:url(/uploads/2026/02/27/ofuro.jpg) center/contain no-repeat;
}
.services > div:nth-of-type(6) p:before {
background:url(/uploads/2026/02/16/service_inspection.jpg) center/contain no-repeat;
}

/*** INFORMAKERS FORM *************************/
.informakers-form {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}
.informakers-form .input {
  margin-bottom: 1.5em;
}
.informakers-form label {
  width: 100%;
  display: block;
  font-size: inherit;
  font-family: inherit;
  margin-bottom: 5px;
}
.informakers-form input,
.informakers-form textarea {
  width: 100%;
  padding: 10px;
  font-size: inherit;
  font-family: inherit;
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 5px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  transition: all 0.3s;
}
.informakers-form input:hover,
.informakers-form textarea:hover,
.informakers-form input:focus,
.informakers-form textarea:focus {
  border: 1px solid #888;
}
.informakers-form .g-recaptcha {
margin-left: 0;
}
#formSubmitButtonActive input {
  width: auto;
  background: #000;
  color: #fff;
  border: 1px solid #000;
  border-radius: 0;
  padding: 15px 25px;
  text-align: center;
  margin-top: 1em;
  cursor: pointer;
}
#formSubmitButtonActive input:hover {
  background: #fff;
  color: #000;
}
.informakers-form .error-message {
  color: red;
}

/*** FOOTER *************************/
.footer-mid-sec {
  display: none;
}
.footer-top-sec .webdexpress_header img {
  filter: invert(100%);
  width: 120px;
}
.footer-top-sec .social-media.footer {
  display: none;
}
.footer-top-sec .webdexpress_header.logo-left-aligned {
  justify-content: center;
}
.footer-bot-sec {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
}
#footer .policy-wrap {
  margin: 1em 0 0.5em 0;
}
#footer .policy-wrap a,
#footer .partner-wrap a {
  color: #333;
}
#footer .policy-wrap a:hover,
#footer .partner-wrap a:hover {
  color: #999;
}
#footer .partner-wrap {
  margin: 1em 0 0.5em 0;
}
#footer .partner-wrap strong {
  font-weight: bold;
  margin-right: 10px;
}
#footer #languages #lang_jpn {
  filter: grayscale(0.5) brightness(90%);
}
#footer #languages #lang_eng {
  filter: grayscale(0.8);
}


/*** MEDIA QUERY *************************/
@media screen and (max-width: 834px) {

  .parallax {
    background-attachment: scroll;
  }

  #navigation .nav {
    padding-right: 0;
  }
  .header_wrap {
    right: revert;
    width: 100%;
    text-align: center !important;
    top: 360px;
    visibility: hidden;
    opacity: 0;
    padding-left: 25px;
  }
  #navigation #wdx_nav.opened .header_wrap {
    visibility: visible;
    opacity: 1;
  }
  .languages.header.solo {
    text-align: center !important;
  }
  .languages.header .lang_drop_menu .drop-submenu {
    position: relative;
    right: revert;
    top: 10px;
    text-align: center !important;
    margin: 0 auto;
  }

  #user_content ul.service-list li {
    width: calc(100% / 2);
  }

  .services > div {
    width: 100%;
  }
  .services > div p:before {
  width: 150px;
  height: 150px;
  }

}

@media screen and (max-width: 560px) {

  .catchphrase-wrap h1 {
      font-size: 28px;
  }
  .catchphrase-wrap h2 {
    font-size: 20px;
  }
  #user_content ul.service-list li {
    width: 100%;
    min-height: 200px;
  }

  .services > div p {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr); 
  }
  .services > div p:before {
    grid-area: 1 / 1 / 2 / 2;
  }
  .services > div p strong { grid-area: 2 / 1 / 3 / 2; } 

}

@media screen and (max-width: 480px) {

  .services > div p {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr); 
  }
  .services > div p:before {
    grid-area: 1 / 1 / 2 / 2;
  }
  .services > div p strong { grid-area: 2 / 1 / 3 / 2; } 

}