.h1_bg {
  background: url("../img/mv.jpg") center no-repeat #ebf5fa;
  background-size: cover;
}

.inner.productstext {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .inner.productstext {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.inner.makertext {
  text-align: left;
  margin-bottom: 35px;
}

.bg {
  background: #ebf5fa;
  text-align: center;
  margin: 0 auto;
  padding: 65px 0 70px 0;
}
@media screen and (max-width: 768px) {
  .bg {
    padding: 40px 0 40px 0;
    max-width: none;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }
}

.sec_maker {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .sec_maker {
    margin-bottom: 40px;
  }
}

.maker {
  padding-bottom: 20px;
}
.maker ul {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}
.maker li {
  width: 24%;
  height: auto;
  text-align: center;
  background: #fff;
  border: 1px solid #dddddd;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
.maker li a {
  width: 100%;
}
.maker li a .mlogo img {
  image-rendering: -webkit-optimize-contrast;
  height: auto;
}
.maker li a p {
  font-weight: bold;
}
.maker li a figure {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
}
.maker li a figure span {
  height: 140px;
  display: inline-block;
}
.maker li a figure span img {
  image-rendering: -webkit-optimize-contrast;
  height: auto;
}
.maker li a figure span .maker02 {
  margin-top: 10px;
}
.maker li a figure span .maker03 {
  margin-top: -10px;
}
.maker li a figure span .maker04 {
  margin-top: 10px;
}
.maker li a figure figcaption {
  font-size: 1.73rem;
  line-height: 26px;
  color: #1b8fc8;
  font-weight: bold;
}
.maker li a:hover figcaption:before {
  opacity: 1;
}
.maker .inner {
  margin-bottom: 0;
}

@media screen and (max-width: 1080px) and (min-width: 1025px) {
  .maker li a figure span {
    height: 110px;
  }
  .maker li a figure figcaption {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) and (min-width: 600px) {
  .maker ul {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
  }

  .maker li {
    width: 48%;
    margin-bottom: 30px;
  }

  .maker li a .mlogo {
    text-align: center;
    margin: 0 auto;
    width: 80%;
  }
  .maker li a figure {
    flex-direction: column;
  }
  .maker li a figure span {
    height: 135px;
  }
  .maker li a figure span .maker01 {
    margin-top: 20px;
  }
  .maker li a figure span .maker02 {
    margin-top: 20px;
  }
  .maker li a figure span .maker04 {
    margin-top: 15px;
  }
  .maker li a figure figcaption {
    margin-top: 20px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 599px) {
  .maker ul {
    flex-direction: column;
  }
  .maker ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .maker ul li .mlogo {
    text-align: center;
    margin: 0 auto -20px auto;
    width: 80%;
  }
  .maker ul li figure {
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
  }
  .maker ul li figure span {
    height: 115px;
  }
  .maker ul li figure span .maker01 {
    margin-top: 15px;
  }
  .maker ul li figure span .maker02 {
    margin-top: 25px;
  }
  .maker ul li figure span .maker04 {
    margin-top: 10px;
  }
  .maker ul li figure figcaption {
    margin-top: 20px;
    font-size: 1.6rem;
  }
}
.rental {
  text-align: left;
}
.rental h3 {
  background: #1b8fc8;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding: 6px 35px 8px 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1080px) {
  .rental h3 {
    font-size: 2rem;
    margin-left: 3%;
    margin-right: 3%;
  }
}
@media screen and (max-width: 768px) {
  .rental h3 {
    font-size: 1.8rem;
    padding: 6px 25px 8px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .rental .rentaltext {
    margin-left: 3%;
    margin-right: 3%;
  }
}
.rental .bg {
  margin-top: 25px;
  margin-bottom: 50px;
  padding-right: 5%;
  padding-left: 5%;
}
@media only screen and (max-width: 768px) {
  .rental .bg {
    padding-right: 2%;
    padding-left: 2%;
  }
}

.list01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.list01 li {
  width: 33%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (min-width: 1025px) {
  .list01 li img {
    height: auto;
  }
}
.list01 li .ph_name {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
}

.air .list01 li {
  width: 50%;
  margin-bottom: 60px;
}
.air .list01 li .ph_name {
  font-size: 2rem;
  margin-top: 20px;
}
.air .list01 li .img01 {
  padding-bottom: 100px;
}
.air .list01 li .img05 {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .air .list01 li {
    margin-bottom: 50px;
  }
  .air .list01 li img {
    width: 80%;
    height: auto;
  }
  .air .list01 li .img01 {
    width: 150px;
    padding-bottom: 55px;
  }
  .air .list01 li .img02 {
    width: 60px;
  }
  .air .list01 li .img03 {
    width: 150px;
  }
  .air .list01 li .img04 {
    width: 140px;
  }
  .air .list01 li .img05 {
    width: 110px;
    padding-bottom: 10px;
  }
  .air .list01 li .img06 {
    width: 90px;
  }
  .air .list01 li .ph_name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1024px) {
  .office .list01 li {
    width: 50%;
  }
  .office .list01 li .ph_name {
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .office .list01 li {
    margin-bottom: 50px;
  }
  .office .list01 li img {
    width: auto;
    height: 70px;
  }
  .office .list01 li .img07 {
    width: auto;
    height: 80px;
  }
  .office .list01 li .img08 {
    width: auto;
    height: 80px;
  }
  .office .list01 li .img10 {
    width: auto;
    height: 80px;
  }
  .office .list01 li .img16 {
    width: auto;
    height: 80px;
  }
  .office .list01 li .ph_name {
    font-size: 1.4rem;
  }
}
.btn_pdf {
  background-image: -moz-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -webkit-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  background-image: -ms-linear-gradient(179deg, #4ca9d5 0%, #3f9fce 50%, #1b8fc8 100%);
  box-shadow: 0px 10px 18px 2px rgba(96, 118, 129, 0.15);
  width: 344px;
  height: 72px;
  line-height: 72px;
  display: inline-block;
  border-radius: 36px;
  font-size: 1.6rem;
  color: #fff;
  position: relative;
  z-index: 2;
  will-change: transform, filter;
  transform-style: preserve-3d;
  transition: all .5s ease-out;
}

.btn_pdf::before {
  content: '';
  width: 22px;
  height: 24px;
  background: url(../img/pdf.png) no-repeat;
  background-size: contain;
  border: none;
  position: absolute;
  top: 33%;
  right: 30px;
}

.btn_pdf:hover {
  transform: scale(0.95);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .air .btn_pdf {
    width: 80%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border-radius: 30px;
    font-size: 1.4rem;
    padding-right: 10px;
  }
}
.office .btn_pdf {
  width: 240px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  border-radius: 26px;
  font-size: 1.4rem;
  margin-top: 18px;
}
@media screen and (max-width: 768px) {
  .office .btn_pdf {
    width: 60%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.2rem;
    padding-right: 10px;
  }
}
@media screen and (max-width: 599px) {
  .office .btn_pdf {
    width: 90%;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    font-size: 1.2rem;
    padding-right: 10px;
  }
}
.office .btn_pdf::before {
  content: '';
  width: 15px;
  height: 21px;
  background: url(../img/pdf.png) no-repeat;
  background-size: contain;
  border: none;
  position: absolute;
  top: 33%;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .office .btn_pdf::before {
    right: 14px;
    top: 26%;
  }
}
