@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
body {
  overflow-x: hidden;
}

.pc_only {
  display: block !important;
}
@media (max-width: 768px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none !important;
}
@media (max-width: 768px) {
  .sp_only {
    display: block !important;
  }
}

.main_width1100 {
  max-width: 1100px;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width1100 {
    width: calc(100% - 30px);
  }
}

.main_width900 {
  max-width: 900px;
  width: 96%;
  margin: auto;
}
@media (max-width: 768px) {
  .main_width900 {
    width: calc(100% - 30px);
  }
}

.service_repair .ttl_c_01 {
  padding-top: 0;
}
.service_repair .ttl_c_01:before {
  content: none;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/********************************************/
/* bt_cta_block */
/********************************************/
.service_repair .bt_cta_block {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  padding: 15px 0;
  background-color: #FFF;
  text-align: center;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .service_repair .bt_cta_block {
    padding: 10px 0 0;
  }
  .service_repair .bt_cta_block .main_width1100 {
    width: 100%;
  }
}
.service_repair .bt_cta_block.none-scroll {
  z-index: -99;
  opacity: 0;
  visibility: hidden;
}
.service_repair .bt_cta_block .txt {
  display: block;
  margin-bottom: 0.5em;
  font-size: clamp(16px, 2.2vw, 23px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.service_repair .bt_cta_block .flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2%;
}
@media (max-width: 768px) {
  .service_repair .bt_cta_block .flex {
    gap: 0;
  }
}
.service_repair .bt_cta_block .flex .btn {
  display: block;
  padding: 7px 10px 10px;
  width: 50%;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
}
@media (max-width: 768px) {
  .service_repair .bt_cta_block .flex .btn {
    padding: 5px 5px 10px;
    border-radius: 0;
  }
}
.service_repair .bt_cta_block .flex .btn .small {
  color: inherit;
  font-size: clamp(12px, 1.3vw, 14px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.service_repair .bt_cta_block .flex .btn .btn_txt {
  position: relative;
  display: block;
  width: fit-content;
  padding-left: 34px;
  margin: auto;
  color: inherit;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .service_repair .bt_cta_block .flex .btn .btn_txt {
    padding-left: 25px;
  }
}
.service_repair .bt_cta_block .flex .btn .btn_txt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  .service_repair .bt_cta_block .flex .btn .btn_txt:before {
    width: 24px;
    height: 24px;
  }
}
.service_repair .bt_cta_block .flex .btn .btn_txt:hover {
  opacity: 0.7;
}
.service_repair .bt_cta_block .flex .btn.tel_btn {
  background-color: #F2961B;
}
.service_repair .bt_cta_block .flex .btn.tel_btn .btn_txt:before {
  background: url(../img/ico-tel-white.svg) no-repeat center/contain;
}
.service_repair .bt_cta_block .flex .btn.web {
  background-color: #007AC7;
}
.service_repair .bt_cta_block .flex .btn.web .btn_txt:before {
  background: url(../img/ico-web.svg) no-repeat center/contain;
}

/********************************************/
/* pan_list */
/********************************************/
@media (max-width: 1135px) {
  .service_repair .pan_list {
    margin-top: 45px;
  }
}
@media (max-width: 767px) {
  .service_repair .pan_list {
    margin-top: 50px;
  }
}

/********************************************/
/* fv_block */
/********************************************/
.service_repair .fv_block {
  position: relative;
  width: 100%;
  aspect-ratio: 2.74/1;
  padding: 6.7708333333vw 0 1.0416666667vw;
  margin-bottom: 100px;
  background: url(../img/img-fv-pc.webp) no-repeat center/contain;
}
@media (max-width: 1135px) {
  .service_repair .fv_block {
    background-size: cover;
    aspect-ratio: initial;
    height: 500px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block {
    padding: 10.4166666667vw 0 4.5572916667vw;
    margin-bottom: 150px;
    aspect-ratio: 375/572;
    height: initial;
    background-image: url(../img/img-fv-sp.webp);
    background-size: cover;
  }
}
@media (max-width: 767px) {
  .service_repair .fv_block {
    margin-bottom: 130px;
  }
}

.service_repair .fv_block .box {
  width: calc(100% - 30px);
  max-width: 1700px;
  margin: auto;
}
@media (max-width: 768px) {
  .service_repair .fv_block .box {
    height: 100%;
  }
}
.service_repair .fv_block .box .inner {
  padding-left: 9.375vw;
  width: 60%;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .box .inner {
    padding-left: 80px;
    width: 70%;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .inner {
    padding-left: 0;
    width: 100%;
  }
}

.service_repair .fv_block .box .inner .border_box {
  position: relative;
  padding: 2.0833333333vw 2.0833333333vw 1.5625vw;
  margin-bottom: 1.5625vw;
  background-color: #FFF;
  border: 5px solid #007AC7;
  border-radius: 15px;
  width: 31.25vw;
  text-align: center;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .box .inner .border_box {
    padding: 30px 30px 20px;
    margin-bottom: 20px;
    width: 430px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .inner .border_box {
    padding: 3.2552083333vw;
    margin-bottom: 1.953125vw;
    width: 87.2395833333vw;
  }
}
.service_repair .fv_block .box .inner .border_box .main_txt {
  display: block;
  margin-bottom: 0.5em;
  line-height: 1.3;
}
.service_repair .fv_block .box .inner .border_box .main_txt .blue {
  color: #007AC7;
  font-size: 2.6041666667vw;
  font-weight: 700;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .box .inner .border_box .main_txt .blue {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .inner .border_box .main_txt .blue {
    font-size: 7.8125vw;
  }
}
.service_repair .fv_block .box .inner .border_box .main_txt .blue .small {
  font-size: 0.8em;
}
.service_repair .fv_block .box .inner .border_box .main_txt .orange {
  color: #E83E0B;
  font-size: 3.3854166667vw;
  font-weight: 700;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .box .inner .border_box .main_txt .orange {
    font-size: 46px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .inner .border_box .main_txt .orange {
    font-size: 10.4166666667vw;
  }
}
.service_repair .fv_block .box .inner .border_box .black_txt {
  position: relative;
  color: #333333;
  font-size: 1.4583333333vw;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .box .inner .border_box .black_txt {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .inner .border_box .black_txt {
    width: fit-content;
    margin: auto;
    font-size: 5.2083333333vw;
  }
}
.service_repair .fv_block .box .inner .border_box .black_txt .num {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.service_repair .fv_block .box .inner .border_box .black_txt .small {
  font-size: 0.8em;
}
.service_repair .fv_block .box .inner .border_box .black_txt .note {
  position: absolute;
  top: -1.9em;
  right: 11em;
  font-size: 0.625vw;
  font-weight: 400;
  z-index: 2;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .box .inner .border_box .black_txt .note {
    right: 9em;
    font-size: 10px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .inner .border_box .black_txt .note {
    top: initial;
    right: -2em;
    bottom: 0;
    font-size: 0.4em;
  }
}
.service_repair .fv_block .box .inner .border_box .free_ico {
  position: absolute;
  top: -4.1666666667vw;
  right: -6.25vw;
  width: 9.375vw;
  height: fit-content;
  aspect-ratio: 1;
  z-index: 2;
}
@media (max-width: 1355px) {
  .service_repair .fv_block .box .inner .border_box .free_ico {
    width: 110px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .inner .border_box .free_ico {
    top: -6.5104166667vw;
    right: -11.71875vw;
    width: 20.8333333333vw;
  }
}
.service_repair .fv_block .box .inner .border_box .free_ico img {
  width: 100%;
  height: 100%;
}
.service_repair .fv_block .box .inner .border_box .terumaru {
  position: absolute;
  top: calc(100% - 100px);
  right: 92%;
  width: 10.15625vw;
  aspect-ratio: 195/183;
  z-index: 2;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .box .inner .border_box .terumaru {
    right: 90%;
    width: 130px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .inner .border_box .terumaru {
    right: initial;
    top: calc(100% - 16.5394402036vw);
    left: calc(100% - 16.5394402036vw);
    width: 32.5520833333vw;
  }
}
.service_repair .fv_block .box .inner .border_box .terumaru img {
  width: 100%;
  height: 100%;
}

.service_repair .fv_block .box .maker_box {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1%;
  padding-left: 10.4166666667vw;
  height: fit-content;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .box .maker_box {
    padding-left: 100px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .maker_box {
    display: block;
    padding-left: 0;
  }
}
.service_repair .fv_block .box .maker_box .txt {
  position: relative;
  padding-right: 1em;
  font-size: 1.3020833333vw;
  font-weight: 700;
  line-height: 1.5;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .box .maker_box .txt {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .maker_box .txt {
    padding-right: 0.7em;
    width: fit-content;
    margin-bottom: 1.953125vw;
    font-size: 4.9479166667vw;
  }
}
.service_repair .fv_block .box .maker_box .txt:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  margin: auto;
  background: url(../img/ico-arrow.svg) no-repeat center/contain;
  width: 0.9375vw;
  aspect-ratio: 18/30;
  z-index: 2;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .box .maker_box .txt:after {
    width: 10px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .maker_box .txt:after {
    transform: rotate(90deg);
    width: 2.0833333333vw;
  }
}
.service_repair .fv_block .box .maker_box img {
  display: block;
  width: 26.9791666667vw;
  height: fit-content;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .box .maker_box img {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .box .maker_box img {
    width: 78.125vw;
  }
}

.service_repair .fv_block .list {
  position: absolute;
  bottom: 1.0416666667vw;
  right: 1.0416666667vw;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .list {
    bottom: 10px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .service_repair .fv_block .list {
    right: initial;
    left: 15px;
    bottom: -50px;
    width: 100%;
  }
}
.service_repair .fv_block .list li {
  color: #333333;
  font-size: 0.8333333333vw;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1135px) {
  .service_repair .fv_block .list li {
    font-size: 12px;
  }
}

/********************************************/
/* reason_block */
/********************************************/
.service_repair .reason_block {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .service_repair .reason_block {
    padding-bottom: 60px;
  }
}
.service_repair .reason_block .ttl_e .blue {
  color: #007AC7;
}
.service_repair .reason_block .ttl_e .small {
  font-size: 0.8em;
}

.service_repair .reason_block .reason_ttl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: flex-end;
  gap: 4%;
  padding-right: 10%;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .service_repair .reason_block .reason_ttl {
    display: block;
    padding-right: 0;
    margin-bottom: 40px;
    text-align: center;
  }
}
.service_repair .reason_block .reason_ttl .fukidashi {
  position: relative;
  padding: 0.5em 0.8em;
  background-color: #007AC7;
  border-radius: 20px;
  color: #FFF;
  font-size: clamp(23px, 2.8vw, 30px);
  text-align: center;
}
@media (max-width: 768px) {
  .service_repair .reason_block .reason_ttl .fukidashi {
    max-width: 300px;
    margin: 0 auto 20px;
  }
}
.service_repair .reason_block .reason_ttl .fukidashi:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1px;
  border-style: solid;
  border-width: 12px 0 12px 24px;
  border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #007AC7;
  translate: 100% -50%;
}
@media (max-width: 768px) {
  .service_repair .reason_block .reason_ttl .fukidashi:after {
    top: initial;
    right: initial;
    bottom: 1px;
    left: 50%;
    border-width: 20px 10px 0 10px;
    border-color: #007AC7 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
    translate: -50% 100%;
  }
}
.service_repair .reason_block .reason_ttl .fukidashi div {
  color: inherit;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_repair .reason_block .reason_ttl .fukidashi div .small {
  font-size: 0.8em;
}
.service_repair .reason_block .reason_ttl .txt {
  display: block;
  margin-bottom: 0.1em;
  font-size: clamp(35px, 4.3vw, 45px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.service_repair .reason_block .reason_ttl .txt .num {
  padding-right: 0.05em;
  color: #F2961B;
  font-size: clamp(70px, 8.7vw, 95px);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}

.service_repair .reason_block .strength_area {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .service_repair .reason_block .strength_area {
    margin-bottom: 30px;
  }
}

.service_repair .reason_block .strength_area .box02 {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .service_repair .reason_block .strength_area .box02 {
    margin-bottom: 30px;
  }
}
.service_repair .reason_block .strength_area .box02 .frame {
  padding: 0;
}
.service_repair .reason_block .strength_area .box02 .frame .bg_04_b {
  border-radius: 5px;
}

.service_repair .reason_block .strength_area .l_box img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.service_repair .reason_block .strength_area .r_box .ttl_p_a {
  text-align: center;
  letter-spacing: 0.05em;
}
.service_repair .reason_block .strength_area .r_box .bold {
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_repair .reason_block .strength_area .r_box .note_list li {
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .service_repair .reason_block .strength_area .r_box .note_list li {
    font-size: 14px;
  }
}
.service_repair .reason_block .strength_area .r_box .note_list li:before {
  content: "※";
}

/********************************************/
/* cv_block */
/********************************************/
.service_repair .cv_box {
  background-color: #FDEFD3;
  border: 6px solid #F2961B;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .service_repair .cv_box {
    padding: 30px 20px;
  }
}
.service_repair .cv_box p.cv_box_txt {
  color: #E83E0B;
}
.service_repair .cv_box .type_00 {
  gap: 2%;
}
.service_repair .cv_box .type_00 .bnr_o {
  width: 50%;
}
@media (max-width: 768px) {
  .service_repair .cv_box .type_00 .bnr_o {
    width: 100%;
  }
}
.service_repair .cv_box .type_00 .bnr_o a {
  background-image: url(../img/ico-bnr-o.svg);
  height: 100%;
  padding: 40px 10px 40px;
}
@media (max-width: 768px) {
  .service_repair .cv_box .type_00 .bnr_o a {
    width: 100%;
    min-height: auto;
    padding: 30px 10px;
  }
}
.service_repair .cv_box .type_00 .bnr_o a span {
  background-image: url(../img/ico-mail.svg);
}
.service_repair .cv_box .type_00 button.tel_ct {
  width: 50%;
  background-image: url(../img/ico-bnr-o.svg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .service_repair .cv_box .type_00 button.tel_ct {
    width: 100%;
    margin: auto;
  }
}
.service_repair .cv_box .type_00 button.tel_ct .txt {
  background-image: url(../img/ico-tel.svg);
}
.service_repair .cv_box .type_00 button.tel_ct .small {
  padding-left: 0;
}

/********************************************/
/* trouble_block */
/********************************************/
.service_repair .trouble_block {
  background-color: #E7F4FD;
  padding: 80px 0 150px;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .service_repair .trouble_block {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}

.service_repair .trouble_block .item:nth-child(2) {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .item:nth-child(2) {
    margin-top: 50px;
  }
}
.service_repair .trouble_block .item:nth-child(2) .ttl_d_01 {
  background-color: #F2961B;
  background-image: url(../img/ico-bnr-o02.svg);
}

.service_repair .trouble_block .item {
  filter: drop-shadow(0 0 9px rgba(0, 0, 0, 0.1));
}
.service_repair .trouble_block .item .ttl_d_01 {
  background-size: 61px 55px;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .item .ttl_d_01 {
    background-size: 38px 35px;
  }
}

.service_repair .trouble_block .item .content {
  background-color: #FFF;
  padding: 50px;
  border-radius: 0 0 20px 20px;
  text-align: center;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .item .content {
    border-radius: 0 0 10px 10px;
    padding: 30px 20px;
  }
}
.service_repair .trouble_block .item .content .trouble_list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4%;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .item .content .trouble_list {
    display: block;
    max-width: 300px;
    margin: 0 auto 30px;
  }
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  width: 33.3333333333%;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .item .content .trouble_list .trouble_item {
    width: 100%;
    height: 224px;
  }
  .service_repair .trouble_block .item .content .trouble_list .trouble_item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .img {
  position: relative;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .item .content .trouble_list .trouble_item .img {
    height: 140px;
  }
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .img img {
  display: block;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .item .content .trouble_list .trouble_item .img img {
    height: 100%;
  }
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .img .num {
  position: absolute;
  left: -20px;
  bottom: -20px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  color: #FFF;
  width: 30%;
  max-width: 78px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: clamp(14px, 1.7vw, 18px);
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .img .num span {
  color: inherit;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 22px);
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .img .num.blue {
  background-color: #007AC7;
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .img .num.orange {
  background-color: #F2961B;
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .txt {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  flex-grow: 1;
  padding: 15px;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .item .content .trouble_list .trouble_item .txt {
    height: calc(100% - 140px);
  }
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .txt p {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .txt.blue {
  background-color: #E7F4FD;
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .txt.blue p {
  color: #007AC7;
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .txt.orange {
  background-color: #FDEFD3;
}
.service_repair .trouble_block .item .content .trouble_list .trouble_item .txt.orange p {
  color: #F2961B;
}
.service_repair .trouble_block .item .content .btn a {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4%;
  width: 100%;
  max-width: 500px;
  padding: 0.8em 50px 0.8em 0.8em;
  margin: auto;
  border-radius: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .item .content .btn a {
    padding-right: 40px;
  }
}
.service_repair .trouble_block .item .content .btn a:hover {
  opacity: 0.7;
}
.service_repair .trouble_block .item .content .btn a:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  background: url(../img/ico-modal.svg) no-repeat center/contain;
  width: 25px;
  height: 22px;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .item .content .btn a:before {
    right: 20px;
    width: 20px;
    height: 17px;
  }
}
.service_repair .trouble_block .item .content .btn a .ico {
  display: block;
  width: 40px;
  aspect-ratio: 1;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .item .content .btn a .ico {
    width: 25px;
  }
}
.service_repair .trouble_block .item .content .btn a .txt {
  color: #FFF;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_repair .trouble_block .item .content .btn.blue a {
  background-color: #007AC7;
}
.service_repair .trouble_block .item .content .btn.orange a {
  background-color: #F2961B;
}

.service_repair .trouble_block .s_popup.js-popup-trouble01 .content .inner .sub_txt {
  display: block;
  margin-bottom: 2em;
  font-size: clamp(16px, 1.9vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_repair .trouble_block .s_popup.js-popup-trouble01 .content .inner .sub_txt .border {
  color: #007AC7;
  font: inherit;
  text-decoration: underline;
}
.service_repair .trouble_block .s_popup.js-popup-trouble01 .content .inner .main_txt {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .service_repair .trouble_block .s_popup.js-popup-trouble01 .content .inner .main_txt {
    margin-bottom: 30px;
  }
}
.service_repair .trouble_block .s_popup.js-popup-trouble01 .content .inner .main_txt .txt {
  display: block;
  margin-bottom: 0.3em;
  font-size: clamp(18px, 2.7vw, 30px);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.service_repair .trouble_block .s_popup.js-popup-trouble01 .content .inner .main_txt .txt .num {
  font: inherit;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.service_repair .trouble_block .s_popup.js-popup-trouble01 .content .inner .main_txt .txt .red {
  color: #E83E0B;
}
.service_repair .trouble_block .s_popup.js-popup-trouble01 .content .inner .main_txt .bg_txt {
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #E7F4FD;
  color: #007AC7;
  font-size: clamp(14px, 1.6vw, 18px);
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_repair .trouble_block .s_popup.js-popup-trouble01 .content .inner .caught p {
  font-size: clamp(20px, 3vw, 33px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_repair .trouble_block .s_popup.js-popup-trouble01 .content .inner .caught p .red {
  color: #E83E0B;
  font: inherit;
}

.service_repair .trouble_block .s_popup.js-popup-trouble02 .content .ttl_d_01 {
  background-color: #F2961B;
  background-image: url(../img/ico-bnr-o02.svg);
}
.service_repair .trouble_block .s_popup.js-popup-trouble02 .content .inner .border_list {
  padding: 20px 30px;
  margin: 0 auto 20px;
  width: 100%;
  max-width: 550px;
  border: 2px dashed #F2961B;
  text-align: left;
}
.service_repair .trouble_block .s_popup.js-popup-trouble02 .content .inner .border_list li {
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.service_repair .trouble_block .s_popup.js-popup-trouble02 .content .inner .border_list li .border {
  font-weight: 700;
  text-decoration: underline;
}
.service_repair .trouble_block .s_popup.js-popup-trouble02 .content .inner .border_list li:not(:last-child) {
  padding-bottom: 0.5em;
}
.service_repair .trouble_block .s_popup.js-popup-trouble02 .content .inner .main_txt {
  display: block;
  margin-bottom: 1em;
  font-size: clamp(20px, 3vw, 33px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
.service_repair .trouble_block .s_popup.js-popup-trouble02 .content .inner .caught p {
  font-size: clamp(18px, 2.3vw, 25px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_repair .trouble_block .s_popup.js-popup-trouble02 .content .inner .caught p .red {
  color: #E83E0B;
  font: inherit;
}

/********************************************/
/* omakase_block */
/********************************************/
.service_repair .omakase_block {
  padding: 60px;
  margin-bottom: 120px;
  border: 1px dotted #F2961B;
  text-align: center;
}
@media (max-width: 768px) {
  .service_repair .omakase_block {
    padding: 20px 15px;
    margin-bottom: 80px;
  }
}
.service_repair .omakase_block .ttl_a {
  font-size: clamp(22px, 3.3vw, 35px);
}
.service_repair .omakase_block .ttl_a .blue {
  display: inline;
  color: #007AC7;
  font: inherit;
}
.service_repair .omakase_block .ttl_a .small {
  display: inline;
  font-size: 0.8em;
}
.service_repair .omakase_block .txt {
  font-size: clamp(18px, 2.3vw, 23px);
  font-weight: 700;
  letter-spacing: 0.05em;
}

/********************************************/
/* flow_block */
/********************************************/
.service_repair .flow_block {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .service_repair .flow_block {
    padding-bottom: 100px;
  }
}
.service_repair .flow_block .ttl_e {
  line-height: 1.3;
}
.service_repair .flow_block .ttl_e .small {
  font-size: 0.8em;
}

.service_repair .flow_block .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 53px;
}
@media (max-width: 768px) {
  .service_repair .flow_block .list {
    display: block;
  }
}
.service_repair .flow_block .list .item {
  position: relative;
  padding: 25px;
  width: calc(33.3333333333% - 53px);
  background-color: #E7F4FD;
  border-radius: 20px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.1));
  list-style: none;
}
@media (max-width: 768px) {
  .service_repair .flow_block .list .item {
    width: 100%;
    max-width: 400px;
    margin: auto;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .service_repair .flow_block .list .item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.service_repair .flow_block .list .item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: -38px;
  display: block;
  margin: auto;
  background: url(../img/ico-arrow.svg) no-repeat center/contain;
  width: 20px;
  height: 40px;
}
@media (max-width: 768px) {
  .service_repair .flow_block .list .item:not(:last-child):after {
    top: initial;
    bottom: -40px;
    left: 0;
    right: 0;
    transform: rotate(90deg);
  }
}

.service_repair .flow_block .list .item .head {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  gap: 4%;
  margin-bottom: 15px;
}
.service_repair .flow_block .list .item .head .num {
  color: #007AC7;
  font-size: clamp(50px, 5.5vw, 60px);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1;
}
.service_repair .flow_block .list .item .head .item_ttl .txt {
  display: block;
  font-size: clamp(16px, 1.8vw, 20px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.service_repair .flow_block .list .item .head .item_ttl .tab {
  display: inline-block;
  padding: 0 0.7em 0.1em;
  color: #FFF;
  font-size: clamp(12px, 1.3vw, 14px);
  letter-spacing: 0.05em;
  line-height: 1.5;
  border-radius: 50px;
}
@media (max-width: 768px) {
  .service_repair .flow_block .list .item .head .item_ttl .tab {
    margin-bottom: 0.5em;
  }
}
.service_repair .flow_block .list .item .head .item_ttl .tab.orange {
  background-color: #F2961B;
}
.service_repair .flow_block .list .item .head .item_ttl .tab.green {
  background-color: #39B118;
}
@media (max-width: 768px) {
  .service_repair .flow_block .list .item .content {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
  }
}
.service_repair .flow_block .list .item .content .img {
  margin-bottom: 15px;
  width: 100%;
  aspect-ratio: 269/160;
}
@media (max-width: 768px) {
  .service_repair .flow_block .list .item .content .img {
    width: 130px;
    height: 70px;
  }
}
.service_repair .flow_block .list .item .content .img img {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .service_repair .flow_block .list .item .content .img img {
    object-fit: cover;
  }
}
.service_repair .flow_block .list .item .content .txt {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .service_repair .flow_block .list .item .content .txt {
    width: calc(100% - 130px);
  }
}
.service_repair .flow_block .list .item .content .txt .small {
  font-size: clamp(12px, 1.3vw, 14px);
}

/********************************************/
/* faq_block */
/********************************************/
.service_repair .faq_block {
  padding-bottom: 150px;
}
@media (max-width: 768px) {
  .service_repair .faq_block {
    padding-bottom: 80px;
  }
}
.service_repair .faq_block .faq_box {
  margin: 0 auto 150px;
  max-width: 900px;
}
@media (max-width: 768px) {
  .service_repair .faq_block .faq_box {
    margin-bottom: 80px;
  }
}
.service_repair .faq_block .faq_box .note_list {
  color: #333333;
  margin-bottom: 10px;
}
.service_repair .faq_block .faq_box .note_list li {
  color: inherit;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 16px;
  line-height: 1.5;
}
.service_repair .faq_block .faq_box .note_list li:before {
  content: "※";
}

/********************************************/
/* popup */
/********************************************/
.service_repair .s_popup {
  position: fixed;
  background-color: initial;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -99;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.service_repair .s_popup .bg_black {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 10000;
}
.service_repair .s_popup.show {
  opacity: 1;
  z-index: 10000;
  visibility: visible;
}

.service_repair .s_popup .content {
  position: fixed;
  top: -30px;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  background-color: #FFF;
  width: calc(100% - 30px);
  max-width: 700px;
  height: 80vh;
  max-height: fit-content;
  border-radius: 10px;
  text-align: center;
  z-index: 20000;
}
.service_repair .s_popup .content .scroll {
  height: 100%;
  max-height: fit-content;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.service_repair .s_popup .content .scroll::-webkit-scrollbar {
  display: none;
}

.service_repair .s_popup .content .btn-popup-close {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.service_repair .s_popup .content .btn-popup-close:before {
  content: "";
  position: absolute;
  top: 15px;
  left: -5px;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #FFF;
  transform: rotate(45deg);
  z-index: 1;
}
.service_repair .s_popup .content .btn-popup-close:after {
  content: "";
  position: absolute;
  top: 15px;
  left: -5px;
  display: block;
  width: 40px;
  height: 3px;
  background-color: #FFF;
  transform: rotate(-45deg);
  z-index: 1;
}

.service_repair .s_popup .content .scroll > .inner {
  padding: 50px 40px;
}
@media (max-width: 768px) {
  .service_repair .s_popup .content .scroll > .inner {
    padding: 30px 20px;
  }
}
.service_repair .s_popup .content .scroll > .inner .caught img {
  display: inline-block;
  margin-bottom: 15px;
  width: 70px;
  height: 70px;
}
@media (max-width: 768px) {
  .service_repair .s_popup .content .scroll > .inner .caught img {
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
  }
}

/********************************************/
/*  tel popup */
/********************************************/
.service_repair .s_popup.js-popup-tel .content {
  max-width: 1200px;
}
.service_repair .s_popup.js-popup-tel .content .ttl_d_01 {
  background-color: #F2961B;
  background-image: url(../img/ico-bnr-o02.svg);
}

.service_repair .s_popup.js-popup-tel .content .scroll > .inner .main_txt {
  margin-bottom: 40px;
  text-align: center;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .main_txt p {
  display: block;
  margin-bottom: 1em;
  font-size: clamp(14px, 1.7vw, 18px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .main_txt a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 0.8em;
  margin: auto;
  background-color: #333333;
  border-radius: 50px;
  color: #FFF;
  font-size: clamp(16px, 1.9vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .service_repair .s_popup.js-popup-tel .content .scroll > .inner .main_txt a {
    max-width: 240px;
  }
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .main_txt a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  display: block;
  margin: auto;
  background: url(../img/ico-arrow-white.svg) no-repeat center/contain;
  width: 20px;
  height: 10px;
}
@media (max-width: 768px) {
  .service_repair .s_popup.js-popup-tel .content .scroll > .inner .main_txt a:after {
    right: 15px;
    width: 15px;
    height: 5px;
  }
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .main_txt a:hover {
  opacity: 0.7;
}

.service_repair .s_popup.js-popup-tel .content .scroll > .inner .support_area {
  display: block;
  margin-bottom: 40px;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .support_area .box_r {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2%;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .service_repair .s_popup.js-popup-tel .content .scroll > .inner .support_area .box_r {
    display: block;
  }
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .support_area .box_r .suppo_a {
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .service_repair .s_popup.js-popup-tel .content .scroll > .inner .support_area .box_r .suppo_a {
    width: 100%;
    margin-bottom: 30px;
  }
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .support_area .box_r .suppo_a .inner {
  text-align: left;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .support_area .box_r .suppo_a .inner .box_r {
  display: block;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .support_area .box_r .suppo_b {
  width: 50%;
}
@media (max-width: 768px) {
  .service_repair .s_popup.js-popup-tel .content .scroll > .inner .support_area .box_r .suppo_b {
    width: 100%;
  }
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .support_area .box_r .suppo_b .inner {
  text-align: left;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .support_area .box_r .suppo_b .inner .box_r {
  display: block;
}

.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box {
  max-width: 640px;
  margin: auto;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .img {
  width: 100%;
  aspect-ratio: 1;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .img {
    margin-bottom: 10px;
  }
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .list {
  margin-bottom: 50px;
  text-align: left;
}
@media (max-width: 768px) {
  .service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .list {
    margin-bottom: 40px;
  }
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .list li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: clamp(12px, 1.3vw, 14px);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .list li:before {
  content: "・";
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .tel_area .txt {
  display: block;
  margin-bottom: 1.5em;
  font-size: clamp(16px, 1.9vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .tel_area .free_tel {
  padding: 20px;
  background-color: #FDEFD3;
  border: 1px dotted #F2961B;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .tel_area .free_tel .tel_tll {
  display: block;
  margin-bottom: 0.3em;
  font-size: clamp(18px, 1.9vw, 20px);
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .tel_area .free_tel a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: fit-content;
  margin: auto;
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .tel_area .free_tel a img {
  padding-right: 5px;
  width: 75px;
  height: 43px;
}
@media (max-width: 768px) {
  .service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .tel_area .free_tel a img {
    width: 43px;
    height: 25px;
  }
}
.service_repair .s_popup.js-popup-tel .content .scroll > .inner .map_box .tel_area .free_tel a .btn_txt {
  font-size: clamp(28px, 4vw, 50px);
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}

@media (max-width: 1000px) {
  .link_b_a span:after {
    top: 19px;
  }
  .support_area .suppo_time .suppo_time_box {
    display: block;
  }
  .support_area .suppo_time .suppo_time_box p:nth-child(2) {
    margin-left: -0.6em;
  }
}
.support_area .suppo_time span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1250px) {
  #page_top {
    bottom: 95px;
    right: 5px;
  }
}/*# sourceMappingURL=style.css.map */