@charset "UTF-8";
.production .container {
  max-width: 100%;
}
.production .container {
  padding: 0;
}

.production-wrap {
  margin: 60px auto;
}

.production-page-header {
  width: 100%;
}
.production-page-header h2 {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-weight: bold;
  color: #00205b;
  padding: 15px 15px 30px;
}
.production-page-header h2 span {
  width: 100%;
}
.production-page-header h2 span.enTxt {
  font-size: 160px;
  line-height: 1;
  color: rgba(147, 169, 197, 0.15);
  font-weight: bold;
}
.production-page-header h2 span.jpTxt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .production-page-header h2 {
    font-size: 26px;
    padding: 30px 15px;
  }
  .production-page-header h2 span.enTxt {
    font-size: 60px;
  }
}

.production-lead {
  max-width: 1200px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
  padding-bottom: 80px;
}
.production-lead::before {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  content: "";
  width: 60%;
  height: 50%;
  background: rgba(208, 219, 233, 0.2);
}
.production-lead .image-box {
  width: min(61.6666666667%, 740px);
  margin-right: auto;
}
.production-lead .text-box {
  width: min(53.3333333333%, 640px);
  margin-left: min(-12.8571428571%, -180px);
  padding: 50px 100px 50px 50px;
  background: #fff;
  align-self: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.production-lead .text-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #00205b;
  line-height: 1.75;
}
@media (max-width: 768px) {
  .production-lead {
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 30px;
  }
  .production-lead::before {
    display: none;
  }
  .production-lead .image-box {
    width: 100%;
  }
  .production-lead .text-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 15px;
  }
}

.facility-box {
  margin: 0 auto;
  background: rgb(208, 219, 233);
  padding: 60px 30px;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.facility-box .facility-item-box {
  width: min(50% - 25px, 600px);
  padding: 50px;
  background: #fff;
}
.facility-box .facility-item-box .image-box {
  width: 100%;
}
.facility-box .facility-item-box .text-box {
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}
.facility-box .facility-item-box .text-box h3 {
  font-size: 20px;
  font-weight: bold;
  color: #00205b;
}
.facility-box .facility-item-box .text-box p {
  text-align: center;
}
.facility-box .facility-item-box .text-box p.copy {
  font-size: 20px;
  font-weight: bold;
}
.facility-box .facility-item-box .btn-box {
  text-align: center;
  margin-top: 30px;
}
.facility-box .facility-item-box .btn-box .btn-detail {
  position: relative;
  display: inline-block;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  transition: 0.3s;
  border-radius: 100vmax;
}
.facility-box .facility-item-box .btn-box .btn-detail::before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(255, 255, 255, 0.2);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.3s;
  border-radius: 100vmax;
}
.facility-box .facility-item-box .btn-box .btn-detail:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.facility-box .facility-item-box .btn-box .btn-detail span {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1em;
  padding: 0.5em 2em;
}
.facility-box .facility-item-box .btn-box .btn-detail span::after {
  font-family: Arial, Helvetica, sans-serif;
  content: ">";
}
@media (max-width: 768px) {
  .facility-box {
    flex-direction: column;
    align-items: center;
    padding: 30px 15px;
    gap: 30px;
  }
  .facility-box .facility-item-box {
    width: min(100%, 600px);
    padding: 30px 15px;
  }
}

.production-system {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding: 50px 15px;
  box-shadow: inset 0 -4px 32px -14px rgba(64, 87, 109, 0.2);
}
.production-system p {
  font-size: 18px;
}
.production-system .flow-box {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(6.9565217391%, 5rem);
}
.production-system .flow-box .inbox {
  position: relative;
  width: min(13.9130434783%, 10rem);
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  color: #fff;
  font-size: min(2.1739130435vw, 1.5625rem);
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.production-system .flow-box .inbox::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(87.5%, 8.75rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 5px solid #fff;
}
.production-system .flow-box .inbox:not(:last-child)::after {
  position: absolute;
  left: calc(100% + min(6.25%, 0.625rem));
  content: "";
  width: min(37.5%, 3.75rem);
  aspect-ratio: 7/5;
  clip-path: polygon(0 27%, 50% 27%, 50% 0, 100% 50%, 50% 100%, 50% 73%, 0 73%);
}
.production-system .flow-box .inbox:first-child {
  background-color: #48cae4;
}
.production-system .flow-box .inbox:first-child::after {
  background-color: #48cae4;
}
.production-system .flow-box .inbox:nth-child(2) {
  background-color: #00b4d8;
}
.production-system .flow-box .inbox:nth-child(2)::after {
  background-color: #00b4d8;
}
.production-system .flow-box .inbox:nth-child(3) {
  background-color: #0096c7;
}
.production-system .flow-box .inbox:nth-child(3)::after {
  background-color: #0096c7;
}
.production-system .flow-box .inbox:nth-child(4) {
  background-color: #0077b6;
}
.production-system .flow-box .inbox:nth-child(4)::after {
  background-color: #0077b6;
}
.production-system .flow-box .inbox:nth-child(5) {
  background-color: #023e8a;
}
@media (max-width: 768px) {
  .production-system .flow-box {
    gap: 6.6666666667vw;
  }
  .production-system .flow-box .inbox {
    position: relative;
    width: 13.3333333333vw;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    border-radius: 50%;
    color: #fff;
    font-size: 2.5vw;
    font-weight: bold;
    letter-spacing: 0.05em;
  }
  .production-system .flow-box .inbox::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 11.6666666667vw;
    aspect-ratio: 1/1;
    border-radius: 50%;
    border: 0.4166666667vw solid #fff;
  }
  .production-system .flow-box .inbox:not(:last-child)::after {
    position: absolute;
    left: calc(100% + 0.8333333333vw);
    content: "";
    width: 5vw;
    aspect-ratio: 7/5;
    clip-path: polygon(0 27%, 50% 27%, 50% 0, 100% 50%, 50% 100%, 50% 73%, 0 73%);
  }
}

.factory-lead {
  width: min(100% - 30px, 920px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  padding-bottom: 50px;
}
.factory-lead .image-box {
  width: 100%;
}
.factory-lead .text-box p {
  font-size: 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .factory-lead .text-box p {
    font-size: 16px;
    text-align: left;
  }
}

.factory-content {
  width: 100%;
  background: rgb(246, 246, 246);
  box-shadow: inset 0 -4px 32px -14px rgba(64, 87, 109, 0.2);
  padding: 50px;
}
.factory-content .factory-detail {
  width: min(100%, 1200px);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.factory-content .factory-detail .title-box {
  color: #00205b;
}
.factory-content .factory-detail .title-box .enTxt {
  font-size: 1rem;
  font-weight: bold;
}
.factory-content .factory-detail .title-box .detail-title {
  border-top: 2px solid #00205b;
  padding: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: first baseline;
  gap: 20px;
}
.factory-content .factory-detail .title-box .detail-title span.num {
  position: relative;
  width: 60px;
  display: flex;
  justify-content: center;
}
.factory-content .factory-detail .title-box .detail-title span.num::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00205b;
}
.factory-content .factory-detail .detail-box {
  align-self: stretch;
}
.factory-content .factory-detail .detail-box .inner {
  padding-left: 60px;
}
.factory-content .factory-detail .detail-box .equipment-table {
  min-height: 200px;
}
@media (max-width: 768px) {
  .factory-content {
    padding: 30px 15px;
  }
  .factory-content .factory-detail {
    gap: 20px;
  }
  .factory-content .factory-detail .title-box .enTxt {
    font-size: 1rem;
    font-weight: bold;
  }
  .factory-content .factory-detail .title-box .detail-title {
    font-size: 24px;
  }
  .factory-content .factory-detail .title-box .detail-title span.num {
    width: 50px;
  }
}
.factory-content .col3-box {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 25px;
}
.factory-content .col3-box .inbox {
  width: calc((100% - 60px) / 3);
  background: #fff;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.factory-content .col3-box .inbox .image-box {
  max-width: 640px;
  align-self: center;
}
.factory-content .col3-box .inbox .text-box {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px 0;
}
.factory-content .col3-box .inbox .text-box p.ttl {
  font-size: 24px;
  font-weight: bold;
}
.factory-content .col3-box .inbox .text-box p.copy {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .factory-content .col3-box {
    flex-wrap: wrap;
  }
  .factory-content .col3-box .inbox {
    width: 100%;
  }
}

.factory-gallery-wrap {
  padding: 100px 0;
  box-shadow: inset 0 -4px 32px -14px rgba(64, 87, 109, 0.2);
}
@media (max-width: 768px) {
  .factory-gallery-wrap {
    padding: 50px 0;
  }
}
.factory-gallery-wrap .gallery-top {
  width: min(100% - 50px, 1200px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.factory-gallery-wrap .gallery-top .title-box {
  width: calc(50% - 25px);
}
.factory-gallery-wrap .gallery-top .title-box h2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-weight: normal;
}
.factory-gallery-wrap .gallery-top .title-box h2 > span {
  display: inline-block;
}
.factory-gallery-wrap .gallery-top .title-box h2 > span.enTxt {
  font-size: 1.5em;
  line-height: 1.2;
}
.factory-gallery-wrap .gallery-top .txt-box {
  width: calc(50% - 25px);
}
.factory-gallery-wrap .gallery-top .txt-box p {
  font-size: 20px;
  line-height: 2;
}
@media (max-width: 768px) {
  .factory-gallery-wrap .gallery-top .title-box {
    width: 100%;
  }
  .factory-gallery-wrap .gallery-top .txt-box {
    width: 100%;
  }
  .factory-gallery-wrap .gallery-top .txt-box p {
    font-size: 16px;
    line-height: 1.5;
  }
}
.factory-gallery-wrap .galleryBox {
  width: 100%;
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
.factory-gallery-wrap .galleryBox .synchro-slider {
  width: 100%;
}
.factory-gallery-wrap .galleryBox .synchro-slider .slick-slide {
  padding: 0 25px;
}
@media (max-width: 768px) {
  .factory-gallery-wrap .galleryBox .synchro-slider .slick-slide {
    padding: 0 10px;
  }
}
.factory-gallery-wrap .galleryBox .synchro-slider-nav {
  width: min(100%, 1200px);
  margin: 50px auto 0;
}
.factory-gallery-wrap .galleryBox .synchro-slider-nav .slick-list {
  padding: 0 !important;
  margin: 0 5px;
}
.factory-gallery-wrap .galleryBox .synchro-slider-nav.is-short .slick-track {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  transform: none !important;
}
.factory-gallery-wrap .galleryBox .synchro-slider-nav.is-short .slick-slide {
  width: 14.2857142857% !important;
}
.factory-gallery-wrap .galleryBox .synchro-slider-nav.is-slider .slick-slide {
  padding: 0 5px;
}
.factory-gallery-wrap .galleryBox .synchro-slider-nav .slick-slide {
  cursor: pointer;
  padding: 0 5px;
}
.factory-gallery-wrap .galleryBox .synchro-slider-nav .slick-slide img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0.6;
}
.factory-gallery-wrap .galleryBox .synchro-slider-nav .slick-slide.slick-current img, .factory-gallery-wrap .galleryBox .synchro-slider-nav .slick-slide.slick-center img {
  opacity: 1;
}
@media (max-width: 768px) {
  .factory-gallery-wrap .galleryBox .synchro-slider-nav {
    width: 100%;
    margin: 30px auto 0;
  }
  .factory-gallery-wrap .galleryBox .synchro-slider-nav .slick-slide {
    padding: 0 2.5px;
  }
}

.contact-wrap {
  max-width: 1120px;
  margin: 60px auto;
  text-align: center;
}
.contact-wrap .contact-box {
  padding-top: 14px;
  height: 300px;
  text-align: center;
}
.contact-wrap .contact-box p span {
  color: #707070;
}
.contact-wrap .contact-box .contact-box-btn {
  height: 75px;
  margin-bottom: 70px;
  padding: 0 15px;
}
.contact-wrap .contact-box .contact-box-bottom {
  display: flex;
  justify-content: center;
  padding-top: 10px;
}
.contact-wrap .contact-box .contact-box-bottom p {
  color: #003333;
  font-size: 30px;
  font-weight: bold;
  padding: 0 20px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .contact-wrap {
    width: 100%;
  }
  .contact-wrap .contact-box {
    height: auto;
  }
  .contact-wrap .contact-box .contact-box-bottom {
    display: block;
  }
  .contact-wrap .contact-box .contact-box-bottom p {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

ul.list-dot li {
  list-style: none;
  position: relative;
  padding-left: 1em;
}
ul.list-dot li::before {
  font-size: 0.5em;
  content: "●";
  position: absolute;
  left: 0;
  top: 0.75em;
}

span.indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}/*# sourceMappingURL=production.css.map */