@charset "UTF-8";
/*****************************
* 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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}
@media (max-width: 390px) {
  html {
    font-size: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.5238095238vw;
  }
}
@media (min-width: 1050px) {
  html {
    font-size: 100%;
  }
}

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

main {
  overflow-x: clip;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

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

.l-inner {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1050px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-inner-fullblead {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner-fullblead {
    max-width: unset;
    width: 100%;
    padding-right: unset;
    padding-left: unset;
  }
}

.l-inner-wide {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner-wide {
    max-width: 1130px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-inner-narrow {
  width: 100%;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner-narrow {
    max-width: 1050px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.l-page {
  max-width: 500px;
  margin-inline: auto;
  -webkit-box-shadow: 0 0 40px rgba(51, 51, 51, 0.4);
          box-shadow: 0 0 40px rgba(51, 51, 51, 0.4);
  contain: paint;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  min-height: 100lvh;
}
@media screen and (min-width: 768px) {
  .l-page {
    max-width: unset;
  }
}

.c-title {
  text-align: center;
}
.c-title span {
  font-size: 2rem;
  font-weight: 700;
  color: #2D71C2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, transparent), color-stop(70%, #FFF852), to(#FFF852));
  background: linear-gradient(to bottom, transparent 0, transparent 70%, #FFF852 70%, #FFF852 100%);
}

.p-fv__wait-wrap {
  background-color: #2D71C2;
}

.p-wait {
  padding-block: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1080px;
  margin-inline: auto;
  padding-left: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-wait {
    padding-left: unset;
  }
}
.p-wait__title {
  margin-right: 0.5rem;
  background-color: #fff;
  color: #2D71C2;
  padding: 0rem 0.3125rem 0.125rem;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .p-wait__title {
    margin-right: 2.1875rem;
    padding: 0.1875rem 1.625rem 0.25rem;
  }
}
.p-wait__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: calc(50% - 50vw);
  overflow-x: hidden;
  white-space: nowrap;
}
.p-wait__text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  padding-right: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-wait__text {
    padding-right: 16.25rem;
    font-size: 1rem;
  }
}
.p-wait__text span {
  color: #FFF852;
}
.p-wait__text {
  -webkit-animation: scroll 10s linear infinite;
          animation: scroll 10s linear infinite;
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.p-btns {
  padding: 0.3125rem 0 0.625rem;
  background-color: #E8F2FF;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .p-btns {
    padding: 1rem 0 0.625rem;
  }
}
.p-btns__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-btns__list {
    display: grid;
    grid-template-columns: 27.78% 27.78% 36.11%;
    max-width: 1080px;
    margin-inline: auto;
    gap: 2.8125rem;
  }
}
.p-btns__list a {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-btns__list picture {
  -webkit-filter: drop-shadow(0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}
.p-btns__list img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-btns__line {
  width: 2.6875rem;
  height: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-btns__line {
    width: 100%;
    height: auto;
  }
}
.p-btns__mail {
  width: 2.6875rem;
  height: 2.6875rem;
}
@media screen and (min-width: 768px) {
  .p-btns__mail {
    width: 100%;
    height: auto;
  }
}
.p-btns__tel {
  width: 16.5625rem;
  height: 2.6875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-btns__tel {
    width: 100%;
    height: auto;
  }
}
.p-btns__tel span {
  position: absolute;
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  bottom: 0;
  left: 3rem;
}
@media screen and (min-width: 768px) {
  .p-btns__tel span {
    font-size: clamp(22px, 0.78453px + 2.76243vw, 32px);
    bottom: 50%;
    line-height: 0;
    left: clamp(80px, -4.86188px + 11.04972vw, 120px);
  }
}

.p-hurry {
  position: relative;
  background-color: #E8F2FF;
  padding-top: 1.875rem;
}
.p-hurry__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
  z-index: 2;
  padding-inline: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-hurry__content {
    width: unset;
    margin-inline: unset;
  }
}
.p-hurry__content-inner {
  padding-bottom: 2.875rem;
}
@media screen and (min-width: 768px) {
  .p-hurry__content-inner {
    padding-bottom: 4.9375rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: unset;
    width: 100%;
    gap: 1.5rem;
    width: 57.5%;
  }
}
.p-hurry__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-hurry__title-wrap {
    gap: 1.125rem;
  }
}
.p-hurry__title {
  margin-inline: auto;
  width: 21.375rem;
  height: 3.875rem;
}
.p-hurry__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-hurry__title {
    width: 26rem;
    height: 5.3125rem;
  }
}
.p-hurry__lead {
  font-size: 0.875rem;
  text-align: start;
}
@media screen and (min-width: 768px) {
  .p-hurry__lead {
    font-size: 1rem;
    text-align: center;
  }
}
.p-hurry__btn-wrap {
  margin-top: 0.875rem;
  width: 63.45%;
  display: grid;
  grid-template-areas: "today tomorrow" "day-after-tomorrow otherday";
  grid-template-columns: 1fr 1fr;
  gap: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-hurry__btn-wrap {
    width: unset;
    margin-top: 1.5rem;
    grid-template-areas: "today tomorrow day-after-tomorrow" "otherday otherday otherday";
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.5rem;
  }
}
.p-hurry__today {
  grid-area: today;
}
.p-hurry__tomorrow {
  grid-area: tomorrow;
}
.p-hurry__day-after-tomorrow {
  grid-area: day-after-tomorrow;
}
.p-hurry__otherday {
  grid-area: otherday;
}
.p-hurry__btn {
  padding: 0.6875rem 0.5rem;
  display: block;
  font-size: 0.625rem;
  font-weight: 700;
  color: #fff;
  background-color: #FFA72D;
  text-align: center;
  border-radius: 100vh;
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-hurry__btn {
    padding: 0.5rem 1.875rem;
    font-size: 1rem;
    line-height: 1.2;
  }
}
.p-hurry__btn::after {
  content: "";
  position: absolute;
  width: 0.1875rem;
  height: 0.375rem;
  background: url(../images/icon-arrow.svg) no-repeat center center/contain;
  right: 7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .p-hurry__btn::after {
    width: 0.5625rem;
    height: 0.75rem;
    right: 8%;
  }
}
@media screen and (min-width: 768px) {
  .p-hurry__date {
    font-size: 0.875rem;
  }
}
.p-hurry__otherday {
  background-color: #49A834;
  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;
  gap: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-hurry__otherday {
    padding: 0.9375rem;
  }
}
.p-hurry__otherday img {
  width: 0.625rem;
  height: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-hurry__otherday img {
    width: 1.5625rem;
    height: 1.5625rem;
  }
}
.p-hurry__bg {
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  right: 0;
  width: 9.9375rem;
  height: 9.125rem;
}
.p-hurry__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-hurry__bg {
    margin-right: 9.81%;
    width: 21.4375rem;
    height: 20.875rem;
  }
}

.p-problem {
  background: url(../images/bg-problem.jpg) no-repeat center center/cover;
  padding-top: 2.8125rem;
  padding-left: 1rem;
}
.p-problem img {
  width: 100%;
  height: auto;
}
.p-problem .l-inner {
  padding-left: 0;
  padding-right: 0;
}
.p-problem__content {
  margin-top: 1rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .p-problem__content {
    margin-top: 2.1875rem;
    margin-inline: auto;
    padding-inline: 2rem;
    max-width: 51.25rem;
  }
}

.p-kaiketsu {
  background: url(../images/bg-kaiketsu.jpg) no-repeat center center/cover;
  padding-top: 1.0625rem;
  padding-bottom: 1.5625rem;
}
.p-kaiketsu img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-kaiketsu {
    padding-top: 3.875rem;
    padding-bottom: 3.875rem;
  }
}
.p-kaiketsu__content {
  max-width: 22.875rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-kaiketsu__content {
    max-width: 54.625rem;
  }
}

.p-cta {
  background: url(../images/bg-omitsumori.jpg) no-repeat center center/cover;
  padding: 3rem 1.25rem;
}
.p-cta.p-cta--sec2 {
  background: url(../images/bg-omitsumori-2.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-cta__content {
    padding: 1.25rem;
    background-color: rgba(232, 242, 255, 0.82);
    max-width: 53.9375rem;
    margin-inline: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-cta__content2 {
    background-color: rgba(232, 242, 255, 0.82);
    padding: 1.875rem;
    border: 3px solid #fff;
  }
}
.p-cta__title {
  font-size: 2rem;
  font-weight: 700;
  color: #2D71C2;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-cta__title {
    font-size: 2.5rem;
  }
}
.p-cta__lead {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #2D71C2;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__lead {
    margin-top: 1px;
    font-size: 1.25rem;
  }
}
.p-cta__grid {
  margin-top: 0.75rem;
  display: grid;
  grid-template-areas: "tel" "line" "mail";
  grid-template-columns: 1fr;
  gap: 1rem;
  justify-items: center;
}
@media screen and (min-width: 768px) {
  .p-cta__grid {
    margin-top: 1.5rem;
    margin-inline: auto;
    max-width: 40rem;
    grid-template-areas: "tel tel" "line mail";
    grid-template-columns: 1fr 1fr;
    row-gap: 1.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.p-cta__grid img {
  width: 100%;
  height: auto;
}
.p-cta__grid picture {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
}
.p-cta__tel {
  grid-area: tel;
  position: relative;
}
.p-cta__tel span {
  position: absolute;
  bottom: clamp(0.75rem, -0.13636rem + 3.63636vw, 1rem);
  right: clamp(2.6875rem, -0.19318rem + 11.81818vw, 3.5rem);
  font-size: clamp(2rem, -0.4375rem + 10vw, 2.6875rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta__tel span {
    font-size: 2.25rem;
    right: unset;
    left: 10rem;
  }
}
.p-cta__line {
  grid-area: line;
}
.p-cta__mail {
  grid-area: mail;
}

.p-reason {
  background-color: #FFFEF8;
  padding: 3rem 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-reason {
    padding-bottom: 4rem;
  }
}
.p-reason__inner {
  margin-inline: auto;
  max-width: 50.25rem;
}
.p-reason__section-title {
  text-align: center;
}
.p-reason__section-title span {
  font-size: 2rem;
  font-weight: 700;
  color: #2D71C2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, transparent), color-stop(70%, #FFF852), to(#FFF852));
  background: linear-gradient(to bottom, transparent 0, transparent 70%, #FFF852 70%, #FFF852 100%);
}
.p-reason__list {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason__list {
    margin-top: 2.5rem;
    gap: 1.5625rem;
  }
}
.p-reason__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5rem;
  }
}
.p-reason__image {
  -webkit-box-shadow: 0.625rem 0.625rem 0.25rem #E2E2E2;
          box-shadow: 0.625rem 0.625rem 0.25rem #E2E2E2;
}
@media screen and (min-width: 768px) {
  .p-reason__image {
    width: 30%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-reason__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-reason__point {
  width: 2.25rem;
  height: 2.125rem;
}
.p-reason__point img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-reason__point {
    width: 4.25rem;
    height: 4.0625rem;
  }
}
.p-reason__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #333;
}
.p-reason__title span {
  color: #FF5151;
}
@media screen and (min-width: 768px) {
  .p-reason__title {
    font-size: 2rem;
  }
}
.p-reason__text {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-reason__text {
    margin-top: 0.25rem;
  }
}

.p-kyogo {
  background: url(../images/bg-kyogo.jpg) no-repeat center center/cover;
  padding: 3rem 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-kyogo {
    padding-top: 5.9375rem;
    padding-bottom: 6.4375rem;
  }
}
.p-kyogo__image {
  -webkit-filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0.25rem 0.25rem rgba(0, 0, 0, 0.25));
}

.p-taiou {
  padding: 3rem 1.25rem;
  position: relative;
}
.p-taiou__list {
  margin-top: 1.75rem;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 1.5rem;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-taiou__list {
    max-width: 45.875rem;
    margin-top: 2.5rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}
.p-taiou__item {
  width: calc((100% - 1rem) / 2);
  background-color: #2D71C2;
  overflow: hidden;
  border-radius: 0.625rem;
  -webkit-box-shadow: 0.3125rem 0.3125rem 0 rgba(175, 210, 255, 0.5);
          box-shadow: 0.3125rem 0.3125rem 0 rgba(175, 210, 255, 0.5);
}
@media screen and (min-width: 768px) {
  .p-taiou__item {
    width: calc((100% - 2.5rem * 2) / 3);
    -webkit-box-shadow: 0.625rem 0.625rem 0 rgba(175, 210, 255, 0.5);
            box-shadow: 0.625rem 0.625rem 0 rgba(175, 210, 255, 0.5);
  }
}
.p-taiou__content {
  padding: 0.4375rem 0.4375rem 0.3125rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-taiou__content {
    padding: 0.625rem 0.625rem 0.3125rem;
  }
}
.p-taiou__content::after {
  content: "";
  display: block;
  width: 0.8125rem;
  height: 0.75rem;
  position: absolute;
  top: calc(100% - 0.125rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #2D71C2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.p-taiou__content-title-wrap {
  display: inline-block;
  padding: 0.1875rem 0.5625rem 0.25rem;
  background-color: #FF5C5C;
  border-radius: 100vh;
  min-width: 7.375rem;
}
@media screen and (min-width: 768px) {
  .p-taiou__content-title-wrap {
    padding: 0.25rem 0.5625rem 0.375rem;
    min-width: 10.25rem;
  }
}
.p-taiou__content-title {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .p-taiou__content-title {
    font-size: 1.1875rem;
  }
}
.p-taiou__content-text {
  margin-top: 0.125rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.5714285714;
}
@media screen and (min-width: 768px) {
  .p-taiou__content-text {
    margin-top: 0.25rem;
    font-size: 1rem;
  }
}
.p-taiou__image img {
  aspect-ratio: 159/109;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-taiou__image img {
    aspect-ratio: 218/130;
  }
}
.p-taiou__accent-image {
  position: absolute;
  width: 16.75rem;
  height: 16.6875rem;
  bottom: 0;
  right: calc(50% - 26.25rem);
}

.p-works {
  padding-top: 3rem;
  padding-bottom: 1.125rem;
  background-color: #E8F2FF;
}
.p-works__content {
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-works__content {
    padding-inline: unset;
  }
}
.p-works__list {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}
.p-works__item {
  background-color: #2D71C2;
  overflow: hidden;
  border-radius: 0.625rem;
  border: 5px solid #2D71C2;
}
.p-works__item-title-wrap {
  padding-top: 0.5rem;
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-works__item-title-wrap {
    padding-top: 0.625rem;
    padding-bottom: 0.75rem;
  }
}
.p-works__item-title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.p-works__item-title span {
  color: #FFF852;
}
@media screen and (min-width: 768px) {
  .p-works__item-title {
    font-size: 1.25rem;
  }
}
.p-works__item-main {
  padding: 1.25rem 1.75rem 1.5rem;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-works__item-main {
    padding: 1.5rem 1.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-works__item-image {
    width: 55%;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-works__item-content {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-works__item-content {
    margin-top: 0.625rem;
  }
}
.p-works__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
.p-works__meta-term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  padding: 0.25rem 0.625rem;
  background-color: #333;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  border-radius: 100vh;
}
.p-works__meta-price {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: -1rem;
}
@media screen and (min-width: 768px) {
  .p-works__meta-price {
    gap: 1rem;
  }
}
.p-works__meta-price .p-works__meta-term {
  background-color: #FF6766;
}
@media screen and (min-width: 768px) {
  .p-works__meta-price .p-works__meta-term {
    font-size: 0.9375rem;
    padding: 0.375rem 1rem;
  }
}
.p-works__meta-price .p-works__meta-term img {
  width: 1rem;
  height: 0.8125rem;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 768px) {
  .p-works__meta-price .p-works__meta-term img {
    width: 1.25rem;
    height: 1.125rem;
  }
}
.p-works__meta-value {
  font-size: 0.875rem;
  font-weight: 700;
  color: #333;
}
.p-works__meta-price .p-works__meta-value {
  font-size: 1.5rem;
  color: #FF6766;
  line-height: 0.8;
}
.p-works__meta-price .p-works__meta-value span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-works__meta-price .p-works__meta-value {
    line-height: 0.5;
    font-size: 2.25rem;
    margin-bottom: 0.25rem;
  }
}
.p-works__meta-list {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  row-gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-works__meta-list {
    margin-top: 1rem;
  }
}
.p-works__meta-others {
  font-size: 0.875rem;
  font-weight: 700;
  color: #FF6766;
  text-align: right;
}
.p-works__item-text {
  margin-top: 1rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-works__item-text {
    font-size: 1rem;
  }
}

.p-flow {
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-inline: 1.25rem;
  background: url(../images/bg-flow-sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-flow {
    padding-bottom: 5rem;
    background: url(../images/bg-flow.jpg) no-repeat center center/cover;
  }
}
.p-flow__list {
  margin-top: 1.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    margin-top: 2.5rem;
    row-gap: 6.125rem;
  }
}
.p-flow__item {
  display: grid;
  padding: 1.5rem;
  row-gap: 1rem;
  background-color: #fff;
  border-radius: 0.625rem;
  grid-template-areas: "content" "image" "note";
  -webkit-box-shadow: 0.25rem 0.25rem 2.1875rem rgba(0, 0, 0, 0.08);
          box-shadow: 0.25rem 0.25rem 2.1875rem rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    position: relative;
    padding: 2.25rem 3.125rem;
    grid-template-areas: "content image" "note image";
    grid-template-columns: 1fr 40%;
    -webkit-column-gap: 2.0625rem;
       -moz-column-gap: 2.0625rem;
            column-gap: 2.0625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__item + .p-flow__item {
    position: relative;
  }
  .p-flow__item + .p-flow__item::after {
    content: "";
    display: block;
    width: 4.375rem;
    height: 0.9375rem;
    background-color: #2D71C2;
    position: absolute;
    top: -3.4375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.p-flow__content {
  grid-area: content;
}
.p-flow__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__title-wrap {
    gap: 0.8125rem;
  }
}
.p-flow__step {
  background-color: #2D71C2;
  font-size: 0.625rem;
  font-weight: 700;
  color: white;
  text-align: center;
  display: grid;
  place-items: center;
  width: 2.375rem;
  height: 2.375rem;
  border-radius: 100vh;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-flow__step {
    width: 4.75rem;
    height: 4.75rem;
    font-size: 0.75rem;
  }
}
.p-flow__step-num {
  margin-top: -0.75rem;
  display: block;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-flow__step-num {
    margin-top: -1.875rem;
    font-size: 1.875rem;
  }
}
@media screen and (min-width: 768px) {
  .p-flow__title {
    font-size: 2rem;
    font-weight: 700;
  }
}
.p-flow__text {
  margin-top: 0.5rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-flow__text {
    margin-top: 0.8125rem;
    font-size: 1.25rem;
  }
}
.p-flow__blue {
  color: #2D71C2;
}
.p-flow__red {
  color: #FF6766;
}
.p-flow__underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, transparent), color-stop(70%, rgba(255, 248, 82, 0.7)), to(rgba(255, 248, 82, 0.7)));
  background: linear-gradient(to bottom, transparent 0, transparent 70%, rgba(255, 248, 82, 0.7) 70%, rgba(255, 248, 82, 0.7) 100%);
}
.p-flow__image {
  grid-area: image;
}
.p-flow__note {
  grid-area: note;
  padding: 0.4375rem 0.5rem 0.3125rem;
  background-color: #FFD352;
  border-radius: 0.3125rem;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
}
.p-flow__dot {
  color: #E60615;
  background-image: radial-gradient(circle at center, #E60615 30%, transparent 30%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.1em; /* 縦方向の位置調整 */
}
.p-flow__more {
  margin-top: 1.5rem;
  margin-inline: auto;
  padding-top: 1.375rem;
  padding-bottom: 1.75rem;
  width: 12.0625rem;
  background-color: #FF6766;
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  text-align: center;
  clip-path: polygon(0% 60%, 20% 60%, 20% 0%, 80% 0%, 80% 60%, 100% 60%, 50% 100%);
}
@media screen and (min-width: 768px) {
  .p-flow__more {
    margin-top: 2.5rem;
    width: 15rem;
    height: 4.875rem;
    font-size: 1.5rem;
    padding-left: 0.625rem;
  }
}
.p-flow__more + .p-flow__list {
  margin-top: 2.5rem;
}

.p-compare {
  background-color: #E8F2FF;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-compare__subtitle {
  background-color: #2D71C2;
  color: #fff;
  border-radius: 0.1875rem;
  padding: 0.25rem 1.375rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-compare__subtitle {
    font-size: 2.25rem;
    font-weight: 700;
    padding-inline: 2.5rem;
    border-radius: 0.3125rem;
  }
}
.p-compare__subtitle::after {
  content: "";
  position: absolute;
  width: 1.3125rem;
  height: 0.5rem;
  background-color: #2D71C2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-compare__subtitle::after {
    width: 2.375rem;
    height: 0.875rem;
  }
}
.p-compare__title {
  margin-top: 0.25rem;
  padding-inline: 2rem;
}
@media screen and (min-width: 768px) {
  .p-compare__title {
    margin-top: 0.5rem;
    width: 38.875rem;
    margin-inline: auto;
  }
}
.p-compare__lead {
  margin-top: 0.625rem;
  font-size: 1rem;
  font-weight: 700;
  color: #2D71C2;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-compare__lead {
    font-size: 1.25rem;
  }
}
.p-compare__table {
  margin-top: 1.5rem;
  margin-inline: -0.5rem;
}
@media screen and (min-width: 768px) {
  .p-compare__table {
    margin-top: 2.75rem;
    margin-inline: unset;
  }
}
.p-compare__text {
  margin-top: 3rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-compare__text {
    margin-top: 4rem;
    font-size: 1.5rem;
  }
}
.p-compare__card {
  margin-top: 2.5rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-compare__card {
    margin-top: 3rem;
    width: 26.75rem;
    margin-inline: auto;
    padding-inline: unset;
  }
}
.p-compare__tel {
  margin-top: 2.5rem;
  padding-inline: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-compare__tel {
    margin-top: 4rem;
    width: 45.5625rem;
    margin-inline: auto;
    padding-inline: unset;
  }
}
.p-compare__message {
  margin-top: 2.5rem;
  padding-inline: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-compare__message {
    margin-top: 4rem;
    font-size: 1.5rem;
  }
}

.p-invoice {
  padding: 3rem 1.625rem;
  background: url(../images/bg-invoice-sp.png) no-repeat center center/cover, #E8F2FF;
}
@media screen and (min-width: 768px) {
  .p-invoice {
    background: url(../images/bg-invoice.jpg) no-repeat center center/cover;
  }
}
@media screen and (min-width: 768px) {
  .p-invoice__image {
    max-width: 53.9375rem;
    margin-inline: auto;
  }
}

.p-faq {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-faq__content {
  padding-inline: 1rem;
}
.p-faq__list {
  margin-top: 1.75rem;
  display: grid;
  gap: 1.5rem;
  max-width: 52.5rem;
  margin-inline: auto;
}

.p-faq-item {
  background-color: #e8f2ff;
  border-radius: 0.625rem;
}
.p-faq-item:has(.p-faq-item__panel[data-active=true]) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.p-faq-item__panel {
  display: grid;
  -webkit-transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s;
  transition: grid-template-rows 0.5s, -ms-grid-rows 0.5s;
  grid-template-rows: 0fr;
}
.p-faq-item__panel > * {
  overflow: hidden;
}
.p-faq-item__panel[data-active=true] {
  grid-template-rows: 1fr;
}
.p-faq-item__inner {
  padding-inline: 1rem;
}
.p-faq-item__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1rem;
  border-top: 1px solid #999999;
}
.p-faq-item__content {
  font-size: 1rem;
  line-height: 1.6;
  color: #444444;
}
.p-faq-item__header {
  padding: 1rem 3rem 1rem 1rem;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-faq-item__header::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #2D71C2;
}
.p-faq-item__header::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 1rem;
  height: 2px;
  background-color: #2D71C2;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-faq-item__header:has(+ .p-faq-item__panel[data-active=true]) .p-faq-item__header-text {
  font-size: 1rem;
}
.p-faq-item__header:has(+ .p-faq-item__panel[data-active=true])::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.p-faq-item__header-text {
  font-size: 0.875rem;
  font-weight: 700;
  color: #444444;
  line-height: 1.6;
  -webkit-transition: font-size 0.3s;
  transition: font-size 0.3s;
}
.p-faq-item__q, .p-faq-item__a {
  width: 2.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: #2D71C2;
  line-height: 1.2222222222;
}

.p-voice {
  background-color: #E8F2FF;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-voice__list {
  margin-top: 1.375rem;
  padding-inline: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-voice__list {
    margin-top: 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-voice__item {
    width: calc((100% - 1.5rem * 2) / 3);
  }
}
.p-voice__text {
  background-color: #2D71C2;
  padding: 0.875rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  border-radius: 0.3125rem;
  position: relative;
}
.p-voice__text::after {
  content: "";
  position: absolute;
  top: calc(100% - 2px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1.5rem;
  height: 0.75rem;
  background-color: #2D71C2;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.p-area {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-area__content {
  padding-inline: 1.25rem;
}
.p-area__area {
  margin-top: 1.75rem;
  background-color: #FFEBE8;
  border-radius: 0.25rem;
  padding-top: 1.125rem;
  padding-inline: 2rem;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-area__area {
    max-width: 35.4375rem;
    margin-inline: auto;
    padding: 1.5rem 5.125rem 1.5rem 5.625rem;
  }
}
.p-area__title {
  width: 12rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-area__title {
    width: 17.5625rem;
  }
}
.p-area__map {
  margin-top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .p-area__map {
    margin-top: 0.625rem;
  }
}
.p-area__lead {
  margin-top: 0.375rem;
  font-size: 1rem;
  font-weight: 700;
  color: #FF0011;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-area__lead {
    margin-top: 0.5625rem;
    font-size: 1.5rem;
  }
}
.p-area__least {
  margin-top: 1rem;
}
@media screen and (min-width: 768px) {
  .p-area__least {
    margin-top: 1.5rem;
    max-width: 35.4375rem;
    margin-inline: auto;
  }
}
.p-area__note {
  margin-top: 1rem;
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .p-area__note {
    margin-top: 1.5rem;
    font-size: 1rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}

.p-cta2 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background: url(../images/bg-cta2-sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-cta2 {
    padding-top: 4rem;
    background: url(../images/bg-cta2.jpg) no-repeat center center/cover;
  }
}
.p-cta2__content {
  padding-inline: 1.25rem;
}
.p-cta2__title {
  padding: 0.75rem;
  color: #E60615;
  text-align: center;
  background-color: #fff;
  border: 3px solid #E60615;
  border-radius: 0.625rem;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-cta2__title {
    background-color: transparent;
    max-width: 48.3125rem;
    margin-inline: auto;
    font-size: 2.5rem;
  }
}
.p-cta2__arrow {
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-inline: auto;
  width: 3.375rem;
  height: 1.5rem;
  background-color: #E60615;
  clip-path: polygon(50% 100%, 0 60%, 20% 60%, 20% 0%, 80% 0%, 80% 60%, 100% 60%);
}
@media screen and (min-width: 768px) {
  .p-cta2__arrow {
    width: 6.4375rem;
    height: 2.875rem;
  }
}
.p-cta2__tel {
  -webkit-filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(4px 4px 4px rgba(0, 0, 0, 0.25));
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-cta2__tel {
    max-width: 40rem;
    margin-inline: auto;
  }
}
.p-cta2__tel span {
  position: absolute;
  bottom: clamp(0.6875rem, -0.86364rem + 6.36364vw, 1.125rem);
  right: clamp(2.75rem, -0.79545rem + 14.54545vw, 3.75rem);
  font-size: clamp(2rem, -0.21591rem + 9.09091vw, 2.625rem);
  font-weight: 700;
  line-height: 1;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-cta2__tel span {
    font-size: 2.25rem;
    right: unset;
    left: 10rem;
  }
}
.p-cta2__message {
  margin-top: 1rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta2__message {
    margin-top: 2rem;
    font-size: 1.25rem;
  }
}

.p-contact {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #FFFBD9;
}
.p-contact__inner {
  padding-inline: 2.25rem;
  max-width: 40rem;
  margin-inline: auto;
}
.p-contact__line {
  margin-top: 2.5rem;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-contact__line {
    margin-top: 3.625rem;
    max-width: 25.5625rem;
    margin-inline: auto;
  }
}

.p-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.p-form__item + .p-form__item {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-form__item + .p-form__item {
    margin-top: 2rem;
  }
}
.p-form__item label {
  font-size: 1rem;
}
.p-form__item input {
  padding: 0.6875rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  line-height: 1.5;
}
.p-form__item textarea {
  padding: 0.6875rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  line-height: 1.5;
  height: 15rem;
}
.p-form__item select {
  padding: 0.6875rem 1rem;
  font-size: 1rem;
  border: 1px solid #ccc;
  line-height: 1.5;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
}
.p-form__select {
  position: relative;
}
.p-form__select::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.25rem);
  right: 2.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.25rem;
  height: 0.25rem;
  border: solid #333;
  border-width: 0 0.125rem 0.125rem 0;
  display: inline-block;
  padding: 0.125rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-form__label--required {
  margin-right: 0.5rem;
  padding: 0.1875rem 0.5rem;
  background-color: #E60615;
  font-size: 0.625rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.p-form__label--optional {
  margin-right: 0.5rem;
  padding: 0.1875rem 0.5rem;
  background-color: #333;
  font-size: 0.625rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
}
.p-form__item button[type=submit] {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  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;
  gap: 0.375rem;
  background-color: #fff;
  color: #2D71C2;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
.p-form__item button[type=submit] img {
  width: 1.4375rem;
}
@media screen and (min-width: 768px) {
  .p-form__item button[type=submit] {
    margin-top: 0.5rem;
    width: 18.75rem;
    margin-inline: auto;
    font-size: 1.5rem;
    gap: 1rem;
  }
  .p-form__item button[type=submit] img {
    width: 1.875rem;
  }
}

.p-contact__title {
  text-align: center;
  font-size: 1.5rem;
}
.p-contact__lead {
  margin-top: 1.5rem;
  text-align: center;
}

.p-form {
  margin-top: 1.5rem;
}
.p-form th {
  display: block;
  text-align: start;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 1.125rem;
}
.p-form td {
  display: block;
}
.p-form tr + tr > th {
  padding-top: 1.5rem;
}
.p-form__buttons {
  margin-top: 1.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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-form__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.p-form__buttons input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  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;
  gap: 0.375rem;
  background-color: #fff;
  color: #2D71C2;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form__buttons input[type=submit]:hover {
  cursor: pointer;
  opacity: 0.7;
}
.p-form__buttons input[type=button] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  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;
  gap: 0.375rem;
  background-color: #fff;
  color: #888;
  font-size: 1.25rem;
  font-weight: 700;
  border-radius: 0.3125rem;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  border: none;
  width: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-form__buttons input[type=button]:hover {
  cursor: pointer;
  opacity: 0.7;
}

.p-footer__content {
  background-color: #2D71C2;
  padding-top: 3.125rem;
  padding-bottom: 1.6875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-footer__content {
    padding-top: 2.6875rem;
    padding-bottom: 1.375rem;
  }
}
.p-footer__title {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__title {
    font-size: 2.25rem;
  }
}
.p-footer__text {
  margin-top: 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__text {
    font-size: 1rem;
  }
}
.p-footer__link {
  margin-top: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-footer__link {
    margin-top: 2.75rem;
  }
}
.p-footer__link a {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}
.p-footer__copy {
  padding: 0.625rem;
  background-color: #fff;
  font-size: 0.875rem;
  color: #2D71C2;
  text-align: center;
}

.p-header {
  background-color: #2D71C2;
}
.p-header__inner {
  padding: 0.1875rem 0.625rem 0.1875rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    margin-inline: auto;
    max-width: 90rem;
    padding: 0.8125rem 2.5rem 0.625rem 4rem;
  }
}
.p-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .p-header__content {
    display: grid;
    grid-template-columns: 1fr 44.3%;
  }
}
.p-header__title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 768px) {
  .p-header__title {
    font-size: 2.25rem;
  }
}
.p-header__image {
  display: block;
  width: 8.5rem;
  height: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-header__image {
    width: 100%;
  }
}
.p-header__image span {
  position: absolute;
  top: 8%;
  right: 1%;
  color: #F62012;
  font-weight: 700;
  font-size: 0.83125rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .p-header__image span {
    font-size: clamp(18.5px, -1.5px + 2.60417vw, 36px);
    top: unset;
    bottom: 8%;
    right: 0;
    text-shadow: 0.125rem 0.125rem 0 #fff, -0.125rem -0.125rem 0 #fff, 0.125rem -0.125rem 0 #fff, -0.125rem 0.125rem 0 #fff;
  }
}

.p-page {
  background-color: #E8F2FF;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-page {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.p-page__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  color: #2D71C2;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page__title {
    font-size: 2.5rem;
  }
}
.p-page__title::after {
  content: "";
  position: absolute;
  bottom: -0.1875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 7.375rem;
  height: 0.1875rem;
  background: repeating-linear-gradient(to right, #2D71C2 0, #2D71C2 0.625rem, transparent 0.625rem, transparent 0.8125rem);
  border-radius: 100vh;
}
.p-page__content {
  margin-top: 2.5rem;
}
.p-page__link-wrap {
  margin-top: 3.75rem;
}
@media screen and (min-width: 768px) {
  .p-page__link-wrap {
    margin-top: 3rem;
  }
}
.p-page-top {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #2D71C2;
  background-color: #fff;
  border-radius: 100vh;
  -webkit-box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
          box-shadow: 0.25rem 0.25rem 0.25rem rgba(0, 0, 0, 0.25);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-page-top {
    width: 18.75rem;
    font-size: 1.5rem;
  }
}
.p-page h1 {
  margin-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-page h1 {
    margin-bottom: 1.5rem;
  }
}
.p-page h2 {
  font-size: 1rem;
  font-weight: 700;
  color: #2D71C2;
  position: relative;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page h2 {
    margin-bottom: 1.5rem;
  }
}
.p-page h2::after {
  content: "";
  position: absolute;
  bottom: -0.3125rem;
  left: 0;
  display: block;
  width: 100%;
  height: 0.0625rem;
  background: repeating-linear-gradient(to right, #2D71C2 0, #2D71C2 0.1875rem, transparent 0.1875rem, transparent 0.25rem);
  border-radius: 100vh;
}
.p-page h3 {
  margin-bottom: 1rem;
}
.p-page p {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page p {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}
.p-page * + h2, .p-page * + h3, .p-page * + h4, .p-page * + h5, .p-page * + h6 {
  margin-top: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-page * + h2, .p-page * + h3, .p-page * + h4, .p-page * + h5, .p-page * + h6 {
    margin-top: 2.5rem;
  }
}
.p-page p.p-page-medium {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page p.p-page-medium {
    font-size: 1.5rem;
  }
}
.p-page .p-company__name {
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-page .p-company__name {
    font-size: 2rem;
  }
}
.p-page p.p-company__address {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 0.78125rem;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .p-page p.p-company__address {
    font-size: 1.5rem;
  }
}
.p-page ul {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-page ul {
    margin-bottom: 1.5rem;
  }
}
.p-page li {
  padding-left: 0.875rem;
  font-size: 0.875rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-page li {
    padding-left: 1rem;
    font-size: 1rem;
  }
}
.p-page li::before {
  content: "";
  position: absolute;
  top: 0.5625rem;
  left: 0.3125rem;
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background-color: #2D71C2;
  border-radius: 100%;
}
@media screen and (min-width: 768px) {
  .p-page li::before {
    top: 0.6875rem;
  }
}

.p-media {
  background: url(../images/bg-media-sp.jpg) no-repeat center center/cover;
  aspect-ratio: 390/281;
  display: grid;
  place-content: center;
  padding-inline: calc(13.3% - 0.5rem);
}
@media screen and (min-width: 768px) {
  .p-media {
    padding-block: 3.875rem;
    background: url(../images/bg-media.jpg) no-repeat center center/cover;
    width: 100%;
    aspect-ratio: auto;
    max-height: 342px;
  }
}
.p-media__content {
  max-width: 17.875rem;
}
@media screen and (min-width: 768px) {
  .p-media__content {
    max-width: 51.625rem;
  }
}

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

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

.u-blue {
  color: #2D71C2;
}

.u-red {
  color: #FF6766;
}

.u-underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(70%, transparent), color-stop(70%, rgba(255, 248, 82, 0.7)), to(rgba(255, 248, 82, 0.7)));
  background: linear-gradient(to bottom, transparent 0, transparent 70%, rgba(255, 248, 82, 0.7) 70%, rgba(255, 248, 82, 0.7) 100%);
}/*# sourceMappingURL=styles.css.map */