/**
 * Theme Name: jxmirai
 * Theme URI: https://wordpress.org/themes/twentytwentyfive/
 * Author: the WordPress team
 * Author URI: https://wordpress.org
 * Description: jxmirai emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 * Requires at least: 6.7
 * Tested up to: 6.7
 * Requires PHP: 7.2
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: twentytwentyfive
 * Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
 *
 * @format
 */

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */

/* body {
    font-family: 'Playfair Display', sans-serif;
    width: 100%;
    padding: 0;
    box-sizing: border-box;
} */
html,
body {
  margin-top: 0px !important;
  scroll-behavior: smooth;
  /* font-family: "CustomMincho", serif; */
  /* font-family: 'UD新ゴ L JIS2004', sans-serif; */
  font-family: メイリオ, Meiryo, "游ゴシック", "Yu Gothic", YuGothic,
    "ＭＳ Ｐゴシック", "UD新ゴ L JIS2004", sans-serif, Roboto-Regular;
  letter-spacing: 0.05em;
  word-spacing: 0.1em;
  /* letter-spacing: 0.08em; */
  font-optical-sizing: auto;
  max-width: 100vw;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* scroll-behavior: smooth; */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.7;
}
span {
  font-family: メイリオ, Meiryo, "游ゴシック", "Yu Gothic", YuGothic,
    "ＭＳ Ｐゴシック", "UD新ゴ L JIS2004", sans-serif;
  letter-spacing: 0.05em;
  font-optical-sizing: auto;
}
input {
	color: #000;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
/* html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;

} */

.d-flex {
  display: flex;
}
tr,
td {
  letter-spacing: 0px;
}
a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}
header {
  background: rgba(0, 0, 0, 0.819);
  width: 100%;
  position: fixed;
  top: 0;
  height: 60px;
  /* padding: 0 30px; */
  z-index: 11111;
}
/* Hide badge by default */
.grecaptcha-badge {
  display: none !important;
}

/* Show only on contact page 48*/
.page-id-85 .grecaptcha-badge {
  display: block !important;
}
footer {
  background-color: #0000008a;
  color: white;
  text-align: center;
  bottom: 0;
  width: 100%;
  position: relative;
}
/* contact */
.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232; /* Red */
    font-size: 1em;
    font-weight: normal;
    display: block;
}

.contents_box_top {
    width: 90%;
    max-width: 1500px;
    padding: 0 5%;
    margin: 60px auto 30px auto;
    position: relative;
    z-index: 500;
    padding-top: 6%;
  }
  .contents_box_w90 {
    width: 90%;
    max-width: 1500px;
    padding: 0 5%;
    margin: 0 auto 0 auto;
    position: relative;
    z-index: 500;
    padding-bottom: 40px;
  }
  #contact_form p {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid white;
  }
  #contact_form .form_title {
    width: 25%;
    padding-top: 20px;
    position: relative;
  }
  #contact_form .form_title_required {
    width: 100%;
  }
  #contact_form .form_title_required::after {
    content: "必須";
    padding: 3px 10px;
    position: absolute;
    background-color: #bd2036;
    top: calc(20px - 3px);
    right: 0;
    color: white;
    border-radius: 5px;
  }
  #contact_form span {
    width: 70%;
  }
  #contact_form span.ajax-loader {
    /*display: none;*/
    width: 40px;
    height: 40px;
    margin: 20px calc(50% - 20px) 0 calc(50% - 20px);
  }
  #contact_form span.your-space .form_input {
    width: calc(100% - 20px);
    padding: 0;
  }
  #contact_form span .form_input {
    width: calc(100% - (20px * 2));
    padding: 20px;
    border: initial;
    font-size: 0.9em;
    appearance: none;
	   color: #616161;
  }
  input::placeholder,
  textarea::placeholder {
    color: rgba(136, 136, 136, 0.464); /* light gray color */
  }
  #contact_form span select.form_input {
    width: 100%;
  }
  #contact_form .form_button input[type="submit"] {

    /* width: calc(100% - 30px * 2);
    white-space: initial;
    align-items: initial;
    text-align: initial;
    cursor: default;
    box-sizing: initial;
    border-width: initial;
    border-style: initial;
    background-color: black;
    color: white;
    padding: 30px;
    font-size: 20px;
    border-top-right-radius: initial; */
    border-top-right-radius: 0;
  }
.form_button input[type="submit"]:hover {
    /* background: #323232;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3); */
    /* transform: translateY(-10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease; */
    /* background-color: #b9b9b9;
    color: black;
    border-top-right-radius: 20px; */
  }
  .form_button_wrap {
    display: flex;
    justify-content: flex-end;
    position: relative;
    left: -3%;
  }
  .form_button {
    cursor: pointer;
    position: relative;
    width: 300px;
  }  
.form_button input {
  position: relative;
    width: 300px !important;
    text-align: center;
    background: rgb(0, 0, 0);
    width: 20%;
    padding: 22px;
    border-radius: 4px !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: none;
    /* position: relative;
    width: 100%;
    max-width: 500px;
    position: relative;
    margin: 50px auto 0 auto; */
  }
  .form_button input:hover {
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(0,0,0,0.3);
  }
  #contact_form .form_button::before {
    content: "";
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 56px;
    z-index: 11;
    display: inline-block;
    left: 79%;
    transition: 0.3s;
    background: #b9b9b9;
    
    /* transform: translateY(-10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease; */
    /* content: "";
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    right: 42%;
    transition: 0.3s;
    z-index: 1;
    background: #b9b9b9; */
  }
  .form_button::after {
    content: "";
    width: 14px;
    height: 14px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    bottom: 106px;
    display: inline-block;
    left: 80.5%;
    transition: 0.3s;
    border-top: 2px solid #000;
    z-index: 11;
    border-right: 2px solid #000;
    z-index: 11;
  }
.form_button:hover {
    transform: translateY(-10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* transform: translateY(-10px);
    transition: transform 0.3s ease, box-shadow 0.3s ease; */
    /* right: 30px;
    background: #000; */
  }
  #contact_form .form_button:hover::after {
    /* transform: translateY(-10px) rotate(45deg);
    transition: transform 0.3s ease, box-shadow 0.3s ease; */
    /* right: 40px;
    border-top: 2px solid #b9b9b9;
    border-right: 2px solid #b9b9b9; */
  }
  #contact_form p.your_space_name {
    display: none;
  }

.contact_wraper {
    position: relative;
    /* max-width: 1440px; */
    margin: 0 auto;
    background: #00000014;
    /* margin-top: 5%; */
}
/* contact */
.title_text {
  font-size: 36px; /* Main title */
  font-weight: bold;
}

.subtitle_text {
  font-size: 28px; /* Subtitle */
  font-weight: 600;
}

.inner_subtitle_text {
  font-size: 24px; /* Inner subtitle */
  font-weight: 500;
}

.description_text {
  font-size: 16px; /* Description */
  font-weight: 400;
  line-height: 1.5; /* Improves readability */
}

.footer_text {
  position: relative;
  display: grid;
  justify-content: space-around;
  color: #fff;
  /* width: 1440px; */
  width: 96%;
  margin: 0 auto;
  height: 100%;
  grid-template-columns: auto auto auto;
  padding: 50px;
  /* height: 450px; */
}
.footer_text .footer_contact {
  display: flex;
  gap: 26px;
}
.footer_contact span {
  flex: none;
}
.footer_contact .adress_text {
  text-align: left;
}
.footer_text .left_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
.left_container .left_container_inner {
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: flex-start;
  font-size: 16px;
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
}
.video_ {
  width: 400px;
}
@media screen and (max-width: 800px) {
  .form_button {
    width: 100%;
  }
  .form_button input{
    width: 100% !important;
  }
  .video_ {
    width: 100% !important;
  }
}
.left_container .title {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 26px;
}

.left_container .sub-title {
  font-size: 26px;
}

.footer_text .right_container {
  display: flex;
  flex-direction: column;
  gap: 21px;
  align-items: flex-start;
}

.right_container .footer_menu {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.footer_menu:hover {
  color: #1257b1;
}

.right_container .menu_text {
  cursor: pointer;
  font-size: 16px;
}

.right_container .footer_arr {
  filter: invert();
  height: 13px;
}

.footer_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.footer_logo .img_ {
  width: 420px;
  /* opacity: 0.5; */
}

.footer_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: left;
}
.footer_title {
  font-size: 20px;
  font-weight: 800;
  color: #fff;
}
.menuActive {
  border-bottom: 1px solid rgba(255, 255, 255, 0.797);
  /* color: #1257b1; */
}
.jx_footer {
  color: #ffffff61;
  /* position: absolute; */
  bottom: 2%;
  font-size: 13px;
  width: 70%;
  /* padding: 12px; */
  height: 50px;
  display: flex;
  border-top: 1px solid #ffffff2a;
  /* background: red; */
  align-items: center;
  justify-content: center;
}
.header_title {
  margin-top: 3px;
  font-family: "CustomMincho", serif;
  display: flex;
  flex-direction: column;
  color: #fff;
  line-height: 26px;
  /* @media only screen and (max-width: 860px) {
		line-height: 19px;
	} */
}
.header_title span:nth-child(2) {
  font-family: "CustomMincho", serif;
}
/* banner */
.main-banner-wrapper {
  position: relative;
  height: calc(100vh - 60px);
  margin-top: 60px;
  z-index: 2;
  /* background: black; */
  width: 100%;
  /* max-width: 1440px; */
  /* height: 650px; */
  margin: 0 auto;
}
.banner-btn-wrapper {
  position: absolute;
  bottom: 24%;
  right: 11%;
  /* left: 66%; */
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.626); */
  /* opacity: 0.5; */
  transition: opacity 0.3s ease;
}
.main-title-wrapper {
  /* height: 250px; */
  display: flex;
  position: absolute;
  z-index: 1111;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  /* right: 19%; */
  color: #fff;
  bottom: 0;
  /* top: 36%; */
  background: #000000c9;
  /* background: #105db7c7; */
  /* margin-bottom: 60px; */
  padding: 25px 0px;
}
.main-inner-wrap {
  font-family: "CustomMincho", serif;
  display: flex;
  align-content: center;
  flex-direction: column;
  gap: 10px;
  position: relative;
  left: 3%;
  right: 3%;
  width: 94%;
}
.main-title-wrapper h1 {
  font-size: 3em;
  line-height: 3.5rem;
  /* line-height: 30px;  */
  /* Same as font-size */
  margin: 0;
  padding: 0;
}
.main-title-wrapper h2 {
  /* font-size: 48px;
  line-height: 48px; */
  margin: 0;
  padding: 0;
}
.banner-description {
  position: relative;
  width: 80%;
  /* display: flex; */
  left: 20%;
  font-size: 1.2em;
  /* width: 62%;
  display: flex;
  left: 25%;
  font-size: 23px; */
}
.main-banner-img-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: -60px;
}
.banner-img-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
}

.responsive-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}
.responsive_image_main {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* banner */

/* What service do we provide? */
.company-container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  height: 1080px;
  /* background: black; */
  color: aliceblue;
  overflow: hidden;
}
.company-container .content_wrapper {
  display: grid;
  /* grid-template-columns: auto auto auto; */
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  height: 100%;
  background: #00000014;
  padding: 25px;
}

.s-image-wrapper {
  position: relative;
  overflow: hidden;
}

.box1 {
  position: relative;
  overflow: hidden;
  grid-column: span 1; /* Takes one column */
}

.box2 {
  position: relative;
  overflow: hidden;
  grid-column: span 1; /* Takes one column */
}

.box3 {
  position: relative;
  overflow: hidden;
  grid-column: span 2; /* Takes full width (two columns) */
}

.box1 .descripton-txt,
.box2 .descripton-txt,
.box3 .descripton-txt {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  padding: 25px;
  /* background: #105db7c7; */
  background: #000000c9;
  height: 100%;
  font-weight: 200;
  max-height: 200px;
}
.s-image-wrapper .descripton-txt .sub-title {
  font-size: 20px;
  text-align: left;
}
.s-image-wrapper .descripton-txt .title_ {
  font-size: 25px;
  text-align: left;
}

/* Mobile Landscape (480px to 680px) */
@media screen and (max-width: 800px) {
  .company-container .content_wrapper {
    grid-template-columns: 1fr;
  }
}

.footer-txt {
  padding: 14px;
  width: 80%;
}
.about_banner_container {
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  color: #000;
}
.banner-first-txt {
  /* font-family: 'CustomMincho', serif; */
  position: absolute;
  left: -6%;
  font-size: 80px;
  bottom: 40%;
  width: 676px;
  text-transform: uppercase;
  font-weight: bold;
  z-index: 11;
}
.banner-mid-txt {
  /* font-family: 'CustomMincho', serif; */
  position: absolute;
  left: 17%;
  font-size: 80px;
  bottom: 19%;
  width: 676px;
  text-transform: uppercase;
  z-index: 11;
  font-weight: bold;
}
.banner-third-txt {
  /* font-family: 'CustomMincho', serif; */
  position: absolute;
  left: 59%;
  font-size: 80px;
  bottom: 5%;
  width: 676px;
  text-transform: uppercase;
  z-index: 11;
  font-weight: bold;
}
.third_line {
  position: absolute;
  left: -8%;
  bottom: 49%;
  z-index: 11;
  height: 7px;
  width: 220px;
  background: #000;
}
.about_banner_title {
  font-size: 50px;
  text-transform: uppercase;
  font-weight: bold;
}
.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.5); */
  /* opacity: 0.7; */
  transition: opacity 0.3s ease;
}
.image1 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; */
}

.descripton-txt .title_line {
  margin-top: 10px;
  width: 228px;
  height: 1px;
  background: #fff;
  display: block;
}
.description-btn-txt {
  text-align: center;
  color: rgb(0, 0, 0);
  position: absolute;
  bottom: 8%;
  width: 100%;
}
.image2 {
  height: 100%;
  width: 100%;
  object-fit: fill;
  /* border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; */
}
.image3 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px; */
}
/* What service do we provide? */

/* our service */
.service-wrapper {
	margin: 0 25px;
	height: 100%;
  /* height: 780px; */
}
.service-container {
  margin: auto;
  /* height: 80%; */
  /* width: 97%; */
  max-width: 1440px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.454);
  border: 1px solid rgba(0, 0, 0, 0.319);
}
.manuf_container {
  display: flex;
  flex-direction: column;
  gap: 33px;
}
.service-container .service-inner-container {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 40px;
	height: 100%;
	/* width: 97%; */
	margin: auto;
	padding: 20px;
	
	/* gap: 40px;
	height: 100%;
	margin: auto;
	padding: 20px; */

	/* display: grid;
	grid-template-columns: auto 1fr;
	gap: 40px;
	height: 100%;
	margin: auto;
	padding: 20px; */
}
.service-container .service-inner-container_img {
	gap: 40px;
	height: 100%;
	margin: auto;
	padding: 25px;
}
.img_map {
padding: 43px;
}
@media screen and (max-width: 900px) {
  .service-container .service-inner-container {
    gap: 0px;
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  .service-container .service-inner-container_img {
    padding: 5px;
  }
  .img_map {
    padding: 15px;
    }
  .service-container .service-inner-container {
    display: flex;
    flex-direction: column;
    /* padding: 14px; */
  }
}

.service-lf-container {
  position: relative;
  width: 100%;
  height: 100%;
  /* padding: 25px 0px 0px 0px; */
}

.service-lf-container .img_ {
  width: 500px;
}
@media screen and (max-width: 900px) {
  .service-lf-container,
  .img_ {
    width: 100%;
  }
}
.service-rg-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  /* margin-left: 20px; */
}
.service-rg-txt {
  display: flex;
  flex-direction: column;
  height: auto;
  justify-content: center;
  gap: 30px;
  /* margin-top: 32px; */
}
.service-rg-container .button_wrap {
  display: flex;
  justify-content: flex-end;
  width: 94%;
}
.qc_font {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  .service-rg-txt {
    margin-top: 32px;
  }
}
.service-rg-txt .sub_title_line {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: bold;
}
.service-rg-txt .sub_txt {
  font-weight: bold;
  font-size: 16px;
}
.sub_title_a {
  font-size: 28px;
  font-weight: bold;
  background: var(--primary-color);
}
.font-weight-800 {
  font-weight: 800;
}
.service-img {
  /* transform: translate(calc(40% + 73px), -58px); */

  border: 5px solid white;
  position: absolute;
  z-index: 11;
  right: -8%;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .box3 {
    grid-column: unset;
  }
  .service-img {
    right: 0%;
    bottom: 0;
  }
}
/* our service */

/* our products */

.product-wrapper {
  margin-top: 33px;
  display: grid;
  grid-template-rows: 30% 30% 30%;
  margin: auto;
  height: 80%;
  max-width: 1440px;
  overflow: hidden;
}
.product-container {
  padding: 65px 0px 65px 0px;
  margin: auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.card-container {
  border: 1px solid #00000033;
  /* margin-top: 25px; */
  width: 100%;
  /* height: 540px; */
  /* display: flex; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
  padding: 18px;
  box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 35%);
}
.card-container2 {
  border: 1px solid #00000033;
  /* margin-top: 25px; */
  width: 100%;
  /* height: 540px; */
  display: grid;
  justify-content: space-between;
  /* grid-template-columns: 1fr auto; */
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 18px;
  box-shadow: 0px 4px 8px -2px rgb(0 0 0 / 64%);
}

.card-list {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  position: relative;
  /* left: 8%; */
}
.card-list2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* width: 42%; */
  position: relative;
}
.arrow-btn-wrapper1 {
  cursor: pointer;
  position: relative;
  width: 80%;
  z-index: 11;
  font-weight: bold;
  font-size: 20px;
  line-height: 3px;
  left: 30%;
}
.arrow-btn-wrapper2 {
  cursor: pointer;
  position: relative;
  width: 80%;
  z-index: 11;
  font-weight: bold;
  font-size: 20px;
  line-height: 3px;
  left: 20%;
}
.button_wrap_list {
  display: flex;
  margin-left: 40px;
  /* justify-content: center; */
}
.product-title {
  font-size: 28px;
  font-weight: bold;
}
.list-txt {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-left: 40px;
  font-size: 16px;
}
.list_txt_col {
	margin-top: 28px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
	margin-left: 40px;
	font-size: 16px;
  }
  .list_txt_col div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 16px;
  }
.card-list .blue-block {
  position: absolute;
  /* background: #0499ff6b; */
  background: #84878921;
  width: 120px;
  height: 250px;
  bottom: 0;
  right: 0;
}

.card-list2 .blue-block {
  position: absolute;
  background: #84878921;
  /* background: #0499ff6b; */
  width: 120px;
  height: 250px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 800px) {
  .list_txt_col {
    grid-template-columns: 1fr;
    margin-left: 26px;
  }
  .list_txt_col div {
      font-size: 13px;
  }
  .service-rg-txt .sub_txt {
    font-size: 13px;
  }
  .responsive-image {
    width: unset;
  }
  .card-list .blue-block {
    display: none;
  }
  .card-list2 .blue-block {
    display: none;
  }
}

.img-container {
  width: 100%;
  /* object-fit: cover; */
  overflow: hidden;
}
.product-image {
  /* height: 100%; */
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* margin-top: 18px; */
}
/* our products */

/* our prouducts tags */
.p-slider-wrapper {
  /* height: 650px; */
  height: 100%;
  max-width: 1440px;
  margin: 0 auto;
  background: rgb(0, 0, 0);
  /* padding: 0px 0px 60px 0px; */
  background: rgb(0, 0, 0);
}
.tags-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
}
.slider-text-container {
  line-height: 30px;
  font-size: 16px;
}
.p-slider-container {
  display: grid;
  grid-template-columns: auto 1fr;
  /* justify-items: center; */
  gap: 40px;
  align-items: center;
  color: #fff;
  padding: 0 30px 30px 30px;
}
.tags-img-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.tags-subtitle {
  width: 380px;
  background: #9f9f9f;
  padding: 6px;
  border-radius: 4px;
  color: #2b2b2b;
  font-weight: 700;
  text-align: center;
}
.box-1 {
  position: absolute;
  background: #fff;
  width: 67%;
  height: 57%;
  z-index: 11;
  bottom: 5%;
  right: 5%;
}
.box-2 {
  position: absolute;
  background: #0499ff;
  width: 67%;
  height: 57%;
  z-index: 10;
  bottom: -1%;
  right: 0%;
}
.tags-img {
  width: 450px;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1111;
}
.tags-text-wrap {
  /* padding: 21px; */
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 90%;
}
.slider-title {
  font-size: 33px;
}
/* our prouducts tags */

/* manufacturing basic */
.manuf-lf-container {
  text-align: center;
  padding: 28px;
  position: relative;
}
.manuf_list_text {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  font-size: 16px;
}
.manuf_list_text .title_bold span {
  font-weight: bold;
  font-size: 16px;
}
.manuf-lf-container .img {
  position: relative;
  z-index: 111;
  height: 96%;
}
.manuf_parent_box {
  position: relative; /* This is the key! */
  width: 100%;
  height: 100%;
}

.manuf_layer1 {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	height: 94%;
	top: 0;
	z-index: 11;
	border-radius: 13px;
}

.manuf_layer2 {
  border: 1px solid #fff;
  position: absolute;
  width: 450px;
  height: 81%;
  bottom: 0;
  left: 6%;
  color: white;
  text-align: center;
  line-height: 100px;
  background: #0499ff;
}
.manuf_img {
	width: 100%;
	height: 100%;
	object-fit: fill;
  /* width: 450px;
  height: 100%;
  object-fit: fill; */
}
/* manufacturing basic */
/* qcd */
.spreator {
  height: 80px;
  width: 100%;
}
.quality-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  background-image: url(./assets/images/banner/11.jpg);
  background-size: contain;
  /* background-position: left; */
  background-repeat: round;
  height: 700px;
  /* padding: 31px; */
  max-width: 1440px;
  margin: auto;
  justify-content: space-around;
  gap: 30px;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.869);
  color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 13px;
  line-height: 22px;
  flex-direction: column;
  justify-content: space-evenly;
}
.quality-card-container {
  display: flex;
  max-width: 1440px;
  /* height: 310px; */
  align-items: center;
  color: #fff;
  border-radius: 13px;
  /* gap: 64px; */
  justify-content: center;
  /* display: flex;
    width: 95%;
    height: 310px;
    align-items: center;
    color: #fff;
    border-radius: 13px;
    gap: 64px; */
}
.quality-title {
  /* font-family: 'CustomMincho', serif; */
  /* position: absolute; */
  top: 6%;
  /* left: 6%; */
  font-size: 38px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 60px;
  color: #fff;
}

.parent-box {
  position: relative;
  width: 35%;
  height: 100%;
  left: 4%;
  /* margin-bottom: 32px; */
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.container {
  display: flex;
  gap: 20px;
  padding: 30px;
  flex-wrap: wrap;
}

.box {
  flex: 1;
  padding: 30px;
  background: #f3f4f6;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}

@media (max-width: 768px) {
  .button_wrap_list {
    justify-content: flex-end;
  }
  .container {
    flex-direction: column;
  }
}

.layer1 {
  display: flex;
  align-items: center;
  /* justify-content: center; */
  border: 1px solid #ffffff80;
  position: relative;
  width: 80%;
  height: 100%;
  z-index: 11;
  border-radius: 13px;
  flex-direction: column;
  gap: 3px;
  padding: 50px 30px 30px 30px;
  background: #000000b5;
}

.layer2 {
  border: 1px solid #ffffff80;
  position: absolute;
  bottom: -7%;
  left: -4%;
  width: 80%;
  height: 100%;
  color: white;
  text-align: center;
  line-height: 100px;
  border-radius: 13px;
}
.quality-text-wrapper {
  width: 98%;
  height: 70%;
}
.quality-text-wrapper .card_title {
  font-size: 24px;
  padding-bottom: 30px;
}
.quality-text {
  display: flex;
  flex-direction: column;
  gap: 30px;
  font-size: 16px;
  font-weight: 300;
}
.check-list-main {
  max-width: 1440px;
  margin: auto;
}

.check-list-img-container {
  display: flex;
  position: relative;
}
.check-img {
  width: 100%;
  /* height: 700px; */
  object-fit: cover;
  filter: brightness(76%);
  position: relative;
}

.check-img-two {
  /* width: 400px;
	position: absolute;
	left: 20%;
	top: 30%; */
  position: absolute;
  left: 0;
  right: 0;
  top: 18%;
  margin: auto;
  width: 87%;
}
.check-list-wrapper {
  display: grid;
  grid-template-columns: 50% 50%;
  /* height: 700px; */
  margin: auto;
  width: 96%;
  max-width: 1440px;
}
.check-list-container {
  display: flex;
  flex-direction: column;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  background-color: black;
  gap: 30px;
  padding: 80px;
  /* border-top-left-radius: 30px;
    border-bottom-left-radius: 30px; */
}
.check-list-container .inner_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.list-wrap {
  display: flex;
  gap: 12px;
  align-items: center;
}
/* qcd */

/* customer-feedback */
.custom-wrapper {
  margin-top: 33px;
  display: grid;
  grid-template-columns: 4% 92% 4%;
  gap: 15px;
  justify-items: center;
  height: 600px;
  align-items: end;
}
.custom-lf-wrapper {
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.454);
  width: 100%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 60%;
}
.custom-center-wrapper {
  background: #049bff76;
  width: 100%;
  border-radius: 30px;
  height: 100%;
}
.custom-vector-wrapper {
  display: flex;
  padding: 20px;
  width: 96%;
  margin: auto;
  align-items: center;
  gap: 33px;
}
.custom-rg-wrapper {
  border-radius: 30px;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.454);
  width: 100%;
  height: 60%;
}
.custom-txt-container {
  display: grid;
  margin: auto;
  grid-template-columns: auto auto auto;
  justify-items: center;
  gap: 19px;
  width: 91%;
}
.custom-block {
  border-radius: 30px;
  height: 400px;
  width: 100%;
  background: #fff;
  box-shadow: 0px 4px 8px -2px rgba(0, 0, 0, 0.454);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.custom-inner-txt {
  width: 80%;
}
.vector-img {
  width: 150px;
}
.circle-title {
  display: flex;
  align-items: center;
  background: #d9d9d9;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  justify-content: center;
}
.circle-title span {
  font-size: 36px;
}
/* customer-feedback */

/* news */
.news-wrapper {
  margin: 0 auto;
  max-width: 1440px;
  /* width: 96%; */
}
.news-list-wrapper {
  /* height: 700px; */
  height: 100%;
  border: 1px solid #0000004d;
  border-radius: 15px;
  padding: 30px;
}
.new-list-inner {
  cursor: pointer;
  padding-bottom: 31px;
  /* padding: 50px; */
}
.new-list-inner .news-txt-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.new-list-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-line {
  margin-top: 28px;
  width: 100%;
  height: 1px;
  background: #0000004d;
}
.news-title {
  font-size: 20px;
  font-weight: bold;
}
.news-date {
  font-size: 16px;
  color: gray;
  font-weight: bold;
}
/* news */

/* COLLABORATION */
.brands-wrapper {
  /* margin: 0 auto; */
  /* max-width: 1440px;   */
  /* height: 720px; */
  /* height: 600px; */
}
.brands-wrapper .brands-inner-wrapper {
  justify-content: center;
  display: grid;
  grid-template-columns: 25% 25% 25%;
}
.brands-img-warp {
  /* height: 500px; */
  display: flex;
  /* height: 250px; */
  justify-content: center;
  /* height: 250px; */
}
.brands-img-warp .brands-img {
  /* height: 683px; */
  width: 100%;
  /* height: 250px;
        width: 100%; */
  object-fit: contain;
}
/* COLLABORATION */
/* Footer */
.footer-wrapper {
  display: flex;
  position: relative;
  background-image: url(./assets/images/banner/footer.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  gap: 30px;
  /* height: 400px; */
}
.footer-overlay {
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  /* height: 100%; */
  background-color: rgba(0, 0, 0, 0.896);
  color: white;
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
  font-size: 16px;
  flex-direction: column;
}
.mt_2rem {
  margin-top: 6.1rem;
  width: 100%;
}
/* Footer */
.nav-container {
  padding: 0 20px;
  /* width: 90%; */
  max-width: 1440px;
  margin: 0 auto;
}
.nav-wrapper {
  display: flex;
  color: black;
  justify-content: space-between;
  width: 100%;
  align-items: unset;
}
.sp_menu {
  display: none;
}
.nav-wrapper .logo-container {
  display: flex;
  height: 60px;
  gap: 11px;
}
.nav-wrapper .menu-container {
  display: flex;
  gap: 50px;
  align-items: center;
  padding-right: 10px;
}
.menu-container div:hover,
a:hover {
  /* border-bottom: 0.5px solid rgba(255, 255, 255, 0.797); */
  color: rgb(187, 187, 187);
}
/* our-company */
.my-company-wrapper {
  width: 96%;
  margin: auto;
  height: 100%;
  max-width: 1440px;
  margin-top: 6rem;
}

.my-com-wrapper {
  display: flex;
  justify-content: space-between;
}

.about_company {
  display: flex;
  flex-direction: column;
  gap: 22px;
  width: 60%;
  position: relative;
  left: 2%;
}

@media screen and (max-width: 800px) {
  .my-company-wrapper {
    width: unset;
    margin: 0px 14px;
  }
  .my-com-wrapper {
    display: unset;
    width: 100%;
  }
}

.about_company .d_flex {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
}
#about_table tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  font-weight: 500;
  position: relative;
  z-index: 111;
  /* font-weight: bold; */
  font-size: 20px;
}
#about_table tr {
  font-size: 16px;
}
#about_table th {
  font-weight: 600;
}
#about_table td {
  width: 74%;
}
.water_mark {
  position: relative;
  width: 40%;
}
@media screen and (max-width: 800px) {
  #about_table tr {
    font-size: 13px;
  }
  .water_mark {
    display: none;
  }
}
.check-list-container {
  padding: 25px;
}
.check-img {
  /* height: 500px; */
}
.check-img-two {
  /* width: 323px; */
  /* left: 0; */
}
.water_mark_blur {
  position: absolute;
  background: #0680ff;
  height: 100%;
  bottom: 0;
  width: 100%;
  right: -5%;
}
.blur_1 {
  position: absolute;
  /* z-index: 11; */
  top: -16%;
  left: -5%;
  width: 204%;
  height: 119%;
  opacity: 0.06;
  object-fit: contain;
  /* z-index: 11;
	top: -17%;
	left: -5%;
	width: 550px;
	height: 300px; */
}
.blur_2 {
  position: absolute;
  z-index: 11;
  /* bottom: -30%; */
  right: -5%;
  width: 100%;
  height: 62%;
  /* position: absolute;
	z-index: 11;
	bottom: -30%;
	right: -5%;
	width: 400px;
	height: 300px; */
}
.blur_txt {
  position: absolute;
  z-index: 111;
  color: white;
  font-size: 113px;
  font-weight: bold;
  bottom: 50%;
  top: 4%;
  right: 12%;
  text-transform: uppercase;
  width: 80%;
  opacity: 0.5;
}
/* intro */
.intro_wrapper {
  height: 100%;
  background: rgb(0, 0, 0);
  width: 96%;
  margin: auto;
  max-width: 1440px;
}
.intro_container {
  width: 96%;
  margin: auto;
  color: #fff;
}
.intro_container .intro_flex {
  display: flex;
  padding: 35px;
  gap: 33px;
  margin-top: 6rem;
}
.intro_content_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px;
}
.intro_img {
  width: 400px;
}
.intro_title {
  font-size: 28px;
  font-weight: bold;
}
.intro_sub_title {
  display: flex;
  font-weight: bold;
  font-size: 24px;
  align-items: center;
  gap: 15px;
}
.intro_content {
  margin-top: 20px;
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
/* intro */
.body_title {
  font-size: 16px;
  font-weight: bold;
  word-break: keep-all;
}
/* font-size */
.body_content {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}
/* font-size */
/*for modal*/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;

  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}

.modal-content {
  background: black;
  color: white;
  width: 80%;
  max-width: 900px;
  padding: 20px;
  position: relative;
}

.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}

.modal-header {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.modal-body {
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto;
}

.printer-image {
  /* width: 50%; */
  display: grid;
  grid-template-columns: 1fr 80px;
  background: #0a0a0a;
  padding: 10px;
  border-radius: 5px;
}

.printer-image img {
  width: 100%;
  height: auto;
  display: block;
}
.long-arrow-right {
  display: block;
  margin: auto;
  width: 18px;
  height: 18px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
}
.arrow-right,
.long-arrow-right {
  transform: rotate(135deg);
}
.long-arrow-right::after {
  content: "";
  display: block;
  width: 2px;
  height: 45px;
  background-color: #fff;
  transform: rotate(-45deg) translate(15px, 4px);
  left: 0;
  top: 0;
}

.description {
  font-size: 14px;
  margin-top: 10px;
}

.content-section {
  flex: 1;
}

.item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.item p {
  font-size: 14px;
}

.arrow {
  font-size: 32px;
  text-align: center;
  color: white;
  margin: 10px 0;
}
.trigger {
  font-size: 16px;
  outline: none;
  border: none;
  background: none;
  text-align: left;
  margin: 0;
  padding: 0;
  cursor: pointer;
  /* text-decoration: underline; */
}
.trigger a {
  color: #000;
}

.trigger a:hover {
  color: #0e5fb8;
}

/* .modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  color:#fff;
  padding: 1rem 1.5rem;
  width: 24rem;
  border-radius: 0.5rem;
} */

.close-button {
  float: right;
  font-size: 1.5rem;
  text-align: center;
  cursor: pointer;
  border-radius: 0.25rem;
}
.close-button:hover {
  background-color: unset;
}
.show-modal {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
/*for modal*/
.service_img {
  width: 100%;
  height: 100%;
}
/*responsive */

@media only screen and (max-width: 800px) {
  .intro_sub_title {
    font-size: 13px;
  }
  .right_container .menu_text {
    font-size: 13px;
  }
  .sub-title {
    font-size: 13px;
  }

  .qc_font {
    font-size: 13px;
  }
  .manuf_list_text .title_bold span {
    font-size: 13px;
  }
  .manuf_list_text {
    font-size: 13px;
  }
  .trigger {
    font-size: 13px;
  }
  .intro_content_wrap {
    padding: 0px;
  }
  .blur_1 {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* object-fit: cover; */
  }
  .brands-wrapper {
    height: 100%;
  }
  .brands-wrapper .brands-inner-wrapper {
    display: unset;
  }
  .intro_img {
    width: 100%;
  }
  .manuf_layer1,
  .manuf_img {
    width: 100%;
  }
  .manuf_layer2 {
    width: 100%;
    top: 26%;
    left: 3%;
  }
  header {
    padding: unset;
  }
  .footer_text {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    padding: 30px;
    gap: 22px;
  }
  .nav-container {
    width: 100%;
    padding: 0;
  }
  .nav-wrapper .logo-container {
    height: 42px;
  }
  .sp_menu {
    display: unset;
    margin-right: 33px;
  }
  .nav-wrapper {
    background: #000;
    width: 100%;
    align-items: center;
    height: 70px;
  }
  .s-image-wrapper .descripton-txt {
    /* height: 100%; */
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
    align-content: center;
    font-size: 16px;
  }
  .nav-wrapper .menu-container {
    display: none;
  }
  .banner-description {
    width: 100%;
    left: 0;
    font-size: 16px;
  }
  .description-btn-txt {
    color: #fff;
  }
  .p_description,
  .others_content,
  .intro_content,
  .body_content,
  .news_content,
  .video_content,
  .email_text,
  .sample_content_wrap {
    font-size: 13px !important;
  }

  .main-banner-wrapper {
    /* height: calc(30vh - 60px); */
  }
  .descripton-txt {
    /* font-size: 13px; */
  }

  /*who we are and what we do*/
  .company-container .content_wrapper {
    /* grid-template-columns: unset; */
    padding: 0;
    gap: 0;
  }
  .news-list-wrapper {
    height: 100%;
  }
  .image1,
  .image2,
  .image3 {
    height: 100%;
    object-fit: cover;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .main-title-wrapper h1 {
    font-size: 2em;
  }
  .main-title-wrapper h2 {
    font-size: 1.2em;
    line-height: 1.6rem;
  }
  .banner-first-txt {
    width: auto;
    left: 0;
    font-size: 40px;
    bottom: 51%;
  }
  .banner-mid-txt {
    width: auto;
    font-size: 40px;
  }
  .banner-third-txt {
    width: auto;
    font-size: 40px;
  }
  .service-wrapper {
    margin: 0 14px;
    height: 100%;
  }
  .about_company {
    width: 100%;
  }
  .overlay {
    position: relative;
    justify-content: space-evenly;
  }
  .third_line {
    display: none;
  }
  .service-container {
    /* width: 93%; */
  }
  .tags-text-wrap {
    /* width: 100%; */
  }
  .tags-subtitle {
    width: 350px;
  }
  /* products */
  .product-image {
    width: 100%;
  }
  .product-container {
    display: unset !important;
  }
  .product-container .card-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 26px;
  }
  .card-container2 {
    display: flex;
    flex-direction: column-reverse;
  }
  .p-slider-container {
    display: unset !important;
  }
  .tags-container {
    flex-direction: row !important;
    font-size: 23px;
    justify-content: center;
    margin-bottom: 12px;
  }
  /* products */

  /* quality */
  .quality-title {
    font-size: 20px;
    line-height: 35px;
    margin: 11px 0px 11px 19px;
  }
  .quality-wrapper {
    width: unset;
    height: 100%;
  }
  .quality-text {
    font-size: 13px;
    font-weight: 300;
    line-height: 32px;
  }
  .quality-card-container {
    flex-direction: column;
    width: 100%;
    gap: 33px;
    height: auto;
    padding: 35px 0px 50px 0px;
  }
  .parent-box {
    width: 100%;
    display: flex;
    justify-content: center;
    left: 0;
    gap: 5px;
  }
  .layer2 {
    left: 8%;
  }
  /* quality */
  .check-list-wrapper {
    display: unset !important;
  }

  #test1 {
    display: none;
  }
  .custom-wrapper {
    grid-template-columns: unset;
    padding: 12px;
  }
  .custom-txt-container {
    display: flex;
    width: 91%;
  }
  .custom-rg-wrapper {
    display: none;
  }
  .custom-lf-wrapper {
    display: none;
  }
  .email_wrapper .email_container {
    display: flex !important;
    flex-direction: column;
    width: 80% !important;
  }
  .email_text {
    font-size: 10px !important;
  }
  .email_content_wrap {
    gap: 1px !important;
  }
  .input_wrap {
    width: 90% !important;
  }
  .email_layer {
    width: 80% !important;
    /* top: 8% !important;;
      left: 15% !important;; */
  }
  .footer_content {
    font-size: 10px;
  }
  .footer_title {
    font-size: 16px;
  }
  .intro_wrapper {
    width: unset;
    margin: 0px 14px;
    height: 100%;
  }
  .intro_container .intro_flex {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 969px) {
  header {
    padding: unset;
  }
}
@media only screen and (max-width: 1024px) {
  .nav-container {
    padding: 0;
    width: 100%;
  }
  .nav-wrapper .menu-container {
    gap: 1.5em;
  }
  .header_title {
    line-height: 19px;
  }
}
@media only screen and (max-width: 1440px) {
  .service-container {
    margin: auto;
    /* box-shadow: none; */
    /* border: none; */
    /* margin: 0 25px; */
  }
  .product-wrapper {
    margin: 0 14px;
  }
  .check-list-main {
    margin: 0 25px;
  }
}

#wpcf7-f68-o1-ve-your-name {
	display: none;
}
#wpcf7-f68-o1-ve-your-email {
	display: none;
}
#wpcf7-f68-o1-ve-your-message {
	display: none;
}
#wpcf7-f82-o1-ve-your-name {
	display: none;
}
#wpcf7-f82-o1-ve-your-email {
	display: none;
}
#wpcf7-f82-o1-ve-your-message {
	display: none;
}
@media (max-width: 1024px) {
	#contact_form span .form_input {
		width: calc(100% - (0px * 2));
	  }
	#contact_form .form_title {
	  width: 100%;
	  padding-top: 3px;
	  padding-bottom: 10px;
	}
	#contact_form span {
	  width: 100%;
	}
	#contact_form .form_title_required::after {
	  top: 0;
	}
  }   
  @media (max-width: 428px) {
	#contact_form span .form_input {
		width: 100%;
	  }
	.contents_box_w90 {
		padding: 0px;
	}
	#contact_form p {
	  font-size: calc(20px * 0.8);
	}
	#contact_form .form_button input[type="submit"] {
	  width: calc(100% - 20px * 2);
	  padding: 20px;
	  font-size: calc(20px * 0.8);
	}
	#contact_form .form_button::before {
    left: 69%;
	  top: 54px;
	}
	#contact_form .form_button::after {
    left: 70%;
    /* top: 63px; */
	  /* top: 25px; */
	}
  }
  #contact_form .form_button span.wpcf7-spinner {
	width: 24px;
  }


.wpcf7 form.sent .wpcf7-response-output {
	border: unset !important;
}

.nojq {
  display: none !important;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: rgba(255, 255, 255, 0.174) !important;
}


.page-enter {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.6s ease-in-out;
}

.page-enter.active {
  opacity: 1;
  transform: translateX(0);
}

/* .page-enter.exit {
  opacity: 0;
  transform: translateY(-100px);
} */