@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 1074px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

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

img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #trouble,
  #solution,
  #periodic,
  #plan,
  #service-basic,
  #service-list,
  #reason,
  #flow,
  #voice,
  #faq,
  #about,
  #contact {
    scroll-margin-top: 6.25rem;
  }
}
a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  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,
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 {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-cta-btn {
  position: relative;
  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;
  max-width: 40.875rem;
  margin-inline: auto;
  width: 100%;
  color: #fff;
  font-size: 2.0625rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1;
  padding: 2.25rem 2.5rem;
  border-radius: 3.75rem;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3b70), to(#e4004d));
  background: linear-gradient(#ff3b70 0%, #e4004d 100%);
  -webkit-box-shadow: 0px 6px 5px rgba(146, 33, 64, .54);
          box-shadow: 0px 6px 5px rgba(146, 33, 64, .54);
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta-btn {
    font-size: 1.5625rem;
    padding: 2.125rem 1rem 1.875rem;
    width: 100%;
  }
}

.c-cta-btn__badge {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(calc(-50% - 13.75rem), -32%);
          transform: translate(calc(-50% - 13.75rem), -32%);
  width: 5.625rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-cta-btn__badge {
    width: 3.625rem;
    left: -0.25rem;
    -webkit-transform: none;
            transform: none;
    top: -1.75rem;
  }
}

.c-cta-btn__badge img {
  width: 100%;
  height: 100%;
  display: block;
}

.c-cta-btn__label {
  display: inline-block;
  position: relative;
  text-align: center;
}

.c-cta-btn__arrow {
  position: absolute;
  left: calc(100% + 1rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  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.25rem;
  height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-cta-btn__arrow {
    left: calc(100% + 1rem);
    width: 1.125rem;
    height: 1.125rem;
    display: none;
  }
}

.c-cta-btn__arrow img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .c-cta-btn__arrow--drawer {
    left: calc(100% - 1rem);
  }
}

.c-inline-block {
  display: inline-block;
}

.c-tel-badge {
  background: -webkit-gradient(linear, left top, left bottom, from(#0098d1), to(#0956ae));
  background: linear-gradient(#0098d1 0%, #0956ae 100%);
  border-radius: 3.625rem;
  width: 30.0625rem;
  max-width: 100%;
  padding: 1.125rem 1.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;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}
@media (any-hover: hover) {
  .c-tel-badge:hover {
    opacity: 1;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="1.2" /><feFuncG type="linear" slope="1.2" /><feFuncB type="linear" slope="1.2" /></feComponentTransfer></filter></svg>#filter');
    -webkit-filter: brightness(1.2);
            filter: brightness(1.2);
  }
}
@media screen and (max-width: 767px) {
  .c-tel-badge {
    padding: 1.125rem 0.625rem;
  }
}

.c-tel-badge--blue {
  background: #094c9a;
  margin-inline: auto;
}

.p-floating-btn {
  position: fixed;
  right: 1.5625rem;
  bottom: 1.5625rem;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-floating-btn {
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    padding: 0.375rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .p-floating-btn .c-tel-badge {
    width: 100%;
    padding: 0.625rem 1rem;
  }
}

.c-tel-badge__icon {
  width: 4rem;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.c-tel-badge__icon img {
  width: 100%;
  height: auto;
}

.c-tel-badge__texts {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.125rem;
  min-width: 0;
}

.c-tel-badge__number {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Geologica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-tel-badge__number {
    font-size: 1.75rem;
  }
}

.c-tel-badge__note {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.8;
  letter-spacing: -0.03em;
  line-height: 1.6428571429;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-tel-badge__note {
    font-size: 11px;
  }
}

.p-about {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 11.25rem;
  background-color: #F5FBFF;
  border-top-left-radius: 4.25rem;
  border-top-right-radius: 4.25rem;
  overflow: hidden;
  margin-bottom: -4.25rem;
}
@media screen and (max-width: 767px) {
  .p-about {
    border-top-left-radius: 2.25rem;
    border-top-right-radius: 2.25rem;
    margin-bottom: -2.25rem;
    padding-bottom: 6.25rem;
  }
}

.p-about__inner {
  width: 100%;
  max-width: 76.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  display: grid;
  grid-template-columns: 10.9375rem 1fr;
  gap: 7.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-inline: 1.25rem;
  }
}

.p-about__logo-col {
  text-align: center;
}

.p-about__logo {
  display: block;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__logo {
    width: 12.5rem;
    margin-inline: auto;
  }
}

.p-about__logo img {
  width: 100%;
}

.p-about__title {
  font-size: 1.75rem;
  font-weight: 900;
  letter-spacing: -0.03em;
  color: #292F3A;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__title {
    font-size: 1.5rem;
  }
}
.p-about__title::before {
  content: attr(data-label);
  display: block;
  font-size: 1.0625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #6e9ace;
  font-family: "Geologica", sans-serif;
}

.p-about__desc {
  font-size: 1rem;
  font-weight: 500;
  color: #292F3A;
  line-height: 1.9;
  margin-bottom: 2rem;
  letter-spacing: -0.03em;
}

.p-about__table {
  width: 100%;
  border-collapse: collapse;
}

.p-about__table tr {
  border-bottom: 1px solid #e0e8f0;
}

.p-about__table th {
  width: 27%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #292F3A;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-about__table th {
    width: 36%;
    font-size: 0.8125rem;
    padding: 0.75rem 0.75rem;
  }
}

.p-about__table td {
  padding: 0.875rem 1rem;
  font-size: 1rem;
  color: #292F3A;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-about__table td {
    font-size: 0.8125rem;
    padding: 0.75rem 0.75rem;
    line-height: 1.7;
  }
}

.p-about__table-note {
  font-size: 0.875rem;
  color: #71767E;
  margin-left: 0.625rem;
  margin-top: 0.25rem;
}

.p-contact {
  background-color: #0956AE;
  padding-top: 5rem;
  padding-bottom: 1.25rem;
  border-top-left-radius: 6.25rem;
  border-top-right-radius: 6.25rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact {
    border-top-left-radius: 2.25rem;
    border-top-right-radius: 2.25rem;
    padding-top: 3.125rem;
    padding-bottom: 1.25rem;
  }
}

.p-contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/bg-contact.webp");
  background-size: cover;
  background-position: center;
  pointer-events: none;
}

.p-contact__inner {
  width: 100%;
  max-width: 70.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding-inline: 1.25rem;
  }
}

.p-contact__head {
  text-align: center;
  margin-bottom: 2.5rem;
}

.p-contact__title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.03em;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__title {
    font-size: 1.5rem;
  }
}
.p-contact__title::before {
  content: attr(data-label);
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  color: #73abeb;
  letter-spacing: 0.1em;
  margin-bottom: 0.375rem;
  font-family: "Geologica", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-contact__title::before {
    font-size: 1.0625rem;
  }
}

.p-contact__desc {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2;
  margin-bottom: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__desc {
    font-size: 0.875rem;
    text-align: left;
  }
}

.p-contact__tel-badge {
  margin-inline: auto;
  margin-bottom: 2rem;
}

.p-contact__tel-note {
  font-size: 0.75rem;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 2rem;
}

.p-contact__card {
  background-color: #fff;
  border-radius: 2.75rem;
  padding: 6rem 2.25rem 6.75rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 767px) {
  .p-contact__card {
    padding: 1.75rem 1.25rem;
    border-radius: 1.75rem;
  }
}

.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;
  gap: 0;
  max-width: 46.875rem;
  margin-inline: auto;
}

.p-contact__form-group {
  display: grid;
  grid-template-columns: minmax(7rem, 12.5rem) minmax(0, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #9fa7ae;
}
@media screen and (max-width: 767px) {
  .p-contact__form-group {
    grid-template-columns: 1fr;
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.p-contact__form-group:first-of-type {
  padding-top: 0;
}

.p-contact__form-group--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-contact__form-group--no-border {
  background-image: none;
}

.p-contact__form-group--full {
  grid-column: 1/-1;
}

.p-contact__form-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.375rem 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: -0.01em;
  line-height: 1.4;
  margin-bottom: 0;
}

.p-contact__form-group--align-start .p-contact__form-label {
  padding-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-group--align-start .p-contact__form-label {
    padding-top: 0;
  }
}

.p-contact__form-required {
  background-color: #dc0a0a;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 500;
  padding: 0.125rem 0.375rem;
  border-radius: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.2;
}

.p-contact__form-input {
  width: 100%;
  max-width: 32.5rem;
  border: none;
  border-radius: 0;
  padding: 1.125rem 1rem;
  min-height: 3.6875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1rem;
  font-weight: 500;
  color: #2d2d2d;
  letter-spacing: -0.01em;
  background-color: #f8f8f8;
  outline: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (max-width: 767px) {
  .p-contact__form-input {
    padding: 0.75rem;
    min-height: 2.5rem;
  }
}

.p-contact__form-input:focus {
  background-color: #fafafa;
}

.p-contact__form-textarea {
  width: 100%;
  max-width: 32.5rem;
  border: none;
  border-radius: 0;
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #2d2d2d;
  letter-spacing: -0.01em;
  background-color: #f8f8f8;
  outline: none;
  resize: vertical;
  min-height: 10.125rem;
  line-height: 1.6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.p-contact__form-textarea:focus {
  background-color: #fafafa;
}

.p-contact__form-radio-group {
  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-top: 0.25rem;
}

.p-contact__form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #2d2d2d;
  letter-spacing: -0.01em;
  cursor: pointer;
}

.p-contact__form-radio input[type=radio] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1.3125rem;
  height: 1.3125rem;
  border-radius: 50%;
  border: none;
  background-color: #f8f8f8;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact__form-radio input[type=radio]:checked {
  background-color: #dbe3e9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-contact__form-radio input[type=radio]:focus,
.p-contact__form-radio input[type=radio]:focus-visible,
.p-contact__form-radio input[type=radio]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-contact__form-radio input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6875rem;
  height: 0.6875rem;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #0956AE;
}

.p-contact__form-note {
  font-size: 0.875rem;
  font-weight: 500;
  color: #71767e;
  letter-spacing: -0.03em;
  line-height: 1.6428571429;
  margin-top: 0.625rem;
  max-width: 32.5rem;
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__form-note {
    grid-column: 1;
    margin-top: 0.5rem;
  }
}

.p-contact__form-group .p-contact__form-radio-group,
.p-contact__form-group .p-contact__form-input,
.p-contact__form-group .p-contact__form-textarea {
  grid-column: 2;
}
@media screen and (max-width: 767px) {
  .p-contact__form-group .p-contact__form-radio-group,
  .p-contact__form-group .p-contact__form-input,
  .p-contact__form-group .p-contact__form-textarea {
    grid-column: 1;
    margin-top: 0.625rem;
    max-width: none;
  }
}

.p-contact__form-privacy {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  color: #2d2d2d;
  letter-spacing: -0.01em;
  cursor: pointer;
  margin-top: 0.5rem;
  margin-bottom: 11.25rem;
  padding-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__form-privacy {
    margin-bottom: 2.5rem;
  }
}

.p-contact__form-privacy input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 1.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  background-color: #F5FBFF;
  border: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.p-contact__form-privacy input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  width: 0.25rem;
  height: 0.5rem;
  border-right: 2px solid #0956AE;
  border-bottom: 2px solid #0956AE;
}

.p-contact__form-privacy a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.125rem;
}

.p-contact__form-submit {
  width: 30rem;
  max-width: 100%;
  min-height: 5.6875rem;
  margin-inline: auto;
  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;
  background-color: #0956AE;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.4;
  padding: 1.25rem 2rem;
  border-radius: 2.875rem;
  cursor: pointer;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__form-submit {
    font-size: 1.125rem;
    min-height: 5rem;
    padding: 1.125rem 1.5rem;
    border-radius: 2.5rem;
  }
}

.p-contact__form-submit-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-contact__form-submit-icon {
  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.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  background-color: #F5FBFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-contact__form-submit-icon {
    right: 1.5rem;
  }
}

.p-contact__form-submit-icon::after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 2px solid #0956AE;
  border-bottom: 2px solid #0956AE;
  -webkit-transform: translateX(-1px) rotate(-45deg);
          transform: translateX(-1px) rotate(-45deg);
}

@media (any-hover: hover) {
  .p-contact__form-submit:hover {
    opacity: 0.85;
  }
}
.p-facility {
  overflow: hidden;
  width: 100%;
}

.p-facility__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-animation: facilityScroll 38s linear infinite;
          animation: facilityScroll 38s linear infinite;
}

@-webkit-keyframes facilityScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes facilityScroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-facility__item {
  width: 40vw;
  aspect-ratio: 800/494;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-facility__item {
    width: 80vw;
  }
}

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

.p-faq {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.p-faq__inner {
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  padding-inline: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__inner {
    padding-inline: 1rem;
  }
}

.p-faq__head {
  text-align: center;
  margin-bottom: 3rem;
}

.p-faq__title {
  font-size: 2rem;
  font-weight: 700;
  color: #292F3A;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-faq__title {
    font-size: 1.5rem;
  }
}
.p-faq__title::before {
  content: attr(data-label);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #005BAC;
  letter-spacing: 0.1em;
  margin-bottom: 0.75rem;
}

.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;
  margin: 0;
}

.p-faq__item {
  border: 1px solid #dcdcdc;
  border-radius: 0.75rem;
  overflow: hidden;
  background-color: rgba(255, 255, 255, .7);
}

.p-faq__item-q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  min-height: 5.1875rem;
  padding: 1.25rem 1.5rem 1.25rem 1.875rem;
  cursor: pointer;
  background-color: #fff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 767px) {
  .p-faq__item-q {
    min-height: 4.5rem;
    padding: 0.875rem 1rem;
    gap: 0.75rem;
  }
}

@media (any-hover: hover) {
  .p-faq__item-q:hover {
    background-color: #F5FBFF;
  }
}
.p-faq__item-q-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #005bac;
  font-family: "Geologica", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.p-faq__item-q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #292f3a;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.8333333333;
}
@media screen and (max-width: 767px) {
  .p-faq__item-q-text {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

.p-faq__item-q-toggle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.0625rem;
  min-height: 1.4375rem;
  border-left: 1px solid #dcdcdc;
  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;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-faq__item-q-toggle {
    width: 2.375rem;
  }
}

.p-faq__item-q-toggle::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 0.375rem solid transparent;
  border-right: 0.375rem solid transparent;
  border-top: 0.4375rem solid #292f3a;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.p-faq__item.is-open .p-faq__item-q-toggle::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-faq__item-a {
  display: none;
  padding: 0 1.5rem 1.25rem 1.9375rem;
  background-color: transparent;
  border-top: none;
}
@media screen and (max-width: 767px) {
  .p-faq__item-a {
    padding: 0 1rem 1rem;
  }
}

.p-faq__item.is-open .p-faq__item-a {
  display: block;
}

.p-faq__item-a-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.375rem;
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-faq__item-a-row {
    gap: 0.75rem;
    padding-top: 0.625rem;
  }
}

.p-faq__item-a-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #ff0045;
  font-family: "Geologica", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}

.p-faq__item-a-text {
  color: #292f3a;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.75;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__item-a-text {
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.p-flow {
  background-color: #fff;
}

.p-flow__header {
  background: -webkit-gradient(linear, left top, right top, from(#0956AE), to(#0FD3E1));
  background: linear-gradient(to right, #0956AE, #0FD3E1);
  padding: 3rem 1.5625rem 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__header {
    padding: 2.125rem 1rem 2.5rem;
  }
}

.p-flow__header-inner {
  width: 100%;
  max-width: 67.125rem;
  margin-inline: auto;
}

.p-flow__header-badge {
  font-size: 1.75rem;
  font-weight: 900;
  color: #FFF34D;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__header-badge {
    font-size: 1rem;
    margin-bottom: 0.375rem;
  }
}

.p-flow__header-title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-flow__header-title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-flow__intro {
  background-color: #fff;
  padding: 0rem 1.5625rem;
}

.p-flow__intro-inner {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-flow__intro-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
}

.p-flow__intro-img {
  margin: 0;
  padding: 0;
  margin-top: -5rem;
  -ms-flex-item-align: end;
      align-self: end;
}
@media screen and (max-width: 767px) {
  .p-flow__intro-img {
    margin-top: 0;
    display: none;
  }
}

.p-flow__intro-img img {
  width: 100%;
  height: auto;
  display: block;
}

.p-flow__intro-content {
  padding-top: 2.5rem;
}
@media screen and (max-width: 1130px) {
  .p-flow__intro-content {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__intro-content {
    padding-top: 2rem;
  }
}

.p-flow__intro-lead {
  display: inline;
  font-size: 2.0625rem;
  font-weight: 900;
  color: #0956AE;
  letter-spacing: -0.07em;
  line-height: 1.5;
  text-shadow: 0 0 0.375rem #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(72%, #FFF34D));
  background-image: linear-gradient(transparent 72%, #FFF34D 72%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .p-flow__intro-lead {
    font-size: 1.375rem;
    letter-spacing: -0.05em;
  }
}

.p-flow__intro-desc {
  margin-top: 0.9375rem;
  font-size: 1.25rem;
  font-weight: 500;
  color: #292F3A;
  line-height: 1.75;
  letter-spacing: -0.04em;
}
.p-flow__intro-desc strong {
  font-weight: 900;
}
.p-flow__intro-desc span {
  color: #ff0045;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow__intro-desc {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-flow__body {
  padding: 0rem 1.5625rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__body {
    padding: 0rem 1.25rem 3.125rem;
  }
}

.p-flow__body-inner {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}

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

.p-flow__item {
  position: relative;
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  row-gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 3.125rem;
  border-radius: 1.5625rem;
  background-color: #fafafa;
  -webkit-box-shadow: 0 0.375rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 0.375rem 0 rgba(0, 0, 0, .1);
  margin-bottom: 3.75rem;
}
.p-flow__item:last-child {
  margin-bottom: 0;
}
.p-flow__item:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -2.8125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2.5rem;
  height: 1.375rem;
  background-image: url("../images/icon-arrow-bottom.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .p-flow__item {
    grid-template-columns: 1fr;
    gap: 1rem;
    padding: 1.25rem;
    margin-bottom: 3rem;
  }
  .p-flow__item:not(:last-child)::after {
    bottom: -2.1875rem;
  }
}

.p-flow__item-head {
  grid-column: 2;
  grid-row: 1;
  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-flow__item-head {
    grid-column: 1;
  }
}

.p-flow__item-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-flow__item-badge-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;
  width: 4rem;
  height: 1.6875rem;
  border-radius: 1rem;
  background-color: #0956AE;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.03em;
}

.p-flow__item-badge-num {
  font-family: "Geologica", "Noto Sans JP", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  color: #0956AE;
  line-height: 1;
}

.p-flow__item-img {
  grid-column: 1;
  grid-row: 1/span 2;
  width: 17.5rem;
  height: auto;
  aspect-ratio: 280/174;
  border-radius: 0.625rem;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__item-img {
    grid-row: auto;
    width: 100%;
  }
}

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

.p-flow__item-body {
  grid-column: 2;
  grid-row: 2;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__item-body {
    grid-column: 1;
  }
}

.p-flow__item-title {
  font-size: 1.625rem;
  font-weight: 900;
  color: #0956AE;
  line-height: 1.0384615385;
  margin-bottom: 0.625rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-flow__item-title {
    font-size: 1.375rem;
  }
}

.p-flow__item-desc {
  font-size: 1.125rem;
  color: #292F3A;
  line-height: 1.8333333333;
  letter-spacing: -0.03em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-flow__item-desc {
    font-size: 1rem;
    line-height: 1.8;
  }
}

.p-flow__item-note {
  position: relative;
  font-size: 0.875rem;
  color: #71767E;
  margin-top: 0.5rem;
  font-weight: 500;
  line-height: 1.6428571429;
  padding-left: 1rem;
}
.p-flow__item-note::before {
  content: "※";
  position: absolute;
  top: 0.25rem;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow__item-note {
    font-size: 0.75rem;
    padding-left: 0.75rem;
  }
}

.p-flow__item-alert {
  display: grid;
  grid-template-columns: 1.4375rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  margin-top: 1.5rem;
  padding: 1rem 0;
  border-top: 2px solid #FF0045;
  border-bottom: 2px solid #FF0045;
  font-size: 1.125rem;
  color: #FF0045;
  font-weight: 700;
  line-height: 1.4444444444;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-flow__item-alert {
    font-size: 0.9375rem;
    grid-template-columns: 1.25rem 1fr;
  }
}
.p-flow__item-alert::before {
  content: "";
  width: 1.4375rem;
  height: 1.4375rem;
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.p-flow__item-cta {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 0.625rem;
  padding: 1.375rem 1.25rem;
}
@media screen and (max-width: 1150px) {
  .p-flow__item-cta {
    margin-top: 1.25rem;
    -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.75rem;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__item-cta {
    padding: 1rem;
  }
}

.p-flow__item-cta-tel-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.375rem;
  text-decoration: none;
  color: #292F3A;
}

.p-flow__item-cta-tel-label {
  font-family: "Geologica", "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
}

.p-flow__item-cta-tel-num {
  font-family: "Geologica", "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-flow__item-cta-tel-num {
    font-size: 1.5rem;
  }
}

.p-flow__item-cta-tel-note {
  font-size: 0.875rem;
  font-weight: 500;
  color: #292F3A;
  opacity: 0.8;
  margin: 0.25rem 0 0;
}

.p-flow__item-cta-divider {
  display: block;
  width: 0.0625rem;
  height: 3.375rem;
  background-color: #d5d5d5;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-inline: 2.125rem;
}
@media screen and (max-width: 1150px) {
  .p-flow__item-cta-divider {
    display: none;
  }
}

.p-flow__item-cta-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;
  gap: 0.5rem;
  padding: 0.875rem 2.5rem;
  border-radius: 0.6875rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff3b70), to(#e4004d));
  background: linear-gradient(#ff3b70 0%, #e4004d 100%);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-decoration: none;
  white-space: nowrap;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__item-cta-btn {
    width: 100%;
    font-size: 1rem;
    padding: 0.875rem 1rem;
  }
}

.p-flow__item-cta-btn-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-flow__item-cta-btn-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}

.p-footer {
  background-color: #0956AE;
  padding: 1.25rem 1.5625rem 3.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding-bottom: 6.25rem;
  }
}

.p-footer__note {
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 0.5rem;
}

.p-footer__copy {
  font-size: 0.875rem;
  color: #fff;
  opacity: 0.8;
}

.p-hamburger {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 100;
  display: none;
}
@media screen and (max-width: 767px) {
  .p-hamburger {
    display: block;
  }
}

.p-hamburger__btn {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #07468e;
  border-radius: 1.4375rem 0 0 1.4375rem;
  width: 5.375rem;
  height: 5.625rem;
  cursor: pointer;
  border: none;
  padding: 1.875rem 0 0;
}

.p-hamburger__line {
  width: 2rem;
  height: 0.1875rem;
  background-color: #fff;
  border-radius: 0.375rem;
  display: block;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.p-hamburger__line + .p-hamburger__line {
  margin-top: 0.3125rem;
}

.p-hamburger__label {
  margin-top: 1.125rem;
  font-family: "Geologica", sans-serif;
  font-size: 0.8125rem;
  color: #fff;
  letter-spacing: 0.13em;
  font-weight: 700;
  line-height: 1;
}

.p-hamburger__btn.is-open .p-hamburger__line:nth-child(1) {
  -webkit-transform: translateY(0.25rem) rotate(45deg);
          transform: translateY(0.25rem) rotate(45deg);
}

.p-hamburger__btn.is-open .p-hamburger__line:nth-child(2) {
  -webkit-transform: translateY(-0.25rem) rotate(-45deg);
          transform: translateY(-0.25rem) rotate(-45deg);
}

.p-drawer {
  position: fixed;
  inset: 0;
  z-index: 99;
  display: none;
}

.p-drawer.is-open {
  display: block;
}

.p-drawer.is-open ~ .p-trouble .p-floating-btn {
  z-index: 98;
}

.p-drawer__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: rgba(0, 0, 0, .5);
}

.p-drawer__panel {
  position: absolute;
  z-index: 1;
  inset: 0;
  height: 100%;
  background-color: #0956AE;
  padding: 4.375rem 1.5rem 2.25rem;
  overflow-y: 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;
}

.p-drawer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.p-drawer__nav-item {
  border-bottom: none;
}

.p-drawer__nav-link {
  display: block;
  padding: 0.875rem 0;
  font-size: 1.25rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: -0.03em;
  line-height: 1.4;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

@media (any-hover: hover) {
  .p-drawer__nav-link:hover {
    opacity: 0.7;
  }
}
.p-drawer__nav-btn {
  margin-top: 2.25rem;
  width: 100%;
  max-width: 100%;
}

.p-hero {
  position: relative;
  background-color: #F5FBFF;
}

.p-hero__header {
  position: absolute;
  top: 2rem;
  left: 2rem;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-hero__header {
    top: 1rem;
    left: 1.25rem;
  }
}

.p-hero__logo {
  display: block;
  width: clamp(6.25rem, 11vw, 13.25rem);
}
@media screen and (max-width: 767px) {
  .p-hero__logo {
    width: 9.25rem;
  }
}

.p-hero__logo img {
  display: block;
  width: 100%;
}

.p-hero__body {
  position: relative;
  min-height: 30rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

.p-hero__bg {
  position: absolute;
  inset: 0;
}

.p-hero__bg img,
.p-hero__bg picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-hero__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 61.25rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5.5rem;
  padding-bottom: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-hero__inner {
    padding-inline: 1.25rem;
    padding-top: 6.0625rem;
    padding-bottom: 11rem;
  }
}

.p-hero__card {
  position: relative;
  background-color: rgba(255, 255, 255, .9);
  overflow: hidden;
  border: 10px solid #0956AE;
  border-radius: 3.75rem 0 3.75rem 0;
  padding: 2.25rem 2.75rem;
  width: 100%;
  max-width: 61.25rem;
}
@media screen and (max-width: 767px) {
  .p-hero__card {
    padding: 1.5rem 1.25rem;
    border: 6px solid #0956AE;
  }
}
.p-hero__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/fv-content-bg.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.p-hero__card > * {
  position: relative;
  z-index: 1;
}

.p-hero__headline {
  margin-bottom: 1.5rem;
  margin-inline: auto;
  width: 45.25rem;
}
@media screen and (max-width: 767px) {
  .p-hero__headline {
    max-width: 100%;
  }
}

.p-hero__headline-lead-img {
  margin-bottom: 1rem;
}

.p-hero__headline-catch {
  background-color: #0956AE;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
  padding: 0.5rem 1.25rem;
  border-bottom: 1.3125rem solid #FFF34D;
}
@media screen and (max-width: 767px) {
  .p-hero__headline-catch {
    font-size: 0.8125rem;
    padding: 0.375rem 1rem;
    border-bottom-width: 0.875rem;
  }
}

.p-hero__headline-main {
  background-color: #0956AE;
  color: #fff;
  font-size: 3.125rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.05em;
  padding: 0.75rem 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-hero__headline-main {
    font-size: 1.875rem;
    padding: 0.625rem 1rem;
  }
}

.p-hero__headline-price {
  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;
  gap: 0.25rem;
  background-color: #FFF34D;
  padding: 0.625rem 1.25rem 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-hero__headline-price {
    padding: 0.5rem 1rem 0.75rem;
  }
}

.p-hero__headline-price-prefix {
  font-size: 2.25rem;
  font-weight: 700;
  color: #0956AE;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-hero__headline-price-prefix {
    font-size: 1.5rem;
  }
}

.p-hero__headline-price-num {
  font-size: 5.5rem;
  font-weight: 700;
  color: #0956AE;
  line-height: 1;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-hero__headline-price-num {
    font-size: 3.25rem;
  }
}

.p-hero__headline-price-suffix {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 0.25rem;
}

.p-hero__headline-price-tax {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: #0956AE;
}

.p-hero__headline-price-yen {
  display: block;
  font-size: 2.625rem;
  font-weight: 700;
  color: #0956AE;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-hero__headline-price-yen {
    font-size: 1.75rem;
  }
}

.p-hero__desc {
  font-size: 1.375rem;
  font-weight: 700;
  color: #292F3A;
  text-align: center;
  line-height: 1.8;
  letter-spacing: -0.05em;
  margin-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-hero__desc {
    font-size: 1.125rem;
    text-align: left;
    margin-bottom: 2.25rem;
  }
}
.p-hero__desc strong {
  color: #ff0000;
  font-weight: 900;
  letter-spacing: -0.05em;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-hero__desc strong {
    font-size: 1.375rem;
    font-weight: 700;
  }
}

.p-hero__desc-em {
  display: inline-block;
  position: relative;
  background: top left/0.95em 0.22em repeat-x radial-gradient(circle closest-side, #292F3A 96%, rgba(41, 47, 58, 0) 100%);
  padding-top: 0.05em;
}

.p-hero__cta-phone {
  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: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .25);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-hero__cta-phone svg {
  width: 1.125rem;
  height: 1.125rem;
  fill: #fff;
}

.p-hero__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  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;
  min-height: 5.5rem;
  padding: 1.25rem 1.5625rem;
  background: -webkit-gradient(linear, left top, right top, from(rgba(9, 86, 174, .82)), to(rgba(15, 211, 225, .82)));
  background: linear-gradient(to right, rgba(9, 86, 174, .82), rgba(15, 211, 225, .82));
}
@media screen and (max-width: 767px) {
  .p-hero__bottom {
    min-height: 0;
    padding: 1.75rem 0.5rem;
  }
}

.p-hero__bottom-text {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4375;
  color: #fff;
  letter-spacing: -0.01em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-hero__bottom-text {
    font-size: 1.5rem;
    line-height: 1.75;
    text-align: left;
  }
}

.p-hero__bottom-em {
  display: inline-block;
  position: relative;
  background: top left/1em 0.26em repeat-x radial-gradient(circle closest-side, #fff 96%, rgba(0, 0, 0, 0) 100%);
  padding-top: 0.2em;
}

.p-periodic {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-periodic {
    padding-top: 1.875rem;
  }
}

.p-periodic__inner {
  width: 100%;
  max-width: 83.125rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__inner {
    padding-inline: 1.25rem;
  }
}

.p-periodic__head {
  position: relative;
  text-align: center;
  padding-top: 4.375rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__head {
    padding-top: 3.25rem;
    margin-bottom: 2.25rem;
  }
}

.p-periodic__badge {
  position: absolute;
  top: 0;
  left: 37%;
  width: 10.6875rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__badge {
    left: -1%;
  }
}
.p-periodic__badge img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-periodic__badge {
    width: 8rem;
  }
}

.p-periodic__sub {
  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.75rem;
  font-size: 1.25rem;
  font-weight: 900;
  color: #292F3A;
  letter-spacing: -0.01em;
  text-shadow: 0 0 0.375rem #fff;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__sub {
    font-size: 0.9375rem;
    gap: 0.625rem;
  }
}

.p-periodic__sub-slash {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.125rem;
  height: 1.375rem;
  background-color: #292F3A;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
@media screen and (max-width: 767px) {
  .p-periodic__sub-slash {
    height: 1.125rem;
  }
}

.p-periodic__sub-slash--flip {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.p-periodic__title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #292F3A;
  letter-spacing: -0.03em;
  line-height: 1.4545454545;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__title {
    font-size: 1.625rem;
    line-height: 1.4;
    margin-bottom: 1rem;
  }
}

.p-periodic__title-em {
  color: #ff0045;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF34D), color-stop(90%, #FFF34D), color-stop(90%, transparent));
  background: linear-gradient(transparent 60%, #FFF34D 60%, #FFF34D 90%, transparent 90%);
  font-size: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__title-em {
    font-size: 2.125rem;
  }
}

.p-periodic__lead {
  font-size: 1.375rem;
  font-weight: 500;
  color: #292F3A;
  line-height: 1.9;
  margin-inline: auto;
  margin-bottom: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__lead {
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 2.625rem;
    text-align: left;
  }
}

.p-periodic__lead-em {
  color: #ff0045;
  font-weight: 700;
}

.p-periodic__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__grid {
    grid-template-columns: 1fr;
    margin-bottom: 2.75rem;
    gap: 1.875rem;
  }
}

.p-periodic__card {
  border: none;
  border-radius: 0.5rem;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.p-periodic__card-img {
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 0.5rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__card-img {
    padding-bottom: 0.875rem;
  }
}

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

.p-periodic__card-title {
  font-size: 2rem;
  font-weight: 900;
  color: #FF0045;
  margin-bottom: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__card-title {
    font-size: 1.625rem;
    margin-bottom: 0.25rem;
  }
}

.p-periodic__card-sub {
  font-size: 1.5rem;
  font-weight: 700;
  color: #292F3A;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__card-sub {
    font-size: 1.125rem;
    margin-bottom: 0.5rem;
  }
}

.p-periodic__card-desc {
  font-size: 1.125rem;
  color: #292f3a;
  line-height: 1.8333;
  font-weight: 500;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-periodic__card-desc {
    font-size: 0.9375rem;
    line-height: 1.8;
  }
}

.p-periodic__bottom {
  background-color: #fff;
  padding: 0.625rem 1.5625rem 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom {
    padding: 0.5rem 1.25rem 3.25rem;
  }
}

.p-periodic__bottom-inner {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
}

.p-periodic__bottom-title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #292F3A;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom-title {
    font-size: 1.75rem;
    line-height: 1.45;
    margin-bottom: 1.75rem;
    text-wrap: balance;
  }
}

@media screen and (max-width: 767px) {
  .p-periodic__bottom-title br {
    display: none;
  }
}

.p-periodic__bottom-title-accent {
  color: #f01b5d;
  font-size: 4.125rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom-title-accent {
    font-size: 2.25rem;
  }
}

.p-periodic__bottom-title-main {
  font-size: 4.125rem;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom-title-main {
    font-size: 2.25rem;
  }
}

.p-periodic__bottom-title-main-underline {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(72%, #fff34d));
  background-image: linear-gradient(transparent 72%, #fff34d 72%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.p-periodic__bottom-badge {
  position: absolute;
  top: 0;
  left: -0.75rem;
  z-index: 1;
  display: block;
  width: 5.6875rem;
  height: 5.6875rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom-badge {
    left: 0.25rem;
    width: 4.75rem;
    height: 4.75rem;
  }
}

.p-periodic__bottom-badge img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-periodic__bottom-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom-contact {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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.25rem;
  }
}

.p-periodic__bottom-tel-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0.25rem 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom-tel-block {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

.p-periodic__bottom-tel-label {
  font-family: "Geologica", sans-serif;
  font-size: 1.6875rem;
  font-weight: 700;
  color: #292F3A;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom-tel-label {
    font-size: 1.25rem;
  }
}

.p-periodic__bottom-tel {
  font-family: "Geologica", sans-serif;
  font-size: 4.125rem;
  font-weight: 700;
  color: #f01b5d;
  letter-spacing: -0.04em;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom-tel {
    font-size: 2.25rem;
  }
}

.p-periodic__bottom-note-block {
  max-width: 18.125rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom-note-block {
    max-width: none;
    text-align: center;
  }
}

.p-periodic__bottom-tel-note {
  font-size: 0.875rem;
  font-weight: 500;
  color: #292F3A;
  opacity: 0.8;
  line-height: 1.6428571429;
  letter-spacing: -0.03em;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom-tel-note {
    font-size: 0.75rem;
    line-height: 1.6;
  }
}

.p-periodic__bottom-note {
  font-size: 0.9375rem;
  font-weight: 700;
  color: #292F3A;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-periodic__bottom-note {
    font-size: 0.8125rem;
    margin-bottom: 0.125rem;
  }
}

.p-plan {
  background-color: #fff;
  padding-top: 0;
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding-bottom: 3rem;
  }
}

.p-plan__inner {
  width: 100%;
  max-width: 96.875rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-plan__inner {
    padding-inline: 1rem;
  }
}

.p-plan__head {
  background: -webkit-gradient(linear, left top, right top, from(#0956AE), to(#0FD3E1));
  background: linear-gradient(to right, #0956AE, #0FD3E1);
  text-align: center;
  margin-bottom: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-plan__head {
    margin-bottom: 2rem;
    padding-top: 1.125rem;
    padding-bottom: 1.25rem;
  }
}

.p-plan__badge {
  display: inline-block;
  color: #FFF34D;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__badge {
    font-size: 1.25rem;
  }
}

.p-plan__title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-plan__title {
    font-size: 1.75rem;
  }
}

.p-plan__lead {
  font-size: 1.25rem;
  color: #292F3A;
  line-height: 1.75;
  margin-top: 1.125rem;
  letter-spacing: -0.02em;
  width: 92%;
}
@media screen and (max-width: 767px) {
  .p-plan__lead {
    font-size: 1rem;
    line-height: 1.7;
    margin-top: 0.875rem;
    width: 100%;
  }
}

.p-plan__intro {
  width: 65%;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-plan__intro {
    width: 100%;
  }
}

.p-plan__intro-image {
  width: clamp(21.25rem, 27vw, 24.8125rem);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-82%);
          transform: translateY(-82%);
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-plan__intro-image {
    display: none;
  }
}
.p-plan__intro-image img {
  width: 100%;
  height: auto;
  display: block;
}

.p-plan__intro-body {
  padding-top: 1.125rem;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-plan__intro-body {
    padding-top: 0;
    margin-bottom: 2.5rem;
  }
}

.p-plan__steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan__steps {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.p-plan__steps-arrow {
  display: block;
  width: 1.375rem;
  height: 2.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-plan__steps-arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-inline: auto;
  }
}

.p-plan__step {
  position: relative;
  background-color: #fff;
  border: 0.5625rem solid transparent;
  border-radius: 0.9375rem;
  z-index: 1;
  height: 100%;
}
.p-plan__step::after {
  content: "";
  position: absolute;
  inset: -0.5625rem;
  border: 0.5625rem solid #0956AE;
  border-radius: 0.9375rem;
  pointer-events: none;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-plan__step {
    border-width: 0.375rem;
    border-radius: 0.75rem;
  }
  .p-plan__step::after {
    inset: -0.375rem;
    border-width: 0.375rem;
    border-radius: 0.75rem;
  }
}

.p-plan__step-header {
  position: relative;
  z-index: 1;
  background: #0956AE;
  padding: 0.75rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__step-header {
    padding: 0.625rem 1rem;
  }
}

.p-plan__step-header--second {
  background: #0956AE;
}

.p-plan__step-title {
  font-size: 1.75rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.45;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan__step-title {
    font-size: 1.25rem;
  }
}

.p-plan__step-body {
  position: relative;
  z-index: 1;
  padding: 1rem 1.875rem 1.25rem;
  min-height: 7.5rem;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plan__step-body {
    padding: 0.875rem 1rem 1rem;
    min-height: auto;
  }
}

.p-plan__step-desc {
  font-size: 1.25rem;
  color: #292F3A;
  line-height: 1.65;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-plan__step-desc {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 0.375rem;
  }
}

.p-plan__step-notes {
  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.375rem;
  font-weight: 500;
}

.p-plan__step-note {
  font-size: 0.875rem;
  color: #71767E;
  padding-left: 0.875rem;
  position: relative;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-plan__step-note {
    font-size: 0.75rem;
    padding-left: 0.75rem;
  }
}

.p-plan__step-note::before {
  content: "※";
  position: absolute;
  left: 0;
}

.p-plan__arrow {
  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.5rem;
}
@media screen and (max-width: 767px) {
  .p-plan__arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.p-plan__cta-text {
  font-size: 2.0625rem;
  font-weight: 900;
  color: #0956AE;
  line-height: 1.45;
  margin: 0 0 1.25rem;
  letter-spacing: -0.03em;
  display: inline;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #FFF34D));
  background-image: linear-gradient(transparent 55%, #FFF34D 55%);
}
@media screen and (max-width: 767px) {
  .p-plan__cta-text {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 1rem;
  }
}

.p-reason {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #F5FBFF;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-reason {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.p-reason__article-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 58%;
  z-index: 0;
  pointer-events: none;
  margin: 0;
  padding: 0;
  border: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F5FBFF), color-stop(14%, rgba(245, 251, 255, .92)), color-stop(44%, rgba(245, 251, 255, 0))), url("../images/bg-office-blue.webp");
  background-image: linear-gradient(180deg, #F5FBFF 0%, rgba(245, 251, 255, .92) 14%, rgba(245, 251, 255, 0) 44%), url("../images/bg-office-blue.webp");
  background-repeat: no-repeat;
  background-position: 0 0, center bottom;
  background-size: 100% 100%, cover;
}
@media screen and (max-width: 767px) {
  .p-reason__article-bg {
    height: 11%;
  }
}

.p-reason__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reason__inner {
    padding-inline: 1.25rem;
  }
}

.p-reason__head {
  position: relative;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-reason__head {
    margin-bottom: 1.875rem;
  }
}

.p-reason__title {
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 80rem;
  font-size: 2.75rem;
  font-weight: 900;
  color: #292F3A;
  letter-spacing: -0.03em;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-reason__title {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}
.p-reason__title::before {
  content: attr(data-label);
  display: block;
  margin-bottom: 0.625rem;
  font-family: "Geologica", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #0956AE;
  letter-spacing: 0.03em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-reason__title::before {
    font-size: 0.9375rem;
    margin-bottom: 0.5rem;
  }
}

.p-reason__title-marker {
  color: #0956AE;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(72%, transparent), color-stop(72%, #FFF34D));
  background-image: linear-gradient(transparent 72%, #FFF34D 72%);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.p-reason__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 767px) {
  .p-reason__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-reason__item {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 2.25rem;
  -webkit-box-shadow: 0 0.625rem 1rem rgba(0, 0, 0, .071);
          box-shadow: 0 0.625rem 1rem rgba(0, 0, 0, .071);
  padding: 2.1875rem 1.875rem;
  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;
}
@media screen and (max-width: 767px) {
  .p-reason__item {
    max-width: 25rem;
    margin-inline: auto;
    padding: 1.75rem 1.5rem 2rem;
    border-radius: 1.75rem;
  }
}

.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 0.75rem;
}

.p-reason__item-label {
  margin: 0;
  line-height: 1;
}

.p-reason__item-label-inner {
  position: relative;
  display: inline-block;
}
.p-reason__item-label-inner::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.3125rem;
  width: 3.1875rem;
  height: 0.8125rem;
  background-color: #FFF34D;
  border-radius: 0.125rem;
  z-index: 0;
}

.p-reason__item-label-text {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  font-weight: 900;
  color: #0956AE;
  letter-spacing: -0.03em;
  line-height: 1.55;
}

.p-reason__item-num {
  margin: 0.25rem 0 0;
  font-family: "Geologica", "Noto Sans JP", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
  color: #0956AE;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-reason__item-num {
    font-size: 2.75rem;
  }
}

.p-reason__item-title {
  width: 100%;
  max-width: 20rem;
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #292F3A;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reason__item-title {
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
  }
}

.p-reason__item-title-line {
  display: inline;
}

.p-reason__item-title-line--accent {
  color: #FF0045;
}

.p-reason__item-desc {
  width: 100%;
  max-width: 20rem;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6875;
  letter-spacing: -0.05em;
  color: #71767E;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-reason__item-desc {
    font-size: 0.9375rem;
    line-height: 1.75;
  }
}

.p-reason__item-note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.25rem;
  width: 100%;
  max-width: 20rem;
  margin: 1rem 0 0;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.6428571429;
  letter-spacing: -0.065em;
  color: #71767E;
  text-align: left;
}

.p-reason__item-note-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-section-heading {
  text-align: center;
  margin-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-section-heading {
    margin-bottom: 1.875rem;
  }
}

.p-section-heading__title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #292F3A;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .p-section-heading__title {
    font-size: 1.5rem;
  }
}
.p-section-heading__title::before {
  content: attr(data-label);
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #005BAC;
  margin-bottom: 0.375rem;
  font-family: "Geologica", sans-serif;
}

.p-service-basic {
  padding-top: 1.25rem;
  padding-bottom: 0rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#6ed5f5), to(#fff));
  background: linear-gradient(#6ed5f5 0%, #fff 100%);
}

.p-service-basic__inner {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 0;
}

.p-service-basic__grid {
  padding-top: 5rem;
  padding-bottom: 3.125rem;
}

.p-service-basic__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.p-service-basic__swiper {
  overflow: hidden;
  padding-top: 3rem;
  padding-inline: 2.5rem 1.25rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .p-service-basic__swiper {
    padding-inline: 1.25rem 1rem;
  }
}

.p-service-basic__card.swiper-slide {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
}

.p-service-basic__card {
  position: relative;
  border-radius: 1.25rem;
  overflow: visible;
  -webkit-box-shadow: 0 0.625rem 1rem rgba(0, 0, 0, .07);
          box-shadow: 0 0.625rem 1rem rgba(0, 0, 0, .07);
  background-color: #fff;
  padding: 2rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-service-basic__card-img {
  aspect-ratio: 311/175;
  overflow: hidden;
  border-radius: 0.625rem;
}

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

.p-service-basic__card-badge {
  color: #F5FBFF;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  margin-bottom: 0.375rem;
}

.p-service-basic__card-label {
  position: absolute;
  top: -2.5625rem;
  left: -2.25rem;
  width: 7.8125rem;
  display: block;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service-basic__card-label {
    width: 5.75rem;
  }
}

.p-service-basic__card-label img {
  display: block;
  width: 100%;
  height: auto;
}

.p-service-basic__card-body {
  padding: 1.25rem 0 0;
  background-color: #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-service-basic__card-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #292F3A;
  line-height: 1.35;
  letter-spacing: -0.03em;
  margin-bottom: 0.375rem;
}

.p-service-basic__card-desc {
  font-size: 1rem;
  color: #71767E;
  line-height: 1.7;
  letter-spacing: -0.05em;
}

.p-service-basic__epa {
  padding: 1.875rem 1.5625rem 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-basic__epa {
    padding: 1.875rem 1.25rem 3.125rem;
  }
}

.p-service-basic__epa-inner {
  width: 100%;
  max-width: 67.125rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service-basic__epa-inner {
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

.p-service-basic__epa-img {
  border-radius: 0.75rem;
  overflow: hidden;
}

.p-service-basic__epa-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 1212/854;
}

.p-service-basic__epa-rating {
  display: block;
  width: 10.0625rem;
  height: auto;
  aspect-ratio: 322/56;
  margin-bottom: 1rem;
}

.p-service-basic__epa-title {
  font-size: 2rem;
  font-weight: 900;
  color: #0956AE;
  margin-bottom: 1.25rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-service-basic__epa-title {
    font-size: 1.25rem;
  }
}

.p-service-basic__epa-desc {
  font-size: 1.125rem;
  color: #292F3A;
  line-height: 1.9;
  margin-bottom: 1rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-basic__epa-desc {
    font-size: 0.9375rem;
  }
}

.p-service-basic__epa-note {
  position: relative;
  font-size: 0.875rem;
  color: #71767E;
  line-height: 1.6428571429;
  font-weight: 500;
  padding-left: 0.875rem;
}
.p-service-basic__epa-note::before {
  content: "※";
  position: absolute;
  top: 0.25rem;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-service-basic__epa-note {
    font-size: 0.75rem;
    padding-left: 0.75rem;
  }
}

.p-service-list {
  background-color: #0956AE;
  background-image: url("../images/bg-blue-sparkle.webp");
  background-size: cover;
  background-position: center;
  padding-top: 8.375rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}
.p-service-list::before {
  content: "SERVICE";
  position: absolute;
  top: -0.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 11.25rem;
  font-weight: 700;
  color: rgba(255, 255, 255, .06);
  letter-spacing: 0.05em;
  pointer-events: none;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-service-list {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
  .p-service-list::before {
    font-size: 4.5rem;
  }
}

.p-service-list__inner {
  width: 100%;
  max-width: 83.125rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-service-list__inner {
    padding-inline: 1.25rem;
  }
}

.p-service-list__head {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__head {
    margin-bottom: 1.875rem;
  }
}

.p-service-list__sub {
  font-size: 1rem;
  color: #fff;
  opacity: 0.9;
  margin-bottom: 0.5rem;
  font-weight: 900;
}

.p-service-list__title {
  font-size: 2rem;
  font-weight: 900;
  color: #FFF34D;
  letter-spacing: 0.02em;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__title {
    font-size: 1.5rem;
  }
}

.p-service-list__lead {
  font-size: 1.125rem;
  color: #fff;
  line-height: 1.9;
  opacity: 0.9;
  max-width: 43.75rem;
  margin-inline: auto;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-list__lead {
    font-size: 0.875rem;
  }
}

.p-service-list__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-service-list__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
  }
}

.p-service-list__item {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  padding: 1.25rem 1rem;
  height: 14.875rem;
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .p-service-list__item {
    height: 12.125rem;
    padding: 1rem 0.5rem;
  }
}

.p-service-list__item:nth-child(1) {
  background-image: url("../images/Introduction-card1.webp");
}

.p-service-list__item:nth-child(2) {
  background-image: url("../images/Introduction-card2.webp");
}

.p-service-list__item:nth-child(3) {
  background-image: url("../images/Introduction-card3.webp");
}

.p-service-list__item:nth-child(4) {
  background-image: url("../images/Introduction-card4.webp");
}

.p-service-list__item:nth-child(5) {
  background-image: url("../images/Introduction-card5.webp");
}

.p-service-list__item:nth-child(6) {
  background-image: url("../images/Introduction-card6.webp");
}

.p-service-list__item:nth-child(7) {
  background-image: url("../images/Introduction-card7.webp");
}

.p-service-list__item:nth-child(8) {
  background-image: url("../images/Introduction-card8.webp");
}

.p-service-list__item:nth-child(9) {
  background-image: url("../images/Introduction-card9.webp");
}

.p-service-list__item:nth-child(10) {
  background-image: url("../images/Introduction-card10.webp");
}

.p-service-list__item:nth-child(11) {
  background-image: url("../images/Introduction-card11.webp");
}

.p-service-list__item:nth-child(12) {
  background-image: url("../images/Introduction-card12.webp");
}

.p-service-list__item-icon {
  width: 3rem;
  height: 3rem;
  margin-inline: auto;
  margin-bottom: 0.75rem;
  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-service-list__item-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-service-list__item-name {
  font-size: 1.5rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-service-list__item-name {
    font-size: 1rem;
    line-height: 1.2;
  }
}

.p-service-list__item-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, .95);
  line-height: 1.6875;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-service-list__item-desc {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-solution {
  padding-top: 5rem;
  background-color: #F5FBFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solution {
    padding-top: 2.5rem;
    overflow: hidden;
  }
}

.p-solution__inner {
  width: 100%;
  max-width: 70.625rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-solution__inner {
    padding-inline: 1.25rem;
  }
}

.p-solution__top {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-solution__top {
    padding-top: 3.5rem;
    padding-bottom: 18.75rem;
  }
}

.p-solution__fukidashi {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  content: "";
  -webkit-transform: translate(-30%, -100%);
          transform: translate(-30%, -100%);
  max-width: 10.8125rem;
}
@media screen and (max-width: 767px) {
  .p-solution__fukidashi {
    max-width: 8rem;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
}
.p-solution__fukidashi img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.p-solution__head {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-solution__head {
    margin-bottom: 2.5rem;
  }
}

.p-solution__sub {
  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: 0.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  font-size: 1.25rem;
  font-weight: 900;
  color: #292F3A;
  letter-spacing: -0.04em;
  line-height: 1.45;
  margin-bottom: 0.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-solution__sub {
    position: relative;
    display: block;
    font-size: 0.9375rem;
    gap: 0;
    line-height: 1.55;
  }
}

.p-solution__sub-text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution__sub-text {
    display: block;
    padding-inline: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-solution__sub-text-row {
    display: block;
  }
}

.p-solution__sub-slash {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.125rem;
  height: 1.375rem;
  background-color: #292F3A;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}
@media screen and (max-width: 767px) {
  .p-solution__sub-slash {
    position: absolute;
    top: 50%;
    left: 0;
    height: 1.125rem;
    -webkit-transform: translateY(0%) rotate(-18deg);
            transform: translateY(0%) rotate(-18deg);
  }
}

.p-solution__sub-slash--flip {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}
@media screen and (max-width: 767px) {
  .p-solution__sub-slash--flip {
    left: auto;
    right: 0;
    -webkit-transform: translateY(0%) rotate(18deg);
            transform: translateY(0%) rotate(18deg);
  }
}

.p-solution__title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #0956AE;
  letter-spacing: -0.06em;
  line-height: 1.45;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-solution__title {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}

.p-solution__title-em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #FFF34D), color-stop(88%, #FFF34D), color-stop(88%, transparent));
  background: linear-gradient(transparent 55%, #FFF34D 55%, #FFF34D 88%, transparent 88%);
  font-size: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-solution__title-em {
    font-size: 2.25rem;
  }
}

@media screen and (max-width: 1600px) {
  .p-solution__content {
    display: grid;
    gap: 3.125rem;
    grid-template-columns: 80% 20%;
  }
}
@media screen and (max-width: 1250px) {
  .p-solution__content {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__content {
    gap: 2rem;
  }
}

.p-solution__body {
  width: 93%;
}
@media screen and (max-width: 1600px) {
  .p-solution__body {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__body {
    display: grid;
    gap: 2.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    grid-template-columns: 1fr;
    gap: 1.75rem;
  }
}

.p-solution__body-texts {
  margin-left: 3.125rem;
}
@media screen and (max-width: 1600px) {
  .p-solution__body-texts {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__body-texts {
    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.375rem;
  }
}

.p-solution__body-text {
  font-size: 1.25rem;
  font-weight: 500;
  color: #292F3A;
  line-height: 1.75;
  letter-spacing: -0.04em;
  text-decoration: underline;
  text-underline-offset: -1em;
  text-decoration-thickness: 1.3em;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
  text-decoration-skip-ink: none;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-solution__body-text {
    font-size: 1rem;
    line-height: 1.9;
    margin-bottom: 0;
  }
}

.p-solution__body-text--strong {
  font-size: 1.75rem;
  font-weight: 700;
  color: #fff;
  background-color: #0956AE;
  padding: 0.125rem;
  border-radius: 0;
  line-height: 1.35;
  letter-spacing: -0.02em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-solution__body-text--strong {
    font-size: 1.25rem;
    line-height: 1.45;
    padding: 0.25rem 0;
    margin-bottom: 0;
  }
}

.p-solution__worker-img {
  max-width: 22.8125rem;
  width: 18.4343434343vw;
  content: "";
  right: max(1.25rem, 50% - 55.8125rem);
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1900px) {
  .p-solution__worker-img {
    right: max(2.5rem, 50% - 55.8125rem);
  }
}
@media screen and (max-width: 1250px) {
  .p-solution__worker-img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-solution__worker-img {
    display: block;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    width: 50%;
    max-width: 11.75rem;
  }
}

.p-solution__worker-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 730/1200;
}

.p-solution__fig {
  display: grid;
  grid-template-columns: 30.5rem 1fr;
  gap: 3rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 1.5rem;
  max-width: 67.5rem;
}
@media screen and (max-width: 767px) {
  .p-solution__fig {
    grid-template-columns: 1fr;
    gap: 2.25rem;
    margin-bottom: 0;
  }
}

.p-solution__fig-img {
  width: 100%;
  margin: 0;
}

.p-solution__fig-img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-solution__table-scroll {
  margin-top: 2.5rem;
  margin-bottom: 3.625rem;
}
@media screen and (max-width: 767px) {
  .p-solution__table-scroll {
    padding-bottom: 0.5rem;
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-inline: 1.25rem;
    margin-bottom: 1.875rem;
  }
}

.p-solution__table-img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-solution__table-img {
    min-width: 51.25rem;
  }
}

.p-solution__table-img img {
  display: block;
  width: 100%;
  height: auto;
}

.p-solution__fig-texts {
  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;
}

.p-solution__fig-block-title {
  font-size: 2rem;
  font-weight: 900;
  color: #0956AE;
  letter-spacing: -0.03em;
  line-height: 1.5625;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .p-solution__fig-block-title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 0.75rem;
  }
}

.p-solution__fig-block-text {
  font-size: 1.125rem;
  font-weight: 500;
  color: #292F3A;
  line-height: 1.6666666667;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-solution__fig-block-text {
    font-size: 1rem;
    line-height: 1.9;
  }
}

.p-solution__fig-block-text--bottom {
  margin-bottom: 4.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution__fig-block-text--bottom {
    margin-bottom: 1.875rem;
    text-align: left;
  }
}

.p-solution__fig-block-text-blue {
  color: #0956AE;
  font-weight: 700;
}

.p-solution__fig-block-text-red {
  color: #E4004D;
  font-weight: 700;
}

.p-solution__part2 {
  padding-top: 3.75rem;
  border-top: 2px solid #F5FBFF;
  border-radius: 8.125rem 8.125rem 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f2f6ff));
  background: linear-gradient(#fff 0%, #f2f6ff 100%);
  padding-bottom: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-solution__part2 {
    border-radius: 3.75rem 3.75rem 0 0;
    padding-top: 1.875rem;
    padding-bottom: 3.125rem;
  }
}

.p-solution__part2-head {
  position: relative;
  text-align: center;
  padding-top: 4.375rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-solution__part2-head {
    padding-top: 3.5rem;
    margin-bottom: 1.5rem;
  }
}

.p-solution__part2-badge {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(-30%, -100%);
          transform: translate(-30%, -100%);
  max-width: 10.8125rem;
}
@media screen and (max-width: 767px) {
  .p-solution__part2-badge {
    max-width: 8rem;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
  }
}
.p-solution__part2-badge img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: rotate(-3deg);
          transform: rotate(-3deg);
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}

.p-solution__part2-sub {
  position: relative;
  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: 0.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  text-shadow: 0 0 0.375rem #fff;
}

.p-solution__part2-sub-slash {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.1875rem;
  height: 1.375rem;
  background-color: #292F3A;
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
}

.p-solution__part2-sub-slash--flip {
  -webkit-transform: rotate(18deg);
          transform: rotate(18deg);
}

.p-solution__part2-sub-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-solution__part2-sub-text {
    display: block;
    text-align: center;
  }
}

.p-solution__part2-sub-sm {
  font-size: 1.25rem;
  font-weight: 900;
  color: #292F3A;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-solution__part2-sub-sm {
    font-size: 0.875rem;
  }
}

.p-solution__part2-sub-lg {
  font-size: 2rem;
  font-weight: 900;
  color: #292F3A;
  letter-spacing: -0.01em;
}
@media screen and (max-width: 767px) {
  .p-solution__part2-sub-lg {
    display: block;
    font-size: 1.3125rem;
  }
}

.p-solution__part2-title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #0956AE;
  letter-spacing: -0.03em;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-solution__part2-title {
    font-size: 1.625rem;
    line-height: 1.4;
  }
}

.p-solution__part2-title-em {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF34D), color-stop(90%, #FFF34D), color-stop(90%, transparent));
  background: linear-gradient(transparent 60%, #FFF34D 60%, #FFF34D 90%, transparent 90%);
  font-size: 4.125rem;
}
@media screen and (max-width: 767px) {
  .p-solution__part2-title-em {
    font-size: 2.25rem;
  }
}

.p-solution__part2-lead {
  font-size: 1rem;
  color: #292F3A;
  line-height: 1.9;
  margin-bottom: 3rem;
}

.p-solution__points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-solution__points {
    grid-template-columns: 1fr;
  }
}

.p-solution__point {
  background-color: #F5FBFF;
  padding: 1.5rem;
  border-radius: 0.5rem;
  border-left: 4px solid #0956AE;
}

.p-solution__point-text {
  font-size: 0.9375rem;
  color: #292F3A;
  line-height: 1.9;
}

.p-solution__bottom-cta {
  background: -webkit-gradient(linear, left top, right top, from(#0956AE), to(#0FD3E1));
  background: linear-gradient(to right, #0956AE, #0FD3E1);
  border-radius: 0.75rem;
  padding: 2.5rem 2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution__bottom-cta {
    padding: 1.75rem 1.25rem;
  }
}

.p-solution__bottom-cta-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.p-solution__tel-wrap {
  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.25rem;
  margin-bottom: 0.5rem;
}

.p-solution__tel-label {
  font-size: 1.125rem;
  font-weight: 700;
  color: #292F3A;
}

.p-solution__tel-number {
  font-size: 2.25rem;
  font-weight: 700;
  color: #FF0045;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-solution__tel-number {
    font-size: 1.75rem;
  }
}

.p-solution__tel-note {
  font-size: 0.75rem;
  color: #292F3A;
  margin-bottom: 1.25rem;
}

.p-solution__cta-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;
  gap: 0.625rem;
  background: -webkit-gradient(linear, left top, right top, from(#FF3B70), to(#E4004D));
  background: linear-gradient(to right, #FF3B70, #E4004D);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 1.25rem 3rem;
  border-radius: 3.75rem;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-solution__cta-btn {
    width: 100%;
    padding: 1.125rem 1.5rem;
    font-size: 1rem;
  }
}

.p-solution__cta-btn-arrow {
  font-size: 0.75rem;
}

.p-test {
  color: red;
  font-size: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-test {
    font-size: 1.5625rem;
  }
}

.p-trouble {
  background-color: #fff;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-trouble {
    padding-top: 2.5rem;
    padding-bottom: 3.125rem;
  }
}

.p-trouble__inner {
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 1.5625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-trouble__inner {
    padding-inline: 1.25rem;
  }
}

.p-trouble__head {
  text-align: center;
  margin-bottom: 2.25rem;
}

.p-trouble__label {
  font-size: 1.5rem;
  font-weight: 900;
  color: #0956AE;
  letter-spacing: -0.04em;
  text-shadow: 0 0 0.375rem #fff;
}
@media screen and (max-width: 767px) {
  .p-trouble__label {
    font-size: 1rem;
  }
}

.p-trouble__title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #292F3A;
  line-height: 1.9;
  letter-spacing: -0.05em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-trouble__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-trouble__title-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(55%, transparent), color-stop(55%, #FFF34D), color-stop(92%, #FFF34D), color-stop(88%, transparent));
  background: linear-gradient(transparent 55%, #FFF34D 55%, #FFF34D 92%, transparent 88%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding-inline: 0.08em;
}

.p-trouble__list {
  display: grid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-trouble__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
  }
}

.p-trouble__item {
  width: calc(25% - 0.9375rem);
  border: 0.25rem solid #0956AE;
  border-radius: 1.25rem;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 0.625rem 1rem rgba(0, 0, 0, .071);
          box-shadow: 0 0.625rem 1rem rgba(0, 0, 0, .071);
}
@media screen and (max-width: 767px) {
  .p-trouble__item {
    width: 100%;
  }
}

.p-trouble__item-header {
  background-color: #F5FBFF;
  min-height: 3.625rem;
  height: 3.625rem;
  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.5rem;
  padding-inline: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-trouble__item-case {
  font-size: 1.125rem;
  font-weight: 700;
  color: #005BAC;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-trouble__item-num {
  font-family: "Geologica", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #0956AE;
  line-height: 1;
}

.p-trouble__item-body {
  padding: 0.75rem 1rem 1.375rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-trouble__item-img {
  width: 100%;
  max-width: 13.25rem;
  height: 8.4488235294rem;
  margin: 0 0 1.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;
}

.p-trouble__item-img img {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-trouble__item-title {
  font-size: 1.25rem;
  font-weight: 900;
  color: #0956AE;
  text-align: center;
  line-height: 1.45;
  margin-bottom: 0.75rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-trouble__item-title {
    font-size: 1.125rem;
  }
}

.p-trouble__item-desc {
  font-size: 0.9375rem;
  color: #71767E;
  font-weight: 500;
  line-height: 1.75;
  text-align: left;
  width: 100%;
  max-width: 14.375rem;
  margin-inline: auto;
}

.p-trouble__note {
  font-size: 1.25rem;
  font-weight: 500;
  color: #292F3A;
  text-align: center;
  line-height: 1.8;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-trouble__note {
    font-size: 0.875rem;
  }
}

.p-trouble__note strong {
  font-weight: 700;
  color: #ff0045;
}

.p-trouble__arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-trouble__arrow-inner {
  width: 0;
  height: 0;
  border-left: 3.75rem solid transparent;
  border-right: 3.75rem solid transparent;
  border-top: 3.125rem solid #fff;
}
@media screen and (max-width: 767px) {
  .p-trouble__arrow-inner {
    border-left-width: 2.5rem;
    border-right-width: 2.5rem;
    border-top-width: 1.5rem;
  }
}

.p-voice {
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 5rem;
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding-bottom: 2.5rem;
  }
}
.p-voice::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 62%;
  z-index: 0;
  pointer-events: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(12%, rgba(255, 255, 255, .88)), color-stop(42%, rgba(255, 255, 255, 0))), url("../images/bg-office-blue.webp");
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, .88) 12%, rgba(255, 255, 255, 0) 42%), url("../images/bg-office-blue.webp");
  background-repeat: no-repeat;
  background-position: 0 0, center bottom;
  background-size: 100% 100%, cover;
}

.p-voice__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-inline: 0;
}

.p-voice__content {
  margin-left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-voice__content {
    margin-left: 0;
  }
}

.p-voice__swiper {
  padding-top: 1.25rem;
  padding-bottom: 2rem;
  padding-left: 1.25rem;
}

.p-voice__list.swiper-wrapper {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 767px) {
  .p-voice__swiper .p-voice__item.swiper-slide {
    width: 86.9565217391%;
  }
}
.p-voice__item {
  position: relative;
  background-color: #fff;
  border: 1px solid #dedede;
  border-radius: 2.25rem;
  padding: 4.75rem 3.125rem 2.875rem;
  height: auto;
  -webkit-box-shadow: 0 10px 16px rgba(0, 0, 0, .07);
          box-shadow: 0 10px 16px rgba(0, 0, 0, .07);
}
@media screen and (max-width: 767px) {
  .p-voice__item {
    padding: 1.5rem 1.5rem 2rem;
    border-radius: 1.75rem;
  }
}

.p-voice__item-quote {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  width: 4.125rem;
  -webkit-transform: translate(10%, -15%);
          transform: translate(10%, -15%);
}
@media screen and (max-width: 767px) {
  .p-voice__item-quote {
    width: 2rem;
  }
}
.p-voice__item-quote img {
  display: block;
  width: 100%;
  height: auto;
}

.p-voice__item-from {
  font-size: 1.375rem;
  font-weight: 500;
  color: #0956AE;
  line-height: 1.5;
  margin-bottom: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-voice__item-from {
    font-size: 1.25rem;
  }
}

.p-voice__item-text {
  font-size: 1.125rem;
  color: #292F3A;
  line-height: 1.8333333333;
}
@media screen and (max-width: 767px) {
  .p-voice__item-text {
    font-size: 1rem;
    line-height: 1.9;
  }
}

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

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

.p-confirm {
  min-height: 100vh;
  background-color: #F5FBFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-confirm__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.25rem;
  padding-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__header {
    padding-top: 2rem;
  }
}

.p-confirm__logo-link {
  display: inline-block;
}

.p-confirm__logo {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-confirm__logo {
    width: 10rem;
  }
}

.p-confirm__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  max-width: 70.625rem;
  margin-top: 3.8125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__main {
    margin-top: 2.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

.p-confirm__title-wrap {
  text-align: center;
  margin-bottom: 3.8125rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__title-wrap {
    margin-bottom: 2rem;
  }
}

.p-confirm__title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #292F3A;
  letter-spacing: -0.03em;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-confirm__title {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

.p-confirm__desc {
  font-size: 1.125rem;
  font-weight: 500;
  color: #292F3A;
  letter-spacing: -0.03em;
  line-height: 1.8333333333;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__desc {
    font-size: 0.875rem;
    margin-top: 0.75rem;
    line-height: 1.7;
  }
}

.p-confirm__card {
  background-color: #fff;
  border-radius: 2.75rem;
  padding: 4.375rem 5.625rem 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__card {
    border-radius: 1.5rem;
    padding: 2rem 1.25rem 2.5rem;
  }
}

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

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

.p-confirm__row {
  display: grid;
  grid-template-columns: 11.25rem 1fr;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px dashed #9fa7ae;
}
@media screen and (max-width: 767px) {
  .p-confirm__row {
    grid-template-columns: 1fr;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }
}

.p-confirm__row:first-of-type {
  padding-top: 0;
}

.p-confirm__row--align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-confirm__label {
  font-size: 1rem;
  font-weight: 700;
  color: #2d2d2d;
  letter-spacing: -0.01em;
  line-height: 1.5;
}

.p-confirm__value {
  font-size: 1rem;
  font-weight: 500;
  color: #2d2d2d;
  letter-spacing: -0.01em;
  line-height: 1.9375;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-confirm__value {
    line-height: 1.7;
    margin-top: 0.375rem;
  }
}

.p-confirm__submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__submit-wrap {
    margin-top: 2rem;
  }
}

.p-confirm__submit {
  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: 30rem;
  max-width: 100%;
  min-height: 5.6875rem;
  background-color: #0956AE;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.4;
  padding: 1.25rem 2rem;
  border-radius: 2.875rem;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-confirm__submit {
    font-size: 1.125rem;
    min-height: 4.5rem;
    padding: 1.125rem 1.5rem;
    border-radius: 2.25rem;
  }
}

.p-confirm__submit-text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .p-confirm__submit-text {
    font-size: 1.125rem;
  }
}

.p-confirm__submit-icon {
  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.4375rem;
  height: 1.4375rem;
  border-radius: 50%;
  background-color: #F5FBFF;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-confirm__submit-icon {
    right: 1.5rem;
  }
}

.p-confirm__submit-icon::after {
  content: "";
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  border-right: 2px solid #0956AE;
  border-bottom: 2px solid #0956AE;
  -webkit-transform: translateX(-1px) rotate(-45deg);
          transform: translateX(-1px) rotate(-45deg);
}

@media (any-hover: hover) {
  .p-confirm__submit:hover {
    opacity: 0.85;
  }
}
.p-confirm__footer {
  padding: 1.25rem 1.5625rem 8.75rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-confirm__footer {
    padding-bottom: 2.5rem;
  }
}

.p-confirm__footer-note {
  font-size: 0.875rem;
  font-weight: 400;
  color: #292F3A;
  letter-spacing: -0.01em;
  opacity: 0.8;
  line-height: 1.6;
}

.p-confirm__footer-copy {
  font-size: 0.875rem;
  font-weight: 400;
  color: #292F3A;
  letter-spacing: 0;
  opacity: 0.8;
  margin-top: 0.25rem;
  font-family: "Geologica", sans-serif;
}

.p-thanks {
  min-height: 100vh;
  background-color: #F5FBFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-thanks__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__header {
    padding-top: 2rem;
  }
}

.p-thanks__logo-link {
  display: inline-block;
}

.p-thanks__logo {
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__logo {
    width: 10rem;
  }
}

.p-thanks__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  width: 100%;
  max-width: 123.75rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1.25rem;
}

.p-thanks__content {
  text-align: center;
  padding-top: 7.5rem;
  padding-left: 1.5625rem;
  padding-right: 1.5625rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    padding-top: 3.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.p-thanks__title {
  font-size: 2.75rem;
  font-weight: 900;
  color: #292F3A;
  letter-spacing: -0.03em;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .p-thanks__title {
    font-size: 1.75rem;
    line-height: 1.4;
  }
}

.p-thanks__desc {
  font-size: 1.125rem;
  font-weight: 500;
  color: #292F3A;
  letter-spacing: -0.03em;
  line-height: 1.8333333333;
  margin-top: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__desc {
    font-size: 0.875rem;
    margin-top: 1.75rem;
    line-height: 1.8;
  }
}

.p-thanks__tel {
  color: inherit;
  text-decoration: none;
}

.p-thanks__back-link {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  color: #0956AE;
  letter-spacing: -0.03em;
  line-height: 1.5;
  margin-top: 3rem;
  text-decoration: underline;
  text-underline-offset: 0.1875rem;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .p-thanks__back-link {
    font-size: 1rem;
    margin-top: 2rem;
  }
}

@media (any-hover: hover) {
  .p-thanks__back-link:hover {
    opacity: 0.7;
  }
}
.p-thanks__worker-wrap {
  position: fixed;
  bottom: 0;
  left: calc(50% + 26.25rem);
}
@media screen and (max-width: 1740px) {
  .p-thanks__worker-wrap {
    left: calc(50% + 13.75rem);
  }
}
@media screen and (max-width: 1024px) {
  .p-thanks__worker-wrap {
    display: none;
  }
}

.p-thanks__worker {
  display: block;
  width: 24.8125rem;
  height: auto;
}

.p-thanks__footer {
  padding: 1.25rem 1.5625rem 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__footer {
    padding-bottom: 2.5rem;
  }
}

.p-thanks__footer-note {
  font-size: 0.875rem;
  font-weight: 400;
  color: #292F3A;
  letter-spacing: -0.01em;
  opacity: 0.8;
  line-height: 1.6;
}

.p-thanks__footer-copy {
  font-size: 0.875rem;
  font-weight: 400;
  color: #292F3A;
  letter-spacing: 0;
  opacity: 0.8;
  margin-top: 0.25rem;
  font-family: "Geologica", sans-serif;
}
/*# sourceMappingURL=styles.css.map */
