@charset "UTF-8";
.top-head {
  height: 600px;
  margin-bottom: 200px;
}
@media (max-width: 600px) {
  .top-head {
    height: 300px;
    margin-bottom: 80px;
  }
}
.top-head .image {
  width: 100%;
  height: 100%;
}
.top-head .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-head .text {
  top: 50%;
  left: 10%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 40px;
  color: #fff;
}
@media (max-width: 600px) {
  .top-head .text {
    font-size: 27px;
  }
}

.industrial .section01 {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .industrial .section01 {
    margin-bottom: 60px;
  }
}
.industrial .section01 .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.industrial .section01 .inner .image {
  width: 40%;
  bottom: 80px;
  right: -30px;
  border-radius: 25px;
}
@media (max-width: 600px) {
  .industrial .section01 .inner .image {
    width: 100%;
    position: relative;
    bottom: 0px;
    right: 0px;
    margin-bottom: 20px;
  }
}
.industrial .section01 .inner .image img {
  border-radius: 25px;
}
.industrial .section01 .inner .headline {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .industrial .section01 .inner .headline {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.industrial .section01 .inner .content {
  width: 100%;
}
.industrial .section01 .inner .content .text {
  padding: 50px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  line-height: 2.5;
}
@media (max-width: 600px) {
  .industrial .section01 .inner .content {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .industrial .section01 .inner .content .text {
    padding: 0;
  }
}
.industrial .section02 {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .industrial .section02 {
    margin-bottom: 60px;
  }
}
.industrial .section02 .headline {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .industrial .section02 .headline {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.industrial .section02 .list {
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .industrial .section02 .list {
    padding: 30px;
  }
}
.industrial .section02 .list .box {
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .industrial .section02 .list .box {
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #333;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.industrial .section02 .list .box .left {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .industrial .section02 .list .box .left {
    width: 100%;
    margin: 0;
  }
}
.industrial .section03 {
  margin-bottom: 80px;
}
@media (max-width: 600px) {
  .industrial .section03 {
    margin-bottom: 60px;
  }
}
.industrial .section03 .headline {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .industrial .section03 .headline {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
  }
}
.industrial .section03 .list {
  background-color: #fff;
  padding: 50px 40px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.04em;
  line-height: 2.5;
}
@media (max-width: 600px) {
  .industrial .section03 .list {
    height: 50vh;
    overflow-y: scroll;
  }
}
.industrial .section03 span {
  text-align: right;
  display: block;
}
.industrial .section03 .sp .tb-list {
  overflow-x: auto; /* 横スクロールを有効化 */
  -webkit-overflow-scrolling: touch; /* iOSでスムーズスクロールを有効化 */
  width: 100%;
  height: 70vh;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl; /* 縦書き */
  text-orientation: upright; /* 文字の向きを正しく保つ */
}
.industrial .section03 .sp .tb-list .tb-scroll {
  display: inline-block; /* 横スクロールを維持 */
  min-width: 100%; /* スクロール幅を確保 */
}
.industrial .section04 {
  margin-bottom: 140px;
}
@media (max-width: 600px) {
  .industrial .section04 {
    margin-bottom: 60px;
  }
}
.industrial .section04 .headline {
  font-size: 40px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .industrial .section04 .headline {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.industrial .section04 .list {
  background-color: #fff;
  padding: 30px;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 600px) {
  .industrial .section04 .list {
    overflow-x: scroll;
  }
}
.industrial .section04 .list .box {
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.industrial .section04 .list .box:nth-child(2n) {
  background-color: #f4f4f4;
}
@media (max-width: 600px) {
  .industrial .section04 .list .box {
    width: 760px;
  }
}
.industrial .section04 .list .box .company,
.industrial .section04 .list .box .tel,
.industrial .section04 .list .box .address {
  text-align: center;
}
.industrial .section04 .list .box .company {
  width: 20%;
}
.industrial .section04 .list .box .tel,
.industrial .section04 .list .box .address {
  width: 15%;
}
.industrial .section04 .list .box .area {
  width: 50%;
}
@media (max-width: 600px) {
  .industrial .section04 .list .box .area {
    position: relative;
    bottom: 0px;
    right: 0px;
  }
}
.industrial .section05 {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .industrial .section05 {
    margin-bottom: 60px;
  }
}
.industrial .section05 .inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.industrial .section05 .inner .image {
  width: 50%;
  bottom: 50px;
  right: -50px;
}
@media (max-width: 600px) {
  .industrial .section05 .inner .image {
    width: 100%;
    position: static;
    margin-bottom: 20px;
  }
}
.industrial .section05 .inner .headline {
  font-size: 40px;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .industrial .section05 .inner .headline {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.industrial .section05 .inner .content {
  width: 100%;
}
.industrial .section05 .inner .content .text {
  padding: 50px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 30px;
  line-height: 2.5;
}
@media (max-width: 600px) {
  .industrial .section05 .inner .content {
    background-color: #fff;
    border-radius: 30px;
    padding: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .industrial .section05 .inner .content .text {
    padding: 0;
    font-size: 14px;
  }
}