.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/wire/wire_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/wire/wire_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;
  }
}

@media screen and (max-width: 768px) {
  .lead_sec .sec_title {
    font-size: 5.2vw;
    font-feature-settings: "palt";
  }
}

.sec01 {
  padding-top: 75px;
  margin-bottom: 365px;
}
.sec01 .inner {
  padding: 0;
}
.sec01 .sec_header {
  height: auto;
  text-align: center;
  margin-bottom: 111px;
}
.sec01 .sec_header .sec_title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec01 .sec_header .sec_subtitle {
  font-size: 28px;
  color: #1a1a1a;
  opacity: 0.28;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
.sec01 .sec_header .sec_subtitle .orange {
  color: #F08300;
  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 .flexbox {
  justify-content: flex-start;
  -moz-column-gap: 140px;
       column-gap: 140px;
}
.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: 1101px;
  left: 0;
  top: -50px;
  z-index: -2;
}
.sec01 .white_bg2 {
  position: absolute;
  background-color: #fff;
  width: 1172px;
  height: 362px;
  right: 0;
  top: -40px;
  z-index: -2;
}
.sec01 .white_bg3 {
  position: absolute;
  background-color: #fff;
  width: 1172px;
  height: 409px;
  left: 0;
  top: -60px;
  z-index: -2;
}
.sec01 .white_bg4 {
  position: absolute;
  background-color: #fff;
  width: 1172px;
  height: 476px;
  right: 0;
  top: -40px;
  z-index: -2;
}
.sec01 .orangebg {
  background-color: rgba(240, 131, 0, 0.1);
  width: 100%;
  height: 3059px;
  position: absolute;
  top: -75px;
  right: 50%;
  transform: translateX(50%);
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 28.8vw;
    padding-top: 10vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .sec_header {
    height: auto;
    text-align: center;
    margin-bottom: 10vw;
  }
  .sec01 .sec_header .sec_title {
    font-size: 4.9vw;
    font-feature-settings: "palt";
    margin-bottom: 3vw;
  }
  .sec01 .sec_header .sec_subtitle {
    font-size: 4.8vw;
  }
  .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 .table_box {
    width: 90%;
    margin: 0 auto;
  }
  .sec01 .table_box .flexbox {
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .sec01 .table_box .left_img {
    margin-bottom: 5vw;
  }
  .sec01 .table_box .table_text {
    font-size: 4.5vw;
    margin-bottom: 5vw;
  }
  .sec01 .table_box .table_img {
    width: 90%;
    margin: 0 auto;
  }
  .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: 352vw;
    left: 0;
    top: -5vw;
    z-index: -2;
  }
  .sec01 .white_bg2 {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 122vw;
    right: 0;
    top: -5vw;
    z-index: -2;
  }
  .sec01 .white_bg3 {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 137vw;
    left: 0;
    top: -5vw;
    z-index: -2;
  }
  .sec01 .white_bg4 {
    position: absolute;
    background-color: #fff;
    width: 100%;
    height: 139vw;
    right: 0;
    top: -5vw;
    z-index: -2;
  }
  .sec01 .orangebg {
    width: 100%;
    height: 842vw;
    top: -10vw;
    right: 50%;
    transform: translateX(50%);
  }
}

.sec02 {
  margin-bottom: 150px;
}
.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 .about_btn {
  border-radius: 50px;
  padding: 15px 80px 15px 50px;
}
.sec02 .about_btn::before {
  background: url(/images/common/white_icon.webp) center/contain no-repeat;
}
.sec02 .animation01 {
  margin: 0 0 50px;
  position: relative;
  z-index: 0;
}
.sec02 .animation01 .scroll-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.sec02 .animation01 .scroll-content {
  display: flex;
  animation: scroll 75s linear infinite;
}
.sec02 .animation01 .item {
  flex: 0 0 auto;
  width: 1724px;
  height: 332px;
  margin: 0 0px;
  padding-right: 60px;
  text-align: center;
  line-height: 332px;
  font-size: 24px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 18.8vw;
  }
  .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 .about_btn {
    border-radius: 10vw;
    padding: 4vw 12vw 4vw 4vw;
    width: 80vw;
  }
  .sec02 .animation01 {
    margin: initial;
    margin-top: -10vw;
  }
  .sec02 .animation01 .item {
    flex: 0 0 auto;
    width: 276.8vw;
    height: 54.4vw;
    margin: 0 0px;
    text-align: center;
    line-height: 45.4vw;
    font-size: 24px;
  }
}

.sec03 {
  margin-bottom: 95px;
}
.sec03 .sec_title {
  font-size: 30px;
  padding-bottom: 30px;
}
.sec03 .sec_header {
  position: relative;
  height: auto;
  overflow: initial;
}
.sec03 .sec_header::before {
  position: absolute;
  content: "";
  width: 234px;
  height: 153px;
  left: 0;
  bottom: -20px;
  background: url(/images/wire/setubi_kazari.webp) center/contain no-repeat;
}
.sec03 .flexbox {
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 225px;
}
.sec03 .flexbox .textbox .box_title {
  font-size: 24px;
  border-left: 12px solid #F08300;
  height: 55px;
  line-height: 55px;
  padding-left: 1em;
  margin-bottom: 35px;
}
.sec03 .flexbox .textbox .box_text {
  margin-bottom: 35px;
  font-size: 18px;
  padding-left: 45px;
}
.sec03 .flex_bottom {
  display: flex;
  position: relative;
}
.sec03 .flex_bottom .textbox {
  margin-left: 55px;
}
.sec03 .flex_bottom .textbox .box_title {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}
.sec03 .flex_bottom .imagebox {
  width: 60%;
}
.sec03 .flex_bottom::before {
  content: "";
  position: absolute;
  width: 1280px;
  height: 396px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(/images/wire/sec03_bg.webp) center/contain no-repeat;
}
.sec03 .bottom_box {
  display: flex;
  margin: 240px auto 0;
}
.sec03 .bottom_box .box {
  width: 530px;
  height: 135px;
  border: 2px solid #F08300;
}
.sec03 .bottom_box .first {
  margin-right: 25px;
}
.sec03 .bottom_box .flexbox {
  justify-content: flex-start;
  padding-right: 30px;
  position: relative;
  align-items: center;
}
.sec03 .bottom_box .flexbox .imagebox {
  margin-right: 120px;
}
.sec03 .bottom_box .flexbox .textbox {
  position: relative;
}
.sec03 .bottom_box .flexbox .textbox .small {
  font-size: 18px;
  text-align: center;
}
.sec03 .bottom_box .flexbox .textbox .box_text {
  color: #F08300;
  font-size: 24px;
  font-weight: bold;
  padding-left: 0;
  margin-bottom: 0;
  text-align: center;
}
.sec03 .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) {
  .sec03 {
    margin-bottom: 18.8vw;
  }
  .sec03 .sec_title {
    font-size: 5vw;
    padding-bottom: 3vw;
  }
  .sec03 .sec_header {
    position: relative;
    height: auto;
    overflow: initial;
    padding: 0;
  }
  .sec03 .sec_header::before {
    position: absolute;
    content: "";
    width: 27vw;
    height: 18vw;
    left: 0;
    bottom: 0;
    background: url(/images/wire/setubi_kazari.webp) center/contain no-repeat;
  }
  .sec03 .flexbox {
    display: block;
    margin-bottom: 13.8vw;
  }
  .sec03 .flexbox .textbox .box_title {
    font-size: 4.8vw;
    border-left: 3vw solid #F08300;
    height: 12vw;
    line-height: 12vw;
    padding-left: 1em;
    margin-bottom: 1vw;
  }
  .sec03 .flexbox .textbox .box_text {
    margin-bottom: 1vw;
    font-size: 4.3vw;
    padding-left: 2em;
  }
  .sec03 .flexbox .imagebox {
    margin-bottom: 3vw;
  }
  .sec03 .flex_bottom {
    display: block;
    position: relative;
  }
  .sec03 .flex_bottom .textbox {
    margin-left: 0;
  }
  .sec03 .flex_bottom .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .sec03 .flex_bottom .imagebox {
    width: 100%;
    margin: 0 auto 3vw;
  }
  .sec03 .flex_bottom::before {
    display: none;
  }
  .sec03 .bottom_imagebox {
    margin-top: 5vw;
    margin-bottom: 10vw;
  }
  .sec03 .bottom_box {
    display: flex;
    flex-direction: column;
    row-gap: 3vw;
    margin: 0 auto;
  }
  .sec03 .bottom_box .box {
    width: 100%;
    height: auto;
    border: 2px solid #F08300;
  }
  .sec03 .bottom_box .first {
    margin-right: 25px;
  }
  .sec03 .bottom_box .flexbox {
    display: flex;
    justify-content: flex-start;
    padding-right: 1vw;
    position: relative;
    margin-bottom: 0;
  }
  .sec03 .bottom_box .flexbox .imagebox {
    margin-right: 1.5vw;
    margin-bottom: 0;
    width: 30%;
  }
  .sec03 .bottom_box .flexbox .textbox {
    position: relative;
  }
  .sec03 .bottom_box .flexbox .textbox .small {
    font-size: 3.7vw;
  }
  .sec03 .bottom_box .flexbox .textbox .box_text {
    color: #F08300;
    font-size: 4vw;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  .sec03 .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=hole.css.map */