@charset "UTF-8";
.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/first/first_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/first/first_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;
  }
}

.lead_sec {
  margin: 70px auto 230px;
}
.lead_sec .sec_text {
  font-size: 18px;
  margin-bottom: 90px;
}
.lead_sec .first_flex {
  display: flex;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.lead_sec .about_btn {
  border: 1px solid #F08300;
  padding: 15px 60px 15px 35px;
  width: 320px;
}
.lead_sec .about_btn::before {
  width: 12px;
  height: 23px;
  background: url(/images/common/sankaku.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .lead_sec {
    padding: 5.5vw 0;
    margin-bottom: 23.8vw;
    margin-top: 10.8vw;
    width: initial;
  }
  .lead_sec .sec_text {
    font-size: 4vw;
    margin-bottom: 10vw;
  }
  .lead_sec .first_flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
  }
  .lead_sec .about_btn {
    width: 80vw;
    padding: 4vw 12vw 4vw 4vw;
  }
}

.sec01 {
  margin-bottom: 340px;
}
.sec01 .sec_header {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #F08300;
  padding-bottom: 30px;
  margin-bottom: 95px;
  position: relative;
}
.sec01 .sec_header .sec_title {
  font-weight: bold;
}
.sec01 .sec_header::before {
  content: "";
  position: absolute;
  width: 197px;
  height: 154px;
  left: 0;
  bottom: -40px;
  background: url(/images/first/sec01_kazari.webp) center/contain no-repeat;
}
.sec01 .flowbox {
  margin: 0 0 0 auto;
  width: 843px;
  position: relative;
}
.sec01 .flexbox {
  width: 843px;
  justify-content: space-between;
  align-items: flex-start;
}
.sec01 .flexbox .textbox {
  margin-right: 50px;
  width: 70%;
}
.sec01 .flexbox .textbox .step_flex {
  display: flex;
}
.sec01 .flexbox .textbox .step {
  font-size: 18px;
  color: #F08300;
  opacity: 0.5;
}
.sec01 .flexbox .textbox .box_title {
  font-size: 24px;
  font-weight: bold;
  color: #F08300;
  position: relative;
}
.sec01 .flexbox .textbox .box_title::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: -2em;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/first/maru.webp) center/contain no-repeat;
}
.sec01 .flexbox .textbox .box_title::after {
  content: "";
  position: absolute;
  border-left: 2px solid #CCCCCC;
  left: -39px;
  top: 17px;
  z-index: -1;
  height: 192px;
}
.sec01 .flexbox .textbox .last_title::after {
  display: none;
}
.sec01 .flexbox:not(:last-of-type) {
  margin-bottom: 55px;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 18.8vw;
  }
  .sec01 .sec_header {
    font-size: 5vw;
    padding-bottom: 3vw;
    margin-bottom: 10vw;
  }
  .sec01 .sec_header::before {
    width: 24vw;
    height: 19vw;
    left: 0;
    bottom: -2vw;
  }
  .sec01 .flowbox {
    margin: 0 auto;
    width: 100%;
  }
  .sec01 .flexbox {
    width: 100%;
    display: block;
  }
  .sec01 .flexbox .textbox {
    margin-right: 0;
    width: 100%;
  }
  .sec01 .flexbox .textbox .step {
    font-size: 4vw;
    line-height: 1.2;
  }
  .sec01 .flexbox .textbox .box_title {
    font-size: 4.8vw;
  }
  .sec01 .flexbox .textbox .box_title::before {
    display: none;
  }
  .sec01 .flexbox .textbox .box_title::after {
    display: none;
  }
  .sec01 .flexbox .imagebox {
    margin-bottom: 2vw;
  }
  .sec01 .flexbox:not(:last-of-type) {
    margin-bottom: 13.8vw;
  }
}

.sec02 {
  margin-bottom: 320px;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .orangebox {
  position: relative;
}
.sec02 .orangebox .flexbox {
  margin-bottom: 125px;
  justify-content: flex-start;
}
.sec02 .orangebox .flexbox .textbox {
  margin-left: 60px;
}
.sec02 .orangebox .flexbox .textbox .box_header {
  margin-bottom: 50px;
  padding-top: 100px;
}
.sec02 .orangebox .flexbox .textbox .box_header .subtitle {
  color: #fff;
  font-size: 20px;
}
.sec02 .orangebox .flexbox .textbox .box_header .box_title {
  font-size: 30px;
  font-weight: bold;
  color: #fff;
}
.sec02 .orangebox .flexbox .textbox .box_text {
  color: #fff;
  font-size: 18px;
}
.sec02 .orangebox .flex02 {
  justify-content: flex-end;
  position: relative;
}
.sec02 .orangebox .flex02 .textbox {
  padding: 67px 290px 70px 162px;
  background-color: #fff;
  z-index: -1;
  position: absolute;
  left: 50px;
}
.sec02 .orangebox .flex02 .textbox .box_header {
  padding-top: 0;
}
.sec02 .orangebox .flex02 .textbox .box_header .box_title {
  font-size: 24px;
  color: #444444;
}
.sec02 .orangebox .flex02 .textbox .box_list .item {
  font-size: 18px;
  position: relative;
}
.sec02 .orangebox .flex02 .textbox .box_list .item .orange {
  color: #F08300;
  font-weight: bold;
  font-size: 21px;
}
.sec02 .orangebox .flex02 .textbox .box_list .item::before {
  content: "";
  position: absolute;
  width: 36px;
  height: 31px;
  left: -3em;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/common/check.webp) center/contain no-repeat;
}
.sec02 .orangebox .flex02 .textbox .box_list .item:not(:last-child) {
  margin-bottom: 30px;
}
.sec02 .orangebox .bottom_text {
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.sec02 .orangebg {
  background-color: #F08300;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  height: 1263px;
  z-index: -5;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 23.8vw;
  }
  .sec02 .orangebox .flexbox {
    display: block;
    margin-bottom: 10vw;
    padding: 0 5vw;
  }
  .sec02 .orangebox .flexbox .imagebox {
    width: 80%;
    margin: 0 auto;
  }
  .sec02 .orangebox .flexbox .textbox {
    margin-left: 0;
    margin: 3vw 0;
  }
  .sec02 .orangebox .flexbox .textbox .box_header {
    margin-bottom: 3vw;
    padding-top: 5vw;
  }
  .sec02 .orangebox .flexbox .textbox .box_header .subtitle {
    font-size: 4vw;
  }
  .sec02 .orangebox .flexbox .textbox .box_header .box_title {
    font-size: 4.8vw;
  }
  .sec02 .orangebox .flexbox .textbox .box_text {
    font-size: 4vw;
  }
  .sec02 .orangebox .flex02 {
    padding: 0 5vw;
  }
  .sec02 .orangebox .flex02 .imagebox {
    margin-bottom: 3vw;
  }
  .sec02 .orangebox .flex02 .textbox {
    position: static;
    width: 100%;
    margin: 0 auto;
    padding: 3vw;
  }
  .sec02 .orangebox .flex02 .textbox .box_header {
    padding-top: 0;
  }
  .sec02 .orangebox .flex02 .textbox .box_header .box_title {
    font-size: 4.8vw;
  }
  .sec02 .orangebox .flex02 .textbox .box_list .item {
    font-size: 4vw;
    padding-left: 1.6em;
  }
  .sec02 .orangebox .flex02 .textbox .box_list .item .orange {
    font-size: 4.5vw;
  }
  .sec02 .orangebox .flex02 .textbox .box_list .item::before {
    content: "";
    position: absolute;
    width: 8vw;
    height: 6vw;
    left: -0.5em;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/common/check.webp) center/contain no-repeat;
  }
  .sec02 .orangebox .flex02 .textbox .box_list .item:not(:last-child) {
    margin-bottom: 5vw;
  }
  .sec02 .orangebox .bottom_text {
    font-size: 4vw;
    padding: 0 5vw;
  }
  .sec02 .orangebg {
    background-color: #F08300;
    position: absolute;
    top: 10vw;
    left: 0;
    width: 100%;
    height: 340vw;
    z-index: -5;
  }
}

.sec03 {
  margin-bottom: 95px;
}
.sec03 .gridbox {
  margin-bottom: 145px;
  grid-template-columns: repeat(4, 1fr);
}
.sec03 .gridbox .about_btn {
  width: 260px;
  border: 1px solid #F08300;
  padding: 15px 30px 15px 5px;
}
.sec03 .gridbox .about_btn::before {
  content: "▼";
  color: #F08300;
  font-size: 12px;
  right: 10px;
  width: initial;
  height: initial;
  background: none;
}
.sec03 .faq_title {
  font-size: 28px;
  font-weight: bold;
  color: #F08300;
  margin-bottom: 70px;
  position: relative;
  margin-top: 55px;
}
.sec03 .wire::before {
  content: "";
  position: absolute;
  width: 374px;
  height: 119px;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/first/wire.webp) center/contain no-repeat;
}
.sec03 .hole::before {
  content: "";
  position: absolute;
  width: 382px;
  height: 120px;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/first/hole.webp) center/contain no-repeat;
}
.sec03 .others::before {
  content: "";
  position: absolute;
  width: 492px;
  height: 119px;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/first/others.webp) center/contain no-repeat;
}
.sec03 .orders::before {
  content: "";
  position: absolute;
  width: 480px;
  height: 119px;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  background: url(/images/first/orders.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .gridbox {
    margin-bottom: 10vw;
    row-gap: 3vw;
    grid-template-columns: repeat(1, 1fr);
  }
  .sec03 .gridbox .about_btn {
    width: 80vw;
    padding: 4vw 12vw 4vw 4vw;
  }
  .sec03 .gridbox .about_btn::before {
    content: "▼";
    color: #F08300;
    font-size: 4vw;
    right: 3vw;
  }
  .sec03 .q_and_a .q_box .q_text {
    font-feature-settings: "palt";
    font-size: 4.1vw;
  }
  .sec03 .faq_title {
    font-size: 4.8vw;
    margin-bottom: 10vw;
    margin-top: 13.8vw;
  }
  .sec03 .wire::before {
    width: 34vw;
    height: 11vw;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/first/wire.webp) center/contain no-repeat;
  }
  .sec03 .hole::before {
    content: "";
    position: absolute;
    width: 41vw;
    height: 11vw;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/first/hole.webp) center/contain no-repeat;
  }
  .sec03 .others::before {
    content: "";
    position: absolute;
    width: 41vw;
    height: 11vw;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/first/others.webp) center/contain no-repeat;
  }
  .sec03 .orders::before {
    content: "";
    position: absolute;
    width: 41vw;
    height: 11vw;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    background: url(/images/first/orders.webp) center/contain no-repeat;
  }
}/*# sourceMappingURL=first.css.map */