@charset "UTF-8";
.subpages {
  --w-full: 1440px;
  --w-cont: 1140px;
  --w-full-sp: 375px;
  --h-fluid-var-page: 84;
  --px-fluid-var-page: 80;
  --h-header: clamp(var(--h-fluid-var-page) / 16 * 1rem * var(--min-scale), (var(--h-fluid-var-page) - 5) / var(--base-content-w) * 100vw + 0.3125rem, var(--h-fluid-var-page) / 16 * 1rem * var(--max-scale));
  --px: clamp(var(--px-fluid-var-page) / 16 * 1rem * var(--min-scale), (var(--px-fluid-var-page) - 5) / var(--base-content-w) * 100vw + 0.3125rem, var(--px-fluid-var-page) / 16 * 1rem * var(--max-scale));
  --c-co: #0852A0;
  --c-co-10: #e6edf5;
  --c-sub: #28A3DA;
  --c-sub-20: #dbeffa;
  --c-acnt: #FBF9F3;
  --c-gry: #525151;
  --c-grad: linear-gradient(-60deg, #fff, #fff 20%, #d1a318 48%, #f5dd74 53%, #fff9c8 58%, #f0cf43 68%, #fff 90%, #fff);
  -webkit-padding-before: var(--h-header);
          padding-block-start: var(--h-header);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  position: relative;
  z-index: 1;
}
.subpages h1, .subpages h2, .subpages h3, .subpages h4, .subpages h5, .subpages p, .subpages a, .subpages li, .subpages button, .subpages span {
  line-height: 1;
}
@media (any-hover: hover) and (pointer: fine) {
  .subpages a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (width < 960px) {
  .subpages {
    --h-fluid-var-page: 70;
    --px-fluid-var-page: 20;
  }
}
.subpages *[id^=sec] {
  scroll-margin-block-start: var(--h-header);
}
.subpages__header {
  background-color: #fff;
  color: #000;
}
.subpages__header .header__hamburger span {
  background-color: #000;
}

.is-open .subpages__header .header__hamburger span:nth-of-type(2) {
  background-color: transparent;
}

.subpages .l__wrapper {
  width: 100%;
  overflow: hidden;
}
.subpages .l__container {
  padding-inline: var(--px);
}
.subpages .l__container_mid {
  width: min(100%, var(--w-cont));
  margin-inline: auto;
}
.subpages .l__container_nrw {
  width: min(100%, 900px);
  margin-inline: auto;
}
.subpages .l__container_thin {
  width: min(100%, 758px);
  margin-inline: auto;
}
.subpages .l__box {
  width: min(100%, 1060px);
  margin-inline: auto;
}

.subpages .m__txt_common {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.5;
}
@media (width < 650px) {
  .subpages .m__txt_common {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.subpages .m__txt_common-b {
  font-size: 1rem;
  font-weight: 700;
  line-height: 2.5;
}
@media (width < 650px) {
  .subpages .m__txt_common-b {
    font-size: 0.9375rem;
    line-height: 2;
  }
}
.subpages .m__txt_openline {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3;
}
@media (width < 650px) {
  .subpages .m__txt_openline {
    font-size: 0.9375rem;
    line-height: 2.67;
  }
}
.subpages .m__txt_trans-bg {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  background: rgba(8, 82, 160, 0.7);
  padding-block: 0.2142857143em;
  padding-inline: 1.1785714286em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 960px) {
  .subpages .m__txt_trans-bg {
    font-size: 5.33vw;
    text-align: center;
    width: 80vw;
    margin-inline: auto;
    padding-inline: 0;
  }
}
.subpages .m__heading_main {
  font-size: 1.25rem;
  color: var(--c-co);
  height: 31.25vw;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-template-rows: 1fr;
  grid-template-areas: "h l";
  align-items: end;
  position: relative;
  z-index: 10;
  -webkit-padding-end: max(60px, -610vw);
          padding-inline-end: max(60px, -610vw);
}
@media (width < 960px) {
  .subpages .m__heading_main {
    height: 65.33vw;
    font-size: min(4.27vw, 1rem);
    grid-template-columns: 1fr;
    grid-template-areas: "h";
  }
}
.subpages .m__heading_main .-bg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 300% 300%;
  background-position: center center;
  position: absolute;
  inset: 0;
  opacity: 0;
}
.subpages .m__heading_main .-txt {
  grid-area: h;
  --body-size: 1320px;
  --core-size: 496px;
  width: max(27.8em, (100vw - var(--body-size)) / 2 + var(--core-size));
  border-top-right-radius: 1.5em;
  translate: 0 50%;
  -webkit-padding-start: max(3em, (100vw - var(--body-size)) / 2);
          padding-inline-start: max(3em, (100vw - var(--body-size)) / 2);
  -webkit-padding-before: 0.5em;
          padding-block-start: 0.5em;
  -webkit-padding-after: 0.9em;
          padding-block-end: 0.9em;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.subpages .m__heading_main .-txt::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  background: var(--c-grad);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.subpages .m__heading_main .-txt.is-finish::before {
  transform: translateX(100%);
}
@media (width < 960px) {
  .subpages .m__heading_main .-txt {
    width: 74.67vw;
    -webkit-padding-start: 5.87vw;
            padding-inline-start: 5.87vw;
  }
}
.subpages .m__heading_main .-en {
  font-weight: 900;
  font-size: 4.8em;
}
@media (width < 960px) {
  .subpages .m__heading_main .-en {
    font-size: 3em;
  }
}
.subpages .m__heading_main .-ja {
  font-weight: 700;
  letter-spacing: 0.1em;
  display: grid;
  grid-template-columns: 1.9em 1fr;
  gap: 0.5em;
  align-items: center;
}
.subpages .m__heading_main .-ja::before {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  background-color: var(--c-co);
}
@media (width < 960px) {
  .subpages .m__heading_main .-ja {
    grid-template-columns: 1em 1fr;
  }
}
.subpages .m__heading_main .-bc {
  grid-area: l;
  translate: 0 3em;
  opacity: 0;
}
.subpages .m__heading_main.-type00 .-bg {
  background-image: url(../images/shared/img-fv-00.webp);
}
@media (width < 960px) {
  .subpages .m__heading_main.-type00 .-bg {
    background-image: url(../images/shared/img-fv-00-sp.webp);
  }
}
.subpages .m__heading_main.-type01 .-bg {
  background-image: url(../images/shared/img-fv-01.webp);
}
@media (width < 960px) {
  .subpages .m__heading_main.-type01 .-bg {
    background-image: url(../images/shared/img-fv-01-sp.webp);
  }
}
.subpages .m__heading_main.-type02 .-bg {
  background-image: url(../images/shared/img-fv-02.webp);
}
@media (width < 960px) {
  .subpages .m__heading_main.-type02 .-bg {
    background-image: url(../images/shared/img-fv-02-sp.webp);
  }
}
.subpages .m__heading_main.-type03 .-bg {
  background-image: url(../images/shared/img-fv-03.webp);
}
@media (width < 960px) {
  .subpages .m__heading_main.-type03 .-bg {
    background-image: url(../images/shared/img-fv-03-sp.webp);
  }
}
.subpages .m__heading_main.-type04 .-bg {
  background-image: url(../images/shared/img-fv-04.webp);
}
@media (width < 960px) {
  .subpages .m__heading_main.-type04 .-bg {
    background-image: url(../images/shared/img-fv-04-sp.webp);
  }
}
.subpages .m__heading_main.-type05 .-bg {
  background-image: url(../images/shared/img-fv-05.webp);
}
@media (width < 960px) {
  .subpages .m__heading_main.-type05 .-bg {
    background-image: url(../images/shared/img-fv-05-sp.webp);
  }
}
.subpages .m__heading_main.-type06 .-bg {
  background-image: url(../images/shared/img-fv-06.webp);
}
@media (width < 960px) {
  .subpages .m__heading_main.-type06 .-bg {
    background-image: url(../images/shared/img-fv-06-sp.webp);
  }
}
.subpages .m__heading_main.-type07 .-bg {
  background-image: url(../images/shared/img-fv-07.webp);
}
@media (width < 960px) {
  .subpages .m__heading_main.-type07 .-bg {
    background-image: url(../images/shared/img-fv-07-sp.webp);
  }
}
.subpages .m__heading_main.-type08 .-bg {
  background-image: url(../images/shared/img-fv-08.webp);
}
@media (width < 960px) {
  .subpages .m__heading_main.-type08 .-bg {
    background-image: url(../images/shared/img-fv-08-sp.webp);
  }
}
.subpages .m__heading_main + div .-bc {
  opacity: 0;
}
.subpages .m__heading_with-symbol {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1.125em 1fr;
  gap: 0.5em;
}
@media (width < 650px) {
  .subpages .m__heading_with-symbol {
    font-size: 1.25rem;
  }
}
.subpages .m__heading_with-symbol::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../images/shared/ico-symbol.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-margin-before: 0.1666666667em;
          margin-block-start: 0.1666666667em;
}
.subpages .m__heading_with-symbol span {
  line-height: inherit;
}
.subpages .m__heading_with-symbol .-divider {
  display: inline-block;
  padding-inline: 0.5em;
}
@media (width < 960px) {
  .subpages .m__heading_with-symbol .-divider {
    display: none;
  }
}
.subpages .m__heading_with-rect {
  font-size: 1.5rem;
  font-weight: 700;
  display: grid;
  grid-template-columns: 0.2916666667em 1fr;
  gap: 0.4166666667em;
  align-items: center;
}
.subpages .m__heading_with-rect::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  display: block;
  background-color: var(--c-co);
}
.subpages .m__heading_with-dot {
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  grid-template-columns: 0.55em 1fr;
  align-items: center;
  gap: 0.4em;
}
.subpages .m__heading_with-dot::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  background-color: var(--c-sub);
}
.subpages .m__heading_underline {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  -webkit-padding-after: 1em;
          padding-block-end: 1em;
  border-bottom: 1px solid var(--c-co);
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
.subpages .m__heading_with-line-s {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  color: var(--c-co);
}
.subpages .m__heading_with-line-s::after {
  content: "";
  width: 66px;
  height: 1px;
  background-color: currentColor;
  display: block;
  -webkit-margin-before: 0.5em;
          margin-block-start: 0.5em;
}
.subpages .m__heading_large-img {
  font-size: 1rem;
  display: grid;
  grid-template-columns: 6.25em 12.8125em 1fr;
  grid-template-rows: 1fr;
}
@media (width < 960px) {
  .subpages .m__heading_large-img {
    font-size: 4.27vw;
    grid-template-columns: 20vw 40vw 1fr;
  }
}
.subpages .m__heading_large-img::before {
  content: "";
  width: 100%;
  height: calc(100% - 180px);
  display: block;
  border-top-left-radius: 6px;
  background-color: var(--c-acnt);
  grid-area: 1/1/2/4;
  align-self: end;
}
@media (width < 960px) {
  .subpages .m__heading_large-img::before {
    height: calc(100% - 34.67vw);
  }
}
.subpages .m__heading_large-img .-num {
  font-weight: 600;
  color: var(--c-co);
  writing-mode: vertical-rl;
  grid-area: 1/1/2/2;
  -webkit-margin-before: 0.8em;
          margin-block-start: 0.8em;
  -webkit-margin-start: 70px;
          margin-inline-start: 70px;
}
@media (width < 960px) {
  .subpages .m__heading_large-img .-num {
    -webkit-margin-start: 8.8vw;
            margin-inline-start: 8.8vw;
  }
}
.subpages .m__heading_large-img picture {
  display: contents;
}
.subpages .m__heading_large-img .-img {
  grid-area: 1/2/2/4;
  width: min(100%, 1240px);
  border-radius: 6px;
  overflow: hidden;
}
.subpages .m__heading_large-img .-heading {
  grid-area: 1/2/2/3;
  align-self: end;
  background-color: var(--c-acnt);
  padding-inline: 1em 1.5em;
  padding-block: 0.625em;
  z-index: 10;
}
@media (width < 960px) {
  .subpages .m__heading_large-img .-heading {
    padding-inline: 0 0.8em;
    padding-block: 0.4em;
  }
}
.subpages .m__heading_simple {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
}
@media (width < 960px) {
  .subpages .m__heading_simple {
    font-size: 5.33vw;
    line-height: 1.25;
  }
}
.subpages .m__heading_simple-thin {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.7;
}
@media (width < 960px) {
  .subpages .m__heading_simple-thin {
    font-size: 5.33vw;
    line-height: 1.25;
  }
}
.subpages .m__btn_common {
  font-size: 1rem;
  font-weight: 500;
  width: 22.5em;
  height: 4.25em;
  padding-inline: 3.125em;
  display: grid;
  place-content: center;
  place-items: center;
  background-size: 2.1875em;
  background-position: right 0.75em center;
  background-repeat: no-repeat;
  transition: color 500ms cubic-bezier(0.26, 0.16, 0.1, 1), background-color 500ms cubic-bezier(0.26, 0.16, 0.1, 1);
}
@media (width < 960px) {
  .subpages .m__btn_common {
    font-size: 4vw;
    width: 80vw;
    height: 3.3333333333em;
  }
}
.subpages .m__btn_common.-wt {
  background-color: #fff;
  color: var(--c-co);
  background-image: url(../images/shared/arrow-next-bl.svg);
}
.subpages .m__btn_common.-wt:focus-visible {
  background-color: var(--c-co);
  color: #fff;
  background-image: url(../images/shared/arrow-next-wt.svg);
}
@media (any-hover: hover) {
  .subpages .m__btn_common.-wt:hover {
    background-color: var(--c-co);
    color: #fff;
    background-image: url(../images/shared/arrow-next-wt.svg);
  }
}
.subpages .m__btn_common.-co {
  background-color: var(--c-co);
  color: #fff;
  background-image: url(../images/shared/arrow-next-wt.svg);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.subpages .m__btn_common.-co:focus-visible {
  background-color: #fff;
  color: var(--c-co);
  background-image: url(../images/shared/arrow-next-bl.svg);
}
@media (any-hover: hover) {
  .subpages .m__btn_common.-co:hover {
    background-color: #fff;
    color: var(--c-co);
    background-image: url(../images/shared/arrow-next-bl.svg);
  }
}
.subpages .m__btn_common.-gry {
  background-color: var(--c-gry);
  color: #fff;
  background-image: url(../images/shared/arrow-next-wt.svg);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.subpages .m__btn_common.-gry:focus-visible {
  background-color: #fff;
  color: var(--c-gry);
  background-image: url(../images/shared/arrow-next-bl.svg);
}
@media (any-hover: hover) {
  .subpages .m__btn_common.-gry:hover {
    background-color: #fff;
    color: var(--c-gry);
    background-image: url(../images/shared/arrow-next-bl.svg);
  }
}
.subpages .m__btn_simple {
  color: var(--c-gry);
  font-weight: 400;
  width: min(12.2em, 100%);
  height: 3em;
  border-radius: 1.5em;
  border: 1px solid currentColor;
  display: grid;
  place-content: center;
  place-items: center;
}
@media (width < 960px) {
  .subpages .m__btn_simple {
    font-size: 2.67vw;
  }
}
.subpages .m__btn_plain {
  font-size: 1.25rem;
  font-weight: 400;
  width: 8.1em;
  height: 2.1em;
  border-radius: 1.05em;
  border: 1px solid currentColor;
  display: grid;
  place-content: center;
  place-items: center;
  transition: background-color 0.3s;
}
@media (width < 650px) {
  .subpages .m__btn_plain {
    font-size: 2.67vw;
  }
}
.subpages .m__btn_plain.u__c_wt:focus-visible {
  background-color: var(--c-co);
  border-color: var(--c-co);
}
@media (any-hover: hover) {
  .subpages .m__btn_plain.u__c_wt:hover {
    background-color: var(--c-co);
    border-color: var(--c-co);
  }
}
.subpages .m__btn_txt-next {
  font-size: 1rem;
  font-weight: 700;
  color: var(--c-co);
  display: grid;
  grid-template-columns: -webkit-max-content 2.3125em;
  grid-template-columns: max-content 2.3125em;
  align-items: center;
  gap: 1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
  transition: color 0.3s;
}
.subpages .m__btn_txt-next:focus-visible {
  color: var(--c-sub);
}
@media (any-hover: hover) {
  .subpages .m__btn_txt-next:hover {
    color: var(--c-sub);
  }
}
.subpages .m__btn_txt-next > span {
  grid-area: 1/1/2/2;
}
.subpages .m__btn_txt-next::before {
  content: "";
  width: 0.625em;
  aspect-ratio: 5/6;
  display: block;
  background-color: currentColor;
  -webkit-clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  grid-area: 1/2/2/3;
  justify-self: center;
  align-self: center;
  -webkit-margin-start: 8%;
          margin-inline-start: 8%;
}
.subpages .m__btn_txt-next::after {
  content: "";
  width: 2.3125em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: 2px solid currentColor;
  grid-area: 1/2/2/3;
}
@media (width < 960px) {
  .subpages .m__btn_txt-next {
    font-size: 4vw;
  }
}
.subpages .m__list_disc {
  font-size: 0.875rem;
  font-weight: 400;
}
@media (width < 960px) {
  .subpages .m__list_disc {
    font-size: 3.47vw;
  }
}
.subpages .m__list_disc > li {
  line-height: 1.7;
  display: grid;
  grid-template-columns: 1em 1fr;
  align-items: start;
}
.subpages .m__list_disc > li::before {
  content: "・";
  width: 100%;
  height: auto;
  display: block;
}
.subpages .m__list_dot {
  font-size: 1rem;
  font-weight: 500;
}
@media (width < 960px) {
  .subpages .m__list_dot {
    font-size: 4vw;
  }
}
.subpages .m__list_dot > li {
  line-height: 2.5;
  display: grid;
  grid-template-columns: 15px 1fr;
  gap: 12px;
}
.subpages .m__list_dot > li::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  display: block;
  background-color: var(--c-sub);
  -webkit-margin-before: 0.75em;
          margin-block-start: 0.75em;
}
@media (width < 960px) {
  .subpages .m__list_dot > li {
    line-height: 1.7;
    grid-template-columns: 4vw 1fr;
    gap: 0.8em;
  }
  .subpages .m__list_dot > li::before {
    -webkit-margin-before: 0.35em;
            margin-block-start: 0.35em;
  }
}
.subpages .m__list_article {
  display: grid;
  grid-template-columns: repeat(auto-fill, 370px);
  gap: 15px;
}
@media (width < 960px) {
  .subpages .m__list_article {
    grid-template-columns: 1fr;
    width: 80vw;
    margin-inline: auto;
  }
}
.subpages .m__card_article {
  font-size: 1rem;
  -webkit-padding-before: 0.9375em;
          padding-block-start: 0.9375em;
  -webkit-padding-after: 2.8125em;
          padding-block-end: 2.8125em;
  padding-inline: 0.9375em;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  aspect-ratio: 37 / 39;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-max-content auto auto;
  grid-template-rows: max-content auto auto;
}
@media (width < 960px) {
  .subpages .m__card_article {
    aspect-ratio: 6 / 7;
  }
}
.subpages .m__card_article .-img-area {
  display: block;
  aspect-ratio: 17 / 9;
  overflow: hidden;
}
.subpages .m__card_article .-img-area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: scale 0.5s;
}
@media (width < 960px) {
  .subpages .m__card_article .-img-area {
    aspect-ratio: 23 / 15;
  }
}
.subpages .m__card_article:focus-visible .-img-area img {
  scale: 1.1;
}
@media (any-hover: hover) {
  .subpages .m__card_article:hover .-img-area img {
    scale: 1.1;
  }
}
.subpages .m__card_article .-ttl {
  color: var(--c-co);
  font-weight: 700;
  line-height: 1.5;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  display: grid;
  grid-template-columns: 1.1875em 1fr;
  gap: 0.625em;
}
.subpages .m__card_article .-ttl::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../images/shared/ico-tag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-margin-before: 0.25em;
          margin-block-start: 0.25em;
}
.subpages .m__card_article .-btn {
  height: 3.5625em;
  width: 90%;
  justify-self: center;
  align-self: end;
}
@media (width < 650px) {
  .subpages .m__card_article .-btn {
    height: 13.33vw;
  }
}
.subpages .m__block_type-c {
  width: min(100vw - 60px, (100vw - 1140px) / 2 + 1140px);
  margin-inline: auto 0;
  -webkit-padding-before: 149px;
          padding-block-start: 149px;
  -webkit-padding-after: 125px;
          padding-block-end: 125px;
}
@media (width < 960px) {
  .subpages .m__block_type-c {
    -webkit-padding-before: 52.53vw;
            padding-block-start: 52.53vw;
    -webkit-padding-after: 13.87vw;
            padding-block-end: 13.87vw;
    margin-inline: auto;
    width: 100%;
    padding-inline: var(--px);
  }
}
.subpages .m__block_type-c .-inner {
  position: relative;
  width: min(100% - 60px, 1290px);
  -webkit-padding-before: 1em;
          padding-block-start: 1em;
}
@media (width < 960px) {
  .subpages .m__block_type-c .-inner {
    width: 100%;
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}
.subpages .m__block_type-c .-bg {
  width: min(77%, 998px);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media (width < 960px) {
  .subpages .m__block_type-c .-bg {
    width: 135vw;
    top: 40vw;
    left: calc((var(--px) + 15vw) * -1);
  }
}
@media (width < 650px) {
  .subpages .m__block_type-c .-bg {
    top: 50.67vw;
  }
}
.subpages .m__block_type-c .-txt {
  position: relative;
  z-index: 2;
}
@media (width < 960px) {
  .subpages .m__block_type-c .-txt .-pconly {
    display: none;
  }
}
.subpages .m__block_type-c .-txt + .-txt {
  -webkit-margin-before: 2em;
          margin-block-start: 2em;
}
.subpages .m__block_type-c .-img {
  position: relative;
  z-index: 2;
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  width: min(100%, 1140px);
}
@media (width < 960px) {
  .subpages .m__block_type-c .-img {
    -webkit-margin-before: 65.6vw;
            margin-block-start: 65.6vw;
  }
}
.subpages .m__block_type-h {
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  width: min(100%, var(--w-full));
  height: 1150px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 29.45em 1fr;
  grid-template-rows: 21.75em 1fr;
  grid-template-areas: "txt img" "imgs img";
  position: relative;
}
@media (width < 960px) {
  .subpages .m__block_type-h {
    font-size: 4.27vw;
    width: 89.33vw;
    height: auto;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "txt" "img" "imgs";
  }
}
.subpages .m__block_type-h .-txt {
  grid-area: txt;
  -webkit-padding-before: 5em;
          padding-block-start: 5em;
  -webkit-padding-start: 3.35em;
          padding-inline-start: 3.35em;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
@media (width < 960px) {
  .subpages .m__block_type-h .-txt {
    -webkit-padding-before: 3.125em;
            padding-block-start: 3.125em;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.subpages .m__block_type-h .-heading {
  font-size: 4.8em;
}
@media (width < 960px) {
  .subpages .m__block_type-h .-heading {
    font-size: 3.125em;
    -webkit-margin-after: 0.25em;
            margin-block-end: 0.25em;
  }
}
.subpages .m__block_type-h .-list {
  align-self: center;
}
.subpages .m__block_type-h .-list li {
  line-height: 2;
}
@media (width < 960px) {
  .subpages .m__block_type-h .-list li {
    line-height: 2.5;
  }
}
.subpages .m__block_type-h .-sub-imgs {
  grid-area: imgs;
  z-index: 10;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-padding-start: 3.35em;
          padding-inline-start: 3.35em;
  -webkit-padding-after: 5em;
          padding-block-end: 5em;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px 4.27vw;
}
.subpages .m__block_type-h .-sub-imgs img {
  width: 80%;
}
@media (width < 960px) {
  .subpages .m__block_type-h .-sub-imgs {
    grid-template-columns: repeat(2, 1fr);
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    -webkit-padding-after: 3em;
            padding-block-end: 3em;
  }
  .subpages .m__block_type-h .-sub-imgs img {
    width: 100%;
  }
}
.subpages .m__block_type-h .-main-img {
  grid-area: img;
}
.subpages .m__block_type-h .-main-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (width < 960px) {
  .subpages .m__block_type-h .-main-img {
    margin-block: 1.25em 1.875em;
  }
  .subpages .m__block_type-h .-main-img img {
    height: auto;
  }
}
.subpages .m__block_type-d {
  display: grid;
  grid-template-columns: calc((100% - 665px) * 0.48) calc((100% - 665px) * 0.52) 665px;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
  gap: 30px 0;
}
@media (width < 960px) {
  .subpages .m__block_type-d {
    grid-template-columns: 1fr;
    grid-template-rows: auto 13.33vw auto;
  }
}
.subpages .m__block_type-d .-heading {
  grid-area: 1/3/2/4;
  z-index: 1;
  display: flex;
  flex-flow: row wrap;
  -webkit-padding-before: 9px;
          padding-block-start: 9px;
  -webkit-padding-start: 37px;
          padding-inline-start: 37px;
}
@media (width < 960px) {
  .subpages .m__block_type-d .-heading {
    grid-area: 1/1/2/2;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.subpages .m__block_type-d .-heading .-note {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-margin-start: 1.8461538462em;
          margin-inline-start: 1.8461538462em;
  -webkit-margin-before: 0.4em;
          margin-block-start: 0.4em;
}
@media (width < 960px) {
  .subpages .m__block_type-d .-heading .-note {
    -webkit-margin-start: 0.4em;
            margin-inline-start: 0.4em;
  }
}
.subpages .m__block_type-d .-img {
  grid-area: 1/1/3/3;
  z-index: 2;
}
@media (width < 960px) {
  .subpages .m__block_type-d .-img {
    grid-area: 2/1/4/2;
    width: 90%;
    justify-self: center;
  }
}
.subpages .m__block_type-d .-list-wrap {
  grid-area: 2/2/4/4;
  z-index: 1;
  -webkit-padding-before: 22px;
          padding-block-start: 22px;
  -webkit-padding-after: 40px;
          padding-block-end: 40px;
}
@media (width < 960px) {
  .subpages .m__block_type-d .-list-wrap {
    grid-area: 3/1/4/2;
    -webkit-padding-before: 48vw;
            padding-block-start: 48vw;
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
  }
}
.subpages .m__block_type-d .-list-wrap .-list {
  width: 628px;
  margin-inline: auto 0;
}
@media (width < 960px) {
  .subpages .m__block_type-d .-list-wrap .-list {
    width: 90%;
    margin-inline: auto;
    height: 33.6vw;
    overflow: hidden;
    position: relative;
    transition: height 0.3s;
  }
  .subpages .m__block_type-d .-list-wrap .-list::after {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent, var(--c-acnt) 65%);
    display: block;
    position: absolute;
    inset: 0;
  }
  .subpages .m__block_type-d .-list-wrap .-list li {
    line-height: 1.9;
  }
}
.subpages .m__block_type-d .-list-wrap .-list-type1 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (width < 960px) {
  .subpages .m__block_type-d .-list-wrap .-list-type1 {
    grid-template-columns: 1fr;
  }
}
.subpages .m__block_type-d .-list-wrap .-list-type2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.subpages .m__block_type-d .-list-wrap .-list-type2 li {
  line-height: 2;
}
@media (width < 960px) {
  .subpages .m__block_type-d .-list-wrap .-list-type2 {
    grid-template-columns: 1fr;
  }
  .subpages .m__block_type-d .-list-wrap .-list-type2 li {
    line-height: 1.9;
  }
}
.subpages .m__block_type-d .-list-wrap .-list-type3 li {
  line-height: 2;
}
@media (width < 960px) {
  .subpages .m__block_type-d .-list-wrap .-list-type3 li li {
    line-height: 1.9;
  }
}
.subpages .m__block_type-d .-list-wrap.is-visible .-list::after {
  display: none;
}
.subpages .m__block_type-d .-list-wrap.is-visible .-btn {
  display: none;
}
.subpages .m__block_type-d .-btn {
  display: none;
}
@media (width < 960px) {
  .subpages .m__block_type-d .-btn {
    display: grid;
  }
}
.subpages .m__block_type-d + .m__block_type-d {
  -webkit-margin-before: min(13.33vw, 30px);
          margin-block-start: min(13.33vw, 30px);
}
.subpages .m__block_type-i {
  display: grid;
  grid-template-columns: 37% 1fr;
  gap: 0 6%;
}
@media (width < 960px) {
  .subpages .m__block_type-i {
    grid-template-columns: 1fr;
    gap: 2.67vw;
  }
}
.subpages .m__block_type-i .-txt {
  align-self: center;
}
.subpages .m__block_type-i .-heading {
  -webkit-margin-after: 1.4em;
          margin-block-end: 1.4em;
}
@media (width < 960px) {
  .subpages .m__block_type-i .-heading {
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
}
.subpages .m__block_type-i + .m__block_type-i {
  -webkit-margin-before: min(10.67vw, 34px);
          margin-block-start: min(10.67vw, 34px);
}
.subpages .m__block_type-s .-item {
  background-color: #fff;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.1);
  display: grid;
  grid-template-columns: 90px 1fr;
  grid-template-areas: "num btn" "num cont";
  gap: 0 30px;
}
@media (width < 960px) {
  .subpages .m__block_type-s .-item {
    padding-block: 1.6vw;
    padding-inline: 1.6vw;
    grid-template-columns: 12vw 1fr;
    grid-template-rows: 12vw 0fr;
    grid-template-areas: "num btn" "cont cont";
    gap: 0 4vw;
    transition: grid-template-rows 0.3s;
  }
  .subpages .m__block_type-s .-item:has(.-cont.is-visible) {
    grid-template-rows: 12vw 1fr;
  }
}
.subpages .m__block_type-s .-num {
  grid-area: num;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: var(--c-co);
  display: grid;
  grid-template-columns: 1fr;
  place-content: center;
  place-items: center;
}
@media (width < 960px) {
  .subpages .m__block_type-s .-num {
    font-size: 2.67vw;
  }
}
.subpages .m__block_type-s .-num .-l {
  display: block;
  font-size: 2.8571428571em;
}
@media (width < 960px) {
  .subpages .m__block_type-s .-num .-l {
    font-size: 2.4em;
  }
}
.subpages .m__block_type-s .-btn {
  grid-area: btn;
  -webkit-margin-before: 1.4em;
          margin-block-start: 1.4em;
}
@media (width < 960px) {
  .subpages .m__block_type-s .-btn {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    display: grid;
    grid-template-columns: 1fr 3.2vw;
    align-items: center;
    -webkit-padding-end: 2.67vw;
            padding-inline-end: 2.67vw;
  }
  .subpages .m__block_type-s .-btn::after {
    content: "";
    width: 100%;
    aspect-ratio: 3/2;
    background-image: url(../images/shared/arrow-down.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: opacity 0.3s;
  }
  .subpages .m__block_type-s .-btn.is-hidden::after {
    opacity: 0;
  }
}
.subpages .m__block_type-s .-cont {
  grid-area: cont;
  overflow: hidden;
  min-height: 0;
}
@media (width < 960px) {
  .subpages .m__block_type-s .-cont {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.3s;
  }
  .subpages .m__block_type-s .-cont.is-visible {
    grid-template-rows: 1fr;
  }
}
.subpages .m__block_type-s .-txt {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.7;
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
  min-height: 0;
  overflow: hidden;
}
@media (width < 960px) {
  .subpages .m__block_type-s .-txt {
    font-size: 0.9375rem;
    -webkit-padding-before: 5.33vw;
            padding-block-start: 5.33vw;
    padding-inline: 1em;
  }
}
.subpages .m__block_type-s .-triangle {
  width: 38px;
  aspect-ratio: 38 / 25;
  display: block;
  background-color: var(--c-co);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-block: 18px 8px;
  margin-inline: auto;
}
@media (width < 960px) {
  .subpages .m__block_type-s .-triangle {
    width: 4vw;
    margin-block: 7px 4px;
  }
}
.subpages .m__block_type-w {
  position: relative;
  -webkit-padding-after: 120px;
          padding-block-end: 120px;
}
@media (width < 960px) {
  .subpages .m__block_type-w {
    -webkit-padding-after: 26.67vw;
            padding-block-end: 26.67vw;
  }
}
.subpages .m__block_type-w .-img1 {
  width: min(41%, 588px);
  position: absolute;
  top: 0;
  left: calc(max(0px, (100% - 682px) / 2) + 7%);
  z-index: 1;
}
@media (width < 960px) {
  .subpages .m__block_type-w .-img1 {
    width: 60.53vw;
    top: unset;
    bottom: 76.53vw;
  }
}
.subpages .m__block_type-w .-img2 {
  height: calc(100% - 317px);
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top right;
     object-position: top right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
@media (width < 960px) {
  .subpages .m__block_type-w .-img2 {
    width: 79.47vw;
    height: auto;
    top: unset;
    bottom: 54.4vw;
  }
}
.subpages .m__block_type-w .-txt1 {
  z-index: 4;
  -webkit-padding-before: 160px;
          padding-block-start: 160px;
}
@media (width < 960px) {
  .subpages .m__block_type-w .-txt1 {
    -webkit-padding-before: 22.4vw;
            padding-block-start: 22.4vw;
  }
}
.subpages .m__block_type-w .-txt2 {
  font-size: 12.5rem;
  font-weight: 900;
  color: #fff;
  opacity: 0.2;
  line-height: 0.9;
  width: min(100%, 6.51em);
  margin-inline: auto;
  z-index: 3;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media (width < 960px) {
  .subpages .m__block_type-w .-txt2 {
    font-size: 21.33vw;
    line-height: 1;
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.subpages .m__block_type-w .-btns {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: min(2.93vw, 50px);
  -webkit-margin-before: min(16vw, 70px);
          margin-block-start: min(16vw, 70px);
}
@media (width < 960px) {
  .subpages .m__block_type-w .-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .subpages .m__block_type-w .-btns .m__btn_plain {
    width: 100%;
    height: auto;
    aspect-ratio: 13 / 4;
    border-radius: 100vmax;
  }
}
.subpages .m__block_type-f {
  font-size: 1rem;
}
@media (width < 960px) {
  .subpages .m__block_type-f {
    font-size: 4vw;
  }
}
.subpages .m__block_type-f .-grad {
  height: 530px;
  background: linear-gradient(to bottom, transparent, #fff 60%);
}
@media (width < 960px) {
  .subpages .m__block_type-f .-grad {
    height: 82.67vw;
  }
}
.subpages .m__block_type-f .-inner {
  -webkit-padding-start: max(30px, (100% - 1340px) / 2);
          padding-inline-start: max(30px, (100% - 1340px) / 2);
  -webkit-padding-after: min(32vw, 120px);
          padding-block-end: min(32vw, 120px);
}
@media (width < 960px) {
  .subpages .m__block_type-f .-inner {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.subpages .m__block_type-f .-cont {
  -webkit-padding-start: 6.25em;
          padding-inline-start: 6.25em;
  -webkit-padding-before: min(8vw, 40px);
          padding-block-start: min(8vw, 40px);
  -webkit-padding-after: min(14.67vw, 110px);
          padding-block-end: min(14.67vw, 110px);
}
@media (width < 960px) {
  .subpages .m__block_type-f .-cont {
    padding-inline: 5.33vw;
  }
}
.subpages .m__block_type-f .-lead {
  -webkit-margin-after: min(8vw, 80px);
          margin-block-end: min(8vw, 80px);
}
.subpages .m__block_type-f .m__heading_simple-thin {
  -webkit-margin-start: 0.8em;
          margin-inline-start: 0.8em;
  -webkit-margin-after: 0.5em;
          margin-block-end: 0.5em;
}
@media (width < 960px) {
  .subpages .m__block_type-f .m__heading_simple-thin {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.subpages .m__block_type-f .-list-wrap {
  -webkit-margin-before: min(5.33vw, 20px);
          margin-block-start: min(5.33vw, 20px);
  background-color: #fff;
  padding-block: 30px;
  padding-inline: 45px;
  width: min(100% - 30px, 1090px);
}
@media (width < 960px) {
  .subpages .m__block_type-f .-list-wrap {
    padding-block: 2em;
    padding-inline: 1.2em 2em;
    width: 100%;
  }
}
.subpages .m__block_type-f .-list-wrap .-list1 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(410px, 1fr));
}
@media (width < 960px) {
  .subpages .m__block_type-f .-list-wrap .-list1 {
    grid-template-columns: 1fr;
  }
}
.subpages .m__block_type-f .-list-wrap .-list2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0 90px;
}
@media (width < 960px) {
  .subpages .m__block_type-f .-list-wrap .-list2 li {
    width: 100%;
  }
}
.subpages .m__block_type-f .-btn-wrap {
  -webkit-margin-before: min(13.33vw, 100px);
          margin-block-start: min(13.33vw, 100px);
  width: min(100% - 30px, 1090px);
}
@media (width < 960px) {
  .subpages .m__block_type-f .-btn-wrap {
    width: 100%;
  }
}
.subpages .m__block_type-a {
  -webkit-padding-before: min(13.33vw, 100px);
          padding-block-start: min(13.33vw, 100px);
  -webkit-padding-after: min(13.33vw, 180px);
          padding-block-end: min(13.33vw, 180px);
}
.subpages .m__block_type-a .-lead {
  -webkit-margin-before: min(8vw, 50px);
          margin-block-start: min(8vw, 50px);
}
.subpages .m__block_type-a .-list-wrap {
  -webkit-margin-before: min(8vw, 50px);
          margin-block-start: min(8vw, 50px);
  background-color: #fff;
  width: 373px;
  height: 130px;
  border-radius: 6px;
  display: grid;
  place-content: center;
  place-items: center;
}
.subpages .m__block_type-a .-list-wrap br {
  display: none;
}
@media (width < 960px) {
  .subpages .m__block_type-a .-list-wrap {
    width: 80vw;
    height: 34.67vw;
    margin-inline: auto;
  }
  .subpages .m__block_type-a .-list-wrap br {
    display: inherit;
  }
}
.subpages .m__block_type-a .-list-wrap ul {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width < 960px) {
  .subpages .m__block_type-a .-list-wrap ul li + li {
    -webkit-margin-before: 0.5em;
            margin-block-start: 0.5em;
  }
}
.subpages .m__block_type-a .-img {
  width: min(100%, 966px);
  -webkit-margin-before: -130px;
          margin-block-start: -130px;
}
@media (width < 960px) {
  .subpages .m__block_type-a .-img {
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
  }
}
.subpages .m__block_type-v .-lead {
  text-align: center;
  -webkit-margin-after: min(21.33vw, 50px);
          margin-block-end: min(21.33vw, 50px);
}
@media (width < 960px) {
  .subpages .m__block_type-v .-lead {
    text-align: start;
  }
}
.subpages .m__block_type-v .-video-wrap {
  text-align: center;
  width: 100%;
  aspect-ratio: 16 / 9;
}
.subpages .m__block_type-v .-video-wrap video {
  width: 100%;
  max-width: 1280px;
}
.subpages .m__block_type-t {
  -webkit-margin-before: min(26.67vw, 175px);
          margin-block-start: min(26.67vw, 175px);
}
.subpages .m__block_type-t .-heading0 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-after: min(13.33vw, 60px);
          margin-block-end: min(13.33vw, 60px);
}
@media (width < 650px) {
  .subpages .m__block_type-t .-heading0 {
    margin-inline: 0 auto;
  }
}
.subpages .m__block_type-t .-heading1 {
  -webkit-margin-after: 1.5em;
          margin-block-end: 1.5em;
}
.subpages .m__block_type-e {
  -webkit-padding-after: min(26.67vw, 150px);
          padding-block-end: min(26.67vw, 150px);
}
.subpages .m__block_type-e .-lead {
  text-align: center;
}
@media (width < 960px) {
  .subpages .m__block_type-e .-lead {
    text-align: start;
  }
}
.subpages .m__block_type-e .-heading0 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  -webkit-margin-before: min(10.67vw, 75px);
          margin-block-start: min(10.67vw, 75px);
  -webkit-margin-after: min(16vw, 60px);
          margin-block-end: min(16vw, 60px);
}
@media (width < 960px) {
  .subpages .m__block_type-e .-heading0 {
    margin-inline: 0 auto;
  }
}
.subpages .m__block_type-p {
  height: 126.75rem;
  overflow: hidden;
  position: relative;
}
@media (width < 960px) {
  .subpages .m__block_type-p {
    height: 469.33vw;
  }
}
.subpages .m__block_type-p .-bg img {
  height: 126.75rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (width < 960px) {
  .subpages .m__block_type-p .-bg img {
    height: 469.33vw;
  }
}
.subpages .m__block_type-p .-cont {
  height: 105.625rem;
  -webkit-padding-before: 6.125rem;
          padding-block-start: 6.125rem;
  position: absolute;
  inset: 0;
}
.subpages .m__block_type-p .-cont .-for-sp {
  display: none;
}
@media (width < 960px) {
  .subpages .m__block_type-p .-cont {
    height: 390.93vw;
    -webkit-padding-before: 26.67vw;
            padding-block-start: 26.67vw;
  }
  .subpages .m__block_type-p .-cont .-for-sp {
    display: inherit;
  }
}
.subpages .m__block_type-p .-cont .-heading1 {
  width: 23rem;
  -webkit-margin-after: 5.625rem;
          margin-block-end: 5.625rem;
  margin-inline: auto;
}
@media (width < 960px) {
  .subpages .m__block_type-p .-cont .-heading1 {
    width: 64.53vw;
    -webkit-margin-after: 13.33vw;
            margin-block-end: 13.33vw;
  }
}
.subpages .m__block_type-p .-cont .-txt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 3;
  text-align: center;
}
@media (width < 960px) {
  .subpages .m__block_type-p .-cont .-txt {
    font-size: 4vw;
    line-height: 2;
  }
}
.subpages .m__block_type-p .-cont .-txt1 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}
@media (width < 960px) {
  .subpages .m__block_type-p .-cont .-txt1 {
    font-size: 4.8vw;
    line-height: 2.2;
  }
}
.subpages .m__block_type-p .-cont .-heading2 {
  font-size: 1.5rem;
  font-weight: 700;
  width: 11.3333333333em;
  height: 1.6666666667em;
  background: rgba(8, 82, 160, 0.56);
  display: grid;
  place-content: center;
  place-items: center;
  margin-inline: auto;
  margin-block: 1.25em;
}
@media (width < 960px) {
  .subpages .m__block_type-p .-cont .-heading2 {
    font-size: 5.33vw;
    width: 72.53vw;
    height: 10.67vw;
    margin-block: 0.8em;
  }
}
.subpages .m__block_type-p .-cont :nth-child(1 of .-heading2) {
  -webkit-margin-before: 5.1875rem;
          margin-block-start: 5.1875rem;
}
@media (width < 960px) {
  .subpages .m__block_type-p .-cont :nth-child(1 of .-heading2) {
    -webkit-margin-before: 16vw;
            margin-block-start: 16vw;
  }
}
.subpages .m__block_type-g {
  position: relative;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
  overflow: hidden;
}
@media (width < 960px) {
  .subpages .m__block_type-g {
    -webkit-padding-after: 25.6vw;
            padding-block-end: 25.6vw;
  }
}
.subpages .m__block_type-g .-bg {
  position: absolute;
  width: 100%;
  height: 850px;
  bottom: 0;
  left: 0;
}
@media (width < 960px) {
  .subpages .m__block_type-g .-bg {
    height: 135.47vw;
  }
}
.subpages .m__block_type-g .-bg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top right;
     object-position: top right;
}
.subpages .m__block_type-g .-lead {
  font-size: min(8.53vw, 4rem);
  color: #fff;
  font-weight: 400;
  line-height: 1.4;
  margin-block: 0.71875em;
}
@media (width < 960px) {
  .subpages .m__block_type-g .-lead {
    line-height: 1.25;
  }
}
.subpages .m__block_type-g .-cont {
  width: min(100%, 702px);
}
.subpages .m__block_type-g .m__txt_common + .m__txt_common {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.subpages .m__block_type-o {
  display: grid;
  grid-template-columns: max(224px, 25%) 1fr;
  gap: 28px;
}
@media (width < 960px) {
  .subpages .m__block_type-o {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.subpages .m__block_type-o .-heading {
  border-top: 2px solid var(--c-co);
  -webkit-padding-before: 28px;
          padding-block-start: 28px;
  z-index: 2;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-heading {
    -webkit-padding-before: 0;
            padding-block-start: 0;
    border: none;
  }
}
.subpages .m__block_type-o .m__acdn_body {
  display: contents;
}
@media (width < 960px) {
  .subpages .m__block_type-o .m__acdn_body {
    display: inherit;
  }
}
.subpages .m__block_type-o .-table1 {
  font-size: 0.875rem;
  display: block;
  border-top: 1px solid #4180c2;
  -webkit-margin-before: 1px;
          margin-block-start: 1px;
  -webkit-margin-after: 80px;
          margin-block-end: 80px;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-table1 {
    font-size: 0.75rem;
    border-top: none;
    -webkit-margin-before: 13.33vw;
            margin-block-start: 13.33vw;
    -webkit-margin-after: 21.33vw;
            margin-block-end: 21.33vw;
  }
}
.subpages .m__block_type-o .-table1 tbody {
  display: grid;
  grid-template-columns: max(130px, 24%) 1fr;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-table1 tbody {
    grid-template-columns: 25.33vw 3.73vw 1fr;
  }
  .subpages .m__block_type-o .-table1 tbody::before {
    content: "";
    height: 2px;
    display: block;
    background-color: var(--c-co);
    grid-area: 1/1/2/2;
  }
  .subpages .m__block_type-o .-table1 tbody::after {
    content: "";
    height: 1px;
    display: block;
    background-color: #4180c2;
    grid-area: 1/3/2/4;
  }
}
.subpages .m__block_type-o .-table1 tbody tr {
  display: contents;
}
.subpages .m__block_type-o .-table1 tbody tr:not(:last-of-type) th, .subpages .m__block_type-o .-table1 tbody tr:not(:last-of-type) td {
  border-bottom: 1px solid #4180c2;
}
.subpages .m__block_type-o .-table1 tbody th, .subpages .m__block_type-o .-table1 tbody td {
  display: block;
  padding-block: 28px;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-table1 tbody th, .subpages .m__block_type-o .-table1 tbody td {
    padding-block: 5.33vw;
  }
}
.subpages .m__block_type-o .-table1 tbody th {
  font-weight: 700;
  -webkit-padding-start: 7px;
          padding-inline-start: 7px;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-table1 tbody th {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    grid-column: 1/3;
  }
}
.subpages .m__block_type-o .-table1 tbody td {
  font-weight: 400;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-table1 tbody td {
    grid-column: 3/4;
  }
}
.subpages .m__block_type-o .-table1 tbody p {
  font-weight: 400;
  line-height: 1.5;
}
.subpages .m__block_type-o .-table1 tbody p + p {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.subpages .m__block_type-o .-map-area {
  border-top: 1px solid #4180c2;
  -webkit-margin-before: 1px;
          margin-block-start: 1px;
  -webkit-padding-before: 28px;
          padding-block-start: 28px;
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  grid-template-areas: "txt link" "map map";
  gap: 20px;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-map-area {
    -webkit-margin-before: 13.33vw;
            margin-block-start: 13.33vw;
    border: none;
    -webkit-padding-before: 0;
            padding-block-start: 0;
    -webkit-padding-after: 10.67vw;
            padding-block-end: 10.67vw;
    grid-template-columns: 25.33vw 3.73vw 1fr;
    grid-template-areas: "before . after" "txt txt txt" "map map map" "link link link";
    gap: 0;
  }
  .subpages .m__block_type-o .-map-area::before {
    content: "";
    height: 2px;
    display: block;
    background-color: var(--c-co);
    grid-area: before;
  }
  .subpages .m__block_type-o .-map-area::after {
    content: "";
    height: 1px;
    display: block;
    background-color: #4180c2;
    grid-area: after;
  }
}
.subpages .m__block_type-o .-map-area .-map-txt {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  grid-area: txt;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-map-area .-map-txt {
    font-size: 0.75rem;
    padding-block: 1em;
  }
}
.subpages .m__block_type-o .-map-area .-map-wrap {
  aspect-ratio: 824 / 377;
  grid-area: map;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-map-area .-map-wrap {
    aspect-ratio: 67 / 50;
  }
}
.subpages .m__block_type-o .-map-area .-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  color: #3877C7;
  grid-area: link;
  align-self: end;
  transition: opacity 0.3s;
}
.subpages .m__block_type-o .-map-area .-link:focus-visible {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .subpages .m__block_type-o .-map-area .-link:hover {
    opacity: 0.7;
  }
}
@media (width < 960px) {
  .subpages .m__block_type-o .-map-area .-link {
    font-size: 0.75rem;
    -webkit-margin-before: 1em;
            margin-block-start: 1em;
    justify-self: end;
    align-self: start;
  }
}
.subpages .m__block_type-o .-deco {
  display: block;
  height: 1px;
  background-color: #4180c2;
  z-index: 2;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-deco {
    display: none;
  }
}
.subpages .m__block_type-o .-table2 {
  font-size: 0.875rem;
  grid-column: span 2;
  z-index: 2;
  display: block;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-table2 {
    font-size: 0.75rem;
    display: grid;
    grid-template-columns: 25.33vw 3.73vw 1fr;
    gap: 13.33vw 0;
    -webkit-margin-before: 8vw;
            margin-block-start: 8vw;
    background-image: url(../../images/);
  }
  .subpages .m__block_type-o .-table2::before {
    content: "";
    height: 2px;
    display: block;
    background-color: var(--c-co);
    grid-area: 1/1/2/2;
  }
  .subpages .m__block_type-o .-table2::after {
    content: "";
    height: 1px;
    display: block;
    background-color: #4180c2;
    grid-area: 1/3/2/4;
  }
}
.subpages .m__block_type-o .-table2 tbody {
  display: grid;
  grid-template-columns: 17.1428571429em 1fr;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-table2 tbody {
    grid-area: 2/1/3/4;
    grid-template-columns: 10.8333333333em 1fr;
  }
}
.subpages .m__block_type-o .-table2 tr {
  display: contents;
}
.subpages .m__block_type-o .-table2 tr:nth-of-type(odd) th, .subpages .m__block_type-o .-table2 tr:nth-of-type(odd) td {
  background-color: var(--c-co-10);
}
.subpages .m__block_type-o .-table2 tr:nth-of-type(even) {
  background-color: #fff;
}
.subpages .m__block_type-o .-table2 th, .subpages .m__block_type-o .-table2 td {
  display: block;
  padding-block: 20px;
  line-height: 1.67;
}
.subpages .m__block_type-o .-table2 th {
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
  font-weight: 700;
  color: #000;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-table2 th {
    -webkit-padding-start: 8px;
            padding-inline-start: 8px;
  }
}
.subpages .m__block_type-o .-table2 td {
  padding-inline: 40px;
  font-weight: 400;
  color: #000;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-table2 td {
    padding-inline: 8px;
  }
}
.subpages .m__block_type-o.-bg-08-wrap {
  position: relative;
  -webkit-padding-after: 52.78vw;
          padding-block-end: 52.78vw;
}
@media (width < 960px) {
  .subpages .m__block_type-o.-bg-08-wrap {
    -webkit-padding-after: 0;
            padding-block-end: 0;
  }
}
.subpages .m__block_type-o .-bg-08 {
  width: 100vw;
  height: 52.78vw;
  background-image: url(../images/company/bg-08.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 1;
}
@media (width < 960px) {
  .subpages .m__block_type-o .-bg-08 {
    display: none;
  }
}
.subpages .m__bnr_type-c {
  width: min(100%, 1126px);
  margin-inline: auto;
  padding-block: 80px;
}
.subpages .m__bnr_type-c .-txts {
  -webkit-margin-before: min(13.33vw, 60px);
          margin-block-start: min(13.33vw, 60px);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 3%;
}
.subpages .m__bnr_type-c .-btn {
  -webkit-margin-before: min(13.33vw, 80px);
          margin-block-start: min(13.33vw, 80px);
}
.subpages .m__bnr_type-w {
  width: min(100%, 1300px);
  margin-inline: auto;
  padding-block: 80px;
}
.subpages .m__bnr_type-w .-txts {
  -webkit-margin-before: min(13.33vw, 60px);
          margin-block-start: min(13.33vw, 60px);
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 3%;
}
.subpages .m__bnr_type-w .-btn {
  -webkit-margin-before: min(13.33vw, 80px);
          margin-block-start: min(13.33vw, 80px);
}
.subpages .m__bnr_type-r {
  aspect-ratio: 2 / 1;
  max-width: 100%;
  min-height: 45rem;
  display: grid;
  grid-template-columns: 47% 1fr;
  grid-template-rows: 25% 41% 1fr;
  grid-template-areas: "h h" ". inner" ". btn";
}
@media (width < 960px) {
  .subpages .m__bnr_type-r {
    aspect-ratio: unset;
    grid-template-columns: 1fr;
    grid-template-rows: 113.33vw 89.6vw auto;
    grid-template-areas: "h" "inner" "btn";
    padding-inline: 5.33vw;
  }
}
.subpages .m__bnr_type-r .-heading {
  grid-area: h;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  justify-self: center;
  align-self: center;
}
@media (width < 960px) {
  .subpages .m__bnr_type-r .-heading {
    justify-self: start;
    align-self: start;
    color: #fff;
    -webkit-margin-before: 14.4vw;
            margin-block-start: 14.4vw;
  }
}
.subpages .m__bnr_type-r .-inner {
  grid-area: inner;
  width: 38.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: -webkit-max-content -webkit-max-content;
  grid-template-rows: max-content max-content;
  gap: 15px 1.25rem;
}
@media (width < 960px) {
  .subpages .m__bnr_type-r .-inner {
    width: 100%;
    gap: 4.27vw;
  }
}
.subpages .m__bnr_type-r .-btn-wrap {
  grid-area: btn;
  width: 38.75rem;
  display: grid;
  -webkit-padding-before: 7%;
          padding-block-start: 7%;
}
@media (width < 960px) {
  .subpages .m__bnr_type-r .-btn-wrap {
    width: 100%;
    -webkit-padding-before: 13.33vw;
            padding-block-start: 13.33vw;
    -webkit-padding-after: 26.67vw;
            padding-block-end: 26.67vw;
  }
}
.subpages .m__bnr_type-r .-btn-wrap .-btn {
  justify-self: center;
}
.subpages .m__bnr_type-r .-txt {
  width: 18.75rem;
  font-size: 1.5rem;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-content: center;
  place-items: center;
  aspect-ratio: 15 / 7;
  background: linear-gradient(-115deg, var(--c-co), #556cdb);
}
@media (width < 960px) {
  .subpages .m__bnr_type-r .-txt {
    width: 42.67vw;
    aspect-ratio: 1/1;
    font-size: 5.33vw;
    padding-inline: 0.8em;
  }
}
.subpages .m__bnr_type-r .-txt::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/shared/txt-kami-grad.svg);
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center center;
  grid-area: 1/1/2/2;
}
@media (width < 650px) {
  .subpages .m__bnr_type-r .-txt::before {
    background-size: 88%;
  }
}
.subpages .m__bnr_type-r .-txt > span {
  grid-area: 1/1/2/2;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}
.subpages .m__breadcrumbs {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.5em;
}
@media (width < 960px) {
  .subpages .m__breadcrumbs {
    font-size: 3.47vw;
    justify-content: flex-start;
  }
}
.subpages .m__breadcrumbs a {
  display: grid;
  grid-template-columns: 1fr 1em;
  align-items: center;
  gap: 0.5em;
}
.subpages .m__breadcrumbs a::after {
  content: ">";
  width: 100%;
  height: auto;
  display: block;
}
.subpages .m__acdn_wrap {
  padding-block: min(5.33vw, 160px);
}
.subpages .m__acdn_wrap:has(.m__block_has-bg08.is-open) {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}
.subpages .m__acdn_wrap:has(.m__block_has-bg08.is-open)::after {
  content: "";
  width: 100vw;
  aspect-ratio: 375 / 283;
  display: block;
  background-image: url(../images/company/bg-08-sp.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  translate: calc(var(--px) * -1) 0;
}
@media (width < 960px) {
  .subpages .m__acdn_head {
    -webkit-padding-end: 5.33vw;
            padding-inline-end: 5.33vw;
    background-image: url(../images/shared/ico-plus.svg);
    background-size: 4.27vw;
    background-repeat: no-repeat;
    background-position: right center;
    height: 19.2vw;
    display: grid;
    align-items: center;
  }
  .subpages .m__acdn_head .m__heading_with-symbol {
    font-size: 5.33vw;
  }
  .subpages .m__acdn_head.is-open {
    background-image: none;
  }
}
.subpages .m__acdn_grid_box {
  border: 1px solid var(--c-co);
  border-radius: 6px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
  padding-block: 32px 40px;
  padding-inline: 30px;
  display: grid;
  grid-template-columns: 1fr min(40%, 374px);
  gap: 20px 6%;
}
@media (width < 960px) {
  .subpages .m__acdn_grid_box {
    padding-block: 8vw 9.6vw;
    padding-inline: 4.8vw;
    grid-template-columns: 1fr;
    gap: min(8vw, 30px);
  }
}
.subpages .m__acdn_grid_box .-txt {
  font-size: 1rem;
  line-height: 1.875;
  -webkit-margin-start: 12px;
          margin-inline-start: 12px;
}
@media (width < 960px) {
  .subpages .m__acdn_grid_box .-txt {
    font-size: max(4vw, 0.9375rem);
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
}
.subpages .m__acdn_grid_box .-txt + .-txt {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
@media (width < 960px) {
  .subpages .m__acdn_grid_box .-txt + .-txt {
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
}
.subpages .m__acdn_grid_box a.-txt {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #3877C7;
  text-decoration: underline;
}
.subpages .m__acdn_grid_box a.-txt:focus-visible {
  text-decoration: none;
}
@media (any-hover: hover) {
  .subpages .m__acdn_grid_box a.-txt:hover {
    text-decoration: none;
  }
}
.subpages .m__acdn_grid_box .-separator {
  display: block;
  height: 1px;
  background-color: #d9d9d9;
  grid-column: span 2;
}
@media (width < 960px) {
  .subpages .m__acdn_grid_box .-separator {
    grid-column: span 1;
  }
}
.subpages .m__acdn_grid_box .-img-type1 {
  width: 76%;
}
@media (width < 960px) {
  .subpages .m__acdn_grid_box .-img-type1 {
    width: 100%;
  }
}
.subpages .m__acdn_grid_box .-img-type2 {
  width: 93%;
}
@media (width < 960px) {
  .subpages .m__acdn_grid_box .-img-type2 {
    width: 100%;
  }
}
.subpages .m__acdn_grid_box .-img-type4 {
  width: 93%;
}
@media (width < 960px) {
  .subpages .m__acdn_grid_box .-img-type4 {
    width: 100%;
  }
}
.subpages .m__acdn_grid_box .-img-type5 {
  width: 94%;
}
@media (width < 960px) {
  .subpages .m__acdn_grid_box .-img-type5 {
    width: 100%;
  }
}
.subpages .m__acdn_grid-head {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  padding-inline: 0.5em;
  padding-block: 0.4em;
  background-color: var(--c-co);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  grid-column: span 2;
}
@media (width < 960px) {
  .subpages .m__acdn_grid-head {
    font-size: 5.33vw;
    margin-inline: auto;
    grid-column: span 1;
  }
}

.subpages .u__en {
  font-family: "Heebo", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.subpages .u__noto {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.subpages .u__min {
  font-family: "Shippori Mincho B1", serif;
  font-style: normal;
}
.subpages .u__ib {
  display: inline-block;
}
.subpages .u__center {
  margin-inline: auto;
}
.subpages .u__ta-change {
  text-align: center;
}
@media (width < 960px) {
  .subpages .u__ta-change {
    text-align: start;
  }
}
.subpages .u__c_wt {
  color: #fff;
}
.subpages .u__c_gry {
  color: var(--c-gry);
}
.subpages .u__c_co {
  color: var(--c-co);
}
.subpages .u__bg_wt {
  background-color: #fff;
}
.subpages .u__bg_co {
  background-color: var(--c-co);
}
.subpages .u__bg_sub {
  background-color: var(--c-sub);
}
.subpages .u__bg_acnt {
  background-color: var(--c-acnt);
}
.subpages .u__bg_light {
  background-color: var(--c-co-10);
}
.subpages .u__bg_sky {
  background-color: #F3FEFF;
}
.subpages .u__bg_img-00 {
  background-image: url(../images/shared/bg-00.webp);
  background-size: cover;
  background-position: left top;
}
@media (width < 960px) {
  .subpages .u__bg_img-00 .-bc {
    -webkit-margin-before: 18.67vw;
            margin-block-start: 18.67vw;
    padding-inline: var(--px);
  }
}
.subpages .u__bg_img-01 {
  background-image: url(../images/shared/bg-01.webp);
  background-size: cover;
  background-position: left top;
}
.subpages .u__bg_img-02 {
  background-image: url(../images/shared/bg-02.webp);
  background-size: cover;
  background-position: top center;
}
@media (width < 960px) {
  .subpages .u__bg_img-02 {
    background-position: top right 25%;
  }
}
.subpages .u__bg_img-03 {
  background-image: url(../images/shared/bg-03.webp);
  background-size: cover;
  background-position: top center;
}
.subpages .u__bg_img-04 {
  background-image: url(../images/shared/bg-04.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
}
@media (width < 960px) {
  .subpages .u__bg_img-04 {
    background-size: 215.2vw;
  }
}
.subpages .u__mb_100 {
  margin-block: min(10.67vw, 100px);
}
.subpages .u__mb_s1em {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.subpages .u__mb_s30 {
  -webkit-margin-before: min(8vw, 30px);
          margin-block-start: min(8vw, 30px);
}
.subpages .u__mb_s60 {
  -webkit-margin-before: min(9.33vw, 60px);
          margin-block-start: min(9.33vw, 60px);
}
.subpages .u__mb_s70 {
  -webkit-margin-before: min(8vw, 70px);
          margin-block-start: min(8vw, 70px);
}
.subpages .u__pb_70 {
  padding-block: min(24vw, 70px);
}
.subpages .u__pb_100 {
  padding-block: min(10.67vw, 100px);
}
.subpages .u__pb_s80 {
  -webkit-padding-before: min(13.33vw, 80px);
          padding-block-start: min(13.33vw, 80px);
}
.subpages .u__pb_s120 {
  -webkit-padding-before: min(26.67vw, 120px);
          padding-block-start: min(26.67vw, 120px);
}
.subpages .u__pb_s180 {
  -webkit-padding-before: min(26.67vw, 180px);
          padding-block-start: min(26.67vw, 180px);
}
.subpages .u__pb_e100 {
  -webkit-padding-after: min(24vw, 100px);
          padding-block-end: min(24vw, 100px);
}
.subpages .u__pb_e120 {
  -webkit-padding-after: min(26.67vw, 120px);
          padding-block-end: min(26.67vw, 120px);
}
.subpages .u__pb_e140 {
  -webkit-padding-after: min(26.67vw, 140px);
          padding-block-end: min(26.67vw, 140px);
}
.subpages .u__pb_e180 {
  -webkit-padding-after: min(26.67vw, 180px);
          padding-block-end: min(26.67vw, 180px);
}
.subpages .u__pb_after-heading {
  -webkit-padding-before: 156px;
          padding-block-start: 156px;
}
@media (width < 960px) {
  .subpages .u__pb_after-heading {
    -webkit-padding-before: 18.67vw;
            padding-block-start: 18.67vw;
  }
  .subpages .u__pb_after-heading .-bc {
    -webkit-margin-after: 18.67vw;
            margin-block-end: 18.67vw;
  }
}

.subpages .news__archive {
  font-size: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto 1fr auto;
  gap: 60px 10px;
}
@media (width < 960px) {
  .subpages .news__archive {
    font-size: 3.47vw;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 4vw;
  }
}
.subpages .news__archive_item {
  display: contents;
}
@media (width < 960px) {
  .subpages .news__archive_item {
    display: block;
  }
}
.subpages .news__archive_item a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0px 0px;
  background-color: #F6F6F6;
  border-radius: 5px;
  padding-inline: 4%;
  -webkit-padding-after: 11px;
          padding-block-end: 11px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
@media (width < 960px) {
  .subpages .news__archive_item a {
    grid-template-columns: 37.33vw 1fr;
    grid-template-rows: auto 1fr auto;
    padding-inline: 2.67vw;
    padding-block: 6.13vw 3.47vw;
    gap: 0 2.13vw;
  }
}
.subpages .news__archive_item a .-date {
  font-size: 0.875em;
  font-weight: 900;
  display: grid;
  justify-items: end;
  align-items: center;
  color: var(--c-gry);
  height: 3.75em;
}
@media (width < 960px) {
  .subpages .news__archive_item a .-date {
    grid-area: 1/2/2/3;
    height: 2em;
    align-items: start;
  }
}
.subpages .news__archive_item a .-img-area {
  display: block;
  aspect-ratio: 270 / 143;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
}
@media (width < 960px) {
  .subpages .news__archive_item a .-img-area {
    grid-area: 1/1/4/2;
    aspect-ratio: 7 / 5;
  }
}
.subpages .news__archive_item a .-img-area .-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  transition: scale 0.4s;
}
.subpages .news__archive_item a .-ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-block: 1em 0.5em;
  transition: color 0.3s;
  word-break: break-word;
  overflow-wrap: anywhere;

  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.subpages .news__archive_item a .-arrow {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-content: center;
  place-items: center;
  width: 1.5em;
  aspect-ratio: 1/1;
  background-color: var(--c-co);
  border-radius: 50%;
  justify-self: end;
  height: 1.5em;
  transition: background-color 0.3s;
}
@media (width < 960px) {
  .subpages .news__archive_item a .-arrow {
    grid-area: 3/2/4/3;
  }
}
.subpages .news__archive_item a .-arrow::after {
  content: "";
  width: 42%;
  aspect-ratio: 5 / 6;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  -webkit-margin-start: 15%;
          margin-inline-start: 15%;
}
.subpages .news__archive_item a:hover .-ttl {
  color: var(--c-co);
}
.subpages .news__archive_item a:hover .-arrow {
  background-color: #3877C7;
}
.subpages .news__archive_item a:hover .-img-area .-img {
  scale: 1.1;
}
.subpages .news__pagination {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--c-co);
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1em;
  -webkit-margin-before: min(13.33vw, 80px);
          margin-block-start: min(13.33vw, 80px);
}
@media (width < 650px) {
  .subpages .news__pagination {
    font-size: 5.33vw;
    font-weight: 700;
    justify-content: center;
  }
}
.subpages .news__pagination .-btn {
  transition: opacity 0.3s;
}
.subpages .news__pagination .-btn:focus-visible {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .subpages .news__pagination .-btn:hover {
    opacity: 0.7;
  }
}
.subpages .news__pagination .-current {
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.subpages .news__pagination .-prev {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-content: center;
  place-items: center;
  width: 1.5416666667em;
  aspect-ratio: 1/1;
  border: 2px solid currentColor;
  border-radius: 50%;
}
@media (width < 960px) {
  .subpages .news__pagination .-prev {
    grid-area: 3/2/4/3;
  }
}
.subpages .news__pagination .-prev::after {
  content: "";
  width: 27%;
  aspect-ratio: 5 / 6;
  display: block;
  -webkit-clip-path: polygon(0 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0 50%, 100% 0%, 100% 100%);
  background-color: var(--c-co);
  -webkit-margin-end: 8%;
          margin-inline-end: 8%;
}
.subpages .news__pagination .-next {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-content: center;
  place-items: center;
  width: 1.5416666667em;
  aspect-ratio: 1/1;
  border: 2px solid currentColor;
  border-radius: 50%;
}
@media (width < 960px) {
  .subpages .news__pagination .-next {
    grid-area: 3/2/4/3;
  }
}
.subpages .news__pagination .-next::after {
  content: "";
  width: 27%;
  aspect-ratio: 5 / 6;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: var(--c-co);
  -webkit-margin-start: 8%;
          margin-inline-start: 8%;
}
.subpages .news__detail {
  -webkit-padding-after: min(13.33vw, 40px);
          padding-block-end: min(13.33vw, 40px);
  border-bottom: 1px solid #D9D9D9;
}
.subpages .news__detail_date {
  display: block;
  font-size: 0.875rem;
  font-weight: 900;
  text-align: end;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  color: var(--c-gry);
}
@media (width < 650px) {
  .subpages .news__detail_date {
    font-size: 3.47vw;
  }
}
.subpages .news__detail_heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media (width < 650px) {
  .subpages .news__detail_heading {
    font-size: 5.33vw;
  }
}
.subpages .news__detail img {
  display: block;
  width: min(90%, 613px);
  margin-inline: auto;
  margin-block: min(7.47vw, 20px);
}
.subpages .news__detail_txt {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.875;
  margin-block: 1em;
  display: block;
  width: min(90%, 613px);
  margin-inline: auto;
}
.subpages .news__to-archive {
  font-size: 1rem;
  font-weight: 500;
  color: var(--c-co);
  display: grid;
  grid-template-columns: -webkit-max-content 1.625em;
  grid-template-columns: max-content 1.625em;
  align-items: center;
  gap: 0.6em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto 0;
  transition: opacity 0.3s;
}
.subpages .news__to-archive:focus-visible {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .subpages .news__to-archive:hover {
    opacity: 0.7;
  }
}
.subpages .news__to-archive_wrap {
  -webkit-margin-before: 1.5em;
          margin-block-start: 1.5em;
}
.subpages .news__to-archive .-arrow {
  aspect-ratio: 1/1;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  place-content: center;
  place-items: center;
  width: 1.625em;
  aspect-ratio: 1/1;
  border: 2px solid currentColor;
  border-radius: 50%;
}
.subpages .news__to-archive .-arrow::after {
  content: "";
  width: 27%;
  aspect-ratio: 5 / 6;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: var(--c-co);
  -webkit-margin-start: 8%;
          margin-inline-start: 8%;
}

.subpages .recruit__block1 {
  -webkit-padding-start: max(30px, (100vw - 1226px) / 2 + 84px);
          padding-inline-start: max(30px, (100vw - 1226px) / 2 + 84px);
  -webkit-padding-end: max(30px, (100vw - 1375px) / 2);
          padding-inline-end: max(30px, (100vw - 1375px) / 2);
  -webkit-padding-after: 10.76vw;
          padding-block-end: 10.76vw;
  position: relative;
}
@media (width < 960px) {
  .subpages .recruit__block1 {
    padding-inline: 5.33vw;
    -webkit-padding-after: 40vw;
            padding-block-end: 40vw;
  }
}
.subpages .recruit__block1_inner {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
}
@media (width < 960px) {
  .subpages .recruit__block1_inner {
    grid-template-columns: 1fr;
  }
}
.subpages .recruit__block1_inner .-txt1 {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 2.5;
  color: #fff;
  grid-area: 1/1/2/2;
  z-index: 3;
  align-self: center;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
@media (width < 960px) {
  .subpages .recruit__block1_inner .-txt1 {
    font-size: 4vw;
    line-height: 2.67;
    -webkit-margin-start: 4.8vw;
            margin-inline-start: 4.8vw;
  }
}
.subpages .recruit__block1_inner .-txt2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  grid-area: 1/2/2/3;
  z-index: 2;
  writing-mode: vertical-rl;
  -webkit-margin-before: 1.8333333333em;
          margin-block-start: 1.8333333333em;
  opacity: 0;
}
@media (width < 960px) {
  .subpages .recruit__block1_inner .-txt2 {
    font-size: 4.27vw;
    writing-mode: horizontal-tb;
    grid-area: 2/1/3/2;
    -webkit-margin-before: 45.33vw;
            margin-block-start: 45.33vw;
  }
}
.subpages .recruit__block1_inner .-txt2 span {
  display: block;
  background-color: #fff;
  padding-inline: 0.8em;
  padding-block: 0.5em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (width < 960px) {
  .subpages .recruit__block1_inner .-txt2 span {
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 0.2em;
    padding-inline: 0.4em;
  }
}
.subpages .recruit__block1_inner .-txt2 span:nth-of-type(2) {
  -webkit-margin-before: 0.7916666667em;
          margin-block-start: 0.7916666667em;
}
@media (width < 960px) {
  .subpages .recruit__block1_inner .-txt2 span:nth-of-type(2) {
    -webkit-margin-before: 2.4vw;
            margin-block-start: 2.4vw;
  }
}
.subpages .recruit__block1_inner .-imgs {
  grid-area: 1/1/2/3;
  width: 46.375rem;
  aspect-ratio: 742 / 811;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2%;
  justify-self: end;
  z-index: 1;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
  opacity: 0;
}
@media (width < 960px) {
  .subpages .recruit__block1_inner .-imgs {
    grid-area: 1/1/3/2;
    width: 100%;
    align-self: end;
    -webkit-margin-after: 5.33vw;
            margin-block-end: 5.33vw;
  }
}
.subpages .recruit__block1_inner .-imgs .-img1 {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 72.4%, 0% 72.4%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 72.4%, 0% 72.4%);
}
.subpages .recruit__block1_inner .-imgs .-img2 {
  -webkit-clip-path: polygon(0% 27.6%, 100% 27.6%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 27.6%, 100% 27.6%, 100% 100%, 0% 100%);
}
.subpages .recruit__block1_inner .-imgs .-img3 {
  -webkit-clip-path: polygon(0% 27.6%, 100% 27.6%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 27.6%, 100% 27.6%, 100% 100%, 0% 100%);
}
.subpages .recruit__block1 .-carousel {
  position: absolute;
  bottom: 4.86vw;
  left: 0;
  z-index: 10;
  font-size: 13.89vw;
  font-weight: 900;
  color: #fff;
  display: flex;
  flex-flow: row nowrap;
  white-space: nowrap;
}
@media (width < 960px) {
  .subpages .recruit__block1 .-carousel {
    bottom: 8vw;
    font-size: 25.6vw;
  }
}
.subpages .recruit__block1 .-carousel-txt {
  opacity: 0.2;
  display: block;
  line-height: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.subpages .recruit__table {
  font-size: 1rem;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
@media (width < 960px) {
  .subpages .recruit__table {
    font-size: 4vw;
  }
}
@media (width < 650px) {
  .subpages .recruit__table {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.subpages .recruit__table tbody {
  display: grid;
  grid-template-columns: 32% 1fr;
}
@media (width < 960px) {
  .subpages .recruit__table tbody {
    grid-template-columns: 1fr;
  }
}
.subpages .recruit__table tbody tr {
  display: contents;
}
.subpages .recruit__table tbody tr:nth-of-type(odd) th, .subpages .recruit__table tbody tr:nth-of-type(odd) td {
  background-color: var(--c-co-10);
}
@media (width < 960px) {
  .subpages .recruit__table tbody tr:has(.-imgs) th::after {
    display: none;
  }
}
.subpages .recruit__table tbody th, .subpages .recruit__table tbody td {
  display: block;
  padding-block: 1.2em;
}
.subpages .recruit__table tbody th {
  font-weight: 400;
  -webkit-padding-start: 3.75rem;
          padding-inline-start: 3.75rem;
  line-height: 1.5;
}
@media (width < 960px) {
  .subpages .recruit__table tbody th {
    -webkit-padding-before: 30px;
            padding-block-start: 30px;
    -webkit-padding-after: 12px;
            padding-block-end: 12px;
    padding-inline: 20px;
    position: relative;
  }
  .subpages .recruit__table tbody th::after {
    content: "";
    width: calc(100% - 40px);
    height: 1px;
    background-color: #999;
    position: absolute;
    bottom: 0;
    left: 20px;
  }
}
.subpages .recruit__table tbody td {
  -webkit-padding-end: 1.25rem;
          padding-inline-end: 1.25rem;
  line-height: 1.5;
}
@media (width < 960px) {
  .subpages .recruit__table tbody td {
    -webkit-padding-before: 12px;
            padding-block-start: 12px;
    -webkit-padding-after: 30px;
            padding-block-end: 30px;
    padding-inline: 20px;
  }
}
.subpages .recruit__table tbody ul {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 1em;
}
.subpages .recruit__table tbody ul li {
  display: contents;
}
.subpages .recruit__table tbody ul li:not(:first-of-type) {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.subpages .recruit__table tbody ul li h3 {
  line-height: 1.5;
}
.subpages .recruit__table tbody ul li h3::before {
  content: "・";
}
.subpages .recruit__table tbody ul li p {
  line-height: 1.5;
}
.subpages .recruit__table tbody .-imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px 17px;
  grid-template-areas: "img1 img2 ." "txt txt txt";
}
@media (width < 960px) {
  .subpages .recruit__table tbody .-imgs {
    grid-template-columns: repeat(2, 1fr);
    grid-template-areas: "img1 img2" "txt txt";
    gap: 15px;
  }
}
@media (width < 650px) {
  .subpages .recruit__table tbody .-imgs {
    grid-template-columns: 1fr;
    grid-template-areas: "img1" "img2" "txt";
  }
}
.subpages .recruit__table tbody .-imgs img:first-of-type {
  grid-area: img1;
}
.subpages .recruit__table tbody .-imgs img:nth-of-type(2) {
  grid-area: img2;
}
.subpages .recruit__table tbody .-imgs p {
  line-height: 1.5;
  grid-area: txt;
}
@media (width < 650px) {
  .subpages .recruit__table tbody .-imgs p {
    -webkit-margin-before: 1.5em;
            margin-block-start: 1.5em;
  }
}
.subpages .recruit__grid1 {
  display: grid;
  grid-template-columns: 1fr repeat(2, 193px);
  gap: 0 14px;
  grid-template-areas: "h img1 img2" "p img1 img2";
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
}
@media (width < 960px) {
  .subpages .recruit__grid1 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    grid-template-areas: "h h" "p p" "img1 img2";
  }
}
@media (width < 650px) {
  .subpages .recruit__grid1 {
    grid-template-columns: 1fr;
    grid-template-areas: "h" "p" "img1" "img2";
  }
}
.subpages .recruit__grid1 h3 {
  font-size: 1.5rem;
  font-weight: 700;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  grid-area: h;
}
@media (width < 960px) {
  .subpages .recruit__grid1 h3 {
    -webkit-margin-after: 0;
            margin-block-end: 0;
  }
}
.subpages .recruit__grid1 p {
  grid-area: p;
  width: min(100%, 628px);
}
@media (width < 960px) {
  .subpages .recruit__grid1 p {
    width: 100%;
  }
}
.subpages .recruit__grid1 img:first-of-type {
  grid-area: img1;
}
.subpages .recruit__grid1 img:nth-of-type(2) {
  grid-area: img2;
}
@media (width < 650px) {
  .subpages .recruit__grid1 img {
    width: 80vw;
    justify-self: center;
  }
}
.subpages .recruit__block2 {
  padding-inline: var(--px);
}
@media (width < 960px) {
  .subpages .recruit__block2 {
    padding-inline: 0;
  }
}
.subpages .recruit__block2_container {
  -webkit-padding-before: 60px;
          padding-block-start: 60px;
  -webkit-padding-after: 90px;
          padding-block-end: 90px;
  width: min(100%, var(--w-cont));
  margin-inline: auto;
  padding-inline: 40px;
}
@media (width < 650px) {
  .subpages .recruit__block2_container {
    padding-inline: 5.33vw;
  }
}
.subpages .recruit__block2 .m__heading_with-symbol {
  -webkit-margin-after: 60px;
          margin-block-end: 60px;
}
@media (width < 960px) {
  .subpages .recruit__block2 .m__heading_with-symbol {
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
}
@media (width < 650px) {
  .subpages .recruit__block2 {
    -webkit-padding-before: 50px;
            padding-block-start: 50px;
    -webkit-padding-after: 100px;
            padding-block-end: 100px;
  }
}
.subpages .recruit__faq {
  -webkit-padding-after: 144px;
          padding-block-end: 144px;
}
@media (width < 650px) {
  .subpages .recruit__faq {
    -webkit-padding-after: 100px;
            padding-block-end: 100px;
  }
}
.subpages .recruit__faq_wrap {
  -webkit-padding-before: min(25.33vw, 170px);
          padding-block-start: min(25.33vw, 170px);
}
@media (width < 650px) {
  .subpages .recruit__faq_wrap {
    -webkit-padding-before: 0;
            padding-block-start: 0;
  }
}
.subpages .recruit__faq .m__heading_with-symbol {
  -webkit-margin-after: 76px;
          margin-block-end: 76px;
}
@media (width < 650px) {
  .subpages .recruit__faq .m__heading_with-symbol {
    -webkit-margin-after: 1em;
            margin-block-end: 1em;
  }
}
.subpages .recruit__faq p {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.875;
  padding-block: 1em;
  padding-inline: 40px;
  display: grid;
}
@media (width < 650px) {
  .subpages .recruit__faq p {
    font-size: 1rem;
    padding-inline: 1.5625em;
  }
}
.subpages .recruit__faq_item {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  border: 2px solid var(--c-co);
  border-radius: 10px;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 0fr;
  transition: grid-template-rows 0.3s;
}
.subpages .recruit__faq_item:has(.-a.is-visible) {
  grid-template-rows: auto 1fr;
}
@media (width < 650px) {
  .subpages .recruit__faq_item {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}
.subpages .recruit__faq_item .-q {
  background-color: #F4F6FA;
}
.subpages .recruit__faq_item .-q p {
  grid-template-columns: 1em 1fr 1.2em;
  gap: 1em;
}
@media (width < 650px) {
  .subpages .recruit__faq_item .-q p {
    grid-template-columns: 1em 1fr 0.75em;
  }
}
.subpages .recruit__faq_item .-q p::before {
  content: "Q.";
  display: block;
}
.subpages .recruit__faq_item .-q p::after {
  content: "";
  width: 1.2em;
  aspect-ratio: 3 / 2;
  display: block;
  background-image: url(../images/shared/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  align-self: center;
  transition: opacity 0.3s;
}
@media (width < 650px) {
  .subpages .recruit__faq_item .-q p::after {
    width: 0.75em;
  }
}
.subpages .recruit__faq_item .-q.is-hidden p::after {
  opacity: 0;
}
.subpages .recruit__faq_item .-a {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.3s;
}
.subpages .recruit__faq_item .-a p {
  border-top: 2px solid var(--c-co);
  grid-template-columns: 1em 1fr;
  gap: 1em;
  overflow: hidden;
}
.subpages .recruit__faq_item .-a p::before {
  content: "A.";
  display: block;
}
.subpages .recruit__faq_item .-a.is-visible {
  grid-template-rows: 1fr;
}
.subpages .recruit__bottom {
  background-image: url(../images/recruit/bg-05.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  padding-block: 70px;
}
@media (width < 960px) {
  .subpages .recruit__bottom {
    background-image: url(../images/recruit/bg-05-sp.webp);
    padding-block: 50px 100px;
  }
}
.subpages .recruit__bottom .-txt1 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media (width < 960px) {
  .subpages .recruit__bottom .-txt1 {
    font-size: 5.33vw;
    flex-direction: column;
    gap: 1em;
    text-align: center;
  }
}
.subpages .recruit__bottom .-txt1 span {
  display: inline-block;
}
.subpages .recruit__bottom .-txt1 span:first-of-type::before {
  content: "";
  width: 0.7em;
  aspect-ratio: 1/1;
  background-color: currentColor;
  display: inline-block;
  -webkit-margin-end: 0.5em;
          margin-inline-end: 0.5em;
  border-radius: 50%;
}
@media (width < 960px) {
  .subpages .recruit__bottom .-txt1 span:not(:first-of-type) {
    font-size: 0.8em;
  }
}
.subpages .recruit__bottom .-txt2 {
  font-size: 3rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.1em;
  background-color: var(--c-co);
  padding-block: 0.2em;
  -webkit-padding-start: 0.4em;
          padding-inline-start: 0.4em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media (width < 960px) {
  .subpages .recruit__bottom .-txt2 {
    font-size: 6.4vw;
    background-color: transparent;
    padding-block: 0;
    padding-inline: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.87vw;
  }
  .subpages .recruit__bottom .-txt2 span {
    display: grid;
    place-content: center;
    place-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 1.5416666667em;
    -webkit-padding-start: 0.5em;
            padding-inline-start: 0.5em;
    background-color: var(--c-co);
  }
  .subpages .recruit__bottom .-txt2 span:first-of-type {
    -webkit-padding-end: 0.5em;
            padding-inline-end: 0.5em;
  }
}
.subpages .recruit__bottom .-txt3 {
  text-align: center;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media (width < 960px) {
  .subpages .recruit__bottom .-txt3 {
    text-align: start;
  }
}
.subpages .recruit__bottom .-cont {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 28px;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
}
.subpages .recruit__bottom .-btn {
  font-size: 1.25rem;
  font-weight: 700;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  width: 27.5em;
  height: 5em;
  background-color: #fff;
  color: var(--c-co);
  transition: opacity 0.3s;
}
.subpages .recruit__bottom .-btn:focus-visible {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .subpages .recruit__bottom .-btn:hover {
    opacity: 0.7;
  }
}
@media (width < 960px) {
  .subpages .recruit__bottom .-btn {
    font-size: 4.27vw;
    width: 100%;
  }
}
.subpages .recruit__bottom .-btn br {
  display: none;
}
@media (width < 960px) {
  .subpages .recruit__bottom .-btn br {
    display: inherit;
  }
}
.subpages .recruit__bottom .-btn img {
  width: 8.5em;
}
.subpages .recruit__bottom .-btn .-tel-num {
  font-size: 1.8em;
  line-height: 1;
  display: grid;
  grid-template-columns: 0.6666666667em -webkit-max-content;
  grid-template-columns: 0.6666666667em max-content;
  align-items: center;
}
.subpages .recruit__bottom .-btn .-tel-num::before {
  content: "";
  width: 0.6666666667em;
  aspect-ratio: 24 / 31;
  background-image: url(../images/shared/ico-tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-margin-before: 0.2em;
          margin-block-start: 0.2em;
}
.subpages .recruit__bottom .-btn .-tel-txt {
  font-size: 0.75em;
  -webkit-margin-before: 0.4em;
          margin-block-start: 0.4em;
}
.subpages .recruit__bottom .-btn.-type-2 {
  background-image: url(../images/shared/arrow-next-bl.svg);
  background-size: 1.7em;
  background-repeat: no-repeat;
  background-position: right 1.1em center;
}
@media (width < 960px) {
  .subpages .recruit__bottom .-type3-wrap {
    width: 100%;
    -webkit-margin-before: 50PX;
            margin-block-start: 50PX;
  }
}

.subpages .form__lead {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2;
  color: #000;
  text-align: center;
}
@media (width < 960px) {
  .subpages .form__lead {
    font-size: 0.9375rem;
    line-height: 2.3;
    text-align: start;
  }
}
.subpages .form__wrap {
  border-radius: 20px;
  padding-block: 80px 60px;
  padding-inline: 50px;
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
}
@media (width < 960px) {
  .subpages .form__wrap {
    border-radius: 11px;
    padding-block: 35px 50px;
    padding-inline: 20px;
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }
}
.subpages .form__wrap input[type=text], .subpages .form__wrap input[type=tel], .subpages .form__wrap input[type=email], .subpages .form__wrap textarea {
  border: 1px solid #999;
  background-color: #fff;
  padding-inline: 1.8em;
  padding-block: 1em;
  width: 100%;
  font-size: 16px;
}
.subpages .form__wrap input[type=text] + .form__label, .subpages .form__wrap input[type=tel] + .form__label, .subpages .form__wrap input[type=email] + .form__label, .subpages .form__wrap textarea + .form__label {
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.subpages .form__wrap textarea {
  height: 400px;
}
.subpages .form__label {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 0 1em;
  font-size: 1.25rem;
  font-weight: 400;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
}
@media (width < 960px) {
  .subpages .form__label {
    -webkit-margin-after: 0.2em;
            margin-block-end: 0.2em;
  }
}
.subpages .form__label .-m, .subpages .form__label .-s {
  display: inline-block;
  line-height: 1.4;
}
.subpages .form__label .-s {
  font-size: 0.7em;
  -webkit-margin-before: 0.4285714286em;
          margin-block-start: 0.4285714286em;
}
.subpages .form__label .-require {
  display: grid;
  place-content: center;
  place-items: center;
  font-size: 0.65em;
  color: #fff;
  background-color: #CD0909;
  border-radius: 3px;
  width: 3.3076923077em;
  height: 1.5384615385em;
  -webkit-margin-before: 0.2em;
          margin-block-start: 0.2em;
}
.subpages .form__radio-wrap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  margin-block: 40px 50px;
}
.subpages .form__radio-wrap label {
  display: grid;
  grid-template-columns: 1.3333333333em -webkit-max-content;
  grid-template-columns: 1.3333333333em max-content;
  align-items: center;
  gap: 0.4em;
}
.subpages .form__radio {
  display: grid;
  width: 1.3333333333em;
  aspect-ratio: 1/1;
  border: 1px solid #bababa;
  border-radius: 50%;
  background: #fff;
}
.subpages .form__radio:checked {
  background: radial-gradient(circle at center, var(--c-co) 0%, var(--c-co) 55%, #fff 55%, #fff 100%);
}
.subpages .form__btn-wrap {
  -webkit-margin-before: 70px;
          margin-block-start: 70px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  gap: 30px 50px;
}
@media (width < 960px) {
  .subpages .form__btn-wrap {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
  }
}
.subpages .form__btn {
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  width: 21.65em;
  aspect-ratio: 433 / 78;
  display: grid;
  text-align: center;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-image: url(../images/shared/arrow-next-wt.svg);
  background-size: 1.35em;
  background-repeat: no-repeat;
  background-position: right 1.25em center;
  transition: opacity 0.3s;
}
.subpages .form__btn:focus-visible {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .subpages .form__btn:hover {
    opacity: 0.7;
  }
}
@media (width < 960px) {
  .subpages .form__btn {
    font-size: 4.27vw;
    width: 100%;
  }
}
.subpages .form__btn.-submit {
  background-color: #CD0909;
}
.subpages .form__btn.-back {
  background-color: #525151;
}
.subpages .form__table {
  font-size: 1rem;
  -webkit-margin-before: 60px;
          margin-block-start: 60px;
  width: 100%;
}
@media (width < 960px) {
  .subpages .form__table {
    font-size: 0.9375rem;
  }
}
@media (width < 650px) {
  .subpages .form__table {
    -webkit-margin-before: 24px;
            margin-block-start: 24px;
  }
}
.subpages .form__table tbody {
  display: grid;
  grid-template-columns: 32% 1fr;
}
@media (width < 960px) {
  .subpages .form__table tbody {
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
  }
}
.subpages .form__table tbody tr {
  display: contents;
}
.subpages .form__table tbody tr:nth-of-type(odd) th, .subpages .form__table tbody tr:nth-of-type(odd) td {
  background-color: var(--c-co-10);
}
.subpages .form__table tbody th, .subpages .form__table tbody td {
  display: block;
  padding-block: 1.2em;
}
.subpages .form__table tbody th {
  font-weight: 400;
  -webkit-padding-start: 3.75rem;
          padding-inline-start: 3.75rem;
  line-height: 1.5;
}
@media (width < 960px) {
  .subpages .form__table tbody th {
    padding-block: 30px;
    padding-inline: 10px 20px;
    display: grid;
    align-items: center;
  }
}
.subpages .form__table tbody td {
  -webkit-padding-end: 1.25rem;
          padding-inline-end: 1.25rem;
  line-height: 1.5;
}
@media (width < 960px) {
  .subpages .form__table tbody td {
    padding-block: 30px;
    padding-inline: 0 10px;
  }
}

.subpages .slider__carousel {
  -webkit-padding-after: min(26.67vw, 80px);
          padding-block-end: min(26.67vw, 80px);
}
.subpages .slider__carousel .splide__slide {
  padding-inline: 2px;
}
.subpages .slider__card {
  padding-inline: var(--px);
  -webkit-padding-after: min(26.67vw, 120px);
          padding-block-end: min(26.67vw, 120px);
  -webkit-margin-before: min(13.33vw, 50px);
          margin-block-start: min(13.33vw, 50px);
  --r: 6px;
}
@media (width < 960px) {
  .subpages .slider__card {
    padding-inline: 0;
  }
}
.subpages .slider__card .splide__track {
  width: min(100%, var(--w-cont));
  margin-inline: auto;
  container-type: inline-size;
}
@media (width < 960px) {
  .subpages .slider__card .splide__track {
    width: 100%;
  }
}
.subpages .slider__card .splide.is-initialized:not(.is-active) .splide__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 30px 0;
}
.subpages .slider__card .splide.is-initialized:not(.is-active) .splide__list::after {
  content: "";
  display: block;
  width: 325px;
  height: 0;
}
@container (width < 996px) {
  .subpages .slider__card .splide.is-initialized:not(.is-active) .splide__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: start;
    gap: 30px 10px;
  }
  .subpages .slider__card .splide.is-initialized:not(.is-active) .splide__list::after {
    display: none;
  }
}
@media (width < 960px) {
  .subpages .slider__card .splide__slide {
    -webkit-padding-after: 5px;
            padding-block-end: 5px;
  }
}
.subpages .slider__card .splide__slide .-item {
  width: 325px;
  aspect-ratio: 13 / 8;
  background-color: var(--bgc);
  border-radius: var(--r);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: -webkit-max-content 1fr;
  grid-template-rows: max-content 1fr;
}
@container (width < 996px) {
  .subpages .slider__card .splide__slide .-item {
    width: 100%;
  }
}
@media (width < 960px) {
  .subpages .slider__card .splide__slide .-item {
    width: auto;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
.subpages .slider__card .splide__slide .-heading {
  font-size: 1.25rem;
  line-height: 2;
  font-weight: 700;
  color: var(--c-co);
  text-align: center;
  border-bottom: 1px solid currentColor;
  padding-block: 0.5em;
}
@media (width < 960px) {
  .subpages .slider__card .splide__slide .-heading {
    font-size: 4.27vw;
  }
}
.subpages .slider__card .splide__slide .-inner {
  display: grid;
  grid-template-columns: var(--gtc);
  gap: 1em;
  place-content: center;
  place-items: center;
  background-image: url(../images/shared/txt-kami-wt.svg);
  background-size: 82%;
  background-repeat: no-repeat;
  background-position: center center;
}
.subpages .slider__card .splide__slide .-inner li {
  font-size: 1rem;
  font-weight: 500;
  width: 8.5em;
}
@media (width < 960px) {
  .subpages .slider__card .splide__slide .-inner li {
    font-size: 4vw;
  }
}
.subpages .slider__card .splide__slide .-item1 {
  --bgc: var(--c-co-10);
  --gtc: repeat(2, 1fr);
}
.subpages .slider__card .splide__slide .-item2 {
  --bgc: var(--c-sub-20);
  --gtc: repeat(2, 1fr);
}
.subpages .slider__card .splide__slide .-item3 {
  --bgc: var(--c-co-10);
  --gtc: auto;
}
.subpages .slider__card .splide__slide .-item4 {
  --bgc: var(--c-sub-20);
  --gtc: auto;
}
.subpages .slider__card .splide__slide .-item5 {
  --bgc: var(--c-co-10);
  --gtc: repeat(2, 1fr);
}
.subpages .slider__card .splide__slide .-item6 {
  --bgc: var(--c-sub-20);
  --gtc: repeat(2, 1fr);
}
.subpages .slider__card .splide__pagination {
  gap: 12px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.subpages .slider__card .splide__pagination__page {
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background-color: #D9D9D9;
}
.subpages .slider__card .splide__pagination__page.is-active {
  background-color: var(--c-co);
}
.subpages .slider__card-f {
  font-weight: 700;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
.subpages .slider__card-f .splide.is-initialized:not(.is-active) .splide__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
  width: min(100% - 30px, 1090px);
}
.subpages .slider__card-f .splide.is-initialized:not(.is-active) .splide__list .-imgs-item {
  box-shadow: none;
}
@media (width < 960px) {
  .subpages .slider__card-f .splide__slide {
    padding-block: 5px;
  }
}
.subpages .slider__card-f .splide .-imgs-item {
  border-radius: 6px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.subpages .slider__card-f .splide .-imgs-name {
  display: block;
  background-color: #fff;
  padding-block: 1em;
  padding-inline: 0.8em;
}
.subpages .slider__card-f .splide__pagination {
  gap: 12px;
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}
.subpages .slider__card-f .splide__pagination__page {
  width: 9px;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background-color: #D9D9D9;
}
.subpages .slider__card-f .splide__pagination__page.is-active {
  background-color: var(--c-co);
}
.subpages .slider__with-thumb {
  -webkit-padding-after: min(16vw, 90px);
          padding-block-end: min(16vw, 90px);
}
.subpages .slider__with-thumb .-thumbs {
  -webkit-margin-before: min(10.67vw, 50px);
          margin-block-start: min(10.67vw, 50px);
}
.subpages .slider__with-thumb .-thumbs-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, 220px);
  gap: 10px;
}

/* PC */
@media (width >= 960px) {
  .subpages .slider__with-thumb .-thumbs-list {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    user-select: none;
  }

  .subpages .slider__with-thumb .-thumbs-list::-webkit-scrollbar {
    display: none;
  }

  .subpages .slider__with-thumb .-thumbs-list.is-dragging {
    cursor: grabbing;
  }

  .subpages .slider__with-thumb .-thumbs-list .-item {
    flex: 0 0 calc((100% - 40px) / 5) !important;
    user-select: none;
    -webkit-user-drag: none;
  }

  .subpages .slider__with-thumb .-thumbs-list .-item img {
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
  }

  .subpages .slider__with-thumb .-thumbs {
    position: relative;
  }

  .subpages .slider__with-thumb .thumb-nav {
    position: absolute;
    top: 40%;
    transform: translateY(-50%) !important;
    width: 2.75rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: var(--c-co);
    display: grid;
    place-content: center;
    place-items: center;
    border: none;
    cursor: pointer;
    z-index: 3;
    transition: background-color 0.3s;
  }

  .subpages .slider__with-thumb .thumb-nav:hover {
    background-color: #000;
  }

  .subpages .slider__with-thumb .thumb-nav.-prev {
    left: -1.5rem;
  }

  .subpages .slider__with-thumb .thumb-nav.-next {
    right: -1.5rem;
  }

  .subpages .slider__with-thumb .thumb-nav::after {
    content: "";
    width: 0.75rem;
    aspect-ratio: 5 / 6;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #fff;
    margin-inline-start: 8%;
  }

  .subpages .slider__with-thumb .thumb-nav.-prev::after {
    transform: scaleX(-1);
    margin-inline-start: -24%;
  }

  .subpages .slider__with-thumb .thumb-nav.is-disabled {
    opacity: 0.3;
    pointer-events: none;
  }
}
@media (width < 960px) {
  .subpages .slider__with-thumb .-thumbs {
    position: relative;
    z-index: 10;
  }

  .subpages .slider__with-thumb .thumb-nav {
    position: absolute;
    z-index: 20;
    pointer-events: auto;
  }

  .subpages .slider__with-thumb .-thumbs-list {
    position: relative;
    z-index: 1;
  }
}
@media (width < 960px) {
  .subpages .slider__with-thumb .-thumbs {
    position: relative;
  }

  .subpages .slider__with-thumb .-thumbs-list {
    display: flex;
    gap: 1.33vw;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .subpages .slider__with-thumb .-thumbs-list::-webkit-scrollbar {
    display: none;
  }

  .subpages .slider__with-thumb .-thumbs-list .-item {
    flex: 0 0 50%;
  }

  .subpages .slider__with-thumb .thumb-nav {
    position: absolute;
    top: 33%;
    transform: translateY(-50%);
    width: 2.2rem;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background-color: var(--c-co);
    display: grid;
    place-content: center;
    place-items: center;
    border: none;
    cursor: pointer;
    z-index: 5;
  }
  .subpages .slider__with-thumb .thumb-nav::after {
    content: "";
    width: 0.75rem;
    aspect-ratio: 5 / 6;
    display: block;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background-color: #fff;
    margin-inline-start: 8%;
  }
  .subpages .slider__with-thumb .thumb-nav.-prev::after {
    left: 0.5rem;
    transform: scaleX(-1);
    margin-inline-start: -24%;
  }

  .subpages .slider__with-thumb .thumb-nav.-next::after {
    right: 0.5rem;
    transform: none;
  }
}

.subpages .slider__with-thumb .-thumbs-list .-item {
  opacity: 0.5;
  cursor: pointer;
}
.subpages .slider__with-thumb .-thumbs-list .-item.is-active {
  opacity: 1;
}
.subpages .slider__with-thumb .-thumbs-list .-ttl {
  font-size: 0.75rem;
  font-weight: 500;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  line-height: 2;
}
@media screen and (max-width: 959px) {
  .subpages .slider__with-thumb .thumb-nav {
    display: grid;
    width: 2.2rem;
  }

  .subpages .slider__with-thumb .thumb-nav.-prev {
    left: 0.5rem;
  }

  .subpages .slider__with-thumb .thumb-nav.-next {
    right: 0.5rem;
  }
}
@media (width < 650px) {
  .subpages .slider__with-thumb .-thumbs-list .-ttl {
    font-size: 2.93vw;
  }
}
.subpages .slider__with-thumb.-toplined {
  -webkit-padding-before: min(10.67vw, 130px);
          padding-block-start: min(10.67vw, 130px);
  border-top: 1px solid var(--c-co);
}
.subpages .slider__article {
  background-color: #fff;
  border-radius: 6px;
  -webkit-padding-before: min(8vw, 40px);
          padding-block-start: min(8vw, 40px);
  -webkit-padding-after: min(10.67vw, 60px);
          padding-block-end: min(10.67vw, 60px);
  padding-inline: 11%;
  -webkit-margin-before: min(8vw, 60px);
          margin-block-start: min(8vw, 60px);
  -webkit-margin-after: min(8vw, 20px);
          margin-block-end: min(8vw, 20px);
}
@media (width < 960px) {
  .subpages .slider__article {
    padding-inline: calc(1.33vw + 15px);
  }
}
.subpages .slider__article .-name {
  font-size: 1.25rem;
  color: var(--c-co);
  font-weight: 700;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 1em 1fr;
  gap: 0.5em;
}
@media (width < 960px) {
  .subpages .slider__article .-name {
    font-size: 4vw;
  }
}
.subpages .slider__article .-name::before {
  content: "";
  width: 100%;
  aspect-ratio: 1/1;
  background-image: url(../images/shared/ico-tag.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-margin-before: 0.25em;
          margin-block-start: 0.25em;
}
.subpages .slider__article .-heading {
  font-size: 2rem;
  font-weight: 700;
  color: var(--c-co);
  -webkit-padding-before: 1em;
          padding-block-start: 1em;
  -webkit-margin-after: 1.4em;
          margin-block-end: 1.4em;
}
@media (width < 960px) {
  .subpages .slider__article .-heading {
    font-size: 5.33vw;
  }
}
.subpages .slider__article .-heading::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: linear-gradient(to right, var(--c-co) 0%, var(--c-co) 42%, #D9D9D9 42%, #D9D9D9 100%);
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
}
.subpages .slider__article .splide {
  position: relative;
}
.subpages .slider__article .splide__arrows {
  width: calc(100% + 2.75rem);
  position: absolute;
  top: calc((100% - 41px) / 2 - 1.375rem);
  left: -1.375rem;
  z-index: 10;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (width < 960px) {
  .subpages .slider__article .splide__arrows {
    width: calc(100% + 30px);
    top: calc((100% - 39px) / 2 - 15px);
    left: -15px;
  }
}
.subpages .slider__article .splide__arrow {
  width: 2.75rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--c-co);
  display: grid;
  place-content: center;
  place-items: center;
  transition: background-color 0.3s;
}
.subpages .slider__article .splide__arrow:focus-visible {
  background-color: var(--c-sub);
}
@media (any-hover: hover) {
  .subpages .slider__article .splide__arrow:hover {
    background-color: var(--c-sub);
  }
}
@media (width < 960px) {
  .subpages .slider__article .splide__arrow {
    width: 30px;
  }
}
.subpages .slider__article .splide__arrow svg {
  display: none;
}
.subpages .slider__article .splide__arrow--prev::after {
  content: "";
  width: 0.75rem;
  aspect-ratio: 5 / 6;
  display: block;
  -webkit-clip-path: polygon(0 50%, 100% 0%, 100% 100%);
          clip-path: polygon(0 50%, 100% 0%, 100% 100%);
  background-color: #fff;
  -webkit-margin-end: 8%;
          margin-inline-end: 8%;
}
@media (width < 960px) {
  .subpages .slider__article .splide__arrow--prev::after {
    width: 8px;
  }
}
.subpages .slider__article .splide__arrow--next::after {
  content: "";
  width: 0.75rem;
  aspect-ratio: 5 / 6;
  display: block;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  background-color: #fff;
  -webkit-margin-start: 8%;
          margin-inline-start: 8%;
}
@media (width < 960px) {
  .subpages .slider__article .splide__arrow--next::after {
    width: 8px;
  }
}
.subpages .slider__article .splide__pagination {
  gap: 15px;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media (width < 960px) {
  .subpages .slider__article .splide__pagination {
    gap: 12px;
  }
}
.subpages .slider__article .splide__pagination__page {
  width: 11px;
  aspect-ratio: 1/1;
  border-radius: 50px;
  background-color: #D9D9D9;
}
@media (width < 960px) {
  .subpages .slider__article .splide__pagination__page {
    width: 9px;
  }
}
.subpages .slider__article .splide__pagination__page.is-active {
  background-color: var(--c-co);
}

.subpages .scroll__fixed-bg {
  position: relative;
}
.subpages .scroll__fixed-bg_img {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  z-index: 1;
  width: min(100%, 100vw);
  height: calc(100vh - var(--h-header));
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
.subpages .scroll__fixed-bg_cont {
  position: relative;
  z-index: 2;
  -webkit-padding-before: 30vh;
          padding-block-start: 30vh;
}
@media (width < 960px) {
  .subpages .scroll__fixed-bg_cont {
    -webkit-padding-before: 112.53vw;
            padding-block-start: 112.53vw;
  }
}
.subpages .scroll__fixed-bg.is-fixed .scroll__fixed-bg_img {
  position: fixed;
  top: var(--h-header);
}
.subpages .scroll__grad {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.subpages .scroll__grad::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0;
  background: var(--c-grad);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
  transform: translateX(-100%);
  transition: transform 0.3s;
}
.subpages .scroll__grad.is-finish::before {
  transform: translateX(100%);
}
.subpages .scroll__fade-in {
  opacity: 0;
}
.subpages .scroll__clip {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.subpages .scroll__clip.-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.subpages .scroll__scale-down {
  transform: scale(2);
  opacity: 0;
  transform-origin: top;
}
.subpages .scroll__scale-down1 {
  transform: scale(2);
  opacity: 0;
  transform-origin: top left;
}
.subpages .scroll__stagger-item {
  opacity: 0;
}
.subpages .scroll__after-heading {
  opacity: 0;
}
/*# sourceMappingURL=style.css.map */