@charset "UTF-8";
@media screen and (min-width: 768px) {
  .p-heroNav {
    padding-top: 67px;
  }
}

.p-heroNav__inner {
  position: relative;
  background-image: url("../../../img/service/serviceBG.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .p-heroNav__inner {
    padding: 1.6rem 0;
  }
}

@media screen and (max-width: 1199.98px) {
  .p-heroNav__inner {
    background-position: -260px 0px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-heroNav__inner {
    padding: 3.7rem 0.8rem 0;
  }
}

@media screen and (max-width: 575.98px) {
  .p-heroNav__inner {
    background-position: -240px 20px;
  }
}

.p-heroNav__inner::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.432);
}

.p-menu {
  position: relative;
  color: #fff;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .p-menu {
    width: 50%;
  }
}

.p-menu__title {
  text-align: center;
  margin-bottom: 1.6em;
}

@media screen and (max-width: 767.98px) {
  .p-menu__title {
    margin-bottom: 0.8rem;
  }
}

.p-menu__title h1 {
  font-weight: bold;
  font-size: 1.2rem;
}

@media screen and (max-width: 767.98px) {
  .p-menu__title p {
    font-size: 0.7rem;
    line-height: 1;
  }
}

.p-menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767.98px) {
  .p-menu__link {
    max-width: 375px;
    margin: auto;
  }
}

.p-menu__link .item {
  width: 47%;
  display: block;
  border-bottom: 1px #fff solid;
  padding-bottom: 0.8rem;
  margin-bottom: 1.6rem;
  position: relative;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 767.98px) {
  .p-menu__link .item {
    padding-bottom: 0.4rem;
  }
}

@media screen and (min-width: 768px) {
  .p-menu__link .item h2 {
    font-size: 1rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-menu__link .item h2 {
    font-size: 0.8rem;
  }
}

.p-menu__link .item p {
  font-size: 0.8rem;
}

@media screen and (max-width: 767.98px) {
  .p-menu__link .item p {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 768px) {
  .p-menu__link .item p {
    font-size: 0.8rem;
  }
}

.p-menu__link .item::after {
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../../../img/common/arrow.svg");
}

.p-menu__link .item:hover::after {
  right: 0;
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
}

.o-title {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .o-title {
    width: 80%;
    margin: auto;
  }
}

.o-title .subTitle {
  font-weight: bold;
  margin-top: 2.4rem;
}

.o-title .desc {
  text-align: justify;
  margin-top: 0.8rem;
}

.p-worryies {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.p-worryies::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 575.98px) {
  .p-worryies--01 {
    background-image: url("../../../img/service/worryies_sp-01.jpg");
  }
}

@media screen and (min-width: 576px) {
  .p-worryies--01 {
    background-image: url("../../../img/service/worryies-01.jpg");
  }
}

@media screen and (max-width: 575.98px) {
  .p-worryies--02 {
    background-image: url("../../../img/service/worryies_sp-02.jpg");
  }
}

@media screen and (min-width: 576px) {
  .p-worryies--02 {
    background-image: url("../../../img/service/worryies-02.jpg");
  }
}

@media screen and (max-width: 575.98px) {
  .p-worryies--03 {
    background-image: url("../../../img/service/worryies_sp-03.jpg");
  }
}

@media screen and (min-width: 576px) {
  .p-worryies--03 {
    background-image: url("../../../img/service/worryies-03.jpg");
  }
}

@media screen and (max-width: 575.98px) {
  .p-worryies--04 {
    background-image: url("../../../img/service/worryies_sp-04.jpg");
  }
}

@media screen and (min-width: 576px) {
  .p-worryies--04 {
    background-image: url("../../../img/service/worryies-04.jpg");
  }
}

.p-worryies__desc {
  position: relative;
  z-index: 10;
}

.p-worryies__desc .inner {
  color: #fff;
  padding-top: 1.6rem;
  padding-bottom: 2.4rem;
}

@media screen and (min-width: 768px) {
  .p-worryies__desc .inner {
    width: 80%;
    margin: auto;
  }
}

.p-worryies__desc .inner h1 {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .p-worryies__desc .inner h1 {
    margin-bottom: 0.8rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-worryies__desc .inner h1 {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 1.6rem;
  }
}

.p-worryies__desc .inner h1 span {
  display: inline-block;
  border-bottom: 1px dashed #fff;
}

.p-worryies__desc .inner ul li {
  margin-bottom: 0.4rem;
  text-indent: -0.7rem;
  padding-left: 1.4rem;
}

@media screen and (max-width: 767.98px) {
  .p-worryies__desc .inner ul li {
    font-size: 0.8rem;
  }
}

.p-worryies__desc .inner ul li::before {
  content: '●';
  display: inline-block;
  padding-right: 0.4rem;
}

.p-detail__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0.8rem;
  display: inline-block;
  padding: 0.4rem 0.8rem;
  border-bottom: 1px dotted #484848;
  border-left: 3px solid #484848;
}

.p-detail__desc {
  margin-bottom: 1.6rem;
  text-align: justify;
}

.p-detail__melit .melit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-detail__melit .melit {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 767.98px) {
  .p-detail__melit .melit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-detail__melit .melit__photo {
    width: 48.5%;
  }
}

@media screen and (min-width: 768px) {
  .p-detail__melit .melit__desc {
    width: 48.5%;
  }
}

@media screen and (max-width: 767.98px) {
  .p-detail__melit .melit__desc {
    margin-bottom: 2.4rem;
  }
}

.p-detail__melit .melit__desc .title {
  font-weight: bold;
  margin-bottom: 0.4rem;
}

.p-detail__melit .melit__desc ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.o-serviceMenuBLC {
  position: relative;
  padding: 3.2rem 0;
  padding-bottom: 180px;
  background-image: url("../../../img/frontPage/intro-bg.jpg");
  background-size: cover;
}

@media screen and (max-width: 767.98px) {
  .o-serviceMenuBLC {
    padding-bottom: 10rem;
  }
}

.o-serviceMenuBLC::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.722);
  z-index: 0;
}
/*# sourceMappingURL=service.css.map */