@charset "UTF-8";
/* PC */
body {
  background-color: #eee3e4;
  margin: 0;
  padding: 0;
}
.equipment-section {
  position: relative;
  height: 50vh;
  background-color: #eee3e4;
  display: flex;
  align-items: flex-start;
  padding: 0;
  margin: 10% 0;
  background-image: linear-gradient(to right, #eee3e4 30%, transparent 30%), url("../img/equipment/equipment1.png");
  background-size: cover;
  background-position: right center;
  background-repeat: no-repeat;
}
.equipment-text {
  z-index: 2;
  padding-top: 5vh;
  padding-left: 5%;
  padding-right: 5%;
  width: 70%;
}
.equipment-sub {
  font-size: 2rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 10px;
}
.h1-equipment {
  font-size: 7rem;
  color: #fff;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  margin: 0;
  line-height: 1.1;
}
.equipment-section2 {
  width: 70%;
  margin: 5% auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
.equipment-header {
  background-color: #fff;
  padding: 20px 30px;
  border: 1px solid #ccc;
  width: fit-content;
  font-weight: bold;
  font-size: 1.3rem;
  margin-bottom: 30px;
}
.equipment-header span {
  font-size: 1rem;
  margin-left: 15px;
  font-weight: normal;
  font-weight: 500;
}
.equipment-table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 500;
}
.equipment-table th, .equipment-table td {
  border: 1px solid #ccc;
  padding: 12px 15px;
  text-align: left;
  font-size: 1rem;
}
.equipment-table th {
  font-weight: bold;
}
.equipment-section3 {
  width: 70%;
  margin: 0 auto;
  padding: 50px 0;
  box-sizing: border-box;
}
.equipment-title h3 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.equipment-title p {
  font-size: 1.1rem;
  margin-bottom: 20px;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  border-bottom: 1px solid #000;
  line-height: 3;
  font-weight: 500;
}
.equipment-image img {
  width: 100%;
  height: auto;
  display: block;
  padding-top: 20px;
}
.equipment-section4 {
  width: 70%;
  margin: 5% auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
.equipment-section5 {
  width: 70%;
  margin: 5% auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}
/* タブレット対応（画面幅1024px以下） */
@media screen and (max-width: 1024px) {
  .equipment-section {
    position: relative;
    height: 27vh;
    background-color: #eee3e4;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 10% 0;
    background-image: linear-gradient(to right, transparent 30%, transparent 30%), url("../img/equipment/equipment1.png");
    background-size: 660px;
    background-position: right;
    background-repeat: no-repeat;
  }
}
/* タブレット対応（画面幅768px以下） */
@media screen and (max-width: 768px) {
  .equipment-section {
    position: relative;
    height: 27vh;
    background-color: #eee3e4;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 10% 0;
    background-image: linear-gradient(to right, transparent 30%, transparent 30%), url("../img/equipment/equipment1.png");
    background-size: 535px;
    background-position: right;
    background-repeat: no-repeat;
  }
  .h1-equipment {
    font-size: 6rem;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 0;
    line-height: 1.1;
  }
  .equipment-title p {
    font-size: 1rem;
    margin-bottom: 20px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
    line-height: 3;
    font-weight: 500;
  }
}
/* スマホ対応（画面幅480px以下） */
@media screen and (max-width: 480px) {
  .equipment-section {
    position: relative;
    height: 14vh;
    background-color: #eee3e4;
    display: flex;
    align-items: flex-start;
    padding: 0;
    margin: 10% 0;
    background-image: linear-gradient(to right, transparent 30%, transparent 30%), url("../img/equipment/equipment1.png");
    background-size: 270px;
    background-position: right center;
    background-repeat: no-repeat;
  }
  .equipment-text {
    z-index: 2;
    padding-top: 2%;
    text-align: left;
    padding-left: 3%;
  }
  .equipment-sub {
    font-size: 1rem;
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 10px;
  }
  .h1-equipment {
    font-size: 3rem;
    color: #fff;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    margin: 0;
    line-height: 1.1;
  }
  .equipment-section2 {
    width: 94%;
    margin: 5% auto;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
  }
  .equipment-header span {
    font-size: 0.8rem;
    margin-left: 15px;
    font-weight: 500;
  }
  .equipment-table th {
    border: 1px solid #ccc;
    padding: 12px 15px;
    text-align: left;
    font-size: 0.6rem;
  }
  .equipment-table td {
    border: 1px solid #ccc;
    padding: 12px 15px;
    text-align: left;
    font-size: 0.6rem;
    font-weight: 500;
  }
  .equipment-section3 {
    width: 100%;
    margin: 0 auto;
    padding: 50px 3%;
    box-sizing: border-box;
  }
  .equipment-title h3 {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .equipment-title p {
    font-size: 0.9rem;
    margin-bottom: 20px;
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    border-bottom: 1px solid #000;
    line-height: 3;
    font-weight: 500;
  }
  .equipment-section4 {
    width: 94%;
    margin: 5% auto;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
  }
  .equipment-section5 {
    width: 94%;
    margin: 5% auto;
    font-family: "Noto Sans JP", sans-serif;
    color: #333;
  }
}