@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

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

/*
 * 色の設定
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
html,
body {
  font-family: "futura-pt", "Yu Gothic", "游ゴシック体", sans-serif;
  background-color: #ffffff;
  color: #313131;
  font-size: 52.08%; /* 約8.33px */
  width: 100%;
  box-sizing: border-box;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 480px) and (max-width: 768px) {
  html,
  body {
    font-size: 1.79375vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html,
  body {
    font-size: 1.025vw;
  }
}
@media screen and (min-width: 1024px) {
  html,
  body {
    font-size: 62.5%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  min-height: 100vh;
}
*,
*::before,
*::after {
  box-sizing: inherit;
}

.font_josefin {
  font-family: "Josefin Sans", sans-serif;
}

.font_kozuka {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}

.font_yugo {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.font_yumin {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.font_hirasan {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック", Meiryo, メイリオ, sans-serif;
}

.font_hiramin {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.font_hirakaku {
  font-family: "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "HiraKakuPro-W3", "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS Pgothic", "Osaka", sans-serif, Helvetica, Helvetica Neue, Arial, Verdana;
}

.font_hel {
  font-family: Helvetica, Helvetica Neue, sans-serif;
}

.font_meirio {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

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

header,
nav,
main,
footer,
small,
button,
label {
  display: block;
}

a,
button {
  cursor: pointer;
  text-decoration: none;
  max-width: 100%;
}

button:hover,
button:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

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

a:hover,
a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: #f2f2f2;
  border: 1px solid #b5b5b5;
  border-radius: 0;
  outline: none;
}

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

select {
  cursor: pointer;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.containner {
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .containner {
    padding-bottom: 80px;
  }
}
.containner.is-pb_none {
  padding-bottom: 0;
}

.flex {
  display: flex;
}

.innerBox {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2%;
}
@media (min-width: 1180px) {
  .innerBox {
    padding: 0;
  }
}

.min-620 {
  min-height: 620px;
}

.mb-30 {
  margin-bottom: 30px;
}

.bold {
  font-weight: bold;
}

.medium {
  font-weight: 500;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

@media (min-width: 768px) {
  .display_to_mq {
    display: none;
  }
}

@media (min-width: 1024px) {
  .display_to_mq_m {
    display: none;
  }
}

.display_mq {
  display: none;
}
@media (min-width: 768px) {
  .display_mq.is-inline {
    display: inline;
  }
}
@media (min-width: 768px) {
  .display_mq.is-block {
    display: block;
  }
}

.display_mq_m {
  display: none;
}
@media (min-width: 1024px) {
  .display_mq_m.is-inline {
    display: inline;
  }
}
@media (min-width: 1024px) {
  .display_mq_m.is-block {
    display: block;
  }
}

.relative_wrap {
  position: relative;
}

.inline_block {
  display: inline-block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.font_mincho {
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", "Yu Mincho", "YuMincho", serif;
}

.font_gothic {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, arial, helvetica, sans-serif;
}

.c_pink {
  color: #f29c9f;
}

.post_cnt iframe {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

img.alignleft {
  display: block;
  margin-right: auto;
}

img.alignright {
  display: block;
  margin-left: auto;
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.o-btn {
  display: block;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.o-btn:hover {
  cursor: pointer;
}

#lp01 {
  color: #333;
}
#lp01 .mv {
  background: url("../images/lp01/mv.webp") no-repeat center top/cover;
  min-height: 884px;
  padding-top: 45px;
  position: relative;
  width: 100vw;
}
#lp01 .mv h1 {
  text-align: center;
}
#lp01 .mv__items {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
  margin-top: 32.5px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #lp01 .mv__items {
    gap: unset;
    margin-top: 65px;
    max-width: 50%;
    padding-bottom: 40px;
  }
}
#lp01 .mv__items img {
  width: 100%;
}
#lp01 .mv__items img:nth-child(1) {
  max-width: 39.1rem;
}
#lp01 .mv__items img:nth-child(2) {
  max-width: 54.9rem;
}
@media screen and (min-width: 768px) {
  #lp01 .mv__items img:nth-child(2) {
    margin-top: 20px;
  }
}
#lp01 .mv__items img:nth-child(4) {
  max-width: 34.7rem;
}
@media screen and (min-width: 768px) {
  #lp01 .mv__items img:nth-child(4) {
    margin-top: 23px;
  }
}
#lp01 .mv__items ul {
  align-items: center;
  display: flex;
  gap: 14px;
  justify-content: center;
  scale: 0.7;
}
@media screen and (min-width: 500px) {
  #lp01 .mv__items ul {
    scale: 1;
  }
}
#lp01 .mv__items ul li {
  align-items: center;
  aspect-ratio: 1;
  background: url("../images/lp01/mv_listBg.png") no-repeat center top/cover;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 150px;
  justify-content: center;
  width: 150px;
}
#lp01 .mv__items ul li p {
  color: #fff;
  font-size: 17.11px;
  font-weight: bold;
  line-height: 24.3px;
  margin: 0;
  margin-top: 16px;
  text-align: center;
}
#lp01 .mv__items ul li:first-of-type img {
  width: 34px;
}
#lp01 .mv__items ul li:first-of-type p:last-of-type {
  font-size: 14.45px;
  margin: 0;
}
#lp01 .mv__items ul li:nth-of-type(2) img {
  width: 54px;
}
#lp01 .mv__items ul li:last-of-type img {
  width: 63px;
}
#lp01 .mv__items ul li:last-of-type span {
  font-size: 11.47px;
  vertical-align: top;
}
#lp01 .mv__items .btn {
  margin-top: 18.5px;
}
@media screen and (min-width: 768px) {
  #lp01 .mv__items .btn {
    margin-top: 37px;
  }
}
#lp01 .mv__items p {
  font-size: 12px;
  line-height: normal;
  margin-right: 0;
  margin-top: 26px;
}
@media screen and (min-width: 1024px) {
  #lp01 .mv__items p {
    letter-spacing: -0.05em;
    margin-right: auto;
    margin-top: 56px;
  }
}
#lp01 .mv__img05--sp {
  display: block;
  margin: 20px auto 0;
  width: 34.5rem;
}
@media screen and (min-width: 1024px) {
  #lp01 .mv__img05--sp {
    display: none;
  }
}
#lp01 .mv__img05--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  #lp01 .mv__img05--pc {
    bottom: 0;
    display: block;
    margin-top: unset;
    max-width: 647px;
    position: absolute;
    right: 4rem;
  }
}
@media screen and (min-width: 1440px) {
  #lp01 .mv__img05--pc {
    right: calc(50% - 640px + 4rem);
  }
}
#lp01 .sec01 {
  align-items: center;
  background: url("../images/lp01/sec01_bg.webp") no-repeat left top/cover;
  display: flex;
  min-height: 280px;
  padding: 4rem 0;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec01 {
    align-items: flex-end;
    padding: 0;
  }
}
#lp01 .sec01__items {
  background: #fff;
  border-radius: 12px;
  height: auto;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec01__items {
    background: url("../images/lp01/sec01_img01.webp") no-repeat center bottom/contain;
    margin: 0 auto;
    max-width: 1000px;
    min-height: 258px;
  }
}
#lp01 .sec01__items .label {
  align-items: center;
  background: #ed9fa1;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 34px;
  justify-content: center;
  left: -60px;
  position: absolute;
  rotate: -37deg;
  top: 10px;
  width: 190px;
}
@media screen and (min-width: 480px) {
  #lp01 .sec01__items .label {
    height: 43px;
    left: -45px;
    top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #lp01 .sec01__items .label {
    display: none;
  }
}
#lp01 .sec01__items .sec01_contents {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  padding: 35px 15px 0;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec01__items .sec01_contents {
    align-items: flex-start;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 55px;
    padding-top: 57px;
  }
}
#lp01 .sec01__items .sec01_contents--left {
  align-items: flex-start;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
}
#lp01 .sec01__items .sec01_contents--left .sec01__img02 {
  height: 76px;
  width: 76px;
}
#lp01 .sec01__items .sec01_contents--left p {
  color: #816262;
  font-size: 4.6rem;
  font-weight: bold;
}
#lp01 .sec01__items .sec01_contents--left p span {
  color: #f2c56e;
  font-size: 15.7rem;
}
#lp01 .sec01__items .sec01_contents dl {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#lp01 .sec01__items .sec01_contents dl dt {
  align-items: center;
  background: #ed9fa1;
  border-radius: 16px;
  color: #fff;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  height: 34px;
  justify-content: center;
  width: 304px;
}
#lp01 .sec01__items .sec01_contents dl dd {
  color: #816262;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 15px;
  text-align: center;
}
#lp01 .sec01__items .sec01_contents dl dd span {
  font-size: 3.6rem;
}
#lp01 .sec01__items .sec01_contents dl dd .sec01__note {
  color: #333;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: normal;
  margin-top: 20px;
  text-align-last: left;
}
#lp01 .sec01__items .sec01__img03 {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 75%;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec01__items .sec01__img03 {
    display: none;
  }
}
#lp01 .sec02 {
  align-items: center;
  background: url("../images/lp01/sec02_bg.webp") no-repeat center center/cover;
  display: flex;
  min-height: 478px;
}
#lp01 .sec02 .wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  min-height: 478px;
  padding-top: 35px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec02 .wrapper {
    flex-direction: row;
    gap: 48px;
    padding-top: 0;
  }
}
#lp01 .sec02 .wrapper .sec02__img02 {
  margin-top: auto;
  max-width: 571px;
  width: 75%;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec02 .wrapper .sec02__img02 {
    align-self: flex-end;
  }
}
#lp01 .sec03 {
  background: url("../images/lp01/sec03_bg.webp") no-repeat center bottom/cover;
}
#lp01 .sec03 .wrapper {
  padding-bottom: 60px;
  padding-top: 25px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec03 .wrapper {
    padding-bottom: 120px;
    padding-top: 50px;
  }
}
#lp01 .sec03 .wrapper .sec03__items {
  background: #fff;
  border-radius: 12px;
  box-shadow: 15px 15px 0 0 #e4eaf2;
  padding-bottom: 36px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 25px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec03 .wrapper .sec03__items {
    padding-bottom: 72px;
    padding-top: 50px;
  }
}
#lp01 .sec03 .wrapper .sec03__items .sec03__ttl {
  margin: 0 auto;
  position: relative;
  width: fit-content;
}
#lp01 .sec03 .wrapper .sec03__items .sec03__ttl p {
  font-size: 2.6rem;
  margin: 0 auto;
  text-align: center;
  width: fit-content;
}
#lp01 .sec03 .wrapper .sec03__items .sec03__ttl p::before {
  background-image: url("../images/lp01/icon_question.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3.5rem;
  left: 80px;
  max-height: 71px;
  max-width: 30px;
  position: absolute;
  top: -5px;
  width: 1.5rem;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec03 .wrapper .sec03__items .sec03__ttl p::before {
    display: none;
  }
}
#lp01 .sec03 .wrapper .sec03__items .sec03__ttl h2 {
  border-bottom: 2px solid #c7dbe4;
  font-size: 3.4rem;
  font-weight: bold;
  margin-top: 10px;
  padding-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec03 .wrapper .sec03__items .sec03__ttl h2 {
    font-size: 4.6rem;
    margin-top: 20px;
    padding-bottom: 20px;
  }
}
#lp01 .sec03 .wrapper .sec03__items .sec03__ttl h2 span {
  color: #a970c9;
}
#lp01 .sec03 .wrapper .sec03__items .sec03__ttl::before {
  background-image: url("../images/lp01/icon_question.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: none;
  height: 7.1rem;
  left: -30px;
  position: absolute;
  top: -29px;
  width: 3rem;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec03 .wrapper .sec03__items .sec03__ttl::before {
    display: block;
  }
}
#lp01 .sec03 .wrapper .sec03__items .sec03__img01 {
  margin: 20px auto 0;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec03 .wrapper .sec03__items .sec03__img01 {
    margin: 40px auto 0;
  }
}
#lp01 .sec04 {
  background: #eff2fc;
}
#lp01 .sec04 .wrapper {
  padding-top: 32.5px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec04 .wrapper {
    padding-top: 65px;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__ttl {
  margin: 0 auto;
  text-align: center;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__ttl span {
  background: url("../images/lp01/sec04_ttlBg.webp") no-repeat center/contain;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 12px 26px;
  position: relative;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__ttl h2 {
  color: #fff;
  font-size: 3.8rem;
  font-weight: bold;
  margin-top: 37px;
  text-shadow: 1px 1px 0 #000, -1px -1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__ttl h2 {
    font-size: 4.6rem;
    margin-top: 25px;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__ttl h2 span {
  background: none;
  color: #333;
  line-height: 1.58;
  padding: 0;
  text-shadow: none;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__ttl h2 span span {
  font-size: 3.6rem;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item01 {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item01 {
    margin-top: 23px;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item01 .left img {
  max-width: 162px;
  width: 100%;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item01 .right {
  background: url("../images/lp01/sec04_itemBg.webp") no-repeat center/contain;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  min-width: 70%;
  padding: 17.5px 15px 17.5px 25px;
  text-align: center;
}
@media screen and (min-width: 480px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item01 .right {
    font-size: 2rem;
    min-width: 60%;
    padding: 35px 50px 35px 70px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 1024px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item01 .right {
    font-size: 2.6rem;
    min-width: unset;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item01 .right span {
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item01 .right span {
    font-size: 3rem;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item02 {
    flex-direction: row;
    margin-top: 35px;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left {
  flex: 0 0 59%;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left h3 {
  color: #6197cc;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left h3 span {
  font-size: 3rem;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left ul {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  position: relative;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left ul li {
  align-items: center;
  background: #fff;
  border-radius: 12px;
  display: flex;
  height: 289px;
  justify-content: center;
  padding-bottom: 35px;
  padding-top: 25px;
  width: 50%;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left ul li dl {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  height: 100%;
  text-align: center;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left ul li dl dt {
  color: #6197cc;
  font-size: 2.4rem;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left ul li dl dd {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 20px;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left ul li dl dd img {
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left ul li dl dd img {
    width: 113px;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left ul li dl dd:last-child {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left ul li:last-child dl dd img {
    width: 159px;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left ul .label {
  background: #eff2fc;
  border-radius: 24px;
  color: #6197cc;
  font-size: 2rem;
  font-weight: bold;
  height: 168px;
  left: 50%;
  padding: 23px 12px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 36px;
}
@media screen and (min-width: 768px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item02 .left ul .label {
    font-size: 2.4rem;
    width: 48px;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right {
  flex: 0 0 40%;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right h3 {
  color: #ed9fa1;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right h3 span {
  font-size: 3rem;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right ul {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  position: relative;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right ul li {
  align-items: center;
  background: #fff;
  border: 3px solid #ed9fa1;
  border-radius: 12px;
  display: flex;
  height: 289px;
  justify-content: center;
  padding-bottom: 35px;
  padding-top: 25px;
  position: relative;
  width: 100%;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right ul li dl {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  height: 100%;
  text-align: center;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right ul li dl dt {
  color: #ed9fa1;
  font-size: 2.4rem;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right ul li dl dd {
  font-size: 1.8rem;
  line-height: 1.8;
  margin-top: 20px;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right ul li dl dd img {
  max-width: 90%;
  width: 190px;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right ul li dl dd:last-child {
  margin-top: auto;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right ul li .sec04__arw {
  bottom: -45px;
  left: 60%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item02 .right ul li .sec04__arw {
    left: 50px;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item03 {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item03 {
    align-items: unset;
    flex-direction: row;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item03 .left {
  align-items: center;
  background: linear-gradient(150deg, #e4bfdf 0%, #e9bbd0 50%, #eeb8c3 100%);
  background-position: center;
  background-size: 140% 140%;
  border-radius: 36px;
  color: #fff;
  display: flex;
  font-size: 2.8rem;
  font-weight: bold;
  height: 146px;
  justify-content: center;
  line-height: 1.8;
  margin-top: 33px;
  overflow: visible;
  padding: 15px 22px;
  position: relative;
  text-align: center;
  width: 95%;
}
@media screen and (min-width: 768px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item03 .left {
    font-size: 3.6rem;
    line-height: 1.3;
    max-width: 480px;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item03 .left p {
  position: relative;
  z-index: 1;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item03 .left span {
  font-weight: normal;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item03 .left img {
  position: absolute;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item03 .left img:first-of-type {
  right: 0;
  top: -40px;
}
@media screen and (min-width: 768px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item03 .left img:first-of-type {
    right: -35px;
    top: -20px;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item03 .left img:last-of-type {
  bottom: -50px;
  left: 0;
}
@media screen and (min-width: 768px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item03 .left img:last-of-type {
    bottom: -20px;
    left: -35px;
  }
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item03 .right {
  align-items: center;
  display: flex;
  justify-content: center;
}
#lp01 .sec04 .wrapper .sec04__items .sec04__item03 .right img {
  width: 75%;
}
@media screen and (min-width: 768px) {
  #lp01 .sec04 .wrapper .sec04__items .sec04__item03 .right img {
    width: 100%;
  }
}
#lp01 .sec05 {
  background: url("../images/lp01/sec05_bg.webp") no-repeat center top/cover;
  background-position: 78% top;
  min-height: 540px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec05 {
    background-position: center top;
  }
}
#lp01 .sec05 .wrapper {
  padding-bottom: 39px;
  padding-top: 37px;
}
@media screen and (min-width: 768px) {
  #lp01 .sec05 .wrapper {
    padding-bottom: 78px;
    padding-top: 74px;
  }
}
#lp01 .sec05__items {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#lp01 .sec05__ttl {
  text-align: center;
}
#lp01 .sec05__ttl h3 {
  scale: 0.7;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec05__ttl h3 {
    scale: 1;
  }
}
#lp01 .sec05__ttl h2 {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec05__ttl h2 {
    margin-top: 30px;
  }
}
#lp01 .sec05__flex {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 20px;
  max-width: 1030px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec05__flex {
    align-items: unset;
    flex-direction: row;
    margin-top: 40px;
  }
}
#lp01 .sec05__flex .left h4 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
#lp01 .sec05__flex .left p {
  font-size: 14px;
  line-height: 1.875;
  margin-top: 18px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec05__flex .left p {
    font-size: 16px;
    margin-top: 36px;
    white-space: nowrap;
  }
}
#lp01 .sec05__flex .right {
  max-width: 570px;
}
#lp01 .sec06 {
  background: url("../images/lp01/sec06_bg.webp") no-repeat center top/cover;
  position: relative;
}
#lp01 .sec06 .wrapper {
  padding-bottom: 46px;
  padding-top: 32.5px;
  position: relative;
}
@media screen and (min-width: 768px) {
  #lp01 .sec06 .wrapper {
    padding-bottom: 92px;
    padding-top: 65px;
  }
}
#lp01 .sec06__ttl {
  position: relative;
  text-align: center;
  z-index: 1;
}
#lp01 .sec06__ttl h2 {
  font-size: 4.6rem;
  font-weight: bold;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec06__ttl h2 {
    margin-top: 23px;
  }
}
#lp01 .sec06__img02 {
  left: -33px;
  position: absolute;
  scale: 0.3;
  scale: 0.5;
  top: 140px;
  transform: translateY(-50%);
  z-index: 0;
}
@media screen and (min-width: 768px) {
  #lp01 .sec06__img02 {
    left: 60px;
    scale: 0.75;
  }
}
@media screen and (min-width: 1024px) {
  #lp01 .sec06__img02 {
    left: 149px;
    scale: 1;
    top: 200px;
  }
}
#lp01 .sec06__items {
  background: #fff;
  border-radius: 12px;
  box-shadow: 11px 13px 5px 0 rgba(232, 214, 219, 0.5);
  margin-top: 120px;
  padding-bottom: 35px;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec06__items {
    margin-top: 63px;
    padding-bottom: 70px;
    padding-top: 60px;
  }
}
#lp01 .sec06__items {
  /* 背景と白ボックスの間に画像を見せるように */
}
#lp01 .sec06__items .sec06__img02 {
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: -120px;
  transform: translateX(-50%);
  width: 300px;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec06__items .sec06__img02 {
    left: 150px;
    top: -205px;
    width: auto;
  }
}
#lp01 .sec06__items ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 140px);
  justify-content: center;
  padding: 0 20px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec06__items ul {
    gap: 28px 70px;
    grid-template-columns: repeat(4, 163px);
  }
}
#lp01 .sec06__items ul li {
  align-items: center;
  display: flex;
  flex-direction: column;
  text-align: center;
}
#lp01 .sec06__items ul li img {
  height: auto;
  max-width: 163px;
  width: 100%;
}
#lp01 .sec06__items ul li p {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec06__items ul li p {
    font-size: 1.8rem;
    margin-top: 23px;
  }
}
#lp01 .campaign {
  background: #eeb1ac;
  color: #fff;
  position: relative;
}
#lp01 .campaign .inner {
  background: url("../images/lp01/campaign_bg.webp") no-repeat right top/cover;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}
@media screen and (min-width: 1440px) {
  #lp01 .campaign .inner {
    background: url("../images/lp01/campaign_bg.webp") no-repeat center top/contain;
  }
}
#lp01 .campaign .wrapper {
  padding-bottom: 47.5px;
  padding-top: 38.5px;
}
@media screen and (min-width: 1024px) {
  #lp01 .campaign .wrapper {
    padding-bottom: 95px;
    padding-top: 77px;
  }
}
#lp01 .campaign h2 {
  font-size: 3.4rem;
  text-align: center;
}
#lp01 .campaign h3 {
  margin: 0;
  margin-top: 14px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .campaign h3 {
    margin-top: 28px;
  }
}
#lp01 .campaign__item01 {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin-top: 13px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #lp01 .campaign__item01 {
    margin-top: 25px;
  }
}
#lp01 .campaign__item01 .label__wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .campaign__item01 .label__wrap {
    left: calc(50% - 170px);
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
#lp01 .campaign__item01 .label__wrap span {
  align-items: center;
  background: #fff;
  color: #ed9fa1;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  line-height: 1;
  width: 137px;
}
#lp01 .campaign__item01 .label__wrap span:first-of-type {
  border-radius: 19px 19px 0px 19px;
}
#lp01 .campaign__item01 .label__wrap span:last-of-type {
  border-radius: 19px 0px 19px 19px;
}
#lp01 .campaign__item02 {
  margin-top: 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #lp01 .campaign__item02 {
    margin-top: 40px;
  }
}
#lp01 .campaign__item02 .flex {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 25px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .campaign__item02 .flex {
    flex-direction: row;
    gap: 50cpx;
  }
}
#lp01 .campaign__item02 .flex .left {
  position: relative;
}
#lp01 .campaign__item02 .flex .left dl {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #lp01 .campaign__item02 .flex .left dl {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
  }
}
#lp01 .campaign__item02 .flex .left dl dt {
  align-items: center;
  border: 1px solid #fff;
  display: flex;
  font-size: 2rem;
  height: 85px;
  justify-content: center;
  line-height: 1.5;
  width: 79px;
}
#lp01 .campaign__item02 .flex .left dl dd {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#lp01 .campaign__item02 .flex .left dl dd span {
  font-size: 4.8rem;
  font-weight: 500;
}
#lp01 .campaign__item02 .flex .left dl dd span.note {
  font-size: 1.8rem;
  font-weight: normal;
  margin-top: 9px;
}
@media screen and (min-width: 1024px) {
  #lp01 .campaign__item02 .flex .left dl dd span.note {
    margin-top: 18px;
  }
}
@media screen and (min-width: 1024px) {
  #lp01 .campaign__item02 .flex .right {
    width: 40%;
  }
}
#lp01 .campaign__item02 .flex .right ul {
  display: grid;
  gap: 15px;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 1024px) {
  #lp01 .campaign__item02 .flex .right ul {
    gap: 33px;
  }
}
#lp01 .campaign__item02 .flex .right ul li img {
  width: 100%;
}
#lp01 .campaign__item02 p {
  font-size: 14px;
  line-height: normal;
  margin: 21px auto 0;
  width: fit-content;
}
@media screen and (min-width: 1024px) {
  #lp01 .campaign__item02 p {
    font-size: 16px;
    margin-top: 42px;
  }
}
#lp01 .sec07 {
  background: url("../images/lp01/sec07_bg.webp") no-repeat center top/cover;
}
#lp01 .sec07 .wrapper {
  padding-bottom: 41px;
  padding-top: 47px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07 .wrapper {
    padding-bottom: 82px;
    padding-top: 94px;
  }
}
#lp01 .sec07 h2 {
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07 h2 {
    margin-left: 315px;
    text-align: left;
  }
}
#lp01 .sec07 h2 img {
  max-width: 316px;
}
#lp01 .sec07__items {
  background: #fff;
  border-radius: 12px;
  box-shadow: 15px 15px 0px 0px rgba(226, 233, 241, 0.8);
  margin-top: 28px;
  min-height: 405px;
  padding: 26.5px 26.5px 29px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items {
    margin-top: 56px;
    padding: 53px 53px 58px;
  }
}
#lp01 .sec07__items ul {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr);
  place-items: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items ul {
    align-items: center;
    display: flex;
    gap: 7px;
    justify-content: space-between;
  }
}
#lp01 .sec07__items ul li {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
  max-width: 400px;
  min-height: 205px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items ul li {
    align-items: flex-start;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
    max-width: unset;
  }
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items ul li:first-of-type {
    gap: 0;
    width: 387px;
  }
}
#lp01 .sec07__items ul li:first-of-type .left {
  min-width: 108px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items ul li:nth-of-type(2) {
    width: 386px;
  }
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items ul li:last-of-type {
    width: 368px;
  }
}
#lp01 .sec07__items ul li .left {
  align-items: center;
  display: flex;
  flex-direction: row;
  gap: 10px;
  justify-content: flex-start;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items ul li .left {
    flex-direction: column;
    gap: 0;
    justify-content: space-between;
    min-height: 205px;
    min-width: 72px;
  }
}
#lp01 .sec07__items ul li .left img:last-of-type {
  margin-top: auto;
}
#lp01 .sec07__items ul li .left .sec07__img03 {
  width: 50px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items ul li .left .sec07__img03 {
    width: 108px;
  }
}
#lp01 .sec07__items ul li .left .sec07__img06 {
  width: 50px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items ul li .left .sec07__img06 {
    width: 57px;
  }
}
#lp01 .sec07__items ul li .left .sec07__img09 {
  width: 50px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items ul li .left .sec07__img09 {
    width: 50px;
  }
}
#lp01 .sec07__items ul li .right {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: left;
}
#lp01 .sec07__items ul li .right img {
  width: 80px;
}
#lp01 .sec07__items ul li .right h3 {
  color: #ed9fa1;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-top: 12px;
}
#lp01 .sec07__items ul li .right p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.875;
  margin-top: 12px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items ul li .right p {
    font-size: 16px;
    letter-spacing: -0.07em;
    margin-top: 24px;
  }
}
#lp01 .sec07__items .note {
  color: #b6b6b6;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.14;
  margin-top: 19px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec07__items .note {
    font-size: 14px;
    margin-top: 38px;
  }
}
#lp01 .sec08 {
  align-items: center;
  background: url("../images/lp01/sec08_bg.webp") no-repeat center center/cover;
  display: flex;
  min-height: 478px;
}
#lp01 .sec08 .wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: center;
  min-height: 478px;
  padding-top: 35px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec08 .wrapper {
    flex-direction: row;
    gap: 48px;
    padding-top: 0;
  }
}
#lp01 .sec08 .wrapper .sec08__img02 {
  margin-top: auto;
  max-width: 75%;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec08 .wrapper .sec08__img02 {
    align-self: flex-end;
    margin-top: unset;
  }
}
#lp01 .sec09 {
  background: url("../images/lp01/sec09_bg.webp") no-repeat center center/cover;
  min-height: 500px;
}
#lp01 .sec09 .wrapper {
  padding-bottom: 46px;
  padding-top: 43.5px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec09 .wrapper {
    padding-bottom: 92px;
    padding-top: 87px;
  }
}
#lp01 .sec09 .wrapper h3 {
  text-align: center;
}
#lp01 .sec09 .wrapper h2 {
  margin-top: 15px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec09 .wrapper h2 {
    margin-top: 30px;
  }
}
#lp01 .sec09__items {
  margin-top: 28.5px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec09__items {
    margin-top: 57px;
  }
}
#lp01 .sec09__items ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#lp01 .sec09__items ul li {
  align-items: center;
  background: no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  height: 239px;
  justify-content: center;
  width: 339px;
}
#lp01 .sec09__items ul li dl {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 140px;
  justify-content: center;
  margin-left: -7%;
}
#lp01 .sec09__items ul li dl dd {
  background: linear-gradient(90deg, #e271e9 13%, #fe6569 92%);
  -webkit-background-clip: text;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  margin-top: auto;
  text-align: center;
  -webkit-text-fill-color: transparent;
}
#lp01 .sec09__items ul li dl dd span {
  font-size: 2rem;
}
#lp01 .sec09__items ul li:nth-child(1) {
  background-image: url("../images/lp01/sec09_listBg01.webp");
}
#lp01 .sec09__items ul li:nth-child(2) {
  background-image: url("../images/lp01/sec09_listBg02.webp");
}
#lp01 .sec09__items ul li:nth-child(3) {
  background-image: url("../images/lp01/sec09_listBg03.webp");
}
#lp01 .sec09__items ul li:nth-child(4) {
  background-image: url("../images/lp01/sec09_listBg04.webp");
  flex-basis: 350px;
}
#lp01 .sec09__items ul li:nth-child(5) {
  background-image: url("../images/lp01/sec09_listBg05.webp");
  flex-basis: 350px;
}
#lp01 .sec10 {
  background: url("../images/lp01/sec10_bg.webp") no-repeat center bottom/cover;
  min-height: 403px;
  position: relative;
}
#lp01 .sec10 .wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 403px;
  justify-content: center;
}
#lp01 .sec10 .wrapper h3 {
  margin-top: 20px;
  text-align: center;
}
#lp01 .sec10 .wrapper h2 {
  text-align: center;
}
#lp01 .sec10 .wrapper p {
  font-size: 14px;
  margin-top: 18px;
}
#lp01 .sec10 .border {
  background: #000;
  bottom: -8px;
  height: 57px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 1;
}
@media screen and (min-width: 1440px) {
  #lp01 .sec10 .border {
    bottom: -30px;
  }
}
#lp01 .sec11 {
  background: url("../images/lp01/sec11_bg.webp") repeat center top/cover;
  min-height: 543px;
  position: relative;
}
@media screen and (min-width: 1440px) {
  #lp01 .sec11 {
    min-height: 1000px;
  }
}
#lp01 .sec11 .wrapper {
  min-height: 543px;
  padding-bottom: 0px;
  padding-top: 20px;
  position: relative;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec11 .wrapper {
    padding-bottom: 50px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  #lp01 .sec11 .wrapper {
    min-height: 1000px;
  }
}
#lp01 .sec11 h2 {
  text-align: center;
}
#lp01 .sec11__img02 {
  margin: 20px auto 0;
  width: fit-content;
}
#lp01 .sec11 p {
  bottom: 50px;
  font-size: 12px;
  left: 2rem;
  line-height: normal;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #lp01 .sec11 p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  #lp01 .sec11 p {
    left: 4rem;
  }
}
#lp01 .sec11__img03 {
  margin-top: 20px;
  margin-left: auto;
  width: fit-content;
  display: flex;
}
#lp01 .sec11__img03 img {
  width: 43%;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  #lp01 .sec11__img03 img {
    width: 100%;
    margin-left: unset;
  }
}
@media screen and (min-width: 768px) {
  #lp01 .sec11__img03 {
    display: block;
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1024px) {
  #lp01 .sec11__img03 {
    bottom: 0;
    position: absolute;
    right: 25.5vw;
    transform: translateX(50%);
  }
}
@media screen and (min-width: 1440px) {
  #lp01 .sec11__img03 {
    right: 100px;
    transform: unset;
  }
}
#lp01 .sec12 {
  background: url("../images/lp01/sec12_bg.webp") no-repeat center top/cover;
  min-height: 738x;
  position: relative;
}
#lp01 .sec12 .wrapper {
  min-height: 738px;
  padding-bottom: 42px;
  padding-top: 42px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec12 .wrapper {
    padding-bottom: 84px;
    padding-top: 84px;
  }
}
#lp01 .sec12 h2 {
  color: #fff;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
}
#lp01 .sec12 h3 {
  color: #fff;
  font-size: 4.3rem;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
}
#lp01 .sec12 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  margin-top: 22px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec12 ul {
    margin-top: 50px;
  }
}
#lp01 .sec12 ul li {
  background: no-repeat center top/cover;
  border-radius: 12px;
  height: 428px;
  position: relative;
  width: 380px;
}
#lp01 .sec12 ul li .text {
  left: 50%;
  position: absolute;
  top: 75%;
  transform: translate(-50%, -50%);
  width: calc(100% - 73px);
}
#lp01 .sec12 ul li .text h4 {
  color: #ed9fa1;
  font-size: 24px;
  font-weight: bold;
}
#lp01 .sec12 ul li .text p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.875;
  margin-top: 22px;
}
#lp01 .sec12 ul li .text span {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-top: 20px;
  text-align: right;
}
#lp01 .sec12 ul li:nth-child(1) {
  background-image: url("../images/lp01/sec12_list01.webp");
}
#lp01 .sec12 ul li:nth-child(2) {
  background-image: url("../images/lp01/sec12_list02.webp");
}
#lp01 .sec12 ul li:nth-child(3) {
  background-image: url("../images/lp01/sec12_list03.webp");
}
#lp01 .sec12__img01 {
  bottom: -164px;
  position: absolute;
  right: 0%;
}
@media screen and (min-width: 768px) {
  #lp01 .sec12__img01 {
    right: 13.6%;
  }
}
@media screen and (min-width: 1440px) {
  #lp01 .sec12__img01 {
    right: calc((100vw - 1440px) / 2 + 7.6vw);
  }
}
#lp01 .sec13 {
  background: #fff;
  overflow: visible;
}
#lp01 .sec13 .wrapper {
  overflow: visible;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13 .wrapper {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}
#lp01 .sec13 h3 {
  background: linear-gradient(140deg, #e4bfdf 0%, #e9bbd0 48%, #eeb8c3 93%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
  -webkit-text-fill-color: transparent;
}
#lp01 .sec13 h2 {
  font-size: 4.3rem;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
}
#lp01 .sec13 small {
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
}
#lp01 .sec13__items {
  overflow: visible;
  position: relative;
}
#lp01 .sec13__items .sec13__list01 {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 60px;
  overflow: visible;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 {
    grid-template-columns: repeat(2, 1fr);
  }
}
#lp01 .sec13__items .sec13__list01 .sec13__img01 {
  left: 102px;
  pointer-events: none;
  position: absolute;
  top: 3px;
  transform: translate(-50%, -50%);
  width: 26vw;
  z-index: 0;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 .sec13__img01 {
    left: 102px;
    top: 11px;
    width: 26vw;
  }
}
#lp01 .sec13__items .sec13__list01 .sec13__item01 {
  background: #fff;
  border: 2px solid #eeb1ac;
  border-radius: 32px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 .sec13__item01:nth-child(2) .body dl dd {
    min-height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 .sec13__item01:nth-child(3) .body dl dd {
    min-height: 200px;
  }
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 .sec13__item01:nth-child(5) .body dl dd {
    min-height: 258px;
  }
}
#lp01 .sec13__items .sec13__list01 .sec13__item01__plan {
  background: #FFF5ED;
  border-radius: 12px;
  margin-top: 22px;
  padding: 17px 6px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 .sec13__item01__plan {
    margin-top: 44px;
    padding: 34px 12px;
  }
}
#lp01 .sec13__items .sec13__list01 .sec13__item01__plan table {
  width: 100%;
}
#lp01 .sec13__items .sec13__list01 .sec13__item01__plan table th {
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 4px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 .sec13__item01__plan table th {
    font-size: 24px;
    padding: 8px 20px;
  }
}
#lp01 .sec13__items .sec13__list01 .sec13__item01__plan table th:last-child {
  border-left: 10px solid #FFF5ED;
}
#lp01 .sec13__items .sec13__list01 .sec13__item01__plan table td {
  font-size: 14px;
  font-weight: bold;
  padding-top: 5px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 .sec13__item01__plan table td {
    font-size: 24px;
    padding-top: 10px;
  }
}
#lp01 .sec13__items .sec13__list01 .sec13__item01__plan table td:last-child {
  align-items: baseline;
  color: #fe6569;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 .sec13__item01__plan table td:last-child {
    font-size: 24px;
  }
}
#lp01 .sec13__items .sec13__list01 .sec13__item01__plan table td:last-child i {
  font-size: 2.4rem;
  font-style: normal;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 .sec13__item01__plan table td:last-child i {
    font-size: 50px;
  }
}
#lp01 .sec13__items .sec13__list01 .sec13__item01__plan table td:last-child span {
  font-size: 2rem;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 .sec13__item01__plan table td:last-child span {
    font-size: 18px;
  }
}
#lp01 .sec13__items .sec13__list01 .sec13__item01__img {
  -webkit-align-items: center;
  align-items: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__list01 .sec13__item01__img {
    min-height: 275px;
  }
  #lp01 .sec13__items .sec13__list01 .sec13__item01__img img {
    max-height: 275px;
  }
}
#lp01 .sec13__items .header {
  align-items: center;
  background: #eeb1ac;
  border-radius: 30px 30px 0 0;
  color: #fff;
  display: flex;
  font-size: 3rem;
  font-weight: bold;
  height: 89px;
  justify-content: center;
  text-align: center;
}
#lp01 .sec13__items .body {
  padding: 43px 18px;
}
#lp01 .sec13__items .body .sec13__list02 {
  display: grid;
  gap: 23px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 30px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .body .sec13__list02 {
    grid-template-columns: repeat(auto-fit, minmax(155px, 1fr));
    margin-top: 60px;
  }
}
#lp01 .sec13__items .body .sec13__list02 li {
  align-items: center;
  display: flex;
  flex-direction: column;
}
#lp01 .sec13__items .body .sec13__list02 li img {
  max-width: 155px;
}
#lp01 .sec13__items .body .sec13__list02 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.66;
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .body .sec13__list02 p {
    font-size: 18px;
    margin-top: 20px;
  }
}
#lp01 .sec13__items .body dl {
  background: #f5f5f5;
  border-radius: 12px;
  margin-top: 22px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .body dl {
    margin-top: 44px;
  }
}
#lp01 .sec13__items .body dl dt {
  align-items: center;
  border-bottom: 1px solid #eeb1ac;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100px;
  justify-content: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .body dl dt {
    flex-direction: row;
  }
}
#lp01 .sec13__items .body dl dt p:first-of-type {
  font-size: 2.4rem;
  font-weight: bold;
}
#lp01 .sec13__items .body dl dt p:last-of-type {
  align-items: baseline;
  color: #fe6569;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  justify-content: center;
}
#lp01 .sec13__items .body dl dt p:last-of-type span:first-of-type {
  font-size: 4rem;
}
#lp01 .sec13__items .body dl dt p:last-of-type span:last-of-type {
  font-size: 2.4rem;
}
#lp01 .sec13__items .body dl dd {
  display: flex;
  justify-content: flex-start;
  padding: 12px 18px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .body dl dd {
    min-height: 150px;
    padding: 24px 18px;
  }
}
#lp01 .sec13__items .body dl dd ul li {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.875;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .body dl dd ul li {
    font-size: 16px;
  }
}
#lp01 .sec13__items .body a {
  align-items: center;
  background: #d6acef;
  border-radius: 24px;
  box-shadow: 0px 6px 0 0 #b785d4;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  height: 85.46px;
  justify-content: center;
  margin: 0 auto;
  margin-top: 23px;
  position: relative;
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .body a {
    margin-top: 44px;
    width: 394px;
  }
}
#lp01 .sec13__items .body a img {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
}
#lp01 .sec13__items .body a:hover {
  box-shadow: 0px 0px 0 0 #b785d4;
  transform: translateY(6px);
}
#lp01 .sec13__items .body a:active {
  box-shadow: 0px 0px 0 0 #b785d4;
  transform: translateY(7px);
}
#lp01 .sec13__items .sec13__spacer {
  margin: 26px auto;
  width: fit-content;
}
#lp01 .sec13__items .sec13__item02 {
  align-items: center;
  border: 2px solid #eeb1ac;
  border-radius: 36px;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 0 auto;
  max-width: 900px;
  padding: 43px 0;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items .sec13__item02 {
    height: 169px;
    padding: 0;
  }
}
#lp01 .sec13__items .sec13__item02 ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #lp01 .sec13__items .sec13__item02 ul {
    flex-direction: row;
    gap: 40px;
  }
}
#lp01 .sec13__items .sec13__item02 ul li div {
  align-items: center;
  background: #eeb1ac;
  border-radius: 26px 0px 26px 0px;
  color: #fff;
  display: flex;
  font-size: 2.4rem;
  font-weight: bold;
  height: 48px;
  justify-content: center;
  width: 137px;
}
#lp01 .sec13__items .sec13__item02 ul li p {
  align-items: baseline;
  display: flex;
  font-size: 4rem;
  font-weight: 500;
  justify-content: center;
  margin-top: 15px;
}
#lp01 .sec13__items .sec13__item02 ul li p span {
  font-size: 2.4rem;
}
#lp01 .sec13__items small {
  color: #b6b6b6;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 2.14;
  margin: 15px auto;
  max-width: 924px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec13__items small {
    font-size: 14px;
    margin-top: 30px;
  }
}
#lp01 .faq {
  background: #f5fafe;
}
#lp01 .faq .wrapper {
  margin: 0 auto;
  max-width: 900px;
  padding-bottom: 49px;
  padding-top: 34.5px;
}
@media screen and (min-width: 1024px) {
  #lp01 .faq .wrapper {
    padding-bottom: 98px;
    padding-top: 69px;
  }
}
#lp01 .faq h3 {
  color: #67c3cd;
  font-size: 3.4rem;
  font-weight: 500;
  text-align: center;
}
#lp01 .faq h2 {
  font-size: 4.3rem;
  font-weight: bold;
  margin-top: 12px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .faq h2 {
    margin-top: 25px;
  }
}
#lp01 .faq .faq__items {
  margin-top: 32.5px;
}
@media screen and (min-width: 1024px) {
  #lp01 .faq .faq__items {
    margin-top: 65px;
  }
}
#lp01 .faq .faq__items ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#lp01 .faq .faq__item {
  align-items: stretch;
  border: 2px solid #67c3cd;
  border-radius: 24px;
  box-shadow: 0px 6px 0 0 #67c3cd;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-size: 2.4rem;
  font-weight: 500;
  gap: 0;
  margin-bottom: 10px;
  margin-top: 18px;
  min-height: 102px;
  overflow: hidden;
  padding: 0;
  transition: all 0.1s ease-in-out;
}
#lp01 .faq .faq__item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  #lp01 .faq .faq__item {
    margin-top: 36px;
  }
}
#lp01 .faq .faq__item:hover {
  box-shadow: 0px 0px 0 0 #67c3cd;
  transform: translateY(6px);
}
#lp01 .faq .faq__item:active {
  box-shadow: 0px 0px 0 0 #67c3cd;
  transform: translateY(7px);
}
#lp01 .faq .faq__item.active .faq__toggle {
  transform: rotate(180deg);
}
#lp01 .faq .faq__question {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  gap: 10px;
  height: 102px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  #lp01 .faq .faq__question {
    gap: 20px;
    padding: 0 40px;
  }
}
#lp01 .faq .faq__question img {
  flex-shrink: 0;
  height: 24px;
  width: 24px;
}
#lp01 .faq .faq__question-text {
  flex: 1;
}
#lp01 .faq .faq__toggle {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 24.55px;
  justify-content: center;
  transition: transform 0.3s ease;
  width: 24.55px;
}
#lp01 .faq .faq__toggle svg {
  height: 100%;
  width: 100%;
}
#lp01 .faq .faq__answer {
  display: none;
  flex-grow: 1;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.666;
  overflow: hidden;
  padding: 15px 20px;
}
@media screen and (min-width: 1024px) {
  #lp01 .faq .faq__answer {
    font-size: 18px;
    padding: 30px 40px;
  }
}
#lp01 .faq .faq__answer.show {
  display: block !important;
}
#lp01 .sec14 .wrapper {
  padding-bottom: 37px;
  padding-top: 37px;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec14 .wrapper {
    padding-bottom: 74px;
    padding-top: 74px;
  }
}
#lp01 .sec14 h2 {
  font-size: 4.3rem;
  font-weight: bold;
  text-align: center;
}
#lp01 .sec14 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6667;
  margin-top: 29px;
  text-align: left;
}
@media screen and (min-width: 1024px) {
  #lp01 .sec14 p {
    margin-top: 58px;
  }
}
#lp01 .footer {
  padding-bottom: 33.5px;
  padding-top: 33.5px;
}
@media screen and (min-width: 1024px) {
  #lp01 .footer {
    padding-bottom: 67px;
    padding-top: 67px;
  }
}
#lp01 .footer img {
  display: block;
  margin: 0 auto;
}
#lp01 .footer nav ul {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  #lp01 .footer nav ul {
    margin-top: 32px;
  }
}
#lp01 .footer nav ul li {
  border-right: 1px solid #9d9d9d;
  font-size: 12px;
  font-weight: 500;
  padding: 0 5px;
}
@media screen and (min-width: 480px) {
  #lp01 .footer nav ul li {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  #lp01 .footer nav ul li {
    font-size: 16px;
    padding: 0 10px;
  }
}
#lp01 .footer nav ul li:last-of-type {
  border: none;
}
#lp01 .footer small {
  font-size: 10px;
  font-weight: 500;
  margin-top: 19px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  #lp01 .footer small {
    font-size: 14px;
    margin-top: 38px;
  }
}

.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 2rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  .wrapper {
    padding: 0 4rem;
  }
}

.btn {
  align-items: center;
  background: #f2c56e;
  border-radius: 34px;
  box-shadow: 0px 6px 0 0 #d7b112;
  color: #fff;
  display: flex;
  font-size: 24px;
  font-weight: bold;
  height: 68px;
  justify-content: space-around;
  transition: all 0.1s ease-in-out;
  width: 394px;
}
.btn img {
  width: 12px !important;
}
.btn:hover {
  box-shadow: 0px 0px 0 0 #d7b112;
  transform: translateY(6px);
}
@media screen and (min-width: 1024px) {
  .btn {
    padding-left: 1.7rem;
  }
}

.is-fixed_btn {
  bottom: 20px;
  left: 50%;
  max-width: 94%;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  visibility: hidden;
  z-index: 100;
}
.is-fixed_btn.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

/*# sourceMappingURL=style.css.map */
