@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto');
.repair_body{
  font-family: 'Noto Sans JP', 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
}
div.container_ div.contents_.repair {
  width: 100%;
  padding: 0;
}
.repair_mv {
  position: relative;
  background: url(/new_img/usr/freepage/repair2025/repair_mv_bg.jpg) no-repeat center;
  background-size: cover;
}
.repair_mv_img {
  width: 1068px;
  margin: auto;
  padding: 174px 0 264px;
}
.repair_mv_img img {
  margin: auto;
  width: 100%;
}
.repair_mv_btn {
  border-radius: 38px;
  background: #EA1A1E;
  color: #fff;
  width: 372px;
  max-width: 372px;
  height: 63px;
  max-height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  position: absolute;
  bottom: 141px;
  right: 0;
  left: 0;
  margin: auto;
}
.repair_mv_btn:hover {
  text-decoration: none;
}
.repair_h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 2;
  text-align: center;
  margin-bottom: 60px;
}
.repair_h2 span{
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  font-family: 'Roboto';
  display: block;
}
.repair_p{
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.repair_a{
  color: #000!important;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
}
.repair_inner{
  max-width: 1200px;
  margin:0 auto;
  padding: 100px 0;
}
.fz22{font-size: 22px;}
.fz18{font-size: 18px;}
.fz16{font-size: 16px;}
.fz14{font-size: 14px;}
.mt30{margin-top: 30px;}

/* note */
[class*=note-]{
  padding-left: 1em;
  text-indent: -1em;
}
[class*=note-] li+li{
  margin-top: .5em;
}
.note-number{
  counter-reset: count 0;
}
.note-number li:before{
  content: "" counter(count);
  counter-increment: count 1;
  padding-right: .5em;
}
.note-list li:before{
  content: "";
}
/* circle-list */
.circle-list{
  padding-left: 1em;
  text-indent: -1em;
}
.circle-list li+li{
  margin-top: .25em;
}
.circle-list li:before{
  content: "E";
}

/* movie */
.repair_movie h2{
  margin-bottom: 10px;
}
.repair_movie iframe{
  margin:30px auto;
  display: block;
}

/* price */
.repair_price{
  background: url(/new_img/usr/freepage/repair2025/repair_price_bg.jpg) no-repeat center;
  background-size: cover;
}
.repair_price h2,
.repair_price .note-list{
  color: #fff;
}
.repair_price .repair_inner{
  padding-top: 120px;
  padding-bottom: 120px;
}
.repair_price_table{
  font-size: 20px;
  display: flex;
  gap: 2px;
  margin-bottom: 30px;
}
.repair_price_table_left{
  background: #fff;
  flex: 1;
  padding: 15px 30px;
}
.repair_price_table_right{
  display: flex;
  gap: 2px;
  flex: 2;
  flex-wrap: wrap;
}
.repair_price_table_right>div{
  background: #fff;
  padding: 15px 30px;
  width:calc(100% / 2 - 61px);
}
.table_price{
  text-align: right;
}
/* example */
.repair_example{
  background: url(/new_img/usr/freepage/repair2025/repair_example_bg.png)no-repeat center;
  background-size: cover;
}
.repair_example_text{
  font-size: 14px;
  max-width: 650px;
  margin: 0 auto;
}
.repair_example_flex{
  width: 967px;
  margin: auto;
 display: flex;
 align-items: center;
 gap: 30px;
 margin-bottom: 40px;
}
.repair_body img{
 max-width: 100%;
 height: auto;
}
.repair_example_before,
.repair_example_after{
  position: relative;
}
.repair_example_before::after,
.repair_example_after::after{
  content: "";
  position: absolute;
  display: block;
  width: 68px;
  height: 68px;
  top: -2em;
  left: -2em;
}
.repair_example_before::after{
  background: url(/new_img/usr/freepage/repair2025/repair_example_before.png)no-repeat center;
  background-size: contain;
}
.repair_example_after::after{
  background: url(/new_img/usr/freepage/repair2025/repair_example_after.png)no-repeat center;
  background-size: contain;
}
/* achievements */
.repair_achievements_flex{
  display: flex;
  flex-wrap: wrap;
  gap: 45px;
}
.repair_achievements_flex>div{
  /* width: calc(100% / 3); */
  width: calc((100% / 3) - 30px);
}
.repair_achievements_flex p{
  font-size: 16px;
  margin-top: 20px;
}
.repair_achievements_before,
.repair_achievements_after{
  position: relative;
}
.repair_achievements_before::after,
.repair_achievements_after::after{
  content: "";
  position: absolute;
  display: block;
  width: 68px;
  height: 68px;
  top: .5em;
  left: .5em;
}
.repair_achievements_before::after{
  background: url(/new_img/usr/freepage/repair2025/repair_example_before.png)no-repeat center;
  background-size: contain;
}
.repair_achievements_after::after{
  background: url(/new_img/usr/freepage/repair2025/repair_example_after.png)no-repeat center;
  background-size: contain;
}
.repair_achievements_slider .slick-next,.repair_achievements_slider .slick-prev {
  background: url(/new_img/usr/freepage/repair2025/slider-arrow.png) no-repeat;
  background-size: 100%;
  width: 40px;
  height: 40px;
}
.repair_achievements_slider .slick-next{
  right: -12px;
}
.repair_achievements_slider .slick-prev{
  left: -12px;
}
/* flow */
.repair_flow{
  background: #EDEDED;
}
.repair_flow_flex{
  display: flex;
  align-items: center;
  background: #2C2C2C;
  color: #fff;
  padding: 30px 50px;
  border-radius: 5px;
  gap: 40px;
}
.repair_flow_no{
  font-size: 60px;
  font-weight: 700;
  font-family: 'Roboto';
}
.repair_flow_h3{
  font-size: 26px;
  font-weight: 700;
}
.repair_flow_p{
  font-size: 18px;
  font-weight: 500;
}
.repair_flow_txt{
  width: 100%;
}
.repair_flow_txt .note-list{
  font-size: 14px;
  font-weight: 500;
}
.repair_flow_txt>*+*,
.repair_flow_btn_wrap>div>*+*{
  margin-top: 20px;
}
.repair_flow_arrow{
  text-align: center;
  margin: 16px 0;
}
.repair_flow_btn_wrap{
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.repair_flow_btn{
  font-size: 18px;
  font-weight: 700;
  color: #2C2C2C!important;
  background: #fff;
  padding: 20px 70px;
  border-radius: 2em;
  display: block;
}

/* notes */
.repair_notes .circle-list{
  max-width: 975px;
  margin: 60px auto;
  font-size: 16px
}


/* fixed btn */
.btn_arrow::after {
  content: "";
  display: block;
  position: absolute;
  width: 17px;
  height: 16px;
  background-image: url("../../new_img/usr/freepage/repair/btn_arrow.png");
  right: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 100%;
  background-repeat: no-repeat;
}
.repair_bottom_fixed_btn {
  border-radius: 38px;
  background: #be1e1a;
  color: #fff;
  width: 560px;
  max-width: 560px;
  height: 76px;
  max-height: 76px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin: auto;
  position: relative;
}
.repair_bottom_fixed_btn:hover {
  text-decoration: none;
}
.repair_bottom_fixed {
  background-color: #f8e9c2;
  padding: 30px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  padding: 30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .repair_h2 {
    font-size: calc((28 / 375) * 100vw);
    margin-bottom: calc((30 / 375) * 100vw);
  }
  .repair_h2 span {
    font-size: calc((18 / 375) * 100vw);
  }
  .btn_arrow::after {
    right: 24px;
  }
  .repair_mv {
    position: relative;
    background: url(/new_img/usr/freepage/repair2025/repair_mv_bg_sp.jpg) no-repeat center;
    background-size: cover;
}
  .repair_mv_img {
    width: calc((310 / 375) * 100vw);
    margin: auto;
    padding: calc((72 / 375) * 100vw) 0 calc((188 / 375) * 100vw);
    
  }
  a.repair_mv_btn {
    width: calc((310 / 375) * 100vw);
    height: calc((64 / 375) * 100vw);
    font-size: calc((16 / 375) * 100vw);
    bottom: calc((90 / 375) * 100vw);
  }
  a.repair_mv_btn:link,
  a.repair_mv_btn:visited{
    color: #fff;
  }
  .fz22 {
    font-size: calc((16 / 375) * 100vw);
}
  .fz14 {
    font-size: calc((12 / 375) * 100vw);
}
.repair_price .repair_inner,
.repair_inner {
  padding: calc((60 / 375) * 100vw) calc((30 / 375) * 100vw);
}
.repair_movie .repair_inner {
  padding: 30px 0;
}
.repair_movie .youtube_btn {
  padding: 20px 40px;
  max-width: 300px;
  margin: auto;
}
.repair_price {
  background: url(/new_img/usr/freepage/repair2025/repair_price_bg_sp.png) no-repeat center;
  background-size: cover;
}
.repair_price_table {
  font-size: calc((14 / 375) * 100vw);
  display: block;
}
.repair_price_table_left {
  font-size: calc((16 / 375) * 100vw);
  margin-bottom: 2px;
  padding: 12px 10px;
}
.repair_price_table_right>div {
  padding: 12px 10px;
  width: calc(100% / 2 - 21px);
}
.repair_example_flex {
  display: block;
  width: auto;
}
.repair_example_illustration{
  max-width: 150px!important;
  margin: auto;
  display: block;
}
.repair_example_arrow{
  max-width: 26px!important;
  transform: rotate(90deg);
  margin: 1em auto;
    display: block;
}
.repair_example_before{
  margin-top: 30px;
}
.repair_example_before::after,
.repair_example_after::after{
  left: .5em;
}
.repair_achievements_flex {
  display: block
}
.repair_achievements_flex>div {
  width: 100%;
  margin-top: 20px;
}
.repair_achievements_flex p {
  font-size: calc((14 / 375) * 100vw);
  margin-top: 10px;
}
.repair_achievements_slider .slick-next,.repair_achievements_slider .slick-prev {
  width: 30px;
  height: 30px;
}
.repair_achievements_slider .slick-next {
  right: -5px;
}
.repair_achievements_slider .slick-prev {
  left: -5px;
}
.repair_movie iframe {
  width: 100%;
}
.repair_flow_flex {
  display: block
}
.repair_flow_btn_wrap {
  display: block
}
.repair_flow_no {
  font-size: calc((50 / 375) * 100vw);
  line-height: 1;
  margin-bottom: 30px;
}
.repair_flow_flex {
  padding:  calc((30 / 375) * 100vw) calc((22 / 375) * 100vw);
}
.repair_flow_h3 {
  font-size: calc((18 / 375) * 100vw);
}
.repair_flow_p {
  font-size: calc((14 / 375) * 100vw);
}
.repair_flow_txt .note-list {
  font-size: calc((12 / 375) * 100vw);
}
.repair_flow_btn {
  font-size:  calc((18 / 375) * 100vw);
  padding: 20px;
  border-radius: 3em;
  margin-top: 40px;
  text-align: center;
}
.repair_notes .circle-list li{
  font-size: calc((15.5 / 375) * 100vw)!important;
  line-height: 32px;
}
.repair_notes .circle-list {
  margin: auto;
}
}

/*# sourceMappingURL=repair.css.map */