main {
  font-feature-settings: "palt";
}

#in_main {
  height: 300px;
}

@media screen and (max-width: 650px) {
  #in_main {
    height: 26.6666666667vw;
  }
}
#in_main.list {
  background-image: url(../images/service/list_ph01.jpg);
}

@media screen and (max-width: 650px) {
  #in_main.list {
    background-size: cover;
  }
}
#in_main #in_main_in {
  padding-top: 60px;
}

@media screen and (max-width: 650px) {
  #in_main #in_main_in {
    padding-top: 0;
  }
}
#in_main #in_main_in #in_main_md001 {
  color: #004ea2;
  font-size: 36px;
  text-align: center;
}

@media screen and (max-width: 650px) {
  #in_main #in_main_in #in_main_md001 {
    font-size: 4.8vw;
  }
}
#in_main #in_main_in #in_main_txt001 {
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 650px) {
  #in_main #in_main_in #in_main_txt001 {
    font-size: 3.2vw;
  }
}
.c-servicenav {
  width: 100%;
  padding: 25px 0;
  background-image: linear-gradient(-30deg, rgb(0, 68, 124) 0%, rgb(34, 161, 221) 100%);
}

.c-servicenav .u-layout {
  display: flex;
  justify-content: space-between;
  max-width: 1220px;
  width: 89.3333333333vw;
  margin: 0 auto;
}

.c-servicenav .u-layout li {
  width: 24%;
  height: 70px;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .c-servicenav .u-layout li {
    width: 20.8vw;
    height: 24vw;
  }
}
.c-servicenav .u-layout li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #ddd;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media screen and (max-width: 650px) {
  .c-servicenav .u-layout li a {
    flex-direction: column;
    font-size: 4vw;
  }
}
.c-servicenav .u-layout li a #icn-service {
  width: 24px;
  height: 26px;
}

@media screen and (max-width: 650px) {
  .c-servicenav .u-layout li a #icn-service {
    width: 4.8vw;
    height: 5.8666666667vw;
  }
}
.c-servicenav .u-layout li a #icn-service .icn-service0 {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.c-servicenav .u-layout li a #icn-service .icn-service1 {
  fill: #FFF;
}

.c-servicenav .u-layout li a #icn-repair {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media screen and (max-width: 650px) {
  .c-servicenav .u-layout li a #icn-repair {
    width: 6.1333333333vw;
    height: 6.1333333333vw;
  }
}
.c-servicenav .u-layout li a #icn-disposal {
  width: 22px;
  height: 30px;
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

@media screen and (max-width: 650px) {
  .c-servicenav .u-layout li a #icn-disposal {
    width: 4.2666666667vw;
    height: 5.6vw;
  }
}
.c-servicenav .u-layout li a.is-active, .c-servicenav .u-layout li a:hover {
  background-color: #fff;
  color: #004ea2;
}

.c-servicenav .u-layout li a.is-active #icn-service .icn-service0, .c-servicenav .u-layout li a:hover #icn-service .icn-service0 {
  stroke: #004ea2;
}

.c-servicenav .u-layout li a.is-active #icn-service .icn-service1, .c-servicenav .u-layout li a:hover #icn-service .icn-service1 {
  fill: #004ea2;
}

.c-servicenav .u-layout li a.is-active #icn-repair,
.c-servicenav .u-layout li a.is-active #icn-disposal, .c-servicenav .u-layout li a:hover #icn-repair,
.c-servicenav .u-layout li a:hover #icn-disposal {
  stroke: #004ea2;
}

@media screen and (max-width: 650px) {
  .c-servicenav .u-layout li a .c-servicenav__label {
    margin-top: 1.3333333333vw;
    line-height: 1.4;
  }
}
.-spOnly {
  display: none;
}

@media screen and (max-width: 650px) {
  .-spOnly {
    display: inline;
  }
}
.-pcOnly {
  display: inline;
}

@media screen and (max-width: 650px) {
  .-pcOnly {
    display: none;
  }
}
.u-layout {
  max-width: 1220px;
  width: 89.3333333333vw;
  margin: 0 auto;
  font-feature-settings: "palt";
}

.u-layout .c-h2 {
  margin-bottom: 20px;
  color: #004ea2;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .u-layout .c-h2 {
    margin-bottom: 2.6666666667VW;
    font-size: 4.8vw;
  }
}
.u-layout .c-h3 {
  color: #004ea2;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 650px) {
  .u-layout .c-h3 {
    font-size: 4vw;
  }
}
.u-layout .c-h3 span {
  font-size: 14px;
  font-weight: 700;
}

@media screen and (max-width: 650px) {
  .u-layout .c-h3 span {
    font-size: 3.2vw;
  }
}
.u-layout .c-h3.-type2 {
  width: 100%;
  margin-bottom: 40px;
  font-size: 26px;
}

@media screen and (max-width: 650px) {
  .u-layout .c-h3.-type2 {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.u-layout .c-h3.-type3 {
  width: 100%;
  margin-bottom: 20px;
  color: #000;
  font-size: 22px;
}

@media screen and (max-width: 650px) {
  .u-layout .c-h3.-type3 {
    font-size: 4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.u-layout .c-h4 {
  padding: 15px 0;
  color: #004ea2;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}

@media screen and (max-width: 650px) {
  .u-layout .c-h4 {
    font-size: 3.7333333333vw;
    padding: 0 0 1.3333333333vw 0;
    text-align: left;
  }
}
.u-layout .c-h4 span {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (max-width: 650px) {
  .u-layout .c-h4 span {
    font-size: 3.2vw;
  }
}
.u-layout .c-h4.-type2 {
  padding: 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.u-layout .c-desc {
  margin-bottom: 35px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (max-width: 650px) {
  .u-layout .c-desc {
    font-size: 3.7333333333vw;
  }
}
.v-introduction {
  background: #eaf1f9;
  padding: 70px 0 80px 0;
  width: 100%;
}

@media screen and (max-width: 650px) {
  .v-introduction {
    padding: 10.6666666667vw 0;
  }
}
.v-introduction .c-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1040px;
  width: 89.3333333333vw;
  margin: 0 auto;
  padding: 50px 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 650px) {
  .v-introduction .c-contact {
    flex-direction: column;
    padding: 8vw 5.3333333333vw;
  }
}
.v-introduction .c-contact .v-telbox {
  margin-left: 50px;
  padding-left: 50px;
  border-left: 1px solid #dddddd;
}

@media screen and (max-width: 650px) {
  .v-introduction .c-contact .v-telbox {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
    margin-top: 5.3333333333vw;
    padding-top: 5.3333333333vw;
    border-top: 1px solid #dddddd;
  }
}
.v-introduction .c-contact .v-telbox__title {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 650px) {
  .v-introduction .c-contact .v-telbox__title {
    font-size: 3.7333333333vw;
    text-align: center;
  }
}
.v-introduction .c-contact .v-telbox__number {
  display: flex;
  gap: 0 10px;
  align-items: center;
  color: #004ea2;
  font-size: 36px;
  font-weight: 600;
}

@media screen and (max-width: 650px) {
  .v-introduction .c-contact .v-telbox__number {
    gap: 0 5px;
    font-size: 6.4vw;
    justify-content: center;
  }
}
.v-introduction .c-contact .v-telbox__number::before {
  display: block;
  content: "";
  margin-top: 8px;
  background: url("../../../data/img/views/service/repair/pc/phone_img.png") no-repeat center;
  background-size: 100%;
  width: 25px;
  height: 32px;
}

@media screen and (max-width: 650px) {
  .v-introduction .c-contact .v-telbox__number::before {
    margin-top: 1.3333333333vw;
    width: 4.5333333333vw;
    height: 5.6vw;
  }
}
.v-introduction .c-contact .v-telbox__details {
  font-size: 14px;
}

@media screen and (max-width: 650px) {
  .v-introduction .c-contact .v-telbox__details {
    font-size: 3.2vw;
    text-align: center;
  }
}
.v-section2 {
  padding: 70px 0;
}

@media screen and (max-width: 650px) {
  .v-section2 {
    padding: 10.6666666667vw 0;
  }
}
.v-section2__topic {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
  padding: 60px 0;
  background-color: #f7f7f7;
}

@media screen and (max-width: 650px) {
  .v-section2__topic {
    gap: 10px 0;
    padding: 8vw 0;
  }
}
.v-section2__topic__topicbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 320px;
  padding: 35px 0;
  background-color: #FFF;
  border: 1px solid #dddddd;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .v-section2__topic__topicbox {
    padding: 5.3333333333vw 2.6666666667vw;
    flex-direction: row;
    width: 81.3333333333vw;
  }
}
.v-section2__topic__topicbox .c-tetx.-type2 {
  text-align: center;
}

.v-section2__topic__topicbox .c-topic-desc {
  font-size: 16px;
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (max-width: 650px) {
  .v-section2__topic__topicbox .c-topic-desc {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
.v-section2__topic__topicbox .topic_img01 {
  width: 74px;
}

@media screen and (max-width: 650px) {
  .v-section2__topic__topicbox .topic_img01 {
    width: 10.4vw;
    margin: 0 5.3333333333vw;
  }
}
.v-section2__topic__topicbox .topic_img02 {
  width: 127px;
}

@media screen and (max-width: 650px) {
  .v-section2__topic__topicbox .topic_img02 {
    width: 15.7333333333vw;
    margin: 0 2.6666666667vw;
  }
}
.v-section2__flow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 40px;
  padding: 60px 0;
  background-color: #f7f7f7;
}

@media screen and (max-width: 650px) {
  .v-section2__flow {
    gap: 10px 0;
    margin-top: 5.3333333333vw;
    padding: 8vw 0;
  }
}
.v-section2__flow .flow_img01 {
  width: 1000px;
}

@media screen and (max-width: 650px) {
  .v-section2__flow .flow_img01 {
    width: 81.3333333333vw;
  }
}
.v-section2__details {
  padding: 60px 0;
}

@media screen and (max-width: 650px) {
  .v-section2__details {
    padding: 10.6666666667vw 0 0 0;
  }
}
.v-section2__details .c-remarks li {
  display: flex;
  line-height: 1.8;
  font-size: 16px;
}

@media screen and (max-width: 650px) {
  .v-section2__details .c-remarks li {
    font-size: 3.4666666667vw;
  }
}
.v-section3 {
  position: relative;
  padding: 70px 0;
  width: 100%;
}

@media screen and (max-width: 650px) {
  .v-section3 {
    padding: 10.6666666667vw 0;
  }
}
.v-section3::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 442px;
  background: #eaf1f9;
  left: 0;
  top: 0;
}

@media screen and (max-width: 650px) {
  .v-section3::before {
    height: 80vw;
  }
}
.v-section3__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  padding: 60px 0;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 650px) {
  .v-section3__box {
    padding: 8vw 0;
  }
}
.v-section3__box .v-section3__details {
  display: flex;
  align-items: flex-start;
  gap: 0 12px;
  max-width: 940px;
  width: 81.3333333333vw;
  margin-top: 25px;
  font-family: "Noto Sans JP";
  font-weight: 500;
}

@media screen and (max-width: 650px) {
  .v-section3__box .v-section3__details {
    flex-direction: column;
    margin-top: 5.3333333333vw;
  }
  .v-section3__box .v-section3__details.-first {
    margin-top: 0;
  }
}
.v-section3__box .v-section3__details__title {
  font-size: 16px;
}

@media screen and (max-width: 650px) {
  .v-section3__box .v-section3__details__title {
    font-size: 3.7333333333vw;
    font-weight: 700;
  }
}
.v-section3__box .v-section3__details .c-line {
  width: 40px;
  height: 1px;
  margin-top: 15px;
  background-color: #000;
}

@media screen and (max-width: 650px) {
  .v-section3__box .v-section3__details .c-line {
    display: none;
  }
}
.v-section3__box .v-section3__details__content {
  font-size: 16px;
  flex: 1;
}

@media screen and (max-width: 650px) {
  .v-section3__box .v-section3__details__content {
    font-size: 3.7333333333vw;
  }
}
.v-section3__flow {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 40px;
  padding: 60px 0;
  background-color: #f7f7f7;
}

@media screen and (max-width: 650px) {
  .v-section3__flow {
    gap: 10px 0;
    margin-top: 8vw;
    padding: 8vw 0;
  }
}
.v-section3__flow .flow_img02 {
  width: 1000px;
}

@media screen and (max-width: 650px) {
  .v-section3__flow .flow_img02 {
    width: 81.3333333333vw;
  }
}
.v-section3__topic {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 20px;
  margin-top: 40px;
  padding: 60px 0;
  background-color: #f7f7f7;
}

@media screen and (max-width: 650px) {
  .v-section3__topic {
    gap: 10px 0;
    margin-top: 8vw;
    padding: 8vw 0;
  }
}
.v-section3__topic__topicbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 490px;
  padding: 35px 0;
  background-color: #FFF;
  border: 1px solid #dddddd;
  border-radius: 10px;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .v-section3__topic__topicbox {
    flex-direction: row;
    padding: 5.3333333333vw 2.6666666667vw;
    width: 81.3333333333vw;
  }
}
.v-section3__topic__topicbox .c-topic-desc {
  font-size: 16px;
  text-align: center;
  font-feature-settings: "palt";
}

@media screen and (max-width: 650px) {
  .v-section3__topic__topicbox .c-topic-desc {
    font-size: 3.4666666667vw;
    text-align: left;
  }
}
.v-section3__topic__topicbox .topic_img03 {
  width: 73px;
}

@media screen and (max-width: 650px) {
  .v-section3__topic__topicbox .topic_img03 {
    width: 11.7333333333vw;
    margin: 0 5.3333333333vw;
  }
}
.v-section3__topic__topicbox .topic_img04 {
  width: 156px;
}

@media screen and (max-width: 650px) {
  .v-section3__topic__topicbox .topic_img04 {
    width: 14.4vw;
    margin: 0 4vw;
  }
}
.v-section3__topic .topic_img05 {
  width: 962px;
  margin-top: 45px;
}

@media screen and (max-width: 650px) {
  .v-section3__topic .topic_img05 {
    width: 81.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.v-section3__about {
  padding: 60px 0;
}

@media screen and (max-width: 650px) {
  .v-section3__about {
    padding: 8vw 0;
  }
}
.v-section3__about .c-remarks li {
  display: flex;
  line-height: 1.8;
  font-size: 16px;
}

@media screen and (max-width: 650px) {
  .v-section3__about .c-remarks li {
    font-size: 3.4666666667vw;
  }
}
.v-section3__payment {
  padding: 60px 0;
}

@media screen and (max-width: 650px) {
  .v-section3__payment {
    padding: 8vw 0;
  }
}
.v-section3__payment__box {
  display: flex;
  align-items: flex-start;
  gap: 0 10px;
}

@media screen and (max-width: 650px) {
  .v-section3__payment__box {
    flex-direction: column;
  }
}
.v-section3__payment__box:not(:last-of-type) {
  margin-bottom: 30px;
}

.v-section3__payment__box .c-h4 {
  position: relative;
  width: 320px;
  text-align: left;
}

@media screen and (max-width: 650px) {
  .v-section3__payment__box .c-h4 {
    position: static;
    width: 100%;
  }
}
.v-section3__payment__box .c-h4 span {
  position: absolute;
  display: block;
  padding-right: 10px;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 650px) {
  .v-section3__payment__box .c-h4 span {
    position: static;
    font-size: 3.7333333333vw;
  }
}
.v-section3__payment__box .c-h4::after {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  top: 14px;
  background-color: #000;
}

@media screen and (max-width: 650px) {
  .v-section3__payment__box .c-h4::after {
    display: none;
  }
}
.v-section3__payment__box .c-payment-desc {
  font-size: 16px;
  flex: 1;
}

@media screen and (max-width: 650px) {
  .v-section3__payment__box .c-payment-desc {
    font-size: 3.7333333333vw;
  }
}
.v-section3__payment__box .c-payment-desc span {
  font-weight: 600;
}

.v-section3__sub-links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px 0;
}

@media screen and (max-width: 650px) {
  .v-section3__sub-links {
    gap: 20px 0;
  }
}
.v-section3__sub-links li {
  width: 600px;
  height: 65px;
}

@media screen and (max-width: 650px) {
  .v-section3__sub-links li {
    width: 89.3333333333vw;
    height: 14.6666666667vw;
  }
}
.v-section3__sub-links li a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
  width: 100%;
  height: 100%;
  background-color: #ffc600;
  border: 1px solid #ffc600;
  border-radius: 32px;
  color: #004ea1;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (max-width: 650px) {
  .v-section3__sub-links li a {
    gap: 0 10px;
    font-size: 4vw;
  }
}
.v-section3__sub-links li a #icn-links {
  width: 45px;
  height: 39px;
}

@media screen and (max-width: 650px) {
  .v-section3__sub-links li a #icn-links {
    width: 7.4666666667vw;
    height: 6.4vw;
  }
}
.v-section3__sub-links li a #icn-links .icn-links {
  fill: #004ea1;
}

.v-section3__sub-links li a:hover {
  background-color: #004ea1;
  border: 1px solid #004ea1;
  color: #ffc600;
}

.v-section3__sub-links li a:hover #icn-links {
  width: 45px;
  height: 39px;
}

.v-section3__sub-links li a:hover #icn-links .icn-links {
  fill: #ffc600;
}

.v-contact {
  margin-bottom: 130px;
}

@media screen and (max-width: 650px) {
  .v-contact {
    margin-bottom: 8vw;
  }
}
.v-contact .u-layout {
  background-color: #edf5fa;
}

.v-contact .u-layout .c-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 50px 0;
}

@media screen and (max-width: 650px) {
  .v-contact .u-layout .c-contact {
    flex-direction: column;
    padding: 8vw 5.3333333333vw;
  }
}
.v-contact .u-layout .c-contact .v-telbox__title {
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .v-contact .u-layout .c-contact .v-telbox__title {
    font-size: 3.7333333333vw;
  }
}
.v-contact .u-layout .c-contact .v-telbox__number {
  display: flex;
  justify-content: center;
  gap: 0 10px;
  align-items: center;
  color: #004ea2;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .v-contact .u-layout .c-contact .v-telbox__number {
    gap: 0 5px;
    font-size: 6.4vw;
    justify-content: center;
  }
}
.v-contact .u-layout .c-contact .v-telbox__number::before {
  display: block;
  content: "";
  margin-top: 8px;
  background: url("../../../data/img/views/service/repair/pc/phone_img.png") no-repeat center;
  background-size: cover;
  width: 25px;
  height: 32px;
}

@media screen and (max-width: 650px) {
  .v-contact .u-layout .c-contact .v-telbox__number::before {
    margin-top: 1.3333333333vw;
    width: 4.5333333333vw;
    height: 5.6vw;
  }
}
.v-contact .u-layout .c-contact .v-telbox__details {
  font-size: 14px;
  text-align: center;
}

@media screen and (max-width: 650px) {
  .v-contact .u-layout .c-contact .v-telbox__details {
    font-size: 3.2vw;
    text-align: center;
  }
}
/*# sourceMappingURL=repair.css.map */
