@charset "UTF-8";
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 {
  width: 54%;
  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;
    width: 100%;
    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__details {
  margin-top: 5px;
  font-size: 18px;
}

@media screen and (max-width: 650px) {
  .v-introduction .c-contact .v-telbox__details {
    font-size: 3.2vw;
    text-align: center;
  }
}
.v-introduction .c-contact .v-telbox__details li {
  display: flex;
  align-items: center;
}

.v-introduction .c-contact .v-telbox__details li:not(:first-child) {
  margin-top: 5px;
}

.v-introduction .c-contact .v-telbox__details li:before {
  content: "・";
}

.v-introduction .c-contact .v-telbox__details li a {
  display: flex;
  align-items: center;
  line-height: 1.2;
}

.v-introduction .c-contact .v-telbox__details li a span {
  display: inline-block;
  margin-left: 10px;
  padding: 0 10px;
  background-color: #fff;
  border: 1px solid #004ea2;
  border-radius: 5px;
  color: #004ea2;
  font-size: 13px;
}

@media screen and (max-width: 650px) {
  .v-introduction .c-contact .v-telbox__details li a span {
    margin-left: 5px;
    padding: 0 5px;
    font-size: 2.1333333333vw;
  }
}
.v-introduction .c-contact .v-telbox__details li a:hover {
  color: #004ea2;
}

.v-introduction .c-contact .v-telbox__details li a:hover span {
  background-color: #004ea2;
  color: #fff;
}

.v-introduction .c-contact .v-telbox__notes {
  padding-left: 1rem;
  text-indent: -1rem;
  font-family: "Noto Sans JP";
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 650px) {
  .v-introduction .c-contact .v-telbox__notes {
    font-size: 2.1333333333vw;
  }
}
/*# sourceMappingURL=okyakusama.css.map */
