html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  line-height: inherit;
  text-align: inherit;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

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

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  font-family: "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
}

a {
  cursor: pointer;
  text-decoration: none;
}

input {
  cursor: pointer;
}

.l-header {
  position: relative;
  width: 100%;
  height: 70px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.l-header__logo {
  display: block;
  margin: auto;
}
.l-header__btn {
  position: relative;
  width: 35px;
  aspect-ratio: 1/1;
  z-index: 1000;
}
.l-header__nav {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100;
}
@media (min-width: 768px) {
  .l-header__nav {
    max-width: 600px;
  }
}

.common-padding, .l-main__contact, .l-main__faq, .l-main__voice, .l-main__plan, .l-main__reason, .l-main__contents, .l-main__problem, .l-main__about, .l-main__kv {
  padding: 0 16px;
}
@media (min-width: 768px) {
  .common-padding, .l-main__contact, .l-main__faq, .l-main__voice, .l-main__plan, .l-main__reason, .l-main__contents, .l-main__problem, .l-main__about, .l-main__kv {
    padding: 0 32px;
  }
}
@media (min-width: 1200px) {
  .common-padding, .l-main__contact, .l-main__faq, .l-main__voice, .l-main__plan, .l-main__reason, .l-main__contents, .l-main__problem, .l-main__about, .l-main__kv {
    padding: 0 120px;
  }
}

.l-main__kv {
  width: 100%;
  height: 650px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.l-main__cta {
  background-color: #F2E41B;
}
.l-main__about {
  background-color: #F2E41B;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
}
.l-main__problem {
  padding-top: 32px;
  padding-bottom: 32px;
  z-index: 100;
}
.l-main__contents {
  background-color: #F2E41B;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 82px;
  padding-bottom: 32px;
}
@media (min-width: 768px) {
  .l-main__contents {
    padding-top: 164px;
  }
}
.l-main__reason {
  padding-top: 32px;
  padding-bottom: 32px;
}
.l-main__plan {
  padding-top: 32px;
  padding-bottom: 32px;
}
.l-main__voice {
  background-color: #F2E41B;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 32px;
  padding-bottom: 32px;
}
.l-main__faq {
  padding-top: 32px;
  padding-bottom: 32px;
}
.l-main__contact {
  background-color: #F2E41B;
  padding-top: 32px;
  padding-bottom: 32px;
}

.l-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .l-footer {
    padding: 32px;
  }
}
@media (min-width: 1200px) {
  .l-footer {
    padding: 32px 120px;
  }
}
.l-footer__logo {
  width: 170px;
}
@media (min-width: 768px) {
  .l-footer__logo {
    width: 270px;
  }
}
.l-footer__link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.l-footer__small {
  font-size: 1.2rem;
}

.footer-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
}

.footer-nav-item::before {
  content: "-";
  padding-right: 4px;
}

.footer-link-item {
  border-left: 1px solid #0D0D0D;
  padding-left: 8px;
  white-space: nowrap;
}

.c-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-body-bg {
  background-image: url("../../images/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.c-humbarger-btn {
  position: relative;
}
.c-humbarger-btn span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0D0D0D;
  transition: all 0.3s ease-in-out;
  transform-origin: right;
}
.c-humbarger-btn span:not(:last-child) {
  margin-bottom: 8px;
}
.c-humbarger-btn.is-active span {
  position: absolute;
}
.c-humbarger-btn.is-active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 0px;
}
.c-humbarger-btn.is-active span:nth-child(2) {
  opacity: 0;
}
.c-humbarger-btn.is-active span:nth-child(3) {
  transform: rotate(45deg);
  top: 24px;
}

.c-link-btn {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.c-link-btn::after {
  transition: all 0.3s ease-in-out;
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  color: inherit;
}
.c-link-btn:hover::after {
  transform: translateX(8px);
}

.c-logo {
  width: 170px;
  height: auto;
}

.c-kv-caption {
  width: 300px;
  height: 60px;
  background-color: #fff;
  border-radius: 30px;
  position: relative;
  text-align: center;
  line-height: 60px;
  font-weight: bold;
}
.c-kv-caption::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 15px solid #fff;
  z-index: 1;
}
.c-kv-caption::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  z-index: 0;
}
.c-kv-caption p {
  line-height: 54px;
}
.c-kv-caption--red.c-kv-caption {
  border: 3px solid #EB6A8C;
}
.c-kv-caption--red::before {
  border-bottom: 17px solid #fff;
}
.c-kv-caption--red::after {
  border-bottom: 18px solid #EB6A8C;
}
.c-kv-caption--blue.c-kv-caption {
  border: 3px solid #6ACBEB;
}
.c-kv-caption--blue::before {
  border-bottom: 17px solid #fff;
}
.c-kv-caption--blue::after {
  border-bottom: 18px solid #6ACBEB;
}
.c-kv-caption--yellow.c-kv-caption {
  border: 3px solid #F2E41B;
}
.c-kv-caption--yellow::before {
  border-bottom: 17px solid #fff;
}
.c-kv-caption--yellow::after {
  border-bottom: 18px solid #F2E41B;
}

.c-cta-caption {
  position: relative;
  width: 300px;
  height: 40px;
  background-color: #6ACBEB;
  border-radius: 30px;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #FFFFFF;
}
.c-cta-caption::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 18px solid #6ACBEB;
  z-index: 0;
}

.c-h1 {
  font-size: 4.8rem;
  font-weight: bold;
}

.c-h2 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .c-h2 {
    font-size: 3.2rem;
  }
}

.c-h3 {
  font-size: 2rem;
  font-weight: bold;
}

.c-desc {
  line-height: 1.5;
}

.c-heading__subheading {
  margin-bottom: 4px;
  line-height: 2.4rem;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-style: normal;
}
.c-heading__heading {
  font-size: 2.4rem;
  margin-bottom: 16px;
  font-weight: bold;
}
.p-sponsorship__swiper {
  overflow: hidden;
  margin-bottom: 16px;
}

.swiper-slide {
  width: auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.swiper-slide.c-card {
  height: initial;
}

@media (min-width: 1100px) {
  .skill-card-swiper .swiper-wrapper {
    justify-content: center;
    margin-right: -100px;
  }
  .skill-card-swiper .swiper-slide:last-child {
    margin-right: 0px !important;
  }
}

.c-problem-card {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background-color: #F2F2F2;
  border-radius: 20px;
}
.c-problem-card__badge {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  padding: 6px 32px;
  background-color: #F2E41B;
  border-radius: 30px;
  text-align: center;
}
.c-problem-card__content h3 {
  margin-bottom: 8px;
}
.c-problem-card__img {
  width: 200px;
  height: 120px;
  overflow: hidden;
}

.c-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  align-items: start;
}
.c-card--skill {
  background-color: #FFFFFF;
}
.c-card--reason {
  background-color: #F2F2F2;
}
.c-card__img {
  width: 100%;
  height: 170px;
  overflow: hidden;
}
.c-card__img img {
  -o-object-position: center;
     object-position: center;
}
.c-card__btn {
  width: 250px;
  margin: auto auto 0;
  background-color: #F2E41B;
}

.c-card-plan {
  border-radius: 20px;
  max-width: 343px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
  align-items: center;
}
.c-card-plan__notion {
  font-size: 1.2rem;
  text-align: center;
}

.c-card-voice {
  display: flex;
  flex-direction: column;
  padding: 16px;
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 20px;
}
.c-card-voice__img {
  border-radius: 50%;
  border: 1px solid #F2E41B;
  overflow: hidden;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}
.c-card-voice__heading {
  font-weight: bold;
  margin-bottom: 8px;
  text-align: center;
}
.c-card-voice__title {
  font-weight: bold;
  margin-bottom: 4px;
  text-align: center;
}

.c-problem-table {
  display: flex;
  justify-content: center;
}
.c-problem-table__col {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
}
.c-problem-table__col--caption {
  min-width: 160px;
  max-width: 160px;
  background-color: #F2F2F2;
  font-weight: bold;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: auto;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.c-problem-table__col--first {
  min-width: 120px;
  background-color: #6ACBEB;
  text-align: center;
}
.c-problem-table__col--first div:not(:first-child) {
  background-color: #CEEDF7;
}
.c-problem-table__col--second {
  min-width: 210px;
  background-color: #EB6A8C;
  text-align: center;
}
.c-problem-table__col--second div:not(:first-child) {
  background-color: #F4CFD9;
}
.c-problem-table__cell {
  padding: 10px;
  height: 66px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-problem-table__cell--center {
  align-items: center;
}
.c-problem-table__cell strong {
  font-size: 2rem;
  font-weight: bold;
}
.c-problem-table__container {
  overflow-x: scroll;
  display: flex;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.p-nav {
  width: 80px;
  height: 80px;
  background-color: #f2e41b;
  border-bottom-left-radius: 100%;
  transition: all 0.6s ease-in-out;
}
.p-nav__list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 64px 0 0 64px;
  display: none;
}
.p-nav__item {
  width: 100%;
  height: auto;
}
.p-nav__item a {
  width: inherit;
  height: inherit;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.p-nav__item span:last-child {
  font-size: 2rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .p-nav__item span:last-child {
    font-size: 2.4rem;
  }
}
.p-nav.is-active {
  width: 80%;
  height: 200vmax;
  border-bottom-left-radius: 30px;
  border-top-left-radius: 30px;
  pointer-events: initial;
}
.p-nav.is-active .p-nav__list {
  display: flex;
}

.p-kv {
  position: relative;
  display: grid;
  grid-template-areas: "leading" "img" "emblem";
  padding-top: 50px;
  padding-bottom: 24px;
  justify-content: space-evenly;
  place-items: center;
  gap: 32px;
}
@media (min-width: 768px) {
  .p-kv {
    grid-template-areas: "leading img" "emblem img";
    gap: 32px;
  }
}
.p-kv__leading {
  grid-area: leading;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: end;
}
.p-kv__leading h2 {
  color: #F2E41B;
}
.p-kv__leading h1 {
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .p-kv__leading {
    justify-self: start;
  }
}
.p-kv__copy {
  min-width: 320px;
  max-width: 370px;
}
@media (min-width: 1200px) {
  .p-kv__copy {
    max-width: 400px;
  }
}
.p-kv__copy-sub {
  min-width: 260px;
  max-width: 300px;
}
@media (min-width: 1200px) {
  .p-kv__copy-sub {
    max-width: 530px;
  }
}
.p-kv__img {
  grid-area: img;
  max-width: 320px;
  width: 100%;
}
@media (min-width: 1200px) {
  .p-kv__img {
    width: 75%;
    max-width: 600px;
    margin-left: 5%;
  }
}
.p-kv__img-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.p-kv__img-container img {
  width: 100%;
  margin-bottom: 16px;
}
.p-kv__caption p {
  font-size: 2rem;
}
.p-kv__emblem {
  grid-area: emblem;
  position: relative;
  bottom: 0;
  width: 100%;
  max-width: 350px;
  gap: 24px;
  display: flex;
  justify-content: space-between;
  justify-self: start;
  align-self: start;
}
@media (min-width: 1200px) {
  .p-kv__emblem {
    width: 530px;
  }
}
.p-kv__emblem img {
  width: 100px;
}
@media (min-width: 1440px) {
  .p-kv__emblem img {
    width: 150px;
  }
}

.p-cta {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .p-cta {
    padding: 64px 32px;
  }
}
.p-cta__heading {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .p-cta__heading {
    font-size: 3.2rem;
  }
}
.p-cta__heading strong {
  font-size: 2.4rem;
  color: #EB6A8C;
}
@media (min-width: 768px) {
  .p-cta__heading strong {
    font-size: 3.2rem;
  }
}
.p-cta__link {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media (min-width: 768px) {
  .p-cta__link {
    gap: 24px;
  }
}
.p-cta__logo-appstore {
  width: 100%;
}
@media (min-width: 768px) {
  .p-cta__logo-appstore {
    width: 213px;
  }
}
.p-cta__logo-googleplay {
  width: 100%;
}
@media (min-width: 768px) {
  .p-cta__logo-googleplay {
    width: 267px;
  }
}
.p-cta__notice {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 1.2rem;
  margin-top: 16px;
}
@media (min-width: 768px) {
  .p-cta__notice {
    font-size: 1.6rem;
    margin-top: 24px;
  }
}
.p-cta__speech-bubbles {
  display: flex;
  max-width: 650px;
  width: 100%;
  gap: 24px;
  justify-content: center;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-cta__speech-bubbles {
    justify-content: space-around;
  }
}
.p-cta__speech-bubbles img {
  width: 100px;
  height: auto;
}
@media (min-width: 768px) {
  .p-cta__speech-bubbles img {
    width: 150px;
  }
}
.p-cta__subheading {
  width: 100%;
  max-width: 600px;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .p-cta__subheading {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
}
.p-cta__container {
  position: relative;
  background-color: #FFFFFF;
  padding: 32px 16px 0;
  border-radius: 10px;
}
.p-cta__caption {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-sponsorship {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 0;
  justify-content: center;
  align-items: center;
}
.p-sponsorship__row img {
  width: 80%;
}

.p-about__heading {
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  padding: 4px;
  margin-bottom: 16px;
  margin-left: calc((100vw - 100%) / 2 * -1);
  margin-right: calc((100vw - 100%) / 2 * -1);
}
@media (min-width: 768px) {
  .p-about__heading {
    padding: 8px;
  }
}
.p-about__heading img {
  width: 170px;
}
.p-about__subheading {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.p-about__contents {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 400px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-about__contents {
    max-width: 600px;
    flex-direction: row;
    gap: 64px;
  }
}
.p-about__content {
  display: flex;
  width: 100%;
  justify-content: space-around;
  align-items: center;
  gap: 16px;
}
@media (min-width: 768px) {
  .p-about__content {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-about__content--2 {
    flex-direction: column-reverse;
  }
}
.p-about__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  flex: 1;
  aspect-ratio: 1/1;
  border-radius: 10px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .p-about__img {
    aspect-ratio: initial;
    flex: none;
  }
}
.p-about figcaption {
  flex: 1;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .p-about figcaption {
    aspect-ratio: initial;
    flex: none;
  }
}

.p-problem {
  position: relative;
}
.p-problem::after {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 0;
  display: block;
  width: 100%;
  height: 50px;
  background-color: #FFFFFF;
  -webkit-clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
          clip-path: polygon(50% 100%, 0% 0%, 100% 0%);
}
@media (min-width: 768px) {
  .p-problem::after {
    height: 100px;
    bottom: -100px;
  }
}
.p-problem__heading {
  text-align: center;
  margin-bottom: 64px;
}
.p-problem__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  max-width: 965px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-problem__list {
    align-items: stretch;
    flex-direction: row;
  }
}
.p-problem__item {
  max-width: 400px;
  display: flex;
  flex: 1;
}
.p-problem__line {
  display: block;
  width: 100%;
  height: 1px;
  border: 1px #0D0D0D dashed;
  margin: 32px 0;
}
.p-problem__table-container {
  display: flex;
  flex-direction: column;
  max-width: 965px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-problem__table-container {
    flex-direction: row;
    align-items: center;
    gap: 32px;
  }
}
.p-problem__sub-heading {
  flex: 1;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-problem__sub-heading {
    min-width: 350px;
  }
}
.p-problem__sub-heading strong {
  font-size: 2.4rem;
  color: #EB6A8C;
  font-weight: bold;
}
.p-problem__sub-heading p {
  margin-top: 8px;
  font-size: 1.4rem;
}
.p-problem__table {
  margin-bottom: 40px;
  overflow: hidden;
}
.p-problem__appeal {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media (min-width: 768px) {
  .p-problem__appeal {
    font-size: 3.2rem;
  }
}

.p-contents__heading {
  max-width: 800px;
  margin: 0 auto 40px;
}
.p-contents__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .p-contents__contents {
    gap: 64px;
  }
}
.p-contents__btn {
  width: 300px;
  background-color: #EB6A8C;
  color: #FFFFFF;
  margin: 0 auto;
}

.p-contents-skill {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.p-contents-skill__list {
  align-items: stretch;
}
.p-contents-skill__item {
  max-width: 320px;
  border-radius: 10px;
}
.p-contents-skill__heading {
  display: block;
  width: 100%;
  padding: 10px 0;
  background-color: #6ACBEB;
  text-align: center;
  color: #FFFFFF;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 32px;
}
.p-contents-skill__heading--blue {
  background-color: #6ACBEB;
}
.p-contents-skill__heading--red {
  background-color: #EB6A8C;
}
.p-contents-skill__heading--purple {
  background-color: #B07BE2;
}

@media (min-width: 1200px) {
  .p-reason {
    display: flex;
    gap: 40px;
  }
}
.p-reason__heading {
  max-width: 800px;
  margin: 0 auto 40px;
}
@media (min-width: 1200px) {
  .p-reason__heading {
    max-width: 500px;
    flex: 1;
    min-width: 500px;
    background-color: #FFFFFF;
    z-index: 100;
    padding: 16px;
    margin: 0;
  }
}
.p-reason__contents {
  width: 100%;
  height: auto;
  max-width: 1000px;
}
.p-reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 32px;
  max-width: 800px;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  .p-reason__list {
    max-width: initial;
    flex-wrap: nowrap;
    justify-content: initial;
  }
}
.p-reason__item {
  max-width: 320px;
  width: 320px;
  border-radius: 10px;
}
@media (min-width: 1200px) {
  .p-reason__item {
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .p-plan {
    display: flex;
    gap: 40px;
    justify-content: space-between;
  }
}
.p-plan__heading {
  max-width: 800px;
  margin: 0 auto 40px;
}
@media (min-width: 1200px) {
  .p-plan__heading {
    max-width: 500px;
    flex: 1;
    min-width: 400px;
    padding: 16px;
    margin: 0;
  }
}
.p-plan__contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex: 1;
}
.p-plan__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  gap: 32px;
  width: 100%;
}
@media (min-width: 1200px) {
  .p-plan__cards {
    flex-wrap: nowrap;
  }
}
.p-plan__card--gray {
  background-color: #F2F2F2;
}
.p-plan__card--primary {
  background-color: #F2E41B;
}
.p-plan__btn {
  width: 250px;
  background-color: #F2E41B;
}

@media (min-width: 1200px) {
  .p-voice {
    display: flex;
    gap: 40px;
  }
}
.p-voice__heading {
  max-width: 800px;
  margin: 0 auto 40px;
}
@media (min-width: 1200px) {
  .p-voice__heading {
    max-width: 500px;
    flex: 1;
    min-width: 500px;
    padding: 16px;
    margin: 0;
  }
}
.p-voice__list {
  display: flex;
  align-items: stretch;
}
.p-voice__item {
  width: 300px;
  height: auto;
}

@media (min-width: 1200px) {
  .p-faq {
    display: flex;
    gap: 40px;
  }
}
.p-faq__heading {
  max-width: 800px;
  margin: 0 auto 40px;
}
@media (min-width: 1200px) {
  .p-faq__heading {
    max-width: 500px;
    flex: 1;
    min-width: 500px;
    padding: 16px;
    margin: 0;
  }
}
.p-faq__list {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  max-width: 800px;
  gap: 32px;
}
.p-faq__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.p-faq__item::after {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  border: 1px dashed #0D0D0D;
}
.p-faq__question, .p-faq__answear {
  display: flex;
  gap: 16px;
  align-items: center;
}

.p-contact {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 1200px) {
  .p-contact {
    flex-direction: row;
  }
}
.p-contact__heading {
  max-width: 800px;
  margin: 0 auto 40px;
}
@media (min-width: 1200px) {
  .p-contact__heading {
    max-width: 500px;
    min-width: 500px;
    padding: 16px;
    margin: 0;
  }
}
.p-contact__contents {
  width: 100%;
  height: auto;
}
.p-contact__btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 24px;
  border-radius: 50px;
  background-color: #EB6A8C;
  color: #FFFFFF;
  margin: 0 auto;
  font-size: 2rem;
  font-weight: bold;
  margin-top: auto;
}
@media (min-width: 1200px) {
  .p-contact__btn {
    font-size: 3.2rem;
  }
}
.p-contact__btn::before {
  content: "\f0e0";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 8px;
}

@media (min-width: 1440px) {
  .u-hidden-l-pc {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */