@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* ===========================================
@acab/reset.css
=========================================== */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  -moz-tab-size: 2;
    -o-tab-size: 2;
       tab-size: 2;
  scrollbar-gutter: stable;
  interpolate-size: allow-keywords;
  line-height: 1.5;
}

:where(html:has(dialog:modal[open])) {
  overflow: clip;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: inherit;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  -webkit-font-feature-settings: inherit;
          font-feature-settings: inherit;
  font-variation-settings: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled, label:has(> :disabled, + disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  -webkit-border-before: 1px solid;
          border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(dialog, [popover]) {
  border: none;
  background: none;
  color: inherit;
  inset: unset;
  max-width: unset;
  max-height: unset;
  overflow: unset;
}

:where(dialog:not([open], [popover]), [popover]:not(:popover-open)) {
  display: none !important;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  -webkit-box-shadow: 0 0 0 5px Canvas;
          box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
}

:root {
  --paddingInline: 20px;
}
@media (max-width: 767px) {
  :root {
    --paddingInline: 30px;
  }
}

html {
  height: -webkit-fill-available;
  font-size: calc(0.00625 * var(--viewportWidth)); /* 10px */ /* ピクセル値に変換 */
}
@media (max-width: 767px) {
  html {
    font-size: calc(0.0266666667 * var(--viewportWidth));
  }
}

@media screen and (min-width: 1600.1px) {
  html {
    font-size: 10px;
  }
}
body {
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
  -webkit-text-size-adjust: 100%;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  min-width: auto;
  color: #323232;
  font-family: "Inter", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: inherit;
  line-height: inherit;
}

span:not([class]) {
  display: inline-block;
}

img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

a {
  color: inherit;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}
/* システムのスタイルを打ち消したいときはここに記述 */
.p-heading {
  font-size: 58px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .p-heading {
    font-size: 38px;
    margin-bottom: 28px;
  }
}

.p-heading-en {
  font-size: 22px;
  padding-left: 30px;
  position: relative;
  line-height: 1;
  margin-bottom: 7px;
  color: #B4B4B4;
  font-weight: 600;
}
.p-heading-en:before {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #1F2D93;
  left: 0;
  top: 2px;
}
._dark .p-heading-en {
  color: #ffffff;
}
._dark .p-heading-en:before {
  background-color: #B7C0FF;
}
@media (max-width: 767px) {
  .p-heading-en {
    font-size: 15px;
    padding-left: 16px;
  }
  .p-heading-en:before {
    width: 11px;
    height: 11px;
    top: 2px;
  }
}

.p-heading-ja {
  font-weight: 700;
}

/* ==================================
ファーストビュー
================================== */
.p-firstview {
  padding-block: 5rem;
  position: relative;
}
@media (max-width: 767px) {
  .p-firstview {
    padding-top: 32px;
  }
}

.p-firstview-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 120rem;
  margin-inline: auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-inline: var(--paddingInline);
  position: relative;
  z-index: 0;
}
.p-firstview-cols::before, .p-firstview-cols::after {
  position: absolute;
  content: "";
  background-color: rgba(31, 45, 147, 0.1);
  border-radius: 2rem;
  width: 309px;
  width: 25.75%;
  width: 30.9rem;
  aspect-ratio: 309/405;
  z-index: -1;
}
.p-firstview-cols::before {
  left: 27%;
  top: 5%;
}
.p-firstview-cols::after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .p-firstview-cols {
    width: auto;
    display: block;
    padding-right: 15px;
    border-radius: 10px;
  }
  .p-firstview-cols::before, .p-firstview-cols::after {
    width: 160px;
    height: 210px;
  }
  .p-firstview-cols::before {
    left: -7%;
    top: 34%;
  }
  .p-firstview-cols::after {
    left: 44%;
    top: 52%;
  }
}

.p-firstview-body {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}
@media (max-width: 767px) {
  .p-firstview-body {
    margin-bottom: 22px;
  }
}

.p-firstview-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  margin-bottom: 1.7rem;
}
.p-firstview-logo ._text {
  font-size: 4.1rem;
  font-weight: 700;
  border: 1px solid currentColor;
  padding-inline: 2rem;
}
.p-firstview-logo .p-logo {
  width: 21.5rem;
}
@media (max-width: 767px) {
  .p-firstview-logo {
    gap: 12px;
    margin-bottom: 17px;
  }
  .p-firstview-logo ._text {
    font-size: 32px;
    padding-inline: 13px;
  }
  .p-firstview-logo .p-logo {
    width: 172px;
    height: auto;
  }
}

.p-firstview-catch {
  font-size: 5.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  letter-spacing: -0.025em;
}
.p-firstview-catch span {
  vertical-align: middle;
  white-space: nowrap;
}
.p-firstview-catch ._zero {
  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;
  color: #ffffff;
  font-weight: 600;
  font-size: 5.1rem;
  background-color: #1F2D93;
  padding-inline: 1rem;
  border-radius: 50%;
  line-height: 6rem;
  padding: 1.9rem 2rem;
  display: inline;
  margin-inline: 1rem;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-firstview-catch {
    font-size: 34px;
    margin-bottom: 20px;
    line-height: normal;
  }
  .p-firstview-catch > span:nth-child(3) {
    margin-top: -17px;
  }
  .p-firstview-catch ._zero {
    font-size: 40px;
    padding: 13.5px 14px;
    margin-inline: 4px;
    vertical-align: text-bottom;
  }
}

.p-firstview-text {
  font-size: 2rem;
  line-height: 2;
}
.p-firstview-cols > .p-firstview-text {
  display: none;
}
.p-firstview-text ._notice {
  font-size: 1.3rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-firstview-text {
    font-size: 15px;
    right: 30px;
    left: 30px;
  }
  .p-firstview-body .p-firstview-text {
    display: none;
  }
  .p-firstview-cols > .p-firstview-text {
    display: block;
    position: absolute;
    bottom: 0;
  }
  .p-firstview-text .p-firstview-annotation {
    font-size: 1.1rem;
  }
}

.p-firstview-visuals {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  position: relative;
  padding-bottom: 62.9166666667%;
}
.p-firstview-visuals img {
  border-radius: 2rem;
  width: 51.8333333333%;
  position: absolute;
}
@media (max-width: 767px) {
  .p-firstview-visuals {
    margin-left: -10px;
    padding-bottom: 148.6567164179%;
    padding-bottom: 188.3582089552%;
  }
  .p-firstview-visuals img {
    border-radius: 10px;
    width: 47.7611940299%;
  }
}

.p-firstview-visual01 {
  top: 0;
  left: 6.6666666667%;
  z-index: 1;
}
@media (max-width: 767px) {
  .p-firstview-visual01 {
    left: 0;
    top: 0;
  }
}

.p-firstview-visual02 {
  top: calc(50% - 20.3rem);
  top: 28%;
  top: 22.2516556291%;
  right: 16.6666666667%;
  right: 0;
  /* right: calc(-100/600*100%); */
  z-index: 0;
}
@media (max-width: 767px) {
  .p-firstview-visual02 {
    top: 7.4297188755%;
    right: 0;
  }
}

.p-firstview-visual03 {
  bottom: 0;
  left: 16.6666666667%;
  z-index: -1;
}
@media (max-width: 767px) {
  .p-firstview-visual03 {
    bottom: 40.8874801902%;
    left: 8.9552238806%;
    z-index: 1;
  }
}

/* .p-firstview-text2{
  color: $blue;
  font-weight: 700;
  font-size: rem(27);
  margin-bottom: rem(18);
  @include mq(){
    margin-bottom: rem(10);
  }
} */
.p-firstview-text3 {
  font-size: 2.4rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #1F2D93;
  padding-block: 1.7rem;
  padding-inline: 4rem;
  border-radius: 3.5rem;
  position: absolute;
  right: 6%;
  bottom: 10%;
}
@media (max-width: 767px) {
  .p-firstview-text3 {
    display: none;
  }
}

.p-firstview-annotation {
  padding-left: 1em;
  position: relative;
  display: block;
  font-size: 1.1rem;
}
.p-firstview-annotation:before {
  position: absolute;
  content: "※";
  top: 0;
  left: 0;
}

.p-listed {
  /* position: absolute;
  right: rem(-170);
  top: rem(10);
  z-index: 1;
  background-color: #ffffff; */
  margin-bottom: 1.8rem;
}
@media (max-width: 767px) {
  .p-listed {
    position: static;
    margin-bottom: 35px;
  }
}

.p-listed-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.1rem;
}

.p-listed-col._logo img {
  width: 5.479rem;
}
.p-listed-col._logo p {
  margin-top: 4px;
  font-size: 1rem;
  line-height: 1.4;
  text-align: center;
}

.p-listed-text1 {
  font-size: 2rem;
  font-weight: 700;
  background-color: #EDEDED;
  border-radius: 1rem;
  padding-inline: 1.5rem;
  padding-block: 0.6rem;
  margin-bottom: 0.8rem;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-listed-text1 {
    font-size: 15px;
    border-radius: 5px;
    padding-inline: 15px;
    padding-block: 6px;
    margin-bottom: 8px;
  }
}

.p-listed-text2 {
  font-size: 1.6rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .p-listed-text2 {
    font-size: 14px;
    margin-bottom: 6px;
  }
}

.p-listed-text3 {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .p-listed-text3 {
    font-size: 13px;
  }
}

/* ==================================
実績
================================== */
.p-results {
  padding-inline: var(--paddingInline);
  padding-top: 75px;
}
@media (max-width: 767px) {
  .p-results {
    display: none;
  }
}

.p-results-inner {
  max-width: 1400px;
  margin-inline: auto;
}

.p-results-bg {
  background-color: #1E1E1E;
  padding-block: 50px;
  border-radius: 20px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-results-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-inline: 45px;
  gap: 4px;
}

.p-results-title {
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.p-results-textblock1 {
  color: #EFE3B5;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-results-textblock1 ._small {
  font-size: 25px;
  width: 1em;
}
.p-results-textblock1 ._asterisk {
  margin-bottom: 12px;
  font-size: 20px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

.p-results-textblock2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1;
}

.p-results-caution {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  margin-top: 7px;
}

.p-results2 {
  display: none;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-results2 {
    display: block;
  }
}

.p-results2-bg {
  border-radius: 10px;
  background-color: #1E1E1E;
  padding-block: 20px;
  padding-inline: var(--paddingInline);
}

.p-results2-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.p-results2-item:not(:last-child) {
  border-bottom: 1px solid #5A5A5A;
}

.p-results2-title {
  font-size: 18px;
  line-height: 1.444444;
  font-weight: 700;
  color: #ffffff;
}

.p-results2-number {
  font-size: 55px;
  color: #EFE3B5;
  font-weight: 700;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-results2-suffix {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  -ms-flex-preferred-size: 2em;
      flex-basis: 2em;
  color: #ffffff;
}
.p-results2-suffix ._gold {
  color: #EFE3B5;
}

.p-results2-caution {
  font-size: 13px;
  text-align: right;
  margin-top: 10px;
}

.p-issue1 {
  margin-top: 103px;
  padding-inline: var(--paddingInline);
}

.p-issue1-inner {
  max-width: 1400px;
  padding-inline: var(--paddingInline);
  margin-inline: auto;
  border-radius: 20px 20px 0 0;
  background: url("../images/issue1_bg.jpg") no-repeat center center;
  background-size: cover;
}

.p-issue1-container {
  max-width: 1200px;
  margin-inline: auto;
  padding-block: 247px 65px;
}

.p-issue1-text1 {
  font-size: 58px;
  color: #1F2D93;
  line-height: 1.51;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.6);
}

.p-issue1-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 46px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-issue1-list li {
  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;
  font-size: 22px;
  color: #ffffff;
  font-weight: bold;
  line-height: 1.63636;
  border-radius: 20px;
  background-color: rgba(31, 45, 147, 0.82);
  width: 340px;
  height: 120px;
}
.p-issue1-list li span {
  display: inline-block;
}

@media (max-width: 767px) {
  .p-issue1 {
    margin-top: 0;
    padding-inline: 0;
  }
  .p-issue1-inner {
    padding-inline: 0;
    padding-top: 375px;
    border-radius: 0;
    background: url("../images/issue1_bg_sp.jpg") no-repeat top center;
    background-size: 100%;
  }
  .p-issue1-container {
    background-color: #0C1769;
    padding-inline: 25px;
    padding-block: 40px;
  }
  .p-issue1-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 28px;
  }
  .p-issue1-list li {
    width: 100%;
    height: auto;
    padding-block: 18px;
    text-align: center;
    display: block;
    border-radius: 10px;
    font-size: 16px;
  }
  .p-issue1-text1 {
    font-size: 36px;
    color: #ffffff;
    line-height: 1.4444444444;
    letter-spacing: -0.025em;
    text-align: left;
  }
}
.p-issue2 {
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-issue2 {
    padding-inline: 0;
  }
  .p-issue2 .scroller {
    overflow-x: scroll;
  }
  .p-issue2 .scroller img {
    width: 599px;
    max-width: none;
  }
}

.p-issue2-inner1 {
  background-color: #EAECFF;
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: var(--paddingInline);
  padding-block: 74px 65px;
}
@media (max-width: 767px) {
  .p-issue2-inner1 {
    padding-top: 30px;
  }
}

.p-issue2-inner2 {
  max-width: 1200px;
  margin-inline: auto;
}
.p-issue-title span:nth-of-type(1) {
  color: #1F2D93;
  font-weight: bold;
  font-size: 39px;
  margin-right: 13px;
  padding-right: 23px;
  margin-right: 23px;
  position: relative;
}
.p-issue-title span:nth-of-type(1):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 36px;
  background-color: #1F2D93;
  right: 0;
  top: calc(50% - 18px);
}
.p-issue-title span:nth-of-type(2) {
  font-size: 52px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-issue-title span:nth-of-type(1) {
    color: #1F2D93;
    font-weight: bold;
    font-size: 24px;
    margin-right: 5px;
  }
  .p-issue-title span:nth-of-type(1):after {
    content: none;
  }
  .p-issue-title span:nth-of-type(2) {
    font-size: 28px;
    font-weight: bold;
    display: block;
  }
}

.p-issue2-textArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .p-issue2-textArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 15px;
  }
}

.p-issue2-text1 {
  font-size: 25px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (max-width: 767px) {
  .p-issue2-text1 {
    font-size: 18px;
    margin-bottom: 12px;
  }
}

.p-issue2-text2 {
  line-height: 1;
  margin-bottom: 12px;
}
.p-issue2-text2 span:nth-of-type(1) {
  color: #1F2D93;
  font-weight: bold;
  font-size: 40px;
  margin-right: 7px;
}
.p-issue2-text2 span:nth-of-type(2) {
  color: #1F2D93;
  font-weight: bold;
  font-size: 62px;
  margin-right: 7px;
}
.p-issue2-text2 span:nth-of-type(3) {
  font-size: 40px;
  font-weight: bold;
  color: #1F2D93;
}
@media (max-width: 767px) {
  .p-issue2-text2 {
    line-height: normal;
  }
  .p-issue2-text2 span:nth-of-type(1) {
    font-size: 20px;
    margin-right: 2px;
  }
  .p-issue2-text2 span:nth-of-type(2) {
    font-size: 36px;
    margin-right: 3px;
  }
  .p-issue2-text2 span:nth-of-type(3) {
    font-size: 20px;
  }
}

.p-issue2-annotation {
  margin-top: 25px;
}
@media (max-width: 767px) {
  .p-issue2-annotation {
    font-size: 11px;
  }
}

.p-issue3 {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .p-issue3 {
    margin-top: 50px;
  }
}

.p-issue3-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-issue3-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-issue3-col {
  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;
}
.p-issue3-col._first {
  background-color: #1F2D93;
  border-radius: 20px;
  -ms-flex-preferred-size: 36.6666666667%;
      flex-basis: 36.6666666667%;
  position: relative;
}
.p-issue3-col._first:after {
  position: absolute;
  content: "";
  height: calc(100% - 20px);
  width: 54px;
  background: url("../images/shape.png") no-repeat center center;
  background-size: contain;
  left: 99.2%;
  top: 10px;
}
.p-issue3-col._second {
  background-color: #FFFFFF;
  border-radius: 20px;
  -ms-flex-preferred-size: 61.6666666667%;
      flex-basis: 61.6666666667%;
  padding-inline: 90px 63px;
  padding-block: 45px;
}
@media (max-width: 767px) {
  .p-issue3-col._first {
    padding: 30px;
  }
  .p-issue3-col._first:after {
    background-image: url("../images/shape_sp.png");
    top: 100%;
    left: 20px;
    width: calc(100% - 20px);
    width: 277px;
    height: 20px;
  }
  .p-issue3-col._second {
    background-color: transparent;
    padding: 0;
  }
  .p-issue3-col._second .p-issue3-colInner {
    width: 100%;
  }
}

.p-issue3-text1 {
  font-size: 28px;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-issue3-text1 {
    text-align: center;
    font-size: 19px;
  }
}

.p-issue3-text2 {
  font-size: 38px;
  color: #ffffff;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-issue3-text2 {
    text-align: center;
    font-size: 27px;
  }
}

.p-issue3-list {
  font-size: 22px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-issue3-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.p-issue3-list li span {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .p-issue3-list {
    font-size: 18px;
  }
  .p-issue3-list li {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 12px;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-issue3-list li img {
    width: 31px;
  }
  .p-issue3-list li span {
    padding-top: 0;
  }
}

.p-issue4 {
  padding-top: 144px;
  padding-inline: var(--paddingInline);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-issue4 {
    padding-top: 44px;
  }
}

.p-issue4-inner1 {
  max-width: 1200px;
  margin-inline: auto;
}

.p-issue4-inner2 {
  border-radius: 20px;
  background: url("../images/issue4_bg.jpg") no-repeat center center;
  background-size: cover;
  padding-inline: var(--paddingInline);
  padding-block: 147px 108px;
  margin-top: 37px;
}
@media (max-width: 767px) {
  .p-issue4-inner2 {
    border-radius: 0;
    margin-inline: calc(var(--paddingInline) * -1);
    padding-block: 50px;
  }
}

.p-issue4-list {
  max-width: 1000px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-issue4-list li {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #ffffff;
  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;
  font-size: 22px;
  font-weight: 700;
  color: #1F2D93;
}
@media (max-width: 767px) {
  .p-issue4-list {
    gap: 10px;
  }
  .p-issue4-list li {
    width: auto;
    height: auto;
    font-size: 15px;
    padding-block: 15px;
    padding-inline: 26px;
    border-radius: 25px;
    display: block;
  }
  .p-issue4-list li span {
    display: inline;
  }
}

.p-issue4-text1 {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 42px;
}
@media (max-width: 767px) {
  .p-issue4-text1 {
    font-size: 30px;
    line-height: 1.4666666667;
  }
}

/* ==================================
お悩み
================================== */
.p-nayami {
  padding-inline: var(--paddingInline);
  padding-top: 70px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-nayami {
    padding-inline: 0;
  }
}

.p-nayami-cols {
  max-width: 1400px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.p-nayami-cols:before {
  position: absolute;
  content: "";
  border-top: 45px solid #1F2D93;
  border-left: 56px solid transparent;
  border-right: 56px solid transparent;
  top: 100%;
  left: calc(50% - 56px);
}
@media (max-width: 767px) {
  .p-nayami-cols {
    display: block;
  }
  .p-nayami-cols:before {
    border-top: 18px solid #1F2D93;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    left: calc(50% - 20px);
  }
}

.p-nayami-visual {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  border-radius: 20px 0 0 0;
  overflow: hidden;
}
.p-nayami-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-nayami-visual {
    border-radius: 0;
  }
  .p-nayami-visual img {
    aspect-ratio: 1/1;
  }
}

.p-nayami-body {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background-color: #1F2D93;
  padding-block: 107px;
  padding-inline: var(--paddingInline);
  border-radius: 0 20px 0 0;
}
@media (max-width: 767px) {
  .p-nayami-body {
    border-radius: 0;
    padding-block: 42px 54px;
  }
}

.p-nayami-catch {
  color: #ffffff;
  font-size: 58px;
  font-weight: 700;
  line-height: 1.4137931034;
  letter-spacing: -0.025em;
  max-width: 470px;
  margin-inline: auto;
  margin-bottom: 42px;
  text-align: center;
}
.p-nayami-catch p {
  display: inline-block;
}
@media (max-width: 767px) {
  .p-nayami-catch {
    font-size: 41px;
    margin-bottom: 20px;
  }
}

.p-nayami-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: 15px;
  max-width: 470px;
  margin-inline: auto;
}
.p-nayami-list li {
  background-color: #ffffff;
  border-radius: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  padding-block: 38px;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-nayami-list {
    gap: 10px;
  }
  .p-nayami-list li {
    font-size: 16px;
    border-radius: 10px;
    padding-block: 18px;
    padding-inline: 20px;
  }
}

/* ==================================
ソリューション
================================== */
@media (max-width: 767px) {
  .p-solution {
    padding-inline: 0;
    padding-bottom: 0;
  }
}

.p-solution-inner {
  max-width: 1400px;
  margin-inline: auto;
  padding-block: 69px 0;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-solution-inner {
    padding-block: 50px 0;
    border-radius: 0px;
    padding-inline: 15px;
  }
}

.p-solution-text {
  max-width: 1400px;
  margin-inline: auto;
  font-size: 52px;
  font-weight: 700;
  color: #1F2D93;
  text-align: center;
}
.p-solution-text [data-text=なら] {
  font-size: 41px;
}
@media (max-width: 767px) {
  .p-solution-text {
    font-size: 23px;
    text-align: center;
  }
  .p-solution-text .p-logo {
    width: 175px;
    margin-bottom: 5px;
  }
  .p-solution-text [data-text=なら] {
    font-size: 23px;
  }
}

/* ==================================
メリット
================================== */
.p-merit {
  padding-inline: var(--paddingInline);
  padding-block: 120px;
  background-color: #1F2D93;
  color: #ffffff;
}
.p-merit .p-logo {
  margin-bottom: 40px;
}
.p-merit .p-heading-ja {
  font-size: 83px;
}
@media (max-width: 767px) {
  .p-merit {
    padding-block: 45px 50px;
  }
  .p-merit .p-heading {
    margin-bottom: 8px;
  }
  .p-merit .p-logo {
    width: 130px;
  }
  .p-merit .p-heading-ja {
    font-size: 38px;
  }
}

.p-merit-inner {
  max-width: 1200px;
  margin-inline: auto;
  position: relative;
}

.p-merit-visual {
  position: absolute;
  right: 0;
  top: -170px;
  max-width: 50%;
}
.p-merit-visual img {
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-merit-visual {
    width: 170px;
    top: -70px;
  }
  .p-merit-visual img {
    border-radius: 10px;
    aspect-ratio: 160/150;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-merit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 24px;
}
.p-merit-list li {
  -ms-flex-preferred-size: calc(50% - 12px);
      flex-basis: calc(50% - 12px);
  background-color: #ffffff;
  color: #1E1E1E;
  font-size: 27px;
  font-weight: 700;
  padding: 18px 16px 17px;
  border-radius: 45px;
}
.p-merit-list li img {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .p-merit-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
  }
  .p-merit-list li {
    font-size: 18px;
    padding-block: 13px 12px;
  }
  .p-merit-list li img {
    width: 31px;
    margin-right: 12px;
  }
}

.p-merit-text3 {
  font-size: 22px;
  line-height: 2;
  margin-top: 55px;
  text-align: center;
  margin-inline: -10px;
}
@media (max-width: 767px) {
  .p-merit-text3 {
    font-size: 16px;
    line-height: 1.875;
    margin-top: 27px;
    text-align: left;
    margin-inline: 0;
  }
}

.p-zero {
  padding-top: 75px;
  background-color: #ffffff;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-zero {
    padding-top: 45px;
  }
}

.p-zero-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.p-zero-textGroup1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
}
.p-zero-textGroup1 [data-text="0"] {
  font-size: 232px;
  color: #1F2D93;
  line-height: 1;
  font-weight: 700;
  position: relative;
}
.p-zero-textGroup1 [data-text=円] {
  font-size: 56px;
  color: #1F2D93;
  line-height: 1;
  font-weight: 700;
}
.p-zero-textGroup1 [data-text=分割払い] {
  font-size: 16px;
  color: #1F2D93;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
}
.p-zero-textGroup1 p {
  font-size: 66px;
  font-weight: 700;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .p-zero-textGroup1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .p-zero-textGroup1 > div {
    text-align: center;
  }
  .p-zero-textGroup1 [data-text="0"] {
    font-size: 167px;
  }
  .p-zero-textGroup1 [data-text=円] {
    font-size: 50px;
  }
  .p-zero-textGroup1 [data-text=分割払い] {
    bottom: 45%;
    left: 90%;
  }
  .p-zero-textGroup1 p {
    font-size: 32px;
    text-align: center;
    margin-top: 0;
    line-height: 1.3125;
  }
}

@media (max-width: 767px) {
  .p-zero-tableArea {
    margin-top: 30px;
  }
}

.p-zero-tableWrapper {
  overflow-x: auto;
  margin-left: auto;
  margin-right: auto;
}
.p-zero-tableWrapper.js-scroller {
  max-width: 785px;
}
.p-zero-tableWrapper table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
@media (max-width: 767px) {
  .p-zero-tableWrapper.js-scroller {
    max-width: 544px;
  }
}

.p-zero-tableRow {
  border-right: 1px solid #DCDCDC;
}
@media (max-width: 767px) {
  .p-zero-tableRow {
    width: 544px;
  }
}

.p-zero-tableCell {
  border-left: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
  padding: 14px 20px;
  font-size: 23px;
}
._blank .p-zero-tableCell {
  border-left: none;
  border-bottom: none;
}
@media (max-width: 767px) {
  .p-zero-tableCell {
    padding-inline: 14px;
    font-size: 16px;
  }
}

.p-zero-tableRow._head .p-zero-tableCell._head {
  border-top: none;
  border-left: none;
}

.p-zero-tableRow._head .p-zero-tableCell._before {
  border-top: 1px solid #DCDCDC;
}

.p-zero-tableRow._head .p-zero-tableCell._zero {
  border-top: 1px solid #DCDCDC;
  background-color: #ffffff;
}

.p-zero-tableCell._head {
  width: 232px;
  -ms-flex-preferred-size: 29.5541401274%;
      flex-basis: 29.5541401274%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-zero-tableCell._head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 162px;
    -ms-flex-preferred-size: 29.7794117647%;
        flex-basis: 29.7794117647%;
  }
}

.p-zero-tableCell._before {
  width: 264px;
  -ms-flex-preferred-size: 33.6305732484%;
      flex-basis: 33.6305732484%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
}
@media (max-width: 767px) {
  .p-zero-tableCell._before {
    width: 183px;
    -ms-flex-preferred-size: 33.6397058824%;
        flex-basis: 33.6397058824%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-zero-tableCell._zero {
  background-color: #E2F6FF;
  width: 288px;
  -ms-flex-preferred-size: 36.6878980892%;
      flex-basis: 36.6878980892%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  color: #1F2D93;
}
.p-zero-tableRow:not(._head) .p-zero-tableCell._zero {
  font-size: 42px;
  font-weight: 700;
  text-align: left;
  line-height: 1.3333333333;
}
@media (max-width: 767px) {
  .p-zero-tableCell._zero {
    width: 201px;
    -ms-flex-preferred-size: 36.9485294118%;
        flex-basis: 36.9485294118%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p-zero-tableRow:not(._head) .p-zero-tableCell._zero {
    font-size: 30px;
  }
}

.p-zero-tableCell._before span:first-of-type {
  font-size: 35px;
  font-weight: bold;
  margin-right: 10px;
}
.p-zero-tableCell._before span:last-of-type {
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-zero-tableCell._before span:first-of-type {
    font-size: 24px;
  }
  .p-zero-tableCell._before span:last-of-type {
    font-size: 16px;
  }
}

.p-zero-tableCell._zero span:first-of-type {
  font-size: 35px;
  font-weight: bold;
  margin-right: 10px;
}
.p-zero-tableCell._zero span:last-of-type {
  font-size: 23px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .p-zero-tableCell._zero span:first-of-type {
    font-size: 24px;
  }
  .p-zero-tableCell._zero span:last-of-type {
    font-size: 16px;
  }
}

.p-zero-tableRow._head ._before {
  background-color: #E3E3E3;
  text-align: center;
}

.p-zero-tableRow._head ._zero {
  text-align: center;
  font-weight: bold;
}

.p-zero-tableRow._sum ._before {
  background-color: #323232;
  color: #ffffff;
}

.p-zero-tableRow._sum {
  margin-top: 23px;
  border-top: 1px solid #DCDCDC;
}

.p-zero-tableRow._sum ._zero {
  background-color: #1F2D93;
  color: #ffffff;
}

.p-zero-annotation {
  font-size: 14px;
  text-align: right;
}
@media (max-width: 767px) {
  .p-zero-annotation {
    text-align: left;
  }
}

.p-zero-annotation {
  margin-top: 28px;
}

.p-oneStop {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .p-oneStop {
    padding-top: 50px;
  }
}

.p-oneStop-catch {
  padding-inline: var(--paddingInline);
  text-align: center;
  margin-bottom: 43px;
}
@media (max-width: 767px) {
  .p-oneStop-catch {
    padding-inline: 25px;
  }
}

.p-oneStop-catch1 {
  font-weight: 700;
  color: #1F2D93;
  font-size: 55px;
}
@media (max-width: 767px) {
  .p-oneStop-catch1 {
    font-size: 32px;
    margin-bottom: 10px;
  }
}

.p-oneStop-catch2 {
  font-weight: 700;
  color: #1F2D93;
  font-size: 36px;
}
@media (max-width: 767px) {
  .p-oneStop-catch2 {
    font-size: 20px;
  }
}

.p-oneStop-inner {
  background-color: #F0FAFF;
  padding-block: 100px;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-oneStop-inner {
    padding-block: 44px;
  }
}

.p-oneStop-cols {
  max-width: 1200px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 93px;
}
@media (max-width: 767px) {
  .p-oneStop-cols {
    display: block;
    margin-top: 0;
  }
}

.p-oneStop-col._first {
  margin-right: -290px;
}
.p-oneStop-col img {
  margin-top: -90px;
}
@media (max-width: 767px) {
  .p-oneStop-col._first {
    margin-right: 0;
  }
  .p-oneStop-col img {
    margin-top: 25px;
  }
}

.p-oneStop-text1 {
  font-size: 46px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-oneStop-text1 {
    font-size: 25px;
    text-align: center;
  }
}

.p-oneStop-text2 {
  font-size: 68px;
  font-weight: 700;
  color: #1F2D93;
}
@media (max-width: 767px) {
  .p-oneStop-text2 {
    font-size: 37px;
    text-align: center;
  }
}

.p-oneStop-annotation {
  font-size: 16px;
  max-width: 1200px;
  margin-inline: auto;
  margin-top: 43px;
}
@media (max-width: 767px) {
  .p-oneStop-annotation {
    font-size: 13px;
    margin-inline: -5px;
  }
}

/* ==================================
サービス
================================== */
.p-service {
  padding-inline: var(--paddingInline);
  padding-block: 120px;
  background-color: #F2F2F2;
}
.p-service .p-heading {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-service {
    padding-block: 50px 50px;
  }
}

.p-service-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.p-service-lead {
  font-size: 18px;
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .p-service-lead {
    font-size: 15px;
  }
}

.p-service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .p-service-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-service-card {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 30px 30px 65px;
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
}
@media (max-width: 767px) {
  .p-service-card {
    padding-block: 20px 30px;
    border-radius: 10px;
  }
}

.p-service-thumbnail {
  margin-bottom: 46px;
}
.p-service-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-service-thumbnail {
    margin-bottom: 20px;
  }
  .p-service-thumbnail img {
    border-radius: 10px;
  }
}

.p-service-pill {
  margin-bottom: 19px;
}

.p-pill {
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  background-color: #1F2D93;
  display: inline-block;
  padding: 12px 24px;
  border-radius: 50px;
}
@media (max-width: 767px) {
  .p-pill {
    font-size: 14px;
    padding: 10px 18px;
  }
}

.p-service-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-service-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.p-service-description {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-service-description {
    font-size: 15px;
  }
}

.p-service-more {
  background-color: #323232;
  color: #ffffff;
  border-radius: 20px;
  text-align: center;
  margin-top: 50px;
  padding: 65px 50px;
}
@media (max-width: 767px) {
  .p-service-more {
    border-radius: 10px;
    text-align: left;
    padding: 43px 30px;
    margin-top: 20px;
  }
}

.p-service-more-title {
  font-size: 63px;
  letter-spacing: -0.025em;
  font-weight: 700;
  margin-bottom: 26px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .p-service-more-title {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

.p-service-more-text {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-service-more-text {
    font-size: 16px;
  }
}

.p-service-closing {
  margin-top: 58px;
}
.p-service-closing p {
  font-size: 63px;
  font-weight: 700;
  text-align: center;
  color: #1F2D93;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  .p-service-closing {
    margin-top: 32px;
  }
  .p-service-closing p {
    font-size: 32px;
    line-height: 1.4375;
  }
}

.p-target {
  padding-block: 120px 0;
  padding-inline: var(--paddingInline);
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-target {
    padding-block: 60px 0;
  }
}

.p-target-inner {
  max-width: 1200px;
  margin-inline: auto;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .p-target-inner {
    border-radius: 0;
  }
}

.p-target-title1 {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .p-target-title1 {
    font-size: 18px;
  }
}

.p-target-title2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #1F2D93;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .p-target-title2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
}

.p-target-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-inline: auto;
}
.p-target-list li {
  -ms-flex-preferred-size: calc(50% - 10px);
      flex-basis: calc(50% - 10px);
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  background-color: #F0F0F0;
  padding-inline: 20px;
  padding-block: 22px 23px;
  font-size: 24px;
  line-height: 1.333333;
}
.p-target-list li p {
  padding-left: 43px;
  position: relative;
}
.p-target-list li p:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  border: 1px solid #DCDCDC;
  background-color: #FFFFFF;
  left: 0;
  top: 4px;
}
@media (max-width: 767px) {
  .p-target-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
  .p-target-list li {
    border-radius: 5px;
    padding-block: 15px;
    font-size: 15px;
    line-height: 1.6666666667;
  }
  .p-target-list li p {
    padding-left: 29px;
  }
  .p-target-list li p:before {
    width: 16px;
    height: 16px;
  }
}

/* ==================================
サポート
================================== */
.p-support {
  padding-inline: var(--paddingInline);
  padding-block: 130px;
  background-color: #1F2D93;
}
@media (max-width: 767px) {
  .p-support {
    padding-block: 40px 40px;
  }
}

.p-support-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.p-support-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.p-support-card._card2 {
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
}
.p-support-card + .p-support-card {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .p-support-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 10px;
  }
}

.p-support-visual {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}
.p-support-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-support-body {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
  padding-inline: 5.8333333333%;
  padding-block: 43px 53px;
}
@media (max-width: 767px) {
  .p-support-body {
    padding-inline: var(--paddingInline);
    padding-block: 24px 39px;
  }
}

.p-support-title {
  font-size: 30px;
  font-weight: 700;
  color: #1F2D93;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-support-title {
    font-size: 22px;
    margin-bottom: 16px;
  }
}

.p-support-text {
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 767px) {
  .p-support-text {
    font-size: 15px;
  }
}

.p-support-sublease {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .p-support-sublease img {
    width: 130px;
  }
}

/* ==================================
CTA
================================== */
.p-cta {
  padding-inline: var(--paddingInline);
  padding-block: 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-cta {
    padding-block: 50px 88px;
  }
}

.p-reason + .p-cta {
  padding-bottom: 198px;
}
@media (max-width: 767px) {
  .p-reason + .p-cta {
    padding-bottom: 94px;
  }
}

.p-cta-inner {
  max-width: 1400px;
  margin-inline: auto;
  background: url("../images/cta.jpg") no-repeat center center;
  background-size: cover;
  border-radius: 20px;
  text-align: center;
  padding: 67px;
}
@media (max-width: 767px) {
  .p-cta-inner {
    border-radius: 10px;
    padding: 40px 30px;
  }
}

.p-cta-logo {
  margin-bottom: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-cta-logo {
    margin-bottom: 14px;
    width: 130px;
  }
}

.p-cta-text1 {
  font-size: 26px;
  color: #1F2D93;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 3px;
}
.p-cta-text1 span {
  border-bottom: 1px solid currentColor;
  display: inline-block;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .p-cta-text1 {
    font-size: 15px;
    margin-bottom: 11px;
  }
}

.p-cta-text2 {
  font-size: 60px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .p-cta-text2 {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.4;
  }
}

.p-cta-button {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  background-color: #1F2D93;
  padding-block: 35px;
  display: inline-block;
  width: 100%;
  max-width: 538px;
  border-radius: 75px;
}
@media (max-width: 767px) {
  .p-cta-button {
    font-size: 18px;
    padding-block: 14px;
    border-radius: 28px;
  }
}

/* ==================================
事例紹介
================================== */
.p-case {
  padding-inline: var(--paddingInline);
  padding-block: 120px 0;
}
@media (max-width: 767px) {
  .p-case {
    padding-block: 60px 0;
  }
}

.p-case-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.p-case-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 40px;
}
.p-case-grid + div {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .p-case-grid {
    grid-template-columns: 1fr;
    row-gap: 0;
  }
}

.p-case-item {
  position: relative;
  padding-bottom: 63px;
}
.p-case-item + .p-case-item {
  padding-top: 63px;
  border-top: 1px solid #C8C8C8;
}
@media (max-width: 767px) {
  .p-case-item {
    padding-bottom: 30px;
  }
}

.p-case-cell._arrow {
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
}
@media (max-width: 767px) {
  .p-case-cell._arrow {
    justify-self: center;
  }
}

.p-case-arrow {
  width: 19.57px;
  height: 35.15px;
}
@media (max-width: 767px) {
  .p-case-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media (max-width: 767px) {
  .p-case-cell._after {
    margin-bottom: 30px;
  }
  .p-case-cell._beforeText {
    margin-bottom: 30px;
  }
}
.p-case-caption {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-case-caption {
    font-size: 16px;
    margin-bottom: 6px;
  }
}

.p-case-title {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-case-title {
    font-size: 22px;
  }
}

.p-case-lead {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}
@media (max-width: 767px) {
  .p-case-lead {
    font-size: 22px;
  }
}

.p-case-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media (max-width: 767px) {
  .p-case-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-case-thumbnail {
  border-radius: 20px;
  overflow: hidden;
}
.p-case-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-case-thumbnail {
    border-radius: 10px;
  }
}

.p-case-description {
  line-height: 2;
  font-weight: 400;
  font-size: 16px;
}
@media (max-width: 767px) {
  .p-case-description {
    font-size: 15px;
  }
}

/* ==================================
理由
================================== */
.p-reason {
  padding-block: 158px 0;
  padding-inline: var(--paddingInline);
}
@media (max-width: 767px) {
  .p-reason {
    padding-block: 0 0;
  }
}

.p-reason-catch {
  text-align: center;
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .p-reason-catch {
    margin-top: 0;
  }
}

.p-reason-lead {
  max-width: 1000px;
  margin-inline: auto;
  font-size: 20px;
  line-height: 1.9;
  padding-inline: var(--paddingInline);
  margin-bottom: 10px;
}
.p-reason-lead ._small {
  font-size: 14px;
  margin-left: 1em;
}
@media (max-width: 767px) {
  .p-reason-lead {
    font-size: 16px;
  }
}

.p-reason-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: calc(var(--paddingInline) * -1);
}
@media (min-width: 1400.1px) {
  .p-reason-cols {
    max-height: 630px;
    gap: 120px;
  }
}
@media (max-width: 767px) {
  .p-reason-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: calc(var(--paddingInline) * -1);
  }
}

.p-reason-annotation {
  font-size: 14px;
  margin-bottom: 20px;
}

.p-reason-visual {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
  -ms-flex-preferred-size: 39.2857142857%;
      flex-basis: 39.2857142857%;
  max-width: 550px;
}
.p-reason-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media (min-width: 1400.1px) {
  .p-reason-visual {
    max-width: none;
  }
}
@media (max-width: 767px) {
  .p-reason-visual {
    border-radius: 0;
    margin-bottom: 62px;
    aspect-ratio: auto;
    margin-top: 50px;
    margin-bottom: 0;
  }
}

.p-reason-body {
  -ms-flex-preferred-size: 52.1428571429%;
      flex-basis: 52.1428571429%;
  padding-top: 84px;
}
@media (max-width: 767px) {
  .p-reason-body {
    padding-inline: var(--paddingInline);
    padding-top: 44px;
  }
}

.p-reason-text1 {
  font-size: 51px;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .p-reason-text1 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 0;
  }
}

.p-reason-noloan {
  max-width: 760px;
  margin-inline: auto;
  margin-top: 90px;
}
.p-reason-noloan p {
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .p-reason-noloan {
    margin-top: 30px;
  }
  .p-reason-noloan p {
    text-align: left;
    font-size: 12px;
  }
}

.p-reason-text2 {
  font-size: 74px;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 0.9;
  margin-bottom: 24px;
}
.p-reason-text2 span {
  vertical-align: middle;
  display: inline;
}
.p-reason-text2 ._zero {
  color: #1F2D93;
  font-size: 99px;
  margin-right: 0.08em;
}
@media (max-width: 767px) {
  .p-reason-text2 {
    max-width: 260px;
    margin-inline: auto;
    font-size: 49px;
    text-align: center;
    margin-bottom: 14px;
  }
  .p-reason-text2 ._zero {
    font-size: 65px;
  }
}

.p-reason-text3 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-reason-text3 {
    font-size: 16px;
    max-width: 16em;
    margin-inline: auto;
    text-align: left;
  }
}

.p-reason-text4 {
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 20px;
  font-weight: 700;
  padding-right: 5px;
}
.p-reason-text4 span {
  padding-block: 10px;
}
.p-reason-text4 picture {
  display: inline-block;
}
.p-reason-text4 img {
  width: 720.75px;
  margin-top: -19px;
  display: inline-block;
}
@media (max-width: 767px) {
  .p-reason-text4 {
    text-align: center;
    margin-bottom: 1px;
  }
  .p-reason-text4 picture {
    width: 100%;
    display: block;
    margin-bottom: 6px;
  }
}

.p-reason-text5 {
  font-size: 51px;
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  .p-reason-text5 {
    font-size: 49px;
    text-align: center;
    width: 4em;
    line-height: 65px;
    margin-inline: auto;
  }
}

.p-reason-text6 {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .p-reason-text6 {
    font-size: 16px;
  }
}

.p-reason-close {
  margin-top: 80px;
}

.p-reason-close-inner {
  max-width: 1260px;
  margin-inline: auto;
  background-color: #F0F0F0;
  border-radius: 20px;
  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;
  padding: 44px;
  font-size: 32px;
  text-align: center;
}
.p-reason-close-inner span:nth-child(1) {
  margin-right: 32px;
}
.p-reason-close-inner span:nth-child(2) {
  color: #1F2D93;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-right: 16px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%, transparent 50%, transparent);
}
.p-reason-close-inner span:nth-child(3) {
  margin-right: 19px;
}
.p-reason-close-inner span:nth-child(4) {
  color: #1F2D93;
  font-weight: 700;
  letter-spacing: -0.025em;
  margin-right: 16px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(50%, #ffffff), color-stop(50%, transparent), to(transparent));
  background-image: linear-gradient(0deg, #ffffff, #ffffff 50%, transparent 50%, transparent);
}
.p-reason-close-inner span:nth-child(5) {
  font-weight: 700;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  .p-reason-close-inner {
    border-radius: 10px;
    padding: 30px;
    font-size: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .p-reason-close-inner span:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .p-reason-close-inner span:nth-child(2) {
    margin-right: 0;
  }
  .p-reason-close-inner span:nth-child(3) {
    margin-right: 0;
  }
  .p-reason-close-inner span:nth-child(4) {
    margin-right: 0;
    margin-bottom: 7px;
  }
}

.p-moneyflow {
  margin-top: 53px;
}
.p-moneyflow img {
  max-width: 1126px;
  display: block;
  margin-inline: auto;
}
.p-moneyflow p {
  font-weight: 500;
  margin-top: 15px;
  text-align: right;
  max-width: 1200px;
  margin-inline: auto;
}
@media (max-width: 767px) {
  .p-moneyflow {
    margin-top: 30px;
  }
  .p-moneyflow > p {
    font-size: 12px;
    text-align: left;
  }
}

.p-moneyflow-scroller {
  max-width: 1260px;
  margin-inline: auto;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE10+ */
}

.p-moneyflow-scroller::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.p-moneyflow-scrollBar {
  position: relative;
  height: 1px;
  background: #DCDCDC;
  max-width: 1260px;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 1440.1px) {
  .p-moneyflow-scrollBar {
    display: none;
  }
}

.p-moneyflow-scrollBar span {
  display: block;
  height: 10px;
  background: #1F2D93;
  border-radius: 5px;
  width: 100px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -ms-touch-action: none;
      touch-action: none;
  position: absolute;
  top: -4.5px;
}

.js-scroller {
  max-width: 1260px;
  margin-inline: auto;
  overflow-x: scroll;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE10+ */
  margin-bottom: 30px;
}

.js-scroller::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.js-scrollBar {
  position: relative;
  height: 1px;
  background: #DCDCDC;
  max-width: 1260px;
  margin: 0 auto;
  cursor: pointer;
}
@media (min-width: 1440.1px) {
  .js-scrollBar {
    display: none;
  }
}

.js-scrollBar span {
  display: block;
  height: 10px;
  background: #1F2D93;
  border-radius: 5px;
  width: 100px;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  -ms-touch-action: none;
      touch-action: none;
  position: absolute;
  top: -4.5px;
}

.p-moneyflow-inner {
  width: 1260px;
  background-color: #F0F0F0;
  border-radius: 20px;
  padding-inline: var(--paddingInline);
  padding-block: 50px 70px;
}
@media (max-width: 767px) {
  .p-moneyflow-inner {
    width: 1260px;
  }
}

/* ==================================
利用者の声
================================== */
.p-voices {
  padding-inline: var(--paddingInline);
  padding-block: 120px;
  background-color: #1F2D93;
  color: #ffffff;
}
@media (max-width: 767px) {
  .p-voices {
    padding-block: 60px;
  }
}

.p-voices-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.p-voices-list {
  display: grid;
  gap: 33px;
  grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}
@media (max-width: 767px) {
  .p-voices-list {
    gap: 40px;
  }
}

.p-voices-thumbnail {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.p-voices-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-voices-thumbnail {
    aspect-ratio: 315/170;
    border-radius: 10px;
    margin-bottom: 22px;
  }
}

.p-voices-name {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-voices-name {
    font-size: 20pz;
    margin-bottom: 14px;
  }
}

.p-voices-text {
  font-size: 14px;
}

/* ==================================
依頼の流れ
================================== */
.p-flow {
  padding-inline: var(--paddingInline);
  padding-block: 0 120px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .p-flow {
    padding-block: 0 60px;
  }
}

.p-flow-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.p-flow-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 6px;
}
.p-flow-list li {
  background-color: #F4F4F4;
  padding: 40px 50px;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .p-flow-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .p-flow-list li {
    border-radius: 15px;
    padding: 30px;
  }
}

.p-flow-title {
  margin-bottom: 0px;
}
.p-flow-title span {
  vertical-align: middle;
}
.p-flow-title span:first-child {
  font-size: 55px;
  color: #ffffff;
  font-weight: 700;
  margin-right: 22px;
}
.p-flow-title span:last-child {
  font-size: 28px;
  font-weight: 700;
  color: #1F2D93;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  .p-flow-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px;
  }
  .p-flow-title span:first-child {
    font-size: 35px;
    margin-right: 12px;
    line-height: 1;
  }
  .p-flow-title span:last-child {
    font-size: 20px;
  }
}

.p-flow-text {
  font-size: 15px;
  line-height: 28px;
}

.p-flow-button {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background-color: #1F2D93;
  padding-block: 11px 12px;
  padding-inline: 45px;
  border-radius: 27px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .p-flow-button {
    width: 199px;
    margin-inline: auto;
    display: block;
  }
}

/* ==================================
よくある質問
================================== */
.p-faq {
  padding-inline: var(--paddingInline);
  padding-block: 0 120px;
}
@media (max-width: 767px) {
  .p-faq {
    padding-block: 40px 60px;
  }
}

.p-faq-inner {
  max-width: 1200px;
  margin-inline: auto;
}

.p-faq-question {
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  background-color: #F2F2F2;
  padding: 20px 26px;
  position: relative;
  cursor: pointer;
}
.p-faq-question p {
  font-size: 20px;
  padding-inline: 38px;
  position: relative;
}
.p-faq-question p:before {
  position: absolute;
  content: "Q";
  font-size: 26px;
  font-weight: 600;
  color: #1F2D93;
  left: 0;
  top: -3px;
  line-height: 30px;
}
.p-faq-question:before, .p-faq-question:after {
  position: absolute;
  content: "";
  width: 22px;
  height: 2px;
  right: 40px;
  top: 31px;
  background-color: #1F2D93;
}
.p-faq-question:after {
  rotate: 90deg;
}
.p-faq-question._open:after {
  rotate: 0deg;
}
@media (max-width: 767px) {
  .p-faq-question {
    padding: 20px 18px;
  }
  .p-faq-question p {
    font-size: 15px;
    padding-inline: 25px;
  }
  .p-faq-question p:before {
    font-size: 22px;
  }
  .p-faq-question:before, .p-faq-question:after {
    right: 20px;
    width: 15px;
    height: 1px;
  }
}

.p-faq-answer {
  background-color: #1F2D93;
  margin-inline: 20px;
  color: #ffffff;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
}
.p-faq-answer p {
  padding: 30px 80px 30px 80px;
  font-size: 15px;
  position: relative;
}
.p-faq-answer p:before {
  position: absolute;
  content: "A";
  font-size: 26px;
  font-weight: 600;
  color: inherit;
  left: 40px;
  top: 26px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .p-faq-answer p {
    padding-inline: 50px 20px;
    padding-block: 20px;
  }
  .p-faq-answer p:before {
    left: 20px;
    top: 20px;
  }
}

.p-sticky {
  position: fixed;
  bottom: -100px;
  left: 0;
  right: 0;
  background-color: #1F2D93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 13px;
  -webkit-transition: bottom 0.5s;
  transition: bottom 0.5s;
}
@media (max-width: 767px) {
  .p-sticky {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 10px;
  }
}
.p-sticky._shown {
  bottom: 0;
}

.p-sticky-contact {
  background-color: #101010;
  border-radius: 10px;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sticky-contact img {
  margin-right: 6px;
  vertical-align: middle;
}
.p-sticky-contact span:nth-child(2) {
  color: #EFE3B5;
  font-size: 18px;
  font-weight: 700;
  margin-right: 2px;
  vertical-align: middle;
}
.p-sticky-contact span:nth-child(3) {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .p-sticky-contact {
    line-height: 1.3;
  }
  .p-sticky-contact img {
    width: 25px;
  }
  .p-sticky-contact span:nth-child(2) {
    font-size: 12px;
  }
  .p-sticky-contact span:nth-child(3) {
    font-size: 12px;
  }
}

.p-sticky-tel {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 14px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-sticky-tel img {
  margin-right: 6px;
  vertical-align: middle;
}
.p-sticky-tel span:nth-child(2) {
  color: #1F2D93;
  font-size: 22px;
  font-weight: 700;
  margin-right: 7px;
  vertical-align: middle;
}
.p-sticky-tel span:nth-child(3) {
  color: #1F2D93;
  font-size: 13px;
  vertical-align: middle;
}
.p-sticky-tel span:nth-child(4) {
  display: none;
}
@media (max-width: 767px) {
  .p-sticky-tel {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    gap: 10px;
    padding: 0;
    width: 54px;
    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;
  }
  .p-sticky-tel img {
    margin-right: 0;
    width: 23px;
  }
  .p-sticky-tel span:nth-child(2),
  .p-sticky-tel span:nth-child(3) {
    display: none;
  }
  .p-sticky-tel span:nth-child(4) {
    display: block;
    font-size: 12px;
    line-height: 1.3;
    color: #1F2D93;
  }
}

/* ===================================== */
@media (max-width: 767px) {
  .p-sticky-tel span:nth-child(2), .p-sticky-tel .span:nth-child(3) {
    display: block;
  }
  .p-sticky-tel span._number, .p-sticky-tel span._hours {
    display: none;
  }
}

@media (max-width: 767px) {
  .p-sticky._v2 {
    padding: 8px 10px;
    gap: 5px;
  }
  ._v2 .p-sticky-contact {
    display: grid;
    grid-template-areas: "img text1" "img text2";
    -ms-flex-preferred-size: calc((100% - 5px) / 2);
        flex-basis: calc((100% - 5px) / 2);
    padding-block: 4px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ._v2 .p-sticky-contact img {
    grid-area: img;
    margin-right: 0;
  }
  ._v2 .p-sticky-contact span:nth-of-type(1) {
    grid-area: text1;
    font-size: 14px;
    text-align: center;
  }
  ._v2 .p-sticky-contact span:nth-of-type(2) {
    grid-area: text2;
    font-size: 16px;
    text-align: center;
  }
  ._v2 .p-sticky-tel {
    display: grid;
    grid-template-columns: 27px auto;
    grid-template-areas: "img text1";
    -ms-flex-preferred-size: calc((100% - 5px) / 2);
        flex-basis: calc((100% - 5px) / 2);
    padding-left: 12px;
    padding-right: 24px;
    padding-block: 4px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  ._v2 .p-sticky-tel img {
    grid-area: img;
    width: 27px;
    rotate: 10deg;
  }
  ._v2 .p-sticky-tel ._hidden {
    grid-area: text1;
    text-align: center;
  }
  ._v2 .p-sticky-tel ._hidden span:nth-of-type(1) {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    color: #323232;
  }
  ._v2 .p-sticky-tel ._hidden span:nth-of-type(2) {
    font-size: 16px;
    text-align: center;
    color: #33409B;
    margin-right: 0;
  }
}
/* ===================================== */
.p-insert {
  position: relative;
  z-index: -1;
}
.p-insert._insert01 {
  height: 700px;
}
.p-insert._insert02 {
  height: 700px;
}
.p-insert._shown picture {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-insert._shown picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .p-insert._insert01 {
    height: 100vw;
  }
  .p-insert._insert02 {
    height: 100vw;
  }
}

._sp {
  display: none;
}
@media (max-width: 767px) {
  ._sp {
    display: block;
  }
}

@media (max-width: 767px) {
  ._pc {
    display: none;
  }
}