@charset "UTF-8";
html {
  font-size: 100%;
}
@media (min-width: 768px) and (max-width: calc(1850px - 0.02px)) {
  html {
    font-size: 0.8648648649vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media (min-width: 1850px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body.fixed {
  position: fixed;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
a:hover,
button:hover {
  opacity: 0.7;
}

@media (hover: none) {
  a,
  button {
    -webkit-transition: none;
    transition: none;
    cursor: auto;
  }
  a:hover,
  button:hover {
    opacity: 1;
  }
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
.l-about {
  padding: 7.5rem 0 11.875rem;
  margin-top: -60rem;
}
@media screen and (max-width: 767px) {
  .l-about {
    padding: 2.5rem 0 4.125rem;
    margin-top: -15rem;
  }
}

.l-appeal {
  padding: 7.5rem 0 12.5rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-appeal {
    padding: 2.5rem 0 4.125rem;
    margin-top: -1.625rem;
  }
}

.l-banner {
  padding: 10.3125rem 0 15.3125rem;
  height: auto;
  min-height: 48.75rem;
}
@media screen and (max-width: 767px) {
  .l-banner {
    padding: 3.5rem 0 5.125rem;
    min-height: 20.3125rem;
  }
}

.l-benefits {
  padding: 7.5rem 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-benefits {
    padding: 2.5rem 0;
    margin-top: -1.625rem;
  }
}

.l-entry {
  padding: 7.5rem 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-entry {
    padding: 2.5rem 0;
    margin-top: -1.625rem;
  }
}

.l-faq {
  padding: 7.5rem 0 12.5rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-faq {
    padding: 2.5rem 0 4.125rem;
    margin-top: -1.625rem;
  }
}

.l-fit {
  padding: 7.5rem 0;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-fit {
    padding: 2.5rem 0;
    margin-top: -1.625rem;
  }
}

.l-flow {
  padding: 7.5rem 0 12.5rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-flow {
    padding: 2.5rem 0 4.125rem;
    margin-top: -1.625rem;
  }
}

.l-footer {
  padding: 3.75rem 0 11.25rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 2.5rem 0 6.25rem;
  }
}

.l-fv {
  margin-top: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .l-fv {
    margin-top: 1.125rem;
  }
}

.l-header {
  padding: 2.1875rem 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding: 0.75rem 1rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1850px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media (max-width: 767px) {
  .l-inner {
    max-width: none;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.l-offer {
  padding: 7.5rem 0 12.5rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-offer {
    padding: 2.5rem 0 4.125rem;
    margin-top: -1.625rem;
  }
}

.l-scenes {
  padding: 7.5rem 0 12.5rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-scenes {
    padding: 2.5rem 0 4.125rem;
    margin-top: -1.625rem;
  }
}

.l-step {
  padding: 7.5rem 0 12.5rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-step {
    padding: 2.5rem 0 4.125rem;
    margin-top: -1.625rem;
  }
}

.l-thanks {
  padding: 7.5rem 0;
}
@media screen and (max-width: 767px) {
  .l-thanks {
    padding: 2.5rem 0;
  }
}

.l-voice {
  padding: 7.5rem 0 12.5rem;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .l-voice {
    padding: 2.5rem 0 4.125rem;
    margin-top: -1.625rem;
  }
}

.c-card-appeal {
  border-radius: 1.25rem;
  background-color: #fff;
  counter-increment: num;
}
@media screen and (max-width: 767px) {
  .c-card-appeal {
    border-radius: 0.625rem;
  }
}

.c-card-appeal__img {
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-appeal__img {
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.c-card-appeal__img img {
  aspect-ratio: 42/25;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-appeal__img img {
    aspect-ratio: 328/194;
    border-radius: 0.625rem 0.625rem 0 0;
  }
}

.c-card-appeal__body {
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card-appeal__body {
    padding: 1rem;
  }
}

.c-card-appeal__label {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 0.875rem;
  color: #172972;
  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: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-appeal__label {
    font-size: 0.75rem;
  }
}

.c-card-appeal__label::before {
  content: "Appeal ";
}

.c-card-appeal__label::after {
  content: counter(num);
}

.c-card-appeal__title {
  margin-top: 0.3125rem;
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6153846154;
  color: #172972;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-card-appeal__title {
    margin-top: 0.25rem;
    font-size: rem816;
  }
}

.c-card-appeal__text {
  margin-top: 0.75rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5714285714;
}
@media screen and (max-width: 767px) {
  .c-card-appeal__text {
    font-size: 0.875rem;
  }
}

.c-card-benefits {
  counter-increment: num;
  position: relative;
  border-radius: 1.25rem;
  background-color: #172972;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card-benefits {
    padding: 1rem;
    border-radius: 0.625rem;
  }
}

.c-card-benefits--blue {
  background-color: #005bbc;
}

.c-card-benefits__label {
  position: absolute;
  top: 2rem;
  right: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card-benefits__label {
    top: 0.5rem;
    right: 0.5rem;
  }
}

.c-card-benefits__label::after {
  content: counter(num, decimal-leading-zero);
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-card-benefits__label::after {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card-benefits__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25rem;
  }
}

.c-card-benefits__icon {
  width: 3.625rem;
}
@media screen and (max-width: 767px) {
  .c-card-benefits__icon {
    width: 2.5rem;
  }
}

.c-card-benefits__icon img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card-benefits__title {
  margin-top: 2rem;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card-benefits__title {
    margin-top: 0;
    font-size: 1rem;
  }
}

.c-card-benefits__text {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-card-benefits__text {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
}

.c-card-scenes {
  counter-increment: num;
  padding: 1rem;
  background-color: #fff;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-scenes {
    padding: 0.75rem 1.4375rem 0.75rem 0.75rem;
    gap: 0.75rem;
  }
}

.c-card-scenes__label {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-card-scenes__label {
    top: 0.5rem;
    right: 0.5rem;
  }
}

.c-card-scenes__label::before {
  content: counter(num, decimal-leading-zero);
  font-family: "Poppins", sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  color: #172972;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-card-scenes__label::before {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.c-card-scenes__img {
  width: 39.1509433962%;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-card-scenes__img {
    width: 38.8157894737%;
    border-radius: 0.375rem;
  }
}

.c-card-scenes__img img {
  aspect-ratio: 332/214;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .c-card-scenes__img img {
    border-radius: 0.375rem;
  }
}

.c-card-scenes__title {
  width: 57.0754716981%;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4;
  color: #172972;
}
@media screen and (max-width: 767px) {
  .c-card-scenes__title {
    width: 57.2368421053%;
    font-size: 1rem;
  }
}

.c-card-step {
  counter-increment: num;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
@media screen and (max-width: 767px) {
  .c-card-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .c-card-step__head {
    width: 19.512195122%;
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  .c-card-step:not(:last-child) .c-card-step__head::after {
    content: "";
    width: 2px;
    height: calc(100% + 1.25rem);
    background-color: #d3d3d3;
    position: absolute;
    top: 0.8125rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

.c-card-step__icon {
  width: 10.5rem;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-card-step__icon {
    width: 100%;
  }
}

.c-card-step:not(:last-child) .c-card-step__icon::after {
  content: "";
  width: 26.25rem;
  height: 0.25rem;
  background-color: #d3d3d3;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-card-step:not(:last-child) .c-card-step__icon::after {
    content: none;
  }
}

.c-card-step__icon img {
  aspect-ratio: 168/66;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card-step__label {
  margin-top: 0.75rem;
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  font-weight: bold;
  color: #172972;
  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: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-step__label {
    margin-top: 0.25rem;
    font-size: 1rem;
    gap: 0.125rem;
  }
}

.c-card-step__label::before {
  content: "STEP";
}

.c-card-step__label::after {
  content: counter(num);
}

.c-card-step__box {
  margin-top: 1.25rem;
  border-radius: 1.25rem;
  border: 1px solid #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .c-card-step__box {
    margin-top: 0;
    border-radius: 0.625rem;
    background-color: #f8f8f8;
    width: 74.3902439024%;
  }
}

@media screen and (max-width: 767px) {
  .c-card-step__img {
    width: 36.8852459016%;
  }
}

.c-card-step__img img {
  aspect-ratio: 420/272;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media screen and (max-width: 767px) {
  .c-card-step__img img {
    aspect-ratio: 90/65;
    border-radius: 0.625rem 0 0 0;
  }
}

.c-card-step__body {
  background-color: #f8f8f8;
  padding: 2rem;
  border-radius: 0 0 1.25rem 1.25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-card-step__body {
    display: contents;
  }
}

.c-card-step__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  border-radius: 0.625rem 0.625rem 0 0;
  border-bottom: 1px solid #d7d7d7;
}

.c-card-step__title {
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  color: #172972;
}
@media screen and (max-width: 767px) {
  .c-card-step__title {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 1rem;
    text-align: left;
  }
}

.c-card-step__text {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-card-step__text {
    margin-top: 0;
    padding: 1rem;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.c-card-voice {
  border-radius: 1.25rem;
  background-color: #fff;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card-voice {
    border-radius: 0.625rem;
    padding: 1rem;
  }
}

.c-card-voice__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-card-voice__head {
    gap: 1rem;
  }
}

.c-card-voice__img {
  width: 7.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-card-voice__img {
    width: 5rem;
  }
}

.c-card-voice__img img {
  aspect-ratio: 1/1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-voice__name {
  font-size: 1.375rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-card-voice__name {
    font-size: 1rem;
  }
}

.c-card-voice__text {
  margin-top: 1.5rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-card-voice__text {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.5714285714;
  }
}

.c-cta {
  padding: 0.75rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, .3);
          box-shadow: 0 0 1.875rem 0 rgba(0, 0, 0, .3);
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 0.625rem;
    border-radius: 0;
    background-color: rgba(0, 0, 0, .1);
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-backdrop-filter: blur(1.875rem);
            backdrop-filter: blur(1.875rem);
  }
}

.c-cta__text {
  width: 29.75rem;
  height: 3.5rem;
  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;
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  background: url(../images/cta-text_bg.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .c-cta__text {
    width: 42.3529411765%;
    height: 2.5rem;
    display: block;
    padding: 0.375rem 0.75rem;
    border-top: 1px solid #fff;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    font-size: 0.75rem;
    line-height: 1.1666666667;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.c-cta__text span {
  font-size: 1.5rem;
  color: #ffe500;
  background-image: radial-gradient(circle at center, #ffe500 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-cta__text span {
    background: none;
    font-size: 0.75rem;
  }
}

.c-cta__btn {
  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: 19.3125rem;
  height: 3.5rem;
  background-color: #ffe500;
  color: #172972;
  font-size: 1.125rem;
  font-weight: bold;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-cta__btn {
    width: 0.5764705882;
    height: 2.5rem;
    gap: 0.375rem;
    font-size: 0.8125rem;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.c-cta__btn::after {
  content: "";
  width: 1.1875rem;
  height: 0.8125rem;
  background: url(../images/icon_arrow-cta.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-cta__btn::after {
    width: 0.6875rem;
    height: 0.5625rem;
  }
}

.c-section-title::before {
  content: attr(data-en);
  font-family: "Poppins", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  display: block;
  line-height: 1.5;
  margin-bottom: 0.875rem;
}
@media screen and (max-width: 767px) {
  .c-section-title::before {
    font-size: 0.75rem;
    margin-bottom: 0.375rem;
  }
}

.c-section-title span {
  position: relative;
  padding-left: 0.5625rem;
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 1.1785714286;
  letter-spacing: 0.2em;
  color: #172972;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-section-title span {
    padding-left: 1px;
    font-size: 1.375rem;
    line-height: 1.1818181818;
    letter-spacing: 0.15em;
  }
}

.c-section-title span::after {
  content: "";
  width: 55rem;
  height: 8.494375rem;
  background: url(../images/section-title_bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .c-section-title span::after {
    width: 20.5rem;
    height: 3.16625rem;
    top: 2px;
  }
}

.c-section-title--white span::after {
  background: url(../images/section-title_bg-white.webp) no-repeat center/cover;
}

.c-section-title--one-white span::after {
  height: 4.25375rem;
  background: url(../images/section-title_bg-one-white.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .c-section-title--one-white span::after {
    height: 1.5775rem;
  }
}

.c-section-title--one span::after {
  height: 4.25375rem;
  background: url(../images/section-title_bg-one.webp) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .c-section-title--one span::after {
    height: 1.5775rem;
  }
}

.p-about {
  background-color: #fff;
  border-radius: 3.75rem 3.75rem 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-about {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-about__body {
  width: 48.8888888889%;
}
@media screen and (max-width: 767px) {
  .p-about__body {
    display: contents;
  }
}

.p-about__text {
  margin-top: 4rem;
  font-size: 1.5rem;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    margin-top: 2.0625rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-about__img {
  width: 46.6666666667%;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 2.0625rem;
    border-radius: 0.625rem;
  }
}

.p-about__img img {
  aspect-ratio: 840/753;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-about__img img {
    border-radius: 0.625rem;
  }
}

.p-appeal {
  background-color: #172972;
  border-radius: 3.75rem 3.75rem 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-appeal {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-appeal__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 26.125rem;
}
@media screen and (max-width: 767px) {
  .p-appeal__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-appeal__title {
  color: #fff;
}

.p-appeal__text {
  padding-top: 3.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-appeal__text {
    padding-top: 0;
    font-size: 0.875rem;
  }
}

.p-appeal__text span {
  display: block;
  font-size: 1.625rem;
  font-weight: bold;
  color: #ffe500;
  line-height: 1.4615384615;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-appeal__text span {
    font-size: 1.125rem;
    margin-bottom: 0.75rem;
  }
}

.p-appeal__cards {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-appeal__cards {
    margin-top: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1rem;
  }
}

.sticky-fix {
  position: relative;
  z-index: 0;
  height: 1px;
  pointer-events: none;
}

.sticky-banner {
  position: sticky;
  top: 0;
  z-index: 10;
}

.p-banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.p-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/banner.webp) no-repeat center/cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-banner::before {
    background: url(../images/banner-sp.webp) no-repeat center/cover;
  }
}

.p-banner__inner {
  max-width: 71.875rem;
}

.p-banner__box {
  padding: 3.75rem 2.625rem;
  background-color: #fff;
  border-radius: 1.25rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-banner__box {
    padding: 1rem;
    border-radius: 0.625rem;
  }
}

.p-banner__title img {
  aspect-ratio: 1016/136;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-banner__title img {
    aspect-ratio: 296/89.19;
  }
}

.p-banner__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-banner__btn {
    margin-top: 1rem;
  }
}

.p-banner__btn a {
  min-width: 23.75rem;
  height: 4.625rem;
  background-color: #ffe500;
  border-radius: 2.3125rem;
  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;
  gap: 1.25rem;
  padding: 0 2.5rem;
  border: 1px solid #172972;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .p-banner__btn a {
    min-width: 18.5rem;
    height: 3.125rem;
    font-size: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0 1rem;
  }
}

.p-banner__btn a span {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background-color: #fff;
  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: 767px) {
  .p-banner__btn a span {
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-banner__btn a span::after {
  content: "";
  width: 1.375rem;
  height: 0.6875rem;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .p-banner__btn a span::after {
    width: 0.8125rem;
    height: 0.4375rem;
  }
}

.p-benefits {
  background-color: #f4f4f4;
  border-radius: 3.75rem 3.75rem 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-benefits {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-benefits__blocks {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__blocks {
    margin-top: 2.0625rem;
  }
}

.p-benefits__block:nth-child(n+2) {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-benefits__block:nth-child(n+2) {
    margin-top: 1.75rem;
  }
}

.p-block-benefits__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.2666666667;
  color: #172972;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-block-benefits__title {
    font-size: 1.125rem;
    gap: 0.5rem;
  }
}

.p-block-benefits__title::before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #172972;
}
.p-block-benefits__text {
  margin-top: 0.75rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.9;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d7d7d7;
  padding-left: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-block-benefits__text {
    font-size: 0.875rem;
    padding-left: 1rem;
    padding-bottom: 1rem;
  }
}

.p-block-benefits__cards {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-block-benefits__cards {
    margin-top: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
}

.p-entry {
  border-radius: 3.75rem 3.75rem 0 0;
  background-color: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-entry {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-entry__form-box {
  margin-top: 3.5rem;
  max-width: 68.75rem;
  margin-inline: auto;
  border-radius: 1.25rem;
  background-color: #f8f8f8;
  border: 1px solid #f1f1f1;
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-entry__form-box {
    margin-top: 1.8125rem;
    border-radius: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 1.75rem 1rem;
  }
}

.p-entry__box {
  padding: 1.75rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  .p-entry__box {
    padding: 1rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.p-entry__box dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  font-size: 1.125rem;
  font-weight: bold;
  padding-top: 1rem;
  width: 31.3725490196%;
}
@media screen and (max-width: 767px) {
  .p-entry__box dt {
    width: 100%;
    gap: 0.75rem;
    font-size: 1rem;
  }
}

.p-entry__box dt span {
  width: 3.125rem;
  height: 1.625rem;
  border-radius: 0.25rem;
  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;
  color: #fff;
  background-color: #ff0004;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-entry__box dt span {
    width: 2.5rem;
    height: 1.4375rem;
    font-size: 0.75rem;
  }
}

.p-entry__box dt span.option {
  background-color: #d2d2d2;
  color: #000;
}

.p-entry__box dd {
  width: 68.6274509804%;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-entry__box dd {
    width: 100%;
    font-size: 1rem;
  }
}

.p-entry__box dd input {
  width: 100%;
  height: 3.125rem;
  border-radius: 0.25rem;
  border: 1px solid #bababa;
  padding: 0.75rem 1rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-entry__box dd input {
    height: 2.5rem;
    padding: 0.5rem 0.8125rem;
    font-size: 1rem;
  }
}

.p-entry__box dd input::-webkit-input-placeholder {
  color: #a0a0a0;
}

.p-entry__box dd input::-moz-placeholder {
  color: #a0a0a0;
}

.p-entry__box dd input::-ms-input-placeholder {
  color: #a0a0a0;
}

.p-entry__box dd input::placeholder {
  color: #a0a0a0;
}

.p-entry__box dd.select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-entry__box dd.select {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.75rem 0.5rem;
  }
}

.p-entry__box dd.select span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.p-entry__box dd select {
  width: 7.5rem;
  height: 3.125rem;
  border-radius: 0.25rem;
  border: 1px solid #bababa;
  padding: 0.75rem 1rem;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
@media screen and (max-width: 767px) {
  .p-entry__box dd select {
    width: 5rem;
    height: 2.5rem;
    padding: 0.5rem 0.8125rem;
  }
}

.p-entry__box dd select.is-empty {
  color: #a0a0a0;
}

.p-entry__box dd.select span.wpcf7-form-control-wrap::after,
.p-entry__box dd.job span.wpcf7-form-control-wrap::after {
  content: "";
  width: 0.625rem;
  height: 0.375rem;
  background-color: #313131;
  -webkit-clip-path: polygon(0 0, 100% 0%, 50% 100%);
          clip-path: polygon(0 0, 100% 0%, 50% 100%);
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-entry__box dd.select span.wpcf7-form-control-wrap::after,
  .p-entry__box dd.job span.wpcf7-form-control-wrap::after {
    right: 0.5rem;
  }
}

.p-entry__box dd.job select {
  width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .p-entry__box dd.job select {
    width: 100%;
  }
}

.p-entry__box dd.post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}

.p-entry__box dd.post span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-entry__box dd.post span {
    gap: 1.625rem;
  }
}

.p-entry__box dd.post span .post-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-entry__box dd.post span .post-num {
    gap: 0.5rem;
  }
}

.p-entry__box dd.post span .post-num label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-entry__box dd.post span .post-num input {
  width: 10.625rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-entry__box dd.post span .post-num input {
    width: 8.75rem;
    height: 2.5rem;
  }
}

.p-entry__box dd.post button {
  width: 10.625rem;
  height: 3.125rem;
  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;
  color: #fff;
  background-color: #172972;
  border-radius: 0.375rem;
  font-size: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-entry__box dd.post button {
    width: 5.625rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }
}

.p-entry__box dd.tel input {
  width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .p-entry__box dd.tel input {
    width: 100%;
  }
}

.p-entry__box dd textarea {
  width: 100%;
  height: 12.5rem;
  border-radius: 0.25rem;
  border: 1px solid #bababa;
  padding: 0.75rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-entry__box dd textarea {
    height: 6.75rem;
  }
}

.p-entry__box dd textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}

.p-entry__box dd textarea::-moz-placeholder {
  color: #a0a0a0;
}

.p-entry__box dd textarea::-ms-input-placeholder {
  color: #a0a0a0;
}

.p-entry__box dd textarea::placeholder {
  color: #a0a0a0;
}

.p-entry__box .wpcf7-form-control-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 !important;
}

.p-entry__agree {
  margin-top: 2.5rem;
  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;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-entry__agree {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-entry__agree input {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.25rem;
  border: 1px solid #bababa;
  background-color: #fff;
  margin-right: 0.75rem;
}

.p-entry__agree a {
  color: #0074f1;
  text-decoration: underline;
}

.p-entry__btn {
  margin-top: 1.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-entry__btn {
    margin-top: 1.25rem;
  }
}

.p-entry__btn input {
  width: 23.75rem;
  height: 4.625rem;
  border-radius: 2.3125rem;
  background-color: #ffe500;
  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;
  border: 1px solid #172972;
  font-size: 1.25rem;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-entry__btn input {
    width: 20.5rem;
    height: 3.125rem;
    font-size: 1.125rem;
  }
}

.wpcf7-list-item-label {
  display: none;
}

.p-faq {
  background-color: #fff;
  border-radius: 3.75rem 3.75rem 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-faq {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-faq__boxies {
  margin-top: 3.75rem;
  width: 68.875rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-faq__boxies {
    margin-top: 1.8125rem;
    width: 100%;
  }
}

.p-faq__box {
  border-radius: 1.25rem;
  background-color: #f8f8f8;
  border: 1px solid #f1f1f1;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-faq__box {
    border-radius: 0.625rem;
    padding: 1rem;
  }
}

.p-faq__box:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__box:nth-child(n+2) {
    margin-top: 0.75rem;
  }
}

.p-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    gap: 0.5rem;
    font-size: 1rem;
    padding-bottom: 0.75rem;
  }
}

.p-faq__q span {
  font-family: "Poppins", sans-serif;
  font-size: 2.5625rem;
  color: #172972;
  line-height: 1.512195122;
}
@media screen and (max-width: 767px) {
  .p-faq__q span {
    font-size: 1.25rem;
  }
}

.p-faq__a-box {
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__a-box {
    margin-top: 0.75rem;
  }
}

.p-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
  font-size: 1.125rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-faq__a {
    gap: 0.5625rem;
    font-size: 0.875rem;
    line-height: 1.5714285714;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-faq__a span {
  font-family: "Poppins", sans-serif;
  font-size: 2.5625rem;
  font-weight: bold;
  color: #ff0004;
  line-height: 1.512195122;
}
@media screen and (max-width: 767px) {
  .p-faq__a span {
    font-size: 1.25rem;
  }
}

.p-fit {
  background-color: #fff;
  border-radius: 3.75rem 3.75rem 0 0;
  position: relative;
  z-index: 10;
  overflow-x: clip;
}
@media screen and (max-width: 767px) {
  .p-fit {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-fit__list {
  margin-top: 3.75rem;
  width: 68.875rem;
  margin-inline: auto;
  border-radius: 1.25rem;
  background-color: #f8f8f8;
  border: 1px solid #f1f1f1;
  padding: 3rem 8.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fit__list {
    margin-top: 2.0625rem;
    width: 100%;
    border-radius: 0.625rem;
    padding: 1rem;
  }
}

.p-fit__list::before {
  content: "";
  width: 9.75rem;
  height: 9.3125rem;
  background: url(../images/icon_fit.webp) no-repeat center/cover;
  position: absolute;
  top: 3rem;
  right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-fit__list::before {
    position: static;
    width: 5.875rem;
    height: 5.625rem;
    display: block;
    margin-inline: auto;
    margin-bottom: 1rem;
  }
}

.p-fit__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-fit__item {
    gap: 0.5rem;
    font-size: 1rem;
  }
}

.p-fit__item::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_check.svg) no-repeat center/cover;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fit__item::before {
    width: 0.875rem;
    height: 0.875rem;
  }
}

.p-fit__item:nth-child(n+2) {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fit__item:nth-child(n+2) {
    margin-top: 0.5rem;
  }
}

.p-fit__img {
  margin-top: 2.5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-fit__img {
    margin-top: 1.75rem;
  }
}

.p-fit__img img {
  aspect-ratio: 1920/400;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fit__img img {
    aspect-ratio: 36/20;
  }
}

.p-flow {
  position: relative;
  z-index: 10;
  border-radius: 3.75rem 3.75rem 0 0;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-flow__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-flow__body {
  width: 48.8888888889%;
}
@media screen and (max-width: 767px) {
  .p-flow__body {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.p-flow__img {
  margin-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__img {
    margin-top: 1.25rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}

.p-flow__img img {
  aspect-ratio: 880/531;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-flow__table {
  width: 46.6666666667%;
  padding: 2rem;
  border-radius: 1.25rem;
  background-color: #f8f8f8;
  border: 1px solid #f1f1f1;
}
@media screen and (max-width: 767px) {
  .p-flow__table {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 0.75rem;
    border-radius: 0.625rem;
    margin-top: 1.75rem;
  }
}

.p-flow__table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__table-box {
    gap: 0.75rem;
  }
}

.p-flow__table-box:nth-child(n+2) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__table-box:nth-child(n+2) {
    margin-top: 0.75rem;
  }
}

.p-flow__table-box dt {
  width: 8.75rem;
  height: 3.125rem;
  background-color: #172972;
  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;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 1.625rem;
  border-radius: 0.375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-flow__table-box dt {
    width: 3.75rem;
    height: 1.875rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
  }
}

.p-flow__table-box:not(:last-child) dt::after {
  content: "";
  width: 2px;
  height: 1.5rem;
  background-color: #172972;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}
@media screen and (max-width: 767px) {
  .p-flow__table-box:not(:last-child) dt::after {
    height: 0.75rem;
  }
}

.p-flow__table-box dd {
  font-size: 1.625rem;
  font-weight: bold;
  line-height: 1.6153846154;
}
@media screen and (max-width: 767px) {
  .p-flow__table-box dd {
    font-size: 0.875rem;
  }
}

.p-footer {
  background-color: #f0f3ff;
}

.p-footer__inner {
  max-width: 71.875rem;
}

.p-footer__top {
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    padding-bottom: 1.75rem;
  }
}

.p-footer__text {
  font-size: 1.875rem;
  font-weight: bold;
  text-align: center;
  color: #172972;
}
@media screen and (max-width: 767px) {
  .p-footer__text {
    font-size: 1.125rem;
  }
}

.p-footer__wrap {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}

.p-footer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logos {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.75rem;
  }
}

.p-footer__logo {
  width: 5.269375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 3.5125rem;
  }
}

.p-footer__logo:nth-child(2) {
  width: 5.855625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo:nth-child(2) {
    width: 3.90375rem;
  }
}

.p-footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 84.31/120;
}

.p-footer__logo:nth-child(2) img {
  aspect-ratio: 93.69/120;
}

.p-footer__wrap-text {
  font-size: 1.25rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-footer__wrap-text {
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5714285714;
  }
}

.p-footer__bottom {
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding-top: 1.75rem;
    gap: 1.84375rem;
  }
}

.p-footer__bottom-logo {
  width: 7.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom-logo {
    width: 5.90625rem;
  }
}

.p-footer__bottom-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-footer__nav {
  padding-left: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    -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;
    gap: 0.5rem;
    padding-left: 0;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    -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;
    gap: 0.375rem;
  }
}

.p-footer__item a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #0074f1;
  text-decoration: underline;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    font-size: 0.75rem;
  }
}

.p-footer__copyright {
  font-family: "Poppins", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.5rem;
  }
}

.p-footer__cta {
  position: fixed;
  bottom: 3.75rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__cta {
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
  }
}

.p-footer__cta.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-fv {
  overflow-x: clip;
}

.p-fv__text img {
  aspect-ratio: 1800/265;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv__text img {
    aspect-ratio: 328/158;
  }
}

.p-fv__img-wrap {
  height: 110rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__img-wrap {
    height: 27.5rem;
  }
}

.p-fv__img {
  margin-top: 5rem;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  position: sticky;
  top: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    margin-top: 1.25rem;
  }
}

.p-fv__img img {
  aspect-ratio: 192/88;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv__img img {
    aspect-ratio: 36/22;
  }
}

.p-header__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 2000;
}

.p-header__logo {
  width: 7.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 2.9375rem;
  }
}

.p-header__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
    background-color: #fff;
    position: fixed;
    top: 3.375rem;
    left: 0;
    width: 100%;
    height: calc(100vh - 3.375rem);
    padding: 2.5rem 1rem;
    z-index: 1000;
    -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;
    gap: 0;
    overflow-y: auto;
  }
}

.p-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  height: 3.125rem;
  padding: 0 2.5rem;
  border-radius: 1.5625rem;
  background-color: #f4f4f4;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .p-header__menu {
    width: 100%;
    -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;
    height: auto;
    padding: 0 0 2.5rem;
    background-color: transparent;
    gap: 1rem;
    border-radius: 0;
    border-bottom: 1px solid #d7d7d7;
  }
}

.p-header__item a {
  display: block;
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  padding-bottom: 0.25rem;
}

.p-header__item a:hover {
  opacity: 1;
}

.p-header__item a::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-header__item a:hover::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-header__btns {
    margin-top: 2.5rem;
    gap: 0.75rem;
  }
}

.p-header__btn a {
  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;
  height: 3.125rem;
  padding: 0 2.5rem;
  color: #fff;
  background-color: #172972;
  border-radius: 1.5625rem;
  font-size: 1.125rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header__btn a {
    height: 3.5rem;
    font-size: 1rem;
    border-radius: 1.875rem;
  }
}

.p-header__btn a::after {
  content: "";
  width: 1rem;
  height: 0.5rem;
  background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-header__btn a::after {
    right: 0.75rem;
  }
}

.p-header__btn--yellow a {
  background-color: #ffe500;
  color: #000;
}

.p-header__btn--yellow a::after {
  background: url(../images/icon_arrow.svg) no-repeat center/cover;
}

.p-header__toggle {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__toggle {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 0.25rem;
    background-color: #172972;
    position: relative;
  }
}

.p-header__toggle span {
  width: 1.25rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.p-header__toggle span:nth-child(1) {
  top: 0.6875rem;
}

.p-header__toggle span:nth-child(2) {
  bottom: 0.6875rem;
}

.p-header__toggle.show {
  background-color: #a0a0a0;
}

.p-header__toggle.show span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.p-header__toggle.show span:nth-child(2) {
  top: 50%;
  bottom: auto;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.p-offer {
  border-radius: 3.75rem 3.75rem 0 0;
  background-color: #f4f4f4;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-offer {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-offer__table {
  margin-top: 3.75rem;
  max-width: 68.875rem;
  margin-inline: auto;
  border: 1px solid #d7d7d7;
}
@media screen and (max-width: 767px) {
  .p-offer__table {
    margin-top: 1.8125rem;
  }
}

.p-offer__table-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-offer__table-box:not(:last-child) {
  border-bottom: 1px solid #d7d7d7;
}

.p-offer__table-box dt {
  width: 21.8181818182%;
  padding: 1.25rem 1.5rem;
  background-color: #172972;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .p-offer__table-box dt {
    width: 24.3902439024%;
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}

.p-offer__table-box dd {
  width: 78.1818181818%;
  background-color: #fff;
  padding: 1.25rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
  .p-offer__table-box dd {
    width: 75.6097560976%;
    padding: 0.75rem;
    font-size: 0.875rem;
  }
}

.p-scenes {
  background-color: #f4f4f4;
  border-radius: 3.75rem 3.75rem 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-scenes {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-scenes__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21.875rem;
}
@media screen and (max-width: 767px) {
  .p-scenes__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.p-scenes__text {
  padding-top: 5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-scenes__text {
    padding-top: 0;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.p-scenes__cards {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-scenes__cards {
    margin-top: 1.5rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
}

.p-step {
  background-color: #fff;
  border-radius: 3.75rem 3.75rem 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-step {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-step__cards {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-step__cards {
    margin-top: 2.0625rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.p-step__box {
  margin-top: 3.75rem;
  width: 68.75rem;
  margin-inline: auto;
  border-radius: 1.25rem;
  border: 1px solid #172972;
  background-color: #f0f3ff;
  padding: 2.25rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-step__box {
    margin-top: 1.5rem;
    width: 100%;
    padding: 1rem 0.8125rem 1rem 1rem;
    border-radius: 0.625rem;
    gap: 0.8125rem;
  }
}

.p-step__text {
  font-size: 1.75rem;
  line-height: 1.5714285714;
  font-weight: 500;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-step__text {
    font-size: 1rem;
  }
}

.p-step__text span {
  font-weight: bold;
  color: #172972;
}

.p-step__img {
  width: 7.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-step__img {
    width: 5.625rem;
  }
}

.p-step__img img {
  aspect-ratio: 119/100;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-thanks {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-thanks__inner {
  max-width: 62.5rem;
}

.p-thanks__title {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.125rem;
  }
}

.p-thanks__text {
  margin-top: 2.5rem;
  text-align: center;
  line-height: 2;
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    margin-top: 1.5rem;
    font-size: 0.875rem;
  }
}

.p-voice {
  background-color: #f4f4f4;
  border-radius: 3.75rem 3.75rem 0 0;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-voice {
    border-radius: 1.25rem 1.25rem 0 0;
  }
}

.p-voice__cards {
  margin-top: 3.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-voice__cards {
    margin-top: 1.8125rem;
    grid-template-columns: repeat(1, 1fr);
    gap: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
