@charset "utf-8";
body {
  -webkit-font-smoothing: antialiased;
}

header {
  background-color: #000;
}

img {
  width: 100%;
}

/* ここからデザイン */

.post-type-archive-service .header {
  background: transparent;
}
.single-service .header__nav-list > li ul {
  background: rgb(23, 23, 23, 0.8);
  border: 0.6px solid #f7f7f7;
}

.service-content {
  display: flex;
  gap: 92px;
  gap: 5.75rem;
  margin-left: 100px;
  margin-left: 6.25rem;
  padding-top: 97px;
  padding-top: 6.0625rem;
}

.single-service .page__conent-breadcrumb {
  bottom: initial;
}

.single-service .page__conent-breadcrumb .c-breadcrumb {
  width: 88.047619%;
  max-width: 100%;
  border-bottom: none;
}

.single-service .page__conent-breadcrumb .c-breadcrumb li a {
  color: #818181;
}

.single-service
  .page__conent-breadcrumb
  .c-breadcrumb
  li:not(:last-child):after {
  border-right-color: #818181;
  border-bottom-color: #818181;
}

.single-service .page__conent-breadcrumb .c-breadcrumb li:last-child span {
  color: #4c4c4c;
}

.post-type-archive-service .page__conent-breadcrumb .c-breadcrumb {
  width: 76%;
  max-width: 100%;
}
/* 投稿用CSS */
.layout__content {
  padding-top: 98px;
  padding-top: 6.125rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
  background: #f7f7f7;
}

.post-type-archive-service .layout__content {
  background: #fff;
  padding-bottom: 0;
  padding-top: 0;
}
.service-content-inner {
  width: 73.428571%;
  max-width: 780px;
}

.service-content__header {
  margin-bottom: 57.05px;
  margin-bottom: 3.565625rem;
}

.service-content__title {
  color: #111;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 38px;
  font-size: 2.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 60.42) */
  letter-spacing: 3.04px;
  letter-spacing: 0.19rem;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.service-content__subtitle {
  color: #9d9302;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 159%;
  /* 25.44) */
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  display: block;
}

.service-content__text {
  color: #111;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 168%;
  /* 26.88) */
  letter-spacing: 1.12px;
  letter-spacing: 0.07rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

.service-content__link,
.service-content__link-block {
  color: #878014;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-width: 0.03125rem;
  -webkit-text-stroke-color: #878014;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 159%;
  /* 28.62) */
  letter-spacing: 1.8px;
  letter-spacing: 0.1125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  border: 1px solid #968a09;
  border: 0.0625rem solid #968a09;
  padding: 29px 89.89px 29px 37.89px;
  padding: 1.8125rem 5.618125rem 1.8125rem 2.368125rem;
  margin: 0 auto;
  background-image: url("../../img/c_arrow-gold.png");
  background-repeat: no-repeat;
  background-position: center right 28px;
  background-position: center right 1.75rem;
  background-size: 48px;
  background-size: 3rem;
}
.service-content__link-block {
  margin-top: 3rem;
}

.service-sidebar {
  min-width: 0;
  flex: 1;
  max-width: 350px;
  margin-top: 51px;
  margin-top: 3.1875rem;
}

.service-sidebar-inner {
}

.service-sidebar__category {
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

.service-sidebar__category-title {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 31.8) */
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  margin-bottom: 4.99px;
  margin-bottom: 0.311875rem;
}

.service-sidebar__category-link {
  color: #9f9f9f;
  font-family: "Noto Sans JP";
  font-size: 15px;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 159%;
  /* 23.85) */
  letter-spacing: 1.05px;
  letter-spacing: 0.065625rem;
  display: block;
  margin-bottom: 1px;
  margin-bottom: 0.0625rem;
  transition: color 0.2s;
}
.service-sidebar__category-link:hover {
  color: #111;
  opacity: 1;
}

.service-sidebar__category-link.is-current {
  color: #111;
  pointer-events: none;
  cursor: default;
}

.service-content-inner h2:not(.has-text-color) {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 50.88) */
  letter-spacing: 2.24px;
  letter-spacing: 0.14rem;
  margin-bottom: 33.2px;
  margin-bottom: 2.075rem;
  margin-top: 48px;
  margin-top: 3rem;
}

.service-content-inner > h3:not(.has-text-color) {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 28.62) */
  letter-spacing: 0.9px;
  letter-spacing: 0.05625rem;
  margin-bottom: 17px;
  margin-bottom: 1.0625rem;
}

.has-brand-yellow-color {
  color: #9d9302;
}
.service-content-inner > p {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 500;
  line-height: 165%;
  /* 26.4) */
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

/* 見出し用 */
#toc_container {
  padding: 0 !important;
  margin-bottom: 66.87px;
  margin-bottom: 4.179375rem;
  background: transparent;
}

.toc_title {
  display: none;
}

.toc_number {
  display: none;
}

.toc_list {
  display: flex;
  flex-wrap: wrap;
  gap: 34.43px;
  gap: 2.151875rem;
}

.toc_list li {
  width: 236.71px;
  width: 14.794375rem;
  display: flex;
}

.toc_list a {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 15.979px;
  font-size: 0.9986875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 25.407) */
  letter-spacing: 1.119px;
  letter-spacing: 0.0699375rem;
  padding-bottom: 10.2px;
  padding-bottom: 0.6375rem;
  border-bottom: 0.8px #b3b3b3 solid;
  border-bottom: 0.05rem #b3b3b3 solid;
  width: 100%;
  display: block;
  background: url(../../img/toc_bottom.svg) no-repeat center right;
  position: relative;
  padding-right: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.toc_list a:hover {
  text-decoration: none !important;
  opacity: 1;
}

.toc_list a::after {
  content: "";
  width: 0;
  height: 1px;
  height: 0.0625rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: width 0.5s ease;
  z-index: 1;
}

.toc_list a:hover::after {
  width: 100%;
  opacity: 1;
}

/* Service投稿ページでh3を非表示 */
.single-service #toc_container .toc_list ul {
  display: none !important;
}

.toc_title {
  display: none !important;
}

#toc_container p.toc_title + ul.toc_list {
  margin: 0;
}

@media screen and (max-width: 1000px) {
  .service-sidebar {
    display: none;
  }
  .service-content-inner {
    width: 85%;
    max-width: 100%;
    margin: 0 auto;
  }
  #toc_container p.toc_title + ul.toc_list {
    margin: 0;
    justify-content: space-around;
  }
  .service-works-block__list {
    justify-content: space-around;
  }
  .service-content {
    margin-left: 0;
  }
}

@media screen and (max-width: 767.98px) {
  .single-service .page__conent-breadcrumb .c-breadcrumb {
    width: 90.5478%;
  }
  /* 投稿用CSS */
  .layout__content {
  }

  .post-type-archive-service .layout__content {
  }
  .service-content {
    padding-top: 33px;
    padding-top: 2.0625rem;
  }

  .service-content-inner {
    width: 90%;
  }

  .service-content__header {
    margin-bottom: 63.05px;
    margin-bottom: 3.940625rem;
  }

  .service-content__title {
    text-align: left;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 140%;
    margin-bottom: 25px;
    margin-bottom: 1.5625rem;
  }

  .service-content__subtitle {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
  }

  .service-content__text {
    text-align: left;
    margin-bottom: 42px;
    margin-bottom: 2.625rem;
  }

  .service-content__link {
    padding: 18px 65.89px 18px 27.89px;
    padding: 1.125rem 4.118125rem 1.125rem 1.743125rem;
    font-size: 15px;
    font-size: 0.9375rem;
    margin: 0;
    background-size: 2rem;
  }

  .service-sidebar {
  }

  .service-sidebar-inner {
  }

  .service-sidebar__category {
  }

  .service-sidebar__category-title {
  }

  .service-sidebar__category-link {
  }

  .service-sidebar__category-link.is-current {
  }

  .service-content-inner h2:not(.has-text-color) {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 28.4px;
    margin-bottom: 1.775rem;
    margin-top: 41.6px;
    margin-top: 2.6rem;
  }

  .service-content-inner > h3:not(.has-text-color) {
  }

  .has-brand-yellow-color {
  }
  .service-content-inner > p {
  }

  /* 見出し用 */
  #toc_container {
  }

  .toc_title {
  }

  .toc_number {
  }

  .toc_list {
  }

  .toc_list li {
    width: 100%;
  }

  .toc_list a {
    width: 100%;
    background-size: 20px;
    background-size: 1.25rem;
  }

  .toc_list a:hover {
  }

  /* Service投稿ページでh3を非表示 */
  .single-service #toc_container .toc_list ul {
  }

  .toc_title {
  }

  #toc_container p.toc_title + ul.toc_list {
    justify-content: start;
  }
}

/* アーカイブ用CSS */
.service-archive__fv {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.service-archive__fv-picture {
  min-width: 1250px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.service-archive__fv-img {
}

.service-archive__fv-label {
}

.service-archive__fv-title {
  color: #fff;
  font-family: "Noto Sans JP";
  font-size: 41px;
  font-size: 2.5625rem;
  font-style: normal;
  font-weight: 800;
  line-height: 159%;
  /* 65.19) */
  letter-spacing: 2.46px;
  letter-spacing: 0.15375rem;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%);
}

.service-archive__fv-title-sub {
  color: #878014;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 159%;
  /* 31.8) */
  letter-spacing: 4px;
  letter-spacing: 0.25rem;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 0.9375rem;
}

.service-archive__section:first-of-type {
  padding: 133.24px 0 148.07px;
  padding: 8.3275rem 0 9.254375rem;
}

.service-archive__section:nth-child(even) {
  background: #f7f7f7;
}

.service-archive__section:nth-of-type(n + 2) {
  padding: 112.52px 0 107.87px;
  padding: 7.0325rem 0 6.741875rem;
}

.service-archive__innner {
  width: 76.5478%;
  margin: 0 auto;
}

.service-archive__section-title {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 35px;
  font-size: 2.1875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 55.65) */
  letter-spacing: 2.8px;
  letter-spacing: 0.175rem;
  margin-bottom: 70.13px;
  margin-bottom: 4.383125rem;
}

.service-archive__content {
  display: flex;
  flex-wrap: wrap;
  gap: 6.838095%;
  row-gap: 107.28px;
  row-gap: 6.705rem;
}

.service-archive__item {
  width: 28.7714%;
  display: flex;
  flex-direction: column;
}

.service-archive__item-title {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: 159%;
  /* 31.8) */
  letter-spacing: 1.6px;
  letter-spacing: 0.1rem;
  margin-bottom: 30.37px;
  margin-bottom: 1.898125rem;
  position: relative;
}
.service-archive__item-title:after {
  content: "";
  width: 24.425px;
  width: 1.5265625rem;
  height: 1px;
  height: 0.0625rem;
  background: #9d9302;
  position: absolute;
  bottom: -15px;
  bottom: -0.9375rem;
  left: 22px;
  left: 1.375rem;
  transform: translate(-50%) rotate(-30deg);
}
.service-archive__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 32px;
  gap: 2rem;
  flex: 1;
}
.service-archive__item-excerpt {
  /* margin-bottom: 31px;
  /* margin-bottom: 1.9375rem; */
}

.service-archive__item-excerpt-text {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 184%;
  /* 29.44) */
  letter-spacing: 0.8px;
  letter-spacing: 0.05rem;
}

.service-archive__item-buttons {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 11.28px;
  gap: 0.705rem;
}

.service-archive__button {
  color: #111;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 176%;
  /* 28.16) */
  letter-spacing: 1.28px;
  letter-spacing: 0.08rem;
  position: relative;
  background: url(../../img/c-arrow-black@2x.png) right center no-repeat;
  background-size: 30px;
  background-size: 1.875rem;
  padding-right: 40px;
  padding-right: 2.5rem;
  padding-bottom: 2px;
  padding-bottom: 0.125rem;
  border-bottom: #b3b3b3 1px solid;
  border-bottom: #b3b3b3 0.0625rem solid;
}

.service-archive__button::after {
  content: "";
  width: 0;
  height: 1px;
  height: 0.0625rem;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: width 0.5s ease;
  z-index: 1;
}

.service-archive__button:hover {
  opacity: 1;
}
.service-archive__button:hover::after {
  width: 100%;
  opacity: 1;
}

@media screen and (max-width: 767.98px) {
  .post-type-archive-service .page__conent-breadcrumb .c-breadcrumb {
    width: 90%;
  }
  .service-archive__fv {
  }

  .service-archive__fv-picture {
    left: 76%;
  }

  .service-archive__fv-img {
  }

  .service-archive__fv-label {
  }

  .service-archive__fv-title {
    font-size: 31px;
    font-size: 1.6375rem;
    line-height: 120%;
    top: 42%;
  }

  .service-archive__fv-title-sub {
    margin-bottom: 0;
    font-size: 18px;
    font-size: 0.825rem;
  }

  .service-archive__section:first-of-type {
    padding: 50px 0 40px;
    padding: 3.4rem 0 3.2rem;
  }

  .service-archive__section:nth-child(even) {
  }

  .service-archive__section:nth-of-type(n + 2) {
    padding: 60px 0 80px;
    padding: 3.125rem 0 3.2rem;
  }

  .service-archive__innner {
    width: 90%;
  }

  .service-archive__section-title {
    font-size: 27px;
    font-size: 1.3rem;
    margin-bottom: 32.13px;
    margin-bottom: 2.008125rem;
  }

  .service-archive__content {
    gap: 50px;
    gap: 3rem;
  }

  .service-archive__wrap {
    gap: 0.2rem;
  }
  .service-archive__item {
    width: 100%;
  }

  .service-archive__item-title {
    font-size: 18px;
    font-size: 1.0625rem;
    font-weight: 500;
  }
  .service-archive__item-title:after {
  }
  .service-archive__item-excerpt {
  }

  .service-archive__item-excerpt-text {
    font-size: 14px;
    font-size: 0.875rem;
  }

  .service-archive__item-buttons {
    margin-top: 0.875rem;
  }
  .service-archive__item-buttons::after {
  }
  .service-archive__button {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 767.98px) and (max-width: 1200px) {
  .service-archive__innner {
    width: 90.8452380952%;
    margin: 0 auto;
  }

  .post-type-archive-service .page__conent-breadcrumb .c-breadcrumb {
    width: 90.8452380952%;
  }
}

/* ブログに関するcss */
.post-reco {
  max-width: 100%;
  margin: 0;
  width: 100%;
}

.blog-item--col4 {
  width: 31%;
}

@media screen and (max-width: 767.98px) {
  .blog-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    gap: 1.5rem;
  }
  .blog-item--col4 {
    width: 100%;
  }
  .post-reco {
    max-width: 100%;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .post-reco {
  }
}
.blog-item__cat {
  display: none;
}
.addtoany_share_save_container {
  display: none;
}
.blog-item__author-icon {
  width: 32px;
  width: 2rem;
}
.blog-item__body {
  padding: 18.4px;
  padding: 1.15rem;
  padding-top: 0;
}
.blog-item__txt {
  font-size: 15px;
  font-size: 0.9375rem;
}

.fix-botto-wrap {
  opacity: 0;
  transition: 0.4s;
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: 2%;
}
.fix-botton {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f7f7f7;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 19px;
  font-style: normal;
  font-weight: 500;
  line-height: 159%; /* 30.21px */
  letter-spacing: 1.9px;
  border-radius: 3.3px;
  background: #8f7f23;
  box-shadow: 0 0 9.4px 0 rgba(116, 116, 116, 0.38);
  width: 313.467px;
  height: 79.956px;
}

.fix-botto-wrap.is-visible {
  opacity: 1;
}

@media screen and (max-width: 767.98px) {
  .fix-botto-wrap {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.7%;
  }

  .fix-botton {
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 159%; /* 30.21px */
    letter-spacing: 1.9px;
    border-radius: 3.3px;
    background: #8f7f23;
    box-shadow: 0 0 9.4px 0 rgba(116, 116, 116, 0.38);
    width: 20.179187rem;
    height: 4.07225rem;
  }
}
