html {
  line-height: 1;
}

body {
  font-family: "BIZ UDPGothic", "Meyryo", sans-serif;
}

img {
  max-width: 100%;
}

ul, p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
  padding: 0;
}

a {
  text-decoration: none !important;
  color: #070707;
}

section, footer {
  text-align: center;
}

dl, dd, dt {
  margin: 0;
}

.font-sm, .inquirie-parag, .recruit-skill, .recruit-inner__list, .factory-detail, .block1-parag, .factory-detail__sentence, .main-info__detail, .footer__copyrights {
  font-size: 14px;
  color: #070707;
}

.font-md, .main-sales__list__title, .title-text, .factory-title, .block1, .block2 {
  font-size: 16px;
  color: #070707;
}

.font-lr, .navigation-font {
  font-size: 18px;
  color: #070707;
}

.navigation-font {
  display: block;
  font-weight: 700;
}

.title-text, .factory-title, .block1, .block2 {
  font-weight: 700;
  -webkit-text-decoration: underline #d3d3d3 3px;
          text-decoration: underline #d3d3d3 3px;
}

.back-ground, .aboutUsMain__showcase, .main-sales, .keyVisual {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.flex, .recruit-inner__list, .factory__inner__inside__el__name, .factory__inner__inside__el, .aboutUsMain__showcase, .header__nav__li, .header__nav, .header {
  display: flex;
}

.selected {
  color: #0000FF;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 100px;
  justify-content: left;
  align-items: center;
  z-index: 200;
  max-width: 100%;
  margin-right: 24px;
}
.header__nav {
  align-content: space-between;
  align-items: center;
}
.header__nav__logo {
  padding-left: 100px;
}
.header__nav__logo__icon {
  width: 198px;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__nav__li {
  align-content: space-between;
  align-items: center;
}
.header__nav__li__el {
  padding-left: 80px;
}
.header__nav__li__el:first-of-type {
  padding-left: 100px;
}

.footer {
  background-color: #070707;
  color: #fff;
  width: 100%;
  position: relative;
  height: 12vh;
  bottom: 0;
  right: 0;
}
.footer__copyrights {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translateX(-50%);
}
.footer__info {
  font-size: 11px;
  position: absolute;
  top: 0;
  right: 0;
  text-align: left;
  line-height: 1.8;
  padding: 10px 30px 0px 0;
}

.keyVisual {
  width: 100%;
  height: 42vw;
  position: relative;
  background-image: url(../images/Home/Home1.jpg);
  margin-top: 96px;
  overflow: hidden;
}
.keyVisual__title {
  font-size: 28px;
  font-family: "Arial Black";
  position: absolute;
  color: #fff;
  top: 8%;
  left: 8%;
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: hidden;
}

.main__container {
  margin: 24px 144px;
}

.main-info {
  width: 100%;
  height: 250px;
  border-radius: 10px;
  background-color: #d3d3d3;
  text-align: left;
  padding: 24px 0 0 72px;
}
.main-sales {
  width: 100%;
  position: relative;
  height: 42vw;
  background-image: url(../images/Home/Home2.jpg);
  border-radius: 10px;
  margin-top: 24px;
  overflow: hidden;
}
.main-sales__list {
  position: absolute;
  top: 25%;
  right: 5%;
  width: 200px;
  height: 48px;
  border-radius: 10px;
  background-color: #fff;
}
.main-sales__list__title {
  font-weight: 700;
  padding-top: 12px;
}

.aboutUsMain {
  padding-top: 5em;
}
.aboutUsMain__showcase {
  position: relative;
  width: 100%;
  height: 35.76em;
  text-align: center;
  background: url(/images/AboutUs/about_us.jpg);
  align-items: center;
  justify-content: center;
}
.aboutUsMain__showcase__info-text {
  background-color: #fff;
  border-radius: 25px;
  border: 1px solid #070707;
  width: 60%;
  margin: auto;
  padding: 30px;
}

.block1, .block2 {
  text-underline-offset: 0.5em;
  text-align: left;
  margin-bottom: 2em;
}

.block1-parag, .factory-detail__sentence {
  text-align: left;
  margin-top: 1em;
  margin-bottom: 2em;
}

.block2-tb {
  padding-left: 1em;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}

.block2-tb th, td {
  text-align: left;
  padding: 5px;
}

.block2-tb tr:nth-child(even) {
  background-color: #f2f2f2;
}

.products {
  position: relative;
}
.products__img {
  margin-bottom: 4em;
  width: 100%;
}

.middle-center {
  right: 10%;
  position: absolute;
  text-align: center;
  top: 45%;
  font-size: 32px;
  font-weight: bold;
}

.subProductMain {
  padding-top: 6em;
}

.sub-product {
  margin-left: 5em;
  margin-right: 5em;
}

.factory {
  margin: 0 20px 20px 20px;
}
.factory__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.factory__inner {
  margin: 20px 220px 0 320px;
}
.factory__inner__exp {
  width: 100%;
  height: 400px;
  background-color: #f5f5f5;
  border-radius: 50px;
}
.factory__inner__inside {
  padding-top: 20px;
}
.factory__inner__inside__el {
  flex-wrap: wrap;
  width: 100%;
}
.factory__inner__inside__el__img {
  width: 100%;
  flex-basis: 40%;
}
.factory__inner__inside__el__name {
  width: 100%;
  flex-basis: 40%;
  align-items: center;
}

.factory-title {
  padding: 40px 0 0 40px;
}

.factory-detail {
  padding: 0 40px;
}
.factory-inside-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.factory-arrow {
  display: block;
  width: 50%;
  height: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  flex-basis: 40%;
  transform: scale(45%);
}

.factory-inside-title {
  font-weight: 700;
  font-size: 24px;
  color: #a9a9a9;
  display: block;
  width: 50%;
  flex-basis: 40%;
  line-height: 1;
  text-align: right;
}

.recruit-container {
  margin: 144px 90px 24px 240px;
}

.recruit-inner {
  width: 100%;
  height: 520px;
  border: 3px solid #7cfc00;
  border-radius: 50px;
}
.recruit-inner__list {
  padding: 20px 60px;
  flex-wrap: wrap;
}
.recruit-inner__list__dd {
  padding: 10px 8px;
  width: 20%;
  height: 40px;
  margin-bottom: 10px;
  background-color: #d3d3d3;
  text-align: right;
}
.recruit-inner__list__dd:nth-of-type(4) {
  margin-bottom: 120px;
}
.recruit-inner__list__dt {
  width: 80%;
  text-align: left;
  padding: 10px 0 10px 52px;
  height: 40px;
}

.contact-info {
  padding-top: 5em;
  background-color: #d3d3d3;
}

.contact-us {
  position: relative;
  width: 100%;
  height: 35.76em;
  background: url(/images/ContactUs/contact_us.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.contact-detail {
  color: #fff;
  height: 400px;
  width: 100%;
  margin: 0px auto;
}
.contact-detail__inquirie1 {
  color: #070707;
  width: 30%;
  float: left;
  text-align: center;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  margin: auto;
  margin-left: 10em;
}
.contact-detail__inquirie2 {
  color: #070707;
  width: 30%;
  float: right;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid transparent;
  margin: auto;
  margin-right: 10em;
}

.inquirie-header {
  margin-top: 1em;
}

.inquirie-parag {
  margin: 2em 0;
}/*# sourceMappingURL=style.css.map */