@charset "UTF-8";
/* リキッドレイアウト対応 */
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "M PLUS 1p";
  src: url("../fonts/MPLUS1p-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "M PLUS 1p", sans-serif;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
html {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

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

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

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

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

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

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

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.l-inner {
  max-width: 37.5rem;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1250px;
    padding-right: 25px;
    padding-left: 25px;
  }
}

.test {
  font-size: 1.25rem;
  background-color: #111;
  color: #fff;
}

.p-contact {
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-contact {
    padding-top: 6rem;
    padding-bottom: 7.5rem;
  }
}

.p-contact::before {
  position: absolute;
  content: "";
  background: url(../images/common/contact_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15.3125rem;
  height: auto;
  aspect-ratio: 460/307;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-contact::before {
    width: 28.75rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact::after {
    position: absolute;
    content: "";
    background: url(../images/common/contact_right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 24.1875rem;
    height: auto;
    aspect-ratio: 387/205;
    object-fit: cover;
    top: 0;
    right: 0;
    z-index: -1;
  }
}

.p-contact__content {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-contact__title-wrapper {
  text-align: center;
}

.p-contact__title {
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 2.25rem;
  }
}

.p-contact__box {
  background-color: #fff;
  border: 0.1875rem solid #f6ab00;
  padding: 1.75rem 1.25rem 4rem;
  border-radius: 1.875rem;
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__box {
    border-radius: 3.75rem;
    margin-top: 5.25rem;
    padding-top: initial;
    padding-left: 8.75rem;
    padding-right: 8.75rem;
    padding-bottom: 3.5rem;
  }
}

.p-contact__tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  justify-content: center;
  margin-top: -3.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tabs {
    margin-top: -2rem;
    gap: 3rem;
    max-width: 38rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-contact__tab {
  width: 100%;
  max-width: 17.5rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0.4375rem;
  border: 0;
  background-color: #bdbdbd;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  cursor: pointer;
  font-size: 1.125rem;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__tab {
    padding: 1rem 1.5rem;
    font-size: 1.25rem;
  }
}

.p-contact__tab.is-active {
  background-color: #f6ab00;
}

.p-contact__note {
  margin-top: 1.5rem;
  color: #e5005a;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-contact__note {
    font-size: 1rem;
    margin-top: 5rem;
  }
}

.p-contact__note--inquiry {
  color: #111;
}

.p-contact__panels {
  margin-top: 2.5rem;
}

.p-contact__honey {
  position: absolute;
  left: -100vw;
  top: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.p-contact__form {
  display: grid;
  margin-top: 2.5rem;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__form {
    gap: 3.5rem;
  }
}

.p-contact__fields {
  display: grid;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__fields {
    gap: 1.875rem;
  }
}

.p-contact__field {
  display: grid;
  grid-template-columns: 11.5rem 1fr;
  align-items: center;
  gap: 1.875rem;
}

.p-contact__field--address {
  align-items: start;
}

@media screen and (min-width: 768px) {
  .p-contact__field--address .p-contact__label-row {
    padding-top: 0.5rem;
  }
}

.p-contact__field--short .p-contact__input--short {
  max-width: 11.25rem;
}

.p-contact__label {
  color: #393e4c;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
}

.p-contact__label-row {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.p-contact__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 1.0625rem;
  background-color: #f6ab00;
  color: #fff;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.7;
  border-radius: 0.125rem;
}

.p-contact__required--alert {
  background-color: #e5005a;
}

.p-contact__input {
  width: 100%;
  height: 2.5rem;
  padding: 0 0.75rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.125rem;
  background-color: #fff;
  font-size: 1rem;
}

.p-contact__textarea {
  width: 100%;
  min-height: 7.5rem;
  padding: 0.625rem 0.75rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.125rem;
  background-color: #fff;
  font-size: 1rem;
  resize: vertical;
}

.p-contact__textarea--lg {
  min-height: 9.375rem;
}

.p-contact__textarea::placeholder {
  color: #cccccc;
}

.p-contact__input::placeholder {
  color: #cccccc;
}

.p-contact__address {
  display: grid;
  gap: 0.5rem;
}

.p-contact__zip {
  display: grid;
  grid-template-columns: 1.5rem 1fr;
  align-items: center;
  gap: 0.5rem;
  max-width: 11.25rem;
}

.p-contact__zip-mark {
  font-size: 1rem;
  line-height: 1.485;
}

.p-contact__agreements {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-contact__agreements {
    gap: 1rem;
  }
}

.mt16 {
  margin-top: 1rem;
}

.mt56 {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .mt56 {
    margin-top: 3.5rem;
  }
}

.p-contact__agree {
  display: grid;
  justify-items: start;
}

.p-contact__check {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-contact__check {
    align-items: center;
  }
}

.p-contact__checkbox {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.p-contact__check-box {
  border: 0.125rem solid #bdbdbd;
  border-radius: 0.125rem;
  background-color: #fff;
  display: grid;
  place-items: center;
  min-width: 1.3125rem;
  min-height: 1.3125rem;
  max-width: 1.3125rem;
  max-height: 1.3125rem;
}
@media screen and (min-width: 768px) {
  .p-contact__check-box {
    width: 1.5625rem;
    height: 1.5625rem;
    max-width: 1.5625rem;
    max-height: 1.5625rem;
  }
}

.p-contact__checkbox:checked + .p-contact__check-box::after {
  content: "";
  width: 0.875rem;
  height: 0.5rem;
  border-left: 0.1875rem solid #005d97;
  border-bottom: 0.1875rem solid #005d97;
  transform: rotate(-45deg);
  margin-top: -0.125rem;
}

.p-contact__check-label {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-contact__check-label {
    font-size: 1.25rem;
  }
}

.p-contact__agree-text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-size: 0.875rem;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .p-contact__agree-text {
    font-size: 0.9375rem;
  }
}

.p-contact__policy {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 0.125rem;
  background-color: #fff;
  height: 6.25rem;
  overflow: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-bottom: 0.9375rem;
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-contact__policy {
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.p-contact__policy-text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  white-space: pre-line;
}

.p-contact__fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-inline-size: 0;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.625rem;
  align-items: start;
  grid-column: 1/-1;
}
@media screen and (min-width: 768px) {
  .p-contact__fieldset {
    grid-template-columns: 11.5rem 1fr;
    gap: 1.875rem;
    align-items: center;
  }
}

.p-contact__fieldset > legend {
  padding: 0;
  margin: 0;
  float: none;
}

.p-contact__choices {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-contact__choices {
    justify-content: flex-start;
  }
}

.p-contact__choice {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  width: fit-content;
}

.p-contact__radio {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
}

.p-contact__choice-box {
  width: 1.25rem;
  height: 1.25rem;
  border: 1px solid #bdbdbd;
  border-radius: 0.125rem;
  background-color: #fff;
  display: grid;
  place-items: center;
}

.p-contact__radio:checked + .p-contact__choice-box::after {
  content: "";
  width: 0.75rem;
  height: 0.4375rem;
  border-left: 0.1875rem solid #005d97;
  border-bottom: 0.1875rem solid #005d97;
  transform: rotate(-45deg);
  margin-top: -0.125rem;
}

.p-contact__choice-label {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.485;
  color: #111111;
}

.p-contact__submit {
  width: 100%;
  max-width: 25rem;
  height: 4.375rem;
  margin-left: auto;
  margin-right: auto;
  border: 0;
  background-color: #f6ab00;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
  color: #fff;
  cursor: pointer;
  position: relative;
  margin-top: 1.5rem;
}

.p-contact__submit:disabled {
  background-color: #bdbdbd;
  cursor: not-allowed;
}

.p-contact__submit-text {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.16;
}

.p-contact__submit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.875rem;
  height: 1.875rem;
  right: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-contact__submit-icon {
    width: 2.1875rem;
    height: 2.1875rem;
    right: 2.5rem;
  }
}

.p-contact__submit-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-contact__submit-note {
  margin-top: 0.75rem;
  text-align: center;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #005d97;
}
@media screen and (min-width: 768px) {
  .p-contact__submit-note {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) {
  .p-contact__field {
    grid-template-columns: 11.5rem 1fr;
  }
}
@media (max-width: 767px) {
  .p-contact__field {
    grid-template-columns: 1fr;
    gap: 0.625rem;
    align-items: start;
  }
  .p-contact__zip {
    max-width: 100%;
  }
  .p-contact__field--short .p-contact__input--short {
    max-width: 100%;
  }
}
.p-detail {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #fff;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-detail {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-detail::before {
  position: absolute;
  content: "";
  background: url(../images/common/detail_bottom_left.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 8.75rem;
  height: auto;
  aspect-ratio: 296/262;
  object-fit: cover;
  left: -1.25rem;
  bottom: -4rem;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-detail::before {
    width: 18.4375rem;
    bottom: -5rem;
    left: -2.5rem;
  }
}

.p-detail__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-detail__title {
    font-size: 2.25rem;
  }
}

.p-detail__box {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-detail__box {
    margin-top: 2.5rem;
  }
}

.p-detail__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .p-detail__items {
    grid-template-columns: repeat(5, 1fr);
  }
}

.p-detail__item {
  background-color: #fff;
  padding: 1.125rem 0.75rem;
  display: grid;
  justify-items: center;
  row-gap: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-detail__item {
    border-radius: 0;
    padding: 1.75rem 0.625rem;
    border-right: 1px dashed #005d97;
    border-bottom: 1px dashed #005d97;
  }
  .p-detail__item:nth-child(n+6):nth-child(-n+10) {
    border-bottom: initial;
  }
}

@media screen and (min-width: 768px) {
  .p-detail__item:nth-child(5),
  .p-detail__item:nth-child(10) {
    border-right: none;
  }
}

@media (max-width: 767px) {
  .p-detail__item:nth-child(odd) {
    border-right: 1px dashed #005d97;
  }
  .p-detail__item:nth-child(n+3) {
    border-top: 1px dashed #005d97;
  }
}
.p-detail__icon {
  width: 5.75rem;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-detail__icon {
    width: 8.375rem;
  }
}

.p-detail__label {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-detail__label {
    font-size: 1.25rem;
  }
}

.p-detail__note {
  font-size: 0.7em;
  vertical-align: super;
  margin-left: 0.125rem;
  font-size: 0.75rem;
}

.p-detail__footnotes {
  margin-top: 1.25rem;
  font-size: 0.75rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-detail__footnotes {
    margin-top: 1.5rem;
    font-size: 0.875rem;
    width: fit-content;
    margin-left: auto;
  }
}

.p-detail__bottom {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-detail__bottom {
    margin-top: 2.5rem;
  }
}

.p-detail__attention {
  width: 100%;
  max-width: 50rem;
  border: 0.125rem solid #005d97;
  border-radius: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-detail__attention {
    padding: 1.5rem 2rem;
  }
}

.p-detail__attention-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}
.p-detail__attention-icon {
  width: 1.5rem;
  height: 1.5rem;
  display: block;
}

.p-detail__attention-title {
  color: #005d97;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-detail__attention-title {
    font-size: 1.25rem;
  }
}

.p-detail__attention-list {
  margin-top: 1rem;
  text-align: left;
  display: grid;
}

.p-detail__attention-item {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.7;
  padding-left: 1.2em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-detail__attention-item {
    font-size: 0.875rem;
  }
}

.p-detail__attention-item::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

.p-document {
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
  background: #F5FBFE;
}
@media screen and (min-width: 768px) {
  .p-document {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-document__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-document__title {
    font-size: 2.25rem;
  }
}

.p-document__items {
  margin-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.375rem;
}
@media screen and (min-width: 768px) {
  .p-document__items {
    margin-top: 2.5rem;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.9375rem;
  }
}

.p-document__card {
  background-color: #fff;
  border-radius: 2.5rem;
  display: grid;
  justify-items: center;
  row-gap: 0.75rem;
  position: relative;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 3.5625rem;
  padding-right: 3.5625rem;
  max-width: 18rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-document__card {
    padding: 1.875rem 1rem 1.375rem;
    max-width: initial;
    margin-left: initial;
    margin-right: initial;
  }
}

.p-document__num {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
  color: #005d97;
  text-align: center;
  position: absolute;
  top: -1rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-document__num {
    font-size: 1.25rem;
  }
}

.p-document__label {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-document__label {
    font-size: 1.25rem;
  }
}

.p-document__label-text {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-document__label-text {
    font-size: 1.25rem;
  }
}

.p-document__img {
  width: 100%;
  margin-top: 1rem;
  max-width: 11rem;
}
@media screen and (min-width: 768px) {
  .p-document__img {
    max-width: 13.875rem;
    margin-top: 0.5rem;
  }
}

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

.p-document__note {
  margin-top: 1rem;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .p-document__note {
    margin-top: 1.75rem;
    font-size: 0.875rem;
    text-align: right;
  }
}

.p-down {
  background-color: #005d97;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-down {
    padding-top: 2rem;
    padding-bottom: 2.5rem;
  }
}

.p-down::before {
  position: absolute;
  content: "";
  background: url(../images/common/down_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 113/200;
  object-fit: cover;
  mix-blend-mode: multiply;
  width: 4.75rem;
  top: -2.5rem;
  right: 0rem;
}
@media screen and (min-width: 768px) {
  .p-down::before {
    width: 7.0625rem;
    top: -4rem;
    right: -1rem;
  }
}

.p-down__box {
  position: relative;
}

.p-down__icon {
  width: 3.125rem;
  height: 3.125rem;
  margin-left: auto;
  margin-right: auto;
}

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

.p-down__title {
  margin-top: 1.125rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-down__title {
    font-size: 1.5rem;
  }
}

.p-down__text-wrapper {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-down__text-wrapper {
    margin-top: 2.5rem;
    max-width: 51.75rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-down__text {
  color: #fff;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (min-width: 768px) {
  .p-down__text {
    font-size: 1.0625rem;
  }
}

.p-example {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  background: #F5FBFE;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-example {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.p-example::before {
  position: absolute;
  content: "";
  background: url(../images/common/example_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 8.5625rem;
  height: auto;
  aspect-ratio: 202/350;
  object-fit: cover;
  top: -1rem;
  left: -1rem;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 768px) {
  .p-example::before {
    top: -1.5rem;
    width: 12.625rem;
  }
}

.p-example__content {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-example__box {
  background-color: #fff;
  padding: 2.5rem 1.25rem;
  padding-bottom: 4rem;
  position: relative;
  border-radius: 3.125rem;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-example__box {
    border-radius: 3.75rem;
    padding: 5rem 3rem 4.5rem;
  }
}

.p-example__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #54c3f1;
}
@media screen and (min-width: 768px) {
  .p-example__title {
    font-size: 2.25rem;
  }
}

.p-example__title--text {
  color: #111;
  font-size: 1.0625rem;
}
@media screen and (min-width: 768px) {
  .p-example__title--text {
    font-size: 1.625rem;
  }
}

.p-example__title--number {
  font-size: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-example__title--number {
    font-size: 1.625rem;
  }
}

.p-example__mini {
  position: absolute;
  top: 6.25rem;
  right: -1.75rem;
  width: 8.375rem;
}
@media screen and (min-width: 768px) {
  .p-example__mini {
    top: 5rem;
    right: 9.4375rem;
    width: 12.1875rem;
  }
}

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

.p-example__media {
  margin-top: 2rem;
  display: grid;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-example__media {
    margin-top: 2.5rem;
    grid-template-columns: 1fr 1fr;
    gap: 4.875rem;
  }
}

.p-example__media::before {
  position: absolute;
  content: "";
  background: url(../images/common/example-arrow-sp.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 3.625rem;
  height: auto;
  aspect-ratio: 58/73;
  object-fit: cover;
  top: 50%;
  transform: translateY(-50%);
  left: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-example__media::before {
    position: absolute;
    content: "";
    background: url(../images/common/example-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 6.125rem;
    height: auto;
    aspect-ratio: 98/31;
    object-fit: cover;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.p-example__photo {
  width: 100%;
  border-radius: 0.25rem;
  overflow: hidden;
  aspect-ratio: 453/369;
  background-color: #d9d9d9;
}

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

.p-example__arrow {
  width: 6.125rem;
  margin-left: auto;
  margin-right: auto;
  transform: rotate(90deg);
}
@media screen and (min-width: 768px) {
  .p-example__arrow {
    transform: none;
  }
}

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

.p-example__caption {
  margin-top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-example__caption {
    margin-top: 2.25rem;
  }
}

.p-example__mark {
  width: 1.125rem;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-example__mark {
    width: 1.375rem;
  }
}

.p-example__caption-text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-example__caption-text {
    font-size: 1.5rem;
  }
}

.p-example__caption-text::before {
  position: absolute;
  content: "";
  background: url(../images/common/example-mark.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 1.125rem;
  height: auto;
  aspect-ratio: 22/24;
  object-fit: cover;
  top: -0.75rem;
  right: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-example__caption-text::before {
    right: -1.25rem;
    width: 1.375rem;
  }
}

.p-example__hl {
  padding: 0 0.125rem;
  position: relative;
  --width: 0%;
}

.p-example__hl::after {
  position: absolute;
  content: "";
  background: #fff100;
  width: var(--width);
  height: 0.375rem;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.p-example__orange {
  color: #F6AB00;
}

.p-example__flow {
  margin-top: 4.5rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-example__flow {
    margin-top: 8.5rem;
  }
}

.p-example__flow::before {
  position: absolute;
  content: "";
  background: url(../images/common/example-flow-icon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 6.125rem;
  right: -1.5rem;
  top: -8.75rem;
  height: auto;
  aspect-ratio: 181/260;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-example__flow::before {
    width: 11.3125rem;
    top: -10rem;
    right: -12.5rem;
  }
}

.p-example__flow-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-example__flow-title {
    font-size: 2.25rem;
  }
}

.p-example__flow-items {
  margin-top: 1.75rem;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-example__flow-items {
    margin-top: 2rem;
    grid-template-columns: 1fr 1fr;
    gap: 2.5rem;
  }
}

.p-example__flow-title span {
  color: #54c3f1;
}

.p-example__flow-tag {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background-color: #54c3f1;
  border-radius: 1.25rem;
  padding: 0.25rem 1.5rem;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .p-example__flow-tag {
    font-size: 1.25rem;
  }
}

.p-example__flow-video {
  overflow: hidden;
  background-color: #d9d9d9;
  aspect-ratio: 520/350;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-example__flow-video {
    margin-top: 0.75rem;
  }
}

.p-example__flow-video video {
  aspect-ratio: 520/350;
  object-fit: cover;
  width: 100%;
  height: auto;
  border: 0;
  display: block;
}

.p-flow {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background: #F5FBFE;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-flow::before {
  position: absolute;
  content: "";
  background: url(../images/common/flow_top_icon.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 5rem;
  height: auto;
  aspect-ratio: 156/178;
  object-fit: cover;
  top: -0.75rem;
  right: -0.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow::before {
    width: 9.75rem;
    top: -0.75rem;
    right: -1rem;
  }
}

.p-flow__content {
  max-width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}

.p-flow__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 2.25rem;
  }
}

.p-flow__items {
  margin-top: 2rem;
}
@media screen and (min-width: 768px) {
  .p-flow__items {
    margin-top: 3rem;
  }
}

.p-flow__item {
  background-color: #fff;
  border-radius: 1.875rem;
  padding: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    padding: 2.5rem 4.5rem;
  }
}

.p-flow__card {
  display: grid;
  grid-template-columns: 3.875rem 1fr;
  grid-template-areas: "step heading" "text text";
  gap: 1rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-flow__card {
    grid-template-columns: 4.875rem 1fr;
    align-items: start;
    gap: 3rem;
    grid-template-areas: "step body";
  }
}

.p-flow__step {
  border-radius: 9999px;
  background-color: #54c3f1;
  color: #fff;
  display: grid;
  place-items: center;
  align-content: center;
  grid-area: step;
  width: 3.875rem;
  height: 3.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__step {
    width: 4.875rem;
    height: 4.875rem;
  }
}

.p-flow__body {
  display: contents;
}
@media screen and (min-width: 768px) {
  .p-flow__body {
    display: block;
    grid-area: body;
  }
}

.p-flow__step-label {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-flow__step-label {
    font-size: 1.0625rem;
  }
}

.p-flow__step-num {
  margin-top: -0.25rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__step-num {
    font-size: 1.75rem;
  }
}

.p-flow__heading {
  grid-area: heading;
  color: #005d97;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: fit-content;
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .p-flow__heading {
    display: inline-block;
    padding: 0 0.375rem;
    background: linear-gradient(transparent 72%, #fff100 72%);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    font-size: 1.5rem;
  }
}

.p-flow__marker {
  display: inline-block;
  padding: 0 0.375rem;
  background: linear-gradient(transparent 82%, #fff100 82%);
}

@media screen and (min-width: 768px) {
  .p-flow__marker {
    padding: 0;
    background: transparent;
  }
}
.p-flow__text {
  grid-area: text;
  margin-top: 0.625rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    font-size: 1rem;
  }
}

.p-flow__text a {
  text-decoration: underline;
}

.p-flow__arrow {
  width: 2.9375rem;
  height: 2.9375rem;
  margin-left: auto;
  margin-right: auto;
}

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

.p-flow__attention {
  margin-top: 2.5rem;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__attention {
    text-align: center;
    margin-top: 2.5rem;
  }
}

.p-flow__attention-head {
  display: grid;
  justify-items: center;
  row-gap: 1rem;
}

.p-flow__attention-dot {
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 9999px;
  background-color: #e5005a;
  display: grid;
  place-items: center;
}

.p-flow__attention-dot img {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-flow__attention-title {
  color: #e5005a;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-flow__attention-text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

.p-footer {
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 3.5rem;
    padding-bottom: 8rem;
  }
}

.p-footer::before {
  position: absolute;
  content: "";
  background: url(../images/common/footer_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 14.3125rem;
  height: auto;
  aspect-ratio: 431/274;
  object-fit: cover;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-footer::before {
    width: 26.9375rem;
  }
}

.p-footer::after {
  position: absolute;
  content: "";
  background: url(../images/common/footer_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 13.75rem;
  height: auto;
  aspect-ratio: 387/205;
  object-fit: cover;
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .p-footer::after {
    width: 24.1875rem;
  }
}

.p-footer__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  width: 7.5rem;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 11.25rem;
  }
}

.p-footer__logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-footer__top {
  position: fixed;
  bottom: 1.25rem;
  right: 1.25rem;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-footer__top {
    bottom: 2rem;
    right: 2rem;
  }
}

.p-footer__top-btn {
  display: inline-block;
  width: 2.5rem;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}
@media screen and (min-width: 768px) {
  .p-footer__top-btn {
    width: 3.75rem;
  }
}

.p-footer__top-btn.is-visible {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-footer__top-btn img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-header {
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 6.25rem;
  z-index: 100;
  right: 0;
  transition: 0.3s ease;
}

.p-header.js-header-scroll {
  background: #fff;
}

.p-header .l-inner {
  height: inherit;
}

.p-header__content {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.p-header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 9.8125rem;
  }
}

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

.p-header__btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__btn {
    width: 18.75rem;
    height: 4.125rem;
    background-color: #f6ab00;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #fff;
    font-weight: 800;
    position: relative;
  }
}

.p-header__btn-text {
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-header__btn-text {
    font-size: 1.25rem;
  }
}

.p-header__btn-icon {
  width: 1.6875rem;
  height: 1.6875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}

.p-header__btn-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-mv {
  position: relative;
  background: #F5FBFE;
  padding-top: 7rem;
  padding-bottom: 6.3125rem;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-mv {
    padding-top: 8.8125rem;
    padding-bottom: 6.375rem;
  }
}

.p-mv::before {
  position: absolute;
  content: "";
  background: url(../images/common/mv_left.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 431/274;
  object-fit: cover;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 23.4375rem;
}
@media screen and (min-width: 768px) {
  .p-mv::before {
    width: 26.9375rem;
  }
}

.p-mv::after {
  position: absolute;
  content: "";
  background: url(../images/common/mv_right.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 23.4375rem;
  height: auto;
  aspect-ratio: 755/329;
  object-fit: cover;
  top: 0;
  right: 0;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-mv::after {
    width: 47.1875rem;
  }
}

.p-mv__img {
  max-width: 75rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .p-mv__img::before {
    position: absolute;
    content: "";
    background: url(../images/common/mv_right_icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10.375rem;
    height: auto;
    aspect-ratio: 166/223;
    object-fit: cover;
    top: 15rem;
    right: -8.125rem;
  }
}

@media screen and (min-width: 768px) {
  .p-mv__img::after {
    position: absolute;
    content: "";
    background: url(../images/common/mv_left_icon.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 10.875rem;
    height: auto;
    aspect-ratio: 174/204;
    object-fit: cover;
    top: 0rem;
    left: -8.125rem;
  }
}

.p-mv__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
}

.p-site {
  padding-top: 4rem;
}

.p-site__title-wrapper {
  text-align: center;
}

.p-step {
  padding-top: 4.5rem;
  padding-bottom: 7rem;
  position: relative;
  overflow-x: clip;
}
@media screen and (min-width: 768px) {
  .p-step {
    padding-top: 6rem;
    padding-bottom: 7.5rem;
  }
}

.p-step::before {
  position: absolute;
  content: "";
  background: url(../images/common/step_left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 15.3125rem;
  height: auto;
  aspect-ratio: 399/282;
  object-fit: cover;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px) {
  .p-step::before {
    width: 24.9375rem;
  }
}

.p-step::after {
  position: absolute;
  content: "";
  background: url(../images/common/step_right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 171/245;
  object-fit: cover;
  width: 6.125rem;
  top: -3rem;
  right: -1rem;
}
@media screen and (min-width: 768px) {
  .p-step::after {
    top: 0;
    right: 0;
    width: 10.6875rem;
  }
}

.p-step__title {
  text-align: center;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-step__title {
    font-size: 2.25rem;
  }
}

.p-step__items {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-step__items {
    padding-left: initial;
    padding-right: initial;
    margin-top: 2.5rem;
    max-width: 62.3125rem;
    margin-left: auto;
    margin-right: auto;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .p-step__items::before, .p-step__items::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0.125rem;
    height: 19.4375rem;
    background-color: #005d97;
    border-radius: 0.125rem;
  }
  .p-step__items::before {
    left: 32%;
  }
  .p-step__items::after {
    left: 68%;
  }
}

.p-step__item {
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid #005D97;
}
@media screen and (min-width: 768px) {
  .p-step__item {
    border-bottom: initial;
    padding-top: initial;
    padding-bottom: initial;
    width: 17.3125rem;
  }
}

.p-step__item:first-child {
  padding-top: initial;
}

.p-step__item:last-child {
  border-bottom: initial;
  padding-bottom: initial;
}

@media screen and (min-width: 768px) {
  .p-step__item:nth-child(2) {
    width: 13.3125rem;
  }
}

.p-step__item-inner {
  display: grid;
  place-items: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-step__item-inner {
    gap: 1.5rem;
  }
}

.p-step__item-head {
  display: grid;
  place-items: center;
  gap: 1rem;
}

.p-step__tag {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: #005d97;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 3.875rem;
  --width: 0%;
}

.p-step__tag::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.1875rem;
  height: 0.375rem;
  background-color: #fff100;
  z-index: -1;
  width: var(--width);
}

.p-step__img {
  width: 100%;
  max-width: 13.3125rem;
}

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

.p-step__text {
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-step__text {
    font-size: 1.3125rem;
  }
}

.p-step__callout {
  margin-top: 3.5rem;
  border: 0.3125rem solid #fff100;
  border-radius: 3.75rem;
  padding: 3rem 1.625rem;
  text-align: center;
  display: grid;
  gap: 0.625rem;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .p-step__callout {
    margin-top: 4rem;
    padding: 2rem 2.5rem;
    max-width: 54.25rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.p-step__callout-lead {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-step__callout-lead {
    font-size: 1.5rem;
  }
}

.p-step__callout-lead span {
  color: #F6AB00;
  position: relative;
}

.p-step__callout-lead span::after {
  position: absolute;
  content: "";
  background: url(../images/common/step_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: auto;
  aspect-ratio: 22/24;
  object-fit: cover;
  top: -4rem;
  right: -2.25rem;
  width: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-step__callout-lead span::after {
    width: 1.375rem;
    top: -0.625rem;
    right: -1.5rem;
  }
}

.p-step__callout-price-wrapper {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-step__callout-price-wrapper {
    gap: 2.125rem;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-left: 6rem;
  }
}

.p-step__callout-price {
  width: 100%;
  max-width: 20rem;
}
@media screen and (min-width: 768px) {
  .p-step__callout-price {
    max-width: 26rem;
  }
}

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

.p-step__callout-note {
  font-size: 0.875rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 0.25rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .p-step__callout-note {
    text-align: initial;
    margin-top: initial;
    font-size: 1.0625rem;
    justify-self: end;
  }
}

.p-submit {
  background-color: #54c3f1;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-submit {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-submit::before {
  position: absolute;
  content: "";
  background: url(../images/common/submit-deco-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 399/282;
  object-fit: cover;
  height: auto;
  bottom: 0;
  left: 0;
  width: 14.125rem;
}
@media screen and (min-width: 768px) {
  .p-submit::before {
    width: 24.9375rem;
  }
}

.p-submit::after {
  position: absolute;
  content: "";
  background: url(../images/common/submit-deco-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 399/282;
  object-fit: cover;
  height: auto;
  top: 0;
  right: 0;
  width: 14.125rem;
}
@media screen and (min-width: 768px) {
  .p-submit::after {
    width: 25.9375rem;
  }
}

.p-submit__content {
  position: relative;
  text-align: center;
}

.p-submit__inner {
  position: relative;
  z-index: 1;
}

.p-submit__title {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-submit__title {
    font-size: 2.25rem;
  }
}

.p-submit__title::before {
  position: absolute;
  content: "";
  background: url(../images/common/submit_icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  aspect-ratio: 22/24;
  object-fit: cover;
  height: auto;
  width: 1.125rem;
  right: 1.25rem;
  top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-submit__title::before {
    top: -0.5rem;
    right: -1.5rem;
    width: 1.375rem;
  }
}

.p-submit__btn {
  width: 100%;
  max-width: 31.25rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #f6ab00;
  border-radius: 0.25rem;
  box-shadow: 0 0.3125rem 0 #cf9000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  color: #fff;
  margin-top: 1rem;
  height: 4.0625rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-submit__btn {
    height: 5rem;
    margin-top: 2rem;
  }
}

.p-submit__btn-text {
  font-size: 1.1875rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .p-submit__btn-text {
    font-size: 1.3125rem;
  }
}

.p-submit__btn-icon {
  width: 2.125rem;
  height: 2.125rem;
  display: block;
  position: absolute;
  top: 50%;
  right: 1.25rem;
  transform: translateY(-50%);
}

.p-submit__btn-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-submit__deco {
  position: absolute;
  width: 15rem;
  pointer-events: none;
}

.p-submit__deco--left {
  left: -1.25rem;
  bottom: 0;
}

.p-submit__deco--right {
  right: -1.25rem;
  top: 0;
}

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

@media screen and (min-width: 768px) {
  .p-submit__deco {
    width: 24.9375rem;
  }
  .p-submit__deco--left {
    left: -6.875rem;
    bottom: 0;
  }
  .p-submit__deco--right {
    right: -6.875rem;
    top: 0;
  }
}
.p-worries {
  background-color: #54c3f1;
  padding-top: 4.5rem;
  padding-bottom: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-worries {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

.p-worries__title {
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 800;
}
@media screen and (min-width: 768px) {
  .p-worries__title {
    font-size: 2.25rem;
  }
}

.p-worries__items {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-worries__items {
    margin-top: 2.8125rem;
    flex-direction: row;
    justify-content: center;
    gap: 1.5625rem;
  }
}

.p-worries__item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-worries__item {
    max-width: 21.5rem;
  }
}

.p-worries__card {
  background-color: #fff;
  border-radius: 0.9375rem;
  box-shadow: 1px 2px 7px rgba(0, 93, 151, 0.17);
  padding: 3rem 2.75rem;
  display: grid;
  place-items: center;
  min-height: 20rem;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-worries__card {
    gap: 1.5rem;
    padding: 3.5rem 2.75rem;
    min-height: 23.5625rem;
  }
}

.p-worries__card-title {
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-worries__card-title {
    font-size: 1.375rem;
  }
}

.p-worries__card-title span {
  color: #005D97;
}

.p-worries__card-title--center {
  text-align: center;
}

.p-worries__card-img {
  width: 100%;
  max-width: 14rem;
}
@media screen and (min-width: 768px) {
  .p-worries__card-img {
    max-width: 16rem;
  }
}

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