@charset "UTF-8";
/*テキスト用mixin*/
/*基本的なカラー*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #333333;
  letter-spacing: 0;
  scroll-behavior: smooth;
}
@media (max-width: 1060px) {
  html {
    font-size: 1.5094339623vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

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

body {
  overflow-x: hidden;
}

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

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.l-footer {
  padding: 5rem 0 4.5625rem;
  background-color: #E0F5FF;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 2.5rem 0 3.9375rem;
  }
}

.l-footer__inner {
  margin-inline: auto;
  max-width: 90rem;
  padding: 0 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding: 0 1.25rem;
  }
}

.p-footer__copyright {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    font-size: 0.75rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1060px;
  padding-right: 1.875rem;
  padding-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.c-btn__icon {
  width: 1rem;
  height: auto;
  margin-right: 0.5rem;
}

.c-btn {
  width: 14.75rem;
  height: 3.3125rem;
  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: #19AA30;
  border: 0.0625rem solid #1B8001;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(58, 76, 53, .1);
          box-shadow: 0 0.3125rem 0.625rem rgba(58, 76, 53, .1);
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.c-btn:hover {
  border: 0.0625rem solid #A1FF89;
  background: #44D45B;
}

.c-btn__txt {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "IBM Plex Sans JP", sans-serif;
  position: relative;
  z-index: 1;
}

.c-btn::before {
  background: linear-gradient(160deg, #FFF 100%, rgba(255, 255, 255, 0) 7%);
  border-radius: 0.625rem;
  content: "";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
  -webkit-filter: blur(18px);
          filter: blur(18px);
  height: 1.25rem;
  left: 50%;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 98%;
}

.c-btn::after {
  background: linear-gradient(160deg, #000 100%, rgba(0, 0, 0, 0) 7%);
  border-radius: 0.625rem;
  content: "";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
  -webkit-filter: blur(18px);
          filter: blur(18px);
  height: 1.25rem;
  left: 50%;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 98%;
}

.c-btn.cta__btn {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
}

.c-btn__icon.btn__icon--cta {
  margin-top: 0.4375rem;
}

.c-btn__txt.btn__txt--cta {
  margin-top: 0.4375rem;
}

.c-btn__txt--cta::after {
  content: "<24時間受付>";
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "IBM Plex Sans JP", sans-serif;
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.c-cta-btn {
  width: 14.75rem;
  height: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #19AA30;
  border: 0.0625rem solid #1B8001;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.3125rem 0.625rem rgba(58, 76, 53, .1);
          box-shadow: 0 0.3125rem 0.625rem rgba(58, 76, 53, .1);
  color: #fff;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .c-cta-btn {
    width: 18.75rem;
    height: 3.625rem;
  }
}

.c-cta-btn:hover {
  border: 0.0625rem solid #A1FF89;
  background: #44D45B;
}

.c-cta-btn__icon {
  width: 1rem;
  height: auto;
  margin-right: 0.5rem;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-cta-btn__icon {
    padding-top: 0.5rem;
  }
}

.c-cta-btn__txt {
  font-size: 1.125rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "IBM Plex Sans JP", sans-serif;
  position: relative;
  z-index: 1;
  padding-top: 0.3125rem;
}
@media screen and (max-width: 768px) {
  .c-cta-btn__txt {
    padding-top: 0.5rem;
  }
}

.c-cta-btn__txt::after {
  content: "<24時間受付>";
  font-size: 1rem;
  color: #ffffff;
  font-weight: 500;
  font-family: "IBM Plex Sans JP", sans-serif;
  position: absolute;
  left: 50%;
  bottom: -1.25rem;
  z-index: 1;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.c-cta-btn::before {
  background: linear-gradient(160deg, #FFF 100%, rgba(255, 255, 255, 0) 7%);
  border-radius: 0.625rem;
  content: "";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
  -webkit-filter: blur(18px);
          filter: blur(18px);
  height: 1.25rem;
  left: 50%;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 98%;
}

.c-cta-btn::after {
  background: linear-gradient(160deg, #000 100%, rgba(0, 0, 0, 0) 7%);
  border-radius: 0.625rem;
  content: "";
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="18" /></filter></svg>#filter');
  -webkit-filter: blur(18px);
          filter: blur(18px);
  height: 1.25rem;
  left: 50%;
  opacity: 0.7;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 98%;
}

.c-fixed-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-fixed-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 4.0625rem;
    background-color: rgba(55, 55, 55, .8);
    z-index: 1000;
  }
}

.c-fixed-btn__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-fv-btn {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE4D9), to(#FF9668));
  background: linear-gradient(to bottom, #FFE4D9, #FF9668);
  width: 29rem;
  height: 4.1875rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0.375rem 0 #BF3900;
          box-shadow: 0 0.375rem 0 #BF3900;
  position: relative;
  border-radius: 3.75rem;
  position: relative;
  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;
}

/* ボタンhover後の背景色 */
.c-fv-btn::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#FFA57E), to(#FF1F00));
  background: linear-gradient(to bottom, #FFA57E, #FF1F00);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 3.75rem;
}

/* 文字を上に表示するための記述 */
.c-fv-btn span {
  position: relative;
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.c-fv-btn:hover {
  -webkit-box-shadow: 0 0.375rem 0 #FF9668;
          box-shadow: 0 0.375rem 0 #FF9668;
}

/* ボタンhoverで元の背景色透過 */
.c-fv-btn:hover::before {
  opacity: 0;
}

.c-fv-btn::after {
  content: "";
  border: 0;
  border-top: solid 0.3125rem #ffffff;
  border-right: solid 0.3125rem #ffffff;
  display: inline-block;
  width: 0.8125rem;
  height: 0.8125rem;
  position: absolute;
  top: 50%;
  right: 15%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.c-fv-btn__icon {
  width: 1.5625rem;
  height: auto;
  position: absolute;
  top: 50%;
  left: 4.75rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-section-ttl {
  font-size: 3.25rem;
  font-weight: 500;
  color: #0089CE;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section-ttl {
    font-size: 1.5rem;
  }
}

.c-submit-btn {
  width: 13.75rem;
  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;
  background-color: #00346D;
  margin: 0 auto;
  -webkit-box-shadow: 0.125rem 0.125rem 0 rgba(97, 97, 97, .25);
          box-shadow: 0.125rem 0.125rem 0 rgba(97, 97, 97, .25);
}

.c-submit-btn:hover {
  opacity: 0.7;
}

.c-submit-btn span {
  color: #ffffff;
  font-weight: 700;
  line-height: 1.3125;
}

.c-submit-btn[disabled] {
  background-color: #ccc;
  cursor: not-allowed; /* クリック不可のカーソルを表示 */
}

.p-accordion {
  width: 100%;
}

.p-accordion__item {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 0.625rem;
}

.p-accordion__title-wrapper {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#DFDFDF));
  background: linear-gradient(to bottom, #F4F4F4 0%, #DFDFDF 100%);
}
@media screen and (max-width: 768px) {
  .p-accordion__title-wrapper {
    height: 2.0625rem;
  }
}

.p-accordion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
  width: 100%;
  max-width: 62.5rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-accordion__title {
    font-size: 1.125rem;
    height: 100%;
    padding-left: 1.25rem;
  }
}

.p-accordion__title:before,
.p-accordion__title:after {
  content: "";
  position: absolute;
  top: 50%;
}

.p-accordion__title:before {
  right: 0.9375rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.375rem solid transparent;
  border-left: 0.375rem solid transparent;
  border-bottom: 0.5625rem solid #555555;
  border-top: 0;
  opacity: 0;
}

.p-accordion__title:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.375rem solid transparent;
  border-left: 0.375rem solid transparent;
  border-top: 0.5625rem solid #555555;
  border-bottom: 0;
  right: 1.40625rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.p-accordion__title.is-active::after {
  opacity: 0;
}

.p-accordion__title.is-active::before {
  opacity: 1;
}

.p-accordion__item + .p-accordion__item {
  margin-top: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-accordion__item + .p-accordion__item {
    margin-top: 0.375rem;
  }
}

.p-accordion__content {
  background-color: white;
  padding-top: 1rem;
  display: none;
  border-top: 0.0625rem solid rgba(0, 0, 0, .16);
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: -0.04em;
}

.p-accordion__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7;
}

#faq .p-accordion__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.6;
  color: #0089CE;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0.625rem 1.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  #faq .p-accordion__title {
    font-size: 1rem;
    padding: 0.375rem 1.875rem 0.375rem 0.5625rem;
    gap: 0.75rem;
  }
}

#faq .p-accordion__title::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.125rem;
  background-color: #0089CE;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: -0.3125rem;
  border-left: none;
  border-bottom: none;
  border-top: none;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  #faq .p-accordion__title::before {
    top: 50%;
  }
}

#faq .p-accordion__title::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 0.125rem;
  background-color: #0089CE;
  margin-right: -0.3125rem;
  border-left: none;
  border-bottom: none;
  border-top: none;
}
@media screen and (max-width: 768px) {
  #faq .p-accordion__title::after {
    top: 50%;
  }
}

#faq .p-accordion__title.is-active {
  background-color: #00A9FB;
  color: #ffffff;
}

#faq .p-accordion__title.is-active::after {
  background-color: #ffffff;
  opacity: 1;
}

#faq .p-accordion__title.is-active::before {
  opacity: 0;
}

.p-accordion__question,
.p-accordion__answer {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #4A7EBA;
  border-radius: 50%;
  width: 2.25rem;
  height: 2.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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Zen Old Mincho", serif;
}

#faq .p-accordion__content {
  padding: 0.625rem 1.5rem;
}
@media screen and (max-width: 768px) {
  #faq .p-accordion__content {
    padding: 0.375rem 0.5625rem;
  }
}

#faq .p-accordion__contentItem {
  font-size: 1.25rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 768px) {
  #faq .p-accordion__contentItem {
    font-size: 0.875rem;
    gap: 0.6875rem;
  }
}

.p-flow__box-bottom-sp {
  display: contents;
}
@media screen and (max-width: 768px) {
  .p-flow__box-bottom-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-company-info {
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .p-company-info {
    padding: 3.75rem 0;
  }
}

.p-company-info__contents {
  max-width: 100%;
  margin: 2.5rem auto 0;
  border: 0.0625rem solid #ddd;
}
@media screen and (max-width: 768px) {
  .p-company-info__contents {
    border: none;
    border-bottom: 0.0625rem solid #ddd;
    margin: 1.25rem auto 0;
  }
}

.p-company-info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 0.0625rem solid #ddd;
}

.p-company-info__item:last-child {
  border-bottom: none; /* 最後の項目のボーダーをなくす */
}

.p-company-info__ttl {
  font-weight: 700;
  width: 20%;
  background-color: #00A9FB;
  color: #ffffff;
  border-right: 0.0625rem solid #ddd;
  padding: 1rem 1.5rem 0.875rem;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-company-info__ttl {
    font-size: 0.875rem;
    width: 36%;
  }
}

.p-company-info__txt {
  margin: 0;
  padding: 1rem 1.5rem 0.875rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-company-info__txt {
    font-size: 0.875rem;
    width: 64%;
  }
}

.p-contact__necessary {
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #ffffff;
  background-color: #DA5151;
  width: 2.1875rem;
  height: 1.0625rem;
  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;
}

.p-contact__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.9375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.9375rem 0;
  border-top: 0.0625rem solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-contact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
    border-top: none;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-contact__label {
  font-size: 1.125rem;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .p-contact__label {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.875rem;
  }
}

.p-contact__note {
  display: none;
  font-size: 0.625rem;
  color: #E50000;
}

.p-contact__input {
  width: 100%;
  height: 100%;
}

.p-contact__input input {
  border: 0.0625rem solid #ccc;
  width: 100%;
  height: 100%;
  padding: 0.3125rem;
}

.p-contact__input textarea {
  border: 0.0625rem solid #ccc;
  width: 100%;
  height: 12.5rem;
  padding: 0.3125rem;
}

.p-contact__select-wrapper {
  width: 100%;
  height: 100%;
}

.p-contact__item select {
  padding: 0.3125rem;
  border: 0.0625rem solid #ccc;
  border-radius: 0.625rem;
  width: 15.625rem;
  height: 2.5rem;
}

.p-contact__select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}

.p-contact__select::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 0.5625rem solid transparent;
  border-left: 0.5625rem solid transparent;
  border-top: 0.625rem solid #999999;
  border-bottom: 0;
  position: absolute;
  right: 0.9375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-cta {
  background: linear-gradient(-14deg, #F3233C 0%, #F3233C 50%, #FF3951 50%, #FF3951 100%);
  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: 100%;
  height: 22.0625rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-cta {
    height: 100%;
  }
}

.p-cta__truck-img {
  position: absolute;
  left: -1.6875rem;
  bottom: 1.25rem;
  width: 18.125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-cta__truck-img {
    width: 10.75rem;
    bottom: 0.3125rem;
    left: 0;
  }
}

.p-cta__woman-img {
  position: absolute;
  right: 1.25rem;
  bottom: 0;
  width: 14.8125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-cta__woman-img {
    width: 10.125rem;
  }
}

.p-cta__wrapper {
  padding: 2.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-cta__wrapper {
    padding: 3.75rem 0 11rem;
  }
}

.p-cta__txt-white {
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-cta__txt-white {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.3;
  }
}

.p-cta__txt-yellow {
  font-size: 2rem;
  font-weight: 500;
  color: #F6F97B;
  line-height: 1.3;
  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;
}
@media screen and (max-width: 768px) {
  .p-cta__txt-yellow {
    font-size: 1.6875rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.25rem;
    font-weight: 700;
  }
}

.p-cta__txt-yellow--big {
  font-size: 2.625rem;
  line-height: 1.3;
  font-weight: 500;
  color: #F6F97B;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 1.875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-cta__txt-yellow--big {
    font-size: 2rem;
  }
}

.p-cta__txt-yellow--big::before {
  content: "";
  display: block;
  background-color: #F6F97B;
  height: 3.1875rem;
  width: 0.3125rem;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  margin-right: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-cta__txt-yellow--big::before {
    width: 0.1875rem;
    margin-right: 0.3125rem;
  }
}

.p-cta__txt-yellow--big::after {
  content: "";
  display: block;
  background-color: #F6F97B;
  height: 3.1875rem;
  width: 0.3125rem;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  margin-left: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-cta__txt-yellow--big::after {
    width: 0.1875rem;
    margin-left: 0.3125rem;
  }
}

.p-cta__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #ffffff;
  padding: 2.1875rem 3.9375rem 1.4375rem 3.9375rem;
  max-width: 56.25rem;
  margin: 0.5625rem auto 0 auto;
  gap: 4.25rem;
}
@media screen and (max-width: 768px) {
  .p-cta__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.75rem 0.9375rem;
    gap: 1.25rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.p-cta__tel {
  text-align: center;
}

.p-cta__tel-txt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-cta__tel-txt {
    font-size: 1.0625rem;
    line-height: 1.2;
  }
}

.p-cta__tel-num {
  font-size: 2.625rem;
  font-weight: 700;
  color: #FF3951;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-cta__tel-num {
    font-size: 2.25rem;
  }
}

.p-cta__tel-img {
  width: 3.125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-cta__tel-img {
    width: 2.625rem;
  }
}

.p-cta__tel-sub-txt {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-cta__tel-sub-txt {
    font-size: 0.75rem;
  }
}

.p-cta__to-form {
  text-align: center;
}

.p-cta__to-form-txt {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-cta__to-form-txt {
    font-size: 1.0625rem;
  }
}

.p-cta__btn-wrapper {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-faq {
  padding: 5rem 0;
  background-color: #E0F5FF;
}
@media screen and (max-width: 768px) {
  .p-faq {
    padding: 3.75rem 0;
  }
}

.p-faq__contents {
  padding-top: 1.3125rem;
}

.p-flow {
  padding: 5rem 0 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding: 3.75rem 0 1.25rem;
  }
}

.p-flow__contents {
  padding-top: 1rem;
}

.p-flow__item-content01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.625rem;
  padding: 3.375rem 0;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
    padding: 0 0 2.5rem;
  }
}
.p-flow__item-content01 .p-flow__item-body {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content01 .p-flow__item-body {
    width: 100%;
  }
}
.p-flow__item-content01 .p-flow__item-txt-red {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
  color: #E50000;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content01 .p-flow__item-txt-red {
    font-size: 1rem;
  }
}
.p-flow__item-content01 .p-flow__item-txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content01 .p-flow__item-txt {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__item-content01 .p-flow__item-img-wrapper {
    max-width: 25rem;
    margin: 0 auto;
  }
}
.p-flow__item-content01 .p-flow__item-img {
  width: 21.875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content01 .p-flow__item-img {
    width: 100%;
  }
}
.p-flow__item-content01 .p-flow__item-lists {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 0.75rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content01 .p-flow__item-lists {
    font-size: 0.875rem;
    padding-top: 1.0625rem;
  }
}
.p-flow__item-content01 .p-flow__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-flow__item-content01 .p-flow__item-list:nth-of-type(2) {
  padding-top: 1.0625rem;
}
.p-flow__item-content01 .p-flow__item-list::before {
  content: "・";
  display: block;
}

.p-flow__item-content02 {
  padding: 2.5rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 {
    padding: 1rem 0 2.5rem;
  }
}
.p-flow__item-content02 .p-flow__item-txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__item-txt {
    font-size: 0.875rem;
    text-align: start;
  }
}
.p-flow__item-content02 .p-flow__item-illust-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9.3125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0.625rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__item-illust-wrapper {
    gap: 5.5rem;
    padding-top: 0.75rem;
  }
}
.p-flow__item-content02 .p-flow__item-illust {
  text-align: center;
}
.p-flow__item-content02 .p-flow__woman-illust {
  width: 7.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__woman-illust {
    width: 4.375rem;
  }
}
.p-flow__item-content02 .p-flow__man-illust {
  width: 7.125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__man-illust {
    width: 4.5rem;
  }
}
.p-flow__item-content02 .p-flow__illust-txt {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__illust-txt {
    font-size: 0.75rem;
  }
}
.p-flow__item-content02 .p-flow__box {
  padding: 3rem 3rem 2rem;
  background-color: #DEEAF7;
  border-radius: 1.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__box {
    padding: 0.9375rem;
  }
}
.p-flow__item-content02 .p-flow__box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-flow__item-content02 .p-flow__box-txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__box-txt {
    font-size: 0.875rem;
  }
}
.p-flow__item-content02 .p-flow__box-illust {
  width: 13.375rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__box-illust {
    width: 5.375rem;
  }
}
.p-flow__item-content02 .p-flow__box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.5625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  padding: 0.625rem 4.375rem 0.625rem 6.5625rem;
  border-radius: 2.875rem;
  border: 0.1875rem solid #00A9FB;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-top: 0.5rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__box-bottom {
    padding: 0.625rem;
    gap: 0.5625rem;
    border-radius: 1.25rem;
    width: 100%;
  }
}
.p-flow__item-content02 .p-flow__box-circle {
  position: absolute;
  left: -3.125rem;
  width: 8.5rem;
  height: 8.5rem;
  background-color: #00A9FB;
  border-radius: 50%;
  border: 0.25rem solid #B5D9FF;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__box-circle {
    width: 4rem;
    height: 4rem;
    position: inherit;
    left: inherit;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-flow__item-content02 .p-flow__box-circle-wrapper {
  position: relative;
  left: 50%;
  top: 54%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.p-flow__item-content02 .p-flow__box-circle-txt {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.2;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__box-circle-txt {
    font-size: 0.75rem;
  }
}
.p-flow__item-content02 .p-flow__box-circle-txt--yellow {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #F6F97B;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__box-circle-txt--yellow {
    font-size: 0.9375rem;
  }
}
.p-flow__item-content02 .p-flow__giving-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__giving-item {
    font-size: 0.75rem;
    font-weight: 500;
  }
}
.p-flow__item-content02 .p-flow__giving-item dt {
  font-weight: 500;
}
.p-flow__item-content02 dd::before {
  content: "••• ";
  display: inline-block;
  margin-right: 0.3125rem;
  /* 必要に応じて調整 */
}
@media screen and (max-width: 768px) {
  .p-flow__item-content02 .p-flow__box-right {
    font-size: 0.75rem;
  }
}

.p-flow__item-content03 {
  padding: 2rem 0 2.5625rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 {
    padding: 0 0 2.5rem;
  }
}
.p-flow__item-content03 .p-flow__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 .p-flow__item-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-flow__item-content03 .p-flow__item-txt--blue {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #0089CE;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 .p-flow__item-txt--blue {
    font-size: 1.125rem;
    margin-right: auto;
  }
}
.p-flow__item-content03 .p-flow__addvice-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 .p-flow__addvice-wrapper {
    padding-top: 0.75rem;
  }
}
.p-flow__item-content03 .p-flow__addvice--yellow {
  font-size: 1.375rem;
  font-weight: 700;
  color: #FF8A00;
  border-bottom: 0.25rem solid #FF8A00;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 .p-flow__addvice--yellow {
    font-size: 1.0625rem;
  }
}
.p-flow__item-content03 .p-flow__addvice--blue {
  font-size: 1.3125rem;
  font-weight: 500;
  color: #0089CE;
  padding-top: 0.5625rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 .p-flow__addvice--blue {
    font-size: 0.875rem;
  }
}
.p-flow__item-content03 .p-flow__addvice-img {
  width: 8.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 .p-flow__addvice-img {
    width: 5.875rem;
  }
}
.p-flow__item-content03 .p-flow__item-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E6F2FF;
  border: 0.1875rem solid #00A9FB;
  border-radius: 1.3125rem;
  padding: 1.75rem 2.3125rem 1.5rem;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 .p-flow__item-middle {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0.6875rem 1.125rem;
    max-width: 31.25rem;
    margin: 0 auto;
  }
}
.p-flow__item-content03 .p-flow__prepare-box {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 .p-flow__prepare-box {
    width: 100%;
  }
}
.p-flow__item-content03 .p-flow__item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6875rem;
  padding-top: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-flow__item-content03 .p-flow__item-txt {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-flow__item-content03 .p-flow__prepare-box-ttl {
  font-size: 1.25rem;
  font-weight: 500;
  color: #ffffff;
  background-color: #00A9FB;
  line-height: 1.5;
  width: 17.375rem;
  height: 2.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;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 .p-flow__prepare-box-ttl {
    width: 100%;
    font-size: 1rem;
    height: 1.875rem;
  }
}
.p-flow__item-content03 .p-flow__prepare-box-ttl::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1.3125rem solid transparent;
  border-bottom: 1.3125rem solid transparent;
  border-left: 1.0625rem solid #00A9FB;
  border-right: 0;
  display: block;
  right: -1.0625rem;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 .p-flow__prepare-box-ttl::after {
    border-top: 0.9375rem solid transparent;
    border-bottom: 0.9375rem solid transparent;
    border-left: 0.75rem solid #00A9FB;
    right: -0.75rem;
  }
}
.p-flow__item-content03 .p-flow__prepare-box-txt {
  font-size: 1.25rem;
  font-weight: 500;
  color: #00346D;
  padding-top: 0.75rem;
  line-height: 1.5;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content03 .p-flow__prepare-box-txt {
    font-size: 0.875rem;
    padding-top: 0.625rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.p-flow__item-content03 .p-flow__item-txt:not(:first-child) {
  padding-top: 0.5625rem;
}
.p-flow__item-content03 .p-flow__item-img {
  width: 16.75rem;
  height: auto;
}

.p-flow__item-content04 {
  padding: 1.5rem 0 5rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content04 {
    padding: 0 0 2.5rem;
  }
}
.p-flow__item-content04 .p-flow__item-txt {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content04 .p-flow__item-txt {
    font-size: 0.875rem;
    text-align: start;
  }
}
.p-flow__item-content04 .p-flow__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 2rem;
  gap: 2.625rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content04 .p-flow__imgs {
    -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-flow__item-content04 .p-flow__img-arrow {
  width: 41.5625rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content04 .p-flow__img-arrow {
    width: 100%;
  }
}
.p-flow__item-content04 .p-flow__img-img {
  width: 15.3125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content04 .p-flow__img-img {
    width: 12.5rem;
  }
}

.p-flow__item-content05 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0 5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.125rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content05 {
    padding: 0 0 2.5rem;
    gap: 1rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.p-flow__item-content05 .p-flow__txt {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content05 .p-flow__txt {
    font-size: 0.875rem;
  }
}
.p-flow__item-content05 .p-flow__img {
  width: 22.8125rem;
  height: auto;
}
.p-flow__item-content05 .p-flow__campain {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content05 .p-flow__campain {
    padding-top: 0;
    max-width: 31.25rem;
    margin: 0 auto;
  }
}
.p-flow__item-content05 .p-flow__campain--ttl {
  font-size: 1.3125rem;
  font-weight: 700;
  line-height: 1.9523809524;
  color: #ffffff;
  background-image: url(../images/flow05-campaign.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 22.75rem;
  height: 2.9375rem;
  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;
  -webkit-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
  left: 50%;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content05 .p-flow__campain--ttl {
    font-size: 1rem;
    width: 100%;
    height: 2.125rem;
  }
}
.p-flow__item-content05 .p-flow__campain--txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
  color: #333333;
  padding: 1.875rem 1.5rem 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.25rem solid #00A9FB;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content05 .p-flow__campain--txt {
    font-size: 0.875rem;
  }
}
.p-flow__item-content05 .p-flow__img-paypay {
  width: 6.6875rem;
  height: auto;
  margin-left: auto;
  display: block;
  margin-top: -1rem;
}
@media screen and (max-width: 768px) {
  .p-flow__item-content05 .p-flow__img-paypay {
    margin-top: 0;
  }
}

.p-form {
  width: 100%;
  height: 100%;
  background-color: #E0F5FF;
}

.p-form__ttl {
  font-size: 3.25rem;
  font-weight: 500;
  line-height: 1.3;
  background-color: #00346D;
  padding: 5rem 4.25rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-form__ttl {
    font-size: 1.5rem;
    padding: 2.5rem;
  }
}

.p-form__contents {
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .p-form__contents {
    padding-top: 2.125rem;
  }
}

.p-form__txt {
  font-size: 1.3125rem;
  font-weight: 500;
  line-height: 1.4285714286;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-form__txt {
    font-size: 0.875rem;
  }
}

.p-form__wrapper {
  padding: 5rem 6.25rem;
  background-color: #ffffff;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-form__wrapper {
    margin-top: 2rem;
    padding: 2.5rem 1.1875rem 3.75rem;
  }
}

.p-fv {
  width: 100%;
  height: auto;
  background-image: url(../images/fv-bg.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .p-fv {
    background-image: url(../images/fv-bg-sp.webp);
    height: 100%;
  }
}

.p-fv__inner {
  width: 100%;
  height: 100%;
  padding: 5.625rem 0 6.0625rem 5rem;
  position: relative;
  max-width: 90rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-fv__inner {
    padding: 1rem 1.25rem 0;
    max-width: 31.25rem;
  }
}

.p-fv__target {
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 700;
  background-color: #00A9FB;
  padding: 0.375rem 1.3125rem 0.25rem;
  border-radius: 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-fv__target {
    font-size: 0.625rem;
    padding: 0.1875rem 0.625rem;
  }
}

.p-fv__catch-copy-img {
  width: 38.625rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-fv__catch-copy-img {
    width: 19.1875rem;
  }
}

.p-fv__catch-copy-wrapper {
  padding-top: 0.375rem;
}
@media screen and (max-width: 768px) {
  .p-fv__catch-copy-wrapper {
    height: 100%;
    min-height: 30rem;
  }
}

.p-fv__catch-copy-txt {
  font-size: 2.5rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-shadow: -0.1875rem -0.1875rem 0 white, 0.1875rem -0.1875rem 0 white, -0.1875rem 0.1875rem 0 white, 0.1875rem 0.1875rem 0 white, 0rem -0.1875rem 0 white, 0rem 0.1875rem 0 white, -0.1875rem 0rem 0 white, 0.1875rem 0rem 0 white; /* 右 */
}
@media screen and (max-width: 768px) {
  .p-fv__catch-copy-txt {
    font-size: 1.1875rem;
  }
}

.p-fv__catch-copy-txt--small {
  font-size: 1.875rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv__catch-copy-txt--small {
    font-size: 0.875rem;
  }
}

.p-fv__catch-yellow-accent::before {
  content: "";
  display: block;
  width: 3.125rem;
  height: 3.1875rem;
  background-size: contain;
  background-position: center;
  background-image: url(../images/fv-accent-icon.webp);
  position: absolute;
  top: -2.5rem;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__catch-yellow-accent::before {
    width: 1.5rem;
    height: 1.5625rem;
    top: -1.3125rem;
    left: 0.375rem;
  }
}

.p-fv__catch-copy-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.375rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.p-fv__catch-copy-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3125rem;
}

.p-fv__catch-copy-box {
  background-color: #00A9FB;
  color: #ffffff;
  font-size: 3.25rem;
  font-weight: 700;
  width: 4.4375rem;
  height: 4.75rem;
  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;
}
@media screen and (max-width: 768px) {
  .p-fv__catch-copy-box {
    font-size: 1.5625rem;
    width: 2.1875rem;
    height: 2.375rem;
  }
}

.p-fv__strength {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5625rem;
  padding-top: 2rem;
}
@media screen and (max-width: 768px) {
  .p-fv__strength {
    position: absolute;
    bottom: 0.5625rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    gap: 0.3125rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-fv__strength-circle {
  width: 8.8125rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-fv__strength-circle {
    width: 5.625rem;
  }
}

.p-fv__btn {
  padding-top: 1.25rem;
}

.p-fv__sub-catch {
  padding-bottom: 2.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-fv__sub-catch {
    position: inherit;
  }
}

.p-fv__sub-catch-rectangle:first-child {
  margin-right: -1.5rem;
}

.p-fv__sub-catch-rectangle:not(:first-child) {
  margin-top: 0.25rem;
  -webkit-transform: translateX(-1.8rem) skew(-20deg);
          transform: translateX(-1.8rem) skew(-20deg);
}
@media screen and (max-width: 768px) {
  .p-fv__sub-catch-rectangle:not(:first-child) {
    -webkit-transform: translateX(0.2rem) skew(-20deg);
            transform: translateX(0.2rem) skew(-20deg);
    margin-top: 0.0625rem;
  }
}

.p-fv__sub-catch-rectangle {
  font-size: 2.25rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #00346D;
  padding: 0 2.8125rem 0 1.375rem;
  line-height: 1.7;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
}
@media screen and (max-width: 768px) {
  .p-fv__sub-catch-rectangle {
    font-size: 0.875rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    padding: 0 1.4375rem 0 0.875rem;
  }
}

.p-header {
  width: 100%;
  height: 5rem;
  z-index: 1000;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 3.125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 90rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5rem;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    max-width: 100%;
    padding: 0 0.625rem;
  }
}

.p-header__logo {
  width: 20rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 10.625rem;
  }
}

.p-insurance {
  padding: 3.75rem 0;
  text-align: center;
  background-color: #00346D;
}

.p-insurance__ttl {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.3;
  color: #ffffff;
}

.p-insurance__txt {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
  padding-top: 1.375rem;
  color: #ffffff;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-insurance__txt {
    font-size: 1rem;
  }
}

.p-message {
  padding: 5rem 0 9.1875rem;
  width: 100%;
  height: 100%;
  background: linear-gradient(156deg, transparent 0%, transparent 50%, #F5F9FF 50%, #F5F9FF 100%);
}
@media screen and (max-width: 768px) {
  .p-message {
    padding: 3.75rem 0;
    background: linear-gradient(112deg, transparent 0%, transparent 50%, #F5F9FF 50%, #F5F9FF 100%);
  }
}

.p-message__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.6875rem;
  padding-top: 4.25rem;
}
@media screen and (max-width: 768px) {
  .p-message__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 1.25rem;
    gap: 3.75rem;
  }
}

.p-message__txt {
  font-size: 1.125rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .p-message__txt {
    font-size: 0.875rem;
  }
}

.p-message__img {
  width: 17.1875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-message__img {
    max-width: 12.5rem;
  }
}

.p-message__wrapper {
  text-align: center;
}

.p-message__img-name {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 0.8125rem;
}
@media screen and (max-width: 768px) {
  .p-message__img-name {
    font-size: 0.875rem;
  }
}

.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  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;
}

.modal__container {
  background-color: #fff;
  padding: 1.875rem;
  max-width: 31.25rem;
  width: 90%;
  max-height: 100vh;
  border-radius: 0.25rem;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .modal__title {
    font-size: 0.875rem;
  }
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, .8);
}

@media screen and (max-width: 768px) {
  .modal__content p {
    font-size: 0.75rem;
  }
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, .8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

/**************************\
  Demo Animation Style
\**************************/
.p-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-nav__inner {
    padding: 0;
  }
}

.p-nav__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-nav__item {
  width: 100%;
  height: 100%;
  white-space: nowrap;
  position: relative;
}

.p-nav__link {
  padding: 1.25rem;
  display: block;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #333333;
  letter-spacing: -0.03em;
}
.p-nav__link:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .p-nav__link {
    position: relative;
    text-align: center;
    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.75rem;
    padding-right: 0;
  }
}

.p-nav__link-tel {
  text-align: right;
}

.p-nav__link-tel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-nav__tel-img {
  width: 2.6875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-nav__tel-img {
    width: 1.5625rem;
  }
}

.p-nav__link-tel-time {
  font-size: 0.875rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-nav__link-tel-time {
    font-size: 0.5rem;
  }
}

.p-nav__link-tel-num {
  font-size: 2.125rem;
  font-weight: 700;
  color: #E20000;
}
@media screen and (max-width: 768px) {
  .p-nav__link-tel-num {
    font-size: 1.1875rem;
  }
}

@media screen and (max-width: 768px) {
  .p-nav__bottom .c-btn__to-contact {
    margin-top: 3.125rem;
    margin-bottom: 0;
  }
}

.p-nav__bottom .p-footer__sns {
  padding-top: 1.6875rem;
}

.p-privacy-policy {
  margin: 2.5rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-privacy-policy__link {
  text-align: center;
  padding-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .p-privacy-policy__link {
    font-size: 0.875rem;
    text-align: left;
  }
}

.modal-open {
  text-decoration: underline;
}

label.p-privacy-policy__agree {
  text-align: center;
  margin-top: 0.75rem;
  margin-top: 0.75rem;
  display: block;
}
@media screen and (max-width: 768px) {
  label.p-privacy-policy__agree {
    font-size: 0.875rem;
  }
}

input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.p-problem {
  background-image: url(../images/problem-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-problem {
    background-image: url(../images/problem-bg-sp.webp);
  }
}

.p-problem__wrapper {
  padding-top: 5rem;
  padding-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-problem__wrapper {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.p-problem__section-ttl {
  font-size: 2rem;
  font-weight: 700;
  color: #00346D;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-problem__section-ttl {
    font-size: 1.0625rem;
  }
}

.p-problem__section-ttl--strong {
  font-size: 3.875rem;
  font-weight: 700;
  color: #E50000;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-problem__section-ttl--strong {
    font-size: 2.0625rem;
  }
}

.p-problem__section-ttl-sideline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

.p-problem__section-ttl-sideline .p-problem__section-ttl {
  padding-top: 0.75rem;
}

.p-problem__section-ttl-sideline::before {
  content: "";
  height: 0.125rem;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-color: #00346D;
  display: block;
}

.p-problem__section-ttl-sideline::after {
  content: "";
  height: 0.125rem;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  background-color: #00346D;
  display: block;
}

.p-problem__contents {
  padding-top: 2.125rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-problem__contents {
    padding-top: 1rem;
  }
}

.p-problem__illust {
  position: absolute;
  right: -4.375rem;
  bottom: -0.4375rem;
  width: 8.75rem;
  height: auto;
}

.p-problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  padding: 0.3125rem 0.625rem;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-problem__item {
    text-align: start;
    padding: 0.1875rem 0.375rem;
  }
}

.p-problem__item:not(:first-child) {
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .p-problem__item:not(:first-child) {
    margin-top: 0.25rem;
  }
}

.p-problem__check {
  width: 1.6875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-problem__check {
    width: 1rem;
  }
}

.p-problem__txt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #00346D;
}
@media screen and (max-width: 768px) {
  .p-problem__txt {
    font-size: 0.875rem;
  }
}

.p-reason {
  padding-top: 5rem;
  padding-bottom: 7.125rem;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-reason {
    padding-top: 3.75rem;
    padding-bottom: 0;
  }
}

.p-reason__section-ttl-wrapper {
  background-image: url("../images/reason-box.webp");
  background-position: center; /* 画像の位置を上と下に指定 */
  background-repeat: no-repeat; /* 画像を繰り返さない */
  background-size: contain; /* 画像のサイズを指定 */
  width: 100%;
  height: 9.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;
  gap: 2.125rem;
}
@media screen and (max-width: 768px) {
  .p-reason__section-ttl-wrapper {
    background-image: url("../images/reason-box-sp.webp");
    height: 10.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}

.p-reason__section-ttl-sub {
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .p-reason__section-ttl-sub {
    font-size: 1.0625rem;
    margin-bottom: -0.75rem;
  }
}

.p-reason__section-ttl-arrow {
  display: block;
  width: 105%;
  height: 0.625rem;
  border-bottom: 0.125rem solid #ffffff;
  border-right: 0.125rem solid #ffffff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

.p-reason__section-ttl {
  font-size: 5rem;
  font-weight: 700;
  color: #F6F97B;
  font-family: "Zen Old Mincho", serif;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
@media screen and (max-width: 768px) {
  .p-reason__section-ttl {
    font-size: 3.125rem;
  }
}

.p-reason__section-ttl--big {
  font-size: 7.5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__section-ttl--big {
    font-size: 4.75rem;
  }
}

.p-reason__box-wrapper {
  padding-top: 1.0625rem;
}

.p-reason__box {
  padding: 2.4375rem 0 4.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .p-reason__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.75rem;
    padding: 0 0 3.75rem;
  }
}

.p-reason__box:not(:last-child) {
  border-bottom: 0.0625rem solid #ccc;
}
@media screen and (max-width: 768px) {
  .p-reason__box:not(:last-child) {
    border-bottom: none;
  }
}

.p-reason__box--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-reason__box--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.p-reason__ttl-num {
  font-size: 5rem;
  font-weight: 700;
  color: #B0DFF6;
  display: inline-block;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg); /* 斜めの角度を調整 */
}
@media screen and (max-width: 768px) {
  .p-reason__ttl-num {
    font-size: 3rem;
  }
}

.p-reason__ttl {
  font-size: 1.875rem;
  font-weight: 700;
  color: #0089CE;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .p-reason__ttl {
    font-size: 1.5rem;
  }
}

.p-reason__txt {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-reason__txt {
    font-size: 0.875rem;
  }
}

.p-reason__txt:not(:first-child) {
  padding-top: 1rem;
}

.p-reason__txt--small {
  font-size: mre(15);
}

.p-reason__picture {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .p-reason__picture {
    margin: 0 auto;
  }
}

.p-reason__img {
  width: 21.875rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-reason__img {
    width: 100%;
    max-width: 25rem;
  }
}

.p-solution {
  width: 100%;
  height: 100%;
  background-image: url("../images/solution-top.webp"), url("../images/solution-bottom.webp");
  background-position: top center, bottom center; /* 画像の位置を上と下に指定 */
  background-repeat: no-repeat, no-repeat; /* 画像を繰り返さない */
  background-size: contain, contain; /* 画像のサイズを指定 */
}
@media screen and (max-width: 768px) {
  .p-solution {
    background-size: 160%, 160%;
  }
}

.p-solution__section-ttl {
  font-size: 3.25rem;
  font-weight: 700;
  color: #0089CE;
  padding-top: 7.3125rem;
  text-align: center;
  position: relative;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-solution__section-ttl {
    font-size: 1.875rem;
    padding-top: 5.625rem;
  }
}

.p-solution__section-ttl::before {
  content: "";
  width: 5.1875rem;
  height: 8rem;
  display: block;
  background-image: url(../images/solution-accent-left.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -10%;
  bottom: -1.375rem;
}
@media screen and (max-width: 768px) {
  .p-solution__section-ttl::before {
    width: 3.4375rem;
    height: 4.875rem;
    bottom: -0.9375rem;
  }
}

.p-solution__section-ttl::after {
  content: "";
  width: 5.1875rem;
  height: 8rem;
  display: block;
  background-image: url(../images/solution-accent-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  right: -10%;
  bottom: -1.375rem;
}
@media screen and (max-width: 768px) {
  .p-solution__section-ttl::after {
    width: 3.4375rem;
    height: 4.875rem;
    bottom: -0.9375rem;
  }
}

.p-solution__section-ttl--small {
  font-size: 2rem;
  color: #0089CE;
}
@media screen and (max-width: 768px) {
  .p-solution__section-ttl--small {
    font-size: 1.125rem;
    padding-top: 0.3125rem;
  }
}

.p-solution__section-ttl--accent {
  font-size: 5rem;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  color: #E50000;
}
@media screen and (max-width: 768px) {
  .p-solution__section-ttl--accent {
    font-size: 2.8125rem;
  }
}

.p-solution__contents {
  padding-top: 2.5rem;
  padding-bottom: 7.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  gap: 2.5rem 5rem;
}
@media screen and (max-width: 768px) {
  .p-solution__contents {
    grid-template-columns: 1fr;
    padding-bottom: 7.0625rem;
  }
}

.p-solution__item {
  width: 18.5rem;
  height: 18.5rem;
  height: auto;
  background-image: url(../images/solution-circle.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .p-solution__item {
    width: 15rem;
    height: 15rem;
  }
}

.p-solution__img {
  width: 11.25rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-solution__img {
    width: 9.0625rem;
  }
}

.p-solution__item-txt {
  color: #00346D;
  font-size: 1.3125rem;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-solution__item-txt {
    font-size: 1rem;
  }
}

.p-thanks {
  background-color: #E0F5FF;
  width: 100%;
  height: 100%;
  padding: 7.5rem 0 3.75rem;
}
@media screen and (max-width: 768px) {
  .p-thanks {
    padding: 3.75rem 0 3.75rem;
  }
}

.p-thanks__ttl {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  color: #0089CE;
}
@media screen and (max-width: 768px) {
  .p-thanks__ttl {
    font-size: 1.5rem;
  }
}

.p-thanks__txt {
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #00346D;
  padding-top: 2.5rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-thanks__txt {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-voice {
  padding: 3.75rem 0;
}
@media screen and (max-width: 768px) {
  .p-voice {
    padding: 2.5rem 0 3.75rem;
  }
}

.p-voice__section-ttl {
  background: linear-gradient(45deg, #FF9898 0%, #FF9898 18rem, rgba(196, 215, 209, 0) 18rem, rgba(196, 215, 209, 0) 100%);
  font-size: 2.5rem;
  font-weight: 500;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 1.25rem;
}
@media screen and (max-width: 768px) {
  .p-voice__section-ttl {
    font-size: 1.3125rem;
  }
}

.p-voice__trumpet {
  width: 4.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-voice__trumpet {
    width: 2.8125rem;
  }
}

.p-voice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FFF0F0;
  border: 0.25rem solid #FF9898;
  padding: 2.5rem 4.5rem;
  gap: 4.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-voice__box {
    padding: 1.625rem 1.3125rem 1.125rem 0.5rem;
    gap: 1.4375rem;
  }
}

.p-voice__person {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-voice__person {
    width: 3.875rem;
  }
}

.p-voice__woman {
  width: 7.5rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-voice__woman {
    width: 2.625rem;
  }
}

.p-voice__person-info {
  padding-top: 0.6875rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-voice__person-info {
    font-size: 0.5625rem;
  }
}

.p-voice__message {
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-voice__message {
    font-size: 0.6875rem;
    width: 100%;
  }
}

.u-center {
  margin: 0 auto;
}

.u-over-parent {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}

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

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

.u-text-center {
  text-align: center;
}
/*# sourceMappingURL=styles.css.map */
