@charset "UTF-8";
/* Scss Document */
/* foundation
------------------------------------------------------ */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: 500;
  vertical-align: baseline;
  background: transparent;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

main, article, aside, dialog, figure, picture, footer, header,
hgroup, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

strong {
  font-weight: 700;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px #000000 dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, button, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  display: block;
}

input[type=submit] {
  cursor: pointer;
}

button {
  cursor: pointer;
  padding: 0;
}

time {
  display: inline-block;
}

sup {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

sub {
  font-size: 0.5em;
  font-weight: inherit;
  vertical-align: text-bottom;
}

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

.p-lp-title::before, .p-lp-cta__text::before, .p-lp-cta__text::after, .p-lp-features-item::before, .p-lp-introduction-title__text::before, .p-lp-flow-step-item::before, .p-lp-flow-step-item:not(:last-of-type)::after, .p-lp-faq__title::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.c-btn i::before, .l-gnav-item__inner i::before {
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
}

html, body {
  color: #222222;
  background-color: #ffea00;
  font-family: "M PLUS 1", -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  letter-spacing: normal;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  word-break: break-word;
}
a:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
a:focus {
  outline: none;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: 100%;
}
button::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}
button::-moz-placeholder, input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #666666;
}
button:-ms-input-placeholder, input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #666666;
}
button::-ms-input-placeholder, input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666666;
}
button::placeholder, input::placeholder, select::placeholder, textarea::placeholder {
  color: #666666;
}

button {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
button:hover {
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

figure, picture {
  line-height: 0;
}
figure img, picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

span {
  font-weight: inherit;
}

/* js
------------------------------------------------------ */
/* layout
------------------------------------------------------ */
.l-wrapper {
  width: 1400px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 1450px) {
  .l-wrapper {
    width: calc(100% - 50px);
  }
}
.l-wrapper--sub {
  width: 1100px;
}
@media screen and (max-width: 1150px) {
  .l-wrapper--sub {
    width: calc(100% - 50px);
  }
}

.l-header {
  width: 100%;
  height: 90px;
  padding: 0 50px;
  background-color: #ffea00;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .l-header {
    padding: 0 25px;
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    height: 70px;
  }
}
.l-header__wrapper {
  height: 100%;
  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;
}
.l-header-text {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .l-header-text {
    font-size: min(1.9rem, 4.75vw);
  }
}
.l-header-gnavBtn {
  width: 40px;
  height: 30px;
  display: none;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1376px) {
  .l-header-gnavBtn {
    display: block;
  }
}
.l-header-gnavBtn::before {
  content: "";
  background-color: #222222;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.l-header-gnavBtn__inner {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.l-header-gnavBtn__inner::before, .l-header-gnavBtn__inner::after {
  content: "";
  background-color: #222222;
  width: 100%;
  height: 2px;
  position: absolute;
}
.l-header-gnavBtn__inner::before {
  top: 0;
  left: 0;
}
.l-header-gnavBtn__inner::after {
  bottom: 0;
  left: 0;
}
.l-header-gnavBtn.is-open::before {
  content: none;
}
.l-header-gnavBtn.is-open .l-header-gnavBtn__inner::before, .l-header-gnavBtn.is-open .l-header-gnavBtn__inner::after {
  inset: 0;
  margin: auto;
}
.l-header-gnavBtn.is-open .l-header-gnavBtn__inner::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.l-header-gnavBtn.is-open .l-header-gnavBtn__inner::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

@media screen and (max-width: 1376px) {
  .l-gnav {
    background-color: #fcf48b;
    width: 100%;
    height: 100%;
    max-width: 400px;
    padding: 100px 30px;
    display: none;
    position: fixed;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .l-gnav {
    max-width: none;
  }
}
.l-gnav.is-active {
  display: block;
}
.l-gnav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px 24px;
}
@media screen and (max-width: 1376px) {
  .l-gnav__wrapper {
    max-width: 90%;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.l-gnav-item {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .l-gnav-item {
    font-size: 2rem;
  }
}
.l-gnav-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  position: relative;
}
.l-gnav-item__inner::after {
  content: "";
  background-color: #e84466;
  width: 0;
  height: 3px;
  position: absolute;
  bottom: -10px;
  left: 30px;
  -webkit-transition: width 0.2s;
  transition: width 0.2s;
}
.l-gnav-item__inner i {
  background-color: #ffffff;
  width: 20px;
  min-width: 0;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  border-radius: 50%;
}
.l-gnav-item__inner i::before {
  content: "";
  background-color: #9f9f9f;
  -webkit-mask-image: url(../img/icon_arrow.svg);
          mask-image: url(../img/icon_arrow.svg);
  width: 12px;
  aspect-ratio: 12/8;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 1376px) {
  .l-gnav-item__inner i::before {
    -webkit-transform: none;
            transform: none;
  }
}
.l-gnav-item__inner:hover {
  opacity: 1;
}
.l-gnav-item__inner:hover::after {
  width: calc(100% - 30px);
}
.l-gnav-contact {
  margin-left: 6px;
}
.l-gnav-contact .c-btn {
  width: 230px;
  height: 50px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  border-radius: 20px !important;
}
@media screen and (max-width: 768px) {
  .l-gnav-contact .c-btn {
    width: 100%;
  }
}

.l-main {
  width: 100%;
  height: auto;
  padding: 90px 0 300px 0;
  position: relative;
}
@media screen and (max-width: 960px) {
  .l-main {
    padding: 70px 0 300px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-main {
    padding: 70px 0 140px 0;
  }
}
.l-main::before {
  content: "";
  background-image: url(../img/bg.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: 2048px 2018px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0.3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-main::before {
    background-size: 1024px 1009px;
  }
}

.l-footer {
  background-color: #ffffff;
  text-align: center;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding-bottom: 105px;
  }
}
.l-footer::before {
  content: "";
  background-color: #ffffff;
  width: 1700px;
  aspect-ratio: 1700/498;
  border-radius: 50%;
  position: absolute;
  top: -170px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1601px) {
  .l-footer::before {
    width: calc(100% + 6.25vw);
    height: 498px;
    aspect-ratio: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer::before {
    width: calc(100% + 6.25vw);
    height: 212px;
    top: -80px;
  }
}
.l-footer .l-wrapper {
  position: relative;
  top: -70px;
}
@media screen and (max-width: 768px) {
  .l-footer .l-wrapper {
    top: 0;
  }
}
.l-footer-info__logo {
  width: 365px;
  aspect-ratio: 365/88;
  margin: 0 auto 35px auto;
}
@media screen and (max-width: 768px) {
  .l-footer-info__logo {
    width: 219px;
    margin: 0 auto 20px auto;
  }
}
.l-footer-info__contact {
  font-size: 2rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .l-footer-info__contact {
    font-size: 1.6rem;
  }
}
.l-footer-info__contact a[href^="mailto:"] {
  text-decoration: underline;
}
.l-footer-text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .l-footer-text {
    font-size: 1.4rem;
    margin-top: 40px;
  }
}
.l-footer-links {
  margin-top: 60px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
@media screen and (max-width: 960px) {
  .l-footer-links {
    max-width: 380px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-footer-links {
    margin-top: 45px;
    max-width: 350px;
    gap: 15px;
  }
}
.l-footer-links-item {
  width: 100%;
}
.l-footer-links-item__link01, .l-footer-links-item__link02, .l-footer-links-item__link03 {
  border: 1px solid #d9d9d9;
  width: 100%;
  height: 120px;
  font-size: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .l-footer-links-item__link01, .l-footer-links-item__link02, .l-footer-links-item__link03 {
    height: 80px;
  }
}
.l-footer-links-item__link01 {
  background-image: url(../../assets/img/common/footer_link01.png);
  background-image: url(../../assets/img/common/footer_link01.webp);
  background-size: 165px auto;
}
@media screen and (max-width: 768px) {
  .l-footer-links-item__link01 {
    background-size: 125px auto;
  }
}
.l-footer-links-item__link02 {
  background-image: url(../../assets/img/common/footer_link02.png);
  background-image: url(../../assets/img/common/footer_link02.webp);
  background-size: 160px auto;
}
@media screen and (max-width: 768px) {
  .l-footer-links-item__link02 {
    background-size: 135px auto;
  }
}
.l-footer-links-item__link03 {
  background-image: url(../../assets/img/common/footer_link03.png);
  background-image: url(../../assets/img/common/footer_link03.webp);
  background-size: 240px auto;
}
@media screen and (max-width: 768px) {
  .l-footer-links-item__link03 {
    background-size: 180px auto;
  }
}

.l-floatBtn {
  color: #ffffff;
  background-color: #ffffff;
  width: 100%;
  height: 50px;
  font-size: 1.6rem;
  text-align: center;
  display: none;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  position: fixed;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l-floatBtn {
    display: -ms-grid;
    display: grid;
  }
}
.l-floatBtn-item__inner {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
}
.l-floatBtn-item:nth-of-type(1) .l-floatBtn-item__inner {
  background-color: #e84466;
}
.l-floatBtn-item:nth-of-type(2) .l-floatBtn-item__inner {
  background-color: #008cd6;
}

/* object
------------------------------------------------------ */
/* component */
.c-btn {
  color: #ffffff;
  background-color: #e84466;
  font-size: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-radius: 28px;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.c-btn i {
  background-color: #ffffff;
  width: 20px;
  min-width: 0;
  aspect-ratio: 1/1;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-btn i::before {
  content: "";
  background-color: #e84466;
  -webkit-mask-image: url(../img/icon_arrow.svg);
          mask-image: url(../img/icon_arrow.svg);
  width: 12px;
  aspect-ratio: 12/8;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-btn:hover {
  color: #e84466;
  background-color: #ffffff;
  opacity: 1;
  -webkit-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}
.c-btn:hover i {
  background-color: #e84466;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-btn:hover i::before {
  background-color: #ffffff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.c-btn--rev {
  color: #222222;
  background-color: #ffffff;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-btn--rev i {
  background-color: #e84466;
}
.c-btn--rev i::before {
  background-color: #ffffff;
}
.c-btn--rev:hover {
  color: #222222;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.c-btn--blue {
  background-color: #008cd6;
}
.c-btn--blue i::before {
  background-color: #008cd6;
}
.c-btn--blue:hover {
  color: #008cd6;
}
.c-btn--blue:hover i {
  background-color: #008cd6;
}
.c-btn--down i::before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

/* project */
.p-lp > * {
  position: relative;
}
.p-lp-title {
  color: #e84466;
  background-color: #f9f2d4;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.6;
  padding-left: 90px;
  position: relative;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp-title {
    font-size: 2rem;
    line-height: 1.4;
    padding: 10px 10px 10px 90px;
  }
}
.p-lp-title::before {
  content: "";
  position: absolute;
}
.p-lp-cta {
  margin-top: 80px;
}
.p-lp-cta__wrapper {
  color: #ffffff;
  background-color: #e84466;
  width: 1400px;
  text-align: center;
  margin: 0 auto;
  padding: 80px 25px;
  border-radius: 50px;
}
@media screen and (max-width: 1450px) {
  .p-lp-cta__wrapper {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .p-lp-cta__wrapper {
    width: 100%;
    padding: 80px 25px 40px 25px;
    border-radius: 0;
  }
}
.p-lp-cta__text {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  line-height: 1.6;
  margin: 0 auto;
  position: relative;
}
.p-lp-cta__text::before, .p-lp-cta__text::after {
  content: "";
  position: absolute;
}
.p-lp-cta__text::before {
  background-image: url(../img/cta_img01.png);
  width: 125px;
  aspect-ratio: 125/122;
  top: -3px;
  left: -149px;
}
@media screen and (max-width: 1150px) {
  .p-lp-cta__text::before {
    top: -129px;
    left: 50%;
    -webkit-transform: translateX(-125px);
            transform: translateX(-125px);
  }
}
.p-lp-cta__text::after {
  background-image: url(../img/cta_img02.png);
  width: 109px;
  aspect-ratio: 109/113;
  top: -14px;
  right: -124px;
}
@media screen and (max-width: 1150px) {
  .p-lp-cta__text::after {
    top: -125px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(13px);
            transform: translateX(13px);
  }
}
.p-lp-cta__text-dt {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 3.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp-cta__text-dt {
    font-size: 2.3rem;
  }
}
.p-lp-cta__text-dd {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .p-lp-cta__text-dd {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-lp-cta .c-btn {
  width: 100%;
  max-width: 456px;
  height: 70px;
  font-size: 2rem;
  margin: 30px auto 0 auto;
  border-radius: 28px;
}
@media screen and (max-width: 768px) {
  .p-lp-cta .c-btn {
    max-width: 350px;
    height: 60px;
    font-size: 1.6rem;
  }
}
.p-lp-fv {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .p-lp-fv {
    margin-top: 0;
  }
}
.p-lp-fv__wrapper {
  width: 1380px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 712px 40px 1fr;
  grid-template-columns: 712px 1fr;
  gap: 30px 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1490px) {
  .p-lp-fv__wrapper {
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 1150px) {
  .p-lp-fv__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-lp-fv-info {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .p-lp-fv-info {
    padding-top: 0;
  }
}
.p-lp-fv-info__title {
  color: #e84466;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  padding-bottom: 40px;
  position: relative;
}
@media screen and (max-width: 1150px) {
  .p-lp-fv-info__title {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info__title {
    font-size: min(5.4rem, 13.5vw);
    padding-bottom: 23px;
  }
}
.p-lp-fv-info__title::after {
  content: "";
  background: linear-gradient(to right, #e84466 0, #e84466 24px, transparent 24px, transparent 32px);
  background-repeat: repeat-x;
  background-size: 32px 4px;
  width: 100%;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info__title::after {
    background: linear-gradient(to right, #e84466 0, #e84466 12px, transparent 12px, transparent 16px);
    background-size: 16px 3px;
    height: 3px;
  }
}
.p-lp-fv-info-date {
  position: relative;
}
.p-lp-fv-info-date__item {
  font-family: "Mochiy Pop One", sans-serif;
}
.p-lp-fv-info-date__item-dt {
  background-color: #ffffff;
  width: 110px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  margin-bottom: 15px;
  border: 2px #222222 solid;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__item-dt {
    font-size: 1.4rem;
    line-height: 20px;
    margin-bottom: 10px;
    border-width: 1px;
  }
}
.p-lp-fv-info-date__item-dd {
  font-size: 2rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__item-dd {
    font-size: 1.8rem;
  }
}
.p-lp-fv-info-date__large strong {
  font-weight: 400;
}
.p-lp-fv-info-date__notice {
  color: #222222 !important;
  font-family: "M PLUS 1", -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  text-indent: -1em;
  margin-top: 10px;
  padding-left: 1em;
  display: block;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__notice {
    margin-top: 0;
  }
}
.p-lp-fv-info-date__text {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__text {
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
.p-lp-fv-info-date__text strong {
  font-size: 2.7rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__text strong {
    font-size: 1.8rem;
  }
}
.p-lp-fv-info-date__line01 {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 40px 50px;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px 30px;
  }
}
.p-lp-fv-info-date__line01 .p-lp-fv-info-date__item-dd {
  color: #e84466;
}
.p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(1) {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(1) .p-lp-fv-info-date__item-dd {
  font-size: 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(1) .p-lp-fv-info-date__item-dd {
    font-size: 1.6rem;
  }
}
.p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(1) .p-lp-fv-info-date__item-dd .p-lp-fv-info-date__large {
  font-size: 4.2rem;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(1) .p-lp-fv-info-date__item-dd .p-lp-fv-info-date__large {
    font-size: 2.2rem;
  }
}
.p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(1) .p-lp-fv-info-date__item-dd .p-lp-fv-info-date__large strong {
  font-size: 7.2rem;
  padding: 0 0.1em;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(1) .p-lp-fv-info-date__item-dd .p-lp-fv-info-date__large strong {
    font-size: 3.2rem;
  }
}
.p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(1) .p-lp-fv-info-date__item-dd i {
  color: #ffffff;
  background-color: #008cd6;
  width: 61px;
  height: 61px;
  font-size: 3.5rem;
  line-height: 55px;
  text-align: center;
  margin-left: 10px;
  display: inline-block;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(1) .p-lp-fv-info-date__item-dd i {
    width: 33px;
    height: 33px;
    font-size: 1.8rem;
    line-height: 33px;
  }
}
.p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(2) .p-lp-fv-info-date__item-dd {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(2) .p-lp-fv-info-date__item-dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(2) .p-lp-fv-info-date__item-dd span:nth-of-type(1) {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(2) .p-lp-fv-info-date__item-dd .p-lp-fv-info-date__large {
  font-size: 4.6rem;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line01 .p-lp-fv-info-date__item:nth-of-type(2) .p-lp-fv-info-date__item-dd .p-lp-fv-info-date__large {
    font-size: 3.2rem;
    padding-right: 5px;
  }
}
.p-lp-fv-info-date__line02 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line02 {
    margin-top: 20px;
  }
}
.p-lp-fv-info-date__line02 .p-lp-fv-info-date__item-dd {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line02 .p-lp-fv-info-date__item-dd {
    font-size: 1.8rem;
    line-height: 1.4;
  }
}
.p-lp-fv-info-date__line03 {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line03 {
    margin-top: 20px;
  }
}
.p-lp-fv-info-date__line03 .p-lp-fv-info-date__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line03 .p-lp-fv-info-date__item {
    display: block;
  }
}
.p-lp-fv-info-date__line03 .p-lp-fv-info-date__item-dt {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line03 .p-lp-fv-info-date__item-dt {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-date__line03 .p-lp-fv-info-date__item-dd {
    line-height: 1.6;
  }
}
.p-lp-fv-info-date__line04 {
  margin-top: 10px;
}
.p-lp-fv-info-date__line04 .p-lp-fv-info-date__item-dd {
  font-size: 3rem;
  color: #e84466;
  line-height: 1.4;
  font-family: "Mochiy Pop One", sans-serif;
}
.p-lp-fv-info-date__line04 .p-lp-fv-info-date__item-dd strong {
  font-weight: 400;
}
.p-lp-fv-info-date__line04 .p-lp-fv-info-date__item-dt {
  width: 150px;
}
.p-lp-fv-info-free {
  color: #ffffff;
  background-color: #e84466;
  width: 152px;
  aspect-ratio: 1/1;
  font-family: "Mochiy Pop One", sans-serif;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-content: center;
  position: absolute;
  bottom: 0;
  right: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-free {
    width: 97px;
    top: 0;
    bottom: auto;
    left: auto;
    right: 0;
  }
}
.p-lp-fv-info-free__text-dt {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-free__text-dt {
    font-size: 2.5rem;
    margin-bottom: 5px;
  }
}
.p-lp-fv-info-free__text-dd {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info-free__text-dd {
    font-size: 1rem;
  }
}
.p-lp-fv-info__links {
  margin: 30px auto 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info__links {
    margin: 20px auto 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.p-lp-fv-info__links .c-btn {
  width: 230px;
  height: 70px;
}
@media screen and (max-width: 768px) {
  .p-lp-fv-info__links .c-btn {
    width: 100%;
    height: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 1150px) {
  .p-lp-fv-img {
    max-width: 688px;
    margin: 0 auto;
  }
}
.p-lp-features {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp-features {
    margin-top: 40px;
  }
}
.p-lp-features__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px 30px;
}
.p-lp-features-item {
  background-color: #ffffff;
  width: 100%;
  max-width: 345px;
  padding: 30px;
  position: relative;
  border: 6px #e84466 solid;
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .p-lp-features-item {
    max-width: 350px;
    border-width: 4px;
  }
}
.p-lp-features-item::before {
  content: "";
  position: absolute;
}
.p-lp-features-item--01::before {
  background-image: url(../img/features_img01.png);
  background-image: url(../img/features_img01.webp);
  width: 130px;
  aspect-ratio: 150/148;
  top: -28px;
  right: -2px;
}
@media screen and (max-width: 768px) {
  .p-lp-features-item--01::before {
    width: 97px;
    top: -3px;
    right: 13px;
  }
}
.p-lp-features-item--02::before {
  background-image: url(../img/features_img02.png);
  background-image: url(../img/features_img02.webp);
  width: 100px;
  aspect-ratio: 109/158;
  top: -28px;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .p-lp-features-item--02::before {
    width: 71px;
    top: -2px;
    right: 35px;
  }
}
.p-lp-features-item--03::before {
  background-image: url(../img/features_img03.png);
  background-image: url(../img/features_img03.webp);
  width: 115px;
  aspect-ratio: 135/141;
  top: -9px;
  right: 25px;
}
@media screen and (max-width: 768px) {
  .p-lp-features-item--03::before {
    width: 90px;
    top: 5px;
    right: 30px;
  }
}
.p-lp-features-item__text {
  position: relative;
}
.p-lp-features-item__text-dt {
  color: #e84466;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-lp-features-item__text-dt {
    line-height: 1.4;
  }
}
.p-lp-features-item__text-dd {
  font-size: 1.6rem;
  line-height: 1.7;
}
.p-lp-story {
  margin-top: 40px;
}
.p-lp-story__img {
  max-width: 1300px;
  margin: 0 auto;
}
.p-lp-message {
  margin-top: 40px;
}
.p-lp-message .p-lp-title {
  margin-bottom: 20px;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-lp-message .p-lp-title {
    padding-left: 80px;
  }
}
.p-lp-message .p-lp-title::before {
  background-image: url(../img/message_title.svg);
  width: 36px;
  aspect-ratio: 36/46;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-message .p-lp-title::before {
    bottom: 2px;
    left: 24px;
  }
}
.p-lp-message__wrapper {
  background-color: #fcf48b;
  padding: 50px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-lp-message__wrapper {
    padding: 40px 25px;
    border-radius: 30px;
  }
}
.p-lp-message__text, .p-lp-message__name {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .p-lp-message__text, .p-lp-message__name {
    font-size: 1.4rem;
  }
}
.p-lp-message__name {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-lp-message__name::before {
  content: "";
  background-color: #222222;
  width: 38px;
  height: 1px;
  margin: 0 10px 0 5px;
  display: inline-block;
}
.p-lp-message__credit {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-lp-message__credit {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.p-lp-introduction {
  margin-top: 130px;
}
@media screen and (max-width: 768px) {
  .p-lp-introduction {
    margin-top: 200px;
  }
}
.p-lp-introduction .l-wrapper {
  background-color: #60b8c5;
  padding: 60px 50px;
  position: relative;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-lp-introduction .l-wrapper {
    padding: 40px 25px;
  }
}
.p-lp-introduction-title {
  color: #ffffff;
  background-color: #1b8785;
  width: 212px;
  aspect-ratio: 1/1;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2.8rem;
  font-weight: 400;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: -45px;
  right: 50px;
  border-radius: 50%;
}
@media screen and (max-width: 1150px) {
  .p-lp-introduction-title {
    top: -76px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-introduction-title {
    width: 166px;
    font-size: 2rem;
    padding-bottom: 30px;
    top: -126px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-lp-introduction-title__text {
  position: relative;
}
.p-lp-introduction-title__text::before {
  content: "";
  background-image: url(../img/introduction_img01.png);
  background-image: url(../img/introduction_img01.webp);
  width: 139px;
  aspect-ratio: 139/158;
  position: absolute;
  top: -168px;
  left: 50%;
  margin: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-lp-introduction-title__text::before {
    width: 109px;
    top: -144px;
  }
}
.p-lp-introduction .p-lp-title {
  color: #ffffff;
  background-color: #81c9d4;
  margin: 0 258px 30px auto;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  .p-lp-introduction .p-lp-title {
    margin: 0 auto 20px auto;
  }
}
.p-lp-introduction .p-lp-title::before {
  background-image: url(../img/introduction_title.svg);
  width: 24px;
  aspect-ratio: 24/58;
  left: 20px;
  bottom: -10px;
}
@media screen and (max-width: 768px) {
  .p-lp-introduction .p-lp-title::before {
    bottom: -5px;
  }
}
.p-lp-introduction__lead {
  color: #ffffff;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 34px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-introduction__lead {
    font-size: 1.6rem;
    padding-bottom: 22px;
  }
}
.p-lp-introduction__lead::after {
  content: "";
  background: linear-gradient(to right, #ffffff 0, #ffffff 16px, transparent 16px, transparent 24px);
  background-repeat: repeat-x;
  background-size: 24px 4px;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .p-lp-introduction__lead::after {
    background: linear-gradient(to right, #ffffff 0, #ffffff 12px, transparent 12px, transparent 20px);
    background-size: 20px 2px;
    height: 2px;
  }
}
.p-lp-introduction__wrapper {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 520px min(114px, 8.1428571429vw) 1fr;
  grid-template-columns: 520px 1fr;
  gap: 40px min(114px, 8.1428571429vw);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1150px) {
  .p-lp-introduction__wrapper {
    -ms-grid-columns: 1fr 40px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
@media screen and (max-width: 960px) {
  .p-lp-introduction__wrapper {
    background-color: #ffffff;
    padding: 30px;
    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: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    border-radius: 50px;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-introduction__wrapper {
    margin-top: 20px;
    padding: 20px 10px;
    gap: 10px 40px;
    border-radius: 20px;
  }
}
.p-lp-introduction__img {
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-lp-introduction__img {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-introduction__img {
    border-radius: 30px;
  }
}
.p-lp-introduction__content {
  background-color: #ffffff;
  font-size: 1.6rem;
  padding: 40px 50px;
  border-radius: 50px;
}
@media screen and (max-width: 960px) {
  .p-lp-introduction__content {
    background-color: transparent;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-lp-introduction__content {
    font-size: 1.4rem;
  }
}
.p-lp-introduction__item {
  max-width: 322px;
  padding: 10px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 78px 24px 1fr;
  grid-template-columns: 78px 1fr;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px #d9d9d9 solid;
}
@media screen and (max-width: 960px) {
  .p-lp-introduction__item {
    max-width: none;
  }
}
.p-lp-introduction__item-dt {
  color: #ffffff;
  background-color: #1b8785;
  font-size: 1.5rem;
  line-height: 26px;
  text-align: center;
  border-radius: 100vmax;
}
@media screen and (max-width: 768px) {
  .p-lp-introduction__item-dt {
    font-size: 1.4rem;
  }
}
.p-lp-introduction__text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-lp-introduction__text {
    font-size: 1.3rem;
  }
}
.p-lp-detail {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp-detail {
    margin-top: 40px;
  }
}
.p-lp-detail__wrapper {
  background-color: #ffffff;
  padding: 80px 110px;
  border: 10px #e84466 solid;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-lp-detail__wrapper {
    padding: 40px 25px;
    border-width: 4px;
    border-radius: 30px;
  }
}
.p-lp-detail .p-lp-title {
  background-color: #ffe3e3;
  margin-bottom: 30px;
}
.p-lp-detail .p-lp-title::before {
  background-image: url(../img/detail_title.svg);
  width: 59px;
  aspect-ratio: 59/58;
  left: 20px;
  bottom: -11px;
}
@media screen and (max-width: 768px) {
  .p-lp-detail .p-lp-title::before {
    bottom: -5px;
  }
}
.p-lp-detail__item {
  font-size: 1.6rem;
  line-height: 1.4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 200px 1fr;
  grid-template-columns: 200px 1fr;
}
@media screen and (max-width: 768px) {
  .p-lp-detail__item {
    font-size: 1.4rem;
    display: block;
  }
}
.p-lp-detail__item-dt, .p-lp-detail__item-dd {
  padding: 20px;
  border-bottom: 1px #222222 solid;
}
@media screen and (max-width: 768px) {
  .p-lp-detail__item-dt, .p-lp-detail__item-dd {
    padding: 10px 20px;
  }
}
.p-lp-detail__item-dt {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-lp-detail__item-dd a {
  color: #008cd6;
  text-decoration: underline;
}
.p-lp-map {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp-map {
    margin-top: 60px;
  }
}
.p-lp-map .p-lp-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-lp-map .p-lp-title {
    margin-bottom: 20px;
    padding-left: 70px;
  }
}
.p-lp-map .p-lp-title::before {
  background-image: url(../img/map_title.svg);
  width: 46px;
  aspect-ratio: 46/58;
  left: 27px;
  bottom: 21px;
}
@media screen and (max-width: 768px) {
  .p-lp-map .p-lp-title::before {
    left: 17px;
    bottom: -4px;
  }
}
.p-lp-map__wrapper {
  width: 100%;
  aspect-ratio: 1100/450;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-map__wrapper {
    aspect-ratio: 350/180;
  }
}
.p-lp-map__wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-lp-flow {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp-flow {
    margin-top: 40px;
  }
}
.p-lp-flow .p-lp-title {
  margin-bottom: 65px;
}
@media screen and (max-width: 768px) {
  .p-lp-flow .p-lp-title {
    margin-top: 30px;
  }
}
.p-lp-flow .p-lp-title::before {
  background-image: url(../img/flow_title.svg);
  width: 47px;
  aspect-ratio: 47/45;
  left: 33px;
  bottom: 8px;
}
.p-lp-flow-step {
  list-style-type: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
}
@media screen and (max-width: 1150px) {
  .p-lp-flow-step {
    max-width: 600px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-lp-flow-step-item {
  background-color: #ffffff;
  padding: 40px 20px;
  position: relative;
  border-radius: 30px;
}
.p-lp-flow-step-item::before {
  content: "";
  position: absolute;
}
.p-lp-flow-step-item:not(:last-of-type)::after {
  content: "";
  background-image: url(../img/flow_arrow.svg);
  width: 18px;
  aspect-ratio: 18/25;
  position: absolute;
  top: 50%;
  right: -14px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1150px) {
  .p-lp-flow-step-item:not(:last-of-type)::after {
    top: auto;
    bottom: -32px;
    left: 50%;
    right: auto;
    -webkit-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
  }
}
.p-lp-flow-step-item__num {
  color: #e84466;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.p-lp-flow-step-item__text {
  line-height: 1.6;
}
.p-lp-flow-step-item__text-dt {
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2.1rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-lp-flow-step-item__text-dt {
    font-size: 1.8rem;
  }
}
.p-lp-flow-step-item__text-dd {
  color: #333333;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-lp-flow-step-item__text-dd {
    font-size: 1.4rem;
  }
}
.p-lp-flow-step-item--01::before {
  background-image: url(../img/flow_img01.svg);
  width: 90px;
  aspect-ratio: 96/80;
  top: -10px;
  right: 26px;
}
@media screen and (max-width: 768px) {
  .p-lp-flow-step-item--01::before {
    top: -3px;
  }
}
.p-lp-flow-step-item--02::before {
  background-image: url(../img/flow_img02.svg);
  width: 60px;
  aspect-ratio: 69/121;
  top: -34px;
  right: 31px;
}
@media screen and (max-width: 768px) {
  .p-lp-flow-step-item--02::before {
    top: 10px;
    right: 34px;
  }
}
.p-lp-flow-step-item--03::before {
  background-image: url(../img/flow_img03.svg);
  width: 75px;
  aspect-ratio: 85/82;
  top: -10px;
  right: 28px;
}
@media screen and (max-width: 768px) {
  .p-lp-flow-step-item--03::before {
    width: 70px;
    top: -8px;
    right: 34px;
  }
}
.p-lp-flow-step-item--04::before {
  background-image: url(../img/flow_img04.svg);
  width: 47px;
  aspect-ratio: 57/104;
  top: 10px;
  right: 43px;
}
@media screen and (max-width: 768px) {
  .p-lp-flow-step-item--04::before {
    width: 50px;
    right: 56px;
  }
}
.p-lp-notice {
  margin-top: 40px;
}
.p-lp-notice .l-wrapper {
  background-color: #fcf48b;
  padding: 40px 20px;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-lp-notice .l-wrapper {
    border-radius: 30px;
  }
}
.p-lp-notice .p-lp-title {
  background-color: #fffcd9;
  margin-bottom: 30px;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  .p-lp-notice .p-lp-title {
    padding-left: 60px;
  }
}
.p-lp-notice .p-lp-title::before {
  background-image: url(../img/notice_title.svg);
  width: 39px;
  aspect-ratio: 39/55;
  left: 18px;
  bottom: -2px;
}
@media screen and (max-width: 768px) {
  .p-lp-notice .p-lp-title::before {
    top: 50%;
    bottom: auto;
    left: 12px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.p-lp-notice-list {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .p-lp-notice-list {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.p-lp-notice-list__item {
  margin-top: 1em;
  padding-left: 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-notice-list__item {
    padding-left: 30px;
  }
}
.p-lp-notice-list__item::before {
  content: "";
  background-color: #e84466;
  width: 16px;
  aspect-ratio: 1/1;
  position: absolute;
  top: calc(0.7em - 8px);
  left: 24px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-lp-notice-list__item::before {
    width: 1em;
    top: 0.3em;
    left: 0;
  }
}
.p-lp-faq {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp-faq {
    margin-top: 40px;
  }
}
.p-lp-faq__wrapper {
  background-color: #ffffff;
  max-width: 1300px;
  margin: 0 auto;
  padding: 80px;
  border: 10px #e84466 solid;
  border-radius: 50px;
}
@media screen and (max-width: 768px) {
  .p-lp-faq__wrapper {
    padding: 40px 25px;
    border-width: 4px;
    border-radius: 30px;
  }
}
.p-lp-faq__title {
  color: #e84466;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 4.4rem;
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-lp-faq__title {
    font-size: 2.7rem;
    padding-bottom: 20px;
  }
}
.p-lp-faq__title::before {
  content: "";
  background-image: url(../img/faq_title.svg);
  width: 178px;
  aspect-ratio: 178/20;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-lp-faq__title::before {
    width: 112px;
  }
}
.p-lp-faq__item {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .p-lp-faq__item {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.p-lp-faq__item-q, .p-lp-faq__item-a {
  position: relative;
}
.p-lp-faq__item-q::before, .p-lp-faq__item-a::before {
  color: #ffffff;
  width: 30px;
  font-family: "Mochiy Pop One", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: calc(20px + 0.15em);
  left: 20px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-lp-faq__item-q::before, .p-lp-faq__item-a::before {
    width: 25px;
    font-size: 1.6rem;
    line-height: 25px;
    top: calc(5px + 0.2em);
    left: 5px;
  }
}
.p-lp-faq__item-q {
  border-bottom: 1px #eeeeee solid;
  cursor: pointer;
  padding: 20px 40px 20px 70px;
}
@media screen and (max-width: 768px) {
  .p-lp-faq__item-q {
    padding: 10px 30px 10px 40px;
  }
}
.p-lp-faq__item-q::before {
  content: "Q";
  background-color: #e84466;
}
.p-lp-faq__item-q i {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .p-lp-faq__item-q i {
    width: 14px;
    height: 14px;
  }
}
.p-lp-faq__item-q i::before, .p-lp-faq__item-q i::after {
  content: "";
  background-color: #008cd6;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: 0;
  margin: auto;
}
.p-lp-faq__item-q i::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.p-lp-faq__item-q.is-open i::after {
  content: none;
}
.p-lp-faq__item-a {
  padding: 20px 0 20px 70px;
  border-bottom: 1px #d9d9d9 solid;
}
@media screen and (max-width: 768px) {
  .p-lp-faq__item-a {
    padding: 10px 0 10px 40px;
  }
}
.p-lp-faq__item-a::before {
  content: "A";
  background-color: #008cd6;
}
.p-lp-top {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-lp-top {
    margin-top: 40px;
  }
}
.p-lp-top__link {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-lp-top__link:hover {
  opacity: 0.8;
}
.p-lp-top__link img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/* utility */
.u-displayPcOnly {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly {
    display: none;
  }
}
.u-displayPcOnly--inline {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-displayPcOnly--inline {
    display: none;
  }
}

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

.u-text-l {
  text-align: left;
}
.u-text-c {
  text-align: center;
}
.u-text-r {
  text-align: right;
}
/*# sourceMappingURL=style.css.map */