.c-tag__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-tag__list li {
  border-radius: 16px;
  padding: 3px 20px;
  border: 1px solid #53565A;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7692307692;
  color: #53565A;
}
.c-tag__list.-black li {
  border-color: #53565A;
  color: #53565A;
}
.c-tag__list.-white li {
  border-color: #fff;
  color: #fff;
}

.p-mv {
  position: relative;
}
.p-mv__img {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
}
.p-mv__img img {
  height: 100%;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: auto;
  transition: opacity ease 300ms;
}
.p-mv__text-area {
  display: flex;
  flex-direction: column;
  padding: 80px 100px 60px;
  min-height: 560px;
  position: relative;
  z-index: 2;
  width: 64.5833333333%;
}
.p-mv__text-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #006510;
  -webkit-clip-path: polygon(89.8837209302% 0, 100% 38.3333333333%, 84.0697674419% 100%, 0 100%, 0 0);
  clip-path: polygon(89.8837209302% 0, 100% 38.3333333333%, 84.0697674419% 100%, 0 100%, 0 0);
  top: 0;
  left: 0;
}
.p-mv__text-inner {
  position: relative;
  z-index: 2;
}
.p-mv__title-area {
  position: relative;
  z-index: 2;
}
.p-mv__title-area::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #006510;
  -webkit-clip-path: polygon(93% 0, 100% 38.3333333333%, 88% 100%, 0 100%, 0 0);
  clip-path: polygon(93% 0, 100% 38.3333333333%, 88% 100%, 0 100%, 0 0);
  top: 0;
  left: 0;
}
.p-mv__subtitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.p-mv__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 27px;
  position: relative;
  z-index: 2;
}
.p-mv__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #fff;
  margin-bottom: 27px;
  max-width: 860px;
}
.p-mv__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.p-mv__tag-item {
  border-radius: 16px;
  padding: 3px 20px;
  border: 1px solid #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7692307692;
  color: #fff;
}
.p-mv__btn {
  max-width: 240px;
  padding: 14px 40px 15px 20px;
}
.p-mv__btn-area {
  display: flex;
  gap: 20px;
  margin-top: auto;
  z-index: 2;
}

html:has(.serviceDetail) {
  scroll-padding-top: 110px;
}
html:has(.serviceDetail) body.renew .p-mv__img img {
  width: auto;
}

.serviceDetail {
  overflow-x: visible;
}
.serviceDetail .l-page {
  overflow-x: visible;
}
.serviceDetail .l-container {
  display: flex;
  gap: min(5%, 80px);
  justify-content: space-between;
  padding-bottom: 0;
}
.serviceDetail .l-container__side {
  max-width: 240px;
  width: 240px;
  padding-bottom: 120px;
}
.serviceDetail .l-container__side [data-accordion-content] {
  height: 0;
  overflow: hidden;
  transition: height ease 300ms;
}
.serviceDetail .l-container__side [data-accordion][data-is-open=true] > [data-accordion-content] {
  height: auto;
}
.serviceDetail .l-container__main {
  width: calc(100% - 320px);
}
.serviceDetail .l-container .p-btnWrapper {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin: 0 auto;
}
.serviceDetail .l-container .p-btnWrapper:not(:first-child) {
  margin-top: 120px;
}
.serviceDetail .l-container .p-btnWrapper:not(:has(a)) {
  margin-top: 0 !important;
}
.serviceDetail .l-container .p-btnWrapper .c-btn {
  width: calc(50% - 20px);
}
.serviceDetail .l-container .p-btnWrapper .c-btn.-text-center .text {
  width: 100%;
  text-align: center;
}
.serviceDetail .p-sideSearch {
  word-break: break-all;
}
.serviceDetail .p-sideSearch__sp {
  margin-top: 60px;
}
.serviceDetail .p-sideSearch__sp[data-is-open=true] .p-sideSearch__heading::after {
  transform: rotate(180deg);
}
.serviceDetail .p-sideSearch__category:not(:last-of-type) {
  margin-bottom: 60px;
}
.serviceDetail .p-sideSearch__category-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.575;
  color: #000;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: solid 1px #D9D9D6;
}
.serviceDetail .p-sideSearch__category-item {
  padding-left: 16px;
  position: relative;
  line-height: 1;
}
.serviceDetail .p-sideSearch__category-item:not(:last-of-type) {
  margin-bottom: 16px;
}
.serviceDetail .p-sideSearch__category-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 2px;
  background-color: #66A26F;
}
.serviceDetail .p-sideSearch__category-link {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  transition: opacity 300ms ease;
}
.serviceDetail .c-anchorBtn {
  padding-bottom: 18px;
  text-decoration: none;
  border-bottom: 2px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #006510;
  transition: opacity 300ms ease;
}
.serviceDetail .c-anchorBtn.-black {
  color: #000;
}
.serviceDetail .c-anchorBtn.-green {
  color: #006510;
}
.serviceDetail .c-anchorBtn::after {
  content: "";
  border-bottom: 2px solid currentColor;
  border-right: 2px solid currentColor;
  background-size: contain;
  background-repeat: no-repeat;
  width: 8px;
  height: 8px;
  position: absolute;
  right: 20px;
  transition: border-color 300ms ease;
  transform: rotate(45deg);
}
.serviceDetail .p-common {
  margin-bottom: 30px;
}
.serviceDetail .p-article {
  word-break: break-all;
  background-color: rgba(151, 153, 155, 0.1);
  padding: 100px 0;
}
.serviceDetail .p-article:not(:has(.p-article__block)) {
  padding: 0;
}
.serviceDetail .p-article .title {
  text-align: center;
  margin-bottom: 57px;
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
}
.serviceDetail .p-article__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 60px;
}
.serviceDetail .p-article .p-article__block:not(:first-child) {
  margin-top: 100px;
}
.serviceDetail .p-article__inner {
  max-width: 1278px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.serviceDetail .p-article__inner:has(> :nth-child(2)) .p-article__block:not(:last-child) .p-article__bottom {
  padding-bottom: 100px;
  position: relative;
}
.serviceDetail .p-article__inner:has(> :nth-child(2)) .p-article__block:not(:last-child) .p-article__bottom::after {
  position: absolute;
  content: "";
  width: 93.9%;
  height: 1px;
  background-image: linear-gradient(to right, #000 1px, transparent 2px);
  background-size: 3px 1px;
  background-repeat: repeat-x;
  bottom: 0;
}
.serviceDetail .p-article__link {
  transition: opacity 300ms ease;
  display: grid;
}
.serviceDetail .p-article__link:hover {
  opacity: 0.7;
}
.serviceDetail .p-article__title {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 17px;
}
.serviceDetail .p-article__img {
  margin-bottom: 20px;
  aspect-ratio: 386/217;
}
.serviceDetail .p-article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.serviceDetail .p-article__bottom {
  padding-top: 60px;
  display: flex;
  justify-content: center;
}
.serviceDetail .p-article__bottom .c-btn {
  width: 320px;
  margin: 0 auto;
}
.serviceDetail.-lv1 .p-common {
  margin-bottom: 0;
}
.serviceDetail.-lv1 .p-common:not(:has(.p-categoryBox)) {
  padding-bottom: 60px;
}
.serviceDetail.-lv1 .p-common h2 {
  background-color: transparent;
  padding: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 40px;
}
.serviceDetail.-lv1 .p-common > p {
  margin-bottom: 100px;
}
.serviceDetail.-lv1 .p-common h3 {
  color: #000;
}
.serviceDetail.-lv1 .p-mv__text-area {
  min-height: 0;
  width: calc(100% - 233px);
  height: 242px;
}
.serviceDetail.-lv1 .p-mv__text-area::before {
  -webkit-clip-path: polygon(94.883721% 0, 100% 40.333333%, 92.069767% 100%, 0 100%, 0 0);
  clip-path: polygon(94.883721% 0, 100% 40.333333%, 92.069767% 100%, 0 100%, 0 0);
}
.serviceDetail.-lv1 .p-mv__title-area {
  height: 100%;
}
.serviceDetail.-lv1 .anchor-list .c-anchorBtn {
  height: 100%;
  justify-content: flex-start;
  padding: 20px 50px 20px 10px;
}
.serviceDetail.-lv1 .p-article {
  padding-bottom: 120px;
}
.serviceDetail.-lv1 .p-sdCard01 img, .serviceDetail.-lv1 .p-sdCard01 svg {
  margin-bottom: 20px;
}
.serviceDetail.-lv1 .p-sdCard01__title {
  color: #000;
}
.serviceDetail.-lv1 .p-categoryBox {
  padding-bottom: 160px;
}
.serviceDetail.-lv1 .p-categoryBox h3 {
  border-bottom: none;
  background-color: #006510;
  color: #fff;
  font-size: 28px;
  line-height: 1.6;
  padding: 18px 30px 22px;
  margin: 100px 0 40px;
}
.serviceDetail.-lv1 .p-categoryBox .p-contents {
  margin-top: 60px;
}
.serviceDetail.-lv1 .p-categoryBox .p-sdCard01__title {
  color: #006510;
}
.serviceDetail.-lv1 .p-categoryBox .p-sdCard01__link {
  color: #000;
}
.serviceDetail.-lv1 .p-categoryBox .p-imgAndArrow {
  padding-top: 56.0655%;
  position: relative;
}
.serviceDetail.-lv1 .p-categoryBox .p-imgAndArrow img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.serviceDetail.-lv1 .p-categoryList .title {
  margin-bottom: 20px;
}
.serviceDetail.-lv1 .p-categoryList__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.serviceDetail.-lv1 .p-categoryList__blockTitle {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.8;
}
.serviceDetail.-lv1 .p-categoryList__blockList {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
.serviceDetail.-lv1 .p-categoryList__blockLink {
  border: solid 1px currentColor;
  border-radius: 200px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  padding: 0 16px;
  transition: opacity 300ms ease;
}
.serviceDetail.-lv1 .p-categoryList__blockLink.-current {
  pointer-events: none;
  background-color: #D9D9D6;
  color: #97999B;
}
@media screen and (min-width:768px) {
  .p-mv__title-area::before {
    content: none;
  }
  .p-mv__tag-list {
    margin-bottom: 30px;
  }
  .p-mv__btn .text {
    margin-right: 20px;
  }
  .serviceDetail .l-container__main {
    padding-bottom: 120px;
  }
  .serviceDetail .l-container .p-btnWrapper .c-btn {
    padding-top: 25px;
    padding-bottom: 28px;
  }
  .serviceDetail .p-sideSearch {
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
  }
}
@media screen and (min-width: 1920px) {
  .p-mv__img img {
    width: 45.8333333333%;
  }
}
@media screen and (max-width:1400px) {
  .p-mv__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.5625;
  }
  .serviceDetail .l-container__side {
    width: 200px;
  }
  .serviceDetail .l-container__main {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width:1099px) {
  .p-mv__text-area {
    padding: 30px 9.8591549296% 30px 30px;
  }
  .p-mv__btn {
    padding: 12px 30px;
  }
  .p-mv__btn-area {
    -moz-column-gap: 12px;
    column-gap: 12px;
  }
  .serviceDetail .p-article__list {
    gap: 30px;
  }
  .serviceDetail.-lv1 .p-categoryList__blockList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width:767px) {
  .c-tag__list {
    gap: 4px;
  }
  .c-tag__list li {
    padding: 3px 10px;
    font-size: 11px;
    font-weight: 600;
    line-height: 2.1272727273;
  }
  .p-mv__img {
    position: relative;
    padding-top: 56.25%;
  }
  .p-mv__img img {
    width: 100%;
    position: relative;
  }
  .p-mv__text-area {
    position: relative;
    top: 0;
    bottom: 0;
    padding: 0;
    width: 100%;
    height: auto;
    min-height: auto;
    margin-top: -30px;
  }
  .p-mv__text-area::before {
    content: none;
  }
  .p-mv__text-inner {
    width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
  }
  .p-mv__title-area {
    padding: 20px 19px;
    width: 96.27%;
    max-width: 370px;
  }
  .p-mv__subtitle {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.95;
    letter-spacing: normal;
  }
  .p-mv__title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 0;
    max-width: 270px;
  }
  .p-mv__text {
    color: #000;
    max-width: 100%;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.8;
    margin-top: 30px;
  }
  .p-mv__tag-list.-maxwidth {
    max-width: 335px;
  }
  .p-mv__tag-list:has(.-line-2) {
    row-gap: 0;
  }
  .p-mv__tag-list:has(.-line-2)::before {
    content: "";
    width: 100%;
    display: inline-block;
    order: 1;
  }
  .p-mv__tag-list:has(.-line-3) {
    row-gap: 0;
  }
  .p-mv__tag-list:has(.-line-3)::after {
    order: 2;
    content: "";
    width: 100%;
    display: inline-block;
  }
  .p-mv__tag-item {
    font-size: 10px;
    font-weight: 400;
    line-height: 1.8;
    color: #000;
    border: none;
    border-radius: 0;
    padding: 0;
    position: relative;
  }
  .p-mv__tag-item.-separate::before {
    content: "";
    display: inline-block;
    background-color: #000;
    width: 1px;
    height: 10px;
    position: absolute;
    left: -6px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .p-mv__btn {
    padding: 11px 15px;
  }
  .p-mv__btn {
    width: 140px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0.1em;
  }
  .p-mv__btn-area {
    margin-top: 27px;
    gap: 12px;
    max-width: 292px;
    margin-right: auto;
    margin-left: auto;
    width: calc(100% - 40px);
  }
  .p-mv__btn-area:not(:has(.c-btn)) {
    margin-top: 0;
  }
  html:has(.serviceDetail) {
    scroll-padding-top: 60px;
  }
  html:has(.serviceDetail) body.renew .p-mv__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .serviceDetail .p-mv {
    margin-bottom: 50px;
  }
  .serviceDetail .l-container {
    gap: 0px;
    padding-bottom: 0;
  }
  .serviceDetail .l-container {
    flex-direction: column-reverse;
  }
  .serviceDetail .l-container__side {
    padding-bottom: 0;
  }
  .serviceDetail .l-container__side {
    width: calc(100% + 40px);
    max-width: none;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
  }
  .serviceDetail .l-container__main {
    width: 100%;
  }
  .serviceDetail .l-container .p-btnWrapper:not(:first-child) {
    margin-top: 60px;
  }
  .serviceDetail .l-container .p-btnWrapper {
    gap: 12px;
    width: calc(100% - 40px);
  }
  .serviceDetail .l-container .p-btnWrapper .c-btn {
    padding: 0 10px;
    height: 44px;
    width: calc(50% - 10px);
  }
  .serviceDetail .l-container .p-btnWrapper .c-btn .c-icon {
    right: 10px;
  }
  .serviceDetail .p-sideSearch__heading {
    font-size: 14px;
    font-weight: 600;
    line-height: 2.5714285714;
    letter-spacing: 0.06em;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 12px calc(50vw - 50%);
    background-color: #D9D9D6;
    cursor: pointer;
    position: relative;
  }
  .serviceDetail .p-sideSearch__heading::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: #000;
  }
  .serviceDetail .p-sideSearch__heading::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: translateY(-50%);
    width: 12px;
    height: 2px;
    background-color: #000;
    transform: rotate(90deg);
    transition: transform 300ms ease;
  }
  .serviceDetail .p-sideSearch__inner {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 calc(50vw - 50%);
    background-color: rgba(151, 153, 155, 0.1);
  }
  .serviceDetail .p-sideSearch__body {
    padding: 30px 0 40px;
  }
  .serviceDetail .p-sideSearch__category:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .serviceDetail .p-sideSearch__category-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.9384615385;
    letter-spacing: normal;
    margin-bottom: 20px;
  }
  .serviceDetail .p-sideSearch__category-item:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .serviceDetail .p-sideSearch__category-link {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.95;
  }
  .serviceDetail .c-anchorBtn {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0;
    padding-bottom: 10px;
  }
  .serviceDetail .c-anchorBtn::after {
    right: 0;
    width: 10px;
    height: 10px;
  }
  .serviceDetail .p-article {
    background-color: #fff;
    padding: 60px 0 0;
  }
  .serviceDetail .p-article .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 28px;
  }
  .serviceDetail .p-article__list {
    grid-template-columns: 1fr;
  }
  .serviceDetail .p-article .p-article__block:not(:first-child) {
    margin-top: 60px;
  }
  .serviceDetail .p-article__inner:has(> :nth-child(2)) .p-article__block:not(:last-child) .p-article__bottom {
    padding-bottom: 60px;
  }
  .serviceDetail .p-article__card {
    grid-row: auto;
    grid-template-rows: auto;
    gap: 14px;
  }
  .serviceDetail .p-article__title {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: normal;
  }
  .serviceDetail .p-article__img {
    margin-bottom: 12px;
  }
  .serviceDetail .p-article__bottom .c-btn {
    width: 255px;
  }
  .serviceDetail .p-article__bottom {
    padding-top: 34px;
  }
  .serviceDetail.-lv1 .p-common h2 {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .serviceDetail.-lv1 .p-common > p {
    margin-bottom: 60px;
  }
  .serviceDetail.-lv1 .p-mv__text-area {
    margin-top: 0;
    width: calc(100% - 14px);
    height: 123px;
    display: block;
  }
  .serviceDetail.-lv1 .anchor-list {
    grid-template-columns: 1fr;
    gap: 0px;
  }
  .serviceDetail.-lv1 .anchor-list .c-anchorBtn {
    padding: 16px 30px 16px 10px;
  }
  .serviceDetail.-lv1 .p-article {
    margin-top: 80px;
    background-color: rgba(151, 153, 155, 0.1);
    padding-bottom: 0;
  }
  .serviceDetail.-lv1 .p-article + .l-breadcrumb {
    background-color: rgba(151, 153, 155, 0.1);
    margin: 0;
    padding: 60px 0 100px;
  }
  .serviceDetail.-lv1 .p-sdCard01__title {
    text-align: center;
    font-size: 13px;
  }
  .serviceDetail.-lv1 .p-categoryBox {
    padding-bottom: 0;
  }
  .serviceDetail.-lv1 .p-categoryBox h3 {
    margin: 60px 0 30px;
    font-size: 16px;
    line-height: 1.8;
    padding: 11px 20px 13px;
  }
  .serviceDetail.-lv1 .p-categoryBox .p-contents {
    margin-top: 40px;
  }
  .serviceDetail.-lv1 .p-categoryBox .p-sdCard01__title {
    text-align: left;
  }
  .serviceDetail.-lv1 .p-categoryList .title {
    margin-bottom: 0px;
    padding-bottom: 30px;
  }
  .serviceDetail.-lv1 .p-categoryList__blockTitle {
    font-size: 14px;
  }
  .serviceDetail.-lv1 .p-categoryList__blockList {
    gap: 0;
    grid-template-columns: repeat(2, 1fr);
    border-top: dotted 1px #97999B;
    border-left: dotted 1px #97999B;
  }
  .serviceDetail.-lv1 .p-categoryList__blockItem {
    border-bottom: dotted 1px #97999B;
    border-right: dotted 1px #97999B;
  }
  .serviceDetail.-lv1 .p-categoryList__blockLink {
    border-radius: 0;
    height: 55px;
    border: none;
  }
}
@media screen and (max-width:767px) and (max-width:767px) {
  .p-mv__tag-item.-line-2 {
    order: 1;
  }
  .p-mv__tag-item.-line-3 {
    order: 3;
  }
  .serviceDetail.-lv1 .p-categoryList__blockLink {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media (hover: hover) and (pointer: fine) {
  .serviceDetail .p-sideSearch__category-link:hover {
    opacity: 0.7;
  }
  .serviceDetail .c-anchorBtn:hover {
    opacity: 0.6;
  }
  .serviceDetail.-lv1 .p-categoryList__blockLink:hover {
    opacity: 0.75;
  }
}