@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(//fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,700&amp;subset=japanese);
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700;900&display=swap");
@font-face {
  font-family: "tegaki";
  src: url("../webfont/apjapanesefont.eot");
  src: url("../webfont/apjapanesefont.eot?#iefix") format("embedded-opentype"), url("../webfont/apjapanesefont.woff") format("woff"), url("../webfont/apjapanesefont.ttf") format("truetype");
  font-display: swap;
}
/* =================================================
   unique layout
================================================= */
/* -------------------------------------
   article
------------------------------------- */
#article {
  /* -------------------------------------
     section_1
  ------------------------------------- */
}
#article .section {
  /* -------------------------------------
     section_1
  */
}
#article .section.section_1 .inner {
  padding: 0 0 2em;
}
#article .section.section_1 .inner .content.content_1 {
  width: 93.75%;
  padding: 0;
  margin: 0 auto;
}
#article .section.section_1 .inner .content.content_1 .item {
  width: 100%;
  padding: 0;
  margin: 1.5em 0 auto;
}
#article .section.section_1 .inner .content.content_1 .item a,
#article .section.section_1 .inner .content.content_1 .item a:link {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  width: 100%;
}
#article .section.section_1 .inner .content.content_1 .item .figure {
  order: 2;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
#article .section.section_1 .inner .content.content_1 .item .h3.h3_1 {
  order: 1;
  display: flex;
  width: 100%;
  padding: 1.5rem 1rem;
  margin: 0 auto 0;
  background: #999999;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
#article .section.section_1 .inner .content.content_1 .item .h3.h3_1 span {
  font-feature-settings: "pkna";
  letter-spacing: 0.075em;
  color: hsl(0, 0%, 100%);
}
#article .section.section_1 .inner .content.content_1 .item .h3.h3_1 span.num {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  font-size: 1.4rem;
  margin: 0 0.5rem 0 0;
}
#article .section.section_1 .inner .content.content_1 .item .h3.h3_1 span.txt {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "游明朝", "游明朝体", YuMincho, "Yu Mincho", "Times New Roman", "メイリオ", Meiryo, serif;
  font-weight: bold;
  font-weight: 300;
  font-size: 1.4rem;
}
#article .section.section_1 .inner .content.content_1 .item .h3.h3_1:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid hsl(0, 0%, 100%);
  border-right: 2px solid hsl(0, 0%, 100%);
  box-sizing: border-box;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%) rotate(45deg);
}
#article .section.section_1 .inner .content.content_1 .item p {
  order: 3;
  color: hsl(0, 0%, 0%);
  font-size: 1.2rem;
  line-height: 1.75;
  margin: 0.75rem auto 0;
}

@media screen and (min-width: 768px) {
  /* =================================================
     unique layout
  ================================================= */
  /* -------------------------------------
     article
  ------------------------------------- */
  #article {
    /* -------------------------------------
       section_1
    ------------------------------------- */
  }
  #article .section.section_1 .inner {
    padding: 60px 0 40px;
    /* -------------------------------------
       content
    ------------------------------------- */
  }
  #article .section.section_1 .inner .content {
    /* -------------------------------------
       content_1
    */
  }
  #article .section.section_1 .inner .content.content_1 {
    width: 880px;
    margin: 0 auto;
  }
  #article .section.section_1 .inner .content.content_1 .item {
    padding: 0;
    margin: 0 0 40px;
  }
  #article .section.section_1 .inner .content.content_1 .item .figure {
    order: 1;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
  }
  #article .section.section_1 .inner .content.content_1 .item .h3.h3_1 {
    order: 2;
    width: 100%;
    padding: 20px 20px;
    margin: 0 auto 0;
  }
  #article .section.section_1 .inner .content.content_1 .item .h3.h3_1 span.num {
    font-size: 2.4rem;
  }
  #article .section.section_1 .inner .content.content_1 .item .h3.h3_1 span.txt {
    font-size: 2.4rem;
  }
  #article .section.section_1 .inner .content.content_1 .item .h3.h3_1:before {
    width: 12px;
    height: 12px;
    right: 20px;
  }
  #article .section.section_1 .inner .content.content_1 .item p {
    order: 3;
    font-size: 1.4rem;
    margin: 14px auto 0;
  }
}/*# sourceMappingURL=service.css.map */