@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 500px;
  padding-top: 200px;
  box-sizing: border-box;
  background: url(/images/machines/machines_key.webp) center top/cover no-repeat;
  overflow: hidden;
  margin-bottom: 120px;
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  padding: 0 20px 0 35px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #fff;
  font-size: 50px;
  opacity: 70%;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/machines/machines_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
    margin-bottom: 10vw;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
  .main_image .subtext {
    color: #fff;
    font-size: 10vw;
    opacity: 70%;
    text-align: left;
    font-weight: bold;
    letter-spacing: 0.2em;
    line-height: 1.1;
  }
}

.sec01 {
  margin-bottom: 160px;
}
.sec01 .factry {
  padding-left: 50px;
  width: 1230px;
  margin: 0 auto 115px;
}
.sec01 .factry .sec_subtitle {
  font-size: 20px;
  padding-top: 10px;
}
.sec01 .inner {
  padding: 0 55px;
}
.sec01 .flexbox {
  -moz-column-gap: 120px;
       column-gap: 120px;
  align-items: flex-start;
  justify-content: flex-start;
}
.sec01 .flexbox .textbox .sec_header {
  margin-bottom: 50px;
}
.sec01 .flexbox .textbox .sec_header .sec_title {
  text-align: left;
  font-size: 35px;
  font-weight: bold;
  color: #928977;
}
.sec01 .flexbox .textbox .camera_box .camera_flex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.sec01 .flexbox .textbox .camera_box .camera_flex .camera_text {
  font-size: 18px;
  font-weight: bold;
}
.sec01 .flexbox .imagebox {
  width: 66%;
  position: relative;
}
.sec01 .flexbox .imagebox .map_flex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.sec01 .flexbox .imagebox .map_flex .map_text {
  font-size: 15px;
  line-height: 1.5;
}
.sec01 .flexbox .imagebox .m01 {
  position: absolute;
  bottom: 10px;
  right: 180px;
  align-items: center;
}
.sec01 .flexbox .imagebox .m02 {
  position: absolute;
  top: 0;
  right: 187px;
  align-items: center;
  flex-direction: row-reverse;
}
.sec01 .flexbox .imagebox .m03 {
  position: absolute;
  bottom: 155px;
  right: 32px;
  align-items: center;
}
.sec01 .flexbox .imagebox .m04 {
  position: absolute;
  bottom: 345px;
  left: 147px;
  align-items: center;
}
.sec01 .flexbox .imagebox .m05 {
  position: absolute;
  top: 60px;
  right: 97px;
  flex-direction: row-reverse;
  align-items: center;
}
.sec01 .flexbox .imagebox .m06 {
  position: absolute;
  top: 135px;
  left: 90px;
  align-items: center;
}
.sec01 .flexbox .imagebox .m07 {
  position: absolute;
  bottom: 320px;
  right: 0px;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 3.8vw;
  }
  .sec01 .factry {
    padding-left: 5vw;
    margin-bottom: 5vw;
    margin: auto 0 0;
    width: 80%;
  }
  .sec01 .factry .sec_subtitle {
    font-size: 4vw;
    padding-top: 3vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .sec_header {
    margin-bottom: 5vw;
    margin-top: 5vw;
  }
  .sec01 .sec_header .sec_title {
    text-align: left;
    font-size: 6vw;
    font-weight: bold;
    color: #928977;
  }
  .sec01 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 3vw;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .sec01 .flexbox .textbox .camera_box .camera_flex {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    align-items: center;
    margin-bottom: 5vw;
  }
  .sec01 .flexbox .textbox .camera_box .camera_flex .camera_text {
    font-size: 4vw;
    font-weight: bold;
  }
  .sec01 .flexbox .textbox .camera_box .camera_flex .camera_icon {
    width: 10vw;
  }
  .sec01 .flexbox .imagebox {
    width: 100%;
    position: relative;
  }
  .sec01 .flexbox .imagebox .map_flex {
    display: flex;
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }
  .sec01 .flexbox .imagebox .map_flex .map_text {
    font-size: 3vw;
    line-height: 1.5;
  }
  .sec01 .flexbox .imagebox .map_flex .camera_icon {
    width: 8vw;
  }
  .sec01 .flexbox .imagebox .m01 {
    position: absolute;
    bottom: 1vw;
    right: 18vw;
    align-items: center;
  }
  .sec01 .flexbox .imagebox .m02 {
    position: absolute;
    top: 0;
    right: 12vw;
    align-items: center;
    flex-direction: row-reverse;
  }
  .sec01 .flexbox .imagebox .m03 {
    position: absolute;
    bottom: 16vw;
    right: 2vw;
    align-items: center;
  }
  .sec01 .flexbox .imagebox .m04 {
    position: absolute;
    bottom: 39vw;
    left: 16vw;
    flex-direction: row-reverse;
    align-items: center;
  }
  .sec01 .flexbox .imagebox .m05 {
    position: absolute;
    top: 7vw;
    right: 0vw;
    flex-direction: row-reverse;
    align-items: center;
  }
  .sec01 .flexbox .imagebox .m06 {
    position: absolute;
    top: 13vw;
    left: 0vw;
    align-items: center;
  }
  .sec01 .flexbox .imagebox .m07 {
    position: absolute;
    bottom: 31vw;
    right: -2vw;
    text-align: right;
    flex-direction: column;
    align-items: flex-end;
  }
}

/* カメラアイコンのカーソル */
.camera_icon {
  cursor: pointer;
}

/* オーバーレイ（暗幕） */
.lb-overlay {
  position: fixed;
  inset: 0;
  background: rgba(146, 137, 119, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
  /* 表示状態 */
}
.lb-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* 拡大画像を含むコンテナ */
.lb-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  max-width: 90%;
  max-height: 90%;
}

/* 拡大画像 */
.lb-image {
  max-width: 90%;
  max-height: 90%;
  border-radius: 6px;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

/* 画像表示開始 */
.lb-overlay.open .lb-image {
  opacity: 1;
  transform: scale(1);
}

/* 閉じるボタン */
.lb-close-btn {
  position: absolute;
  top: -70px;
  right: -10px;
  font-size: 40px;
  cursor: pointer;
  z-index: 10000;
  color: #fff;
}
.lb-close-btn img {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .lb-close-btn {
    font-size: 5vw;
    top: -8vw;
    right: -1vw;
  }
}

.sec02 {
  margin-bottom: 170px;
}
.sec02 .inner {
  padding: 0 55px;
}
.sec02 .flexbox {
  -moz-column-gap: 220px;
       column-gap: 220px;
  justify-content: flex-start;
  align-items: flex-start;
}
.sec02 .flexbox .textbox .sec_header {
  margin-bottom: 50px;
}
.sec02 .flexbox .textbox .sec_header .sec_title {
  text-align: left;
  font-size: 35px;
  font-weight: bold;
  color: #928977;
}
.sec02 .flexbox .textbox .camera_box .camera_flex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.sec02 .flexbox .textbox .camera_box .camera_flex .camera_text {
  font-size: 18px;
  font-weight: bold;
}
.sec02 .flexbox .imagebox {
  width: 46%;
  position: relative;
}
.sec02 .flexbox .imagebox .map_flex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.sec02 .flexbox .imagebox .map_flex .map_text {
  font-size: 15px;
  line-height: 1.5;
}
.sec02 .flexbox .imagebox .m01 {
  position: absolute;
  bottom: 70px;
  right: -65px;
  flex-direction: row-reverse;
  text-align: right;
  align-items: center;
}
.sec02 .flexbox .imagebox .m02 {
  position: absolute;
  align-items: center;
  bottom: 235px;
  left: -55px;
}
.sec02 .flexbox .imagebox .m03 {
  position: absolute;
  align-items: center;
  bottom: 175px;
  left: -135px;
}
.sec02 .flexbox .imagebox .m04 {
  flex-direction: column-reverse;
  position: absolute;
  align-items: center;
  row-gap: 5px;
  top: -35px;
  left: 65px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 3.8vw;
  }
  .sec02 .inner {
    padding: 0 5vw;
  }
  .sec02 .sec_header {
    margin-bottom: 10vw;
  }
  .sec02 .sec_header .sec_title {
    text-align: left;
    font-size: 6vw;
    font-weight: bold;
    color: #928977;
  }
  .sec02 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 3vw;
  }
  .sec02 .flexbox .textbox .camera_box .camera_flex {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    align-items: center;
    margin-bottom: 5vw;
  }
  .sec02 .flexbox .textbox .camera_box .camera_flex .camera_text {
    font-size: 4vw;
    font-weight: bold;
  }
  .sec02 .flexbox .textbox .camera_box .camera_flex .camera_icon {
    width: 10vw;
  }
  .sec02 .flexbox .imagebox {
    width: 100%;
    position: relative;
  }
  .sec02 .flexbox .imagebox .map_flex {
    display: flex;
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }
  .sec02 .flexbox .imagebox .map_flex .map_text {
    font-size: 3vw;
    line-height: 1.5;
  }
  .sec02 .flexbox .imagebox .map_flex .camera_icon {
    width: 8vw;
  }
  .sec02 .flexbox .imagebox .m01 {
    position: absolute;
    bottom: 19vw;
    right: -3vw;
    flex-direction: row-reverse;
    text-align: right;
    align-items: center;
  }
  .sec02 .flexbox .imagebox .m02 {
    position: absolute;
    align-items: center;
    bottom: 66vw;
    left: 2vw;
    flex-direction: column;
  }
  .sec02 .flexbox .imagebox .m02 .camera_icon {
    margin: 0 auto 0 0;
  }
  .sec02 .flexbox .imagebox .m03 {
    position: absolute;
    align-items: center;
    bottom: 1vw;
    left: -1vw;
  }
  .sec02 .flexbox .imagebox .m04 {
    flex-direction: row;
    position: absolute;
    align-items: center;
    row-gap: 1vw;
    top: -7vw;
    left: 4vw;
  }
}

.sec03 {
  margin-bottom: 200px;
}
.sec03 .inner {
  padding: 0 55px;
}
.sec03 .flexbox {
  -moz-column-gap: 235px;
       column-gap: 235px;
  align-items: flex-start;
  justify-content: flex-start;
}
.sec03 .flexbox .textbox .sec_header {
  margin-bottom: 50px;
}
.sec03 .flexbox .textbox .sec_header .sec_title {
  font-size: 35px;
  font-weight: bold;
  color: #928977;
  text-align: left;
}
.sec03 .flexbox .textbox .camera_box .camera_flex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
.sec03 .flexbox .textbox .camera_box .camera_flex .camera_text {
  font-size: 18px;
  font-weight: bold;
}
.sec03 .flexbox .imagebox {
  width: 32%;
  position: relative;
}
.sec03 .flexbox .imagebox .map_flex {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.sec03 .flexbox .imagebox .map_flex .map_text {
  font-size: 15px;
  line-height: 1.5;
}
.sec03 .flexbox .imagebox .m01 {
  position: absolute;
  top: 60px;
  left: -80px;
  flex-direction: column-reverse;
  text-align: right;
}
.sec03 .flexbox .imagebox .m02 {
  position: absolute;
  bottom: 30px;
  left: -43px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .inner {
    padding: 0 5vw;
  }
  .sec03 .sec_header {
    margin-bottom: -5vw;
  }
  .sec03 .sec_header .sec_title {
    font-size: 6vw;
    font-weight: bold;
    color: #928977;
    text-align: left;
  }
  .sec03 .flexbox {
    flex-direction: column;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    align-items: center;
    justify-content: center;
  }
  .sec03 .flexbox .textbox .camera_box .camera_flex {
    display: flex;
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    align-items: center;
    margin-bottom: 5vw;
  }
  .sec03 .flexbox .textbox .camera_box .camera_flex .camera_text {
    font-size: 4vw;
    font-weight: bold;
  }
  .sec03 .flexbox .textbox .camera_box .camera_flex .camera_icon {
    width: 10vw;
  }
  .sec03 .flexbox .imagebox {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .sec03 .flexbox .imagebox .map_flex {
    display: flex;
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }
  .sec03 .flexbox .imagebox .map_flex .map_text {
    font-size: 3vw;
    line-height: 1.5;
  }
  .sec03 .flexbox .imagebox .map_flex .camera_icon {
    width: 8vw;
  }
  .sec03 .flexbox .imagebox .m01 {
    position: absolute;
    top: 22vw;
    left: -1.5vw;
    flex-direction: column-reverse;
    text-align: center;
    align-items: center;
  }
  .sec03 .flexbox .imagebox .m02 {
    position: absolute;
    bottom: 8vw;
    left: -3.5vw;
  }
}

.sec04 {
  margin-bottom: 190px;
}
.sec04 .inner {
  padding: 0;
  width: 100%;
}
.sec04 .sec_header {
  padding-right: 35px;
  margin: 0 auto 110px;
  width: 1245px;
}
.sec04 .sec_header .sec_title {
  text-align: right;
}
.sec04 .brown_box {
  background-color: #928977;
  padding: 55px 0 200px;
}
.sec04 .brown_box .gridbox {
  grid-template-columns: repeat(1, 1fr);
  justify-items: center;
  row-gap: 100px;
}
.sec04 .brown_box .gridbox .imagebox {
  position: relative;
}
.sec04 .brown_box .gridbox .imagebox .g_text {
  position: absolute;
  background-color: #fff;
  font-size: 21px;
  font-weight: bold;
  bottom: 50%;
  transform: translateY(50%);
  left: -100px;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .inner {
    padding: 0;
  }
  .sec04 .sec_header {
    padding-right: 0;
    margin: 0 auto 5vw;
    width: 100%;
  }
  .sec04 .sec_header .sec_title {
    text-align: right;
    width: 80%;
  }
  .sec04 .brown_box {
    background-color: #928977;
    padding: 10vw 5vw;
  }
  .sec04 .brown_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    row-gap: 10vw;
  }
  .sec04 .brown_box .gridbox .imagebox {
    position: relative;
  }
  .sec04 .brown_box .gridbox .imagebox .g_text {
    position: absolute;
    background-color: #fff;
    font-size: 4vw;
    font-weight: bold;
    bottom: 5%;
    transform: translateY(50%);
    left: -4vw;
    padding: 3vw;
  }
}

.sec05 {
  margin-bottom: 140px;
}
.sec05 .slick-prev,
.sec05 .slick-next {
  width: 123px;
  height: 86px;
  z-index: 10;
  top: 40%;
}
.sec05 .slick-prev img,
.sec05 .slick-next img {
  width: 100%;
  height: auto;
  display: block;
}
.sec05 .slick-prev {
  left: -150px;
}
.sec05 .slick-next {
  right: -150px;
}
.sec05 .slider_2 {
  width: 700px;
  margin: 0 auto;
}
.sec05 .slider_2 p {
  font-size: 20px;
  font-weight: bold;
  line-height: 100px;
  margin: 10px;
  text-align: center;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 3.8vw;
  }
  .sec05 .slick-prev,
  .sec05 .slick-next {
    width: 20%;
    height: auto;
    z-index: 10;
    top: 40%;
  }
  .sec05 .slick-prev img,
  .sec05 .slick-next img {
    width: 20%;
    height: auto;
    display: block;
  }
  .sec05 .slick-prev {
    left: -10vw;
  }
  .sec05 .slick-next {
    right: -10vw;
  }
  .sec05 .slider_2 {
    width: 80%;
    margin: 0 auto;
  }
  .sec05 .slider_2 p {
    font-size: 4vw;
    font-weight: bold;
    line-height: 20vw;
    margin: 5vw;
    text-align: center;
    width: 100%;
  }
}

.sec06 {
  margin-bottom: 100px;
}
.sec06 .inner {
  padding: 0 125px;
}
.sec06 .sec_header {
  margin-bottom: 70px;
}
.sec06 .sec_header .sec_title {
  font-size: 35px;
  font-weight: bold;
  color: #928977;
}
.sec06 .machines_list {
  display: inline-grid;
  -moz-column-gap: 140px;
       column-gap: 140px;
  grid-auto-flow: column;
  grid-template-rows: repeat(9, auto);
}
.sec06 .machines_list .m_item {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 70px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 13.8vw;
  }
  .sec06 .inner {
    padding: 0 5vw;
  }
  .sec06 .sec_header {
    margin-bottom: 0;
  }
  .sec06 .sec_header .sec_title {
    font-size: 6vw;
    font-weight: bold;
    color: #928977;
  }
  .sec06 .machines_list {
    display: inline-grid;
    -moz-column-gap: 0;
         column-gap: 0;
    grid-auto-flow: column;
    grid-template-rows: repeat(17, auto);
  }
  .sec06 .machines_list .m_item {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 5vw;
    letter-spacing: 0.1em;
  }
}/*# sourceMappingURL=machines.css.map */