@charset "utf-8";

/*========= レイアウト ===============*/
body {
  background-color: #fff;
}

#header {
  width: 100vw;
}

section {
  width: 100%;
}

h2 {
  font-size: 2.3rem;
  letter-spacing: 2px;
  font-weight: 600;
}

.sec_ttlbox {
  background-color: #3d4857;
  width: 960px;
  height: 40px;
  border-radius: 5px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 1.2rem;
  }
  .sec_ttlbox {
    width: 80vw;
  }
}

/*========= 各section 共通 ===============*/
.sec_wrap {
  width: 960px;
  margin: 0 auto;
}
.sec_txtbox2 p {
  font-size: 0.9rem;
}
.imgbox_sp img {
  width: 70vw;
}

@media screen and (max-width: 1024px) {
  .sec_wrap {
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .sec_ttl {
    width: 80vw;
  }
  .sec_box {
    width: 80vw;
  }
  .sec_box img {
    width: 100%;
    border-radius: 5px;
  }
  .sec_txtbox2 p {
    font-size: 0.8rem;
  }
  .sec_ttlbox span {
    font-size: 0.88rem;
  }
}

/*========= section 1 ===============*/
.sec_01 {
  width: 960px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}
.sec_01 img {
  width: 350px;
  height: 30px;
}
.ttlbox {
  margin-top: 150px;
}

.item {
  width: 200px;
  font-size: 1.25rem;
}
.contents {
  font-size: 1.25rem;
}
@media screen and (max-width: 1024px) {
  .sec_01 {
    width: 80vw;
  }
  .sec_01 img {
    width: 100%;
  }
  .ttlbox {
    margin-top: 160px;
  }
  .contents {
    margin-top: 10px;
    font-size: 1rem;
  }
}

/*========= section 2 ===============*/
.sec_02 {
  margin: 70px auto 0 auto;
  background-image: url(../images/equipment/equip_01_bg-min.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 40px;
}
.sec_02_sp {
  background-color: #f0efee;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
}

/*========= section 3 ===============*/
.sec_03 {
  margin: 70px auto 0 auto;
  background-image: url(../images/equipment/equip_02_bg-min.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 40px;
}
.sec_bg_box2 {
  position: absolute;
  left: 0;
  top: 100%;
  width: 90vw;
  height: 300px;
  background-color: #f0efee;
  border-radius: 10px 0 0 10px;
  z-index: -1;
}
.sec_03_sp {
  background-color: #f0edee;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*========= section 4 ===============*/
.sec_04 {
  margin: 70px auto 0 auto;
  background-image: url(../images/equipment/equip_03_bg-min.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 40px;
}
.sec_04_sp {
  background-color: #ebeff0;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*========= section 5 ===============*/
.sec_05 {
  margin: 70px auto 0 auto;
  background-image: url(../images/equipment/equip_04_bg-min.png);
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 40px;
}
.sec_05_sp {
  background-color: #edefee;
  padding-top: 40px;
  padding-bottom: 40px;
}

/*========= section 6 ===============*/
.sec_06 {
  margin: 125px auto 0 auto;
  padding-bottom: 95px;
  background-color: rgba(56, 112, 137, 0.1);
}
.sec_06_sp {
  background-color: rgba(56, 112, 137, 0.1);
  padding-top: 40px;
  padding-bottom: 40px;
}
.internet_box {
  position: relative;
  top: -25px;
}

@media screen and (max-width: 1024px) {
  .internet_box {
    position: relative;
    top: -0px;
  }
  .internet_box img {
    width: 100%;
  }
}

/*========= section 7 ===============*/
.sec_07 {
  margin: 0 auto;
  padding-bottom: 95px;
  background-color: #fff;
}
.equipment_box {
  position: relative;
  top: -25px;
}
.sec_07_sp {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .equipment_box {
    position: relative;
    top: -0px;
  }
  .equipment_box img {
    width: 100%;
  }
}
