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

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

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

html,
body,
header,
footer {
  letter-spacing: 0 !important;
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

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

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

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

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

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

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

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
}
.l-banner {
  height: 20.8125rem;
}
@media screen and (max-width: 767px) {
  .l-banner {
    height: 27.5625rem;
  }
}

.l-contact {
  padding-top: 6.25rem;
  padding-bottom: 6.0625rem;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.l-faq {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-faq {
    padding: 3.375rem 0 3.75rem;
  }
}

.l-flow {
  padding: 5.6875rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-flow {
    padding: 3.75rem 0;
  }
}

.l-flow02 {
  padding: 6.25rem 0 6.8125rem;
}
@media screen and (max-width: 767px) {
  .l-flow02 {
    padding: 3.75rem 0;
  }
}

.l-footer {
  padding: 3.75rem 0 4.875rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 3.75rem 0 1.6875rem;
  }
}

.l-fv {
  height: 47.5rem;
}
@media screen and (max-width: 767px) {
  .l-fv {
    height: 35.4375rem;
  }
}

.l-header {
  width: 100%;
  height: 5rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 3.75rem;
  }
}

.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 65.625rem;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.l-jirei {
  padding: 5.25rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-jirei {
    padding: 3.75rem 0;
  }
}

.l-logo {
  padding: 1.125rem 0;
}

.l-onayami {
  padding: 6.5625rem 0 0;
}
@media screen and (max-width: 767px) {
  .l-onayami {
    padding: 3.75rem 0 0;
  }
}

.l-riyuu {
  padding: 6.25rem 0;
}
@media screen and (max-width: 767px) {
  .l-riyuu {
    padding: 3.375rem 0 3.875rem;
  }
}

#contents.l-single {
  margin-top: 9.375rem;
}
@media screen and (max-width: 767px) {
  #contents.l-single {
    margin-top: 5rem;
  }
}

.l-title-box {
  padding: 11.0625rem 0 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-title-box {
    padding: 6.5625rem 0 3.125rem;
  }
}

.c-btn {
  width: 21.875rem;
  height: 9.0625rem;
  background-color: #FF914D;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, .25);
  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;
  font-weight: bold;
  margin-inline: auto;
  color: #fff !important;
}
@media screen and (max-width: 767px) {
  .c-btn {
    width: 16.125rem;
    height: 6.6875rem;
  }
}

.c-btn__top {
  width: 100%;
  height: 24.1379310345%;
  font-size: 1.1875rem;
  line-height: 1.4210526316;
  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;
}
@media screen and (max-width: 767px) {
  .c-btn__top {
    font-size: 0.875rem;
  }
}

.c-btn__mid {
  width: 100%;
  height: 20.6896551724%;
  background-color: #BF5607;
  font-size: 0.9375rem;
  line-height: 1.875rem;
  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;
}
@media screen and (max-width: 767px) {
  .c-btn__mid {
    font-size: 0.625rem;
  }
}

.c-btn__main {
  width: 100%;
  height: 55.1724137931%;
  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;
  position: relative;
  font-size: 2.5rem;
  line-height: 1.45;
}
@media screen and (max-width: 767px) {
  .c-btn__main {
    font-size: 1.8125rem;
  }
}

.c-btn__main::after {
  content: "";
  width: 1.375rem;
  height: 1.375rem;
  background: url(../images/btn_arrow.png) no-repeat center/cover;
  position: absolute;
  top: 50%;
  right: 0.8125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-btn__main::after {
    width: 1rem;
    height: 1rem;
  }
}

.c-btn__main span {
  font-size: 0.9375rem;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .c-btn__main span {
    font-size: 0.625rem;
    margin-top: -0.25rem;
  }
}

.c-card-flow {
  height: 14.6875rem;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.875rem 0 1.375rem;
  background-color: #fff;
  border-radius: 0.625rem;
  position: relative;
}

.c-card-flow span {
  width: 3.875rem;
  height: 3.875rem;
  border-radius: 50%;
  background-color: #123A77;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(50% + 0.75rem), -50%);
          transform: translate(calc(50% + 0.75rem), -50%);
  font-size: 0.875rem;
  font-weight: bold;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-card-flow span {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, calc(100% - 0.875rem));
            transform: translate(-50%, calc(100% - 0.875rem));
  }
}

.c-card-flow span::before {
  content: "";
  width: 0.75rem;
  height: 0.6875rem;
  background: url(../images/icon_arrow.svg) no-repeat center/contain;
}
@media screen and (max-width: 767px) {
  .c-card-flow span::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.c-card-flow:nth-child(2),
.c-card-flow:nth-child(3) {
  border: 3px solid #123A77;
}

.c-card-flow__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #2B344F;
}

.c-card-flow__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7.8125rem;
}

.c-card-flow__img img {
  aspect-ratio: 125/122;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.c-card-flow__text {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4444444444;
}

.c-card-flow02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  counter-increment: num;
  position: relative;
}

.c-card-flow02:not(:last-child)::before {
  content: "";
  width: 2px;
  height: calc(100% + 1.875rem);
  background-color: #2B344F;
  position: absolute;
  left: 1.5625rem;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-card-flow02:not(:last-child)::before {
    height: calc(100% + 1.25rem);
    left: 1.25rem;
  }
}

.c-card-flow02__label {
  width: 3.125rem;
  height: 3.125rem;
  background-color: #2B344F;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0.375rem;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-card-flow02__label {
    width: 2.4375rem;
    height: 2.4375rem;
  }
}

.c-card-flow02__label::before {
  content: counter(num);
  font-size: 1.75rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c-card-flow02__label::before {
    font-size: 1.3125rem;
  }
}

.c-card-flow02__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 94.4444444444%;
}
@media screen and (max-width: 767px) {
  .c-card-flow02__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.c-card-flow02__body {
  width: 60%;
  margin-right: 1.5625rem;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-card-flow02__body {
    display: contents;
  }
}

.c-card-flow02__title {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #2B344F;
}
@media screen and (max-width: 767px) {
  .c-card-flow02__title {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 1.3125rem;
  }
}

.c-card-flow02__text {
  margin-top: 0.6875rem;
  font-weight: 500;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .c-card-flow02__text {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 0.625rem;
  }
}

.c-card-flow02__img {
  width: 36.1176470588%;
}
@media screen and (max-width: 767px) {
  .c-card-flow02__img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 0.9375rem;
    width: 100%;
  }
}

.c-card-flow02__img img {
  aspect-ratio: 307/194;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-jirei {
  padding: 1.875rem 2.5rem;
  background-color: #F7F7F7;
  border-radius: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .c-card-jirei {
    padding: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.c-card-jirei__img {
  width: 33.3695652174%;
}
@media screen and (max-width: 767px) {
  .c-card-jirei__img {
    width: 100%;
  }
}

.c-card-jirei__img img {
  aspect-ratio: 307/194;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-jirei__body {
  width: 64.2391304348%;
}
@media screen and (max-width: 767px) {
  .c-card-jirei__body {
    width: 100%;
  }
}

.c-card-jirei__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-card-jirei__category {
  border: 1px solid #2B344F;
  min-width: 4.625rem;
  min-height: 1.8125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2B344F;
  font-weight: bold;
  padding: 0.125rem 0.5rem;
}

.c-card-jirei__type {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.4545454545;
}
@media screen and (max-width: 767px) {
  .c-card-jirei__type {
    font-size: 1.125rem;
  }
}

.c-card-jirei__text {
  padding-top: 0.625rem;
  font-weight: 500;
  line-height: 1.625;
}

.c-card-jirei__comment {
  margin-top: 1.25rem;
  border-radius: 0.5rem 0.5rem 0 0;
  background-color: #2B344F;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.25rem 0.9375rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
}

.c-card-jirei__text--commnet {
  border-top: 1px solid #2B344F;
}

.c-card-riyuu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-card-riyuu__img img {
  aspect-ratio: 239/135;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-riyuu__body {
  background-color: #fff;
  padding: 1.875rem 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-card-riyuu__body {
    padding: 1.25rem 0.9375rem 1.875rem;
  }
}

.c-card-riyuu__title {
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #2B344F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-card-riyuu__title {
    font-size: 1.25rem;
    text-align: center;
    width: 100%;
  }
}

.c-card-riyuu__text {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714285714;
}

.c-card-riyuu02 {
  padding: 1.6875rem 1.875rem 1.6875rem 2.5rem;
  background-color: #fff;
  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;
  gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .c-card-riyuu02 {
    display: block;
  }
}

.c-company {
  background-color: #fff;
  padding: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .c-company {
    width: 21.5625rem;
    height: 17.6875rem;
    margin-inline: auto;
  }
}

.c-company__inner {
  border: 2px solid #2B344F;
  width: 100%;
  height: 100%;
}

.c-company__lead {
  margin-top: 1rem;
  font-size: 1.4375rem;
  font-weight: bold;
  line-height: 1.4782608696;
  text-align: center;
  color: #2B344F;
}

.c-company__list {
  margin-top: 0.375rem;
  max-width: 20.4375rem;
  margin-inline: auto;
}

.c-section-title {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4375;
  text-align: 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;
  gap: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .c-section-title {
    font-size: 1.5rem;
    gap: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-section-title--min {
    font-size: 1.375rem;
  }
}

.c-section-title span {
  width: 5rem;
  height: 0.5rem;
  background-color: #B9CBE8;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-section-title span {
    width: 3.125rem;
    height: 0.25rem;
  }
}

.c-section-title span::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #2B344F;
  position: absolute;
  top: 0;
  left: 0;
}

.p-banner {
  background: url(../images/banner_bg.jpg) no-repeat center/cover;
  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: 767px) {
  .p-banner {
    background: url(../images/banner_bg-sp.jpg) no-repeat center/cover;
  }
}

.p-banner__list {
  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: 4.0625rem;
}
@media screen and (max-width: 767px) {
  .p-banner__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

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

.p-banner__title {
  font-size: 1.8125rem;
  font-weight: bold;
  line-height: 1.4482758621;
  color: #FFF583;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.1875rem;
}
@media screen and (max-width: 767px) {
  .p-banner__title {
    font-size: 1.375rem;
  }
}

.p-banner__title::before,
.p-banner__title::after {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/banner_title.svg) no-repeat center/cover;
}

.p-banner__title::before {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.p-banner__btn {
  margin-top: 2.5rem;
  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;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-banner__btn {
    margin-top: 1.875rem;
  }
}

.p-banner__btn span {
  width: 14.3125rem;
  height: 2.3125rem;
  border-radius: 1.1875rem;
  background-color: #2B344F;
  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;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.p-banner__btn a {
  width: 21.875rem;
  height: 5rem;
  border-radius: 0.625rem;
  background-color: #fff;
  border: 0.25rem solid #2B344F;
  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;
  -webkit-box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, .25);
  color: #2B344F;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4375;
  position: relative;
  padding-top: 0.5rem;
}

.p-banner__btn a::before,
.p-banner__btn a::after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: 0.25rem;
}

.p-banner__btn a::before {
  width: 1.875rem;
  height: 2rem;
  background: url(../images/icon_tel-header.svg) no-repeat center/cover;
  left: 2.0625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.p-banner__btn a::after {
  width: 1.5rem;
  height: 1.5rem;
  background: url(../images/icon_arrow-blue.svg) no-repeat center/cover;
  right: 2.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-banner__btn a::after {
    right: 1.8125rem;
  }
}

.p-banner__item:nth-child(2) .p-banner__btn a {
  background-color: #FF914D;
  color: #fff;
  border: none;
  font-size: 1.375rem;
}

.p-banner__item:nth-child(2) .p-banner__btn a::before {
  display: none;
}

.p-banner__item:nth-child(2) .p-banner__btn a::after {
  background: url(../images/icon_arrow-white.svg) no-repeat center/cover;
}

.p-company-box {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-company-box {
    display: block;
    margin-top: -7.5rem;
    position: relative;
    z-index: 30;
  }
}

.p-contact {
  background-color: #2B344F;
  position: relative;
}

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

.p-contact__title {
  color: #fff;
}

.p-contact__title span::before {
  background-color: #fff;
}

.p-contact__sub-title {
  font-size: 1.125rem;
}

.p-contact__box {
  margin-top: 2.75rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 3.75rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__box {
    margin-top: 2.5rem;
    padding: 1.875rem 1.25rem;
  }
}

.p-faq {
  background-color: #ECF2FC;
  overflow: hidden;
}

.p-faq__contents {
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-faq__contents {
    margin-top: 2.5rem;
  }
}

.p-faq__area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.6875rem;
  padding: 1.1875rem 1.875rem;
  background-color: #fff;
  border-radius: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__area {
    padding: 0.875rem 1.25rem 0.875rem 0.8125rem;
    gap: 0.625rem;
  }
}

.p-faq__area:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-faq__area::before {
  content: "Q.";
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.4666666667;
  color: #FF914D;
  margin-top: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq__area::before {
    font-size: 1.375rem;
    margin-top: -0.25rem;
  }
}

.p-faq__box {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-faq__q {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 0.625rem;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-faq__q {
    font-size: 1.125rem;
    padding-right: 2.625rem;
  }
}

.p-faq__q::before,
.p-faq__q::after {
  content: "";
  display: block;
  width: 1.25rem;
  height: 0.1875rem;
  background-color: #2B344F;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-faq__q::before,
  .p-faq__q::after {
    top: 25%;
  }
}

.p-faq__q::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-faq__q.close::after {
  -webkit-transform: translateY(-50%) rotate(0deg);
          transform: translateY(-50%) rotate(0deg);
}

.p-faq__a {
  padding-top: 0.625rem;
  font-weight: 500;
  line-height: 1.625;
  border-top: 2px solid #ECF2FC;
  display: none;
}

.p-faq__map {
  margin-top: 6.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.25rem;
}
@media screen and (max-width: 767px) {
  .p-faq__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2.5rem;
    gap: 1.1875rem;
  }
}

.p-faq__body {
  width: 47.8%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-faq__body {
    width: 100%;
  }
}

.p-faq__lead {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625rem;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-faq__lead {
    font-size: 1.625rem;
  }
}

.p-faq__lead span {
  background-color: #2B344F;
  padding: 0 1.125rem;
}

.p-faq__text {
  margin-top: 2.0625rem;
  font-size: 1.25rem;
  line-height: 1.7;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-faq__text {
    margin-top: 0.625rem;
    font-size: 1rem;
  }
}

.p-faq__text span {
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 0.3125rem;
  display: inline-block;
}

.p-faq__map-img {
  width: 100vw;
  background-color: #fff;
  margin-right: calc(50% - 50vw);
  padding: 0.9375rem 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-faq__map-img {
    margin-right: 0;
    width: 100%;
    padding: 0.75rem;
  }
}

.p-faq__map-img img {
  max-width: 25.6875rem;
}
@media screen and (max-width: 767px) {
  .p-faq__map-img img {
    max-width: 100%;
  }
}

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

.p-flow__cards {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .p-flow__card {
    width: 14.6875rem;
    height: 14.6875rem;
    margin-inline: auto;
  }
}

.p-flow__lead {
  margin-top: 1.6875rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4375;
  color: #2B344F;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__lead {
    margin-top: 0.9375rem;
    font-size: 1.5625rem;
    line-height: 1.6;
  }
}

.p-flow__lead .strong {
  color: #FF914D;
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-flow__lead .strong {
    font-size: 1.75rem;
  }
}

.p-flow__lead .point {
  background-image: radial-gradient(circle at center, #FF914D 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.06em;
}

.p-flow__img {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-flow__img {
    margin-top: 1.25rem;
  }
}

.p-flow__img img {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-flow__img img {
    width: 8.75rem;
  }
}

.p-flow__text {
  margin-top: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-flow__text {
    margin-top: 1.0625rem;
  }
}

.p-flow__text img {
  margin-inline: auto;
}

.p-flow02 {
  background-color: #ECF2FC;
}

.p-flow02__cards {
  margin-top: 2.8125rem;
  background-color: #fff;
  border-radius: 1.25rem;
  padding: 2.5rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-flow02__cards {
    padding: 1.875rem 1.25rem 1.875rem 0.625rem;
    margin-top: 2.5rem;
  }
}

.p-flow02__card:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-flow02__card:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.p-footer {
  background-color: #fff !important;
}

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

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  line-height: 1.5;
}

.p-footer__item {
  padding: 0 0.5rem;
}

.p-footer__item a {
  color: #000;
}

.p-footer__item:nth-child(n+2) {
  border-left: 1px solid;
}

.p-footer__copy {
  font-size: 0.75rem;
  font-weight: 500;
}

.p-form .wpcf7 {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background-color: inherit;
}

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

.p-form__box:nth-child(n+2) {
  margin-top: 1.25rem;
}

.p-form__box dt {
  width: 25.119047619%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.4444444444;
  padding-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .p-form__box dt {
    width: 100%;
    font-size: 1rem;
  }
}

.p-form__box dt span {
  width: 2.8125rem;
  height: 1.3125rem;
  background-color: #FF914D;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

.p-form__box dd {
  width: 74.880952381%;
}
@media screen and (max-width: 767px) {
  .p-form__box dd {
    width: 100%;
  }
}

.p-form__box dd input {
  padding: 0 1.25rem !important;
  width: 100%;
  height: 3.125rem;
  background-color: #F7F7F7;
  border: none !important;
}

.p-form__box dd input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__box dd input::-moz-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__box dd input::-ms-input-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__box dd input::placeholder {
  color: rgba(0, 0, 0, .4);
}

.wpcf7-form-control-wrap input[type=text],
.wpcf7-form-control-wrap input[type=tel],
.wpcf7-form-control-wrap input[type=email],
.wpcf7-form-control-wrap textarea {
  margin-bottom: 0 !important;
}

.p-form__box dd textarea {
  padding: 0.6875rem 1.25rem;
  width: 100%;
  height: 14.375rem;
  background-color: #F7F7F7;
  border: none;
}

.p-form__box dd textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__box dd textarea::-moz-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__box dd textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__box dd textarea::placeholder {
  color: rgba(0, 0, 0, .4);
}

.p-form__box dd input[type=tel] {
  max-width: 18.75rem;
}

.p-form__post-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.p-form__post-num input:nth-child(1) {
  width: 4.375rem;
}

.p-form__post-num span:nth-of-type(2) {
  position: relative;
}

.p-form__post-num span:nth-of-type(2) input {
  width: 5.0625rem;
}

.p-form__post-num span:nth-of-type(1) .wpcf7-not-valid-tip {
  display: none;
}

.p-form__post-num span:nth-of-type(2) .wpcf7-not-valid-tip {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(110%, -50%);
          transform: translate(110%, -50%);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-form__post-num span:nth-of-type(2) .wpcf7-not-valid-tip {
    white-space: wrap;
  }
}

.p-form__address {
  margin-top: 0.625rem;
}

.p-form__btn {
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-form__btn {
    margin-top: 1.875rem;
  }
}

.p-form__btn input {
  width: 17.5rem;
  height: 3.75rem;
  background-color: #2B344F !important;
  border-radius: 1.875rem !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  -webkit-box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, .25);
          box-shadow: 0 0.3125rem 0.5rem rgba(0, 0, 0, .25);
  border: none;
  font-size: 1.25rem !important;
  font-weight: bold;
  cursor: pointer;
}

.p-fv {
  background: url(../images/fv-bg.jpg) no-repeat center/cover;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-fv {
    background: url(../images/fv-bg-sp.jpg) no-repeat top/cover;
  }
}

@media screen and (max-width: 767px) {
  .p-fv::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: absolute;
    top: 0;
    left: 0;
  }
}

.p-fv::after {
  content: "";
  width: 100%;
  height: 12.625rem;
  background-color: #0EA4B1;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-fv::after {
    height: 12.5rem;
  }
}

.p-fv__inner {
  max-width: 78.125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-fv__textarea {
  color: #fff;
  padding-top: 6.25rem;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .p-fv__textarea {
    width: 100%;
    padding-top: 4.5625rem;
  }
}

.p-fv__text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.p-fv__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-fv__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
  }
}

.p-fv__top-lead {
  width: 48.875rem;
  height: 5.3125rem;
  background-color: #2B344F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 3.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-fv__top-lead {
    width: 100%;
    height: 2.9375rem;
    font-size: 1.5rem;
    letter-spacing: -0.025em;
  }
}

.p-fv__top-lead span {
  font-size: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-fv__top-lead span {
    font-size: 1rem;
  }
}

.p-fv__top img {
  width: 11.3125rem;
}
@media screen and (max-width: 767px) {
  .p-fv__top img {
    width: 12.625rem;
  }
}

.p-fv__copy {
  margin-top: 0.8125rem;
  font-size: 4.75rem;
  font-weight: 800;
  text-shadow: 0 0 8px rgba(0, 0, 0, .5);
  position: relative;
  z-index: 50;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .p-fv__copy {
    margin-top: 0.4375rem;
    font-size: 1.5625rem;
    letter-spacing: 0.025em;
    text-align: left;
    line-height: 1.4;
  }
}

.p-fv__copy span {
  font-size: 5.9375rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__copy span {
    font-size: 2.875rem;
  }
}

.p-fv__copy span::after {
  content: "";
  width: 100%;
  height: 1.5625rem;
  background-color: #FFF583;
  position: absolute;
  left: 0;
  bottom: 0.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fv__copy span::after {
    height: 0.625rem;
    bottom: 0.25rem;
  }
}

.p-fv__btn {
  margin-top: 1.8125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fv__btn {
    margin-top: 1.25rem;
  }
}

.p-fv__imgarea {
  width: 100%;
  position: absolute;
  bottom: 1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-fv__imgarea {
    width: 100%;
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    bottom: 1.25rem;
  }
}

.p-fv__bottom-img {
  width: 20.25rem;
  margin-right: 1.5625rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fv__bottom-img {
    margin-right: 0;
  }
}

.p-fv__bottom-img-text {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  margin: 0.5rem;
}

.p-fv__bottom-img-text span {
  font-size: 1.75rem;
}

.p-fv__img {
  width: 35.75rem;
  margin-bottom: -5.625rem;
  margin-right: -17.5rem;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-fv__img {
    margin-top: 0;
    margin-right: 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    width: 12.5rem;
    z-index: 5;
    -webkit-transform: translate(10%, -70%);
            transform: translate(10%, -70%);
  }
}

.p-header {
  background-color: #fff;
  -webkit-box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
          box-shadow: 0 0.1875rem 0.375rem rgba(0, 0, 0, .16);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 200;
  letter-spacing: 0;
}

.p-header__inner {
  width: 100%;
  height: 100%;
  padding-left: 6.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}

.p-header__logo {
  max-width: 22.75rem;
  max-height: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    max-width: 9.6875rem;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-header__item {
  font-family: "Noto Serif JP", serif;
  width: 7.8125rem;
  height: 3.75rem;
  background-color: #fff;
  border: 2px solid #2B344F;
  border-radius: 0.1875rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #2B344F;
  font-size: 1.1875rem;
  font-weight: 900;
  line-height: 1.2631578947;
}
@media screen and (max-width: 767px) {
  .p-header__item {
    width: 3.3125rem;
    height: 2.8125rem;
    font-size: 0.75rem;
    text-align: center;
  }
}

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

.p-header__tel-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  color: #2B344F;
  margin-left: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-header__tel-box {
    width: 50%;
    background-color: #fff;
    border: 0.25rem solid #2B344F;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-header__tel {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .p-header__tel {
    font-size: 1.125rem;
    gap: 0.1875rem;
  }
}

.p-header__tel::before {
  content: "";
  width: 1.875rem;
  height: 2rem;
  background: url(../images/icon_tel-header.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-header__tel::before {
    width: 1.3125rem;
    height: 1.375rem;
  }
}

.p-header__time {
  font-size: 0.875rem;
  font-weight: bold;
  margin-top: -0.375rem;
}
@media screen and (max-width: 767px) {
  .p-header__time {
    font-size: 0.625rem;
    margin-left: 2.125rem;
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-header__btn {
    width: 50%;
  }
}

.p-header__btn a {
  width: 15.625rem;
  height: 5rem;
  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;
  background-color: #FF914D;
  color: #fff;
  margin-left: 0.8125rem;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-header__btn a {
    width: 100%;
    height: 3.75rem;
    margin-left: 0;
    font-size: 1.125rem;
    gap: 0.25rem;
  }
}

.p-header__btn a span {
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-header__btn a span {
    font-size: 0.75rem;
  }
}

.toppost-list-box-simple .post-list-mag,
.toppost-list-box-simple .post-list-mag-sp1col {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-jirei__icon-list {
  margin-top: 2.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-jirei__icon-list {
    margin-top: 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 0.5rem;
    max-width: 28.125rem;
    margin-inline: auto;
  }
}

.p-jirei__icon {
  width: 9.375rem;
  height: 9.375rem;
  border-radius: 50%;
  background-color: #2B344F;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .p-jirei__icon {
    width: 6.8125rem;
    height: 6.8125rem;
    font-size: 0.8125rem;
    gap: 0.3125rem;
  }
}

.p-jirei__icon::before {
  content: "";
  width: 4.5rem;
  height: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-jirei__icon::before {
    width: 3.3125rem;
    height: 3.3125rem;
  }
}

.p-jirei__icon:nth-child(1):before {
  background: url(../images/icon_jirei01.svg) no-repeat center/contain;
}

.p-jirei__icon:nth-child(2):before {
  background: url(../images/icon_jirei02.svg) no-repeat center/contain;
}

.p-jirei__icon:nth-child(3):before {
  background: url(../images/icon_jirei03.svg) no-repeat center/contain;
}

.p-jirei__icon:nth-child(4):before {
  background: url(../images/icon_jirei04.svg) no-repeat center/contain;
}

.p-jirei__icon:nth-child(5):before {
  background: url(../images/icon_jirei05.svg) no-repeat center/contain;
}

.p-jirei__cards {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-jirei__cards {
    margin-top: 1.875rem;
  }
}

.p-jirei__card:nth-child(n+2) {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-jirei__card:nth-child(n+2) {
    margin-top: 1.25rem;
  }
}

.p-logo__wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.p-logo__slide img {
  aspect-ratio: 230/92;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-onayami {
  position: relative;
}

.p-onayami::after {
  content: "";
  width: 100%;
  height: 18.1875rem;
  background-color: #ECF2FC;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-onayami::after {
    height: 19.25rem;
  }
}

.p-onayami__title {
  font-size: 2.4375rem;
  font-weight: bold;
  line-height: 1.4358974359;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-onayami__title {
    font-size: 1.5rem;
  }
}

.p-onayami__title .orange {
  color: #FF914D;
}

.p-onayami__title .large {
  font-size: 2.875rem;
  background-image: radial-gradient(circle at center, #FF914D 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}
@media screen and (max-width: 767px) {
  .p-onayami__title .large {
    font-size: 1.875rem;
  }
}

.p-onayami__box {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-onayami__box {
    max-width: 28.75rem;
    margin-inline: auto;
    padding-top: 14.1875rem;
  }
}

.p-onayami__img {
  width: 14.6875rem;
  margin-inline: auto;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-onayami__img {
    margin-top: 0;
    width: 6rem;
  }
}

.p-onayami__item {
  padding: 1.25rem 2.5rem;
  min-width: 17.875rem;
  background-color: #ECF2FC;
  border-radius: 1.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3636363636;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-onayami__item {
    padding: 0.75rem 0.9375rem;
    font-size: 0.875rem;
    min-width: auto;
  }
}

.p-onayami__item::before {
  content: "";
  width: 2.5625rem;
  height: 2.1875rem;
  background: url(../images/fukidashi.png) no-repeat center/contain;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .p-onayami__item::before {
    width: 1.625rem;
    height: 1.375rem;
  }
}

.p-onayami__item:nth-child(1) {
  top: 2.25rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-onayami__item:nth-child(1) {
    width: 12.9375rem;
    top: 3rem;
  }
}

.p-onayami__item:nth-child(1)::before {
  top: 1.9375rem;
  right: 0;
  -webkit-transform: translateX(86%);
          transform: translateX(86%);
}
@media screen and (max-width: 767px) {
  .p-onayami__item:nth-child(1)::before {
    top: auto;
    bottom: 0;
    left: 4rem;
    -webkit-transform: translate(0, 86%) rotate(90deg) scale(1, -1);
            transform: translate(0, 86%) rotate(90deg) scale(1, -1);
  }
}

.p-onayami__item:nth-child(2) {
  bottom: 2.5625rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-onayami__item:nth-child(2) {
    bottom: 7.375rem;
    width: 7.25rem;
  }
}

.p-onayami__item:nth-child(2)::before {
  top: 0.625rem;
  right: 0;
  -webkit-transform: translateX(86%) scale(1, -1);
          transform: translateX(86%) scale(1, -1);
}
@media screen and (max-width: 767px) {
  .p-onayami__item:nth-child(2)::before {
    right: auto;
    left: 1.75rem;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 86%) rotate(90deg) scale(1, -1);
            transform: translate(0, 86%) rotate(90deg) scale(1, -1);
  }
}

.p-onayami__item:nth-child(3) {
  top: 2.25rem;
  right: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-onayami__item:nth-child(3) {
    top: 1.25rem;
    right: 0.8125rem;
    width: 7rem;
  }
}

.p-onayami__item:nth-child(3)::before {
  bottom: 0;
  left: 0.625rem;
  -webkit-transform: translateY(86%) rotate(90deg);
          transform: translateY(86%) rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-onayami__item:nth-child(3)::before {
    left: auto;
    right: 1.9375rem;
  }
}

.p-onayami__item:nth-child(4) {
  bottom: 2.5625rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-onayami__item:nth-child(4) {
    bottom: 9.5rem;
    width: 11.6875rem;
  }
}

.p-onayami__item:nth-child(4)::before {
  top: 0.5rem;
  left: 0;
  -webkit-transform: translateX(-86%) rotate(180deg);
          transform: translateX(-86%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .p-onayami__item:nth-child(4)::before {
    top: auto;
    bottom: 0;
    left: auto;
    right: 2.5rem;
    -webkit-transform: translate(0, 86%) rotate(90deg);
            transform: translate(0, 86%) rotate(90deg);
  }
}

.p-onayami__copy {
  width: 37.875rem;
  height: 9.6875rem;
  background-color: #2B344F;
  border: 0.375rem solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.9375rem;
  margin-inline: auto;
  color: #fff;
  font-size: 2.4375rem;
  font-weight: bold;
  line-height: 1.4358974359;
  text-align: center;
  -webkit-box-shadow: 0 0 0.9375rem rgba(0, 0, 0, .25);
          box-shadow: 0 0 0.9375rem rgba(0, 0, 0, .25);
}
@media screen and (max-width: 767px) {
  .p-onayami__copy {
    width: 100%;
    max-width: 28.75rem;
    height: 6.875rem;
    border: 0.25rem solid #fff;
    font-size: 1.5rem;
    gap: 0.625rem;
  }
}

.p-onayami__copy::before {
  content: "";
  width: 3.0625rem;
  height: 5.125rem;
  background: url(../images/icon_onayami.svg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .p-onayami__copy::before {
    width: 2rem;
    height: 3.25rem;
  }
}

.p-onayami__text {
  margin-top: 2.4375rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.0909090909;
}
@media screen and (max-width: 767px) {
  .p-onayami__text {
    margin-top: 1.25rem;
    font-size: 1rem;
  }
}

.p-onayami__text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF583));
  background: linear-gradient(transparent 60%, #FFF583 60%);
}

.p-policy__content {
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 500;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-policy__content {
    font-size: 0.875rem;
    padding-bottom: 3.125rem;
  }
}

.p-policy__bottom {
  margin-top: 2.5rem;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .p-policy__bottom {
    margin-top: 1.25rem;
  }
}

.p-riyuu {
  background-color: #F7F7F7;
}

.p-riyuu__cards {
  margin-top: 3.125rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-riyuu__cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.25rem;
  }
}

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

.p-riyuu__lead {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-riyuu__lead {
    margin-top: 3.75rem;
    width: 18.25rem;
    margin-inline: auto;
  }
}

.p-riyuu__table {
  margin-top: 1.875rem;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #2B344F;
}

.p-riyuu__table tr:nth-child(2) td:nth-child(1) {
  border-right: 2px solid #2B344F;
}
@media screen and (max-width: 767px) {
  .p-riyuu__table tr:nth-child(2) td:nth-child(1) {
    border-right: none;
    border-bottom: 2px solid #2B344F;
  }
}

.p-riyuu__table tr:nth-child(1) td {
  width: 100%;
  height: 3.4375rem;
  background-color: #2B344F;
  color: #fff;
  text-align: center;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
}
@media screen and (max-width: 767px) {
  .p-riyuu__table tr:nth-child(1) td {
    font-size: 1.375rem;
  }
}

.p-riyuu__table tr:not(:nth-child(1)) td {
  width: 50%;
  padding: 1.25rem;
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1.4285714286;
  color: #2B344F;
  vertical-align: top;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-riyuu__table tr:not(:nth-child(1)) td {
    padding: 0.9375rem 1.5rem 1.25rem 0.625rem;
    font-size: 1.25rem;
  }
}

.p-riyuu__table tr:not(:nth-child(1)) td p {
  font-size: 1.25rem;
  font-weight: 500;
  padding-left: 1.25rem;
  color: #000;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-riyuu__table tr:not(:nth-child(1)) td p {
    font-size: 1rem;
  }
}

.p-riyuu__table tr:not(:nth-child(1)) td p span {
  font-size: 0.875rem;
}

.p-single #main-contents.main-contents {
  width: 80%;
  margin-inline: auto;
  float: none;
}

.p-thanks__content {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-thanks__content {
    font-size: 0.875rem;
  }
}

.p-title-box {
  text-align: center;
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-title-box {
    font-size: 1.25rem;
  }
}

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

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
