@charset "UTF-8";
@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.l-inner {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.c-btn1 {
  position: relative;
  background-color: var(--themeColor);
  font-family: var(--font-taviraj);
  width: 100%;
  padding: 7px 20px 6px;
  font-size: 15px;
  text-align: right;
  color: #fff;
  display: grid;
  grid-template-columns: 1fr auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.c-btn1:after {
  content: "";
  background: url("../img/arrow_wh.png") no-repeat center center/contain;
  width: 16px;
  height: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c-btn1:hover:after {
    translate: 5px 0;
  }
}

.c-card__link {
  display: block;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}
.c-card__link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c-card__link:hover .c-btn1:after {
    translate: 5px 0;
  }
}

.c-card__body {
  padding: 20px 20px 15px;
}
@media screen and (min-width: 768px) {
  .c-card__body {
    padding: 20px 20px 25px;
  }
}

.c-card__thumb {
  width: 100%;
}
.c-card__thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: 350/280;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card__thumb.--case img {
  aspect-ratio: 4/5;
}
.c-card__thumb.--column img {
  aspect-ratio: 16/9;
}

.c-card__title {
  font-size: 20px;
  line-height: 1;
  font-family: var(--font-taviraj);
  margin-top: 16px;
}

.c-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.c-card__categoryItem {
  padding: 5px 16px;
  background-color: #E9E9E9;
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 500;
  text-align: cenetr;
}

.c-card.--left .c-card__title {
  text-align: left;
}
.c-card.--left .c-card__category {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.p-aboutFeature .menuTitle {
  margin-top: 0;
}

.p-aboutFeature__item .c-btn1 {
  font-family: var(--font-zen-kaku-gothic);
  margin-top: auto;
}

.p-aboutFeature__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .p-aboutFeature__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-aboutFeature__item {
  height: 100%;
  gap: 0;
}

.p-aboutFeature__itemLink {
  display: grid;
  grid-template-rows: auto 1fr auto;
  gap: 0;
  height: 100%;
}

.p-aboutFeature__itemImage {
  width: 100%;
  height: auto;
  aspect-ratio: 390/220;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-aboutFeature__itemBody {
  padding: 25px;
  background-color: #F8F8F8;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-aboutFeature__itemTitle {
    font-size: 24px;
    line-height: 1.4;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: var(--font-shippori);
  }
}

.p-aboutFeature__itemText {
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 500;
  margin-top: 1.875rem;
  margin-bottom: auto;
}

.p-faq__answerInner a {
  color: #0000EE;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.p-case {
  margin-top: 64px;
}

.p-case__navList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .p-case__navList {
    gap: 16px;
    margin-inline: 0;
  }
}

.p-case__navItem:nth-child(1) .p-case__navLink {
  border-left: none;
}
@media screen and (min-width: 768px) {
  .p-case__navItem:nth-child(1) .p-case__navLink {
    border-left: 1px solid #B0B0B0;
  }
}
.p-case__navItem:nth-child(1) .p-case__navLink.is-active:after {
  width: calc(200% + 34px);
  right: -2px;
  translate: 100% 0;
}
.p-case__navItem:nth-child(2) .p-case__navLink.is-active:before {
  content: "";
  display: block;
  width: calc(100% + 18px);
  height: 1px;
  background-color: #222;
  position: absolute;
  left: -1px;
  bottom: 0;
  translate: -100% 0;
  z-index: 2;
}
.p-case__navItem:nth-child(2) .p-case__navLink.is-active:after {
  width: calc(100% + 18px);
  right: -2px;
  translate: 100% 0;
}
.p-case__navItem:nth-child(3) .p-case__navLink {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .p-case__navItem:nth-child(3) .p-case__navLink {
    border-right: 1px solid #B0B0B0;
  }
}
.p-case__navItem:nth-child(3) .p-case__navLink.is-active:after {
  width: calc(200% + 34px);
  left: -1px;
  translate: -100% 0;
}

.p-case__navLink {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border: 1px solid #B0B0B0;
  border-bottom: none;
  padding: 16px;
  color: #B0B0B0;
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-case__navLink {
    border-left: 1px solid #B0B0B0;
  }
}
.p-case__navLink.is-active {
  border-color: #222222;
  color: #222;
}
.p-case__navLink.is-active:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #222;
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.p-case__navLink:hover {
  opacity: 1;
}

.p-case__panels {
  padding: 15px;
  background-color: #F8F8F8;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .p-case__panels {
    padding: 50px;
  }
}

.p-case__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-case__list {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-case__listLink {
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 700;
  color: #222;
  border: none;
  outline: none;
}
@media screen and (min-width: 768px) {
  .p-case__listLink {
    padding: 14px;
  }
}
.p-case__listLink.is-active {
  background-color: #222;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-case__listLink:hover {
  opacity: 1;
}

.p-case__articleList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-case__articleList {
    margin-top: 60px;
    margin-bottom: 120px;
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-case__articleList:has(+ .p-case__pagination) {
  margin-bottom: 0;
}

.p-case__pagination {
  margin-top: 40px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-case__pagination {
    margin-bottom: 120px;
  }
}

.p-case__paginationNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 16px;
}

.p-case__paginationArrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  text-decoration: none;
}
.p-case__paginationArrow:hover {
  opacity: 0.7;
}
.p-case__paginationArrow img {
  display: block;
  width: 14px;
  height: auto;
}

.p-case__paginationArrow--prev img {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-case__paginationArrow.is-disabled {
  opacity: 0.25;
  pointer-events: none;
}

.p-case__pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-case__pagination .page-numbers li {
  margin: 0;
  padding: 0;
}

.p-case__pagination a.page-numbers,
.p-case__pagination span.page-numbers:not(.dots) {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 40px;
  min-height: 44px;
  padding: 8px 12px;
  border: 1px solid #222;
  font-size: 18px;
  line-height: 1;
  font-family: var(--font-taviraj);
  color: #222;
  text-decoration: none;
}

.p-case__pagination span.page-numbers.current {
  background-color: #222;
  color: #fff;
  border-color: #222;
}

.p-case__pagination span.page-numbers.dots {
  min-width: auto;
  padding: 8px 4px;
  border: none;
}

.p-column {
  margin-top: 63px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-column {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}

.p-column__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (min-width: 1024px) {
  .p-column__inner {
    grid-template-columns: 1fr 24.5833333333%;
  }
}

.p-column__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-column__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
  }
}

.p-column__sidebarContent {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
  border-top: 2px solid #222222;
  padding-top: 20px;
}

.p-column__sidebarTitle {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: left;
}

.p-column__popularList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  margin-top: 20px;
}

.p-column__sidebarLink {
  display: grid;
  grid-template-columns: auto 1fr;
}

.p-column__popularThumb {
  width: 147px;
}
.p-column__popularThumb img {
  aspect-ratio: 147/87;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-column__popularBody {
  background-color: #F8F8F8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 10px;
}

.p-column__popularTitle {
  font-size: 12px;
  line-height: 1;
  font-family: var(--font-shippori);
}

.p-column__popularCategory {
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  padding: 2px 10px;
  background-color: #E9E9E9;
  display: inline-block;
  margin-top: 8px;
}

.p-column__categoryList {
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.p-column__categoryItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
  padding-bottom: 2px;
}
.p-column__categoryItem:before {
  content: "・";
  font-size: 12px;
}
.p-column__categoryItem a {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4166666667;
  font-weight: 500;
  border-bottom: 1px solid #222;
}

.p-faq {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-faq {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}
.p-faq .menuTitle {
  text-align: left;
}

.p-faq__tocTitle {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  margin-bottom: 16px;
}

.p-faq__tocList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-faq__tocList {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}

.p-faq__tocLink {
  display: block;
  width: 100%;
  padding: 12px 16px;
  background-color: #fff;
  border: 1px solid #222;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 700;
  text-align: center;
}

.p-faq__sections {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-faq__sections {
    margin-top: 100px;
  }
}

.p-faq__section + .p-faq__section {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-faq__section + .p-faq__section {
    margin-top: 100px;
  }
}

.p-faq__sectionTitle {
  font-size: 20px;
  line-height: 1;
  font-family: var(--font-shippori);
  margin-top: 20px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-faq__sectionTitle {
    font-size: 28px;
    margin-top: 32px;
  }
}

.p-faq__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-faq__list {
    margin-top: 38px;
  }
}

.p-faq__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, .1);
  overflow: hidden;
}

.p-faq__question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  padding: 14px 16px 16px 11px;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  position: relative;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  color: #222;
}
@media screen and (min-width: 768px) {
  .p-faq__question {
    padding: 7px 24px 9px 18px;
  }
}

.p-faq__qLabel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 1.7083333333;
  font-family: var(--font-taviraj);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#496B11), to(#638E19));
  background: linear-gradient(180deg, #496B11, #638E19);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.p-faq__qText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-faq__qText {
    font-size: 16px;
    line-height: 1.4375;
  }
}

.p-faq__icon {
  width: 20px;
  height: 20px;
  min-width: 20px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease;
}
@media screen and (min-width: 768px) {
  .p-faq__icon {
    width: 24px;
    height: 24px;
    min-width: 24px;
  }
}
.p-faq__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 1px;
  background-color: currentColor;
}
.p-faq__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: currentColor;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.2s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.2s ease;
  transition: transform 0.25s ease, opacity 0.2s ease, -webkit-transform 0.25s ease;
}

.p-faq__item.is-open .p-faq__icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-faq__answer {
  padding: 9px 16px 16px 11px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  min-height: 0;
}
.p-faq__answer[hidden] {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-faq__answer {
    padding: 8px 24px 24px 18px;
  }
}
.p-faq__answer::before {
  content: "A";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  line-height: 1.7083333333;
  font-family: var(--font-taviraj);
  background: -webkit-gradient(linear, left top, left bottom, from(#496B11), to(#638E19));
  background: linear-gradient(180deg, #496B11, #638E19);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-faq__answer:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #DBDBDB;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-faq__answer:after {
    width: calc(100% - 30px);
    left: 50%;
    translate: -50% 0;
  }
}

.p-faq__answerInner {
  min-height: 0;
  padding-top: 4px;
  text-align: left;
}
.p-faq__answerInner > * {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.p-faq__answerInner > *:last-child {
  margin-bottom: 0;
}
.p-faq__answerInner p {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-faq__answerInner p {
    font-size: 16px;
    line-height: 1.4375;
  }
}

.p-faq__empty {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.4285714286;
  color: #333;
}

.p-flow {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .p-flow {
    margin-top: 100px;
  }
}

.p-flow__item {
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 26px;
  position: relative;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    padding-bottom: 3.75rem;
  }
}
.p-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: calc(100% - 50px);
  background-color: #222222;
  position: absolute;
  left: 25px;
  top: 50px;
}
@media screen and (min-width: 768px) {
  .p-flow__item:not(:last-child)::before {
    height: calc(100% - 74px);
    top: 74px;
    left: 37px;
  }
}

.p-flow__num {
  width: 50px;
  height: auto;
  aspect-ratio: 1;
  background-color: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  font-family: var(--font-shippori);
}
@media screen and (min-width: 768px) {
  .p-flow__num {
    width: 74px;
    font-size: 32px;
  }
}

.p-flow__body {
  margin-top: 12px;
  display: grid;
  gap: 25px;
}

.p-flow__title {
  font-size: 24px;
  line-height: 1;
  font-family: var(--font-shippori);
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 28px;
  }
}

p-flow__text {
  font-size: 16px;
  line-height: 1.8;
}

.p-payment__img {
  max-width: 850px;
  margin-inline: auto;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .p-payment__img {
    margin-top: 43px;
  }
}
.p-payment__img img {
  width: 100%;
  height: auto;
}

.p-post {
  margin-top: 64px;
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .p-post {
    margin-top: 80px;
    margin-bottom: 120px;
  }
}

@media screen and (min-width: 768px) {
  .p-post__inner {
    display: grid;
    grid-template-columns: 1fr 280px;
    gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    overflow: visible;
  }
}

.p-post__titleWrap {
  padding: 15px 20px;
  background-color: #F8F8F8;
  border-top: 1px solid #222222;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-post__titleWrap {
    padding: 20px 25px;
  }
}
@media screen and (min-width: 768px) {
  .p-post__titleWrap:has(.p-post__category) {
    display: grid;
    gap: 15px;
  }
}

.p-post__title {
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-post__title {
    font-size: 24px;
    line-height: 1.4583333333;
  }
}

.p-post__category {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  padding: 5px 16px;
  background-color: #e9e9e9;
  font-size: 10px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-post__category {
    margin-top: 0;
  }
}

.p-post__thumb {
  margin-inline: auto;
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-post__thumb {
    max-width: 600px;
    margin-top: 48px;
  }
}

.p-post__content {
  text-align: left;
}
.p-post__content > * {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .p-post__content > * {
    margin-top: 48px;
  }
}
.p-post__content p {
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 500;
  margin-block: 16px;
}
@media screen and (min-width: 768px) {
  .p-post__content p {
    margin-block: 24px;
    font-size: 16px;
    line-height: 1.4375;
  }
}
.p-post__content h2 {
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
  background-color: #f8f8f8;
  border-left: 2px solid #222222;
  padding: 10px 20px;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-post__content h2 {
    margin-top: 48px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.4583333333;
    padding: 10px 20px;
  }
}
.p-post__content h3 {
  padding: 0;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  padding-bottom: 6px;
  border-bottom: 1px solid #BEBEBE;
  margin-top: 32px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .p-post__content h3 {
    margin-top: 48px;
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 1.45;
  }
}
.p-post__content h4 {
  padding: 0;
  font-size: 16px;
  line-height: 1.4375;
  font-weight: 700;
  margin-top: 32px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: auto 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
}
@media screen and (min-width: 768px) {
  .p-post__content h4 {
    margin-top: 48px;
    margin-bottom: 24px;
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.p-post__content h4:before {
  content: "";
  display: block;
  width: 6px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  background-color: #222;
  margin-top: 10px;
}

.p-post__sidebar {
  margin-top: 40px;
  padding: 0 20px;
  background-color: #F8F8F8;
}
@media screen and (min-width: 768px) {
  .p-post__sidebar {
    margin-top: 0;
    padding: 0 24px;
    position: sticky;
    top: 32px; /* PCでスクロール時にサイドバーを追従 */
  }
}

.p-post__sidebarItem {
  padding-block: 25px;
}
.p-post__sidebarItem:not(:last-child) {
  border-bottom: 1px solid #e5e5e5;
}

.p-post__sidebarParent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: none;
  border: none;
  font-size: 14px;
  font-weight: 700;
  color: #222;
  text-align: left;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.p-post__sidebarParent:hover {
  opacity: 0.8;
}

.p-post__sidebarParentLabel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  line-height: 1.4444444444;
  font-weight: 700;
  color: #222;
}
.p-post__sidebarParentIcon {
  display: block;
  width: 18px;
  height: auto;
  aspect-ratio: 1;
  background-color: #D9D9D9;
  border-radius: 50%;
  position: relative;
}
.p-post__sidebarParentIcon:before {
  content: "";
  display: block;
  width: 8px;
  height: 1px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-post__sidebarParentIcon:after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: #222;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.p-post__sidebarParent[aria-expanded=true] .p-post__sidebarParentIcon:after {
  rotate: 90deg;
}

.p-post__sidebarChildren {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .p-post__sidebarChildren {
    grid-template-columns: 1fr;
  }
}
.p-post__sidebarChildren.is-open {
  display: grid;
}

.p-post__sidebarChildItem a {
  display: block;
  font-size: 14px;
  line-height: 1.4285714286;
  font-weight: 700;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  padding: 14px;
  text-align: center;
}
.p-post__sidebarChildItem.is-active a {
  background-color: #222;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 同じカテゴリーの他の症例（3件） */
.p-post__others {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .p-post__others {
    margin-top: 64px;
  }
}

.p-post__othersSection {
  margin-top: 40px;
}
.p-post__othersSection:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .p-post__othersSection {
    margin-top: 56px;
  }
}
@media screen and (min-width: 768px) {
  .p-post__othersSection:first-child {
    margin-top: 0;
  }
}

.p-post__othersTitle {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #222;
}
@media screen and (min-width: 768px) {
  .p-post__othersTitle {
    font-size: 20px;
    margin-bottom: 24px;
  }
}

.p-postothersList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-postothersList {
    grid-template-columns: repeat(3, 1fr);
    gap: 17px;
  }
}

.p-postothersList__item {
  margin: 0;
}

.p-postothersList__link {
  display: block;
  height: 100%;
}

/* バー型ページネーション（スマホスライダー時のみ表示） */
.p-post__othersPagination {
  margin-top: 20px;
  width: 100%;
}

.p-post__othersPaginationBar {
  width: 100%;
  height: 4px;
  background-color: #DEDEDE;
  border-radius: 2px;
  overflow: hidden;
}

.p-post__othersPaginationFill {
  display: block;
  height: 100%;
  width: 0;
  min-width: 0;
  background-color: #222;
  border-radius: 2px;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

/* PC・スライド停止時はページネーション非表示 */
.p-post__othersSection.--slide-stop .p-post__othersPagination {
  display: none;
}

/* PC時・スライド停止時: Splideラッパーを無効化しグリッド表示を維持 */
.p-post__othersSection.--slide-stop .splide,
.p-post__othersSection.--slide-stop .splide__track {
  overflow: visible;
  visibility: visible;
}

.p-post__othersSection.--slide-stop .splide__list {
  -webkit-transform: none !important;
          transform: none !important;
  width: 100%;
  display: grid;
}

.p-test {
  color: red;
  font-size: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-test {
    font-size: 3.125rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=newstyles2026.css.map */
