/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}
@media (max-width: 1000px) {
  html {
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
    font-size: 1.6vw;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
    font-size: 1.6vw;
  }
}

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

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

img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-main {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
}

.c-button {
  width: 100%;
  padding: 3.8888888889rem 0 3.3333333333rem 0;
  background: #0F0477;
}
.c-button_sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .c-button_sp {
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 100;
  }
}
.c-button__text {
  color: #ffffff;
  font-size: 3.1944444444rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  margin-bottom: 2.0833333333rem;
}
.c-button__link {
  display: block;
  max-width: 87.5555555556%;
  margin: 0rem auto;
}

.textbox{
  width: 100%;
  text-align: right !important;
  margin-top: 10px;
}

.ss{
  font-weight: normal !important;
  font-size: 1em;
  padding-right: 40px;
}

.c-button-poyo {
  -webkit-animation: poyo 2s linear 0.5s infinite forwards;
          animation: poyo 2s linear 0.5s infinite forwards;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

@-webkit-keyframes poyo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes poyo {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-front {
  position: relative;
  width: 100%;
}
.p-front__inner {
  width: 100%;
}
.p-front__section {
  width: 100%;
  padding-bottom: 3.4722222222rem;
  background: #FFFAD6;
}
.p-front__section02 {
  width: 100%;
}
.p-front__section03 {
  width: 100%;
  background: #FEE9EB;
  padding: 2.3611111111rem 1.9444444444rem;
}
.p-front__section03_in {
  padding: 1.3888888889rem 1.6666666667rem 2.7777777778rem 1.6666666667rem;
  background: #ffffff;
}
.p-front__title {
  width: 100%;
  margin-bottom: 0.5555555556rem;
}
.p-front__link {
  display: block;
  width: 100%;
  max-width: 87.7777777778%;
  margin: 0 auto;
}
.p-front__ribbon {
  display: block;
  max-width: 77.5555555556%;
  margin: 1.6666666667rem auto 1.8055555556rem auto;
}
.p-front__portal {
  font-size: 3.4722222222rem;
  text-align: center;
}
.p-front__commission {
  color: #E60012;
  font-size: 4.8611111111rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: -0.6944444444rem;
  margin-bottom: 2.7777777778rem;
}
.p-front__commission span {
  font-size: 9.0277777778rem;
}
.p-front__speech {
  display: block;
  max-width: 79.1457286432%;
  margin: 0rem auto 0.6944444444rem auto;
}
.p-front__text {
  font-size: 2.0833333333rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 2.7777777778rem;
}
.p-front__box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 0.8125rem;
     -moz-column-gap: 0.8125rem;
          column-gap: 0.8125rem;
  row-gap: 1.5625rem;
}
.p-front__box img {
  -webkit-box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.5);
          box-shadow: 3px 3px 4px rgba(204, 204, 204, 0.5);
}

.p-about {
  position: relative;
  width: 100%;
}
.p-about__inner {
  width: 100%;
}
.p-about__section {
  position: relative;
  padding: 3.8888888889rem 0rem 3.1944444444rem 0rem;
  text-align: center;
}
.p-about__section::before {
  content: "";
  position: absolute;
  bottom: -5.2777777778rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5555555556rem 9.7222222222rem 0 9.7222222222rem;
  border-color: #ffffff transparent transparent transparent;
}
.p-about__section02 {
  background: #FFFAD6;
  padding: 6.25rem 0 4.1666666667rem 0;
}
.p-about__title {
  display: inline-block;
  color: #E60012;
  font-size: 2.7777777778rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 1.3888888889rem;
  border-bottom: 1px solid #E60012;
  margin-bottom: 4.1666666667rem;
}
.p-about__logo {
  display: block;
  max-width: 31.3333333333%;
  margin: 0rem auto 3.4722222222rem auto;
}
.p-about__text {
  font-size: 2.0833333333rem;
  line-height: 1.7;
  letter-spacing: 0.1em;
  margin-bottom: 3.4722222222rem;
}
.p-about__text span {
  font-size: 2.7777777778rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FEE9EB));
  background: linear-gradient(transparent 60%, #FEE9EB 60%);
}
.p-about__item {
  display: block;
  max-width: 97.3333333333%;
  margin: 0rem auto;
}
.p-about__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  max-width: 91.1111111111%;
  margin: 0rem auto 0.6944444444rem auto;
}
.p-about__expan {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.12em;
}
.p-about__expan_big {
  display: inline-block;
  font-size: 3.8888888889rem;
  margin-top: 0.6944444444rem;
  letter-spacing: 0.1em;
}
.p-about__expan_red {
  display: inline-block;
  color: #ffffff;
  background: #E60012;
  padding: 0 0.6944444444rem 0;
  letter-spacing: 0.1em;
}
.p-about__icon {
  width: 24.3902439024%;
  min-width: 24.3902439024%;
}
.p-about__table {
  display: block;
  max-width: 87.3333333333%;
  margin: 0rem auto;
}

.p-flow {
  position: relative;
  width: 100%;
}
.p-flow__inner {
  width: 100%;
}
.p-flow__section {
  position: relative;
  max-width: 87.3333333333%;
  padding: 5.8333333333rem 0 4.1666666667rem 0;
  margin: 0 auto;
  text-align: center;
}
.p-flow__title {
  display: inline-block;
  color: #E60012;
  font-size: 2.7777777778rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 1.3888888889rem;
  border-bottom: 1px solid #E60012;
  margin-bottom: 2.7777777778rem;
}
.p-flow__text {
  font-size: 4.1666666667rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 5.5555555556rem;
}
.p-flow__triangle {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.3611111111rem 2.0833333333rem 0 2.0833333333rem;
  border-color: #D9D9D9 transparent transparent transparent;
  margin: 2.0833333333rem auto 1.25rem auto;
}

.p-flow-card {
  width: 100%;
  min-height: 29.5555555556%;
  background: #FEE9EB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.3333333333rem;
  padding: 1.9444444444rem 0.5555555556rem 1.9444444444rem 1.9444444444rem;
}
.p-flow-card__icon {
  width: 28%;
  min-width: 28%;
}
.p-flow-card__box {
  text-align: left;
}
.p-flow-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12.0833333333rem;
  height: 3.75rem;
  color: #ffffff;
  font-size: 2.0833333333rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  background: #E60012;
  margin-bottom: 0.6944444444rem;
}
.p-flow-card__text {
  font-size: 2.7777777778rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

.p-worries {
  position: relative;
  width: 100%;
  background: #EBE9E9;
}
.p-worries__inner {
  width: 100%;
}
.p-worries__section {
  position: relative;
  padding: 3.4722222222rem 0rem 1.3888888889rem 0rem;
  text-align: center;
}
.p-worries__section::before {
  content: "";
  position: absolute;
  bottom: -6.6666666667rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.9444444444rem 14.2361111111rem 0 14.2361111111rem;
  border-color: #EBE9E9 transparent transparent transparent;
}
.p-worries__section02 {
  background: #ffffff;
  padding-top: 10.6944444444rem;
}
.p-worries__title {
  display: inline-block;
  color: #E60012;
  font-size: 2.7777777778rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 1.3888888889rem;
  border-bottom: 1px solid #E60012;
  margin-bottom: 2.7777777778rem;
}
.p-worries__text {
  font-size: 4.1666666667rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 2.5rem;
}
.p-worries__text span {
  font-size: 2.7777777778rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FEE9EB));
  background: linear-gradient(transparent 60%, #FEE9EB 60%);
}
.p-worries__img {
  display: block;
  max-width: 94.4444444444%;
  margin: 0rem auto;
}
.p-worries__expan {
  font-size: 2.7777777778rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 5.2777777778rem;
}
.p-worries__item {
  display: block;
  max-width: 93.7777777778%;
  margin: 0rem auto;
}

.p-reason {
  position: relative;
  width: 100%;
  background-image: url(../imgs/bg_riyu.png);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}
.p-reason__inner {
  width: 100%;
}
.p-reason__section {
  position: relative;
  padding: 2.7777777778rem 0rem 5.5555555556rem 0rem;
  text-align: center;
}
.p-reason__title {
  display: inline-block;
  color: #E60012;
  font-size: 2.7777777778rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0rem 1.1111111111rem 1.3888888889rem 1.1111111111rem;
  border-bottom: 1px solid #E60012;
  margin-bottom: 2.7777777778rem;
}
.p-reason__text {
  font-size: 3.4722222222rem;
  font-weight: 900;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 2.7777777778rem;
}
.p-reason__text_big {
  font-size: 4.1666666667rem;
  font-weight: 700;
}
.p-reason__text_red {
  color: #E60012;
}

.p-reason-card {
  width: 100%;
  max-width: 95.5555555556%;
  background: #ffffff;
  padding: 3.4722222222rem 2.3611111111rem 3.6111111111rem 2.5rem;
  margin: 0rem auto 1.9444444444rem auto;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.p-reason-card__titleBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.8055555556rem;
  padding-bottom: 2.3611111111rem;
  border-bottom: 1px dashed #E60012;
  margin-bottom: 2.7777777778rem;
}
.p-reason-card__icon {
  width: 12.9268292683%;
  min-width: 12.9268292683%;
}
.p-reason-card__title {
  font-size: 3.3333333333rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-reason-card__title span {
  color: #E60012;
}
.p-reason-card__img {
  display: block;
  max-width: 72.1518987342%;
  margin: 0rem auto 2.7777777778rem auto;
}
.p-reason-card__img_mb {
  margin: 0rem auto 4.1666666667rem auto;
}
.p-reason-card__text {
  font-size: 2.0833333333rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: left;
  padding: 0 0.1388888889rem;
}
.p-reason-card__text span {
  font-weight: 700;
}

.p-step {
  position: relative;
  width: 100%;
}
.p-step__inner {
  width: 100%;
}
.p-step__section {
  position: relative;
  padding: 6.25rem 0rem 7.6388888889rem 0rem;
  text-align: center;
}
.p-step__title {
  display: inline-block;
  color: #E60012;
  font-size: 2.7777777778rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 1.3888888889rem;
  border-bottom: 1px solid #E60012;
  margin-bottom: 2.7777777778rem;
}
.p-step__text {
  font-size: 4.1666666667rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 3.4722222222rem;
}
.p-step__box {
  position: relative;
  width: 100%;
  max-width: 90.6666666667%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-step__triangle_r {
  position: absolute;
  top: 58.5%;
  left: 48%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.6764705882%;
}
.p-step__triangle_b {
  position: relative;
  width: 100%;
  max-width: 8.8888888889%;
  margin: 4.4444444444rem auto 3.3333333333rem auto;
}

.p-step-card {
  width: 100%;
  max-width: 39.2156862745%;
  text-align: center;
}
.p-step-card__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26.875%;
  padding: 1.3888888889rem 0rem;
  border-radius: 50%;
  background: #060235;
  color: #ffffff;
  font-size: 3.1944444444rem;
  font-weight: 700;
  line-height: 1;
  margin: 0rem auto 1.6666666667rem auto;
}
.p-step-card__title {
  font-size: 2.7777777778rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.6666666667rem;
}
.p-step-card__title_mb {
  margin-bottom: 2.5rem;
}
.p-step-card__title02 {
  font-size: 1.8055555556rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4.1666666667rem;
}
.p-step-card__title02 span {
  font-size: 2.5rem;
}
.p-step-card__img {
  display: block;
  max-width: 78.75%;
  margin: 0rem auto;
}

.p-step-card02 {
  width: 100%;
  max-width: 48.5294117647%;
  text-align: center;
}
.p-step-card02__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21.5%;
  padding: 1.3888888889rem 0rem;
  border-radius: 50%;
  background: #060235;
  color: #ffffff;
  font-size: 3.1944444444rem;
  font-weight: 700;
  line-height: 1;
  margin: 0rem auto 1.6666666667rem auto;
}
.p-step-card02__title {
  font-size: 2.7777777778rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.6666666667rem;
}
.p-step-card02__title_mb {
  margin-bottom: 2.5rem;
}
.p-step-card02__title02 {
  font-size: 1.8055555556rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 4.1666666667rem;
}
.p-step-card02__title02 span {
  font-size: 2.5rem;
}
.p-step-card02__img {
  display: block;
  max-width: 63%;
  margin: 0rem auto;
}

.p-fap {
  position: relative;
  width: 100%;
  background: #FEE9EB;
}
.p-fap__inner {
  width: 100%;
}
.p-fap__section {
  position: relative;
  padding: 1.3888888889rem 0rem 2.2222222222rem 0rem;
  text-align: center;
}
.p-fap__title {
  display: inline-block;
  color: #E60012;
  font-size: 2.7777777778rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 0rem 1.1111111111rem 1.3888888889rem 1.1111111111rem;
  border-bottom: 1px solid #E60012;
  margin-bottom: 2.0833333333rem;
}
.p-fap__text {
  font-size: 3.4722222222rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 3.6111111111rem;
}
.p-fap__text span {
  font-size: 4.1666666667rem;
}

.p-fap-card {
  width: 100%;
  max-width: 58.75rem;
  margin: 0 auto 3.4722222222rem auto;
}
.p-fap-card__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 8.3333333333rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2222222222rem;
  padding: 0.6944444444rem 1.25rem;
  background: #E60012;
  text-align: left;
}
.p-fap-card__question_icon {
  display: block;
  width: 7.9012345679%;
  min-width: 7.9012345679%;
}
.p-fap-card__question_title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.p-fap-card__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.2222222222rem;
  padding: 2.0833333333rem 2.2222222222rem 2.0833333333rem 1.25rem;
  background: #ffffff;
  text-align: left;
}
.p-fap-card__answer_icon {
  display: block;
  width: 7.9012345679%;
  min-width: 7.9012345679%;
}
.p-fap-card__answer_text {
  font-size: 2.0833333333rem;
  line-height: 1.35;
  letter-spacing: 0.1em;
}/*# sourceMappingURL=style.css.map */