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

FACTORY

---------------------------------------- */
/* introduction
------------------------------- */
.factory--ttl {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  padding-bottom: 3rem !important;
  margin-bottom: 6rem;
  position: relative;
}
.factory--ttl small {
  display: block;
  width: 70%;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 0.6em 2em;
  margin: 0 auto 2rem;
  background-color: #f6f6f6;
}
.factory--ttl ._inner {
  display: block;
  text-align: center;
}

.factory_intro {
  padding: 0 0 12rem;
}
.factory_intro--desc {
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
  text-align: center;
}
.factory_intro--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: flex-start; /*横方向（Safari用）*/
  justify-content: flex-start; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
  width: 120rem;
  margin: 6rem auto 0;
}
.factory_intro--list--item {
  width: calc((100% - 1px - 6rem) / 3);
  background-color: #f6f6f6;
  border-top-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  padding: 9rem 3rem 3rem;
  position: relative;
  overflow: hidden;
}
.factory_intro--list--item--num {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /*縦方向（Safari用）*/
  align-items: center; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  width: 100%;
  height: 6rem;
  background-color: #000;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.factory_intro--list--item--ttl {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: center;
  margin-bottom: 2rem;
}
.factory_intro--list--item--ttl::after {
  content: "";
  display: block;
  width: 6rem;
  height: 1px;
  background-color: #000;
  margin: 2rem auto 0;
}
.factory_intro--list--item--desc {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}

/* 工場紹介
------------------------------- */
.factory_presentation {
  padding: 0rem 0 12rem;
}
.factory_presentation--fx {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  width: 140rem;
  margin: 0 auto 0;
  padding-bottom: 8rem;
  position: relative;
}
.factory_presentation--fx + .factory_presentation--fx {
  margin-top: 12rem;
}
.factory_presentation--fx::after {
  content: "";
  display: block;
  width: auto;
  height: 100%;
  background-color: #f6f6f6;
  border-top-left-radius: 4rem;
  border-top-right-radius: 0;
  border-bottom-left-radius: 4rem;
  border-bottom-right-radius: 0;
  position: absolute;
  top: 0;
  right: calc((100vw - 140rem) / 2 * -1);
  left: calc(50% - 24rem);
}
.factory_presentation--fx--img {
  flex-shrink: 0;
  width: 40%;
  padding-top: 10rem;
  position: relative;
  z-index: 1;
}
.factory_presentation--fx--img .u_image {
  border-radius: 0.5rem;
  box-shadow: 2rem 2rem 0 0 #4c4c47;
  overflow: hidden;
  margin-bottom: 3.8rem;
}
.factory_presentation--fx--img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.factory_presentation--fx--desc {
  flex-grow: 1;
  width: 60%;
  padding: 8rem 6rem 0 8rem;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}
.factory_presentation--fx--desc--ttl {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 3.2rem;
}
.factory_presentation--fx--desc--ttl .u_sub_title {
  display: block;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #ccc;
  margin-bottom: 1rem;
}
.factory_presentation--fx--desc--ttl .u_en {
  display: block;
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #4c4c47;
  margin-top: 0;
}
.factory_presentation--fx--desc--subttl {
  font-family: "Jost", "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.6;
  padding-left: 2em;
  margin-bottom: 4rem;
}
.factory_presentation--fx .u_table {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 3.2rem;
}
.factory_presentation--fx .u_table dt {
  flex-shrink: 0;
  width: 12rem;
  font-weight: 500;
}
.factory_presentation--fx .u_table dd {
  flex-grow: 1;
}

/* factory_movie
------------------------------- */
.factory_movie {
  padding: 0 0 16rem;
}
.factory_movie + .factory_movie {
  margin-top: -8rem;
}
.factory_movie--list {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start; /*縦方向（Safari用）*/
  align-items: flex-start; /* 縦方向*/
  -webkit-justify-content: center; /*横方向（Safari用）*/
  justify-content: center; /*横方向*/
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem;
}
.factory_movie--list--item {
  width: 100%;
  aspect-ratio: 16/9;
}
.factory_movie--list--item iframe {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .factory--ttl {
    font-size: 2.7rem;
    font-weight: 500;
    padding-bottom: 1rem !important;
    margin-bottom: 4rem;
  }
  .factory--ttl small {
    width: 100%;
    font-size: 1.3rem;
    margin: 0 auto 1rem;
  }
  .factory_intro {
    padding-bottom: 3rem;
  }
  .factory_intro--desc {
    font-size: 1.6rem;
  }
  .factory_intro--list {
    width: 100%;
    margin: 4rem auto 0;
  }
  .factory_intro--list--item {
    width: 100%;
    padding: 5rem 2rem 2rem;
  }
  .factory_intro--list--item--num {
    font-size: 1.4rem;
    height: 4rem;
  }
  .factory_intro--list--item--ttl {
    font-size: 2.4rem;
    margin-bottom: 1.5rem;
  }
  .factory_intro--list--item--ttl::after {
    margin-top: 1rem;
  }
  .factory_intro--list--item--desc {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .factory_presentation {
    padding: 3rem 0 3rem;
    overflow: hidden;
  }
  .factory_presentation--fx {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0 auto 0;
    padding-bottom: 4.8rem;
  }
  .factory_presentation--fx + .factory_presentation--fx {
    margin-top: 3rem;
  }
  .factory_presentation--fx::after {
    display: none;
  }
  .factory_presentation--fx--img {
    width: 100%;
    padding-top: 1.6rem;
    position: relative;
    top: 0;
  }
  .factory_presentation--fx--img .u_image {
    box-shadow: 1rem 1rem 0 0 #4c4c47;
    margin-bottom: 1.6rem;
  }
  .factory_presentation--fx--desc {
    width: auto;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 4rem 3rem 2rem;
    margin: -2.5rem -2rem 0;
    z-index: 0;
  }
  .factory_presentation--fx--desc::after {
    content: "";
    display: block;
    width: auto;
    height: auto;
    background-color: #f6f6f6;
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 2.4rem;
    border-bottom-right-radius: 0;
    position: absolute;
    top: 0;
    bottom: -8rem;
    right: -1rem;
    left: 1rem;
    z-index: -1;
  }
  .factory_presentation--fx--desc--ttl {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .factory_presentation--fx--desc--ttl .u_sub_title {
    font-size: 1.4rem;
  }
  .factory_presentation--fx--desc--ttl .u_en {
    font-size: 1.4rem;
    margin-top: 0;
  }
  .factory_presentation--fx--desc--subttl {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
  .factory_presentation--fx--desc p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .factory_presentation--fx .u_table {
    display: block;
    font-size: 1.4rem;
  }
  .factory_presentation--fx .u_table + .u_table {
    margin-top: 2.4rem;
  }
  .factory_presentation--fx .u_table dt {
    width: 100%;
    background-color: #eee;
    padding: 0.2rem 0.8rem 0.3rem;
    margin-bottom: 0.6rem;
  }
  .factory_presentation--fx .u_table dd {
    width: 100%;
    padding-left: 1rem;
  }
  .factory_presentation--fx:nth-child(even) .factory_presentation--fx--desc::after {
    border-top-left-radius: 0;
    border-top-right-radius: 2.4rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 2.4rem;
    right: 1rem;
    left: -1rem;
  }
  .factory_movie {
    padding-bottom: 8rem;
  }
  .factory_movie + .factory_movie {
    margin-top: -5.8rem;
  }
  .factory_movie--list {
    gap: 2rem;
  }
}
@media (min-width: 768px) {
  .factory_presentation--fx:nth-child(even) {
    flex-direction: row-reverse;
  }
  .factory_presentation--fx:nth-child(even)::after {
    border-top-left-radius: 0;
    border-top-right-radius: 4rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 4rem;
    left: calc((100vw - 140rem) / 2 * -1);
    right: calc(50% - 24rem);
  }
  .factory_presentation--fx:nth-child(even) .factory_presentation--fx--desc {
    padding: 8rem 8rem 0rem 6rem;
  }
  .factory_movie .wrap_in {
    width: 96rem;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  .factory_presentation--fx:nth-child(even)::after {
    width: 100%;
    border-radius: 0;
  }
}
/*# sourceMappingURL=_maps/style.css.map */
