@charset "UTF-8";
body.page-id-8019 .l-cat-header:after {
  border-bottom: 5px solid #e2bcff !important;
}

body.page-id-8019 .l-cat-header_tab a:nth-of-type(2) {
  background: #e2bcff !important;
  box-shadow: none !important;
}

.p-sd-flow {
  position: relative;
  background: #FAFAFA;
}
@media screen and (min-width: 768px) {
  .p-sd-flow {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  .p-sd-flow {
    margin-top: 158px;
  }
}
.p-sd-flow__nav {
  position: fixed;
}
@media screen and (min-width: 768px) {
  .p-sd-flow__nav {
    left: 2vw;
    top: 150px;
    z-index: 10;
  }
}
@media (max-width: 768px) {
  .p-sd-flow__nav {
    position: relative;
    margin-top: 10px;
    padding: 25px;
    background: #FAFAFA;
  }
}
.p-sd-flow__nav ol {
  display: flex;
  flex-direction: column;
  gap: 40px;
  counter-reset: li;
}
@media (max-width: 768px) {
  .p-sd-flow__nav ol {
    flex-wrap: wrap;
    flex-direction: row;
    gap: 22px 18px;
  }
}
.p-sd-flow__nav ol li {
  position: relative;
  padding-left: 45px;
}
@media (max-width: 768px) {
  .p-sd-flow__nav ol li {
    padding-left: 24px;
  }
}
.p-sd-flow__nav ol li:before {
  position: absolute;
  top: calc((100% - 39px) / 2);
  left: 0;
  width: 39px;
  height: 39px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 39px;
  text-align: center;
  color: #9a9279;
  background: #fff;
  /*要素の連番（カウンタ）の値を進める*/
  counter-increment: li;
  /*自動連番を付ける関数*/
  content: counter(li);
  border-radius: 50%;
}
@media (max-width: 768px) {
  .p-sd-flow__nav ol li:before {
    width: 21px;
    height: 21px;
    top: calc((100% - 21px) / 2);
    font-size: 11px;
    line-height: 21px;
  }
}
.p-sd-flow__nav ol li:after {
  position: absolute;
  width: 2px;
  height: 39px;
  bottom: -40px;
  left: 19px;
  border-left: 1px dotted #746A49;
  z-index: -1;
  content: "";
}
.p-sd-flow__nav ol li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-align: left;
  color: #9a9279;
}
@media (max-width: 768px) {
  .p-sd-flow__nav ol li a {
    font-size: 12px;
  }
}
.p-sd-flow__nav ol li.is-active a {
  color: #2D2623;
}
.p-sd-flow__nav ol li.is-active:before {
  color: #fff;
  background: #9a9279;
}
.p-sd-flow__nav ol li:last-of-type:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-sd-flow__main {
    margin-left: 7vw;
    padding: 0 100px;
  }
}
.p-sd-flow__main-inner {
  max-width: 980px;
  margin: 0 auto;
  border-radius: 20px 20px 0px 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.p-sd-flow__main .p-sd-flow__ttl {
  display: flex;
  background: #f8f8f4;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .p-sd-flow__main .p-sd-flow__ttl {
    padding: 30px 0 50px;
    justify-content: center;
    border-radius: 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  }
}
.p-sd-flow__main .p-sd-flow__ttl__text {
  text-align: center;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .p-sd-flow__main .p-sd-flow__ttl__text {
    display: flex;
    width: 59.2857142857%;
    padding: 30px 30px 60px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.p-sd-flow__main .p-sd-flow__ttl__text > span {
  display: inline-block;
  color: #9A9279;
}
.p-sd-flow__main .p-sd-flow__ttl__text > span:first-of-type {
  display: block;
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 30px;
  letter-spacing: 0.08em;
  line-height: 2;
}
@media (max-width: 768px) {
  .p-sd-flow__main .p-sd-flow__ttl__text > span:first-of-type {
    font-size: 18px;
  }
}
.p-sd-flow__main .p-sd-flow__ttl__text > span:last-of-type {
  font-family: "Noto Sans JP", sans-serif;
  padding: 13px 0;
  font-weight: normal;
  font-size: 24px;
  font-size: clamp(14px, 2vw, 24px);
  letter-spacing: 0.1em;
  line-height: 1.3;
  border-top: 2px solid #9A9279;
  border-bottom: 2px solid #9A9279;
}
@media (max-width: 768px) {
  .p-sd-flow__main .p-sd-flow__ttl__text > span:last-of-type {
    font-size: 14px;
    border-top: 1px solid #9A9279;
    border-bottom: 1px solid #9A9279;
  }
}
.p-sd-flow__main .p-sd-flow__ttl__img {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-sd-flow__main .p-sd-flow__ttl__img {
    display: block;
    width: 40.7142857143%;
  }
}
.p-sd-flow__main .p-sd-flow__ttl__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sd-flow__contents {
  padding: 40px 0 70px;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-sd-flow__contents {
    padding: 70px 0 240px;
  }
}
.p-sd-flow__contents__item {
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .p-sd-flow__contents__item {
    padding: 0 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-sd-flow__contents__item {
    margin-right: -5%;
  }
}
.p-sd-flow__contents__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
@media screen and (min-width: 768px) {
  .p-sd-flow__contents__item:nth-of-type(even) {
    margin-right: 0;
    margin-left: -5%;
  }
}
.p-sd-flow__contents__item:nth-of-type(even) .p-sd-flow__contents-img:after {
  right: auto;
  left: -50px;
}
.p-sd-flow__contents__item:first-of-type .p-sd-flow__contents-img:before {
  display: none;
}
.p-sd-flow__contents__item + .p-sd-flow__contents__item {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .p-sd-flow__contents__item + .p-sd-flow__contents__item {
    margin-top: 190px;
    margin-top: clamp(190px, 12vw, 230px);
  }
}
@media screen and (min-width: 768px) {
  .p-sd-flow__contents--main {
    max-width: 42%;
    margin: 0 auto;
  }
}
.p-sd-flow__contents--main .p-sd-flow__contents-img {
  display: none;
}
@media (max-width: 768px) {
  .p-sd-flow__contents--main .p-sd-flow__contents-img {
    width: 100%;
    margin: 25px 0 0;
    display: block;
  }
}
.p-sd-flow__contents-ttl {
  display: flex;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #9a9279;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-sd-flow__contents-ttl {
    font-size: 22px;
  }
}
.p-sd-flow__contents-ttl > span {
  font-family: "EB Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 40px;
  line-height: 1.3;
  color: #9a9279;
}
@media screen and (min-width: 768px) {
  .p-sd-flow__contents-ttl > span {
    font-size: 68px;
  }
}
.p-sd-flow__contents-txt {
  position: relative;
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 30px;
  text-align: left;
  color: #2d2623;
  background: #fff;
  z-index: 2;
}
@media (max-width: 768px) {
  .p-sd-flow__contents-txt {
    margin-top: 40px;
  }
}
.p-sd-flow__contents-txt small {
  font-size: 12px;
}
.p-sd-flow__contents-img {
  position: relative;
  width: 50%;
  z-index: 1;
}
@media (max-width: 768px) {
  .p-sd-flow__contents-img {
    display: none;
  }
}
.p-sd-flow__contents-img:before {
  position: absolute;
  width: 2px;
  height: 100%;
  top: -70%;
  right: 15%;
  border-left: 1px dotted #746A49;
  z-index: -1;
  content: "";
}
@media screen and (min-width: 768px) {
  .p-sd-flow__contents-img:before {
    top: -50%;
    left: calc((100% - 2px) / 2);
    right: auto;
  }
}
.p-sd-flow__contents-img:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #F8F8F4;
  right: -20px;
  bottom: -20px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-sd-flow__contents-img:after {
    right: -50px;
    bottom: -50px;
  }
}
.p-sd-flow__contents-link {
  display: inline-block;
  margin-top: 2rem;
  font-size: 12px;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-sd-flow__contents-link {
    margin-top: 4rem;
  }
}
/*# sourceMappingURL=sd-flow.css.map */