@charset "UTF-8";
/* CSS Document */
* {
  box-sizing: border-box;
}

html {
  width: 100%;
  overflow-y: scroll;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  /* 固定ヘッダの高さ分 */
}

html {
    min-width: 1051px;
}
@media (max-width: 735px) {
  html {
    min-width: unset;
  }
}
@media (max-width: 639px) {
  html {
    min-width: unset;
  }
}

html, body, div,
a, img, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 200;
  color: #003399;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media screen and (max-width: 640px) {
  body {
    font-size: 14px;
    word-break: break-all;
    width: 100%;
  }
}

a,
body,
div,
html,
img,
li,
ul {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  outline: 0;
  border: none;
  background: 0 0;
  text-indent: 0 !important;
  box-sizing: border-box !important;
}

ul li {
  list-style: none;
}

li, a {
  color: #003399;
  line-height: 1.8;
  font-weight: bold;
}

a,
img {
  border: 0;
}

img {
  height: auto;
}

li {
  color: #333;
  line-height: 1.8;
  font-weight: 200;
}

li li {
  font-size: inherit;
}

a {
  text-decoration: none;
}

body {
  position: relative;
  overflow-x: hidden;
}

.hero-company {
  background: #f7faff;
  position: relative;
  min-height: 577px;
  display: flex;
  justify-content: center;
}

@media (min-width: 640px) {
  .hero-company {
    min-height: 620px;
  }
}

#heroSm,
.heroSm {
  min-width: 767px;
  min-height: 577px;
  position: absolute;
  top: 0;
  bottom: 0;
  object-fit: none;
}

@media (min-width: 640px) {
  #heroSm,
  .heroSm {
    display: none;
  }
}

_:-ms-lang(x)::-ms-backdrop, #heroSm, .heroSm {
  /* IE11 のみ適用される */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#hero {
  display: none;
}

@media (min-width: 640px) {
  #hero {
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    justify-self: center;
    text-align: center;
    width: 1280px;
    min-width: 1280px;
    min-height: 620px;
    z-index: 1;
  }
}

.edgeie-mp4, .edgeie-mp4-sm {
  display: none;
}

_:-ms-lang(x)::-ms-backdrop, #hero {
  /* IE11 のみ適用される */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* for Microsoft Edge */
@supports (-ms-ime-align: auto) {
  #hero, #heroSm, .heroSm {
    display: none;
  }
  .edgeie-mp4 {
    display: none;
  }
    .edgeie-mp4-sm {
    display: block;
    width: 766px;
    height: 577px;
  }

}

@media (min-width: 640px) {
    @supports (-ms-ime-align: auto) {
    .edgeie-mp4 {
      display: block;
      width: 1050px;
      height: 620px;
      margin: 0 auto;
      z-index: 2;
      position: absolute;
      left: 50%;
      transform: translateX(-60.8%);
    }
  }
}     
   
  @media (min-width: 640px) {
      @supports (-ms-ime-align: auto) {
    .edgeie-mp4-sm {
      display: none;
    }
  }
}


.company-link {
  position: absolute;
  top: 0px;
  width: 767px;
  height: 577px;
  min-width: 640px;
  min-height: 577px;
  z-index: 2;
}

.company-link li {
  position: absolute;
  width: 95px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  background: rgba(255, 255, 255, 0);
  transition: 0.2s;
  border-radius: 50% 50% 30% 30%;
}

@media (min-width: 640px) {
  .company-link li {
    width: 140px;
    height: 50px;
  }
}

.company-link li:hover {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 30px #fff;
}

.company-link li a {
  color: #039;
  text-align: center;
  font-size: 12px;
  line-height: 1.4;
    width: 100%;
    height: 100%;
    display: table;
}

@media (min-width: 640px) {
  .company-link li a {
    font-size: 20px;
    width: 100%;
    height: 100%;
    display: table;
  }
  .company-link li a .v-middle {
      display: table-cell;
      vertical-align: middle;
  }
}
.company-link li a .v-middle {
      font-weight: bold;
      display: table-cell;
      vertical-align: middle;
}

.company-link__li:nth-child(1) {
  top: 18.5%;
  left: 37.3%;
}

.company-link__li:nth-child(2) {
  top: 18.5%;
  left: 52%;
}

.company-link__li:nth-child(3) {
  width: 74px;
  height: 31px;
  top: 31%;
  left: 33%;
}

.company-link__li:nth-child(4) {
  width: 95px;
  height: 38px;
  top: 30.5%;
  left: 44.2%;
}

.company-link__li:nth-child(5) {
  width: 74px;
  height: 31px;
  top: 31%;
  left: 58%;
}

.company-link__li:nth-child(6) {
  width: 100px;
  height: 38px;
  top: 43.5%;
  left: 35.5%;
}

.company-link__li:nth-child(7) {
  width: 100px;
  height: 38px;
  top: 43.5%;
  left: 51.5%;
}

.company-link__li:nth-child(8) {
  width: 100px;
  height: 38px;
  top: 55.3%;
  left: 43.5%;
}


@media (min-width: 640px) {
  .company-link__li:nth-child(1) {
    top: 15%;
    left: 31.5%;
  }
  .company-link__li:nth-child(2) {
    top: 15%;
    left: 55%;
  }
  .company-link__li:nth-child(3) {
    width: 110px;
    height: 44px;
    top: 32.5%;
    left: 24%;
  }
  .company-link__li:nth-child(4) {
    width: 150px;
    height: 55px;
    top: 31.5%;
    left: 42%;
  }
  .company-link__li:nth-child(5) {
    width: 110px;
    height: 44px;
    top: 32.5%;
    left: 66%;
  }
  .company-link__li:nth-child(6) {
    width: 150px;
    height: 60px;
    top: 49%;
    left: 28%;
  }
  .company-link__li:nth-child(6) a {
    transform: translateY(6px);
  }
  .company-link__li:nth-child(7) {
    width: 150px;
    height: 60px;
    top: 49%;
    left: 54%;
  }
  .company-link__li:nth-child(7) a {
    transform: translateY(6px);
  }
  .company-link__li:nth-child(8) {
    width: 150px;
    height: 60px;
    top: 66%;
    left: 41.7%;
  }
  .company-link__li:nth-child(8) a {
    transform: translateY(6px);
  }
}

_:-ms-lang(x)::-ms-backdrop, .company-link {
  /* IE11 のみ適用される */
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.back3440 {
  display: none;
}

@media (min-width: 640px) {
  .back3440 {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url("/eng/uploads/company-3440.svg");
    background-size: 3440px 620px;
    background-repeat: no-repeat;
    background-position: top center;
    pointer-events: none;
    z-index: 2;
  }
}





/*　　以下追加スタイル　　*/

/* 全体 */
body {
  word-break: normal;
  line-break: strict;
  text-align: left;
}

/* ヘッダー */
@media (min-width: 374px) {
header .main-nav__list > li {
  font-size: 17px;
}
}

/* 問い合わせ部分 */
.tel__con--title {
  line-height: 1.5em;
  text-align: left;
}
.tel__con--num {
  height: 87px;
}
.contact__item {
  min-height: 178px;
}
@media screen and (max-width: 735px) {
.tel__con {
  display:block;
}
.tel__con--title {
  padding-bottom: 25px;
}
.contact__item--text strong {
  font-size: 20px;
  line-height: 1.5em;
}
.contact__item--text {
  text-align: left;
}
}
@media screen and (min-width: 640px) and (max-width: 735px)  {
.contact__item {
  width: 290px;
}
}

/* トップ */
.about_row div table td {
  font-size: 15px;
}
.about_row div table td {
  padding-bottom: 20px;
}

/* 第3階層ページ */
.lead {
  line-height: 1.7;
  font-size: 16px;
}
#point1_ans, #point2_ans, #point3_ans, #point4_ans {
  margin-top: 10px;
}
.LBC-4point li {
  line-height: 1.3;
  font-size: 16px;
  text-align: left;
  padding-bottom: 10px;
}
.text-large {
  line-height: 1.3;
  padding-bottom: 18px;
}
.row {
  width: 100%;
}
.container--service-lbc .list-ordered {
  width: 100%;
  padding-right: 10px;
}
.list-unordered__item {
  line-height: 1.5em;
  margin-bottom: 22px;
  font-size: 15px;
}
.dlList > dt {
  width: 308px;
  text-align: left;
  margin-bottom: 26px;
  font-size: 14px;
}
.dlList > dd {
  margin-bottom: 26px;
}
@media screen and (max-width: 735px) {
.dlList > dt {
  float: none;
  margin-bottom: 0px;
}
.dlList > dd {
  margin-left: 0px;
}
}
.section--table.hystory tbody .section--table__th {
  width: 172px;
}
#point1_label:checked+#point1_ans, #point2_label:checked+#point2_ans, #point3_label:checked+#point3_ans, #point4_label:checked+#point4_ans {
  max-height: 60em;
  word-break: normal;
  line-break: strict;
}

/* 製品ページトップ */
ul.moji_link.link1 {
  left: 7.8%;
}
ul.moji_link.link2 {
  left: -9.3%;
}
ul.moji_link.link3 {
  left: -3.5%;
}
ul.moji_link.link4 {
  left: 12.5%;
}
ul.moji_link.link7 {
  left: 42.5%;
}
ul.moji_link.link6 {
  right: 4.3%;
}
ul.moji_link.link5 {
  right: 8.5%;
}
ul.moji_link.link9 {
  left: 71.4%;
}
.syouhin-title {
  line-height: 1.5;
  font-size: 18px;
}
div.dx-tit {
  padding: 10px 200px 10px 30px;
}
.top-over2::after {
  background-image: url(/2020images/top_moji_eng.svg);
}

/* 会社ページトップ */
.company-link__li:nth-child(2) {
  top: 30.5%;
  left: 44.3%;
}
.company-link__li:nth-child(3) {
  top: 43.5%;
  left: 37.5%;
}
.company-link__li:nth-child(4) {
  top: 42.9%;
  left: 51.7%;
}
@media (min-width: 640px) {
.company-link__li:nth-child(2) {
  top: 33%;
  left: 42.2%;
}
.company-link__li:nth-child(3) {
  top: 50.5%;
  left: 30.7%;
}
.company-link__li:nth-child(4) {
  top: 49.7%;
  left: 54%;
}
}

.company-link__li a {
  text-decoration: unset;
}