/* =========================================================================================================
 　　base
========================================================================================================= */

/* =====================
  main
===================== */

/*-- common --*/


/*-- area-manufacture --*/
.area-manufacture {
  margin-top: 40px;
}

.area-manufacture.bg-title::before {
  left: 20px;
  content: "MANUFACTURING";
}

.area-manufacture .manufacture-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.area-manufacture .manufacture-list .item {
  width: 49%;
}

.area-manufacture .manufacture-list .item + .item + .item {
  margin-top: 20px;
}

.area-manufacture .manufacture-list figure figcaption {
  font-size: 1.4rem;
  text-align: left;
}

.area-manufacture .movie {
  margin: 60px auto 0;
}

.area-manufacture .movie > div {
  position: relative;
  width: 90%;
  margin: auto;
  padding-top: 39.5%;
}

.area-manufacture .movie > div iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*-- area-strengths --*/
.area-strengths {
  margin-top: 80px;
}

.area-strengths.bg-title::before {
  right: 20px;
  content: "STRENGTHS";
}

.area-strengths .strengths-list {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.area-strengths .strengths-list .item {
  max-width: 620px;
  width: 100%;
}

.area-strengths .strengths-list .item + .item {
  margin-top: 20px;
}

.area-strengths .strengths-list h3 {}

.area-strengths .strengths-list p {}


/*-- area-info --*/
.area-info {
  margin-top: 80px;
}

.area-info.bg-title::before {
  left: 0;
  right: 0;
  text-align: center;
  content: "INFORMATION";
}

.area-info .box {
  padding: 24px 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.area-info .box p.line {
  padding-bottom: 4px;
  margin-bottom: 12px;
  box-sizing: border-box;
  border-bottom: 1px solid #999;
}

.area-info .box .circle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.area-info .box .circle li {
  width: 100%;
  margin-top: 12px;
}


/*-- area-quality --*/
.area-quality {
  margin-top: 60px;
}

.area-quality.bg-title::before {
  left: 20px;
  content: "QUALITY POLICY";
}

.area-quality .quality-list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.area-quality .quality-list .txt,
.area-quality .quality-list figure {
  width: 100%;
}


.area-quality .quality-list .txt {
  margin-top: 20px;
  box-sizing: border-box;
}

.area-quality .btn {
  width: 280px;
  margin-top: 20px;
}



/*-- area-system --*/
.area-system {
  margin-top: 120px;
}

.area-system.bg-title::before {
  right: 20px;
  content: "QUALITY ASSURANCE";
}

.area-system h4 {
  margin-bottom: 24px;
  color: #184aa1;
}

.area-system figure {
  width: 100%;
  max-width: 1032px;
  margin: auto;
}



/* ====================================================================================
		tablet
==================================================================================== */
@media screen and (min-width: 768px) {

  /*-- area-manufacture --*/
  .area-manufacture {
    margin-top: 120px;
  }

  .area-manufacture.bg-title::before {
    left: 20px;
    content: "MANUFACTURING";
  }

  .area-manufacture .manufacture-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
  }

  .area-manufacture .manufacture-list .item {
    width: 32.4%;
  }

  .area-manufacture .manufacture-list .item + .item + .item {
    margin-top: 0px;
  }

  .area-manufacture .manufacture-list figure figcaption {
    font-size: 1.4rem;
    text-align: left;
  }

  .area-manufacture .movie {
    margin: 60px auto 0;
  }

  .area-manufacture .movie > div {
    position: relative;
    width: 70%;
    margin: auto;
    padding-top: 39.5%;
  }

  .area-manufacture .movie > div iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }


  /*-- area-strengths --*/
  .area-strengths {
    margin-top: 80px;
  }

  .area-strengths.bg-title::before {
    right: 20px;
    content: "STRENGTHS";
  }

  .area-strengths .strengths-list {
    display: flex;
    justify-content: space-between;
  }

  .area-strengths .strengths-list .item {
    max-width: 620px;
    width: 48%;
  }

  .area-strengths .strengths-list .item + .item {
    margin-top: 0px;
  }

  .area-strengths .strengths-list h3 {}

  .area-strengths .strengths-list p {
    min-height: 180px;
  }


  /*-- area-info --*/
  .area-info {
    margin-top: 80px;
  }

  .area-info.bg-title::before {
    left: 0;
    right: 0;
    text-align: center;
    content: "INFORMATION";
  }

  .area-info .box {
    padding: 24px 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
  }

  .area-info .box p.line {
    padding-bottom: 4px;
    margin-bottom: 12px;
    box-sizing: border-box;
    border-bottom: 1px solid #999;
  }

  .area-info .box .circle {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .area-info .box .circle li {
    width: 32%;
    margin-top: 12px;
  }


  /*-- area-quality --*/
  .area-quality {
    margin-top: 120px;
  }

  .area-quality.bg-title::before {
    left: 20px;
    content: "QUALITY POLICY";
  }

  .area-quality .quality-list {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
  }

  .area-quality .quality-list .txt,
  .area-quality .quality-list figure {
    width: 50%;
  }


  .area-quality .quality-list .txt {
    margin-top: 0px;
    padding-right: 50px;
    box-sizing: border-box;
  }



  /*-- area-system --*/
  .area-system {
    margin-top: 120px;
  }

  .area-system.bg-title::before {
    right: 20px;
    content: "QUALITY ASSURANCE";
  }

  .area-system h4 {
    margin-bottom: 24px;
    color: #184aa1;
  }

  .area-system figure {
    width: 100%;
    max-width: 1032px;
    margin: auto;
  }

}



/* ====================================================================================
		PC
==================================================================================== */

@media screen and (min-width: 1024px) {}
