@media (min-width: 769px) {
  .is-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
.c-indent1 {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}

.mt_10 {
  margin-top: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}
@media screen and (max-width: 768px) {
  .mb_60 {
    margin-bottom: 30px !important;
  }
}

.mb_90 {
  margin-bottom: 90px !important;
}
@media screen and (max-width: 768px) {
  .mb_90 {
    margin-bottom: 45px !important;
  }
}

.mb_120 {
  margin-bottom: 120px !important;
}
@media screen and (max-width: 768px) {
  .mb_120 {
    margin-bottom: 60px !important;
  }
}

.c-menu-list--service__column3 {
  --column-count: 3;
}
@media (max-width: 768px) {
  .c-menu-list__item--service {
    width: 100%;
  }
}

.c-link--ext {
  border-bottom: 1px solid;
  color: #4a80a5;
}
@media (max-width: 768px) {
  .c-link--ext {
    letter-spacing: 1px;
  }
}
.c-link--ext svg {
  width: 1em;
  fill: #4a80a5;
}

.c-service-menu {
  --background: #fff;
  position: relative;
  z-index: 1;
}

.c-service-menu__list {
  --row-gap: 1.85em;
  margin-top: 50px;
}

.c-service-main {
  display: grid;
  gap: 160px;
  padding-block: 120px 90px;
}

@media screen and (max-width: 750px) {
  .c-service-main {
    gap: 80px;
  }
}
.c-service-item__content {
  container-type: inline-size;
}
.c-service-item__content p:not(:last-child) {
  margin-bottom: 1.5em;
}
.c-service-item__heading__text {
  flex: 1;
}
.c-service-item__summery {
  margin-bottom: 1em;
  font-family: var(--font-family-kiwi);
  line-height: 1.35;
}
.c-service-item__summery .c-check-list__item {
  word-break: auto-phrase;
}
.c-service-item__summery .c-check-list__item:not(:last-child) {
  margin-bottom: 0.4em;
}
.c-service-item__small {
  font-size: 1.2em;
  font-family: var(--font-family-kiwi);
  font-weight: 500;
  line-height: 1.35;
}
.c-service-item__note {
  margin-top: 1.5em;
  line-height: 1.7;
}
.c-service-item__note > li::before {
  font-size: 1.15em;
  line-height: 1.5;
  color: #52bbf7;
}

@media (min-width: 769px) {
  .c-check-list--two-column {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: space-between;
    height: 13em;
  }
  .c-check-list--two-column .c-check-list__item {
    width: 48%;
  }
}

.c-section__title {
  --border-color: #a8dde1;
  --border-width: 4px;
  --border-length: 12px;
  --border-gap: 10px;
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  min-height: 2.5em;
  padding-bottom: 1.2em;
  margin-bottom: 2em;
  flex-direction: column;
}
@media (max-width: 425px) {
  .c-section__title {
    --border-width: 3px;
    --border-length: 8px;
    --border-gap: 6px;
  }
}
.c-section__title--main {
  font-family: var(--font-family-kiwi);
  font-size: 3.8rem;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .c-section__title--main {
    font-size: 3rem;
  }
}
@media (max-width: 425px) {
  .c-section__title--main {
    font-size: 2.5rem;
  }
}
.c-section__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--border-width);
  content: "";
  background-image: linear-gradient(to right, var(--border-color), var(--border-color) var(--border-length), transparent var(--border-length));
  background-repeat: repeat-x;
  background-size: calc(var(--border-length) + var(--border-gap)) 100%;
}

.c-section__title--sub {
  font-size: 1.6em;
  margin-top: 0;
  color: #8ac6d5;
}

:where([data-theme-color=forest]) .c-service-item__heading {
  --border-color: #c9e1a8;
}

:where([data-theme-color=forest]) .c-service-item__note > li::before {
  color: #6ca223;
}

.c-service-item__more {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75em 2em;
  justify-content: flex-end;
  margin-top: 2em;
}

.c-service-column {
  margin-top: 80px;
}
.c-service-column + .c-service-column {
  margin-top: 50px;
}

.c-service-column__heading {
  margin-bottom: 1em;
  text-align: center;
}

.c-service-alliance {
  --stripe-width: 18px;
  --color1: #e2f4f6;
  --color2: #eef9f9;
  padding: 80px 0 160px;
  margin-top: 80px;
  background-image: repeating-linear-gradient(135deg, var(--color1), var(--color1) var(--stripe-width), var(--color2) var(--stripe-width), var(--color2) calc(var(--stripe-width) * 1.7));
}

@media screen and (max-width: 750px) {
  .c-service-alliance {
    padding-bottom: 80px;
    margin-top: 50px;
  }
}
:where([data-theme-color=forest]) .c-service-alliance {
  --color1: #eaf4dd;
  --color2: #f2f8e8;
}

.c-service-alliance__icon {
  display: block;
  width: 84px;
  margin-right: auto;
  margin-bottom: 2rem;
  margin-left: auto;
}

.c-service-alliance__heading {
  margin-bottom: 1em;
  color: #75c248;
  text-align: center;
}
.c-service-alliance__heading > span {
  display: inline-block;
}

.c-service-alliance__intro {
  text-align: center;
}
.c-service-alliance__intro > span {
  display: inline-block;
}

.c-service-alliance__list {
  margin-top: 4em;
}

.c-service-alliance__item {
  max-width: 90%;
  overflow: hidden;
  border: 1px solid;
  border-radius: 12px;
}

.c-service-alliance__link {
  display: block;
}

.c-service-block01__inner--column {
  flex-direction: column;
  gap: 30px;
}
.c-service-block01__inner--column .l-image-block01__image {
  max-width: initial;
}

.c-paragraph--tight {
  line-height: 1.8;
}

.c-note {
  line-height: 1.65;
  padding: 18px 24px;
  font-size: 0.9em;
  border-radius: 10px;
  background: url(../../images/common/bg_paper_01.jpg);
  border: 2px dashed #8ac6d5;
}
@media (max-width: 768px) {
  .c-note {
    padding: 8px;
  }
}
.c-note__title {
  font-size: 1.5em;
  margin-bottom: 0.6em;
  font-weight: 600;
}

@media (min-width: 769px) {
  .c-image--progress {
    width: auto;
    height: 360px;
  }
}

.c-list__progress {
  margin-top: 1.5em;
  line-height: 1.65;
}
.c-list__progress--item:not(:last-child) {
  margin-bottom: 0.8em;
}
.c-list__progress > li > span {
  display: block;
  width: fit-content;
  background-color: #f68a2b;
  color: #FFF;
  padding: 2px 4px 2px 8px;
  margin-bottom: 0.2em;
  font-size: 1.2em;
  font-family: var(--font-family-kiwi);
  font-weight: 500;
}

.c-table--service tr {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-kiwi);
  font-weight: 500;
}
@media (max-width: 768px) {
  .c-table--service tr {
    flex-direction: column;
  }
}
.c-table--service thead .c-table__heading {
  width: 100%;
  text-align: center;
  background-color: #8ac6d5;
  color: #FFF;
  padding: 0.5em;
  font-size: 2rem;
  letter-spacing: 2px;
  border-radius: 50px;
  font-weight: 500;
}
.c-table--service tbody tr:not(:last-child) {
  border-bottom: 2px dashed #8ac6d5;
}
.c-table--service tbody td {
  flex-basis: 33%;
  padding: 12px 10px;
  text-align: center;
  font-size: 2rem;
}
@media (max-width: 768px) {
  .c-table--service tbody td.c-table__image {
    padding-bottom: 8px;
  }
  .c-table--service tbody td.c-table__price, .c-table--service tbody td.c-table__type {
    padding-block: initial;
  }
}

.c-table-price {
  border: 1.5px solid #A8DDE1;
  width: 100%;
}
.c-table-price thead tr {
  font-family: var(--font-family-kiwi);
  font-weight: 500;
  border-bottom: 1.5px dashed #FFF;
  background-color: #A8DDE1;
}
.c-table-price thead tr th:not(:last-child) {
  border-right: 1.5px dashed #FFF;
}
.c-table-price thead tr,
.c-table-price tbody tr {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .c-table-price thead tr,
  .c-table-price tbody tr {
    flex-direction: column;
  }
}
.c-table-price thead tr:not(:last-child),
.c-table-price tbody tr:not(:last-child) {
  border-bottom: 1.5px solid #A8DDE1;
}
.c-table-price thead th,
.c-table-price tbody th {
  padding: 10px 16px;
  flex: 1;
}
.c-table-price thead th:not(:last-child),
.c-table-price thead td:not(:last-child),
.c-table-price tbody th:not(:last-child),
.c-table-price tbody td:not(:last-child) {
  border-right: 1.5px solid #A8DDE1;
}
.c-table-price thead td,
.c-table-price tbody td {
  padding: 10px 16px;
  flex: 1;
}
@media (max-width: 768px) {
  .c-table-price thead td,
  .c-table-price tbody td {
    width: 100%;
    text-align: center;
  }
}
.c-table-price thead td.c-table-price__type,
.c-table-price tbody td.c-table-price__type {
  background-color: #a8dde1;
  font-family: var(--font-family-kiwi);
  font-weight: 500;
}
.c-table-price thead td.c-table-price__price, .c-table-price thead td.c-table-price__num,
.c-table-price tbody td.c-table-price__price,
.c-table-price tbody td.c-table-price__num {
  background-color: #f8fbff;
  font-family: var(--font-family-kiwi);
  font-weight: 500;
}
.c-table-price thead tr:not(:last-child) .c-table-price__type,
.c-table-price tbody tr:not(:last-child) .c-table-price__type {
  border-bottom: 1.5px dashed #FFF;
}

.p-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 4rem;
}
@media screen and (max-width: 768px) {
  .p-buttons {
    gap: 1.4rem;
  }
}
@media (max-width: 768px) {
  .p-buttons .c-button02--service {
    line-height: 1.2;
    width: 100%;
  }
}

.c-section__title--h3 {
  font-family: var(--font-family-kiwi);
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 0.8em;
  color: #233d4f;
  border-bottom: 1px solid #6ca223;
  line-height: 1.4;
  padding-bottom: 0.4em;
}
@media (max-width: 768px) {
  .c-section__title--h3 {
    font-size: 2rem;
  }
}

.c-service-qa__item:not(:last-child) {
  margin-bottom: 4rem;
  border-bottom: 2px dotted #a8dde1;
  padding-bottom: 2em;
}
.c-service-qa__question {
  font-family: var(--font-family-kiwi);
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
@media (max-width: 768px) {
  .c-service-qa__question {
    display: inline-block;
    font-size: 2.4rem;
    padding-left: 1.4em;
    text-indent: -1.4em;
  }
}
.c-service-qa__question:before {
  content: "Q.";
  color: #a8dde1;
  margin-right: 0.5em;
}
@media (max-width: 768px) {
  .c-service-qa__question:before {
    margin-right: 0.1em;
  }
}
.c-service-qa__answer {
  padding-left: 3em;
}
@media (max-width: 768px) {
  .c-service-qa__answer {
    padding-left: 2em;
  }
}
.c-service-qa__answer:before {
  content: "A.";
  margin-left: -1.7em;
  font-family: var(--font-family-kiwi);
  color: #e6945b;
}