@charset "UTF-8";
/* color */
/* base */
body {
  font-family: "Noto Sans JP", sans-serif;
  color: #464a65;
  word-break: normal;
  overflow-wrap: anywhere;
  line-break: strict;
  background-color: #fff;
}

img {
  width: 100%;
  max-width: 100%;
}

a {
  text-decoration: none;
}

summary::-webkit-details-marker {
  display: none;
}

/* component */
.c-marker {
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #ffa03a;
  text-underline-offset: -0.15em;
}

.c-btn--cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 8px 44px 8px 8px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #0fafff), to(#0067bf));
  background: linear-gradient(180deg, #0fafff -14.29%, #0067bf 100%);
  border-radius: 35px;
}
.c-btn--cv::before {
  display: block;
  width: 44px;
  height: 44px;
  content: "";
  background: #fff url("../../images/fluent-color_phone-16.png") no-repeat center center/contain;
  border-radius: 50%;
}

.c-heading2 {
  font-size: 28px;
  text-align: center;
}
.c-heading2 .small {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  .c-heading2 {
    margin-bottom: 24px;
    font-size: 40px;
  }
  .c-heading2 .small {
    font-size: 32px;
  }
}

.c-lead {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  color: #0db2e7;
  text-align: center;
}
.c-lead--sub {
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 14px;
  color: #464a65;
  text-align: center;
}

.c-section--gradiant {
  position: relative;
}
.c-section--gradiant::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#ced6fd), to(#93ffec));
  background: linear-gradient(90deg, #ced6fd 0%, #93ffec 100%);
  opacity: 0.3;
}
.c-section__inner {
  width: calc(100% - 32px);
  max-width: 1000px;
  padding: 60px 0;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .c-section__inner {
    padding: 80px 0;
  }
}
.c-section__header {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  .c-section__header {
    margin-bottom: 40px;
  }
}

.p-header {
  position: absolute;
  top: 0;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .p-header {
    top: 0;
    left: 0;
    display: block;
  }
}
.p-header__inner {
  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;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    max-width: 1000px;
    margin: 0 auto;
  }
}
.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 70px;
}
@media screen and (min-width: 980px) {
  .p-header__logo {
    height: 90px;
  }
}
.p-header__logo img {
  width: auto;
  height: 52px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 980px) {
  .p-header__logo img {
    height: 71px;
  }
}
.p-header__btn {
  -webkit-transform-origin: right center;
          transform-origin: right center;
  scale: 0.65;
}

.p-banner__wrapper {
  position: sticky;
  top: 0;
  right: 0;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-banner__btn {
  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;
  padding: 15px 6px 6px;
  font-size: 8px;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-banner__btn {
    width: 90px;
  }
}
@media screen and (min-width: 980px) {
  .p-banner__btn {
    width: 180px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 14px;
  }
}
.p-banner__btn--phone {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #0fafff), to(#0067bf));
  background: linear-gradient(180deg, #0fafff -14.29%, #0067bf 100%);
}
.p-banner__btn--mail {
  background: -webkit-gradient(linear, left top, right top, from(#ff9a3b), to(#ffc837));
  background: linear-gradient(90deg, #ff9a3b 0%, #ffc837 100%);
}
.p-banner__btn--line {
  background: #00c300;
}
.p-banner__icon {
  display: block;
  margin-bottom: 7px;
}
.p-banner__icon img {
  width: auto;
  height: 30px;
}
@media screen and (min-width: 768px) {
  .p-banner__icon img {
    height: 36px;
  }
}

.p-fv {
  position: relative;
  padding-bottom: 8px;
  margin: 0 auto;
  overflow: hidden;
  background: url("../../images/fv_bg.jpg") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-fv {
    background: transparent;
  }
}
.p-fv__main {
  max-width: 375px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-fv__main {
    position: relative;
    max-width: 100%;
  }
}
.p-fv__img {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: -256px;
}
@media screen and (min-width: 768px) {
  .p-fv__img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
  }
  .p-fv__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.p-fv__caption {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px;
  font-size: 12px;
  font-weight: 500;
  background-color: rgba(255, 255, 255, 0.7);
}
@media screen and (min-width: 768px) {
  .p-fv__caption {
    top: auto;
    bottom: 0;
    padding-inline: 18px;
  }
}
@media screen and (min-width: 980px) {
  .p-fv__caption {
    font-size: 24px;
  }
}
.p-fv__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  max-inline-size: unset;
  width: 100vw;
  block-size: initial;
  height: calc(100% - 484px);
}
@media screen and (min-width: 768px) {
  .p-fv__bg {
    display: none;
  }
}
.p-fv__description {
  position: relative;
  z-index: 1;
  padding: 37px 26px 0;
}
@media screen and (min-width: 768px) {
  .p-fv__description {
    width: 61%;
    padding: min(89px, 6.953125vw) min(120px, 9.375vw) 0;
  }
}
.p-fv__title-outer {
  position: relative;
}
.p-fv__title {
  z-index: 2;
  margin-bottom: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: -0.05em;
}
.p-fv__title .c-marker {
  text-decoration-thickness: 0.6em;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    font-size: min(2.34375vw, 30px);
    font-weight: 900;
  }
}
.p-fv__title--main {
  color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.29%, #0fafff), to(#0067bf));
  background: linear-gradient(180deg, #0fafff -14.29%, #0067bf 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(1px 0 0 #fff);
          filter: drop-shadow(1px 1px 0 #fff) drop-shadow(-1px -1px 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(1px 0 0 #fff);
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.p-fv__title--decorative {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  color: transparent;
  content: "";
}
.p-fv__title-inner {
  position: relative;
  z-index: 2;
}
.p-fv__lead {
  margin-bottom: 29px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-fv__lead {
    margin-top: min(24px, 1.875vw);
    font-size: min(1.5625vw, 20px);
  }
}
.p-fv__lead strong {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-fv__balloons-outer {
    padding-inline: min(120px, 9.375vw);
    padding-bottom: 49px;
  }
}
.p-fv__balloons {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 36px 16px;
}
@media screen and (min-width: 768px) {
  .p-fv__balloons {
    max-width: 460px;
    padding: 0;
  }
}
.p-fv__balloon {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 245px;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-fv__balloon {
    width: 320px;
    padding: 16px;
    font-size: 14px;
  }
}
.p-fv__balloon:nth-child(2) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.p-comments {
  position: relative;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .p-comments {
    padding: 30px 0 24px;
    margin-top: 0;
    background: -webkit-gradient(linear, left top, right top, from(#ced6fd), to(#93ffec));
    background: linear-gradient(90deg, #ced6fd 0%, #93ffec 100%);
  }
}
.p-comments__header {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.p-comments__heading {
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 30px;
  text-align: center;
}
.p-comments__subtext {
  font-size: 14px;
  font-weight: bold;
}
.p-comments__lead {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-comments__lead {
    margin-bottom: 24px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
  }
}
.p-comments__item {
  display: grid;
  grid-template: "icon meta" auto "icon title" auto "text text" 1fr/23px 1fr;
  gap: 8px;
  width: 216px;
  height: 100%;
  padding: 8px;
  background-color: #fff;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-comments__item {
    grid-template-columns: 33px 1fr;
    gap: 8px;
    width: 345px;
    padding: 16px;
    border-radius: 8px;
  }
}
.p-comments__icon {
  grid-area: icon;
}
.p-comments__meta {
  grid-area: meta;
  font-size: 10px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-comments__meta {
    font-size: 14px;
  }
}
.p-comments__title {
  grid-area: title;
  font-size: 10px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-comments__title {
    font-size: 14px;
  }
}
.p-comments__text {
  grid-area: text;
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .p-comments__text {
    font-size: 14px;
  }
}

/* お悩み */
.p-issue {
  background: url("../../images/bg_line.png") no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-issue {
    background: url("../../images/bg_line_pc.png") no-repeat center center/cover;
  }
}
.p-issue__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  counter-reset: issue;
}
@media screen and (min-width: 768px) {
  .p-issue__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-issue__item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 50px;
  gap: 37px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  background-color: #fff;
  border: 2px solid #ededed;
  border-radius: 8px;
}
.p-issue__item::before {
  position: absolute;
  top: -20px;
  left: -8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #0db2e7;
  content: counter(issue, decimal-leading-zero);
  counter-increment: issue;
}
@media screen and (min-width: 768px) {
  .p-issue__item {
    padding: 20px 16px;
  }
}
.p-issue__item-text {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-issue__item-text {
    font-size: 14px;
  }
}
.p-issue__solution {
  padding: 16px;
  margin-top: 40px;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ededed;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-issue__solution {
    padding: 40px;
  }
}
.p-issue__solution-title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
}
.p-issue__solution-img {
  max-width: 180px;
  margin: 0 auto 16px;
}
.p-issue__solution-text {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-issue__solution-text {
    font-size: 16px;
  }
}

.p-feature {
  background-color: #fafafa;
}
.p-feature__outer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-feature__outer {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-feature__card {
  padding: 16px;
  background-color: #fff;
  border: 2px solid #ededed;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-feature__card {
    padding: 34px 24px;
  }
}
.p-feature__icon {
  display: block;
  width: 60px;
  margin: 0 auto;
  margin-bottom: 16px;
}
.p-feature__title {
  margin-bottom: 8px;
  font-size: 20px;
  color: #0db2e7;
  text-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .p-feature__title {
    margin-bottom: 16px;
  }
}
.p-feature__lead {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-feature__lead {
    margin-bottom: 16px;
  }
}
.p-feature__text {
  font-size: 14px;
}

.p-price {
  margin-top: 40px;
}
.p-price__title {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
}
.p-price__lead {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
}
.p-price__wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-price__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-price__item {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}
.p-price__item-num {
  margin-bottom: 16px;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: #0db2e7;
  text-align: center;
}
.p-price__item-num strong {
  font-size: 90px;
}
.p-price__item-title {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.p-price__item-text {
  font-size: 14px;
}
.p-price__brands {
  padding: 20px;
  margin-top: 40px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-price__brands {
    padding: 40px 20px;
  }
}
.p-price__brands-text {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
.p-price__brands-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 16px;
}
.p-price__brands-list img {
  width: auto;
  height: 72px;
}

.p-process__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  counter-reset: process;
}
@media screen and (min-width: 768px) {
  .p-process__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 24px;
  }
}
.p-process__card {
  position: relative;
  padding: 16px;
  counter-increment: process;
  background-color: #fff;
  border: 2px solid #ededed;
  border-radius: 8px;
}
@media screen and (min-width: 768px) {
  .p-process__card:nth-child(3n)::after {
    display: none;
  }
}
.p-process__card::before {
  position: absolute;
  top: -15px;
  left: -6px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 900;
  color: #0db2e7;
  text-transform: uppercase;
  content: "step" counter(process);
}
.p-process__card::after {
  position: absolute;
  top: 100%;
  left: 70px;
  display: block;
  width: 24px;
  height: 30px;
  content: "";
  background-color: #0db2e7;
}
@media screen and (min-width: 768px) {
  .p-process__card::after {
    top: 15px;
    left: calc(100% + 2px);
    width: 30px;
  }
}
.p-process__card:last-child::after {
  display: none;
}
.p-process__card-title {
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1.2px dashed #464a65;
}
.p-process__card-text {
  font-size: 14px;
}

.p-step__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  counter-reset: step;
}
@media screen and (min-width: 768px) {
  .p-step__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-step__card {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  counter-increment: step;
  background-color: #fff;
  border: 2px solid #ededed;
  border-radius: 8px;
}
.p-step__card::before {
  position: absolute;
  top: -20px;
  left: -6px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #0db2e7;
  text-transform: uppercase;
  content: counter(step, decimal-leading-zero);
}
.p-step__card-icon {
  display: block;
  width: 40px;
}
.p-step__card-title {
  margin-bottom: 8px;
  font-size: 16px;
}
.p-step__card-text {
  font-size: 14px;
}

.p-faq__details {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.p-faq__icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  font-size: 16px;
  font-weight: bold;
}
.p-faq__icon::before, .p-faq__icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 4px;
  content: "";
  background-color: #464a65;
}
.p-faq__icon::after {
  rotate: 90deg;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.p-faq__details[open] .p-faq__icon::after {
  rotate: 0deg;
}
.p-faq__summary {
  display: grid;
  grid-template-columns: 40px 1fr 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 800px;
  padding: 16px 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 700;
}
.p-faq__summary::before {
  display: block;
  text-align: center;
  content: "Q";
}
.p-faq__content {
  overflow: hidden;
  background-color: #fafafa;
  border-top: 1px solid #ededed;
}
.p-faq__content-inner {
  display: grid;
  grid-template-columns: 40px 1fr;
  max-width: 800px;
  padding: 16px 16px 16px 0;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: #0db2e7;
}
@media screen and (min-width: 768px) {
  .p-faq__content-inner {
    padding-right: 0;
  }
}
.p-faq__content-inner::before {
  display: block;
  text-align: center;
  content: "A";
}

.p-reason__outer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-reason__outer {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.p-reason__card {
  position: relative;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px;
  counter-increment: step;
  background-color: #fff;
  border: 2px solid #ededed;
  border-radius: 8px;
}
.p-reason__card-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 700;
}
.p-reason__card-text {
  font-size: 14px;
}

.p-dialog {
  position: fixed;
  inset: 0;
  width: 90%;
  max-width: 800px;
  max-height: 80vh;
  margin: auto;
  overflow: auto;
  color: #464a65;
  background-color: #fff;
  border-radius: 8px;
}
.p-dialog::-ms-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.p-dialog__header {
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
}
.p-dialog__close {
  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;
  width: 40px;
  height: 40px;
  background-color: #464a65;
  border-radius: 50%;
}
.p-dialog__inner {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-dialog__inner {
    padding: 0 80px 80px;
  }
}
@media screen and (min-width: 768px) {
  .p-dialog__title {
    margin-bottom: 32px;
    font-size: 40px;
  }
}
.p-dialog__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.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;
  gap: 13px;
  max-width: 1000px;
  padding: 13px 14px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 8px;
  }
}
.p-footer__logo {
  width: 130px;
}
@media screen and (min-width: 768px) {
  .p-footer__logo {
    width: 228px;
  }
}
.p-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
}
.p-footer__nav-item {
  font-size: 14px;
  font-weight: 500;
  color: #0db2e7;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-item {
    font-size: 15px;
  }
}

.p-policy__title {
  font-size: 14px;
  font-weight: 700;
}
.p-policy__text {
  font-size: 14px;
}

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

.u-pc-only {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-pc-only {
    display: initial;
  }
}/*# sourceMappingURL=index.css.map */