body.design-ctr {
  background: #ffffff;
  color: #0b0c0c;
}

.design-ctr main {
  background: #ffffff;
}

.design-ctr,
.design-ctr * {
  box-sizing: border-box;
}

.design-ctr .kv {
  position: relative;
  min-height: 608px;
  height: auto;
  justify-content: flex-start;
  align-items: center;
  padding: 96px 0 72px;
  overflow: hidden;
}

.design-ctr .kv-bg {
  background-image:
    linear-gradient(90deg, rgba(4, 23, 54, .72) 0%, rgba(4, 23, 54, .6) 34%, rgba(4, 23, 54, .36) 58%, rgba(4, 23, 54, .08) 100%),
    linear-gradient(180deg, rgba(2, 14, 32, .08) 0%, rgba(2, 14, 32, .32) 100%),
    url("../images/top/hero-stpaul.png");
  background-position: center center;
  background-size: cover;
}

.design-ctr .kv::after {
  display: none;
}

.design-ctr .copy-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 610px) minmax(300px, 360px);
  column-gap: 60px;
  row-gap: 0;
  align-items: end;
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
  background: transparent;
  color: #ffffff;
  text-align: left;
  transform: translateY(28px);
}

.design-ctr .eye-catch {
  max-width: 610px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .38);
}

.design-ctr .eye-catch-main {
  grid-column: 1 / -1;
  position: relative;
  margin-bottom: 26px;
  padding-bottom: 30px;
  border-bottom: 0;
  font-size: 4.8rem;
  line-height: 1.32;
  letter-spacing: 0;
}

.design-ctr .eye-catch-main::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 56px;
  height: 4px;
  background: #d4351c;
}

.design-ctr .eye-catch-sub {
  grid-column: 1;
  margin: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.9;
}

.design-ctr .kv-btn {
  grid-column: 2;
  align-self: end;
}

.design-ctr .kv .kv-btn .btn {
  margin: 0 0 0 auto;
}

.design-ctr .kv .kv-btn .btn,
.design-ctr .footer-fixed .btn {
  min-width: min(100%, 360px);
  min-height: 72px;
  padding: 16px 54px 15px 20px;
  border: 2px solid #005a30;
  border-bottom-color: #003820;
  border-radius: 0;
  background: #00703c;
  box-shadow: none;
  isolation: auto;
  overflow: hidden;
  transform: none;
}

.design-ctr .kv .kv-btn .btn:hover,
.design-ctr .footer-fixed .btn:hover {
  background: #004625;
  border-color: #002f1a;
  box-shadow: none;
}

.design-ctr .kv .kv-btn .btn::before,
.design-ctr .footer-fixed .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 11px;
  height: 11px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}

.design-ctr .kv .kv-btn .btn::after,
.design-ctr .footer-fixed .btn::after {
  display: none;
}

.design-ctr .kv .kv-btn .btn .icon-entry,
.design-ctr .footer-fixed .btn .icon-entry {
  display: none;
}

.design-ctr .kv .kv-btn .btn-main,
.design-ctr .footer-fixed .btn-main {
  margin-bottom: .55rem;
  font-size: 2rem;
  line-height: 1.1;
  letter-spacing: 0;
}

.design-ctr .kv .kv-btn .btn-sub,
.design-ctr .footer-fixed .btn-sub {
  color: rgba(255, 255, 255, .88);
  font-size: 1.25rem;
  line-height: 1.35;
}

.design-ctr .footer-fixed {
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
}

.design-ctr .footer-fixed .scroll-top {
  margin: 0 10px 10px 0;
}

.design-ctr .footer-fixed .floating {
  padding: 12px 0;
  background-color: hsla(0, 0%, 100%, .8);
}

.design-ctr .footer-fixed .btn {
  width: fit-content;
  margin: auto;
}

.design-ctr header .header-wrapper {
  min-height: 90px;
  height: 90px;
}

.design-ctr .global-nav-main {
  display: flex;
  justify-content: center;
}

.design-ctr .global-nav-main li {
  border-right: 0;
  border-left: 0;
  float: none;
}

.design-ctr .global-nav-main a {
  font-size: 1.5rem;
}

.design-ctr .global-nav-expand {
  background-color: #012169;
}

.design-ctr .global-nav-expand .common-nav h2 {
  border-bottom-color: #c8102e;
}

.design-ctr footer .common-nav p {
  font-size: 1.6rem;
}

.design-ctr footer .common-nav li,
.design-ctr footer .common-nav li a {
  font-size: 1.4rem;
}

.design-ctr footer .footer-bottom-text {
  font-size: 12px;
}

.design-ctr main > section.top-overview > .inner > h2::before {
  left: 32px;
}

.design-ctr main > section p,
.design-ctr main > section div,
.design-ctr main > section li {
  font-size: 1.6rem;
}

.design-ctr main > section .top-overview h2,
.design-ctr main > section.top-overview h2,
.design-ctr .top-apply-flow h2 {
  font-size: 2.6rem;
}

.design-ctr .top-apply-flow {
  background: linear-gradient(90deg, #eef5ff 0%, #f7fbff 48%, #eef5ff 100%);
  padding: 28px 0 34px;
}

.design-ctr .top-apply-flow .inner {
  max-width: 1180px;
}

.design-ctr .top-apply-flow-list {
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  padding: 0;
  gap: 26px;
}

.design-ctr .top-apply-flow-list-item {
  width: 210px;
}

.design-ctr .top-apply-flow-list-item h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 10px;
  color: var(--flow-accent);
}

.design-ctr .top-apply-flow-list-item-header {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 80px;
  height: 26px;
  margin-bottom: 4px;
  padding: 0 14px;
  border-radius: 999px;
  background: var(--flow-accent);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .22);
}

.design-ctr .top-apply-flow-list-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  margin-bottom: 4px;
  border-radius: 50%;
  background: radial-gradient(circle at 48% 42%, #eef9f1 0%, #e4f1e8 58%, #dcebe0 100%);
}

.design-ctr .top-apply-flow-list-item .icon img {
  width: 78px;
  height: 78px;
  object-fit: contain;
}

.design-ctr .top-apply-flow-list-item-title {
  display: block;
  color: var(--flow-accent);
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1.45;
}

.design-ctr .top-apply-flow-list-item p {
  margin-top: 0;
  padding: 4px;
  color: #000000;
  font-size: 1.6rem;
  line-height: 1.8;
}

.design-ctr .top-apply-flow-list-item p a {
  color: #4b9ae6;
}

.design-ctr .top-apply-flow-list-arrow {
  width: 0;
  height: 0;
  margin-top: 78px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 15px solid #111111;
}

.design-ctr .top-apply-flow-list-arrow img {
  display: none;
}

.design-ctr .top-overview-title h2 .lang-jp {
  font-size: 3rem;
}

.design-ctr .top-overview-title h2 .lang-jp.small {
  font-size: 2.4rem;
}

.design-ctr .top-contents-wrap-title h2 {
  font-size: 2.8rem;
}

.design-ctr .common-title {
  font-size: 2.2rem;
}

.design-ctr .top-contents-wrap .style-title {
  font-size: 2rem;
}

.design-ctr .overview-subtitle {
  font-size: 1.8rem;
}

.design-ctr .overview-subtitle-spaced {
  display: inline-block;
  margin-top: 12px;
}

.design-ctr .need-list li {
  font-size: 1.8rem;
  font-weight: 400;
}

.design-ctr .need-list {
  margin-top: 12px;
  padding-left: 0;
  list-style: none;
  counter-reset: need-item;
}

.design-ctr .need-list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.7;
  counter-increment: need-item;
}

.design-ctr .need-list li::before {
  content: counter(need-item);
  display: inline-flex;
  flex: 0 0 2.1rem;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  margin-top: .35em;
  border-radius: 999px;
  background: var(--flow-accent);
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1;
}

.design-ctr .top-overview-flex.mb-50 .top-overview-description > p,
.design-ctr .top-overview-flex.mb-50 .top-overview-description > p strong {
  font-size: 1.8rem;
}

.design-ctr .top-contents-wrap .style-title::before {
  top: .8em;
  transform: translateY(-50%);
}

.design-ctr .top-contents-wrap .style-title {
  line-height: 1.6;
}

.design-ctr {
  --flow-accent: #004225;
  --flow-icon-filter: brightness(0) saturate(100%) invert(17%) sepia(30%) saturate(2036%) hue-rotate(113deg) brightness(89%) contrast(104%);
}

.design-ctr .top-apply-flow-list-item h3 {
  color: var(--flow-accent);
}

.design-ctr .top-apply-flow-list-item .icon img {
  filter: var(--flow-icon-filter);
}

.design-ctr .top-contents.payment p,
.design-ctr .top-contents.payment li {
  font-size: 14px;
}

.design-ctr .top-contents.payment h2 {
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .design-ctr .header-description {
    display: block;
  }

  .design-ctr header .header-wrapper {
    min-height: 60px;
    height: 60px;
    padding: 0 10px;
  }

  .design-ctr .header-logo {
    width: 260px;
    height: 48px;
    max-width: calc(100% - 58px);
  }

  .design-ctr .menu {
    margin-top: -4px;
    padding: 0;
    width: 38px;
    font-size: 1.2rem;
    line-height: 1;
  }

  .design-ctr .menu i {
    width: 36px;
    height: 36px;
    background-size: 36px 36px;
    font-size: 3.6rem;
  }

  .design-ctr .menu span {
    margin-top: -6px;
  }

  .design-ctr .kv {
    min-height: 400px;
    height: 400px;
    padding: 36px 0 42px;
    align-items: center;
  }

  .design-ctr .kv-bg {
    background-image:
      linear-gradient(90deg, rgba(4, 23, 54, .68) 0%, rgba(4, 23, 54, .52) 52%, rgba(4, 23, 54, .2) 100%),
      linear-gradient(180deg, rgba(2, 14, 32, .08) 0%, rgba(2, 14, 32, .36) 100%),
      url("../images/top/hero-stpaul.png");
    background-position: 61% center;
  }

  .design-ctr .copy-wrap {
    display: block;
    padding: 0 25px;
    transform: translateY(16px);
  }

  .design-ctr .eye-catch-main {
    margin-bottom: 18px;
    padding-bottom: 20px;
    font-size: 3rem;
    line-height: 1.32;
  }

  .design-ctr .eye-catch-sub {
    margin-bottom: 22px;
    font-size: 1.45rem;
    line-height: 1.75;
  }

  .design-ctr .kv .kv-btn .btn,
  .design-ctr .footer-fixed .btn {
    min-height: 64px;
    padding: 13px 48px 13px 16px;
  }

  .design-ctr .kv-btn {
    display: flex;
    justify-content: center;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .design-ctr .kv .kv-btn .btn {
    width: 300px;
    min-width: 0;
    margin: 0 auto;
    padding-right: 40px;
  }

  .design-ctr .footer-fixed .btn {
    min-width: 100%;
  }

  .design-ctr .kv .kv-btn .btn-main,
  .design-ctr .footer-fixed .btn-main {
    font-size: 1.7rem;
  }

  .design-ctr .kv .kv-btn .btn-main {
    font-size: 1.5rem;
  }

  .design-ctr .kv .kv-btn .btn-sub,
  .design-ctr .footer-fixed .btn-sub {
    font-size: 1.2rem;
  }

  .design-ctr .footer-fixed .floating {
    padding: 10px 20px;
  }

  .design-ctr #floating-on {
    margin-top: 50px;
  }

  .design-ctr main > section p,
  .design-ctr main > section div,
  .design-ctr main > section li {
    font-size: 1.6rem;
  }

  .design-ctr main > section .top-overview h2,
  .design-ctr main > section.top-overview h2 {
    font-size: 2.2rem;
  }

  .design-ctr main > section.top-overview#floating-on > .inner > h2 {
    padding-bottom: 26px;
    font-size: 2rem;
  }

  .design-ctr main > section.top-overview#floating-on > .inner > h2::after {
    margin-top: 29px;
  }

  .design-ctr .top-apply-flow h2 {
    font-size: 2.2rem;
  }

  .design-ctr .top-apply-flow {
    padding: 28px 0 34px;
  }

  .design-ctr .top-apply-flow .inner {
    padding: 0 25px;
  }

  .design-ctr .top-apply-flow-list {
    align-items: stretch;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    gap: 14px;
    overflow: hidden;
  }

  .design-ctr .top-apply-flow-list-item {
    width: 100%;
    max-width: 100%;
  }

  .design-ctr .top-apply-flow-list-item h3 {
    width: 100%;
    margin-bottom: 12px;
    text-align: left;
  }

  .design-ctr .top-apply-flow-list-item .top-apply-flow-heading {
    display: grid;
    grid-template-columns: minmax(118px, max-content) 75px;
    grid-template-rows: auto auto;
    grid-template-areas:
      "step icon"
      "title icon";
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 104px;
    column-gap: 12px;
  }

  .design-ctr .top-apply-flow-heading .top-apply-flow-list-item-header {
    grid-area: step;
    justify-self: start;
    align-self: end;
    line-height: 1.2;
  }

  .design-ctr .top-apply-flow-list-item-header {
    height: 25px;
    min-width: 78px;
    margin-bottom: 4px;
    font-size: 1.5rem;
  }

  .design-ctr .top-apply-flow-heading .top-apply-flow-list-item-title {
    grid-area: title;
    justify-self: start;
    align-self: start;
    width: auto;
    text-align: center;
    line-height: 1.35;
    transform: translateX(calc((78px - 100%) / 2));
  }

  .design-ctr .top-apply-flow-list-item .icon {
    grid-area: icon;
    justify-self: center;
    align-self: center;
    width: 84px;
    height: 84px;
    margin-bottom: 0;
  }

  .design-ctr .top-apply-flow-list-item .icon img {
    width: 58px;
    height: 58px;
  }

  .design-ctr .top-apply-flow-list-item-title {
    font-size: 1.8rem;
  }

  .design-ctr .top-apply-flow-list-item p {
    margin-top: 0;
    font-size: 1.6rem;
    text-align: left;
  }

  .design-ctr .top-apply-flow-list-arrow {
    margin-top: 0;
    border-top-width: 12px;
    border-bottom-width: 12px;
    border-left-width: 13px;
    transform: rotate(90deg);
  }

  .design-ctr main > section.top-overview h2::before {
    top: 2px;
    left: 20px;
    width: 23px;
    height: 23px;
    border-width: 11.5px;
    border-bottom-width: 11.5px;
    border-right-width: 11.5px;
  }

  .design-ctr main > section.top-overview > .inner > h2::before {
    left: 20px;
  }

  .design-ctr .top-overview-title h2 .lang-jp {
    font-size: 2.2rem;
  }

  .design-ctr .top-overview-title h2 .lang-jp.small,
  .design-ctr .common-title,
  .design-ctr .top-contents-wrap-title h2,
  .design-ctr .top-contents.payment h2 {
    font-size: 2.2rem;
  }

  .design-ctr .top-overview-title h2:before {
    top: 2px;
    border-top-width: 11.5px;
    border-bottom-width: 11.5px;
    border-left-width: 11.5px;
    border-right-width: 11.5px;
    margin-left: -22px;
  }

  .design-ctr .top-overview-flex .top-overview-title h2:before {
    border-top-width: 13.5px;
    border-bottom-width: 13.5px;
    border-left-width: 13.5px;
    border-right-width: 13.5px;
    margin-left: -36px;
  }

  .design-ctr .common-title {
    border-left-width: 5px;
    line-height: 1.35;
  }

  .design-ctr .top-contents-wrap .style-title {
    font-size: 18px;
  }
}
