@charset "UTF-8";
.p-plan__deadline-unit {
  font-weight: 400;
}

.p-anchor__plan-label, .p-plan__deadline-text, .p-plan__flow, .p-flow__item-number, .c-options__option-label, .c-plans__plan-label, .c-page-title__en, .c-section__title-en, .c-section__title, .c-button {
  font-weight: 700;
}

.p-flow__item-step {
  color: transparent;
  font: 0/0 a;
}

.p-anchor__plan, .p-plan__price, .p-plan__deadline, .c-page-title__wrap, .c-button {
  display: flex;
  flex-wrap: wrap;
}

.p-anchor__plan:after, .p-plan:before, .p-plan__flow:before, .p-plan__flow:after, .p-flow__item:after, .c-plans__plan:before, .c-page-title:before, .c-underline:after, .c-button:before, .c-highlight:after {
  content: "";
  position: absolute;
  display: block;
}

/* utiliity
---------------------------------------- */
.u-pc-hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-pc-hide {
    display: block;
  }
}

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

.u-inline-block {
  display: inline-block;
}

.u-underline {
  text-decoration: underline;
  transition: 0.3s;
}
.u-underline:hover {
  text-decoration: none;
}

/* layout
---------------------------------------- */
.l-inner {
  position: relative;
  width: clamp(320px, 100%, 1180px);
  margin: 0 auto;
  padding: 0 2.7777777778cqi;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 5.3333333333vw;
  }
}
.l-inner__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding: 0 2.7777777778cqi;
}
@media screen and (max-width: 768px) {
  .l-inner__header {
    padding: 0 5.3333333333vw;
  }
}
.l-inner__footer {
  width: 100%;
}

/* component
---------------------------------------- */
.c-highlight {
  position: relative;
  display: inline-block;
  z-index: 3;
}
.c-highlight:after {
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 104%;
  height: 60%;
  padding: 0 0.25em;
  background: #f3ed4b;
  border-radius: 5px;
  z-index: -1;
}

.c-button {
  position: relative;
  align-content: center;
  justify-content: center;
  color: #fff;
  line-height: 1.2;
  transition: 0.3s;
}
.c-button:before {
  top: 50%;
  transform: translate(0, -50%);
  background: url("../images/cmn/icn_arrow_wh.svg") center center/contain no-repeat;
  transition: 0.3s;
}
.c-button:hover {
  background-color: #fff;
}

.c-underline {
  position: relative;
}
.c-underline:after {
  left: 0;
  bottom: -2px;
  transform: scale(0, 1);
  transform-origin: left top;
  width: 100%;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}
.c-underline:hover:after {
  transform: scale(1, 1);
}

.c-section {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .c-section {
    padding: 13.3333333333vw 0;
  }
}
.c-section__title {
  font-size: clamp(10px, 12vw, 60px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-section__title {
    font-size: 8vw;
  }
}
.c-section__title-en {
  display: block;
  width: min(11.1111111111vw, 160px);
  height: 40px;
}
@media screen and (max-width: 768px) {
  .c-section__title-en {
    height: 5.3333333333vw;
  }
}
.c-section__title-en {
  margin: 0 auto;
  color: #2d7dd2;
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
  border: #2d7dd2 2px solid;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-section__title-en {
    width: 21.3333333333vw;
    font-size: 3.4666666667vw;
    border-width: 0.2666666667vw;
  }
}

@media screen and (max-width: 768px) {
  .c-cta-button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 27.0666666667vw;
    height: 10.6666666667vw;
    padding-left: 8.2666666667vw;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.16666667;
    font-weight: 700;
    border-radius: 5.3333333333vw;
  }
  .c-cta-button.button-phone {
    padding-left: 6.6666666667vw;
    background: url("../images/cmn/icn_phone_wh.svg") 1.3333333333vw center/4.2666666667vw auto no-repeat #df8331;
  }
  .c-cta-button.button-order {
    background: url("../images/cmn/icn_order.svg") 2.9333333333vw center/4vw auto no-repeat #e1bc29;
  }
  .c-cta-button.button-plan {
    background: url("../images/cmn/icn_plans.svg") 3.2vw center/4vw auto no-repeat #4ea5d9;
  }
}
.c-page-title {
  position: relative;
  height: 450px;
}
@media screen and (max-width: 768px) {
  .c-page-title {
    height: 60vw;
  }
}
.c-page-title {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.c-page-title:before {
  width: 100%;
  height: 100%;
  background: rgba(45, 125, 210, 0.5);
  mix-blend-mode: multiply;
}
.c-page-title__wrap {
  position: absolute;
  top: 80px;
  align-content: center;
  justify-content: center;
  width: 100%;
  height: calc(100% - 80px);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-page-title__wrap {
    top: 16vw;
    height: calc(100% - 16vw);
  }
}
.c-page-title__en {
  display: inline-block;
  width: 6.15384615em;
  height: 1.53846154em;
  color: #fff;
  font-size: clamp(10px, 5.2vw, 26px);
  line-height: 1.53846154;
  text-align: center;
  text-transform: uppercase;
  border: #fff 1px solid;
  border-radius: 20px;
}
.c-page-title__ja {
  width: 100%;
  margin-top: 0.25em;
  color: #fff;
  font-size: clamp(20px, 9.6vw, 60px);
  text-align: center;
}

.c-plans {
  display: grid;
  gap: 32px;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .c-plans {
    margin-top: 13.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .c-plans {
    grid-template-columns: 1fr;
    gap: 9.3333333333vw;
  }
}
.c-plans__plan {
  position: relative;
  background: #edf6fb;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-plans__plan {
    border-radius: 2.6666666667vw;
  }
}
.c-plans__plan {
  transition: 0.3s;
}
.c-plans__plan:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
}
@media screen and (max-width: 768px) {
  .c-plans__plan:before {
    width: 13.3333333333vw;
  }
}
.c-plans__plan:before {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .c-plans__plan:before {
    height: 13.3333333333vw;
  }
}
.c-plans__plan:before {
  border-radius: 50%;
  background-color: #edf6fb;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-plans__plan.plan-1:before {
  background-image: url("../images/cmn/icn_plan_price.svg");
  background-size: 50px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-1:before {
    background-size: 6.6666666667vw auto;
  }
}
.c-plans__plan.plan-2:before {
  background-image: url("../images/cmn/icn_plan_hurry.svg");
  background-size: 60px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-2:before {
    background-size: 8vw auto;
  }
}
.c-plans__plan.plan-3:before {
  background-image: url("../images/cmn/icn_plan_beginner.svg");
  background-size: 44px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-3:before {
    background-size: 5.8666666667vw auto;
  }
}
.c-plans__plan.plan-4:before {
  background-image: url("../images/cmn/icn_plan_large.svg");
  background-size: 50px auto;
}
@media screen and (max-width: 768px) {
  .c-plans__plan.plan-4:before {
    background-size: 6.6666666667vw auto;
  }
}
.c-plans__plan-label {
  color: #2d7dd2;
  font-size: clamp(10px, 4.4vw, 22px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-plans__plan-label {
    font-size: 4.2666666667vw;
  }
}
.c-plans__plan-price {
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-plans__plan-price {
    font-size: 3.4666666667vw;
  }
}
.c-plans__plan-price-num {
  font-size: clamp(10px, 12.8vw, 64px);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .c-plans__plan-price-num {
    font-size: 8.5333333333vw;
  }
}
.c-plans__plan-price-num:after {
  bottom: 10%;
  height: 38%;
}

.c-options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}
@media screen and (max-width: 768px) {
  .c-options {
    gap: 2.6666666667vw;
    margin-top: 2.6666666667vw;
  }
}
.c-options__option {
  height: 100px;
  padding: 20px;
  background: #edf6fb;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .c-options__option {
    border-radius: 2.6666666667vw;
  }
}
.c-options__option {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-options__option {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    height: 21.3333333333vw;
    padding: 1.3333333333vw;
  }
}
.c-options__option-label {
  transform: translateY(-4px);
  display: inline-block;
  color: #2b303a;
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-options__option-label {
    transform: translateY(3.2vw);
    display: block;
    font-size: 3.2vw;
  }
}
.c-options__option-price {
  display: inline-block;
  font-size: clamp(10px, 5.2vw, 26px);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-options__option-price {
    font-size: 3.4666666667vw;
  }
}
.c-options__option-price-num {
  font-size: clamp(10px, 12.8vw, 64px);
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .c-options__option-price-num {
    font-size: 8.5333333333vw;
  }
}
.c-options__option-price-num:after {
  bottom: 10%;
  height: 38%;
}

/* reset
---------------------------------------- */
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;
}

article, aside, detail, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

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;
}

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

a {
  text-decoration: none;
}

a, button {
  color: #2b303a;
  cursor: pointer;
}

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

input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

em {
  font-style: normal;
}

picture {
  display: block;
  overflow: hidden;
}
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: center;";
}

.p-page-title {
  background-image: url("../images/plan/bg_page-title.jpg");
}

.p-mv {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-mv {
    margin-top: 13.3333333333vw;
  }
}
.p-mv__picture {
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-mv__picture {
    border-radius: 5.3333333333vw;
  }
}
.p-mv__picture {
  line-height: 0;
}

.p-anchor {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-anchor {
    margin-top: 13.3333333333vw;
  }
}
.p-anchor__summary {
  font-size: clamp(10px, 3.6vw, 18px);
  line-height: 1.6;
}
.p-anchor__plans {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-anchor__plans {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.6666666667vw;
    margin-top: 0;
  }
}
.p-anchor__plan {
  align-items: center;
  justify-content: center;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .p-anchor__plan {
    height: auto;
    margin-top: 13.3333333333vw;
    padding: 5.3333333333vw 2.6666666667vw;
  }
}
.p-anchor__plan:before {
  transition: 0.3s;
}
.p-anchor__plan:after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(90deg);
  width: 50px;
}
@media screen and (max-width: 768px) {
  .p-anchor__plan:after {
    width: 8.3333333333vw;
  }
}
.p-anchor__plan:after {
  height: 50px;
}
@media screen and (max-width: 768px) {
  .p-anchor__plan:after {
    height: 8.3333333333vw;
  }
}
.p-anchor__plan:after {
  border-radius: 50%;
  background-color: #edf6fb;
  background-position: center center;
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-image: url("../images/cmn/icn_arrow_bl.svg");
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .p-anchor__plan:after {
    background-size: 6.6666666667vw auto;
  }
}
.p-anchor__plan:hover {
  background: rgb(216.1363636364, 235.5681818182, 246.3636363636);
}
.p-anchor__plan:hover:before, .p-anchor__plan:hover:after {
  background-color: rgb(216.1363636364, 235.5681818182, 246.3636363636);
}
.p-anchor__plan-label {
  position: relative;
  font-size: clamp(10px, 4.3333333333vw, 26px);
  line-height: 1.4;
  text-align: center;
  z-index: 2;
}
.p-anchor__options {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-anchor__options {
    margin-top: 6.6666666667vw;
  }
}

.l-plans {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .l-plans {
    margin-top: 13.3333333333vw;
  }
}
.l-plans {
  padding: 1px 0 100px 0;
  background: #fdfce4;
}
@media screen and (max-width: 768px) {
  .l-plans {
    padding-bottom: 13.3333333333vw;
  }
}

.p-plan {
  position: relative;
  margin-top: 200px;
}
@media screen and (max-width: 768px) {
  .p-plan {
    margin-top: 26.6666666667vw;
  }
}
.p-plan {
  padding: 70px 40px;
  background: #fff;
  border: #2d7dd2 8px solid;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-plan {
    border-radius: 10.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan {
    padding: 9.3333333333vw 5.3333333333vw 16vw 5.3333333333vw;
    border-width: 1.0666666667vw;
  }
}
.p-plan:before {
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
}
@media screen and (max-width: 768px) {
  .p-plan:before {
    width: 16vw;
  }
}
.p-plan:before {
  height: 120px;
}
@media screen and (max-width: 768px) {
  .p-plan:before {
    height: 16vw;
  }
}
.p-plan:before {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2d7dd2;
  border-radius: 50%;
}
.p-plan.plan-1:before {
  background-image: url("../images/cmn/icn_plan_price_wh.svg");
  background-size: 50% auto;
}
.p-plan.plan-2:before {
  background-image: url("../images/cmn/icn_plan_hurry_wh.svg");
  background-size: 58.333333% auto;
}
.p-plan.plan-3:before {
  background-image: url("../images/cmn/icn_plan_beginner_wh.svg");
  background-size: 44.166667% auto;
}
.p-plan.plan-4:before {
  background-image: url("../images/cmn/icn_plan_large_wh.svg");
  background-size: 50% auto;
}
.p-plan__title {
  font-size: clamp(10px, 5.6666666667vw, 50px);
  text-align: center;
}
.p-plan__body {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 32px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-plan__body {
    margin-top: 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .p-plan__body {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.p-plan__head {
  padding: 10px 20px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-plan__head {
    padding: 2.6666666667vw 5.3333333333vw 0 5.3333333333vw;
  }
}
.p-plan__head {
  background: #edf6fb;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-plan__head {
    border-radius: 5.3333333333vw;
  }
}
.p-plan__price {
  justify-content: center;
}
.p-plan__price-text {
  font-size: clamp(10px, 3.4666666667vw, 26px);
}
.p-plan__price-num {
  margin: 0 0.25em;
  font-size: clamp(10px, 8.5333333333vw, 64px);
}
.p-plan__price-num:after {
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-plan__price-num:after {
    bottom: 2.6666666667vw;
  }
}
.p-plan__price-num:after {
  height: 30%;
}
.p-plan__deadline {
  justify-content: center;
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-plan__deadline {
    padding-top: 1.3333333333vw;
  }
}
.p-plan__deadline {
  border-top: #2b303a 2px solid;
}
@media screen and (max-width: 768px) {
  .p-plan__deadline {
    border-width: 0.2666666667vw;
  }
}
.p-plan__deadline-text {
  font-size: clamp(10px, 3.4666666667vw, 26px);
}
.p-plan__deadline-unit {
  font-size: clamp(10px, 3.4666666667vw, 26px);
}
.p-plan__deadline-num {
  margin: 0 0.25em;
  font-size: clamp(10px, 8.5333333333vw, 64px);
}
.p-plan__note {
  margin-top: 1em;
}
.p-plan__note-item {
  margin-left: 1em;
  text-indent: -1em;
  font-size: clamp(10px, 2.8vw, 14px);
}
.p-plan__note-item:before {
  content: "※";
}
.p-plan__flow {
  position: relative;
  display: inline-block;
  margin-top: 1em;
  padding-right: 1.7em;
  font-size: clamp(10px, 4vw, 20px);
}
.p-plan__flow:before {
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: #2b303a;
  transition: 0.3s;
}
.p-plan__flow:after {
  top: 0;
  right: 0;
  transform: translate(0, 2px) rotate(180deg);
  width: 1.2em;
  height: 1.2em;
  background: url("../images/cmn/icn_pagetop.svg") center right/contain no-repeat;
}
.p-plan__flow:hover:before {
  width: calc(100% - 1.7em);
}
.p-plan__figure {
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 768px) {
  .p-plan__figure {
    height: 64vw;
  }
}
.p-plan__figure {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .p-plan__figure {
    padding: 2.6666666667vw;
  }
}
.p-plan__figure {
  background: #eaeaea;
}
.p-plan__thumb {
  width: auto;
  height: 100%;
}
.p-plan__thumb-img {
  object-fit: contain;
  font-family: "object-fit: contain; object-position: center;";
}
.p-plan__pdf {
  width: 100%;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-plan__pdf {
    height: 12vw;
  }
}
.p-plan__pdf {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-plan__pdf {
    margin-top: 5.3333333333vw;
  }
}
.p-plan__pdf {
  padding-right: 52px;
}
@media screen and (max-width: 768px) {
  .p-plan__pdf {
    padding-right: 13.8666666667vw;
  }
}
.p-plan__pdf {
  color: #2b303a;
  font-size: clamp(10px, 4vw, 20px);
  border: #2b303a 2px solid;
  border-radius: 30px;
}
.p-plan__pdf:before {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .p-plan__pdf:before {
    right: 1.3333333333vw;
  }
}
.p-plan__pdf:before {
  width: 40px;
}
@media screen and (max-width: 768px) {
  .p-plan__pdf:before {
    width: 8vw;
  }
}
.p-plan__pdf:before {
  height: 40px;
}
@media screen and (max-width: 768px) {
  .p-plan__pdf:before {
    height: 8vw;
  }
}
.p-plan__pdf:before {
  background: url("../images/cmn/icn_download_bk.svg") center center/contain no-repeat;
}
.p-plan__pdf:hover {
  color: #fff;
  background: #2b303a;
}
.p-plan__pdf:hover:before {
  background-image: url("../images/cmn/icn_download_wh.svg");
}
@media screen and (max-width: 768px) {
  .p-plan__pdf {
    display: flex;
    align-content: center;
    line-height: 1.2;
  }
}
.p-plan__button {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 460px;
  height: 80px;
}
@media screen and (max-width: 768px) {
  .p-plan__button {
    height: 16vw;
  }
}
.p-plan__button {
  padding-right: 70px;
}
@media screen and (max-width: 768px) {
  .p-plan__button {
    padding-right: 15.99999996vw;
  }
}
.p-plan__button {
  font-size: clamp(10px, 5.6vw, 28px);
  background: #2d7dd2;
  border: #2d7dd2 2px solid;
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .p-plan__button {
    width: 90%;
    border-width: 0.2666666667vw;
  }
}
.p-plan__button:before {
  right: 10px;
}
@media screen and (max-width: 768px) {
  .p-plan__button:before {
    right: 1.3333333333vw;
  }
}
.p-plan__button:before {
  width: 60px;
}
@media screen and (max-width: 768px) {
  .p-plan__button:before {
    width: 13.33333336vw;
  }
}
.p-plan__button:before {
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-plan__button:before {
    height: 13.33333336vw;
  }
}
.p-plan__button:hover {
  color: #2d7dd2;
}
@media screen and (max-width: 768px) {
  .p-plan__button:hover {
    color: #fff;
    background: #2d7dd2;
  }
}
.p-plan__button:hover:before {
  background-image: url("../images/cmn/icn_arrow_bl.svg");
}
@media screen and (max-width: 768px) {
  .p-plan__button:hover:before {
    background-image: url("../images/cmn/icn_arrow_wh.svg");
  }
}

.p-flow {
  background: #edf6fb;
}
@media screen and (max-width: 768px) {
  .p-flow {
    padding-bottom: calc(4.1666666667cqi + 26.6666666667vw);
  }
}
.p-flow__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-flow__list {
    grid-template-columns: 1fr;
    gap: 4vw;
    margin-top: 6.6666666667vw;
  }
}
.p-flow__item {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
  background: #fff;
  border: #2d7dd2 4px solid;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-flow__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 0;
    text-align: left;
    border-width: 0.5333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.p-flow__item:after {
  top: 50%;
  right: 0;
  transform: translate(100%, -50%);
  width: 34px;
  height: 52px;
  border-top: transparent 26px solid;
  border-bottom: transparent 26px solid;
  border-left: #2d7dd2 34px solid;
}
@media screen and (max-width: 768px) {
  .p-flow__item:after {
    top: auto;
    right: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    width: 6.9333333333vw;
    height: 4.2666666667vw;
    border-top: #2d7dd2 4.2666666667vw solid;
    border-right: transparent 3.4666666667vw solid;
    border-bottom: none;
    border-left: transparent 3.4666666667vw solid;
  }
}
.p-flow__item:last-of-type:after {
  content: none;
}
.p-flow__item-number {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-20px, -20px);
  width: 80px;
  height: 80px;
  color: #fff;
  font-size: clamp(10px, 6.1333333333vw, 46px);
  line-height: 1.2;
  text-align: center;
  background: url("../images/top/bg_sec-2_balloon.svg") center center/contain no-repeat;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .p-flow__item-number {
    transform: translate(-2.6666666667vw, -2.6666666667vw);
    width: 10.6666666667vw;
    height: 10.6666666667vw;
  }
}
.p-flow__item-step {
  display: block;
  width: 44px;
  height: 16px;
  margin: 10px auto 0 auto;
  background: url("../images/top/txt_sec-2_step.svg") center top/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .p-flow__item-step {
    width: 5.8666666667vw;
    height: 2.1333333333vw;
    margin: 1.3333333333vw auto 0 auto;
  }
}
.p-flow__item-picture {
  border-radius: 16px 16px 0 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p-flow__item-picture {
    width: 37.3333333333vw;
    height: 29.3333333333vw;
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-flow__item-body {
    width: 48vw;
    height: 29.3333333333vw;
  }
}
.p-flow__item-title {
  margin-top: 0.5em;
  font-size: clamp(10px, 4.8vw, 24px);
}
@media screen and (max-width: 768px) {
  .p-flow__item-title {
    font-size: 4vw;
  }
}
.p-flow__item-text {
  margin: 20px 20px 0 20px;
  font-size: clamp(10px, 2.64vw, 18px);
  text-align: left;
}
@media screen and (max-width: 768px) {
  .p-flow__item-text {
    margin: 1.3333333333vw 2.6666666667vw 0 0;
    line-height: 1.4;
  }
}