/* base
============================ */

:root {
  --lp202112-pink: #FFE1EF;
  --lp202112-redpink: #ED1E79;
  --lp202112-lightpink: #FBEFEF;
  --lp202112-lavender: #E8E1EF;
  --lp202112-lightlavender: #FFFBFF;
  --lp202112-lightbeige: #F9F7F7;

}

body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", sans-serif;
  font-feature-settings: normal;
  -webkit-font-feature-settings: "palt";
  background-color: #fff;
}

.lp202112-c-img {
  width: 100%;
  margin: 0 auto;
}

.lp202112-c-img-bg-container {
  position: relative;
  margin: auto;
}

.lp202112-c-img-bg {
  overflow: visible;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.lp202112-c-ttl {
  background-color: var(--lp202112-lightpink);
  padding: 80px 0;
  font-family: 'Shippori Mincho', serif;
  font-size: 38px;
  line-height: 60px;
  letter-spacing: 0.15rem;
  text-align: center;
  margin: 0 auto;
  overflow: visible;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.lp202112-c-txt {
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.15rem;
  text-align: justify;
}

.lp202112-c-txt strong {
  color: var(--lp202112-redpink);
}


.lp202112-c-txth3 {
  margin: 100px auto 50px;
}

.lp202112-c-txth3 h3 {
  font-size: 38px;
  letter-spacing: 0.2rem;
  font-family: 'Shippori Mincho', serif;
  text-align: center;
}

.lp202112-c-pink {
  max-width: 100px;
  height: 4px;
  background-color: var(--lp202112-redpink);
  margin: 20px auto;
}

section {
  max-width: 800px;
  margin: 0 auto 150px;
}


section>div {
  margin-bottom: 100px;
}

@media (max-width: 850px) {
  section {
    margin: 0 auto 150px;
    padding: 0 50px;
  }
}

@media (max-width: 600px) {
  section {
    margin: 0 auto 80px;
    padding: 0 30px;
  }

  section>div {
    margin-bottom: 50px;
  }

  .lp202112-c-ttl {
    padding: 45px 0;
    font-size: 30px;
    line-height: 45px;
  }

  .lp202112-c-txt {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1rem;
  }

  .lp202112-c-txth3 h3 {
    font-size: 25px;
  }
}


@media (max-width: 400px) {
  section {
    margin: 0 auto 40px;
    padding: 0 15px;
  }

  .lp202112-c-ttl {
    padding: 20px 0;
    font-size: 25px;
    line-height: 35px;
  }

}

/* fv==================== */

.lp202112-fv__inner-bg {
  background-color: var(--lp202112-pink);
  font-family: 'Shippori Mincho', serif;
  padding-top: 30px;
}

.lp202112-fv__inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.lp202112-fv__logo {
  width: 150px;
  margin: 0 auto;
  display: block;
  margin-bottom: 30px;
}

.lp202112-fv__ttl1 {
  font-size: 16px;
  margin-bottom: 20px;
}

.lp202112-fv__name {
  display: inline-block;
  text-align: left;
  margin: 0 auto 40px;
}

.lp202112-fv__ttl2 {
  font-size: 16px;
}

.lp202112-fv__ttl3 {
  font-size: 30px;
  letter-spacing: 0.45rem;
}

.lp202112-fv__ttl3 small {
  font-size: 20px;
}

.lp202112-fv__fv2 {}

@media (max-width: 750px) {
  .lp202112-fv__inner {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
  }

}

@media (max-width: 500px) {
  .lp202112-fv__ttl1 {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .lp202112-fv__ttl2 {
    font-size: 14px;
  }

  .lp202112-fv__ttl3 {
    font-size: 5.5rem;
  }

  .lp202112-fv__ttl3 small {
    font-size: 16px;
  }

}


/* s01
============================ */
.lp202112-s01 {
  margin-top: 100px;
}

@media (max-width: 500px) {
  .lp202112-s01 {
    margin-top: 50px;
  }
}

.lp202112-s01__txt-fbig {}

p.lp202112-s01__txt-fbig:first-letter {
  color: var(--pink);
  font-size: 250%;
  letter-spacing: 0.4rem;
}

.lp202112-s01__txt {}

.lp202112-s01__txt-box {
  padding: 30px 20px;
  background-color: var(--lp202112-lavender);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
}

/* s02
============================ */

.lp202112-s02__txt-box {
  margin-top: 100px;
  background-color: var(--lp202112-lightpink);
  padding: 50px 20px;
  border-radius: 10px;
  font-size: 27px;
  line-height: 40px;
  text-align: center;
}

.lp202112-s02__txt {}

@media (max-width: 600px) {
  .lp202112-s02__txt-box {
    margin-top: 50px;
    padding: 50px 20px;
    font-size: 20px;
    line-height: 30px;
  }
}

/* s03
============================ */
.lp202112-s03 {}

.lp202112-s03__img-ttl {
  position: absolute;
  max-width: 700px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.lp202112-s03__dl-box-bg {
  background-color: var(--lp202112-lightlavender);
  margin: 0 auto 50px;
  overflow: visible;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 50px 0;
}

.lp202112-s03__dl-box {
  max-width: 800px;
  margin: 0 auto;
}

.lp202112-s03__dl-box dt {
  margin-top: 50px;
}

.lp202112-s03__dl-box dt span {
  color: var(--lp202112-redpink);
  display: contents;
}

.lp202112-s03__dl-ttl {
  display: flex;
  align-items: center;
  background-color: var(--lp202112-lavender);
  padding: 20px 50px;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  letter-spacing: 0.2rem;
}

.lp202112-s03__dl-ttl img {
  display: block;
  margin-right: 20px;
  width: 55px;
}

.lp202112-s03__dl-txt {
  margin-inline-start: 0;
  padding: 20px 50px;
}

.lp202112-s03__txt-box {
  background-color: var(--lp202112-lightpink);
  padding: 30px 50px;
  border-radius: 10px;
  font-size: 27px;
  line-height: 50px;
  text-align: center;
}

.lp202112-s03__txt-box strong {
  color: var(--lp202112-redpink);
  font-size: 45px;
}

@media (max-width: 850px) {
  .lp202112-s03__dl-box {
    margin: 0 50px;
  }

  .lp202112-s03__txt-box strong {
    font-size: 35px;
  }
}

@media (max-width: 600px) {
  .lp202112-s03__dl-box-bg {
    padding: 30px 0;
  }


  .lp202112-s03__dl-box dt {
    margin-top: 20px;
  }

  .lp202112-s03__dl-ttl {
    padding: 20px;
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    letter-spacing: 0.1rem;
  }

  .lp202112-s03__dl-ttl img {
    display: block;
    margin-right: 20px;
    width: 40px;
  }

  .lp202112-s03__dl-txt {
    padding: 20px;
  }

  .lp202112-s03__dl-box {
    margin: 0 30px;
  }

  .lp202112-s03__txt-box {
    font-size: 20px;
    line-height: 35px;

  }

  .lp202112-s03__txt-box strong {
    font-size: 25px;
  }
}

@media (max-width: 400px) {
  .lp202112-s03__dl-box {
    margin: 0 15px;
  }
}



/* 
s04
==================================== */
.lp202112-s04 {}

.lp202112-s04__img {
  margin-top: 100px;
}

.lp202112-s04__txt {}

.lp202112-s04__wrap {
  display: flex;
}

.lp202112-s04__txt-box {
  flex: 1;
  background-color: var(--lp202112-lightpink);
  padding: 50px 30px;
  margin: 0 15px;
  text-align: center;
  border-radius: 10px;
}

.lp202112-s04__txt-box span {
  font-size: 40px;
  font-weight: bold;
}

.lp202112-s04__txt-box-y {
  background-color: #FFE88B;
  padding: 50px 100px;
  border-radius: 20px;
}

.lp202112-s04__txt-box-y-ttl {
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.2rem;
  background-color: #fff;
  padding: 15px;
  font-weight: bold;
  border-radius: 100px;
  margin-bottom: 30px;
}

.lp202112-s04__txt-box-y-txt {
  padding: 0 50px;
}

@media (max-width: 850px) {
  .lp202112-s04__txt-box-y {
    background-color: #FFE88B;
    padding: 50px 50px;
  }
}

@media (max-width: 600px) {
  .lp202112-s04__txt-box {
    padding: 30px 15px;
    margin: 0 10px;
    font-size: 16px;
    line-height: 25px;
  }

  .lp202112-s04__txt-box span {
    font-size: 30px;
  }

  .lp202112-s04__txt-box-y {
    background-color: #FFE88B;
    padding: 30px 30px;
    border-radius: 20px;
  }

  .lp202112-s04__txt-box-y-ttl {
    font-size: 17px;
    line-height: 22px;
    padding: 15px 30px;
    border-radius: 60px;
  }

  .lp202112-s04__txt-box-y-txt {
    padding: 0 10px;
  }
}

@media (max-width: 400px) {
  .lp202112-s04__wrap {
    display: flex;
    flex-direction: column;
  }

  .lp202112-s04__txt-box {
    margin: 0 0 30px;
  }
}

/* 
s05
==================================== */
.lp202112-s05 {}

.lp202112-s05__bg {
  background-color: var(--lp202112-lightbeige);
  background-image: url(../lp202112_img/bg-border.svg);
  background-repeat: repeat;
  background-size: 40px;
  overflow: visible;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 100px 0;
}

.lp202112-s05__bg2 {
  background-color: var(--lp202112-lightbeige);
  overflow: visible;
  width: 100vw;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding: 10px 0 100px;
  margin-top: -100px;
}

.lp202112-s05__container {
  max-width: 800px;
  margin: 0 auto;
}

.lp202112-s05__txt {}

.lp202112-s05__txt-box01 {
  background-color: #fff;
  padding: 80px 50px;
  margin: 0 auto;
  border-radius: 20px;
}


.lp202112-s05__txt-box01 li {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 5px;
  color: #CA5D87;
}

.lp202112-s05__txt-box01 div {
  margin-bottom: 30px;
  line-height: 30px;
}

.lp202112-s05__txt-box01 img {
  margin: 50px 0;
}

.lp202112-s05__kaisai {
  text-align: center;
}

.lp202112-s05__txt-gutaiteki {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin: 50px 0;
}

.lp202112-s05__txt-box02 {
  max-width: 700px;
  background-color: #fff;
  padding: 100px;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 16px;
  line-height: 25px;
}

.lp202112-s05__txt-box02 span {
  font-size: 25px;
  line-height: 40px;
  font-weight: bold;
  margin-bottom: 10px;
  color: var(--lp202112-redpink);
}


.lp202112-s05__txt-dl {
  display: block;
  margin: 0 auto;
  max-width: 580px;
}

.lp202112-s05__txt-dt {
  font-size: 25px;
  color: #CA5D87;
  font-weight: bold;
  margin-bottom: 10px;
}

.lp202112-s05__txt-dt::before {
  position: relative;
  top: 10px;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  content: '';
  background-image: url(../lp202112_img/check.svg);
}

.lp202112-s05__txt-dd {
  font-size: 16px;
  line-height: 25px;
  padding-left: 10px;
  margin-bottom: 50px;
}

.lp202112-s05__profile-ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}

.lp202112-s05__profile-name {
  font-family: 'Shippori Mincho', serif;
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 50px;
}

.lp202112-s05__profile-txt {
  font-family: 'Shippori Mincho', serif;
  font-size: 16px;
  letter-spacing: 0.05rem;
  margin-bottom: 50px;
}

.lp202112-s05__profile-wrap {
  display: flex;
}

.lp202112-s05__profile-wrap-txt {
  width: 320px;
  font-size: 11.5px;
  line-height: 20px;
  margin-right: 40px;
  letter-spacing: 0.05rem;
}

.lp202112-s05__profile-wrap-img img {
  width: 480px;
}

.lp202112-s05__media-wrap {
  display: flex;
  margin-bottom: 50px;
}

.lp202112-s05__media-wrap-img {
  flex: 1;
  margin: 0 15px;
}

.lp202112-s05__media-wrap-txt {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05rem;
}

@media (max-width: 850px) {
  .lp202112-s05__container-inner {
    margin: 0 50px;
  }

  .lp202112-s05__profile-wrap {
    display: flex;
    flex-direction: column-reverse;
  }

  .lp202112-s05__profile-wrap-txt {
    margin-top: 30px;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    margin-right: 40px;
    letter-spacing: 0.05rem;
  }

  .lp202112-s05__profile-wrap-img img {
    width: 100%;
  }
}

@media (max-width: 600px) {
  .lp202112-s05__bg {
    padding: 50px 0;
  }

  .lp202112-s05__bg2 {
    padding: 10px 0 50px;
    margin-top: -50px;
  }

  .lp202112-s05__txt-box01 {
    padding: 40px 40px;
  }

  .lp202112-s05__txt-box01 li {
    font-size: 20px;
  }

  .lp202112-s05__txt-box02 {
    padding: 50px;
  }

  .lp202112-s05__txt-box02 span {
    font-size: 20px;
    line-height: 30px;
  }

  .lp202112-s05__profile-wrap-txt {
    max-width: 100%;
    font-size: 13px;
    line-height: 25px;
    margin-right: 0;
    letter-spacing: 0.1rem;
  }

  .lp202112-s05__media-wrap-img {
    flex: 1;
    margin: 0 15px 50px;
  }

  .lp202112-s05__media-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }

  .lp202112-s05__txt-dt {
    font-size: 20px;
    line-height: 30px;
  }

  .lp202112-s05__container-inner {
    margin: 0 20px;
  }
}

@media (max-width: 400px) {
  .lp202112-s05__txt-box01 {
    padding: 30px 20px;
  }

  .lp202112-s05__txt-box02 {
    padding: 50px 30px;
  }

}

/* 
s06
==================================== */
.lp202112-s06__container {
  margin-top: 100px;
}

.lp202112-s06__bg01 {
  background-color: var(--lp202112-lavender);
  padding: 60px;
  border-radius: 30px;
  margin-bottom: 50px;
}

.lp202112-s06__bg02 {
  background-color: var(--lp202112-lightpink);
  padding: 60px;
  border-radius: 30px;
  margin-bottom: 50px;
}

.lp202112-s06__txt-box01 {
  background-color: #fff;
  padding: 45px;
  border-radius: 30px;
}

.lp202112-s06__txt-ttl {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .lp202112-s06__bg01 {
    background-color: var(--lp202112-lavender);
    padding: 23px;
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .lp202112-s06__bg02 {
    background-color: var(--lp202112-lightpink);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
  }

  .lp202112-s06__txt-box01 {
    font-size: 16px;
    line-height: 28px;
    background-color: #fff;
    padding: 30px;
    border-radius: 8px;
  }
}

@media (max-width: 600px) {
  .lp202112-s06__container {
    margin-top: 50px;
  }

  .lp202112-s06__txt-ttl {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
  }
}

/* 
s07
==================================== */
.lp202112-s07__container {
  text-align: center;
  margin-top: 100px;
}

.lp202112-s07__ttl {
  font-family: 'Shippori Mincho', serif;
  background-color: var(--lp202112-lightpink);
  border-radius: 50px;
  padding: 30px 0;
  font-size: 35px;
  color: var(--lp202112-redpink);
  font-weight: bold;
  margin-bottom: 20px;
}

.lp202112-s07__txt {
  font-size: 25px;
  margin-bottom: 40px;
}

.lp202112-s07__img img {
  width: 50px;
  margin-bottom: 30px;
}

@media (max-width: 600px) {
  .lp202112-s07__container {
    margin-top: 50px;
  }

  .lp202112-s07__ttl {
    border-radius: 50px;
    padding: 30px 0;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
  }

  .lp202112-s07__txt {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .lp202112-s07__img img {
    width: 50px;
    margin-bottom: 30px;
  }

}

/* 
footer
==================================== */
.footer-img {
  position: relative;
  bottom: -7px;
}

footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  background-color: none;
  padding-top: 0;
  color: none;
  text-align: center;
}

.lp202112-footer {
  background-color: none;
}

.lp202112-footer__ttl {
  background-color: var(--lp202112-pink);
  padding: 50px 0;
  font-family: 'Shippori Mincho', serif;
  font-size: 20px;
  letter-spacing: 0.4rem;
}

.lp202112-footer__ttl a {
  color: var(--gray);
}

/* 
cta
==================================== */
.lp202112-cta {}

.lp202112-cta__img-btn {
  width: 500px;
  width: 30rem;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  background: url(../lp202112_img/btn1.svg) no-repeat 0 0;
  background-position: center;
  transition: all 500ms 0s ease;
}

.lp202112-cta-btn a:hover {
  width: 450px;
  width: 25rem;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  background: url(../lp202112_img/btn1-hover.svg) no-repeat 0 0;
  background-position: center;
  opacity: 1;
}

@media (max-width: 600px) {


  .lp202112-cta__img-btn {
    width: 360px;
    width: 40rem;
  }

  .lp202112-cta-btn a:hover {
    width: 320px;
    width: 35rem;
  }
}


.contact__form .contact--ttl .contact--ttl-require {
  color: var(--gray);
  background-color: var(--lp202112-pink);
}

.contact__form .contact--label--btn input {
  color: var(--gray);
  background-color: var(--lp202112-pink);
}

.contact__form .contact--label--btn input:hover {
  color: var(--gray);
  background-color: var(--lp202112-lightpink);
}

.s01-contact h2 {
  margin-bottom: 100px;
}

@media (min-width: 600px) {
  .lp202112-is-pc {
    display: block;
  }

  .lp202112-is-sp {
    display: none !important;
  }
}

@media (max-width: 601px) {
  .lp202112-is-pc {
    display: none !important;
  }

  .lp202112-is-sp {
    display: block;
  }
}