@charset "UTF-8";
* {
  box-sizing: border-box;
}

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

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

html {
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1;
  overflow-x: hidden;
}

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

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

img {
  max-width: 100%;
  vertical-align: bottom;
}

main {
  display: block;
}

select::-ms-expand {
  display: none;
}

textarea {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

textarea:focus {
  outline: 0;
}

input {
  border: none;
  background: none;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

input:focus {
  outline: 0;
}

select {
  -webkit-appearance: none;
  border-radius: 0;
  border: none;
  background: none;
}

select:focus {
  outline: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.c-pc {
  display: block;
}
@media (max-width: 810px) {
  .c-pc {
    display: none;
  }
}

.c-sp {
  display: none;
}
@media (max-width: 810px) {
  .c-sp {
    display: block;
  }
}

.l-lp01-body {
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #2F2F2F;
}
@media (max-width: 810px) {
  .l-lp01-body {
    padding: 0 0 116px 0;
  }
}
.l-lp01-header {
  width: 100%;
  position: fixed;
  padding: 20px 40px;
  z-index: 99;
}
@media (max-width: 1330px) {
  .l-lp01-header {
    padding: 8px 0 12px;
    background: #E3E3E3;
  }
}
@media (max-width: 1330px) {
  .l-lp01-header {
    position: relative;
  }
}
.l-lp01-header__logo {
  display: block;
  width: 177px;
  transition: 0.3s;
}
@media (max-width: 1330px) {
  .l-lp01-header__logo {
    width: 122px;
    margin: 0 auto;
  }
}
@media (any-hover: hover) {
  .l-lp01-header__logo:hover {
    opacity: 0.7;
  }
}
.l-lp01-footer {
  height: 220px;
  padding: 50px 0 90px;
}
@media (max-width: 810px) {
  .l-lp01-footer {
    height: 230px;
    padding: 30px 0 60px;
  }
}
.l-lp01-footer__banner {
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: fixed;
  bottom: -116px;
  left: 0;
  width: 100%;
  height: 116px;
  background: #FDFDFD;
  transition: 0.3s;
  z-index: 99;
}
@media (max-width: 810px) {
  .l-lp01-footer__banner {
    display: -ms-flexbox;
    display: flex;
  }
}
.l-lp01-footer__banner.is-show {
  bottom: 0;
}
.l-lp01-footer__banner__button.c-lp01-button01 {
  display: -ms-flexbox;
  display: flex;
  width: 402px;
  max-width: calc(100% - 20px);
  height: 80px;
  margin: 0 auto;
  padding: 15px 18px 15px 26px;
  border-radius: 32px;
}
@media (max-width: 429px) {
  .l-lp01-footer__banner__button.c-lp01-button01 {
    -ms-flex-pack: center;
        justify-content: center;
    padding: 15px 16px 15px 22px;
  }
}
.l-lp01-footer__banner__button.c-lp01-button01::before {
  display: none;
}
.l-lp01-footer__banner__button.c-lp01-button01::after {
  width: 38px;
  height: 38px;
  margin: 0 0 0 5px;
}
@media (max-width: 429px) {
  .l-lp01-footer__banner__button.c-lp01-button01::after {
    width: 30px;
    height: 30px;
  }
}
.l-lp01-footer__banner__button.c-lp01-button01 > span .is-small {
  font-size: 15px;
  font-size: 0.9375rem;
  display: inline-block;
  position: relative;
  margin: 0 0 3px 0;
}
@media (max-width: 429px) {
  .l-lp01-footer__banner__button.c-lp01-button01 > span .is-small {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.l-lp01-footer__banner__button.c-lp01-button01 > span .is-small::before {
  bottom: 11px;
  left: -26px;
  width: 26px;
  height: 2px;
}
.l-lp01-footer__banner__button.c-lp01-button01 > span .is-small::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 11px;
  right: -26px;
  width: 26px;
  height: 2px;
}
.l-lp01-footer__banner__button.c-lp01-button01 > span .is-hover {
  font-size: 17px;
  font-size: 1.0625rem;
}
@media (max-width: 429px) {
  .l-lp01-footer__banner__button.c-lp01-button01 > span .is-hover {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.l-lp01-footer__inner.c-lp01-inner01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  max-width: 1752px;
}
@media (max-width: 810px) {
  .l-lp01-footer__inner.c-lp01-inner01 {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
.l-lp01-footer__logo {
  display: block;
  width: 177px;
  transition: 0.3s;
}
@media (max-width: 810px) {
  .l-lp01-footer__logo {
    width: 122px;
    margin: 0 0 36px 0;
  }
}
@media (any-hover: hover) {
  .l-lp01-footer__logo:hover {
    opacity: 0.7;
  }
}
.l-lp01-footer__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: end;
      align-items: flex-end;
}
@media (max-width: 810px) {
  .l-lp01-footer__container {
    -ms-flex-align: center;
        align-items: center;
  }
}
.l-lp01-footer__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 30px 0;
}
@media (max-width: 810px) {
  .l-lp01-footer__link {
    margin: 0 0 10px 0;
  }
}
.l-lp01-footer__link > li:not(:last-of-type) {
  border-right: 1px solid #2F2F2F;
}
.l-lp01-footer__link > li > a {
  font-size: 16px;
  font-size: 1rem;
  display: block;
  width: 100%;
  height: 100%;
  padding: 1px 15px 0;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
  color: #2F2F2F;
  transition: 0.3s;
}
@media (max-width: 810px) {
  .l-lp01-footer__link > li > a {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .l-lp01-footer__link > li > a:hover {
    color: #C04ADE;
  }
}
.l-lp01-footer__copyright {
  font-size: 16px;
  font-size: 1rem;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-family: "Josefin Sans", sans-serif;
}
@media (max-width: 810px) {
  .l-lp01-footer__copyright {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.c-lp01-nowrap {
  white-space: nowrap;
}
.c-lp01-inner01 {
  max-width: 1312px;
  margin: 0 auto;
  padding: 0 16px;
}
.c-lp01-background01 {
  background: linear-gradient(#fff 0%, #f7fbfe 54%, #B9DAF5 100%);
}
@media (max-width: 810px) {
  .c-lp01-background01 {
    background: linear-gradient(#fff 0%, #f7fbfe 20%, #9CC9F2 100%);
  }
}
@media (max-width: 810px) {
  .c-lp01-background01.is-pc {
    background: none;
  }
}
.c-lp01-background01.is-sp {
  background: none;
}
@media (max-width: 810px) {
  .c-lp01-background01.is-sp {
    background: linear-gradient(#fff 0%, #f7fbfe 34%, #74B6EE 100%);
  }
}
.c-lp01-background02 {
  background: linear-gradient(#fff 0%, #f7fbfe 44%, #D9EBFA 100%);
}
@media (max-width: 810px) {
  .c-lp01-background02.is-pc {
    background: none;
  }
}
.c-lp01-decoration01 {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  object-fit: contain;
  z-index: 2;
  pointer-events: none;
}
.c-lp01-decoration01.is-pc {
  display: block;
}
@media (max-width: 810px) {
  .c-lp01-decoration01.is-pc {
    display: none;
  }
}
.c-lp01-decoration01.is-sp {
  display: none;
}
@media (max-width: 810px) {
  .c-lp01-decoration01.is-sp {
    display: block;
  }
}
.c-lp01-title01 {
  font-size: 49px;
  font-size: 3.0625rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: calc(100% - 6px);
  margin: 0 auto 70px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 400;
  font-family: "Kaisei Opti", serif;
}
@media (max-width: 1330px) {
  .c-lp01-title01 {
    font-size: 36px;
    font-size: 2.25rem;
    margin: 0 auto 40px;
  }
}
@media (max-width: 810px) {
  .c-lp01-title01 {
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0 auto 40px;
  }
}
@media (max-width: 429px) {
  .c-lp01-title01 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.c-lp01-title01.is-marginBottom40 {
  margin: 0 auto 40px;
}
@media (max-width: 810px) {
  .c-lp01-title01.is-marginBottom40 {
    margin: 0 auto 15px;
  }
}
.c-lp01-title01::before {
  content: "";
  display: block;
  width: 220px;
  height: 36px;
  margin: 10px 30px 0 0;
  background: url(../images/seiyakuiwai/c-lp01-deco-img03-pc.svg) no-repeat center/contain;
}
@media (max-width: 810px) {
  .c-lp01-title01::before {
    width: 83px;
    height: 27px;
    margin: 0 13px 0 0;
    background: url(../images/seiyakuiwai/c-lp01-deco-img03-sp.svg) no-repeat center/contain;
  }
}
.c-lp01-title01::after {
  content: "";
  display: block;
  width: 220px;
  height: 36px;
  margin: 10px 0 0 30px;
  background: url(../images/seiyakuiwai/c-lp01-deco-img03-pc.svg) no-repeat center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 810px) {
  .c-lp01-title01::after {
    width: 83px;
    height: 27px;
    margin: 0 0 0 13px;
    background: url(../images/seiyakuiwai/c-lp01-deco-img03-sp.svg) no-repeat center/contain;
  }
}
.c-lp01-title02 {
  font-size: 30px;
  font-size: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  max-width: 100%;
  margin: 0 0 40px 0;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 700;
}
@media (max-width: 810px) {
  .c-lp01-title02 {
    font-size: 17px;
    font-size: 1.0625rem;
    margin: 0 0 20px 0;
  }
}
@media (max-width: 429px) {
  .c-lp01-title02 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-lp01-title02.is-strong {
  font-size: 35px;
  font-size: 2.1875rem;
  margin: 0 0 30px 0;
  color: #C04ADE;
}
@media (max-width: 810px) {
  .c-lp01-title02.is-strong {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0 0 10px 0;
  }
}
@media (max-width: 429px) {
  .c-lp01-title02.is-strong {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-lp01-title02::before {
  content: "";
  display: block;
  width: 26px;
  height: 36px;
  margin: 10px 15px 0 0;
  background: url(../images/seiyakuiwai/c-lp01-deco-img01-black.svg) no-repeat center/contain;
}
@media (max-width: 810px) {
  .c-lp01-title02::before {
    width: 14px;
    height: 20px;
    margin: 0 10px 0 0;
  }
}
.c-lp01-title02::after {
  content: "";
  display: block;
  width: 26px;
  height: 36px;
  margin: 10px 0 0 15px;
  background: url(../images/seiyakuiwai/c-lp01-deco-img01-black.svg) no-repeat center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 810px) {
  .c-lp01-title02::after {
    width: 14px;
    height: 20px;
    margin: 0 0 0 10px;
  }
}
.c-lp01-title02.is-double::before {
  background: url(../images/seiyakuiwai/c-lp01-deco-img01-purple02.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  margin: 15px 30px 0 0;
}
@media (max-width: 810px) {
  .c-lp01-title02.is-double::before {
    width: 28px;
    height: 28px;
    margin: 5px 20px 0 0;
  }
}
.c-lp01-title02.is-double::after {
  background: url(../images/seiyakuiwai/c-lp01-deco-img01-purple02.svg) no-repeat center/contain;
  width: 48px;
  height: 48px;
  margin: 15px 0 0 30px;
}
@media (max-width: 810px) {
  .c-lp01-title02.is-double::after {
    width: 28px;
    height: 28px;
    margin: 5px 0 0 20px;
  }
}
.c-lp01-title03 {
  font-size: 49px;
  font-size: 3.0625rem;
  display: inline-block;
  position: relative;
  max-width: calc(100% - 40px);
  padding: 25px 42px;
  background: #FFF;
  text-align: center;
  letter-spacing: 0.1em;
  font-family: "Kaisei Opti", serif;
}
@media (max-width: 810px) {
  .c-lp01-title03 {
    padding: 11px 14px;
    letter-spacing: 0.03em;
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
@media (max-width: 429px) {
  .c-lp01-title03 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
.c-lp01-title03::before {
  content: "";
  display: block;
  position: absolute;
  top: 4.5px;
  left: 5.5px;
  width: 100%;
  height: 100%;
  border: 2px solid #C04ADE;
}
@media (max-width: 810px) {
  .c-lp01-title03::before {
    top: 2px;
    left: 2px;
  }
}
.c-lp01-title03::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 4.5px;
  right: 7.5px;
  width: 100%;
  height: 100%;
  border: 2px solid #C04ADE;
}
@media (max-width: 810px) {
  .c-lp01-title03::after {
    bottom: 2px;
    right: 2px;
  }
}
.c-lp01-button01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: 652px;
  max-width: calc(100vw - 32px);
  height: 116px;
  margin: 0 auto;
  padding: 20px 20px 25px;
  border-radius: 20px;
  background: #9AF0E4;
  box-shadow: 5px 5px 6px #a8a7a7;
  color: #2F2F2F;
  transition: 0.3s;
  z-index: 5;
}
@media (max-width: 810px) {
  .c-lp01-button01 {
    display: none;
  }
}
.c-lp01-button01::before {
  content: "";
  display: block;
  width: 71px;
  height: 55px;
  margin: 0 15px 0 0;
  background: url(../images/seiyakuiwai/c-lp01-button01-ico01.svg) no-repeat center/contain;
}
.c-lp01-button01::after {
  content: "";
  display: block;
  width: 47px;
  height: 47px;
  margin: 0 0 0 15px;
  background: url(../images/seiyakuiwai/c-lp01-button01-arrow01.svg) no-repeat center/contain;
}
.c-lp01-button01 > span {
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 700;
}
.c-lp01-button01 > span .is-small {
  font-size: 22px;
  font-size: 1.375rem;
  display: inline-block;
  position: relative;
  margin: 0 0 5px 0;
}
.c-lp01-button01 > span .is-small::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: -40px;
  width: 36px;
  height: 2px;
  background: #2F2F2F;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}
.c-lp01-button01 > span .is-small::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  right: -40px;
  width: 36px;
  height: 2px;
  background: #2F2F2F;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}
.c-lp01-button01 > span .is-hover {
  font-size: 25px;
  font-size: 1.5625rem;
  display: inline-block;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-lp01-button01:hover .is-hover {
    color: #D57EEB;
  }
}
.c-lp01-defaine {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  gap: 60px;
}
@media (max-width: 810px) {
  .c-lp01-defaine {
    gap: 26px;
  }
}
.c-lp01-defaine > div {
  width: 100%;
  max-width: 925px;
  padding: 38px 26px;
  border-radius: 20px;
  background: #FFF;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
}
.c-lp01-defaine dt {
  font-size: 21px;
  font-size: 1.3125rem;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 26px 0;
  line-height: 1.45;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@media (max-width: 810px) {
  .c-lp01-defaine dt {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}
@media (max-width: 429px) {
  .c-lp01-defaine dt {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.c-lp01-defaine dt .is-question {
  font-size: 30px;
  font-size: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin: -10px 15px 0 0;
  padding: 0 1px 8px 0;
  border-radius: 50%;
  background: #C04ADE;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
}
@media (max-width: 810px) {
  .c-lp01-defaine dt .is-question {
    margin: -5px 15px 0 0;
  }
}
.c-lp01-defaine dd {
  font-size: 18px;
  font-size: 1.125rem;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
  letter-spacing: 0.025em;
}
@media (max-width: 810px) {
  .c-lp01-defaine dd {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 429px) {
  .c-lp01-defaine dd {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.c-lp01-defaine dd .is-answer {
  font-size: 30px;
  font-size: 1.875rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin: -10px 15px 0 0;
  padding: 0 0 5px 2px;
  border-radius: 50%;
  background: #FFF;
  line-height: 1;
  font-weight: 500;
  color: #C04ADE;
}
@media (max-width: 810px) {
  .c-lp01-defaine dd .is-answer {
    margin: -5px 15px 0 0;
  }
}
.c-lp01-defaine dd .is-link {
  text-decoration: underline;
  font-weight: 500;
  color: #0716CC;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-lp01-defaine dd .is-link:hover {
    opacity: 0.7;
  }
}

.p-lp01-keyvisual {
  width: 100%;
  padding: 50px 0 0 0;
}
@media (max-width: 1330px) {
  .p-lp01-keyvisual {
    padding: 20px 0 0 0;
  }
}
.p-lp01-keyvisual__title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 30px 0;
  font-weight: 700;
}
@media (max-width: 810px) {
  .p-lp01-keyvisual__title {
    margin: 0;
  }
}
.p-lp01-keyvisual__title .is-small {
  font-size: 31px;
  font-size: 1.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 25px 0;
  letter-spacing: 0.05em;
  color: #C04ADE;
}
@media (max-width: 810px) {
  .p-lp01-keyvisual__title .is-small {
    font-size: 19px;
    font-size: 1.1875rem;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 429px) {
  .p-lp01-keyvisual__title .is-small {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-lp01-keyvisual__title .is-small::before {
  content: "";
  display: block;
  width: 26px;
  height: 36px;
  margin: 10px 20px 0 0;
  background: url(../images/seiyakuiwai/c-lp01-deco-img01-purple.svg) no-repeat center/contain;
}
@media (max-width: 810px) {
  .p-lp01-keyvisual__title .is-small::before {
    width: 16px;
    height: 23px;
    margin: 6px 6px 0 0;
  }
}
.p-lp01-keyvisual__title .is-small::after {
  content: "";
  display: block;
  width: 26px;
  height: 36px;
  margin: 10px 0 0 20px;
  background: url(../images/seiyakuiwai/c-lp01-deco-img01-purple.svg) no-repeat center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 810px) {
  .p-lp01-keyvisual__title .is-small::after {
    width: 16px;
    height: 23px;
    margin: 6px 0 0 6px;
  }
}
.p-lp01-keyvisual__image {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1920px) {
  .p-lp01-keyvisual__image {
    height: 348px;
  }
}
@media (max-width: 1330px) {
  .p-lp01-keyvisual__image {
    height: 260px;
  }
}
@media (max-width: 810px) {
  .p-lp01-keyvisual__image {
    display: none;
  }
}
.p-lp01-keyvisual__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.p-lp01-present {
  padding: 40px 0 60px;
  background: url(../images/seiyakuiwai/p-lp01-present-background-img01.png) no-repeat center top/contain;
}
@media (max-width: 810px) {
  .p-lp01-present {
    padding: 30px 0 15px;
    background: none;
  }
}
.p-lp01-present__title {
  font-size: 31px;
  font-size: 1.9375rem;
  margin: 0 0 30px 0;
  text-align: center;
  font-weight: 600;
  color: #3B3A3A;
}
@media (max-width: 810px) {
  .p-lp01-present__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 429px) {
  .p-lp01-present__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-lp01-present__image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  margin: 0 0 30px 0;
}
@media (max-width: 810px) {
  .p-lp01-present__image {
    margin: 0 0 5px 0;
  }
}
.p-lp01-present__image .is-text {
  font-size: 48px;
  font-size: 3rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Kaisei Opti", serif;
  color: #CAA31C;
}
@media (max-width: 810px) {
  .p-lp01-present__image .is-text {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}
.p-lp01-present__image .is-text::before {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  margin: 10px 50px 0 0;
  background: url(../images/seiyakuiwai/c-lp01-deco-img02.svg) no-repeat center/contain;
}
@media (max-width: 810px) {
  .p-lp01-present__image .is-text::before {
    width: 31px;
    height: 31px;
    margin: 10px 25px 0 0;
  }
}
.p-lp01-present__image .is-text::after {
  content: "";
  display: block;
  width: 59px;
  height: 59px;
  margin: 5px 0 0 50px;
  background: url(../images/seiyakuiwai/c-lp01-deco-img02.svg) no-repeat center/contain;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
@media (max-width: 810px) {
  .p-lp01-present__image .is-text::after {
    width: 31px;
    height: 31px;
    margin: 5px 0 0 25px;
  }
}
.p-lp01-present__image .is-image {
  width: 100%;
  max-width: 750px;
}
.p-lp01-present__lead {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  font-weight: 500;
  color: #3B3A3A;
}
@media (max-width: 810px) {
  .p-lp01-present__lead {
    font-size: 23px;
    font-size: 1.4375rem;
  }
}
.p-lp01-present__lead .is-sitename {
  /* width: 300px; */
  height: 38px;
  margin: 0px 5px 8px 0;
  object-fit: contain;
}
@media (max-width: 810px) {
  .p-lp01-present__lead .is-sitename {
    /* width: 192px; */
    height: 24px;
    margin: 0px 3px 5px 0;
  }
}
.p-lp01-present__lead .is-small {
  font-size: 33px;
  font-size: 2.0625rem;
}
@media (max-width: 810px) {
  .p-lp01-present__lead .is-small {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
.p-lp01-present__lead .is-strong {
  font-weight: 700;
  color: #C04ADE;
}
@media (max-width: 810px) {
  .p-lp01-present__lead .is-strong {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media (max-width: 429px) {
  .p-lp01-present__lead .is-strong {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.p-lp01-entry {
  position: relative;
  padding: 40px 0 146px;
}
@media (max-width: 810px) {
  .p-lp01-entry {
    padding: 15px 0;
  }
}
.p-lp01-entry__lead {
  font-size: 29px;
  font-size: 1.8125rem;
  margin: 0 0 30px 0;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  font-weight: 500;
}
@media (max-width: 810px) {
  .p-lp01-entry__lead {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-lp01-entry__lead .is-strong {
  font-size: 34px;
  font-size: 2.125rem;
  position: relative;
  font-weight: 600;
  z-index: 2;
}
@media (max-width: 810px) {
  .p-lp01-entry__lead .is-strong {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}
.p-lp01-entry__lead .is-strong::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 9px;
  background: #FFF967;
  z-index: -1;
}
.p-lp01-entry__lead .is-small {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  margin: 10px 0 0 0;
}
@media (max-width: 810px) {
  .p-lp01-entry__lead .is-small {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.p-lp01-entry__lead .is-link {
  text-decoration: underline;
  color: #0716CC;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-lp01-entry__lead .is-link:hover {
    opacity: 0.7;
  }
}
.p-lp01-entry__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  width: 790px;
  max-width: 100%;
  margin: 0 auto -10px;
}
.p-lp01-entry__column__image {
  position: relative;
  width: 296px;
  margin: 0 -63px 0 40px;
  z-index: 3;
}
@media (max-width: 810px) {
  .p-lp01-entry__column__image {
    width: 170px;
    margin: 40px -46px 0 -10px;
  }
}
@media (max-width: 429px) {
  .p-lp01-entry__column__image {
    width: 132px;
  }
}
.p-lp01-entry__column__text {
  margin: 20px 0 0 0;
  padding: 70px 54px 20px 60px;
  border-radius: 50%;
  background: #FFF;
  text-align: center;
}
@media (max-width: 810px) {
  .p-lp01-entry__column__text {
    margin: 5px 0 0 0;
    padding: 35px 25px 5px 30px;
  }
}
.p-lp01-entry__column__text > p {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
}
@media (max-width: 1330px) {
  .p-lp01-entry__column__text > p {
    font-size: 26px;
    font-size: 1.625rem;
  }
}
@media (max-width: 810px) {
  .p-lp01-entry__column__text > p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 429px) {
  .p-lp01-entry__column__text > p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-lp01-entry__column__text > p .is-purple {
  color: #C04ADE;
}
.p-lp01-worry {
  padding: 80px 0 90px;
}
@media (max-width: 810px) {
  .p-lp01-worry {
    display: none;
  }
}
.p-lp01-worry__title {
  font-size: 44px;
  font-size: 2.75rem;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Kaisei Opti", serif;
}
.p-lp01-worry__list {
  display: -ms-flexbox;
  display: flex;
  gap: 58px;
  margin: 0 auto 60px;
}
@media (max-width: 1330px) {
  .p-lp01-worry__list {
    max-width: 790px;
    gap: 20px;
  }
}
.p-lp01-worry__list > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  width: calc(25% - 43.5px);
  margin: 0 0 60px 0;
  padding: 50px 30px 70px 30px;
  background: url(../images/seiyakuiwai/c-lp01-bubble-img01.svg) no-repeat center/contain;
}
@media (max-width: 1330px) {
  .p-lp01-worry__list > li {
    width: calc(25% - 15px);
    padding: 40px 18px 50px 18px;
  }
}
.p-lp01-worry__list > li:nth-child(odd) {
  margin: 60px 0 0 0;
}
.p-lp01-worry__list > li > p {
  font-size: 27px;
  font-size: 1.6875rem;
  text-align: center;
  font-weight: 500;
  font-family: "M PLUS 1p", sans-serif;
}
@media (max-width: 1330px) {
  .p-lp01-worry__list > li > p {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
.p-lp01-worry__lead {
  font-size: 36px;
  font-size: 2.25rem;
  text-align: center;
  font-weight: 500;
  color: #3B3A3A;
}
.p-lp01-worry__lead .is-sitename {
  /* width: 375px; */
  height: 47px;
  margin: 0 15px 5px 0;
}
.p-lp01-worry__column {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.p-lp01-worry__column:nth-of-type(even) {
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  gap: 22px;
  margin: -50px 0 0 0;
}
.p-lp01-worry__column__wrap {
  width: 1040px;
  max-width: 100%;
  margin: 0 auto 54px;
}
.p-lp01-worry__column__text {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 500;
  color: #C04ADE;
}
@media (max-width: 1330px) {
  .p-lp01-worry__column__text {
    font-size: 32px;
    font-size: 2rem;
  }
}
.p-lp01-worry__column__text .is-strong {
  position: relative;
  font-weight: 700;
  z-index: 2;
}
.p-lp01-worry__column__text .is-strong::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 9px;
  background: #FFF967;
  z-index: -1;
}
.p-lp01-worry__column__text .is-strong.is-large {
  font-size: 45px;
  font-size: 2.8125rem;
}
.p-lp01-worry__column__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-lp01-about {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  padding: 90px 0 80px;
}
@media (max-width: 810px) {
  .p-lp01-about {
    padding: 0 0 30px;
  }
}
.p-lp01-about__title01 {
  margin: 0 0 25px 0;
}
@media (max-width: 810px) {
  .p-lp01-about__title01 {
    margin: 0 0 15px 0;
  }
}
.p-lp01-about__title02 {
  margin: 0 0 60px 0;
}
@media (max-width: 810px) {
  .p-lp01-about__title02 {
    font-size: 28px;
    font-size: 1.75rem;
    margin: 0 0 30px 0;
  }
}
@media (max-width: 429px) {
  .p-lp01-about__title02 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 810px) {
  .p-lp01-about__title02 .is-small {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 429px) {
  .p-lp01-about__title02 .is-small {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
.p-lp01-about__image {
  width: 728px;
  max-width: 100%;
  margin: 0 0 40px 0;
}
@media (max-width: 810px) {
  .p-lp01-about__image {
    margin: 0 0 30px 0;
  }
}
.p-lp01-about__lead {
  font-size: 24px;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-weight: 500;
}
@media (max-width: 810px) {
  .p-lp01-about__lead {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 429px) {
  .p-lp01-about__lead {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-lp01-example {
  position: relative;
  padding: 70px 0 140px;
}
@media (max-width: 810px) {
  .p-lp01-example {
    padding: 30px 0 45px;
  }
}
.p-lp01-example__inner {
  max-width: 1364px;
}
.p-lp01-example__card {
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
  margin: 0 auto 50px;
}
@media (max-width: 1330px) {
  .p-lp01-example__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 950px;
  }
}
@media (max-width: 810px) {
  .p-lp01-example__card {
    display: none;
  }
}
.p-lp01-example__card > li {
  width: calc((100% - 92px) / 3);
  padding: 30px 27px 60px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1330px) {
  .p-lp01-example__card > li {
    width: calc((100% - 92px) / 2);
  }
}
.p-lp01-example__card__image {
  display: block;
  width: 100%;
  margin: 0 0 28px 0;
}
.p-lp01-example__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-lp01-example__card__title01 {
  font-size: 16px;
  font-size: 1rem;
  margin: 0 0 3px 0;
}
.p-lp01-example__card__title01::before {
  width: 18px;
  height: 26px;
  margin: 0 10px 0 0;
}
.p-lp01-example__card__title01::after {
  width: 18px;
  height: 26px;
  margin: 0 0 0 10px;
}
.p-lp01-example__card__title02 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 15px 0;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.p-lp01-example__card__lead {
  font-size: 21px;
  font-size: 1.3125rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.p-lp01-example__define {
  display: none;
}
@media (max-width: 810px) {
  .p-lp01-example__define {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 30px 0;
  }
}
.p-lp01-example__lead {
  font-size: 29px;
  font-size: 1.8125rem;
  margin: 0 0 120px 0;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media (max-width: 1330px) {
  .p-lp01-example__lead {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}
@media (max-width: 810px) {
  .p-lp01-example__lead {
    font-size: 20px;
    font-size: 1.25rem;
    margin: 0;
  }
}
@media (max-width: 429px) {
  .p-lp01-example__lead {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-lp01-example__lead .is-underline {
  text-decoration: underline;
}
.p-lp01-voice {
  padding: 80px 0 100px;
}
@media (max-width: 810px) {
  .p-lp01-voice {
    position: relative;
    padding: 45px 0 200px;
  }
}
.p-lp01-voice__card {
  display: -ms-flexbox;
  display: flex;
  gap: 52px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1330px) {
  .p-lp01-voice__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    max-width: 950px;
    margin: 0 auto;
  }
}
@media (max-width: 810px) {
  .p-lp01-voice__card {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 32px;
  }
}
.p-lp01-voice__card > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  width: calc((100% - 104px) / 3);
  padding: 30px 20px 60px;
  border-radius: 21px;
  background: #FFF;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1330px) {
  .p-lp01-voice__card > li {
    width: calc((100% - 104px) / 2);
  }
}
@media (max-width: 810px) {
  .p-lp01-voice__card > li {
    width: 100%;
    padding: 20px 30px;
  }
}
.p-lp01-voice__card__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 203px;
  margin: 0 0 15px 0;
}
@media (max-width: 810px) {
  .p-lp01-voice__card__image {
    height: 164px;
    margin: 0 0 10px 0;
  }
}
.p-lp01-voice__card__image.is-height220 {
  height: 220px;
  margin: -17px 0 15px 0;
}
@media (max-width: 810px) {
  .p-lp01-voice__card__image.is-height220 {
    height: 168px;
    margin: -10px 0 10px 0;
  }
}
.p-lp01-voice__card__title {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 30px 0;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  color: #C04ADE;
}
@media (max-width: 1330px) {
  .p-lp01-voice__card__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 810px) {
  .p-lp01-voice__card__title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media (max-width: 429px) {
  .p-lp01-voice__card__title {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-lp01-voice__card__lead {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
  line-height: 1.7;
  font-weight: 400;
}
@media (max-width: 810px) {
  .p-lp01-voice__card__lead {
    font-size: 17px;
    font-size: 1.0625rem;
    display: none;
    padding: 0 0 30px 0;
  }
  .p-lp01-voice__card__lead.is-open {
    display: block;
  }
}
.p-lp01-voice__card__button {
  display: none;
}
@media (max-width: 810px) {
  .p-lp01-voice__card__button {
    display: block;
    position: relative;
    width: 153px;
    height: 32px;
    margin: 0 auto;
    border: 1px solid #C04ADE;
    border-radius: 14px;
  }
}
.p-lp01-voice__card__button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 10px;
  width: 14px;
  height: 6px;
  background: url(../images/seiyakuiwai/c-lp01-ico-arrow-purple.svg) no-repeat center/contain;
  transition: 0.3s;
}
.p-lp01-voice__card__button > span {
  font-size: 13px;
  font-size: 0.8125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 500;
  color: #C04ADE;
  transition: 0.3s;
  opacity: 1;
}
.p-lp01-voice__card__button .is-close {
  opacity: 0;
  transition: 0.3s;
}
.p-lp01-voice__card .is-active .p-lp01-voice__card__button::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-lp01-voice__card .is-active .p-lp01-voice__card__button .is-open {
  opacity: 0;
}
.p-lp01-voice__card .is-active .p-lp01-voice__card__button .is-close {
  opacity: 1;
}
.p-lp01-flow {
  padding: 100px 0;
}
@media (max-width: 810px) {
  .p-lp01-flow {
    display: none;
    padding: 12px 0 120px;
  }
}
.p-lp01-flow.is-sp {
  display: none;
}
@media (max-width: 810px) {
  .p-lp01-flow.is-sp {
    display: block;
    position: relative;
  }
}
.p-lp01-flow__card {
  display: -ms-flexbox;
  display: flex;
  gap: 96px;
  margin: 0 auto 36px;
}
@media (max-width: 1330px) {
  .p-lp01-flow__card {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: center;
        justify-content: center;
    gap: 60px 96px;
    max-width: 950px;
  }
}
@media (max-width: 810px) {
  .p-lp01-flow__card {
    -ms-flex-direction: column;
        flex-direction: column;
    gap: 78px;
    padding: 0 30px;
  }
}
@media (max-width: 429px) {
  .p-lp01-flow__card {
    padding: 0 10px;
  }
}
.p-lp01-flow__card > li {
  position: relative;
  width: calc((100% - 272px) / 3);
  border-radius: 18px;
  z-index: 2;
}
@media (max-width: 1330px) {
  .p-lp01-flow__card > li {
    width: calc((100% - 272px) / 2);
  }
}
@media (max-width: 810px) {
  .p-lp01-flow__card > li {
    width: 100%;
  }
}
.p-lp01-flow__card > li:first-of-type {
  margin: 0 0 0 80px;
}
@media (max-width: 1330px) {
  .p-lp01-flow__card > li:first-of-type {
    margin: 0 0 0 40px;
  }
}
@media (max-width: 810px) {
  .p-lp01-flow__card > li:first-of-type {
    margin: 60px 0 0 0;
  }
}
.p-lp01-flow__card > li::after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 20px;
  background: linear-gradient(90deg, #fac98e 0%, #d37ee9 100%);
  z-index: -1;
}
.p-lp01-flow__card__inner {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 42px 46px 50px 50px;
  border-radius: 18px;
  background: #FFF;
  z-index: 2;
}
@media (max-width: 1330px) {
  .p-lp01-flow__card__inner {
    padding: 30px 20px 30px 30px;
  }
}
@media (max-width: 810px) {
  .p-lp01-flow__card__inner {
    padding: 50px 34px 40px;
  }
}
.p-lp01-flow__card__number {
  font-size: 71px;
  font-size: 4.4375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(calc(-50% + 18px));
          transform: translateY(calc(-50% + 18px));
  left: -80px;
  width: 163px;
  height: 302px;
  padding: 0 0 0 22px;
  background: url(../images/seiyakuiwai/c-lp01-triangle-img01-pc.svg) no-repeat center/contain;
  line-height: 1.2;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  color: #CBC9C9;
}
@media (max-width: 1330px) {
  .p-lp01-flow__card__number {
    font-size: 40px;
    font-size: 2.5rem;
    left: -70px;
    width: 100px;
    height: 185px;
    padding: 0 0 0 16px;
  }
}
@media (max-width: 810px) {
  .p-lp01-flow__card__number {
    font-size: 55px;
    font-size: 3.4375rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
    top: -67px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 243px;
    height: 134px;
    padding: 0 0 24px 0;
    background: url(../images/seiyakuiwai/c-lp01-triangle-img01-sp.svg) no-repeat center/contain;
  }
}
.p-lp01-flow__card__image {
  display: block;
  width: calc(100% - 10px);
  max-width: 560px;
  margin: 0 auto 50px;
}
@media (max-width: 1330px) {
  .p-lp01-flow__card__image {
    margin: 0 auto 20px;
  }
}
@media (max-width: 810px) {
  .p-lp01-flow__card__image {
    width: calc(100% - 40px);
  }
}
.p-lp01-flow__card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-lp01-flow__card__lead {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.95;
  font-weight: 500;
}
@media (max-width: 1330px) {
  .p-lp01-flow__card__lead {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-lp01-flow__card__lead .is-purple {
  color: #C04ADE;
}
.p-lp01-flow__card__lead .is-bold {
  font-weight: 700;
}
.p-lp01-flow__lead {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: end;
      align-items: flex-end;
  position: relative;
  margin: 0 0 120px 0;
  z-index: 3;
}
@media (max-width: 810px) {
  .p-lp01-flow__lead {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    margin: 0;
  }
}
.p-lp01-flow__lead .is-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 166px;
  margin: 0 46px 0 0;
}
@media (max-width: 810px) {
  .p-lp01-flow__lead .is-image {
    width: 150px;
    margin: 0 55px 30px 0;
  }
}
.p-lp01-flow__lead .is-text {
  font-size: 27px;
  font-size: 1.6875rem;
  font-weight: 500;
}
@media (max-width: 1330px) {
  .p-lp01-flow__lead .is-text {
    font-size: 24px;
    font-size: 1.5rem;
  }
}
@media (max-width: 810px) {
  .p-lp01-flow__lead .is-text {
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.75;
    font-weight: 600;
    color: #C04ADE;
  }
}
.p-lp01-faq {
  padding: 100px 0;
}
@media (max-width: 810px) {
  .p-lp01-faq {
    position: relative;
    margin: -40px 0 0 0;
    padding: 0 0 45px;
    z-index: 5;
  }
}
.p-lp01-license {
  padding: 100px 0 130px;
}
@media (max-width: 810px) {
  .p-lp01-license {
    padding: 45px 0 0;
  }
}
.p-lp01-license__inner {
  max-width: 1352px;
}
.p-lp01-license__lead {
  font-size: 21px;
  font-size: 1.3125rem;
  margin: 0 0 15px 0;
  padding: 0 0 0 60px;
}
@media (max-width: 810px) {
  .p-lp01-license__lead {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 429px) {
  .p-lp01-license__lead {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-lp01-license__list {
  margin: 0 0 40px 0;
}
@media (max-width: 810px) {
  .p-lp01-license__list {
    margin: 0 0 15px 0;
  }
}
.p-lp01-license__list > li {
  font-size: 21px;
  font-size: 1.3125rem;
  position: relative;
  padding: 30px 30px 30px 60px;
  line-height: 1.5;
  letter-spacing: 0.025em;
}
@media (max-width: 810px) {
  .p-lp01-license__list > li {
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 20px 0 20px 30px;
    line-height: 1.76;
  }
}
@media (max-width: 429px) {
  .p-lp01-license__list > li {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-lp01-license__list > li:first-of-type {
  border-top: 2px dotted #707070;
}
.p-lp01-license__list > li:not(:last-of-type) {
  border-bottom: 2px dotted #707070;
}
.p-lp01-license__list > li::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 38px;
  width: 11px;
  height: 30px;
  background: #F4BEE6;
}
@media (max-width: 810px) {
  .p-lp01-license__list > li::before {
    top: 17px;
    left: 7px;
  }
}
.p-lp01-license__list > li .is-disc > li {
  font-size: 19px;
  font-size: 1.1875rem;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 810px) {
  .p-lp01-license__list > li .is-disc > li {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 429px) {
  .p-lp01-license__list > li .is-disc > li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-lp01-license__list > li .is-disc > li::before {
  content: "・";
  display: inline-block;
  font-size: 1em;
}
.p-lp01-license__list > li .is-annotation {
  font-size: 18px;
  font-size: 1.125rem;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
}
@media (max-width: 810px) {
  .p-lp01-license__list > li .is-annotation {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media (max-width: 429px) {
  .p-lp01-license__list > li .is-annotation {
    font-size: 14px;
    font-size: 0.875rem;
  }
}
.p-lp01-license__list > li .is-annotation::before {
  content: "※";
  display: inline-block;
  font-size: 1em;
}
.p-lp01-license__box {
  position: relative;
  max-width: 1025px;
  margin: 0 auto 76px;
  border-radius: 3px;
  text-align: center;
}
@media (max-width: 810px) {
  .p-lp01-license__box {
    margin: 0 auto 45px;
    border-radius: 8px;
  }
}
.p-lp01-license__box::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border-radius: 5px;
  background: linear-gradient(90deg, #fac98e 0%, #d37ee9 100%);
  z-index: -1;
}
@media (max-width: 810px) {
  .p-lp01-license__box::after {
    border-radius: 10px;
  }
}
.p-lp01-license__box__inner {
  position: relative;
  padding: 30px 55px 42px;
  border-radius: 3px;
  background: #FFF;
}
@media (max-width: 810px) {
  .p-lp01-license__box__inner {
    padding: 30px 25px;
    border-radius: 8px;
  }
}
.p-lp01-license__box__lead {
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  line-height: 1.8;
  letter-spacing: 0.025em;
  font-weight: 500;
}
@media (max-width: 1330px) {
  .p-lp01-license__box__lead {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
@media (max-width: 429px) {
  .p-lp01-license__box__lead {
    font-size: 15px;
    font-size: 0.9375rem;
  }
}
.p-lp01-license__box__lead .is-bold {
  font-weight: 700;
}
.p-lp01-license__box__lead01 {
  margin: 0 0 10px 0;
}
.p-lp01-license__box__lead02 {
  font-size: 23px;
  font-size: 1.4375rem;
}
@media (max-width: 1330px) {
  .p-lp01-license__box__lead02 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}
@media (max-width: 429px) {
  .p-lp01-license__box__lead02 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
}
.p-lp01-license__box__lead02 .is-mail {
  word-break: break-all;
  color: #2F2F2F;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-lp01-license__box__lead02 .is-mail:hover {
    color: #C04ADE;
  }
}
.p-lp01-license__annotation {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.9;
  letter-spacing: 0.025em;
  text-align: center;
}
@media (max-width: 1330px) {
  .p-lp01-license__annotation {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
@media (max-width: 810px) {
  .p-lp01-license__annotation {
    font-size: 16px;
    font-size: 1rem;
  }
}
.p-lp01-license__annotation:last-of-type {
  margin: 0 0 120px 0;
}
@media (max-width: 810px) {
  .p-lp01-license__annotation:last-of-type {
    margin: 0 0 40px 0;
  }
}
.p-lp01-decoration img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 810px) {
  .p-lp01-decoration img {
    height: 129px;
    object-position: right -40px top 0;
  }
}