@charset "UTF-8";
.p-services-body .c-parallax__image {
  object-fit: cover;
}
.p-services-body .l-content::before {
  display: none;
}

.p-menu-section {
  position: relative;
  padding-left: 15.6rem;
}
@media (max-width: 1024px) {
  .p-menu-section {
    padding-left: 5rem;
  }
}
@media (max-width: 525px) {
  .p-menu-section {
    padding-left: 2rem;
  }
}
.p-menu-section::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 32.1rem;
  content: "";
  background: linear-gradient(to bottom, color-mix(in srgb, var(--color-secondary-c) 40%, transparent), transparent);
}
@media (max-width: 1024px) {
  .p-menu-section::before {
    height: 19.1rem;
  }
}
.p-menu-section__inner {
  max-width: 100%;
  padding: 2.5rem 15.6rem 8rem 6rem;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 5rem 0 0 5rem;
  -webkit-backdrop-filter: blur(1.5rem);
          backdrop-filter: blur(1.5rem);
}
@media (max-width: 1024px) {
  .p-menu-section__inner {
    padding: 2rem var(--current-container-padding) 4.5rem;
    border-radius: 2.5rem 0 0 2.5rem;
  }
}
.p-menu-section__inner .c-services-menu {
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .p-menu-section__inner .c-services-menu {
    margin-top: 2.4rem;
  }
}
.p-menu-section__heading {
  margin-top: 6.4rem;
}
@media (max-width: 1024px) {
  .p-menu-section__heading {
    margin-top: 2.5rem;
  }
}
.p-menu-section__heading .c-heading01__main {
  background: var(--color-gradient);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.p-subject-section {
  padding-block: 18.7rem 10rem;
  margin-top: 6rem;
}
@media (max-width: 1024px) {
  .p-subject-section {
    padding-block: 8.4rem 7rem;
    margin-top: 3rem;
  }
}

.p-subject {
  padding-top: 4rem;
}
@media (max-width: 1024px) {
  .p-subject {
    padding-top: 2rem;
  }
}
.p-subject:not(:first-of-type) {
  margin-top: 18.7rem;
}
@media (max-width: 1024px) {
  .p-subject:not(:first-of-type) {
    margin-top: 8.4rem;
  }
}
.p-subject:nth-of-type(odd) {
  margin-right: calc(var(--current-container-padding) * -1);
}
@media (max-width: 1024px) {
  .p-subject:nth-of-type(odd) {
    margin-left: calc(var(--current-container-padding) * -1);
  }
}
.p-subject:nth-of-type(odd) .p-subject__body {
  grid-template-areas: ". label" "heading figure" "overview figure" "content figure" "notes figure" "buttons figure";
  grid-template-columns: auto 69.6rem;
}
@media (max-width: 1024px) {
  .p-subject:nth-of-type(odd) .p-subject__body {
    padding: 0;
  }
}
.p-subject:nth-of-type(odd) .p-subject__label {
  right: 0;
  color: var(--color-secondary);
  text-align: right;
}
@media (max-width: 1024px) {
  .p-subject:nth-of-type(odd) .p-subject__figure {
    padding-left: calc(var(--current-container-padding) * 2);
  }
}
@media (max-width: 525px) {
  .p-subject:nth-of-type(odd) .p-subject__figure {
    padding-left: 6.1rem;
  }
}
.p-subject:nth-of-type(odd) .p-subject__figure .c-image {
  border-radius: 0.5rem 0 0 0.5rem;
}
.p-subject:nth-of-type(odd) .p-subject__heading {
  border-image: linear-gradient(to right, color-mix(in srgb, var(--color-secondary) 40%, transparent), color-mix(in srgb, var(--color-primary) 40%, transparent)) 1;
}
@media (max-width: 1024px) {
  .p-subject:nth-of-type(odd) .p-subject__heading {
    padding: 0 0 0.5rem var(--current-container-padding);
    margin-right: var(--current-container-padding);
  }
}
.p-subject:nth-of-type(odd) .p-subject__overview-item::before {
  color: var(--color-secondary);
}
.p-subject:nth-of-type(odd) .p-subject__overview-text {
  background: linear-gradient(to right, var(--color-secondary-c), var(--color-primary-c));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-subject:nth-of-type(odd) .p-subject__notes-item::before {
  color: var(--color-secondary);
}
.p-subject:nth-of-type(odd) .p-subject__columns {
  margin-left: 0;
}
@media (max-width: 1024px) {
  .p-subject:nth-of-type(odd) .p-column {
    margin-right: var(--current-container-padding);
    margin-left: var(--current-container-padding);
  }
}
.p-subject:nth-of-type(odd) .p-column__heading {
  background: linear-gradient(to right, var(--color-secondary-c), var(--color-primary-c));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-subject:nth-of-type(even) {
  margin-left: calc(var(--current-container-padding) * -1);
}
@media (max-width: 1024px) {
  .p-subject:nth-of-type(even) {
    margin-right: calc(var(--current-container-padding) * -1);
  }
}
.p-subject:nth-of-type(even) .p-subject__body {
  grid-template-areas: "label ." "figure heading" "figure overview" "figure content" "figure notes" "figure buttons";
  grid-template-columns: 69.6rem auto;
}
@media (max-width: 1024px) {
  .p-subject:nth-of-type(even) .p-subject__body {
    padding: 0;
  }
}
.p-subject:nth-of-type(even) .p-subject__label {
  left: 0;
  color: var(--color-primary);
}
@media (max-width: 1024px) {
  .p-subject:nth-of-type(even) .p-subject__figure {
    padding-right: calc(var(--current-container-padding) * 2);
  }
}
@media (max-width: 525px) {
  .p-subject:nth-of-type(even) .p-subject__figure {
    padding-right: 6.1rem;
  }
}
.p-subject:nth-of-type(even) .p-subject__figure .c-image {
  border-radius: 0 0.5rem 0.5rem 0;
}
.p-subject:nth-of-type(even) .p-subject__heading {
  border-image: linear-gradient(to right, color-mix(in srgb, var(--color-primary) 40%, transparent), color-mix(in srgb, var(--color-secondary) 40%, transparent)) 1;
}
@media (max-width: 1024px) {
  .p-subject:nth-of-type(even) .p-subject__heading {
    padding: 0 0 0.5rem 1rem;
    margin-left: var(--current-container-padding);
  }
}
.p-subject:nth-of-type(even) .p-subject__overview-item::before {
  color: var(--color-primary);
}
.p-subject:nth-of-type(even) .p-subject__overview-text {
  background: linear-gradient(to right, var(--color-primary-c), var(--color-secondary-c));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-subject:nth-of-type(even) .p-subject__notes-item::before {
  color: var(--color-primary);
}
.p-subject:nth-of-type(even) .p-subject__columns {
  margin-right: 0;
}
@media (max-width: 1024px) {
  .p-subject:nth-of-type(even) .p-column {
    margin-right: var(--current-container-padding);
    margin-left: var(--current-container-padding);
  }
}
.p-subject:nth-of-type(even) .p-column__heading {
  background: linear-gradient(to right, var(--color-primary-c), var(--color-secondary-c));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.p-subject__body {
  position: relative;
  display: grid;
  grid-template-rows: repeat(5, auto);
}
@media (max-width: 1024px) {
  .p-subject__body {
    display: block;
  }
}
.p-subject__label {
  position: absolute;
  top: -5rem;
  grid-area: label;
  max-width: 80%;
  /* font-size: 7rem; */
  font-size: 6.5rem;
  font-weight: var(--font-weight-bold);
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  opacity: 0.25;
}
@media (max-width: 1024px) {
  .p-subject__label {
    top: -3.2rem;
    font-size: 4.2rem;
  }
}

@media (max-width: 768px) {
	.p-subject__label {
	font-size: 4rem;
  }
}

.p-subject__figure {
  grid-area: figure;
}
.p-subject__figure .c-image {
  width: 100%;
  aspect-ratio: 696/553;
  object-fit: cover;
}
.p-subject__heading {
  display: flex;
  flex-wrap: wrap;
  grid-area: heading;
  gap: 0 3rem;
  align-items: center;
  padding: 0 0 0.8rem 4.6rem;
  margin-top: 3.1rem;
  font-size: 5.4rem;
  border-bottom: 1rem solid transparent;
}
@media (max-width: 1024px) {
  .p-subject__heading {
    gap: 0 2rem;
    margin-top: 2.8rem;
    font-size: 3.6rem;
    border-bottom: 0.5rem solid transparent;
  }
}
.p-subject__self-pay-label {
  display: inline-block;
  width: 12.6rem;
  padding-block: 0.95rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: var(--font-weight-normal);
  text-align: center;
  border: 0.1rem solid #999;
  border-radius: 0.5rem;
}
@media (max-width: 1024px) {
  .p-subject__self-pay-label {
    width: 10.6rem;
    padding-block: 0.35rem;
    margin-top: 0.75rem;
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
  }
}
.p-subject__overview {
  --c-list-check-gap: 1.125em;
  --c-list-check-top: 1lh;
  --c-list-check-size: 0.575em;
  grid-area: overview;
  padding: 0 5.8rem 0 4.6rem;
  margin-top: 4.7rem;
}
@media (max-width: 1024px) {
  .p-subject__overview {
    --c-list-check-gap: 1.1em;
    --c-list-check-top: 0.9lh;
    --c-list-check-size: 0.6em;
    padding: 0 var(--current-container-padding);
    margin-top: 2.1rem;
  }
}
.p-subject__overview-item {
  font-size: 4rem;
  font-weight: var(--font-weight-normal);
  letter-spacing: -0.05em;
}
@media (max-width: 1024px) {
  .p-subject__overview-item {
    font-size: 2.7rem;
  }
}
.p-subject__overview-item:not(:first-of-type) {
  margin-top: 3rem;
}
@media (max-width: 1024px) {
  .p-subject__overview-item:not(:first-of-type) {
    margin-top: 1rem;
  }
}
.p-subject__overview-text {
  display: block;
  width: fit-content;
}
.p-subject__content {
  grid-area: content;
  padding: 0 5.8rem 0 6.1rem;
  margin-top: 6.4rem;
}
@media (max-width: 1024px) {
  .p-subject__content {
    top: 1.5rem;
    padding: 0 var(--current-container-padding);
    margin-top: 2rem;
  }
}
.p-subject__notes {
  grid-area: notes;
  padding: 0 5.8rem 0 6.1rem;
  margin-top: 5rem;
}
@media (max-width: 1024px) {
  .p-subject__notes {
    padding: 0 var(--current-container-padding);
    margin-top: 2.8rem;
    line-height: 1.85;
  }
}
.p-subject__notes-item {
  padding-left: 1em;
  font-size: 1.4rem;
  line-height: 2.4;
  text-indent: -1em;
}
.p-subject__notes-item::before {
  content: "※";
}
.p-subject__buttons {
  grid-area: buttons;
  margin: 4.8rem auto 0;
}
@media (max-width: 1024px) {
  .p-subject__buttons {
    margin: 3.2rem auto 0;
    text-align: center;
  }
}
.p-subject__columns {
  max-width: 112.8rem;
  margin: 6rem auto 0;
}
@media (max-width: 1024px) {
  .p-subject__columns {
    max-width: 100%;
    margin: 3.7rem auto 0;
  }
}

.p-column {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-areas: "figure heading" "figure content" "figure button";
  grid-template-rows: auto;
  padding: 4.7rem;
}
@media (max-width: 1024px) {
  .p-column {
    display: block;
    padding: 2.4rem var(--current-container-padding) 4.5rem;
  }
}
.p-column::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  content: "";
  background: linear-gradient(var(--color-white) 0 0) padding-box, linear-gradient(to right, var(--color-primary), var(--color-secondary)) border-box;
  border: max(1px, 0.1rem) solid transparent;
  border-radius: 2rem;
}
.p-column__figure {
  grid-area: figure;
}
.p-column__figure .c-image {
  width: 100%;
  aspect-ratio: 216/145;
  object-fit: cover;
  border-radius: 0.5rem;
}
.p-column__heading {
  grid-area: heading;
  width: fit-content;
  padding-left: 4.8rem;
  font-size: 3.4rem;
  font-weight: var(--font-weight-normal);
}
@media (max-width: 1024px) {
  .p-column__heading {
    padding: 0 1rem;
    padding-left: 0;
    margin-top: 1.8rem;
    font-size: 2.2rem;
    line-height: 1.36;
  }
}
.p-column__content {
  grid-area: content;
  padding-left: 7.2rem;
  margin-top: 2rem;
}
@media (max-width: 1024px) {
  .p-column__content {
    padding-left: 0;
    margin-top: 0.2rem;
  }
}
.p-column__button {
  grid-area: button;
  max-width: 17.6rem;
  margin: 5.1rem auto 0;
}
@media (max-width: 1024px) {
  .p-column__button {
    display: flex;
    max-width: 23.4rem;
    margin: 3.5rem auto 0;
  }
}