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

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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

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

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

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

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

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

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

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

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

input,
textarea,
select {
  font: inherit;
}

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

.l-inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  height: inherit;
  padding: 0 8.75rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: 100%;
    max-width: 640px;
    padding: 0 1.25rem;
  }
}

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

.l-section {
  padding: 3.75rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 2.5rem 0 3.125rem;
  }
}

.c-btn {
  position: relative;
  width: 26rem;
  height: 6.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 19.25rem;
    height: 5.6875rem;
  }
}

.c-btn__badge {
  position: absolute;
  top: 0;
  left: 24.76%;
  right: 24.76%;
  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;
  z-index: 1;
}

.c-btn__badge-pill {
  position: relative;
  background: #ffffff;
  border: 1px solid #016FB9;
  border-radius: 1.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;
  padding: 0.25rem 2.75rem;
}
.c-btn__badge-pill span {
  font-size: 1rem;
  font-weight: 500;
  color: #016FB9;
  white-space: nowrap;
  line-height: 1.3125;
}
@media screen and (max-width: 767px) {
  .c-btn__badge-pill span {
    font-size: 0.875rem;
  }
}
.c-btn__badge-pill::before {
  content: "";
  position: absolute;
  bottom: -0.9375rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1rem;
  height: 0.9375rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #016FB9;
}
.c-btn__badge-pill::after {
  content: "";
  position: absolute;
  bottom: -0.6875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.8125rem;
  height: 0.6875rem;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #ffffff;
}

.c-btn__link {
  position: absolute;
  top: 19.8%;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.125rem 0.875rem 0 rgba(28, 90, 139, 0.4);
          box-shadow: 0 0.125rem 0.875rem 0 rgba(28, 90, 139, 0.4);
  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: 2.6875rem;
  padding: 1.4375rem 1.9375rem 1.4375rem 6.25rem;
  text-decoration: none;
  overflow: hidden;
}
.c-btn__link::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#6db7b9), to(#1c6199));
  background: linear-gradient(to right, #6db7b9, #1c6199);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.c-btn__link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1C6199), to(#6DB7B9));
  background: linear-gradient(90deg, #1C6199 0%, #6DB7B9 100%);
}
@media (any-hover: hover) {
  .c-btn__link:hover::before {
    opacity: 0;
  }
}
.c-btn__link span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-btn__link span {
    font-size: 1.125rem;
  }
}
.c-btn__link img {
  width: 1.625rem;
  height: 1.625rem;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-btn__link img {
    width: 1.375rem;
    height: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn__link {
    gap: 1.5rem;
    padding: 1.4375rem 1.6875rem 1.4375rem 4.5625rem;
  }
}

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

.c-column2 {
  display: grid;
  gap: 1.875rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column2 {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

.c-column2--gap60 {
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-column2--gap60 {
    gap: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .c-column2--gapSp20 {
    gap: 1.25rem;
  }
}

.c-column3 {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.c-column4 {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .c-column4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .c-column4--sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-headline1__main {
  font-size: 2rem;
  font-weight: 700;
  line-height: 100%;
}
@media screen and (max-width: 767px) {
  .c-headline1__main {
    font-size: 1.5rem;
  }
}

.c-headline1__sub {
  margin-top: 1.25rem;
  font-size: 1.5rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-headline1__sub {
    margin-top: 0.625rem;
  }
}

.c-head {
  border-radius: 2px;
  background: #016FB9;
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.7px;
  display: inline-block;
  padding: 0.125rem 0.625rem;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.c-hoverRun {
  text-decoration: none;
  color: black;
  background-image: -webkit-gradient(linear, left top, right top, from(black), to(black));
  background-image: linear-gradient(90deg, black, black);
  background-repeat: no-repeat;
  display: inline;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}

@media screen and (min-width: 768px) {
  .c-hoverRun:hover {
    background-size: 100% 1px;
  }
}
.c-hoverUnderline {
  position: relative;
  display: inline-block;
}

.c-hoverUnderline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: black;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

@media screen and (min-width: 768px) {
  .c-hoverUnderline:hover::after {
    opacity: 1;
  }
}
.c-imgHover {
  position: relative;
}

.c-imgHover img {
  width: 100%;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

.c-imgHover img:nth-of-type(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}

@media screen and (min-width: 768px) {
  .c-imgHover:hover img:nth-of-type(1) {
    opacity: 0;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
  .c-imgHover:hover img:nth-of-type(2) {
    opacity: 1;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
  }
}
.c-link {
  position: relative;
  line-height: 1;
}

.c-link::after {
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  right: -1em;
  top: 0.3em;
  background: url(画像のバスを入れる) center center/contain no-repeat;
}

.c-underBar {
  position: relative;
  display: inline-block;
}
.c-underBar::before {
  background-color: #333;
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 1;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .c-underBar:hover:before {
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
  }
}
.p-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #ffffff;
}

.p-header__inner {
  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;
  padding: 1.0625rem 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding: 0.625rem 1.25rem;
  }
}

.p-header__logo {
  display: block;
  width: 10.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.p-header__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 7.5625rem;
  }
}
@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}

.p-header__nav {
  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) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.p-header__list li a {
  font-size: 0.875rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  white-space: nowrap;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-header__list li a:hover {
    color: #016FB9;
  }
}

.p-header__cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.p-header__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;
  padding: 0.8125rem 1.6875rem;
  border-radius: 0.1875rem;
  -webkit-box-shadow: 0 0.125rem 0.375rem rgba(28, 90, 139, 0.4);
          box-shadow: 0 0.125rem 0.375rem rgba(28, 90, 139, 0.4);
  color: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.p-header__btn::before {
  content: "";
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#6db7b9), to(#1c6199));
  background: linear-gradient(to right, #6db7b9, #1c6199);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.p-header__btn::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -2;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1C6199), to(#6DB7B9));
  background: linear-gradient(90deg, #1C6199 0%, #6DB7B9 100%);
}
@media (any-hover: hover) {
  .p-header__btn:hover::before {
    opacity: 0;
  }
}

.p-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
}

.p-header__tel-icon {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-header__tel-icon img {
  width: 100%;
  height: 100%;
}

.p-header__tel-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-header__tel-number {
  display: block;
  font-size: 1.375rem;
  font-weight: 500;
  color: #016FB9;
  line-height: 1;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-header__tel-number a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.p-header__tel-time {
  display: block;
  font-size: 0.625rem;
  font-weight: 500;
  color: #000000;
  white-space: nowrap;
  margin-top: 0.1875rem;
}

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

.p-header__sp-tel {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
}
.p-header__sp-tel img {
  width: 100%;
  height: 100%;
}

.p-header__hamburger {
  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: 1.375rem;
  height: 1.375rem;
  padding: 0;
  cursor: pointer;
}
.p-header__hamburger img {
  width: 100%;
  height: 100%;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background: #ffffff;
  overflow-y: auto;
  translate: 101%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.p-drawer.js-show {
  translate: 0;
}
@media (min-width: 768px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer__header {
  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;
  padding: 0.625rem 1.25rem;
  background: #ffffff;
}

.p-drawer__logo {
  display: block;
  width: 7.5625rem;
}
.p-drawer__logo img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-drawer__header-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
}

.p-drawer__header-tel {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
}
.p-drawer__header-tel img {
  width: 100%;
  height: 100%;
}

.p-drawer__close {
  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: 1.375rem;
  height: 1.375rem;
  padding: 0;
  cursor: pointer;
}
.p-drawer__close img {
  width: 100%;
  height: 100%;
}

.p-drawer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 5rem 2rem;
}

.p-drawer__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: 2rem;
}
.p-drawer__list li a {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
}

.p-drawer__cta {
  position: relative;
  width: 19.25rem;
  height: 5.6875rem;
  margin-top: 12.1875rem;
}

.p-drawer__cta-badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
  white-space: nowrap;
}
.p-drawer__cta-badge span {
  display: inline-block;
  border: 1px solid #016FB9;
  border-radius: 1.3125rem;
  color: #016FB9;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.25rem 1.25rem;
  background: #ffffff;
  white-space: nowrap;
  line-height: 1.5;
}

.p-drawer__cta-btn {
  position: absolute;
  top: 1.1875rem;
  left: 0;
  right: 0;
  bottom: 0;
  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: 1.5rem;
  padding: 1.125rem 1.6875rem 1.125rem 4.5625rem;
  background: -webkit-gradient(linear, left top, right top, from(#6db7b9), to(#1c6199));
  background: linear-gradient(to right, #6db7b9, #1c6199);
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 0.125rem 0.875rem rgba(28, 90, 139, 0.4);
          box-shadow: 0 0.125rem 0.875rem rgba(28, 90, 139, 0.4);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-drawer__cta-btn:hover {
  opacity: 0.8;
}
.p-drawer__cta-btn span {
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 600;
  white-space: nowrap;
}
.p-drawer__cta-btn img {
  width: 1.375rem;
  height: 1.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-footer {
  background: #F1F9FF;
}

.p-footer__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.25rem;
  padding-top: 3.5rem;
  padding-bottom: 4.5rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    gap: 1.5rem;
    padding-block: 2.5rem;
    padding-inline: 1.25rem;
  }
}

.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    gap: 0.3125rem;
  }
}
@media (any-hover: hover) {
  .p-footer__logo:hover {
    opacity: 0.7;
  }
}

.p-footer__logo-img {
  width: 15.625rem;
  height: 4.125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-footer__logo-img {
    width: 12.5rem;
    height: 3.3125rem;
  }
}

.p-footer__logo-text {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5rem;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-footer__logo-text {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}

.p-footer__copyright {
  font-size: 0.875rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 0.6875rem;
    line-height: 1.03125rem;
  }
}

.p-fv {
  position: relative;
  overflow: hidden;
  background: #ffffff;
}

.p-fv__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 65.4861111111vw;
  pointer-events: none;
  z-index: 0;
}
.p-fv__bg picture {
  display: block;
}
.p-fv__bg img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-fv__bg {
    width: 100%;
    left: 0;
    right: 0;
  }
}

.p-fv__inner {
  position: relative;
  z-index: 1;
  max-width: 1400px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
  padding-top: 6.4375rem;
  padding-bottom: 6.4375rem;
  padding-inline: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 5.625rem;
    padding-bottom: 2.8125rem;
    padding-inline: 0;
  }
}

.p-fv__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__content {
    width: 100%;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-fv__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__copy {
    max-width: calc(100% - 1.25rem);
    gap: 1rem;
    margin-bottom: 0.5rem;
  }
}

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

.p-fv__intro {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-fv__intro {
    font-size: 0.875rem;
    line-height: 1.607;
  }
}

.p-fv__headline-row1 {
  font-size: 3rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  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-fv__headline-row1 {
    font-size: 1.75rem;
    letter-spacing: -1px;
  }
}

.p-fv__headline-row2 {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv__headline-row2 {
    font-size: 1.125rem;
  }
}

.p-fv__hl-blue {
  color: #016FB9;
}
@media screen and (max-width: 767px) {
  .p-fv__hl-blue {
    white-space: nowrap;
  }
}
.p-fv__hl-blue.ml-10 {
  margin-left: -0.625rem;
}

.p-fv__hl-blue2 {
  color: #016FB9;
  position: relative;
  background-image: radial-gradient(circle at center, #016FB9 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__hl-blue2 {
    margin-left: -0.625rem;
    padding-top: 0.125rem;
  }
}

.p-fv__skew-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: skewX(-7deg);
          transform: skewX(-7deg);
  background: #016FB9;
  padding: 0 1rem;
  vertical-align: middle;
  line-height: 1.5;
}
.p-fv__skew-box.ml-10 {
  margin-left: -0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-fv__skew-box.ml-10 {
    margin-left: -0.625rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__skew-box {
    padding: 0 0.5rem;
  }
}

.p-fv__skew-inner {
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  white-space: nowrap;
}

.p-fv__catchcopy p {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-fv__catchcopy p {
    font-size: 0.875rem;
    line-height: 1.714;
  }
}

.p-fv__catchcopy-row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.1875rem;
     -moz-column-gap: 0.1875rem;
          column-gap: 0.1875rem;
}
.p-fv__catchcopy-row2 .p-fv__skew-box .p-fv__skew-inner {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__catchcopy-row2 .p-fv__skew-box .p-fv__skew-inner {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__catchcopy-row2 .p-fv__skew-box {
    padding: 0.125rem 0.5rem;
  }
}

.p-fv__sp-img {
  width: calc(100% + 100vw - 100%);
  margin-left: calc(50% - 50vw);
  height: 17.1875rem;
  position: relative;
  z-index: 1;
  margin-bottom: -4.25rem;
  margin-top: -5.3125rem;
  max-width: 450px;
}
@media (min-width: 425px) {
  .p-fv__sp-img {
    margin-inline: auto;
    margin-top: -30px;
  }
}
.p-fv__sp-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-fv__stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fv__stats {
    gap: 0.625rem;
    padding-top: 3.75rem;
    margin-bottom: 1rem;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.625rem;
  }
}

.p-fv__stat-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #016FB9;
  border-radius: 0.375rem;
  background: #ffffff;
  padding: 0.9375rem 0.625rem 1.375rem 0.625rem;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__stat-item {
    padding: 0.9375rem 0.3125rem;
  }
}

.p-fv__stat-label {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  width: 7.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__stat-label {
    font-size: 0.875rem;
    width: 5.4375rem;
  }
}

.p-fv__stat-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #016FB9;
  white-space: nowrap;
  margin-top: -5px;
}
.p-fv__stat-value.mt-15 {
  margin-top: -15px;
}

.p-fv__stat-num {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-fv__stat-num {
    font-size: 2rem;
    line-height: 1.25;
  }
}

.p-fv__stat-unit {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-fv__stat-unit {
    font-size: 1rem;
  }
}

.p-fv__stat-sub {
  font-size: 1.25rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  margin-top: 0.25rem;
}
.p-fv__stat-sub.mt-5 {
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .p-fv__stat-sub {
    font-size: 0.875rem;
  }
}

.p-fv__cta {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fv__cta {
    margin-top: 0;
  }
}

.p-fv__pc-img {
  width: 33.125rem;
  height: 43.1875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
.p-fv__pc-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left center;
     object-position: left center;
}

.p-problem {
  position: relative;
  background: #ffffff;
}

.p-problem__inner {
  position: relative;
  z-index: 1;
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 5rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-problem__inner {
    padding-inline: 1.125rem;
  }
}

.p-problem__title {
  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;
  text-align: center;
}

.p-problem__subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-problem__subtitle {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-problem__headline {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-problem__headline {
    font-size: 1.75rem;
  }
}

.p-problem__hl-blue {
  color: #016FB9;
}

.p-problem__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.p-problem__body-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-problem__body-title {
    font-size: 1.125rem;
    line-height: 1.333;
  }
}

.p-problem__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6875rem;
  margin-bottom: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-problem__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 0;
  }
}

.p-problem__item {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-problem__item {
    padding-bottom: 1.125rem;
  }
}

.p-problem__bubble {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.p-problem__bubble img {
  display: block;
  width: 100%;
  height: auto;
}
.p-problem__bubble--item1 {
  top: calc(100% - 0.625rem);
  left: 11.8125rem;
  width: 2.8125rem;
  height: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-problem__bubble--item1 {
    top: 6.375rem;
    left: 2.25rem;
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.p-problem__bubble--item2 {
  top: calc(100% - 0.625rem);
  left: 7.8125rem;
  width: 2.4375rem;
  height: 2.125rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-problem__bubble--item2 {
    top: 6.375rem;
    left: 13.5625rem;
    width: 1.5625rem;
    height: 1.5625rem;
    -webkit-transform: scaleY(-1) rotate(180deg);
            transform: scaleY(-1) rotate(180deg);
  }
}
.p-problem__bubble--item3 {
  top: calc(100% - 0.625rem);
  left: 3.75rem;
  width: 2.8125rem;
  height: 2.8125rem;
  -webkit-transform: scaleY(-1) rotate(180deg);
          transform: scaleY(-1) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-problem__bubble--item3 {
    top: 6.375rem;
    left: 2.25rem;
    width: 1.5625rem;
    height: 1.5625rem;
    -webkit-transform: none;
            transform: none;
  }
}

.p-problem__item-inner {
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  padding: 1.75rem 2.4375rem;
}
@media screen and (max-width: 767px) {
  .p-problem__item-inner {
    gap: 0.625rem;
    padding: 0.875rem 1.125rem;
    border-radius: 0.25rem;
  }
}

.p-problem__item-label {
  background: #ffffff;
  border: 1px solid #016FB9;
  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;
  padding: 0.1875rem 3.75rem;
  width: 100%;
}
.p-problem__item-label span {
  font-size: 1.125rem;
  font-weight: 500;
  color: #016FB9;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-problem__item-label {
    padding: 0.0625rem 5.5625rem;
  }
}

.p-problem__item-text {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  width: 13.5rem;
}
@media screen and (max-width: 767px) {
  .p-problem__item-text {
    width: 15.125rem;
    line-height: 1.3125;
  }
}

.p-problem__img {
  width: 32.3125rem;
  height: 21.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-problem__img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.p-problem__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-problem__img {
    width: 12.625rem;
    height: 12.0625rem;
  }
}

.p-risk {
  background: #F1F9FF;
  position: relative;
}

.p-risk__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-risk__bg {
    translate: 0 -99%;
  }
}
.p-risk__bg picture {
  width: 100%;
}
.p-risk__bg img {
  display: block;
  width: 100%;
  height: auto;
}

.p-risk__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding-block: 5rem;
  padding-inline: 8.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-risk__inner {
    gap: 2.5rem;
    padding-inline: 1.25rem;
  }
}

.p-risk__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-risk__title {
    gap: 0;
  }
}

.p-risk__subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-risk__subtitle {
    font-size: 1.125rem;
    line-height: 1.5;
  }
}

.p-risk__headline {
  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.125rem;
}
@media screen and (max-width: 767px) {
  .p-risk__headline {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-risk__hl-text {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-risk__hl-text {
    font-size: 1.75rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-risk__hl-nengo {
    width: 100%;
    text-align: center;
  }
}

.p-risk__hl-highlight {
  background: #016FB9;
  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: 0 0.625rem;
}
.p-risk__hl-highlight span {
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-risk__hl-highlight span {
    font-size: 1.75rem;
  }
}

.p-risk__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-risk__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-risk__card {
  background: #ffffff;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-risk__card {
    gap: 0.625rem;
  }
}

.p-risk__card-label {
  background: #016FB9;
  border-radius: 0.375rem 0.375rem 0 0;
  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: 0.625rem 5.0625rem;
  width: 100%;
}
.p-risk__card-label span {
  font-size: 1.5rem;
  font-weight: 600;
  color: #f0f0f0;
  line-height: 1.5;
  text-align: center;
  width: 10.5rem;
}
@media screen and (max-width: 767px) {
  .p-risk__card-label span {
    font-size: 1.25rem;
    line-height: 1.5;
    width: 8.8125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-risk__card-label {
    padding: 0.625rem 6.0625rem;
  }
}

.p-risk__card-img {
  width: 16.5rem;
  height: auto;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
.p-risk__card-img img {
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-risk__card-text {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  width: 16.5rem;
  padding-inline: 0;
}
@media screen and (max-width: 767px) {
  .p-risk__card-text {
    width: 17.9375rem;
  }
}

.p-risk__arrow {
  width: 3.4375rem;
  height: 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-risk__arrow {
    width: 2.4375rem;
    height: 2rem;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transform-origin: center;
            transform-origin: center;
  }
}
.p-risk__arrow svg {
  width: 100%;
  height: auto;
}

.p-solution {
  background: #ffffff;
}

.p-solution__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 5rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-solution__inner {
    padding-inline: 1.25rem;
  }
}

.p-solution__title {
  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;
  text-align: center;
  font-weight: 600;
  white-space: nowrap;
}

.p-solution__title-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0;
  font-size: 1.5rem;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-solution__title-row1 {
    font-size: 1.25rem;
  }
}

.p-solution__title-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#6db7b9), to(#1c6199));
  background: linear-gradient(to right, #6db7b9, #1c6199);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.p-solution__title-black {
  color: #000000;
}

.p-solution__title-row2 {
  font-size: 2.5rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-solution__title-row2 {
    font-size: 1.625rem;
    white-space: normal;
    line-height: 1.384;
  }
}

.p-solution__title-blue {
  color: #016FB9;
}

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

.p-solution__img {
  width: 27.625rem;
  height: 34.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.p-solution__img img {
  position: absolute;
  top: 6.48%;
  left: -0.06%;
  width: 100%;
  height: 86.93%;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-solution__img {
    width: 20.9375rem;
    height: 21.8125rem;
    margin-inline: auto;
  }
  .p-solution__img img {
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-solution__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: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-solution__list {
    gap: 1rem;
    width: 100%;
  }
}

.p-solution__item {
  background: #F1F9FF;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  padding: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-solution__item {
    padding: 1.5rem 1.1875rem;
  }
}

.p-solution__item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-solution__item-icon {
  width: 3.125rem;
  height: 3.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.p-solution__item-icon img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-solution__item-icon {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.p-solution__item-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #016FB9;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-solution__item-title {
    font-size: 1.125rem;
    width: 12.375rem;
  }
}

.p-solution__item-body {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
}
.p-solution__item-body strong {
  font-weight: 600;
  color: #016FB9;
}

.p-reason {
  background: #ffffff;
}

.p-reason__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 5rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding-inline: 1.25rem;
  }
}

.p-reason__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    gap: 0.5rem;
  }
}

.p-reason__question-wrap {
  display: inline-grid;
  grid-template-columns: -webkit-max-content;
  grid-template-columns: max-content;
  grid-template-rows: -webkit-max-content;
  grid-template-rows: max-content;
  place-items: start;
}
.p-reason__question-wrap > * {
  grid-column: 1;
  grid-row: 1;
}

.p-reason__question {
  background: #ffffff;
  border: 1px solid #016FB9;
  border-radius: 2.1875rem;
  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: 0.625rem 1.25rem;
  width: 40.25rem;
  position: relative;
}
.p-reason__question span {
  font-size: 1.5rem;
  font-weight: 500;
  color: #016FB9;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 1.2px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-reason__question {
    width: auto;
    padding: 0.4375rem 1.25rem;
  }
  .p-reason__question span {
    font-size: 1rem;
    letter-spacing: 0.8px;
    white-space: normal;
    text-align: center;
  }
}

.p-reason__question-polygon {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  pointer-events: none;
}
.p-reason__question-polygon img {
  display: block;
  width: 100%;
  height: auto;
}
.p-reason__question-polygon--top {
  width: 2.375rem;
  height: 2.375rem;
  margin-left: 18.6875rem;
  margin-top: 2.3125rem;
}
.p-reason__question-polygon--bottom {
  width: 2rem;
  height: 1.78125rem;
  margin-left: 18.875rem;
  margin-top: 2.625rem;
}
.p-reason__question-polygon--top-sp {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-left: 7.84375rem;
  margin-top: 3.4375rem;
}
.p-reason__question-polygon--bottom-sp {
  width: 1.5625rem;
  height: 1.5625rem;
  margin-left: 7.84375rem;
  margin-top: 3.3125rem;
}

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

.p-reason__hl-row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-reason__hl-row1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0;
  }
}

.p-reason__hl-text {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 1.2px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-reason__hl-text {
    font-size: 1.125rem;
    letter-spacing: 0.9px;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__hl-text.block {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.p-reason__hl-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#6db7b9), to(#1c6199));
  background: linear-gradient(to right, #6db7b9, #1c6199);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 1.2px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-reason__hl-gradient {
    font-size: 1.75rem;
    letter-spacing: 1.4px;
  }
}

.p-reason__hl-row2 {
  font-size: 2.125rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 767px) {
  .p-reason__hl-row2 {
    font-size: 1.625rem;
    letter-spacing: 1.3px;
    text-align: center;
  }
}

.p-reason__rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reason__rows {
    gap: 1.5rem;
  }
}

.p-reason__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-reason__row--reverse .p-reason__img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.p-reason__img {
  width: 32.625rem;
  height: 20.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.p-reason__img img {
  position: absolute;
  max-width: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-reason__img {
    width: 20.9375rem;
    height: 18.4375rem;
  }
  .p-reason__img img {
    inset: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.p-reason__img--1 img {
  top: 0;
  left: 17.08%;
  width: 65.8%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-reason__img--1 img {
    width: 100%;
    left: 0;
  }
}
.p-reason__img--2 img {
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-reason__img--3 img {
  top: -2.66%;
  left: -3.09%;
  width: 122.29%;
  height: 105.51%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-reason__img--3 img {
    top: 0;
    left: -18.42%;
    width: 161.46%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-reason__text {
  width: 36.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-reason__text {
    width: 100%;
    gap: 0.875rem;
  }
}

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

.p-reason__label {
  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;
  background: #016FB9;
  padding: 0.125rem 0.625rem;
  border-radius: 0.125rem;
  -webkit-transform: skewX(-4deg);
          transform: skewX(-4deg);
}
.p-reason__label span {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3125rem;
  letter-spacing: 0.7px;
  white-space: nowrap;
}

.p-reason__item-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .p-reason__item-title {
    font-size: 1.25rem;
    letter-spacing: 1px;
  }
}

.p-reason__item-title--blue {
  color: #016FB9;
}

.p-reason__item-body {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  letter-spacing: 0.8px;
}
.p-reason__item-body em {
  font-style: normal;
  font-weight: 500;
  color: #016FB9;
}

.p-reason__cta {
  background: #F1F9FF;
  border-radius: 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding: 3rem;
  width: 100%;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-reason__cta {
    gap: 1.5rem;
    padding: 2.1875rem 0.875rem;
  }
}

.p-reason__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.875rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-reason__price {
    gap: 0.625rem;
  }
}

.p-reason__price-label {
  border: 2px solid #016FB9;
  border-radius: 0.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0.6875rem;
}
.p-reason__price-label span {
  font-size: 2rem;
  font-weight: 600;
  color: #016FB9;
  line-height: 3rem;
  text-align: center;
  letter-spacing: 1.6px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-reason__price-label {
    padding: 0 0.375rem;
  }
  .p-reason__price-label span {
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 1.2px;
  }
}

.p-reason__price-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.1875rem;
  color: #016FB9;
}

.p-reason__price-value {
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.6875rem;
  letter-spacing: 2.4px;
}
@media screen and (max-width: 767px) {
  .p-reason__price-value {
    font-size: 1.75rem;
    line-height: 2.625rem;
    letter-spacing: 1.4px;
  }
}

.p-reason__price-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.125rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: 1.6px;
}
@media screen and (max-width: 767px) {
  .p-reason__price-unit {
    font-size: 1.5rem;
    line-height: 2.25rem;
    letter-spacing: 1.2px;
  }
}

.p-reason__cta-text {
  font-size: 1rem;
  font-weight: 600;
  color: #000000;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.8px;
}

.p-flow {
  background: #ffffff;
}

.p-flow__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 5rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-flow__inner {
    padding-inline: 1.25rem;
  }
}

.p-flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  width: 37.3125rem;
}
@media screen and (max-width: 767px) {
  .p-flow__title {
    gap: 0.625rem;
    width: 100%;
    text-align: center;
  }
}

.p-flow__headline {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__headline {
    font-size: 1.75rem;
    white-space: nowrap;
  }
}

.p-flow__subtitle {
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__subtitle {
    font-size: 1.125rem;
    white-space: nowrap;
  }
}

.p-flow__list {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    grid-template-columns: 1fr;
    justify-items: center;
    width: 20.9375rem;
  }
}

.p-flow__card {
  background: #F1F9FF;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 1.375rem;
  min-width: 0;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__card {
    border-radius: 0.375rem;
    gap: 0.875rem;
    width: 100%;
  }
}

.p-flow__step-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__step-head {
    gap: 0.625rem;
    max-width: 16.5rem;
  }
}

.p-flow__step-label {
  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;
  background: #016FB9;
  padding: 0.125rem 0.625rem;
  -webkit-transform: skewX(-4deg);
          transform: skewX(-4deg);
}
.p-flow__step-label span {
  font-family: "Yu Gothic", "YuGothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  color: #ffffff;
  line-height: normal;
  letter-spacing: 0.7px;
  white-space: nowrap;
}

.p-flow__step-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-flow__step-title {
    font-size: 1.25rem;
  }
}

.p-flow__card-img {
  width: 100%;
  height: 15.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.p-flow__card-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  max-width: none;
}
@media screen and (max-width: 767px) {
  .p-flow__card-img {
    width: 17.9375rem;
    height: 15.3125rem;
  }
}
.p-flow__card-img--step1::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: 0;
}
.p-flow__card-img--step1 img {
  z-index: 1;
  inset: auto;
  height: 89.19%;
  left: 13.55%;
  top: 5.36%;
  width: 72.75%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .p-flow__card-img--step1 img {
    height: 91.49%;
    left: 12.64%;
    top: 4.02%;
    width: 74.58%;
  }
}

.p-flow__card-text {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  width: 100%;
  min-height: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__card-text {
    min-height: unset;
  }
}

.p-flow__arrow-img {
  width: 3.4375rem;
  height: 2.625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-flow__arrow-img {
    display: none;
  }
}

.p-flow__arrow-css {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-flow__arrow-css {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 2rem;
    height: 2.4375rem;
  }
}

.p-flow__arrow-shape {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-flow__arrow-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 1.2184375rem;
}

.p-flow__arrow-upper {
  width: 1.2184375rem;
  height: 1rem;
  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-flow__arrow-upper span {
  display: block;
  width: 0.4986875rem;
  height: 1.2320625rem;
  background: #016FB9;
  -webkit-transform: scaleY(0.81) skewX(35.74deg);
          transform: scaleY(0.81) skewX(35.74deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.p-flow__arrow-lower {
  width: 1.2184375rem;
  height: 1rem;
  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-flow__arrow-lower span {
  display: block;
  width: 0.4986875rem;
  height: 1.2320625rem;
  background: #016FB9;
  -webkit-transform: scaleY(-0.81) skewX(-35.74deg);
          transform: scaleY(-0.81) skewX(-35.74deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.p-area {
  background: #ffffff;
}

.p-area__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 5rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-area__inner {
    padding-inline: 1.25rem;
  }
}

.p-area__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-area__title {
    font-size: 1.75rem;
  }
}

.p-area__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: 1.5rem;
  width: 100%;
}

.p-area__item {
  background: #F1F9FF;
  border-radius: 0.375rem;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-area__item {
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  }
}
.p-area__item.is-opened .p-area__trigger::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.p-area__trigger {
  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;
  gap: 0.625rem;
  width: 100%;
  padding: 1.25rem 2rem;
  background: #F1F9FF;
  cursor: pointer;
  text-align: left;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .p-area__trigger {
    gap: 0.9375rem;
    padding: 1rem 1.5rem;
  }
}

.p-area__trigger-text {
  font-size: 1.125rem;
  font-weight: 600;
  color: #016FB9;
  line-height: 1.6875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-area__trigger-icon {
  width: 1.0625rem;
}
.p-area__trigger-icon path {
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.p-area__item.is-opened .p-area__trigger-icon path:nth-of-type(2) {
  rotate: 90deg;
}

.p-area__body {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: height 0.3s ease, opacity 0.3s ease;
  transition: height 0.3s ease, opacity 0.3s ease;
}

.p-area__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  padding: 1.5rem 2rem 2.25rem;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-area__body-inner {
    padding: 1.5rem 1.5rem 2.25rem;
  }
}

.p-area__prefecture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}

.p-area__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.1875rem 0.625rem;
  border: 1px solid #016FB9;
  border-radius: 1.3125rem;
  background: #ffffff;
  font-size: 0.875rem;
  font-weight: 500;
  color: #016FB9;
  line-height: 1.5;
  white-space: nowrap;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.p-area__cities {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
}

.p-area__divider {
  border: none;
  border-top: 1px solid rgba(1, 111, 185, 0.15);
  margin: 0;
}

.p-maker {
  background: #F1F9FF;
}

.p-maker__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 5rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-maker__inner {
    padding-inline: 1.25rem;
  }
}

.p-maker__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-maker__title {
    font-size: 1.75rem;
  }
}

.p-maker__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-maker__list {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    width: 20.9375rem;
  }
}

.p-maker__card {
  background: #ffffff;
  border-radius: 0.625rem;
  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-shadow: 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-maker__card {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-maker__card-head {
  background: #016FB9;
  border-radius: 0.375rem 0.375rem 0 0;
  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: 1rem 1.125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
}
.p-maker__card-head p {
  font-size: 1.125rem;
  font-weight: 500;
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-maker__card-head p {
    width: 18.6875rem;
  }
}
@media screen and (max-width: 767px) {
  .p-maker__card-head {
    padding: 0.625rem 1.125rem;
    border-radius: 0.375rem 0.375rem 0 0;
    width: 100%;
  }
}

.p-maker__card-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0.875rem 1.125rem 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-maker__card-body p {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5;
  min-height: 7.5rem;
  width: 21rem;
}
@media screen and (max-width: 767px) {
  .p-maker__card-body p {
    width: 17.9375rem;
    min-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .p-maker__card-body {
    background: #ffffff;
    border-radius: 0 0 0.375rem 0.375rem;
    -webkit-box-shadow: 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.0625rem 0.625rem 0 rgba(0, 0, 0, 0.1);
    padding: 0.875rem 1.4375rem 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
}

.p-faq {
  background: #F1F9FF;
}

.p-faq__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 5rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-inline: 1.25rem;
  }
}

.p-faq__title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #000000;
  line-height: normal;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}

.p-faq__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: 1.5rem;
  width: 100%;
}

.p-faq__item {
  background: #ffffff;
  border-radius: 0.375rem;
}

.p-faq__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 1.5rem 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__question {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem 1rem;
  }
}

.p-faq__q-label {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #016FB9;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-faq__q-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__q-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.p-faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
  padding: 0 2rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__answer {
    gap: 1rem;
    padding: 0 1rem 1.5rem;
  }
}

.p-faq__a-label {
  font-family: "YuGothic", "Yu Gothic", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #4FC8DC;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-faq__a-text {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5rem;
}

.p-contact {
  background: #ffffff;
}

.p-contact__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 5rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-inline: 1.25rem;
  }
}

.p-contact__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}

.p-contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  width: 100%;
}

.p-contact__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: 1.5rem;
  width: 56.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__list {
    gap: 1rem;
    width: 100%;
  }
}

.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.875rem;
  width: 100%;
}

.p-contact__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-contact__label-text {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.p-contact__tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.1875rem 0.625rem;
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3125rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.p-contact__tag--required {
  background: #DD0000;
}
.p-contact__tag--optional {
  background: #808080;
}

.p-contact__input {
  width: 100%;
  padding: 0.9375rem 1.875rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.375rem;
  background: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.p-contact__input::-webkit-input-placeholder {
  color: #757575;
}
.p-contact__input::-moz-placeholder {
  color: #757575;
}
.p-contact__input:-ms-input-placeholder {
  color: #757575;
}
.p-contact__input::-ms-input-placeholder {
  color: #757575;
}
.p-contact__input::placeholder {
  color: #757575;
}
.p-contact__input:focus {
  border-color: #016FB9;
}
@media screen and (max-width: 767px) {
  .p-contact__input {
    padding: 0.9375rem 1.25rem;
  }
}

.p-contact__textarea {
  width: 100%;
  height: 14.625rem;
  padding: 0.9375rem 1.875rem;
  border: 1px solid #CCCCCC;
  border-radius: 0.375rem;
  background: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  resize: vertical;
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-transition: border-color 0.2s;
  transition: border-color 0.2s;
}
.p-contact__textarea::-webkit-input-placeholder {
  color: #757575;
}
.p-contact__textarea::-moz-placeholder {
  color: #757575;
}
.p-contact__textarea:-ms-input-placeholder {
  color: #757575;
}
.p-contact__textarea::-ms-input-placeholder {
  color: #757575;
}
.p-contact__textarea::placeholder {
  color: #757575;
}
.p-contact__textarea:focus {
  border-color: #016FB9;
}
@media screen and (max-width: 767px) {
  .p-contact__textarea {
    padding: 0.9375rem 1.25rem;
  }
}

.p-contact__confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1.5rem;
}
.p-contact__confirm .wpcf7-list-item {
  margin: 0;
}
.p-contact__confirm .wpcf7-list-item-label {
  display: contents;
}
.p-contact__confirm .p-contact__confirm-text {
  display: contents;
}

.p-contact__confirm-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-contact__confirm-label:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}

.p-contact__confirm-checkbox {
  width: 1.25rem;
  height: 1.25rem;
  accent-color: #016FB9;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact__confirm-text {
  font-size: 1rem;
  color: #000000;
  line-height: 1.5;
}

.p-contact__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 7.6875rem;
  background: #016FB9;
  border-radius: 0.4375rem;
  -webkit-box-shadow: 0 2px 14px rgba(28, 90, 139, 0.4);
          box-shadow: 0 2px 14px rgba(28, 90, 139, 0.4);
  font-size: 1.125rem;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.75rem;
  letter-spacing: 0.05em;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .p-contact__btn:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    width: 100%;
    padding-inline: 0;
  }
}

.wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}

.wpcf7-not-valid {
  border-color: #DD0000 !important;
}

.wpcf7-not-valid-tip {
  display: block;
  -webkit-margin-before: 0.375rem;
          margin-block-start: 0.375rem;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #DD0000;
  letter-spacing: 0.05em;
}

.wpcf7-response-output {
  -webkit-margin-before: 1rem;
          margin-block-start: 1rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0.375rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #EAF4EA;
  border: 1px solid #4CAF50;
  color: #2E7D32;
}
.wpcf7-response-output.wpcf7-mail-sent-ng, .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-response-output.wpcf7-spam-blocked, .wpcf7-response-output.wpcf7-acceptance-missing {
  background: #FDEDEC;
  border: 1px solid #E53935;
  color: #C62828;
}

.p-company {
  background: #ffffff;
}

.p-company__inner {
  max-width: 1440px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.5rem;
  padding-block: 5rem;
  padding-inline: 8.75rem;
}
@media screen and (max-width: 767px) {
  .p-company__inner {
    padding-inline: 1.25rem;
    max-width: 500px;
  }
}

.p-company__title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.5;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 1.75rem;
    line-height: 2.625rem;
  }
}

.p-company__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: 1.5rem;
  width: 46rem;
}
@media screen and (max-width: 767px) {
  .p-company__list {
    width: 100%;
  }
}

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

.p-company__label {
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  line-height: 1.5rem;
  white-space: nowrap;
  width: 5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-company__value {
  font-size: 1rem;
  font-weight: 400;
  color: #000000;
  line-height: 1.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-thanks {
  padding-block: 8.125rem;
}

.p-thanks__headline {
  font-size: 2rem;
  font-weight: 600;
  color: #016FB9;
  line-height: 1.5;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 767px) {
  .p-thanks__headline {
    font-size: 1.5rem;
    letter-spacing: 0.9px;
  }
}

.p-thanks__text {
  margin-top: 1.875rem;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    font-size: 1rem;
    letter-spacing: 0.05em;
  }
}

.p-thanks__btn {
  margin-top: 3.125rem;
  margin-inline: auto;
}

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

.u-font14 {
  font-size: 0.875rem;
}

.u-font16 {
  font-size: 1rem;
}

.u-font18 {
  font-size: 1.125rem;
}

.u-font20 {
  font-size: 1.25rem;
}

.u-font22 {
  font-size: 1.375rem;
}

.u-font24 {
  font-size: 1.5rem;
}

.u-font28 {
  font-size: 1.75rem;
}

.u-font32 {
  font-size: 2rem;
}

.u-font40 {
  font-size: 2.5rem;
}

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

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

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

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

.u-textLeft {
  text-align: Left !important;
}

.u-textCenter {
  text-align: Center !important;
}

.u-textRight {
  text-align: Right !important;
}

.u-textJustify {
  text-align: Justify !important;
}

@media screen and (max-width: 767px) {
  .u-textMdLeft {
    text-align: Left !important;
  }
  .u-textMdCenter {
    text-align: Center !important;
  }
  .u-textMdRight {
    text-align: Right !important;
  }
  .u-textMdJustify {
    text-align: Justify !important;
  }
}
.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}

.u-hover {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-hover:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.u-lh10 {
  line-height: 1;
}

.u-lh13 {
  line-height: 1.3;
}

.u-lh15 {
  line-height: 1.5;
}

.u-lh16 {
  line-height: 1.6;
}

.u-lh20 {
  line-height: 2;
}

.u-ls05 {
  letter-spacing: 0.05em;
}

.u-ls10 {
  letter-spacing: 0.1em;
}

.u-ls15 {
  letter-spacing: 0.15em;
}

.u-ls20 {
  letter-spacing: 0.2em;
}

.u-mt10 {
  margin-top: 10px !important;
  margin-top: 0.625rem !important;
}

.u-mt20 {
  margin-top: 20px !important;
  margin-top: 1.25rem !important;
}

.u-mt30 {
  margin-top: 30px !important;
  margin-top: 1.875rem !important;
}

.u-mt40 {
  margin-top: 40px !important;
  margin-top: 2.5rem !important;
}

.u-mt50 {
  margin-top: 50px !important;
  margin-top: 3.125rem !important;
}

.u-mt60 {
  margin-top: 60px !important;
  margin-top: 3.75rem !important;
}

.u-mt70 {
  margin-top: 70px !important;
  margin-top: 4.375rem !important;
}

.u-mt80 {
  margin-top: 80px !important;
  margin-top: 5rem !important;
}

.u-mt90 {
  margin-top: 90px !important;
  margin-top: 5.625rem !important;
}

.u-mt100 {
  margin-top: 100px !important;
  margin-top: 6.25rem !important;
}

.u-mt110 {
  margin-top: 110px !important;
  margin-top: 6.875rem !important;
}

.u-mt120 {
  margin-top: 120px !important;
  margin-top: 7.5rem !important;
}

.u-mt130 {
  margin-top: 130px !important;
  margin-top: 8.125rem !important;
}

.u-mt140 {
  margin-top: 140px !important;
  margin-top: 8.75rem !important;
}

.u-mt150 {
  margin-top: 150px !important;
  margin-top: 9.375rem !important;
}

.u-mt160 {
  margin-top: 160px !important;
  margin-top: 10rem !important;
}

.u-mt170 {
  margin-top: 170px !important;
  margin-top: 10.625rem !important;
}

.u-mt180 {
  margin-top: 180px !important;
  margin-top: 11.25rem !important;
}

.u-mt190 {
  margin-top: 190px !important;
  margin-top: 11.875rem !important;
}

.u-mt200 {
  margin-top: 200px !important;
  margin-top: 12.5rem !important;
}

@media screen and (max-width: 767px) {
  .u-mtSp10 {
    margin-top: 10px !important;
    margin-top: 0.625rem !important;
  }
  .u-mtSp20 {
    margin-top: 20px !important;
    margin-top: 1.25rem !important;
  }
  .u-mtSp30 {
    margin-top: 30px !important;
    margin-top: 1.875rem !important;
  }
  .u-mtSp40 {
    margin-top: 40px !important;
    margin-top: 2.5rem !important;
  }
  .u-mtSp50 {
    margin-top: 50px !important;
    margin-top: 3.125rem !important;
  }
  .u-mtSp60 {
    margin-top: 60px !important;
    margin-top: 3.75rem !important;
  }
  .u-mtSp70 {
    margin-top: 70px !important;
    margin-top: 4.375rem !important;
  }
  .u-mtSp80 {
    margin-top: 80px !important;
    margin-top: 5rem !important;
  }
  .u-mtSp90 {
    margin-top: 90px !important;
    margin-top: 5.625rem !important;
  }
  .u-mtSp100 {
    margin-top: 100px !important;
    margin-top: 6.25rem !important;
  }
  .u-mtSp110 {
    margin-top: 110px !important;
    margin-top: 6.875rem !important;
  }
  .u-mtSp120 {
    margin-top: 120px !important;
    margin-top: 7.5rem !important;
  }
  .u-mtSp130 {
    margin-top: 130px !important;
    margin-top: 8.125rem !important;
  }
  .u-mtSp140 {
    margin-top: 140px !important;
    margin-top: 8.75rem !important;
  }
  .u-mtSp150 {
    margin-top: 150px !important;
    margin-top: 9.375rem !important;
  }
  .u-mtSp160 {
    margin-top: 160px !important;
    margin-top: 10rem !important;
  }
  .u-mtSp170 {
    margin-top: 170px !important;
    margin-top: 10.625rem !important;
  }
  .u-mtSp180 {
    margin-top: 180px !important;
    margin-top: 11.25rem !important;
  }
  .u-mtSp190 {
    margin-top: 190px !important;
    margin-top: 11.875rem !important;
  }
  .u-mtSp200 {
    margin-top: 200px !important;
    margin-top: 12.5rem !important;
  }
}
.u-w300 {
  font-weight: 300;
}

.u-w400 {
  font-weight: 400;
}

.u-w500 {
  font-weight: 500;
}

.u-w600 {
  font-weight: 600;
}

.u-w700 {
  font-weight: 700;
}

.u-w900 {
  font-weight: 900;
}