.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/precision/precision_key.webp) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #F08300;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(/images/precision/precision_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: center;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.sec01 {
  margin-bottom: 290px;
}
.sec01 .inner {
  padding: 0;
}
.sec01 .sec_header {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 100px;
}
.sec01 .sec_title {
  font-size: 36px;
  font-weight: bold;
}
.sec01 .subtitle {
  font-size: 36px;
  font-weight: bold;
  color: rgba(26, 26, 26, 0.3);
}
.sec01 .subtitle .orange {
  color: rgba(240, 131, 0, 0.3);
  font-weight: bold;
}
.sec01 .reason_box {
  margin-bottom: 125px;
  position: relative;
}
.sec01 .reason01 {
  margin-bottom: 160px;
}
.sec01 .flexbox {
  padding-left: 70px;
  align-items: flex-start;
  margin-bottom: 70px;
}
.sec01 .flexbox .textbox {
  width: 100%;
  margin-right: 85px;
}
.sec01 .flexbox .textbox .box_header {
  margin-bottom: 40px;
}
.sec01 .flexbox .textbox .box_header .top_title {
  font-size: 24px;
  font-weight: bold;
}
.sec01 .flexbox .textbox .box_header .top_title .orange {
  color: #F08300;
  font-weight: bold;
}
.sec01 .flexbox .textbox .box_header .box_title {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec01 .flexbox .imagebox {
  width: 95.7%;
}
.sec01 .float {
  position: relative;
}
.sec01 .float_box {
  position: absolute;
  left: -40px;
  bottom: 40px;
  z-index: 1;
}
.sec01 .table_box {
  text-align: center;
}
.sec01 .table_box .table_text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}
.sec01 .reverse {
  flex-direction: row-reverse;
  padding-left: 0;
  padding-right: 70px;
}
.sec01 .reverse .textbox {
  margin-right: 0;
  margin-left: 85px;
}
.sec01 .white_bg1 {
  position: absolute;
  background-color: #fff;
  width: 1172px;
  height: 345px;
  left: 0;
  top: -50px;
  z-index: -2;
}
.sec01 .white_bg2 {
  position: absolute;
  background-color: #fff;
  width: 1172px;
  height: 395px;
  right: 0;
  top: -40px;
  z-index: -2;
}
.sec01 .white_bg3 {
  position: absolute;
  background-color: #fff;
  width: 1172px;
  height: 395px;
  left: 0;
  top: -40px;
  z-index: -2;
}
.sec01 .orangebg {
  background-color: rgba(240, 131, 0, 0.1);
  width: 100%;
  height: 1790px;
  position: absolute;
  top: -45px;
  right: 50%;
  transform: translateX(50%);
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 23.8vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .sec_header {
    margin-bottom: 5vw;
  }
  .sec01 .sec_title {
    font-size: 6vw;
  }
  .sec01 .subtitle {
    font-size: 5vw;
  }
  .sec01 .reason_box {
    margin-bottom: 18.8vw;
    position: relative;
  }
  .sec01 .reason01 {
    margin-bottom: 18.8vw;
  }
  .sec01 .reason01 .imagebox {
    padding-bottom: 10vw;
  }
  .sec01 .flexbox {
    display: block;
    padding-left: 0;
    margin-bottom: 10vw;
  }
  .sec01 .flexbox .textbox {
    width: 90%;
    margin-right: 0;
    margin: 0 auto;
  }
  .sec01 .flexbox .textbox .box_header {
    margin-bottom: 3vw;
  }
  .sec01 .flexbox .textbox .box_header .top_title {
    font-size: 4vw;
  }
  .sec01 .flexbox .textbox .box_header .box_title {
    font-size: 4.8vw;
  }
  .sec01 .flexbox .imagebox {
    width: 90%;
    margin: 0 auto;
  }
  .sec01 .float_box {
    left: -3vw;
    bottom: -8vw;
  }
  .sec01 .float_box .imagebox {
    width: 50%;
    margin: 0;
  }
  .sec01 .reverse {
    padding-left: 0;
    padding-right: 0;
  }
  .sec01 .reverse .textbox {
    margin-right: 0;
    margin-left: 0;
    margin: 0 auto;
  }
  .sec01 .white_bg1 {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 139vw;
    left: 0;
    top: -5vw;
    z-index: -2;
  }
  .sec01 .white_bg2 {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 144vw;
    right: 0;
    top: -5vw;
    z-index: -2;
  }
  .sec01 .white_bg3 {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 136vw;
    left: 0;
    top: -5vw;
    z-index: -2;
  }
  .sec01 .orangebg {
    width: 100%;
    height: 493vw;
    top: -10vw;
    right: 50%;
    transform: translateX(50%);
  }
}

.sec02 {
  margin-bottom: 95px;
}
.sec02 .sec_title {
  font-size: 30px;
  padding-bottom: 30px;
}
.sec02 .sec_header {
  position: relative;
  height: auto;
  overflow: initial;
}
.sec02 .sec_header::before {
  position: absolute;
  content: "";
  width: 225px;
  height: 158px;
  left: 0;
  bottom: -20px;
  background: url(/images/wire/sec02_kazari.webp) center/contain no-repeat;
}
.sec02 .cont_box {
  margin-bottom: 110px;
}
.sec02 .cont_box .textbox {
  margin-bottom: 40px;
}
.sec02 .cont_box .textbox .cont_title {
  font-size: 24px;
  border-left: 12px solid #F08300;
  padding-left: 2em;
  margin-bottom: 20px;
}
.sec02 .cont_box .imagebox .right_img {
  margin-right: 95px;
}
.sec02 .bottom_box {
  display: flex;
  margin: 0 auto;
}
.sec02 .bottom_box .box {
  width: 530px;
  height: 135px;
  border: 2px solid #F08300;
}
.sec02 .bottom_box .first {
  margin-right: 25px;
}
.sec02 .bottom_box .flexbox {
  justify-content: flex-start;
  padding-right: 30px;
  position: relative;
}
.sec02 .bottom_box .flexbox .imagebox {
  margin-right: 10px;
}
.sec02 .bottom_box .flexbox .textbox {
  position: relative;
}
.sec02 .bottom_box .flexbox .textbox .small {
  font-size: 18px;
}
.sec02 .bottom_box .flexbox .textbox .box_text {
  color: #F08300;
  font-size: 24px;
  font-weight: bold;
}
.sec02 .bottom_box .flexbox::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 34px;
  right: 10px;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/precision/sankaku.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.7vw;
  }
  .sec02 .sec_header {
    padding: 0;
    margin-bottom: 20vw;
  }
  .sec02 .sec_header::before {
    width: 25vw;
    height: 20vw;
    bottom: 0;
  }
  .sec02 .sec_title {
    font-size: 5vw;
    padding-bottom: 3vw;
    margin-bottom: 0;
    min-height: auto;
  }
  .sec02 .cont_box {
    margin-bottom: 10vw;
  }
  .sec02 .cont_box .textbox {
    margin-bottom: 3vw;
  }
  .sec02 .cont_box .textbox .cont_title {
    font-size: 4.5vw;
    border-left: 2vw solid #F08300;
    padding-left: 1em;
    margin-bottom: 3vw;
  }
  .sec02 .cont_box .imagebox .right_img {
    margin-right: 0;
    margin-bottom: 3vw;
  }
  .sec02 .bottom_box {
    display: flex;
    flex-direction: column;
    row-gap: 3vw;
    margin: 0 auto;
  }
  .sec02 .bottom_box .box {
    width: 100%;
    height: auto;
    border: 2px solid #F08300;
  }
  .sec02 .bottom_box .first {
    margin-right: 25px;
  }
  .sec02 .bottom_box .flexbox {
    justify-content: flex-start;
    padding-right: 1vw;
    position: relative;
  }
  .sec02 .bottom_box .flexbox .imagebox {
    margin-right: 1.5vw;
    margin-bottom: 0;
    width: 30%;
  }
  .sec02 .bottom_box .flexbox .textbox {
    position: relative;
  }
  .sec02 .bottom_box .flexbox .textbox .small {
    font-size: 3.7vw;
  }
  .sec02 .bottom_box .flexbox .textbox .box_text {
    color: #F08300;
    font-size: 4vw;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  .sec02 .bottom_box .flexbox::before {
    content: "";
    position: absolute;
    width: 4vw;
    height: 5vw;
    right: 2vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/precision/sankaku.webp) center/contain no-repeat;
  }
}/*# sourceMappingURL=precision.css.map */