/*
.container {
  width: 100%;
  @include mq("tb") {
    width: 90%;
  }
  @include mq("pc") {
    width: 80%;
  }
}
*/
.zen-old-mincho-regular {
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-regular {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.second nav.page-link {
  padding: 5em 0;
}
.second nav.page-link ul {
  font-size: 18px;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}
.second nav.page-link ul li {
  display: inline-block;
  padding: 0;
  margin-right: 1em;
}
.second nav.page-link ul li a {
  line-height: 1;
  padding-right: 1em;
  position: relative;
  color: #221E1D;
  border-bottom: 1px solid #221E1D;
  transition: 0.5s;
}
.second nav.page-link ul li a span {
  position: absolute;
  top: 0.75em;
  right: 0;
  display: inline-block;
  width: 10px;
  height: 5px;
}
.second nav.page-link ul li a span::before, .second nav.page-link ul li a span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
  width: 1px;
  height: 7px;
  border-radius: 9999px;
  background-color: #221E1D;
  transform-origin: 50% calc(100% - 0.5px);
  transition: 0.5s;
}
.second nav.page-link ul li a span::before {
  transform: rotate(48.35deg);
}
.second nav.page-link ul li a span::after {
  transform: rotate(-48.35deg);
}
.second nav.page-link ul li a:hover {
  color: #59AAD3;
  border-bottom: 1px solid #59AAD3;
}
.second nav.page-link ul li a:hover span::before, .second nav.page-link ul li a:hover span::after {
  background-color: #59AAD3;
}
@media (max-width: 1024px) {
  .second nav.page-link {
    padding: 2em 5vw 4em;
  }
  .second nav.page-link ul li {
    padding-bottom: 1em;
  }
}
.second .business-services {
  max-width: 980px;
  display: flex;
  padding-bottom: 100px;
}
@media (max-width: 1024px) {
  .second .business-services {
    flex-direction: column;
    width: 90%;
    margin: 0 auto;
  }
}
.second .business-services figure {
  width: min(40%, 390px);
  height: 270px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .second .business-services figure {
    width: 100%;
    height: 70vw;
  }
}
.second .business-services figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.second .business-services .contents {
  width: calc(100% - min(40%, 390px) - 56px);
  padding-left: 56px;
  text-align: justify;
}
@media (max-width: 1024px) {
  .second .business-services .contents {
    width: 100%;
    padding: 0;
  }
}
.second .business-services .contents h2 {
  color: #221E1D;
  font-family: "Zen Old Mincho", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 1.1;
  margin-top: -0.4em;
  padding-bottom: 1em;
}
.second .business-services .contents h2 em {
  display: inline-block;
  font-style: normal;
}
@media (max-width: 1024px) {
  .second .business-services .contents h2 {
    font-size: min(7.8vw, 30px);
    letter-spacing: 0;
  }
}
.second .business-services .contents p.desc {
  color: #221E1D;
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 16px;
  letter-spacing: 0.06em;
  font-weight: 400;
  font-style: normal;
  line-height: 28px;
}/*# sourceMappingURL=services.css.map */