@charset "UTF-8";
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*	▼	240305 GM追加	*/
.pre-inc .equip4 section.section_cont {
  padding: clamp(80px, 9.869vw, 150px) 0;
}
.pre-inc .equip4 .item_ttl_s {
  font-size: clamp(14px, 1.25vw, 20px);
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .item_ttl_s {
    font-size: 16px;
  }
}
.pre-inc .equip4 .item_ttl_s.white {
  color: #FFF;
}
.pre-inc .equip4 .item_ttl_s.brown {
  color: #9D784C;
}
.pre-inc .equip4 .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .column {
    row-gap: 15px;
  }
}
.pre-inc .equip4 .column.ex {
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .column.ex {
    row-gap: 40px;
  }
}
.pre-inc .equip4 .sec01 .inner_ttl {
  margin-bottom: clamp(60px, 6.579vw, 100px);
}
.pre-inc .equip4 .sec01 .ttl_obi {
  background: linear-gradient(to right, #013288 0%, #036982 100%);
  padding: 20px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .ttl_obi {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .ttl_obi {
    margin: 0 -30px 40px;
  }
}
.pre-inc .equip4 .sec01 .ttl_obi .item_ttl {
  font-size: 18px;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .ttl_obi .item_ttl {
    font-size: 20px;
    width: fit-content;
    margin: auto;
  }
}
.pre-inc .equip4 .sec01 .content01 {
  margin-bottom: 60px;
}
.pre-inc .equip4 .sec01 .content01 .col2 {
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: 60px;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 {
    row-gap: 40px;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content01 .col2 {
    flex-direction: column;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item {
  width: 48.38%;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item.full {
  width: 100%;
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .img_fee {
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .in_col2 {
    flex-direction: column;
    row-gap: 40px;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .in_col2 .in {
  width: 47.79%;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .in_col2 .in {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .in_col2 .in .text_img {
    flex-direction: column;
    row-gap: 15px;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .in_col2 .in .text_img .item_read {
  width: 42.14%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .in_col2 .in .text_img .item_read {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .in_col2 .in .text_img .image {
  width: 52.53%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .in_col2 .in .text_img .image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .text_img {
    flex-direction: column;
    row-gap: 15px;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .text_img .item_read {
  width: 39.2%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .text_img .item_read {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .text_img .image {
  width: 58.13%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .text_img .image {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap {
    row-gap: 15px;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_l {
  width: 64.43%;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_l {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_l .item_ttl_s,
.pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_l .caption {
  width: 100%;
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_l .logo_img {
  width: 26.25%;
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_l .item_read {
  width: 68.75%;
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_r {
  width: 33.56%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_r {
    width: 100%;
    justify-content: center;
    column-gap: 20px;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_r .img1 {
  width: 54.4%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_r .img1 {
    width: 40%;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_r .img2 {
  width: 32.8%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .item_in .ecology_wrap .ecology_r .img2 {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .guarantee {
    flex-direction: column;
    row-gap: 20px;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .guarantee .text {
  width: 64.03%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .guarantee .text {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .guarantee .logo_img {
  width: 33.43%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .guarantee .logo_img {
    width: 100%;
    text-align: center;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .graph_wrap {
  width: 100%;
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .graph_wrap .swipe-view {
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .graph_wrap .swipe-view .swipe_img {
    width: 600px;
    max-width: none;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .gas_txt {
    flex-direction: column;
    row-gap: 5px;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .gas_txt figure {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .gas_txt figure.img1 {
  width: 35.04%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .gas_txt figure.img1 {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .gas_txt figure.img2 {
  width: 64.17%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .gas_txt figure.img2 {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .controller {
    flex-direction: column;
    row-gap: 20px;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .controller .item_read {
  width: 46.98%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .controller .item_read {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .controller .image {
  flex-direction: row-reverse;
  width: 50.79%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .controller .image {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .controller .image {
    flex-direction: column;
    row-gap: 20px;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .controller .image .img_right {
  width: 21.64%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .controller .image .img_right {
    width: 60%;
    margin: auto;
  }
}
.pre-inc .equip4 .sec01 .content01 .col2 .item .controller .image .img_left {
  width: 75.91%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content01 .col2 .item .controller .image .img_left {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content02 {
  margin-bottom: 60px;
}
.pre-inc .equip4 .sec01 .content02 .cont_ttl {
  display: flex;
  align-items: center;
  column-gap: 40px;
  background: #9D784C;
  font-size: clamp(14px, 1.5vw, 24px);
  padding: 20px 40px;
  color: #FFF;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content02 .cont_ttl {
    flex-direction: column;
    row-gap: 5px;
    padding: 15px 15px 20px;
  }
}
.pre-inc .equip4 .sec01 .content02 .cont_ttl span {
  font-size: clamp(14px, 1.5vw, 24px);
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content02 .cont_ttl span {
    font-size: 22px;
  }
}
.pre-inc .equip4 .sec01 .content02 .cont_ttl span.small {
  font-size: clamp(12px, 1vw, 16px);
}
.pre-inc .equip4 .sec01 .content02 .cont02_in {
  background: #F2F2F2;
  padding: 60px 50px;
}
@media screen and (max-width: 1200px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in {
    padding: 30px;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in {
    padding: 30px 20px;
  }
}
.pre-inc .equip4 .sec01 .content02 .cont02_in .over {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid rgba(157, 120, 76, 0.5);
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in .over {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in .over {
    flex-direction: column;
    row-gap: 20px;
  }
}
.pre-inc .equip4 .sec01 .content02 .cont02_in .over .text {
  width: 57.75%;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in .over .text {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content02 .cont02_in .over .image {
  width: 42.26%;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in .over .image {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in .bottom {
    flex-direction: column;
    row-gap: 40px;
  }
}
.pre-inc .equip4 .sec01 .content02 .cont02_in .bottom .bottom_in {
  width: 48.88%;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in .bottom .bottom_in {
    width: 100%;
    flex-direction: column;
    row-gap: 20px;
  }
}
.pre-inc .equip4 .sec01 .content02 .cont02_in .bottom .bottom_in .text {
  width: 61.96%;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in .bottom .bottom_in .text {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content02 .cont02_in .bottom .bottom_in .image {
  width: 35.74%;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in .bottom .bottom_in .image {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content02 .cont02_in .bottom .bottom_in .caption.full {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content02 .cont02_in .bottom .bottom_in .caption.full {
    margin-top: 10px;
  }
}
.pre-inc .equip4 .sec01 .content03 .saving_wrap {
  display: grid;
  row-gap: 40px;
  align-items: start;
  align-content: start;
  grid-auto-flow: dense;
  justify-content: space-between;
  grid-template-columns: 49.02% 49.02%;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content03 .saving_wrap {
    grid-template-columns: 100%;
  }
}
.pre-inc .equip4 .sec01 .content03 .saving_wrap .item.big {
  grid-row: 1/4;
  grid-column: 1/2;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content03 .saving_wrap .item .text_img {
    flex-direction: column;
    row-gap: 30px;
  }
}
.pre-inc .equip4 .sec01 .content03 .saving_wrap .item .text_img .item_read {
  width: 72.09%;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content03 .saving_wrap .item .text_img .item_read {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content03 .saving_wrap .item .text_img .image {
  width: 25.91%;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content03 .saving_wrap .item .text_img .image {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content03 .saving_wrap .item .white_box {
  border: 1px solid #707070;
  background: #FFF;
  padding: 20px 19px;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content03 .saving_wrap .item .white_box .text_img {
    flex-direction: column;
    row-gap: 20px;
  }
}
.pre-inc .equip4 .sec01 .content03 .saving_wrap .item .white_box .text_img .item_read {
  width: 45.68%;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content03 .saving_wrap .item .white_box .text_img .item_read {
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content03 .saving_wrap .item .white_box .text_img .image {
  width: 51.35%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content03 .saving_wrap .item .white_box .text_img .image {
    flex-direction: column;
    row-gap: 10px;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content03 .saving_wrap .item .white_box .text_img .image {
    flex-direction: row;
    width: 100%;
  }
}
.pre-inc .equip4 .sec01 .content03 .saving_wrap .item .white_box .text_img .image .img {
  width: 48.35%;
}
@media screen and (max-width: 768px) {
  .pre-inc .equip4 .sec01 .content03 .saving_wrap .item .white_box .text_img .image .img {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content03 .saving_wrap .item .white_box .text_img .image .img {
    width: 48%;
  }
}
.pre-inc .equip4 .sec01 .content03 .saving_wrap .item .image_wrap {
  width: 100%;
}
.pre-inc .equip4 .sec01 .content03 .saving_wrap .item .image_wrap .swipe-view {
  margin: 10px 0;
}
@media screen and (max-width: 480px) {
  .pre-inc .equip4 .sec01 .content03 .saving_wrap .item .image_wrap .swipe-view .swipe_img {
    width: 600px;
    max-width: none;
  }
}
@media screen and (max-width: 480px) {
  .pre-inc .swipe-view {
    position: relative;
    overflow-x: scroll;
  }
}
.pre-inc .swipe-view .swipe-attention {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  animation: 3s swipeattention infinite;
}
@media screen and (max-width: 480px) {
  .pre-inc .swipe-view .swipe-attention {
    display: block;
  }
}
.pre-inc .swipe-view .swipe-attention.active {
  opacity: 0;
}
@keyframes swipeattention {
  0%, 100% {
    transform: translate(-40%, -50%);
  }
  50% {
    transform: translate(-60%, -50%);
  }
}

/*# sourceMappingURL=equipment04.css.map */
