@charset "UTF-8";
* {
  letter-spacing: 0.1em;
  line-height: 2;
}

@font-face {
  font-family: "LINESeedJP";
  font-weight: 700;
  src: url("/wp-content/themes/djp_new/font/LINESeedJP_OTF_Bd.woff2") format("woff2");
}
@font-face {
  font-family: "LINESeedJP";
  font-weight: 400;
  src: url("/wp-content/themes/djp_new/font/LINESeedJP_OTF_Rg.woff2") format("woff2");
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}

.display__none--sp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .display__none--tb {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .display__none--pc {
    display: none !important;
  }
}
.display__disp--sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .display__disp--sp {
    display: none !important;
  }
  .display__disp--tb {
    display: block !important;
  }
}
@media screen and (min-width: 1025px) {
  .display__disp--pc {
    display: block !important;
  }
}
h2 {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  padding-bottom: 80px;
  padding-top: 126px;
  text-align: center;
  position: relative;
  z-index: 0;
}
h2 span {
  position: relative;
  letter-spacing: 0.1rem;
  z-index: -1;
}
h2 span:before {
  position: absolute;
  top: -25px;
  font-size: 1rem;
  left: 0;
  right: 0;
  margin: auto;
  letter-spacing: 0.1rem;
  white-space: pre;
}
h2 span:after {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 20%;
  display: block;
  width: 192px;
  height: 28px;
  background: url("/wp-content/themes/djp_new/img/common/header_mark.png");
  background-size: 100%;
  left: 60%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

@media screen and (min-width: 1025px) {
  h2 {
    font-size: 4.2rem;
    padding-top: 202px;
    padding-bottom: 277px;
  }
  h2 span:before {
    font-size: 1.4rem;
    top: -36px;
  }
  h2 span:after {
    width: 680px;
    height: 103px;
    background: url("/wp-content/themes/djp_new/img/common/header_mark-pc.png");
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: auto;
    left: 70%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
}
.service {
  max-width: 1200px;
  padding-bottom: 96px;
}
.service h2 span:before {
  content: "SERVICE";
}
.service__info {
  text-align: center;
  margin-bottom: 28px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
}
.service__list {
  padding: 0 3.5%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 30px;
}
.service__list--item {
  width: 100%;
  text-decoration: none;
  color: #000;
}
.service__list--item img {
  width: 100%;
}
.service__list--left {
  line-height: 1;
}
.service__list--right {
  padding: 20px 50px 25px 20px;
  position: relative;
  background-color: #fff;
}
.service__list--right h3 {
  margin-bottom: 15px;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
}
.service__list--right p {
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
}
.service__list--right:after {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: url(/wp-content/themes/djp_new/img/common/pagenation/arrow_sp.svg) no-repeat;
  background-position: center;
  transform: rotate(-180deg);
}

@media screen and (min-width: 768px) {
  .service {
    margin: 0 auto;
    margin-bottom: 140px;
  }
  .service__info {
    font-size: 1.8rem;
    margin-bottom: 72px;
  }
  .service__list {
    flex-direction: row;
    -moz-column-gap: 80px;
         column-gap: 80px;
    row-gap: 60px;
  }
  .service__list--item {
    width: calc(50% - 40px);
  }
  .service__list--right h3 {
    font-size: 3.2rem;
  }
  .service__list--right p {
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=service.css.map */