@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
}

@media screen and (max-width: 1029px) and (min-width: 780px) {
  html {
    font-size: calc(16 / 1030 * 100vw);
  }
}
@media screen and (max-width: 389px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  color: #1b2631;
  font-family: "Noto Sans JP", sans-serif;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 780px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-main {
  min-height: 100vh;
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1030px;
  height: inherit;
  padding: 0 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 779px) {
  .l-inner {
    width: 100%;
    max-width: 620px;
    padding: 0 0.625rem;
  }
}

.l-inner__narrow {
  max-width: 50rem;
}
@media screen and (max-width: 779px) {
  .l-inner__narrow {
    padding: 0 0.625rem;
    max-width: 600px;
  }
}

.l-footer {
  background: #1f3c63;
  color: white;
}

.l-footer__inner {
  padding-bottom: 34px;
  max-width: 1308px;
}

.l-footer__content {
  padding-top: 16px;
  border-top: 0.25px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 44px;
  gap: 64px;
}
@media screen and (max-width: 779px) {
  .l-footer__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}

.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.l-footer__logo img {
  width: 71px;
  height: 42px;
}

.l-footer__brand-name {
  font-size: max(2.25rem, 28.8px);
  font-weight: 400;
  line-height: 1.6;
  color: #fff;
  font-family: Arial, sans-serif;
}
@media screen and (max-width: 779px) {
  .l-footer__brand-name {
    font-size: 2.25rem;
  }
}

.l-footer__description p {
  font-size: max(1.125rem, 14.4px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .l-footer__description p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 779px) {
  .l-footer__description p {
    font-size: max(1rem, 12.8px);
    font-weight: 600;
    line-height: 1.6;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .l-footer__description p {
    font-size: 1rem;
  }
}

.l-footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 46px;
}

.l-footer__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.l-footer__social-link:hover {
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.l-footer__social-link img {
  width: 36px;
  height: 36px;
  aspect-ratio: 1/1;
}

.l-footer__copyright {
  text-align: center;
  margin-top: 44px;
}

.l-footer__copyright p {
  font-size: max(0.875rem, 11.2px);
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
}
@media screen and (max-width: 779px) {
  .l-footer__copyright p {
    font-size: 0.875rem;
  }
}

.l-section {
  padding-block: 80px;
}
@media screen and (max-width: 779px) {
  .l-section {
    padding-block: 60px;
  }
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

/* FVセクション */
.p-fv {
  min-height: 100vh;
  background: #1f3c63;
  position: relative;
  padding-bottom: 100px;
}

.p-fv__logo {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 71px;
  height: 42px;
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .p-fv__logo {
    top: 10px;
    left: 10px;
  }
}
.p-fv__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: Arial, sans-serif;
  color: #1f3c63;
  font-size: max(2.25rem, 28.8px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-fv__logo a {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-fv__logo a {
    color: #fff;
  }
}

.p-fv__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 60%;
  height: 88%;
  overflow: hidden; /* はみ出した部分を隠す */
  border-radius: 0 0 20px 0;
}
.p-fv__image picture {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .p-fv__image {
    top: 12.5rem;
    width: 90%;
    height: 60%;
  }
}
@media screen and (max-width: 779px) {
  .p-fv__image {
    top: 15.625rem;
    width: 80%;
    height: 45%;
    border-radius: 0;
  }
}
.p-fv__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像を拡大しつつ中央をトリミング */
  -o-object-position: left;
     object-position: left; /* 左を基準に表示 */
}

.p-fv__inner {
  position: relative;
  z-index: 10; /* 疑似要素の上に出す */
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .p-fv__inner {
    padding-top: 71px;
  }
}

.p-fv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 16px;
  padding-right: 3.5rem;
  padding-top: 140px;
}
@media screen and (max-width: 1000px) {
  .p-fv__content {
    padding: 9px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-fv__title {
  font-size: max(2.25rem, 28.8px);
  font-weight: 700;
  line-height: 1.6;
  color: #1f3c63;
}
@media screen and (max-width: 779px) {
  .p-fv__title {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-fv__title {
    font-size: 28px;
  }
}

.p-fv__title-bg {
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .p-fv__title-bg {
    padding-inline: 1.71875rem;
  }
}

.p-fv__title-bg--1 {
  padding: 0 0 0 18px;
}
@media screen and (max-width: 1000px) {
  .p-fv__title-bg--1 {
    padding: 0;
  }
}

.p-fv__title-bg--2 {
  padding: 0 18px 0 0;
}
@media screen and (max-width: 1000px) {
  .p-fv__title-bg--2 {
    padding: 0;
    margin-top: 0.5rem;
  }
}

.p-fv__subtitle {
  font-size: max(1.25rem, 16px);
  font-weight: 600;
  line-height: 1.5;
  color: #2c3e50;
  display: inline-block;
}
@media screen and (max-width: 779px) {
  .p-fv__subtitle {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-fv__subtitle {
    font-size: 18px;
  }
}

.p-fv__subtitle-bg--1 {
  padding-left: 0.1875rem;
  padding-block: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .p-fv__subtitle-bg--1 {
    padding: 0;
  }
}

.p-fv__subtitle-bg--2 {
  padding-right: 0.1875rem;
  padding-block: 0.5rem;
}
@media screen and (max-width: 1000px) {
  .p-fv__subtitle-bg--2 {
    padding: 0;
    margin-top: 0.5rem;
  }
}

.p-fv__subtitle-bg {
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .p-fv__subtitle-bg {
    text-wrap: nowrap;
    padding-inline: 0.3125rem;
    padding-block: 0.5rem;
  }
}

.p-fv__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding-top: 24px;
  padding-bottom: 80px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  .p-fv__features {
    gap: 4px;
    padding-bottom: 1.25rem;
    padding-top: 21.875rem;
  }
}
@media screen and (max-width: 779px) {
  .p-fv__features {
    padding-top: 12.5rem;
  }
}

.p-fv__feature {
  border-radius: 160px;
  border: 1px solid #e1ebf5;
  background: -webkit-gradient(linear, right top, left top, from(#fae4cb), to(#fcca92));
  background: linear-gradient(270deg, #fae4cb 0%, #fcca92 100%);
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
  width: 146px;
  gap: 24px;
  height: 146px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1000px) {
  .p-fv__feature {
    width: 90px;
    height: 90px;
  }
}

.p-fv__feature-text {
  font-size: max(1.125rem, 14.4px);
  font-weight: 600;
  line-height: 1.6;
  color: #1f3c63;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .p-fv__feature-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1000px) {
  .p-fv__feature-text {
    font-size: 14px;
  }
}

.p-fv__cta {
  position: relative;
  margin: 0 !important;
}

.p-recommend {
  background: #e1ebf5;
  padding-top: 100px;
  position: relative;
}

.p-recommend__header {
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -50%;
  text-align: center;
  margin-bottom: 50px;
}

.p-recommend__title {
  font-size: max(1.875rem, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #1f3c63;
  border: 1px solid #3498db;
  border-radius: 4px;
  padding-block: 24px;
  padding-inline: 81px;
  background: #fff;
  text-wrap: nowrap;
}
@media screen and (max-width: 779px) {
  .p-recommend__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 779px) {
  .p-recommend__title {
    padding-block: 12px;
    padding-inline: 24px;
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-recommend__title {
    font-size: 1.5rem;
  }
}

.p-recommend__title-highlight {
  color: #3498db;
}

.p-recommend__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 779px) {
  .p-recommend__grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

.p-recommend__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 13px;
  background: #fff;
  padding: 16px;
}

.p-03 {
  padding-bottom: 53px;
}

.p-recommend__number {
  font-size: max(4rem, 51.2px);
  font-weight: 700;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  color: #5d6d7e;
}
@media screen and (max-width: 779px) {
  .p-recommend__number {
    font-size: 4rem;
  }
}
@media screen and (max-width: 779px) {
  .p-recommend__number {
    font-size: 56px;
    font-weight: 700;
    line-height: 100%;
  }
}

.p-recommend__item-title {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  color: #000;
  text-decoration: underline;
  text-decoration-color: #3498db;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 779px) {
  .p-recommend__item-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 779px) {
  .p-recommend__item-title {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.5;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-recommend__item-title {
    font-size: 1.125rem;
  }
}

.p-recommend__note {
  color: #000;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-recommend__note {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-recommend__note {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-recommend__note {
    font-size: 0.875rem;
  }
}

.p-recommend__description p {
  margin-bottom: 5px;
  color: #000;
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-recommend__description p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-recommend__description p {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-recommend__description p {
    font-size: 0.875rem;
  }
}

.p-reason {
  background: #fff;
}

.p-reason__inner {
  max-width: 926px;
}

.p-reason__header {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 779px) {
  .p-reason__header {
    margin-bottom: 40px;
  }
}

.p-reason__title {
  font-size: max(1.875rem, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #1f3c63;
}
@media screen and (max-width: 779px) {
  .p-reason__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 779px) {
  .p-reason__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-reason__title {
    font-size: 1.5rem;
  }
}

.p-reason__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.p-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 39px;
  padding-block: 16px;
  padding-left: 0;
  border-bottom: 1px solid #e1ebf5;
}
@media screen and (max-width: 779px) {
  .p-reason__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    max-width: 37.5rem;
    margin: 0 auto;
  }
}

.p-reason__number {
  width: 70px;
  height: 67px;
}

.p-reason__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 779px) {
  .p-reason__content {
    gap: 15px;
  }
}

.p-reason__item-title {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  color: #3498db;
}
@media screen and (max-width: 779px) {
  .p-reason__item-title {
    font-size: 1.25rem;
  }
}
.p-reason__item-title span {
  text-decoration: underline;
  text-decoration-color: #ee7800;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media screen and (max-width: 779px) {
  .p-reason__item-title {
    font-size: max(1.125rem, 14.4px);
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-reason__item-title {
    font-size: 1.125rem;
  }
}

.p-reason__description {
  font-size: max(1.125rem, 14.4px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-reason__description {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 779px) {
  .p-reason__description {
    font-size: 16px;
  }
}

.p-capital {
  text-align: center;
  position: relative;
}
.p-capital::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: #f2f2f2;
  z-index: 0;
}

.p-capital__title {
  font-size: max(1.875rem, 24px);
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 43px;
  color: #1f3c63;
}
@media screen and (max-width: 779px) {
  .p-capital__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 779px) {
  .p-capital__title {
    margin-bottom: 36px;
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-capital__title {
    font-size: 1.5rem;
  }
}

.p-capital__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4px;
}

.p-capital__total-label {
  background-image: url("../img/startup/sum-bg.svg");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 18px 39px;
  padding-right: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 142px;
  height: 66px;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 779px) {
  .p-capital__total-label {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 779px) {
  .p-capital__total-label {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.5;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-capital__total-label {
    font-size: 1.125rem;
  }
}

.p-capital__total-amount {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  padding-inline: 16px;
  color: #1f3c63;
}
@media screen and (max-width: 779px) {
  .p-capital__total-amount {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 779px) {
  .p-capital__total-amount {
    font-size: max(1.125rem, 14.4px);
    font-weight: 700;
    line-height: 1.5;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-capital__total-amount {
    font-size: 1.125rem;
  }
}

.p-capital__note {
  font-size: max(0.875rem, 11.2px);
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 32px;
}
@media screen and (max-width: 779px) {
  .p-capital__note {
    font-size: 0.875rem;
  }
}

.p-capital__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
  margin-bottom: 24px;
  border: 1px solid rgba(93, 109, 126, 0.3); /* 色の透明度で細く見せる */
  padding-block: 29px;
  background: #fff;
}
@media screen and (max-width: 779px) {
  .p-capital__grid {
    gap: 10px;
    margin-bottom: 16px;
  }
}

.p-capital__block--primary-wrap {
  width: 707px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #3498db;
  border-radius: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 779px) {
  .p-capital__block--primary-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 350px;
  }
}

.p-capital__block--secondary-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}
@media screen and (max-width: 779px) {
  .p-capital__block--secondary-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

.p-capital__block {
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #3498db;
  width: 170px;
}

.p-capital__block--primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-right: 1px solid #3498db;
  width: 290px;
}
@media screen and (max-width: 779px) {
  .p-capital__block--primary {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #3498db;
  }
}

.p-capital__block-header {
  background-color: #3498db;
  color: #fff;
  padding: 4px 8px;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .p-capital__block-header {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 779px) {
  .p-capital__block-header {
    font-size: 18px;
  }
}

.p-capital__block-price {
  padding: 16px;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .p-capital__block-price {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 779px) {
  .p-capital__block-price {
    font-size: 18px;
  }
}

.p-capital__block--detail-wrap {
  padding-left: 16px;
}
@media screen and (max-width: 779px) {
  .p-capital__block--detail-wrap {
    padding-left: 4px;
    padding-block: 8px;
  }
}

.p-capital__detail-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 子要素を横並びにする */
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* 幅が足りない時に折り返す */
  -ms-flex-line-pack: center;
      align-content: center; /* 複数行になった場合の全体を下端に揃える */
  gap: 12px 16px; /* 縦12px・横16pxのマス間余白 */
}
.p-capital__detail-item {
  display: inline-block;
  text-wrap: nowrap;
}

.p-capital__detail-label {
  border: 1px solid #ee7800;
  border-radius: 60px;
  padding: 3px 7px;
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-capital__detail-label {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-capital__detail-label {
    font-size: max(0.875rem, 11.2px);
    font-weight: 600;
    line-height: 1.6;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-capital__detail-label {
    font-size: 0.875rem;
  }
}

.p-capital__detail-etc {
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.6;
  margin-top: 10px;
  text-align: right;
}
@media screen and (max-width: 779px) {
  .p-capital__detail-etc {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-capital__detail-etc {
    text-align: center;
    margin-top: 5px;
  }
}

.p-capital__return {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (max-width: 779px) {
  .p-capital__return {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.p-capital__return-label {
  border-radius: 2px;
  background-color: #dec4a6;
  color: #1f3c63;
  padding: 10px;
  font-size: max(1.125rem, 14.4px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-capital__return-label {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 779px) {
  .p-capital__return-label {
    font-size: 16px;
  }
}

.p-capital__return-text {
  font-size: max(1.125rem, 14.4px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-capital__return-text {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 779px) {
  .p-capital__return-text {
    font-size: 16px;
  }
}

.p-loyalty {
  text-align: center;
  background: #5d6d7e;
}

.p-loyalty__body {
  background: #fff;
  padding-block: 32px;
  padding-bottom: 42px;
}

.p-loyalty__title {
  font-size: max(2.5rem, 32px);
  font-weight: 700;
  line-height: 1.2;
  color: #1f3c63;
  margin-bottom: 40px;
}
@media screen and (max-width: 779px) {
  .p-loyalty__title {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 779px) {
  .p-loyalty__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
}

.p-loyalty__notice {
  margin-bottom: 52px;
}
@media screen and (max-width: 779px) {
  .p-loyalty__notice {
    margin-bottom: 42px;
  }
}

.p-loyalty__notice-text {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
  text-decoration-color: #ee7800;
}
@media screen and (max-width: 779px) {
  .p-loyalty__notice-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 779px) {
  .p-loyalty__notice-text {
    font-size: 18px;
  }
}

.p-loyalty__date {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-loyalty__date {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-loyalty__date {
    font-size: 14px;
  }
}

.p-loyalty__support-title {
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 76px;
  color: #ee7800;
}
@media screen and (max-width: 779px) {
  .p-loyalty__support-title {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 779px) {
  .p-loyalty__support-title {
    margin-bottom: 44px;
  }
}

.p-loyalty__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-bottom: 35px;
}
@media screen and (max-width: 779px) {
  .p-loyalty__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}

.p-loyalty__card {
  position: relative;
  width: 205px;
  height: 112px;
  background: #fff;
  border: 1px solid #1f3c63;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-loyalty__card-header {
  background-color: #3498db;
  position: absolute;
  top: -12px;
  left: 50%;
  width: 160px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 10px;
  border-radius: 4px;
  z-index: 1;
}

.p-loyalty__card-period {
  color: #fff;
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-loyalty__card-period {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-loyalty__card-period {
    font-size: 14px;
  }
}

.p-loyalty__card-body {
  padding-top: 30px;
  text-align: center;
}

.p-loyalty__card-price {
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-loyalty__card-price {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-loyalty__card-price {
    font-size: 14px;
  }
}

.p-loyalty__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 779px) {
  .p-loyalty__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.p-loyalty__arrow-icon {
  width: 32px;
  height: 32px;
  color: #5d6d7e;
}
@media screen and (max-width: 779px) {
  .p-loyalty__arrow-icon {
    width: 24px;
    height: 24px;
  }
}

.p-loyalty__note-text {
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-loyalty__note-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-loyalty__note-text {
    font-size: 14px;
  }
}

.p-application-flow {
  background-color: #e1ebf5;
}

.p-application-flow__container {
  border-radius: 4px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px;
  gap: 40px;
}
@media screen and (max-width: 779px) {
  .p-application-flow__container {
    gap: 32px;
  }
}

.p-application-flow__title {
  font-size: max(1.875rem, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #1f3c63;
  text-align: center;
}
@media screen and (max-width: 779px) {
  .p-application-flow__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 779px) {
  .p-application-flow__title {
    font-size: 24px;
  }
}

.p-application-flow__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 48px;
}
@media screen and (max-width: 1000px) {
  .p-application-flow__content {
    gap: 15px;
  }
}
@media screen and (max-width: 779px) {
  .p-application-flow__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.p-application-flow__steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-application-flow__step {
  background-color: #fff;
  border: 1px solid #3498db;
  padding: 16px 8px 16px 90px;
  position: relative;
  width: 100%;
  height: 129px;
}
@media screen and (max-width: 779px) {
  .p-application-flow__step {
    width: 21.875rem;
  }
}

.p-application-flow__step-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.p-application-flow__step-content p {
  font-size: max(1.25rem, 16px);
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 779px) {
  .p-application-flow__step-content p {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 779px) {
  .p-application-flow__step-content p {
    font-size: 18px;
  }
}

.p-application-flow__step-image {
  width: 197px;
  height: 175px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 779px) {
  .p-application-flow__step-image {
    width: 229px;
    height: 204px;
  }
}

.p-application-flow__step-number {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -6px;
  left: 8px;
  background-color: #dec4a6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.p-application-flow__step-label {
  border-bottom: 1px solid #3498db;
  padding-bottom: 3px;
  font-size: max(0.875rem, 11.2px);
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 779px) {
  .p-application-flow__step-label {
    font-size: 0.875rem;
  }
}

.p-application-flow__step-num {
  font-size: max(1.75rem, 22.4px);
  font-weight: 500;
  line-height: 1;
  color: #1f3c63;
  font-family: Roboto;
}
@media screen and (max-width: 779px) {
  .p-application-flow__step-num {
    font-size: 1.75rem;
  }
}

.p-application-flow__arrow {
  width: 35px;
  height: 29px;
}

.c-btn--primary {
  position: relative;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(rgb(255, 132.7857142857, 8.5)), to(rgb(212.5, 107.1428571429, 0)));
  background: linear-gradient(90deg, rgb(255, 132.7857142857, 8.5), rgb(212.5, 107.1428571429, 0));
  color: #fff;
  width: 16.1875rem;
  height: 3.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 1.5rem;
  gap: 0.625rem;
  border-radius: 3.75rem;
  -webkit-box-shadow: 0 0 6px rgba(165, 202, 253, 0.25);
          box-shadow: 0 0 6px rgba(165, 202, 253, 0.25);
  white-space: nowrap;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  /* キラキラ流れる光 */
}
.c-btn--primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  pointer-events: none;
}
.c-btn--primary:hover {
  -webkit-transform: translateY(-2px) scale(1.03);
          transform: translateY(-2px) scale(1.03);
  -webkit-box-shadow: 0 4px 12px rgba(165, 202, 253, 0.35), 0 0 8px rgba(255, 255, 255, 0.25);
          box-shadow: 0 4px 12px rgba(165, 202, 253, 0.35), 0 0 8px rgba(255, 255, 255, 0.25);
}
.c-btn--primary:hover::before {
  -webkit-animation: shimmer 1s ease forwards;
          animation: shimmer 1s ease forwards;
}
@media screen and (max-width: 779px) {
  .c-btn--primary {
    width: 240px;
  }
}

@-webkit-keyframes shimmer {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

@keyframes shimmer {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}
.c-btn__text {
  font-size: max(1.25rem, 16px);
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 779px) {
  .c-btn__text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 779px) {
  .c-btn__text {
    font-size: 18px;
  }
}

.c-btn__icon {
  width: 9px;
  height: 14px;
}

.p-application-flow__step-content--last {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 779px) {
  .p-application-flow__step-content--last {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-application-flow__step-images {
  position: relative;
}

.p-application-flow__step-image--main {
  position: absolute;
  top: 0;
  left: 0;
  width: 9.0625rem;
  height: 6.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.p-application-flow__step-image--sub {
  position: absolute;
  top: 0;
  left: 0;
  translate: 35% 50%;
  width: 9.0625rem;
  height: 6.875rem;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.p-application-flow__step--last {
  height: 207px;
}
@media screen and (max-width: 779px) {
  .p-application-flow__step--last {
    height: 250px;
  }
}

.p-faq {
  background: #f2f2f2;
  position: relative;
  z-index: 1;
}

.p-faq__card {
  background: #fff;
  max-width: 59.375rem;
  padding-block: 32px;
  padding-inline: 107px;
}
@media screen and (max-width: 779px) {
  .p-faq__card {
    padding: 24px 10px;
    width: 100%;
  }
}

.p-faq__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: max(1.875rem, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #1f3c63;
}
@media screen and (max-width: 779px) {
  .p-faq__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 779px) {
  .p-faq__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-faq__title {
    font-size: 1.5rem;
  }
}

.p-faq__item {
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #E1EBF5;
  padding: 16px 0 16px 12.5px;
}
.p-faq__item:last-child {
  border-bottom: none;
}
.p-faq__item:first-child {
  border-bottom: 1px solid #e1ebf5;
}
.p-faq__item.is-open .p-faq__arrow {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
.p-faq__item.is-open .p-faq__answer {
  max-height: 500px;
  opacity: 1;
  padding: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 779px) {
  .p-faq__item.is-open .p-faq__answer {
    padding-left: 0;
  }
}

.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  cursor: pointer;
}
@media screen and (max-width: 779px) {
  .p-faq__question {
    padding-left: 0;
  }
}
.p-faq__question p {
  font-size: max(1.125rem, 14.4px);
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.0555555556em;
  color: #333;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 779px) {
  .p-faq__question p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 779px) {
  .p-faq__question p {
    font-size: max(0.9375rem, 12px);
    font-weight: 600;
    line-height: 1.7066666667;
    letter-spacing: 0.0666666667em;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-faq__question p {
    font-size: 0.9375rem;
  }
}

.p-faq__q-mark {
  font-size: max(1.75rem, 22.4px);
  font-weight: 500;
  line-height: 1;
  color: #1f3c63;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 36.5px;
}
@media screen and (max-width: 779px) {
  .p-faq__q-mark {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 779px) {
  .p-faq__q-mark {
    margin-right: 20.5px;
  }
}

.p-faq__arrow {
  width: 20px;
  height: 20px;
  border-top: 3px solid #1f3c63;
  border-right: 3px solid #1f3c63;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 779px) {
  .p-faq__arrow {
    width: 10px;
    height: 10px;
    border-top: 2px solid #1f3c63;
    border-right: 2px solid #1f3c63;
    margin-left: 5px;
  }
}

.p-faq__answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 779px) {
  .p-faq__answer {
    padding: 0 16px;
  }
}

.p-faq__a-mark {
  font-size: max(1.75rem, 22.4px);
  font-weight: 500;
  line-height: 1;
  color: #3498db;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 36.5px;
  margin-left: 1px;
}
@media screen and (max-width: 779px) {
  .p-faq__a-mark {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 779px) {
  .p-faq__a-mark {
    margin-right: 20.5px;
  }
}

.p-faq__answer-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-faq__answer-content p {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0.0625em;
}
@media screen and (max-width: 779px) {
  .p-faq__answer-content p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-faq__answer-content p {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.0714285714em;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-faq__answer-content p {
    font-size: 0.875rem;
  }
}

.p-owner {
  background: #fff;
  position: relative;
  overflow: hidden;
}
.p-owner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 35vw;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  background-image: url("../img/owner/owner-bg-pc.svg");
}
@media screen and (max-width: 1000px) {
  .p-owner::after {
    width: 40vw;
  }
}
@media screen and (max-width: 779px) {
  .p-owner::after {
    background-image: url("../img/owner/owner-bg-sp.svg");
    width: 35vw;
  }
}

.p-owner__inner {
  z-index: 2;
}

.p-owner__card {
  background: #fff;
  padding: 32px;
}
@media screen and (max-width: 779px) {
  .p-owner__card {
    padding-inline: 10px;
    max-width: 500px;
    margin: 0 auto;
  }
}

.p-owner__header {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 779px) {
  .p-owner__header {
    margin-bottom: 40px;
  }
}

.p-owner__title {
  color: #1f3c63;
  display: inline-block;
  font-size: max(1.875rem, 24px);
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-owner__title {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 779px) {
  .p-owner__title {
    font-size: max(1.5rem, 19.2px);
    font-weight: 700;
    line-height: 1.6;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-owner__title {
    font-size: 1.5rem;
  }
}

.p-owner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
@media screen and (max-width: 779px) {
  .p-owner__content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.p-owner__text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-owner__message {
  font-size: max(1rem, 12.8px);
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-owner__message {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-owner__message {
    font-size: max(0.875rem, 11.2px);
    font-weight: 400;
    line-height: 1.6;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-owner__message {
    font-size: 0.875rem;
  }
}

.p-owner__message-gap {
  margin-bottom: 1.75rem;
}

.p-owner__signature {
  margin-top: 26px;
  text-align: right;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.p-owner__company {
  font-size: max(1.125rem, 14.4px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-owner__company {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 779px) {
  .p-owner__company {
    font-size: max(1rem, 12.8px);
    font-weight: 600;
    line-height: 1.6;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-owner__company {
    font-size: 1rem;
  }
}

.p-owner__image-area {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-owner__image {
  width: 21.875rem;
}
@media screen and (max-width: 779px) {
  .p-owner__image {
    width: 100%;
  }
}

.p-cta {
  background: #1f3c63;
}

.p-cta__inner {
  padding-block: 60px;
  text-align: center;
}

.p-cta__btn {
  margin: 0 auto;
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ee7800;
  color: #fff;
  font-size: max(1.25rem, 16px);
  font-weight: 700;
  line-height: 1.5;
  padding: 24px;
  border-radius: 60px;
  -webkit-box-shadow: 0 0 4px 0 rgba(165, 202, 253, 0.25);
          box-shadow: 0 0 4px 0 rgba(165, 202, 253, 0.25);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 779px) {
  .p-cta__btn {
    font-size: 1.25rem;
  }
}
.p-cta__btn svg {
  padding-left: 10px;
  width: 20px;
  height: 20px;
  color: #fff; /* 通常時 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-cta__btn:hover {
  background: #fff;
  color: #ee7800;
}
.p-cta__btn:hover svg {
  color: #ee7800; /* ホバー時 */
}
@media screen and (max-width: 779px) {
  .p-cta__btn {
    font-size: max(1rem, 12.8px);
    font-weight: 600;
    line-height: 1.6875;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-cta__btn {
    font-size: 1rem;
  }
}

.p-area {
  width: 100%;
  background-image: url("../img/area/area-bg-pc.png");
  background-size: cover;
  background-position: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 779px) {
  .p-area {
    padding-top: 325px;
    background-position: top;
    background-image: url("../img/area/area-bg-sp.png");
  }
}
.p-area:before {
  position: absolute;
  content: "";
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(222, 196, 166, 0.4);
}

.p-area-circle {
  z-index: 1;
  width: 448px;
  height: 448px;
  border-radius: 250px;
  background-color: #e1ebf5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 779px) {
  .p-area-circle {
    width: 370px;
    height: 370px;
    gap: 8px;
  }
}

.p-area-title {
  font-size: max(1.875rem, 24px);
  font-weight: 700;
  line-height: 1.6;
  color: #1f3c63;
}
@media screen and (max-width: 779px) {
  .p-area-title {
    font-size: 1.875rem;
  }
}
.p-area-title span {
  font-size: max(1rem, 12.8px);
  font-weight: 500;
}
@media screen and (max-width: 779px) {
  .p-area-title span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-area-title {
    font-size: 24px;
  }
}

.p-area-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 779px) {
  .p-area-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
}

.p-area-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-top: 8px;
}
@media screen and (max-width: 779px) {
  .p-area-info {
    margin-top: 0;
    gap: 8px;
  }
}

.p-area-info-text {
  font-size: max(1rem, 12.8px);
  font-weight: 600;
  line-height: 1.6;
  color: #1f3c63;
}
@media screen and (max-width: 779px) {
  .p-area-info-text {
    font-size: 1rem;
  }
}
@media screen and (max-width: 779px) {
  .p-area-info-text {
    font-size: 14px;
  }
}

.p-area__badge {
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #3498db;
  padding: 10px;
  font-size: max(1.125rem, 14.4px);
  font-weight: 600;
  line-height: 1.6;
}
@media screen and (max-width: 779px) {
  .p-area__badge {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 779px) {
  .p-area__badge {
    padding: 8px;
    font-size: 16px;
  }
}

.p-line-button {
  width: 307px;
  border-radius: 160px;
  background-color: #00c300;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding: 24px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: max(1.125rem, 14.4px);
  font-weight: 600;
  line-height: 1.6;
}
.p-line-button:hover {
  background-color: #fff;
  color: #00c300;
}
.p-line-button:hover svg {
  color: #00c300; /* ホバー時 */
}
.p-line-button svg {
  width: 9px;
  height: 14px;
  color: #fff; /* 通常時 */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 779px) {
  .p-line-button {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 779px) {
  .p-line-button {
    width: 220px;
    padding-block: 16px;
    padding-inline: 0;
    font-size: max(1rem, 12.8px);
    font-weight: 600;
    line-height: 1.6;
  }
}
@media screen and (max-width: 779px) and (max-width: 779px) {
  .p-line-button {
    font-size: 1rem;
  }
}

@media (min-width: 780px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 779px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__jp {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 779px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 780px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 779px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 780px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 779px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 780px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 779px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 780px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 779px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 780px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

/* 色関連のユーティリティクラス */
.u-color-orenge {
  color: #ee7800 !important;
}