@charset "UTF-8";
/*==========================================================================

   mixin

===========================================================================*/
/*--------------------------------------------------------------------------
   overwrite
---------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------
   common
---------------------------------------------------------------------------*/
.block-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.block-txt {
  position: relative;
  padding-left: 30px;
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .block-txt {
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .block-txt {
    padding-right: 0;
    width: 100%;
  }
}
.block-txt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 100%;
  background-color: #d0b787;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
@media only screen and (max-width: 767px) {
  .block-txt::before {
    left: -25px !important;
    right: auto;
    width: 5px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}
.block-txt .txt {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 4;
  text-align: left;
}
@media screen and (min-width: 1001px) and (max-width: 1400px) {
  .block-txt .txt {
    font-size: 1.255vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .block-txt .txt {
    font-size: 1.55vw;
  }
}
@media only screen and (max-width: 767px) {
  .block-txt .txt {
    font-size: 14px;
    text-align: left !important;
    line-height: 1.8;
  }
}
.block-txt .txt::before {
  content: "";
  display: block;
  margin-top: -1.2em;
}
@media only screen and (max-width: 767px) {
  .block-txt .txt::before {
    margin-top: 0;
  }
}
.block-txt .txt::after {
  content: "";
  display: block;
  margin-top: -2em;
}
@media only screen and (max-width: 767px) {
  .block-txt .txt::after {
    margin-top: 0;
  }
}
.block-txt .txt .space {
  width: 1em;
}
.block-txt .txt .space--pc {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .block-txt .txt .space--pc {
    display: none;
  }
}
.block-txt .txt .space--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .block-txt .txt .space--sp {
    display: inline-block;
  }
}

.block-flex--reverse .block-txt {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .block-flex--reverse .block-txt {
    padding-right: 0;
  }
}
.block-flex--reverse .block-txt .txt {
  text-align: right;
}
.block-flex--reverse .block-txt::before {
  left: auto;
  right: 0;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
@media only screen and (max-width: 767px) {
  .block-flex--reverse .block-txt::before {
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

.block-circle {
  position: relative;
  z-index: 2;
  max-width: 1250px;
  margin: 0 auto;
  *zoom: 1;
}
.block-circle:after {
  content: "";
  display: table;
  clear: both;
}
.block-circle__img {
  position: relative;
  float: left;
  -webkit-shape-outside: circle(50%);
          shape-outside: circle(50%);
}
@media only screen and (max-width: 767px) {
  .block-circle__img {
    float: none;
    margin-bottom: 25px;
  }
}
.block-circle__img .img {
  position: relative;
  max-width: 700px;
  width: 700px;
  height: auto;
  border-radius: 9999px;
  overflow: hidden;
  aspect-ratio: 1/1;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .block-circle__img .img {
    width: calc(56vw - 40px);
  }
}
@media only screen and (max-width: 767px) {
  .block-circle__img .img {
    width: 100%;
  }
}
.block-circle__img .img .circle-line {
  position: absolute;
  top: 0;
  right: 0;
  width: 76px;
  height: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .block-circle__img .img .circle-line {
    width: 6.004vw;
  }
}
@media only screen and (max-width: 767px) {
  .block-circle__img .img .circle-line {
    display: none;
  }
}
.block-circle__img .img .circle-line .circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 700px;
  height: 700px;
  border: 15px solid #d0b787;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 9999px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .block-circle__img .img .circle-line .circle {
    width: calc(56vw - 40px);
    height: calc(56vw - 40px);
  }
}
.block-circle__img img {
  width: 100%;
  height: auto;
}
.block-circle__img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* ビデオを容器にフィットさせる */
  position: absolute; /* ビデオをコンテナに合わせて配置 */
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); /* ビデオを中央に配置 */
}
.block-circle__txt {
  position: relative;
  padding-top: 350px;
  translate: 30px 0;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .block-circle__txt {
    padding-top: 26.315vw;
  }
}
@media only screen and (max-width: 767px) {
  .block-circle__txt {
    padding-top: 0;
    translate: 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-circle__txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 5px;
    height: 100%;
    background-color: #d0b787;
  }
}
.block-circle__txt .txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 4;
  text-align: left;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .block-circle__txt .txt {
    font-size: 1.57vw;
  }
}
@media only screen and (max-width: 767px) {
  .block-circle__txt .txt {
    margin-top: 0 !important;
    font-size: 14px;
    text-align: left !important;
    line-height: 1.8;
  }
}
.block-circle__txt .txt::before {
  content: "";
  display: block;
  margin-top: -1em;
}
@media only screen and (max-width: 767px) {
  .block-circle__txt .txt::before {
    margin-top: 0;
  }
}
.block-circle__txt .txt::after {
  content: "";
  display: block;
  margin-top: -2em;
}
@media only screen and (max-width: 767px) {
  .block-circle__txt .txt::after {
    margin-top: 0;
  }
}
.block-circle__txt .txt .space {
  width: 1em;
}
.block-circle__txt .txt .space--pc {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .block-circle__txt .txt .space--pc {
    display: none;
  }
}
.block-circle__txt .txt .space--sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .block-circle__txt .txt .space--sp {
    display: inline-block;
  }
}

.block-circle--reverse .block-circle__img {
  float: right;
  -webkit-shape-outside: circle(50%);
          shape-outside: circle(50%);
}
@media only screen and (max-width: 767px) {
  .block-circle--reverse .block-circle__img {
    float: none;
  }
}
.block-circle--reverse .block-circle__img .img .circle-line {
  right: auto;
  left: 0;
}
.block-circle--reverse .block-circle__img .img .circle-line .circle {
  right: auto;
  left: 0;
}
.block-circle--reverse .block-circle__txt {
  translate: -30px 0;
}
@media only screen and (max-width: 767px) {
  .block-circle--reverse .block-circle__txt {
    translate: 0 0;
  }
}
.block-circle--reverse .block-circle__txt .txt {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .block-circle--reverse .block-circle__txt .txt {
    text-align: left !important;
  }
}

/* en
=================================================================*/
html:lang(en) body .block-txt .txt {
  font-size: 16px;
  line-height: 3;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  html:lang(en) body .block-txt .txt {
    font-size: 1.28vw;
  }
}
html:lang(en) body .block-txt .txt::before {
  margin-top: -1em;
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .block-txt .txt::before {
    margin-top: 0;
  }
}
html:lang(en) body .block-txt .txt::after {
  margin-top: -1em;
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .block-txt .txt::after {
    margin-top: 0;
  }
}
html:lang(en) body .block-circle .txt {
  font-size: 16px;
  line-height: 3;
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  html:lang(en) body .block-circle .txt {
    font-size: 1.28vw;
  }
}
html:lang(en) body .block-circle .txt::before {
  margin-top: -1em;
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .block-circle .txt::before {
    margin-top: 0;
  }
}
html:lang(en) body .block-circle .txt::after {
  margin-top: -1em;
}
@media only screen and (max-width: 767px) {
  html:lang(en) body .block-circle .txt::after {
    margin-top: 0;
  }
}

/*--------------------------------------------------------------------------
   #sec-mv
---------------------------------------------------------------------------*/
.sec-mv {
  position: relative;
  width: 100%;
  height: calc(100vh - 96px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 767px) {
  .sec-mv {
    height: calc(var(--vh) * 100 - 64px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.sec-mv::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #d0b787;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.sec-mv__clock .clock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-mv__clock .clock__inline {
  position: relative;
}
.sec-mv__clock .clock a {
  position: relative;
  display: inline-block;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}
.sec-mv__clock .clock__img {
  position: relative;
  display: inline-block;
  text-align: center;
  overflow: hidden;
  border-radius: 9999px;
}
.sec-mv__clock .clock__img img {
  max-width: 80vw;
  width: auto;
  max-height: calc(100vh - 296px);
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 767px) {
  .sec-mv__clock .clock__img img {
    max-width: 80vw;
    width: 500px;
    max-height: calc(var(--vh) * 100 - 214px);
  }
}
@media screen and (max-width: 767px) and (max-height: 710px) {
  .sec-mv__clock .clock__img img {
    width: auto;
    max-height: calc(var(--vh) * 100 - 214px);
  }
}
.sec-mv__clock .clock__img figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  translate: 0 -200%;
  line-height: 1;
  font-size: 24px;
  color: #54565A;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sec-mv__clock .clock__img figcaption {
    translate: 0 -200%;
    font-size: 12px;
  }
}
.sec-mv__clock .clock__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/manufacturing-excellence/common/img_btn_cover.svg);
  background-repeat: none;
  background-size: cover;
  pointer-events: none;
  -webkit-animation: 60s linear infinite clock-rotation;
          animation: 60s linear infinite clock-rotation;
}
@-webkit-keyframes clock-rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes clock-rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sec-mv__clock .clock__name {
  width: 100%;
  margin-top: 20px;
  padding-bottom: 5px;
  text-align: center;
  line-height: 1;
  font-size: 90px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #54565A;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec-mv__clock .clock__name {
    font-size: 9vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-mv__clock .clock__name {
    font-size: 10.67vw;
  }
}
.sec-mv__scroll {
  pointer-events: none;
}
.sec-mv__scroll-inline {
  position: absolute;
  bottom: 10%;
  right: 20px;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .sec-mv__scroll-inline {
    right: 5%;
    bottom: 10%;
  }
}
.sec-mv__scroll .scroll {
  font-family: inherit;
  font-size: 12px;
  color: #000;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-animation: 3s ease-out infinite scd;
          animation: 3s ease-out infinite scd;
}
@media only screen and (max-width: 767px) {
  .sec-mv__scroll .scroll {
    font-size: 13px;
  }
}
@-webkit-keyframes scd {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes scd {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec-mv__scroll .scroll .txt {
  position: relative;
  display: block;
  padding-bottom: 20px;
}
.sec-mv__scroll .scroll .txt::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 13px;
  background: url("../../img/common/ico_arrow_scroll_color.svg") no-repeat 50% 50%/cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sec-mv::after {
  scale: 1 1;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media only screen and (max-width: 767px) {
  .sec-mv::after {
    -webkit-transition: none;
    transition: none;
  }
}

.sec-mv__scroll {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.sec-mv.is-scroll::after {
  scale: 0 1;
}
@media only screen and (max-width: 767px) {
  .sec-mv.is-scroll::after {
    scale: 1 1;
  }
}
.sec-mv.is-scroll .sec-mv__scroll {
  opacity: 0;
  pointer-events: none;
}

/*--------------------------------------------------------------------------
   #sec-bottom
---------------------------------------------------------------------------*/
.sec-bottom__clock {
  position: relative;
  z-index: 2;
}
.sec-bottom__clock::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: #d0b787;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.sec-bottom__clock .img {
  overflow: hidden;
}
.sec-bottom__clock .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1370/916;
}
.sec-bottom__nav {
  max-width: 1370px;
  padding: 150px 0 50px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-bottom__nav {
    padding: 40px 0;
  }
}
.sec-bottom__list .swiper-container {
  padding: 0 35px 120px;
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .sec-bottom__list .swiper-container {
    padding: 0 20px 120px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-bottom__list .swiper-container {
    padding: 0 20px 60px;
  }
}
.sec-bottom__list .clock {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .sec-bottom__list .clock {
    width: 28%;
  }
}
.sec-bottom__list .clock__inline {
  position: relative;
  width: 100%;
  text-align: center;
}
.sec-bottom__list .clock__img {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
  border-radius: 9999px;
}
.sec-bottom__list .clock__img img {
  width: 100%;
  height: auto;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sec-bottom__list .clock__img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/manufacturing-excellence/common/img_btn_cover.svg);
  background-repeat: none;
  background-size: cover;
  pointer-events: none;
}
.sec-bottom__list .clock__img--top::after {
  content: none;
}
.sec-bottom__list .clock__name {
  width: 100%;
  margin-top: 20px;
  text-align: center;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0.05em;
  color: #54565A;
}
@media screen and (min-width: 768px) and (max-width: 1370px) {
  .sec-bottom__list .clock__name {
    font-size: 2.19vw;
  }
}
@media only screen and (max-width: 767px) {
  .sec-bottom__list .clock__name {
    font-size: 2.75vw;
  }
}
@media screen and (max-width: 500px) {
  .sec-bottom__list .clock__name {
    font-size: 2.5vw;
  }
}
.sec-bottom__list .clock a:hover .clock__img::after {
  -webkit-animation: 10s linear infinite clock-rotation;
          animation: 10s linear infinite clock-rotation;
}
@keyframes clock-rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.sec-bottom__list .clock a:hover .clock__img img {
  scale: 1.1;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.1" /><feFuncG type="linear" slope="1.1" /><feFuncB type="linear" slope="1.1" /></feComponentTransfer></filter></svg>#filter');
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}
.sec-bottom__list .clock a:hover .clock__img figcaption {
  opacity: 1;
}
.sec-bottom__list .swiper-button-prev,
.sec-bottom__list .swiper-button-next {
  position: absolute;
  top: auto;
  bottom: 0;
  width: 50px;
  height: 50px;
  background-color: #54565A;
  border-radius: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .sec-bottom__list .swiper-button-prev,
  .sec-bottom__list .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.sec-bottom__list .swiper-button-prev::after,
.sec-bottom__list .swiper-button-next::after {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .sec-bottom__list .swiper-button-prev::after,
  .sec-bottom__list .swiper-button-next::after {
    font-size: 18px;
  }
}
.sec-bottom__list .swiper-button-prev:hover,
.sec-bottom__list .swiper-button-next:hover {
  opacity: 0.7;
}
.sec-bottom__list .swiper-button-prev {
  left: 50%;
  -webkit-transform: translate(calc(-50% - 250px), 0);
          transform: translate(calc(-50% - 250px), 0);
}
@media screen and (min-width: 768px) and (max-width: 1370px) {
  .sec-bottom__list .swiper-button-prev {
    -webkit-transform: translate(calc(-50% - 18.25vw), 0);
            transform: translate(calc(-50% - 18.25vw), 0);
  }
}
@media only screen and (max-width: 767px) {
  .sec-bottom__list .swiper-button-prev {
    -webkit-transform: translate(calc(-50% + -25vw - -35px - 25px), 0);
            transform: translate(calc(-50% + -25vw - -35px - 25px), 0);
  }
}
.sec-bottom__list .swiper-button-next {
  right: 50%;
  -webkit-transform: translate(calc(50% + 250px), 0);
          transform: translate(calc(50% + 250px), 0);
}
@media screen and (min-width: 768px) and (max-width: 1370px) {
  .sec-bottom__list .swiper-button-next {
    -webkit-transform: translate(calc(50% + 18.25vw), 0);
            transform: translate(calc(50% + 18.25vw), 0);
  }
}
@media only screen and (max-width: 767px) {
  .sec-bottom__list .swiper-button-next {
    -webkit-transform: translate(calc(50% + 25vw - 35px + 25px), 0);
            transform: translate(calc(50% + 25vw - 35px + 25px), 0);
  }
}

/*--------------------------------------------------------------------------
   #sec-main
---------------------------------------------------------------------------*/
.sec-main {
  position: relative;
  padding: 100px 40px 120px;
  background-image: url(../../img/manufacturing-excellence/common/bg_main.svg);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: 300% auto;
}
@media only screen and (max-width: 767px) {
  .sec-main {
    padding: 45px 20px 70px;
    background-size: 280% auto;
  }
}
.sec-main .line {
  position: absolute;
  top: 0;
  left: calc(50% - 2px);
  width: 4px;
  height: 100%;
  background-color: #d0b787;
  z-index: 1;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}
@media only screen and (max-width: 767px) {
  .sec-main .line {
    left: 18px;
    width: 2px;
  }
}
.sec-main__heading {
  position: relative;
  max-width: 812px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px;
  background-color: #fff;
  border-bottom: 10px solid #d0b787;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .sec-main__heading {
    padding: 15px 10px;
  }
}
.sec-main__heading .hdg {
  display: inline-block;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-main__heading .hdg {
    font-size: 23px;
  }
}
@media only screen and (max-width: 767px) {
  .sec-main__contents {
    padding: 30px 25px 0 !important;
  }
}

/* en
=================================================================*/
html:lang(en) body .sec-main__heading .hdg {
  letter-spacing: 0;
}

/*--------------------------------------------------------------------------
   #p1
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents {
  padding-top: 40px;
}
.page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block01 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block01 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block01__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block01__img {
    padding: 0;
    margin-bottom: 45px;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block01__img .img {
  overflow: hidden;
  width: calc(100% + 40px);
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block01__img .img {
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block01__img img {
  max-width: 649px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block01__img img {
    width: 48.79vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block01__img img {
    max-width: 100%;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block02 {
  margin-bottom: 132px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block02 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block02__hdg {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block02__hdg {
    padding-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block02__hdg .hdg {
  font-size: 68px;
  text-align: right;
  line-height: 1.2;
  color: #54565A;
}
@media screen and (min-width: 768px) and (max-width: 1380px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block02__hdg .hdg {
    font-size: 4.93vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block02__hdg .hdg {
    font-size: 44px;
    text-align: left;
  }
}
.page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block03 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block03 {
    display: block;
  }
}
.page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block03__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block03__img img {
  max-width: 591px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-hairsprings .sec-main__contents .block03__img img {
    max-width: 100%;
    width: 100%;
  }
}
/*--------------------------------------------------------------------------
   #p2
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-screws .sec-bottom {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-screws .sec-mv {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-screws .sec-main {
  background-color: #fff;
  background-image: url(../../img/manufacturing-excellence/common/bg_main_screws.svg);
}
.page-manufacturing-excellence.page-detail-screws .sec-main__heading {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents {
  padding-top: 100px;
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block01 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block01 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block01__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block01__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block01__img .img {
  width: calc(100% + 40px);
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block01__img .img {
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block01__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
  translate: -40px 0;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block01__img img {
    width: 100%;
    translate: 0;
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block02 {
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 132px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block02 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block02__img {
  padding-left: 60px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block02__img {
    padding: 0;
    margin-bottom: 45px;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block02__img .img {
  padding-top: 50px;
  overflow: hidden;
  width: calc(100% + 40px);
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block02__img .img {
    width: calc(100% + 45px);
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block02__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block02__img img {
    width: 48.79vw;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block02__img img {
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block03 {
  margin-bottom: 210px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block03 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block03__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block03__img img {
  max-width: 625px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block04 {
    display: block;
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block04__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-screws .sec-main__contents .block04__img {
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-screws .sec-main__contents .block04__img img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------------------
   #p3
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-gears .sec-main__contents {
  padding-top: 70px;
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block01 {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-gears .sec-main__contents .block01 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-gears .sec-main__contents .block01__img {
    margin-bottom: 25px;
  }
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block01__img .img {
  width: calc(100% + 80px);
  margin-left: -40px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-gears .sec-main__contents .block01__img .img {
    width: 100%;
    margin-left: 0px;
  }
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block01__img .img img {
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block01 .block-txt {
  padding-top: 45px;
  margin-left: 50%;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-gears .sec-main__contents .block01 .block-txt {
    padding-top: 0;
    margin-left: 0;
  }
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block02 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-gears .sec-main__contents .block02 {
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block02 .block-circle__txt .txt {
  margin-top: -140px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .page-manufacturing-excellence.page-detail-gears .sec-main__contents .block02 .block-circle__txt .txt {
    margin-top: -10.05vw;
  }
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block03 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-gears .sec-main__contents .block03 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block03__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-gears .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block03__img img {
  max-width: 591px;
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block04 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-gears .sec-main__contents .block04 {
    display: block;
  }
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block04__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-gears .sec-main__contents .block04__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block04__img img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-gears .sec-main__contents .block04 .block-txt {
  margin-top: 4em;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-gears .sec-main__contents .block04 .block-txt {
    margin: 0;
  }
}

/*--------------------------------------------------------------------------
   #p4
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-coils .sec-bottom {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-coils .sec-mv {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-coils .sec-main {
  background-color: #000;
  background-image: url(../../img/manufacturing-excellence/common/bg_main_coils.svg);
}
.page-manufacturing-excellence.page-detail-coils .sec-main__heading {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents {
  padding-top: 100px;
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block01 {
  margin-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block01 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block01__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block01__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block01__img img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block01 .block-txt {
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block01 .block-txt {
    margin: 0;
  }
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block02 {
  position: relative;
  z-index: 2;
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block02 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block02__img {
    margin-bottom: 25px;
  }
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block02__img .img {
  max-width: 100%;
  width: 810px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block02__img .img {
    width: 100%;
    margin-left: 0px;
  }
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block02__img .img video {
  display: block;
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block02 .block-txt {
  padding-top: 45px;
  margin-left: 50%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block02 .block-txt {
    padding-top: 0;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block02 .block-flex--reverse {
    margin-bottom: 25px;
  }
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block02 .block-flex--reverse .block-txt {
  padding-top: 0;
  padding-bottom: 45px;
  margin-left: 0;
  margin-right: 50%;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block02 .block-flex--reverse .block-txt {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
  }
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block03 {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block03 {
    display: block;
  }
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block03__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block03__img img {
  max-width: 597px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-coils .sec-main__contents .block03__img img {
    max-width: 100%;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-coils .sec-main__contents .block03 .block-txt {
  color: #fff;
}

/*--------------------------------------------------------------------------
   #p5
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents {
  padding-top: 70px;
}
.page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block01 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block01 {
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block01 .block-circle__txt .txt {
  margin-top: -140px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block01 .block-circle__txt .txt {
    margin-top: -10.05vw;
  }
}
.page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block02 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block02 {
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block02 .block-circle__txt .txt {
  margin-top: -140px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block02 .block-circle__txt .txt {
    margin-top: -10.05vw;
  }
}
.page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block03 {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block03 {
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block03 .block-circle__txt .txt {
  margin-top: -180px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block03 .block-circle__txt .txt {
    margin-top: -13.53vw;
  }
}
.page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block04 .block-circle__txt .txt {
  margin-top: -215px;
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .page-manufacturing-excellence.page-detail-main-plates .sec-main .sec-main__contents .block04 .block-circle__txt .txt {
    margin-top: -17.17vw;
  }
}

/*--------------------------------------------------------------------------
   #p2
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-bottom {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-mv {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main {
  background-color: #fff;
  background-image: url(../../img/manufacturing-excellence/common/bg_main_screws.svg);
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__heading {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents {
  padding-top: 100px;
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block01 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 180px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block01 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block01__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block01__img {
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block01__img .img {
  max-width: 657px;
  width: 100%;
  aspect-ratio: 1920/1080;
  overflow: hidden;
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block01__img video {
  width: 100%;
  height: auto;
  scale: 1.2;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block01__img video {
    max-width: 100%;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block02 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 65px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block02 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block02__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block02__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block02__img img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block02__img img {
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block03 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block03 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block03__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block03__img .img {
  max-width: 657px;
  width: 100%;
  overflow: hidden;
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block03__img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block03__img img {
    max-width: 100%;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block03__img.is-show img {
  translate: 0 0;
  -webkit-transition: translate 0.6s ease-in-out;
  transition: translate 0.6s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block03 .block-txt {
    text-align: left;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block04 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block04 {
    display: block;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block04__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block04__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block04__img img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block04__img img {
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block04 .block-txt {
  margin-top: 4em;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-oscillating-weights .sec-main__contents .block04 .block-txt {
    margin: 0;
  }
}

/*--------------------------------------------------------------------------
   #p2
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-pallet-forks .sec-bottom {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-mv {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents {
  padding-top: 100px;
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block01 {
  position: relative;
  z-index: 2;
  margin-bottom: 216px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block01 {
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block01__img {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block01__img {
    margin-bottom: 30px;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block01__img .img {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block01__img .img {
    width: 100%;
    margin-left: 0px;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block01__img .img video {
  width: 100%;
  height: auto;
  scale: 1.4;
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block01 .block-txt {
  margin-left: 50%;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block01 .block-txt {
    padding-top: 0;
    margin-left: 0;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block02 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 103px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block02 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block02__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block02__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block02__img .img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block02__img .img {
    aspect-ratio: 10/11;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block02__img img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 590px;
  width: 100%;
  height: auto;
  translate: 0 50%;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block02__img img {
    position: static;
    translate: 0 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0;
       object-position: 50% 0;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block03 {
  margin-bottom: 150px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block03 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block03__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block03__img img {
  max-width: 590x;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block03__img img {
    max-width: 100%;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block04 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block04 {
    display: block;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block04__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block04__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block04__img .img {
  translate: 0 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block04__img .img {
    translate: 0 0;
  }
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block04__img img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block04 .block-txt {
  margin-top: 4em;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-pallet-forks .sec-main__contents .block04 .block-txt {
    margin: 0;
  }
}

/*--------------------------------------------------------------------------
   #p2
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-barrels-complete .sec-bottom {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-mv {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main {
  background-color: #fff;
  background-image: url(../../img/manufacturing-excellence/common/bg_main_barrels.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main {
    background-image: url(../../img/manufacturing-excellence/common/bg_main_barrels.svg);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: 10% 0;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__heading {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents {
  padding-top: 180px;
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block01 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block01 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block01__img {
  margin-top: -100px;
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block01__img {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block01__img .img {
  max-width: 657px;
  width: 100%;
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block01__img .img img {
  width: 120%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block02 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: -60px;
  margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block02 {
    display: block;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block02__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block02__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block02__img img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block02__img img {
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block03 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 320px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block03 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block03__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block03__img .img {
  max-width: 657px;
  width: 100%;
  overflow: hidden;
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block03__img img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block03__img img {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block03 .block-txt {
    text-align: left;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block04 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block04 {
    display: block;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block04__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block04__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block04__img img {
  visibility: hidden;
  max-width: 590px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block04__img img {
    display: none;
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block04 .block-txt {
  margin-top: 4em;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-barrels-complete .sec-main__contents .block04 .block-txt {
    margin: 0;
  }
}

/*--------------------------------------------------------------------------
   #p2
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-bottom {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-mv {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main {
  background-color: #eee;
  padding-bottom: 0;
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents {
  padding-top: 180px;
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block01 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block01 {
    display: block;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block01__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block01__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block01__img img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block01__img img {
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block02 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block02 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block02__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block02__img {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block02__img .img {
  max-width: 657px;
  width: 100%;
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block02__img .img img {
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block03 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 320px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block03 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block03__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block03__img img {
  max-width: 520px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block03__img img {
    width: calc(100% + 50px);
    translate: -50px;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block03 .block-txt {
    text-align: left;
  }
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block04 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url(../../img/manufacturing-excellence/day-date-indicator/img_block04.webp);
  background-position: left 100%;
  background-repeat: no-repeat;
  background-size: 1304px 770px;
  height: 770px;
  margin: 0 -40px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block04 {
    display: block;
    height: 340px;
    background-size: auto 340px;
  }
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block04__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block04__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block04__img img {
  visibility: hidden;
  max-width: 590px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block04__img img {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-day-date-indicator .sec-main__contents .block04 .block-txt {
    max-width: 390px;
    margin: 0 0 0 40px;
    padding-right: 45px;
    text-align: left;
    translate: 0 120px;
  }
}
.page-manufacturing-excellence.page-detail-day-date-indicator .block03__img[data-show] .img {
  translate: 50% 0;
  -webkit-transition: translate 1s ease-in-out;
  transition: translate 1s ease-in-out;
}
.page-manufacturing-excellence.page-detail-day-date-indicator .block03__img.is-show[data-show] .img {
  translate: 0 0;
}

/*--------------------------------------------------------------------------
   #p2
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-circuit-block .sec-bottom {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-mv {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main {
  background-color: #fff;
  background-image: url(../../img/manufacturing-excellence/common/bg_main_screws.svg);
  padding-bottom: 60px;
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__heading {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents {
  padding-top: 180px;
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block01 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block01__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block01__img {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block01__img .img {
  max-width: 561px;
  width: 100%;
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block01__img .img img {
  width: 120%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block02 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block02 {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block02__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block02__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block02__img img {
  max-width: 511px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block02__img img {
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block03 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block03 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block03__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block03__img {
    margin-bottom: 0;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block03__img .img {
  max-width: 500px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block03__img img {
  width: 100%;
  max-width: 326px;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block03__img img {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block03 .block-txt {
    text-align: left;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block04 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block04 {
    display: block;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block04__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block04__img {
    margin-bottom: 0;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block04__img img {
  visibility: hidden;
  max-width: 590px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block04__img img {
    display: none;
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block04 .block-txt {
  margin-top: 4em;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block04 .block-txt {
    margin: 0;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block-full {
  position: relative;
  z-index: 2;
  margin: 0 -40px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block-full {
    margin: 0 -45px 60px;
  }
}
.page-manufacturing-excellence.page-detail-circuit-block .sec-main__contents .block-full img {
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-circuit-block .block01__img[data-show] .img {
  translate: -50% 0;
  -webkit-transition: translate 1s ease-in-out;
  transition: translate 1s ease-in-out;
}
.page-manufacturing-excellence.page-detail-circuit-block .block01__img.is-show[data-show] .img {
  translate: 0 0;
}

/*--------------------------------------------------------------------------
   #p2
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-rotor .sec-bottom {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-rotor .sec-mv {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-rotor .sec-main {
  background-color: #eee;
  padding-bottom: 60px;
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents {
  padding-top: 120px;
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block01 {
    display: block;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block01__img {
  padding-right: 0;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block01__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block01__img img {
  max-width: 623px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block01__img img {
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block02 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block02 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block02__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block02__img {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block02__img .img {
  max-width: 591px;
  width: 100%;
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block02__img .img img {
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block03 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block03 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block03__img {
  padding-right: 30px;
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block03__img img {
  max-width: 327px;
  width: 100%;
  height: auto;
  translate: 80px 0;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block03__img img {
    width: 100%;
    translate: 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block03 .block-txt {
    text-align: left;
  }
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block04 {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block04 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block04__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block04__img {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block04__img .img {
  max-width: 589px;
  width: 100%;
}
.page-manufacturing-excellence.page-detail-rotor .sec-main__contents .block04__img .img img {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------------------
   #p2
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-setting-stem .sec-bottom {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-mv {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main {
  background-color: #fff;
  background-image: url(../../img/manufacturing-excellence/common/bg_main_screws.svg);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main {
    padding-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__heading {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents {
  padding-top: 180px;
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block01 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block01__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block01__img {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block01__img .img {
  max-width: 591px;
  width: 100%;
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block01__img .img img {
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block02 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block02 {
    display: block;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block02__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block02__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block02__img img {
  max-width: 591px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block02__img img {
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block03 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block03 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block03__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block03__img .img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block03__img img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block03__img img {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block03 .block-txt {
    text-align: left;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block04 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block04 {
    display: block;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block04__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block04__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block04__img img {
  max-width: 498px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block04__img img {
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block04 .block-txt {
  margin-top: 4em;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block04 .block-txt {
    margin: 0;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block-full {
  position: relative;
  margin: 0 -40px 40px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block-full {
    margin: 0 -45px 60px 0;
  }
}
.page-manufacturing-excellence.page-detail-setting-stem .sec-main__contents .block-full img {
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-setting-stem .block04__img[data-show] .img {
  translate: 0 50%;
  -webkit-transition: translate 1s ease-in-out;
  transition: translate 1s ease-in-out;
}
.page-manufacturing-excellence.page-detail-setting-stem .block04__img.is-show[data-show] .img {
  translate: 0 0;
}

/*--------------------------------------------------------------------------
   #p2
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-jewels .sec-bottom {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-jewels .sec-bottom__clock .img img {
  scale: 2.1;
}
.page-manufacturing-excellence.page-detail-jewels .sec-mv {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-jewels .sec-main {
  background-color: #fff;
  background-image: url(../../img/manufacturing-excellence/common/bg_main_screws.svg);
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__heading {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents {
  padding-top: 100px;
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block01 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 350px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block01 {
    display: block;
    margin-bottom: 200px;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block01__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block01__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block01__img .img {
  text-align: right;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block01__img .img {
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block01__img img {
  max-width: 720px;
  width: 100%;
  height: auto;
  translate: -40px 0;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block01__img img {
    width: 100%;
    translate: 0;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 {
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 160px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02__img {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02__img {
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02__img .img img {
  opacity: 0;
  width: 100%;
  height: 1px;
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 .obj {
  position: absolute;
  top: -240px;
  left: 50%;
  pointer-events: none;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  translate: -50% 0;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 .obj {
    top: -180px;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 .obj img {
  display: block;
  max-width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 .obj img.img1 {
  translate: -80% 0;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 .obj img.img1 {
    translate: -70% 0;
    width: 160px;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 .obj img.img2 {
  translate: 10% 0%;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 .obj img.img2 {
    width: 176px;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 .obj img.img3 {
  translate: 75% 15%;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 .obj img.img3 {
    width: 236px;
    translate: 85% 15%;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block02 .block-txt {
  position: relative;
  z-index: 2;
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block03 {
  margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block03 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block03__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block03__img img {
  max-width: 520px;
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block04 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block04 {
    display: block;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block04__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block04__img {
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-jewels .sec-main__contents .block04__img img {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-jewels [data-show].obj {
  opacity: 1;
}
.page-manufacturing-excellence.page-detail-jewels [data-show].obj img {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.page-manufacturing-excellence.page-detail-jewels [data-show].obj.is-show img {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
.page-manufacturing-excellence.page-detail-jewels [data-show].obj.is-show img.img1 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.page-manufacturing-excellence.page-detail-jewels [data-show].obj.is-show img.img2 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.page-manufacturing-excellence.page-detail-jewels [data-show].obj.is-show img.img3 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

/*--------------------------------------------------------------------------
   #p2
---------------------------------------------------------------------------*/
.page-manufacturing-excellence.page-detail-crystal-oscillators {
  /* sec-bottom
  =================================================================*/
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-bottom {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-mv {
  background-color: #fff;
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main {
  background-color: #fff;
  background-image: url(../../img/manufacturing-excellence/common/bg_main_screws.svg);
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main {
    padding-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__heading {
  background-color: #eee;
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents {
  padding-top: 0;
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block01 {
    display: block;
    margin-bottom: 60px;
    margin-top: -30px;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block01__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  translate: 0 -15%;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block01__img {
    margin-top: 0px;
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
    translate: 0 0;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block01__img .img {
  max-width: 591px;
  width: 100%;
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block01__img .img img {
  width: 100%;
  height: auto;
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block02 {
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block02 {
    display: block;
    margin-top: 0;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block02__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block02__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block02__img img {
  max-width: 591px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block02__img img {
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block03 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block03 {
    display: block;
    margin-bottom: 60px;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block03__img {
  padding-left: 30px;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block03__img {
    margin-bottom: 25px;
    padding-left: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block03__img .img {
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block03__img img {
  max-width: 590px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block03__img img {
    max-width: 100%;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block03 .block-txt {
    text-align: left;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block04 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block04 {
    display: block;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block04__img {
  padding-right: 30px;
  width: 50%;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block04__img {
    margin-bottom: 25px;
    padding-right: 0;
    width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block04__img img {
  max-width: 498px;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block04__img img {
    max-width: 100%;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block04 .block-txt {
  margin-top: 4em;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__contents .block04 .block-txt {
    margin: 0;
  }
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .block04__img[data-show] .img {
  translate: 0 50%;
  -webkit-transition: translate 1s ease-in-out;
  transition: translate 1s ease-in-out;
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .block04__img.is-show[data-show] .img {
  translate: 0 0;
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-bottom__clock .img img {
  scale: 2.5 !important;
  translate: -40% 0 !important;
  -webkit-transition: scale 0s ease-in-out, translate 0s ease-in-out !important;
  transition: scale 0s ease-in-out, translate 0s ease-in-out !important;
}
.page-manufacturing-excellence.page-detail-crystal-oscillators .sec-bottom__clock.is-show .img img {
  scale: 1 !important;
  translate: 0 0 !important;
  -webkit-transition: scale 3s ease-in-out, translate 3s ease-in-out !important;
  transition: scale 3s ease-in-out, translate 3s ease-in-out !important;
}

/* en
=================================================================*/
html:lang(en) .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__heading .hdg {
  font-size: 42px;
}
@media only screen and (max-width: 767px) {
  html:lang(en) .page-manufacturing-excellence.page-detail-crystal-oscillators .sec-main__heading .hdg {
    font-size: 23px;
  }
}

/*--------------------------------------------------------------------------
   custom animation
---------------------------------------------------------------------------*/
/* sec-bottom
=================================================================*/
.sec-bottom__clock .img img {
  scale: 1.5;
  -webkit-transition: scale 0s ease-in-out;
  transition: scale 0s ease-in-out;
}
.sec-bottom__clock::after {
  opacity: 1;
  scale: 0 1;
  -webkit-transition: scale 0s ease-in-out;
  transition: scale 0s ease-in-out;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
@media only screen and (max-width: 767px) {
  .sec-bottom__clock::after {
    opacity: 0;
    scale: 1 1;
  }
}

.sec-bottom__clock.is-show .img img {
  scale: 1 !important;
  -webkit-transition: scale 3s ease-in-out;
  transition: scale 3s ease-in-out;
}
.sec-bottom__clock.is-show::after {
  scale: 1 1;
  -webkit-transition: scale 1s ease-in-out;
  transition: scale 1s ease-in-out;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
@media only screen and (max-width: 767px) {
  .sec-bottom__clock.is-show::after {
    opacity: 1;
    -webkit-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
    -webkit-transition-delay: 2s;
            transition-delay: 2s;
  }
}

/* scroll animation
=================================================================*/
[data-show] {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
[data-show].block-txt::before {
  scale: 0 1;
  -webkit-transition: scale 0.4s ease-in-out;
  transition: scale 0.4s ease-in-out;
}
[data-show].block-circle__img .circle-line {
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
}

.p3 [data-show].block-circle__img {
  opacity: 1;
}
.p3 [data-show].block-circle__img .img {
  overflow: hidden;
}
.p3 [data-show].block-circle__img .img img {
  scale: 1;
  -webkit-transform-origin: 55% 50%;
          transform-origin: 55% 50%;
  -webkit-transition: scale 0.4s ease-in-out;
  transition: scale 0.4s ease-in-out;
}

[data-show].is-show {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
[data-show].is-show.block-txt::before {
  scale: 1 1;
  -webkit-transition: scale 1s ease-in-out;
  transition: scale 1s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
[data-show].is-show.block-circle__img {
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.page-detail-gears [data-show].is-show.block-circle__img .img img {
  scale: 2;
  -webkit-transition: scale 2s ease-in-out;
  transition: scale 2s ease-in-out;
}