.main_image {
  position: relative;
  height: 522px;
  padding-top: 195px;
  box-sizing: border-box;
  background: url(/images/maintenance/maintenance_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;
  text-align: center;
  font-family: "noto sans jp", sans-serif;
  font-size: 48px;
  letter-spacing: 0.2em;
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
}
.main_image .text:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 36%;
  bottom: -60%;
  transform: translateY(-50%);
  width: 259px;
  height: 21px;
  background: url(/images/common/line.webp) center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .main_image {
    position: relative;
    height: 60vw;
    padding-top: 28.3vw;
    box-sizing: border-box;
    background: url(/images/maintenance/maintenance_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;
  }
  .main_image .text:before {
    left: 25vw;
    top: 12.3vw;
    width: 41.3vw;
    height: 21.3vw;
    background: url(/images/common/arch.webp) center/contain no-repeat;
  }
}

@media screen and (min-width: 1281px) {
  .main_image {
    position: relative;
    text-align: center;
    height: 516px;
    background: url(/images/maintenance/key.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    z-index: 1;
  }
  .main_image .inner {
    width: 1025px;
    max-width: 100%;
    padding: 0 20px 0;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .main_image::before {
    position: absolute;
    content: "";
    background: url(/images/common/nami.webp) no-repeat center bottom;
    background-size: 100% auto;
    width: 102%;
    height: 100%;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: -1;
  }
}
@media screen and (max-width: 767px) {
  .lead_sec .sec_title {
    font-feature-settings: "palt";
  }
}

.sec01 {
  padding-bottom: 100px;
}
.sec01 .inner {
  padding: 0 68px;
}
.sec01 .nobg_header {
  text-align: center;
  margin-bottom: 100px;
}
.sec01 .nobg_title {
  display: inline-block;
  font-size: 21px;
  color: #EC9149;
  text-align: center;
  position: relative;
}
.sec01 .nobg_title::before {
  content: "";
  position: absolute;
  width: 54px;
  height: 100px;
  left: -50px;
  bottom: -10px;
  background: url(/images/maintenance/kazari01.webp) center/contain no-repeat;
}
.sec01 .nobg_title::after {
  content: "";
  position: absolute;
  width: 54px;
  height: 100px;
  right: -50px;
  bottom: -10px;
  background: url(/images/maintenance/kazari02.webp) center/contain no-repeat;
}
.sec01 .flexbox {
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 60px;
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 56px;
}
.sec01 .flexbox .merit_box {
  width: 250px;
  padding: 35px 3px;
  background-color: rgba(255, 218, 166, 0.3);
  border-radius: 20px;
}
.sec01 .flexbox .merit_box .merit_text {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec01 .flexbox .merit_box .merit_text .orange {
  color: #EC9149;
}
.sec01 .flexbox .merit_box .merit_text .merit {
  color: rgba(236, 145, 73, 0.6);
}
.sec01 .first_box {
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .sec01 {
    padding-bottom: 13.8vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .nobg_header {
    margin-bottom: 5vw;
  }
  .sec01 .nobg_title {
    font-size: 4.3vw;
  }
  .sec01 .nobg_title::before {
    width: 10vw;
    height: 18vw;
    left: -12vw;
    bottom: 0;
  }
  .sec01 .nobg_title::after {
    width: 10vw;
    height: 18vw;
    right: -12vw;
    bottom: 0;
  }
  .sec01 .flexbox {
    padding-bottom: 10vw;
    display: flex;
    -moz-column-gap: 5vw;
         column-gap: 5vw;
    row-gap: 5vw;
  }
  .sec01 .flexbox .merit_box {
    width: 70vw;
    padding: 5vw;
    border-radius: 5vw;
  }
  .sec01 .flexbox .merit_box .merit_text {
    font-size: 4.3vw;
  }
  .sec01 .first_box {
    font-size: 4vw;
  }
}

.sec02 {
  padding-bottom: 100px;
}
.sec02 .sec_body {
  padding: 0;
}
.sec02 .point01 .textbox, .sec02 .point03 .textbox {
  margin-right: 50px;
}
.sec02 .point02, .sec02 .point04 {
  flex-direction: row-reverse;
}
.sec02 .point02 .textbox, .sec02 .point04 .textbox {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .sec02 {
    padding-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0 5vw;
  }
  .sec02 .point {
    margin-bottom: 10vw;
  }
  .sec02 .point01 .textbox, .sec02 .point03 .textbox {
    margin-right: initial;
  }
  .sec02 .point02 .textbox, .sec02 .point04 .textbox {
    margin-left: initial;
  }
  .sec02 .point01 .point_title, .sec02 .point02 .point_title, .sec02 .point03 .point_title, .sec02 .point04 .point_title {
    font-size: 5vw;
  }
}

.sec03 {
  padding-bottom: 100px;
}
.sec03 .first_box {
  margin-bottom: 100px;
}
.sec03 .first_box .flexbox {
  flex-direction: row-reverse;
}
.sec03 .first_box .flexbox .textbox {
  margin-right: 60px;
  margin-bottom: 100px;
}
.sec03 .orangebox {
  background-color: #FAF5EC;
  padding: 50px 65px 75px;
}
.sec03 .orangebox .orange_header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #EC9149;
}
.sec03 .orangebox .orange_header .orange_icon {
  margin-right: 10px;
}
.sec03 .orangebox .orange_header .orange_title {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.sec03 .orangebox .gridbox {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 85px;
       column-gap: 85px;
  row-gap: 80px;
}
.sec03 .orangebox .gridbox .care .grid_title {
  font-size: 21px;
  color: #534740;
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}
.sec03 .orangebox .gridbox .care .grid_img {
  text-align: center;
}
.sec03 .orangebox .gridbox .care .grid_text {
  max-width: 360px;
  margin: 0 auto;
  padding-top: 10px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec03 .orangebox .gridbox .care .flexbox {
  margin-top: 10px;
}
.sec03 .orangebox .gridbox .care .flexbox .about_btn {
  border-bottom: 1px solid #CE95C0;
}
.sec03 .orangebox .gridbox .care .flexbox .about_btn::before {
  content: "";
  position: absolute;
  background: url(/images/maintenance/pink_icon.webp) center/contain no-repeat;
}
.sec03 .orange01 {
  margin-bottom: 100px;
}
.sec03 .homecare .flexbox .textbox {
  margin-left: 55px;
}
.sec03 .homecare .flexbox .textbox .home_title {
  font-size: 21px;
  color: #534740;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .sec03 {
    padding-bottom: 13.8vw;
  }
  .sec03 .first_box {
    margin-bottom: 13.8vw;
  }
  .sec03 .first_box .flexbox .textbox {
    margin-right: initial;
    margin-bottom: 10vw;
  }
  .sec03 .orange01 {
    margin-bottom: 10vw;
  }
  .sec03 .orangebox {
    padding: 10vw 5vw;
  }
  .sec03 .orangebox .gridbox {
    row-gap: 10vw;
  }
  .sec03 .orangebox .orange_header {
    margin-bottom: 10vw;
    padding-bottom: 5vw;
  }
  .sec03 .orangebox .orange_header .orange_icon {
    margin-right: 1vw;
    width: 20%;
  }
  .sec03 .orangebox .orange_header .orange_title {
    font-size: 5vw;
  }
  .sec03 .orangebox .gridbox {
    grid-template-columns: repeat(1, 1fr);
  }
  .sec03 .orangebox .gridbox .care .flexbox {
    margin-top: 5vw;
  }
  .sec03 .orangebox .gridbox .care .grid_title {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .sec03 .orangebox .gridbox .care .grid_text {
    max-width: 100%;
    padding-top: 3vw;
    font-size: 4vw;
  }
  .sec03 .orangebox .gridbox .care .grid_img img {
    width: 100%;
  }
  .sec03 .homecare .flexbox .textbox {
    margin-left: initial;
  }
  .sec03 .homecare .flexbox .textbox .home_title {
    font-size: 4.3vw;
    margin-bottom: 5vw;
  }
  .sec03 .homecare .flexbox .textbox .home_text {
    font-size: 4vw;
  }
}/*# sourceMappingURL=maintenance.css.map */