@charset "UTF-8";
h2,
ul {
  margin: 0;
  padding: 0;
}

.index {
  position: relative;
}
.index .h2-style {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 90px;
  font-size: clamp(24px, 3.2vw, 32px);
}
@media screen and (min-width:1025px) {
  .index .h2-style {
    margin-bottom: 90px;
  }
}
@media screen and (max-width:639px) {
  .index .h2-style {
    margin-top: 30px;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 45px;
  }
  .index .h2-style:before {
    border-radius: 0;
  }
  .index .h2-style:after {
    border-radius: 0;
  }
}
.index .h2-style br {
  display: none;
}
@media screen and (max-width:639px) {
  .index .h2-style br {
    display: block;
  }
}
.index .h2-style span:before {
  content: url(../../assets/img/cmn/ico_star_l.png);
  position: absolute;
  top: -60px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
}
@media screen and (max-width:639px) {
  .index .h2-style span:before {
    top: -50px;
    content: "";
    width: 40px;
    height: 40px;
    background-image: url(../../assets/img/cmn/ico_star_l.png);
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.index .h2-style img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto;
}
@media screen and (max-width:639px) {
  .index .h2-style img {
    height: 130px;
    width: auto;
    bottom: 40px;
  }
}
.index .h2-style img.girl {
  right: auto;
}
@media screen and (min-width:1025px) {
  .index .h2-style img.girl {
    left: -3.5vw;
  }
}
.index .h2-style img.boy {
  left: auto;
}
@media screen and (min-width:1025px) {
  .index .h2-style img.boy {
    right: -3vw;
  }
}
@media screen and (min-width:1025px) {
  .index .features {
    margin-bottom: 110px;
  }
}
.index .featuresInner {
  max-width: 1300px;
}
.index .features ul {
  display: flex;
  gap: clamp(14px, 1.6vw, 16px);
}
@media screen and (max-width:1024px) {
  .index .features ul {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width:639px) {
  .index .features ul {
    gap: 2px;
  }
}
.index .features ul li {
  letter-spacing: 0.15em;
  background-image: url(../../assets/img/index/bg_balloon_orange.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  font-size: clamp(21px, 2.4vw, 24px);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 70px;
  padding-bottom: 70px;
  line-height: 1.4;
}
@media screen and (min-width:1025px) {
  .index .features ul li {
    width: 20%;
  }
  .index .features ul li:nth-child(2) {
    top: -25px;
  }
  .index .features ul li:nth-child(3) {
    top: 25px;
  }
  .index .features ul li:nth-child(4) {
    top: -15px;
  }
  .index .features ul li:nth-child(5) {
    top: 10px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .index .features ul li {
    width: 30%;
  }
}
@media screen and (max-width:1024px) {
  .index .features ul li p {
    height: 4em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
}
@media screen and (max-width:1024px) and (max-width:639px) {
  .index .features ul li p {
    font-size: 18px;
  }
}
@media screen and (max-width:639px) {
  .index .features ul li {
    padding-top: 0;
    padding-bottom: 0;
    width: 43vw;
    height: 43vw;
  }
  .index .features ul li:not(:last-child) {
    left: -1.5vw;
  }
}
.index .features ul li span {
  font-size: clamp(24px, 3.2vw, 32px);
  width: clamp(48px, 5.6vw, 56px);
  height: clamp(48px, 5.6vw, 56px);
  border-radius: 100px;
  color: #fff;
  background-color: #F7645B;
  display: block;
  position: absolute;
  top: -20px;
  right: 0;
  bottom: auto;
  left: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .index .features ul li span {
    top: -0.7vw;
  }
}
@media screen and (max-width:639px) {
  .index .features ul li span {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width:639px) {
  .index .features ul li span {
    right: auto;
    top: 10px;
  }
}
.index .features ul li:nth-child(even) {
  background-image: url(../../assets/img/index/bg_balloon_blue.png);
}
@media screen and (max-width:639px) {
  .index .features ul li:nth-child(even) {
    left: auto;
    right: -1.5vw;
    position: relative;
  }
}
.index .features ul li:nth-child(even) span {
  background-color: #27C2E4;
}
@media screen and (max-width:639px) {
  .index .features ul li:nth-child(even) span {
    left: auto;
    right: 0;
    top: 10px;
  }
}
.mainImg {
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width:1025px) {
  .mainImg {
    height: 50vh;
    max-height: 500px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (max-width:639px) {
  .mainImg {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.mainImgInner {
  height: 100%;
  position: relative;
  display: flex;
}
@media screen and (min-width:1025px) {
  .mainImgInner {
    text-align: center;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width:1024px) {
  .mainImgInner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.mainImgInner:before {
  filter: blur(50px);
  border-radius: 180px;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  background-color: #fff;
  z-index: 0;
}
@media screen and (min-width:1025px) {
  .mainImgInner:before {
    height: 360px;
  }
}
@media screen and (max-width:1024px) {
  .mainImgInner:before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 11.98%, #FFF 49.48%, rgba(255, 255, 255, 0.5) 88.02%, rgba(255, 255, 255, 0) 100%);
  }
}
@media screen and (min-width:1025px) {
  .mainImgInner {
    max-width: 1300px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
  }
}
.mainImg h2, .mainImg p {
  position: relative;
  z-index: 1;
}
.mainImg h2 {
  margin-bottom: clamp(24px, 3.2vw, 32px);
}
@media screen and (max-width:639px) {
  .mainImg h2 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:1024px) {
  .mainImg .block01 {
    margin-bottom: clamp(21px, 2.4vw, 24px);
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .block01 {
    width: 80%;
    max-width: 560px;
  }
  .mainImg .block01 img {
    width: 100%;
  }
}
@media screen and (max-width:1024px) {
  .mainImg .block02 {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width:639px) {
  .mainImg .block02 {
    margin-left: -7vw;
    margin-right: -18vw;
    gap: 10px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .block02 {
    justify-content: center;
    gap: 7vw;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .block02 > div {
    width: 48%;
  }
}
@media screen and (max-width:639px) {
  .mainImg .block02 > div {
    width: 60%;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg .block02 > div:first-child {
    width: 40%;
  }
}
@media screen and (max-width:639px) {
  .mainImg .block02 > div:first-child {
    width: 40%;
  }
}
.mainImg .kvimg {
  position: relative;
}
@media screen and (min-width:1025px) {
  .mainImg .kvimg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .kvimgleft {
    right: auto;
    left: max(-9vw, -130px);
    max-width: 404px;
    width: 28vw;
  }
}
@media screen and (min-width:1025px) {
  .mainImg .kvimgright {
    left: auto;
    right: max(-14vw, -130px);
    max-width: 459px;
    width: 33vw;
  }
}
.mainImg .flex-column {
  height: 100%;
  justify-content: center;
  position: relative;
}
@media screen and (max-width:639px) {
  .mainImg {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (max-width:1024px) and (min-width:640px) {
  .mainImg {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (min-width:1025px) {
  .mainImg {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/*---------------------------------------
    KV　内のスクロールアイコン
---------------------------------------*/
.kvScroll {
  /*スクロールダウン全体の場所*/
  position: absolute;
  bottom: 96px;
  right: 32px;
  /*Scrollテキストの描写*/
  /* 丸の描写 */
  /* 線の描写 */
  /*下からの距離が変化して丸の全体が上から下に動く*/
  /*上から下にかけて丸が透過→不透明→透過する*/
}
@media screen and (min-width:1400px) {
  .kvScroll {
    right: 0;
    bottom: 30px;
    right: 24px;
  }
}
@media screen and (max-width:639px) {
  .kvScroll {
    right: auto;
    left: 50%;
    margin: auto;
    top: 0;
    bottom: 14px;
  }
}
.kvScroll span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 16px;
  /*描画位置*/
  position: absolute;
  bottom: 70px;
  left: -10px;
  /*テキストの形状*/
  color: #F7645B;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  writing-mode: vertical-rl;
}
@media screen and (max-width:639px) {
  .kvScroll span {
    bottom: 64px;
  }
}
.kvScroll:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -5px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F7645B;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}
.kvScroll:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -1px;
  /*線の形状*/
  width: 2px;
  height: 64px;
  background: #F7645B;
}
@media screen and (max-width:639px) {
  .kvScroll:after {
    height: 56px;
  }
}
@keyframes circlemove {
  0% {
    bottom: 59px;
  }
  100% {
    bottom: -5px;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/*---------------------------------------
lower page
---------------------------------------*/
.pageTtl {
  width: 100%;
  padding: 100px 32px;
  background: #fff;
}
.pageTtl h2 {
  letter-spacing: 0.12em;
  text-align: center;
  color: #F7645B;
  font-size: clamp(29px, 2.5vw, 40px);
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 800;
}

.lower .contents section {
  margin-bottom: 72px;
}
@media screen and (max-width:639px) {
  .lower .contents section {
    margin-top: 40px;
    margin-bottom: 48px;
  }
}
.lower .contents section.contact {
  margin-bottom: 0;
}

@media screen and (max-width:639px) {
  .lower .h2-style {
    margin-left: -16px;
    margin-right: -16px;
  }
  .lower .h2-style:before {
    border-radius: 0;
  }
  .lower .h2-style:after {
    border-radius: 0;
  }
}

.lower .pd {
  padding: 0 24px;
}
.lower .dpb {
  display: inline-block;
}
.lower .none {
  display: none;
}

.w80 {
  width: 100%;
  margin: auto;
}
@media screen and (min-width:1025px) {
  .w80 {
    width: 80%;
  }
}

@media screen and (min-width:640px) {
  .col2 {
    display: flex;
    justify-content: space-between;
  }
  .col2 > * {
    width: 50%;
  }
}
.lower .price .h3-style {
  text-align: left;
}
.lower .price .h4-style {
  text-align: left;
}

.lower .contact {
  /*---------------------------------------
  form / フォーム
  ---------------------------------------*/
}
.lower .contact .contact-form select, .lower .contact .contact-form textarea, .lower .contact .contact-form input {
  border: 2px solid #F7CCCC;
  padding: 8px 12px;
  border-radius: 3px;
  color: #5E533C;
  margin: 0 0.4em 0 0;
  letter-spacing: 0.08em;
}
.lower .contact .contact-form__optional, .lower .contact .contact-form__required {
  font-size: 80%;
  padding: 2px 8px;
  border-radius: 2px;
  color: #ffffff;
  line-height: 0;
  font-weight: normal;
  margin-left: 10px;
}
.lower .contact ::-moz-placeholder {
  color: #969696;
}
.lower .contact ::placeholder {
  color: #969696;
}
.lower .contact .sectionBody {
  width: 100%;
}
@media screen and (min-width:640px) {
  .lower .contact .sectionBody {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
  }
}
.lower .contact .h3-style {
  margin-bottom: 0.8em;
}
.lower .contact .h4-style {
  text-align: left;
}
.lower .contact .h4-style::before {
  content: "●";
}
.lower .contact .contact-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 1em;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-wrap {
    flex-direction: row;
    gap: 1em;
  }
}
.lower .contact .contact-box {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-box {
    width: 50%;
  }
}
.lower .contact .contact-box img {
  width: 100%;
}
.lower .contact .contact-txt {
  margin: 0 0 2.5em;
}
.lower .contact .contact-form {
  background-color: #ffffff;
  border-radius: 8px;
  padding: 24px;
  margin-bottom: 4em;
}
.lower .contact .contact-form__item {
  border-bottom: 2px dotted #F7CCCC;
}
.lower .contact .contact-form__item:last-child {
  border: none;
}
.lower .contact .contact-form__ttl {
  width: 100%;
  letter-spacing: 0.15em;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.lower .contact .contact-form__ttl:last-child {
  margin-top: 0;
}
.lower .contact .contact-form__body {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 1.5em;
}
.lower .contact .contact-form__required {
  background-color: #C72600;
}
.lower .contact .contact-form__optional {
  background-color: #5E533C;
}
.lower .contact .contact-form__inputL {
  width: 100%;
  padding: 0.2em;
}
.lower .contact .contact-form__inputS {
  width: 5em;
  padding: 0.2em;
}
.lower .contact .contact-form__text {
  margin-bottom: 2.5em;
}
.lower .contact .contact-form input[type=checkbox] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form input[type=radio] {
  width: auto;
  margin-right: 0.8em;
  height: 1.1em;
  width: 1.1em;
}
.lower .contact .contact-form input:invalid {
  background: #FCF8E9;
}
.lower .contact .contact-form textarea {
  width: 100%;
  height: 10em;
}
.lower .contact .contact-form textarea:invalid {
  background: #FCF8E9;
}
.lower .contact .contact-form .radio {
  list-style: none;
  padding: 0;
}
.lower .contact .contact-form .radio li {
  margin: 0.8em 0 0;
}
.lower .contact .contact-form .radio li label {
  display: flex;
  align-items: center;
}
.lower .contact .contact-form .checkbox li {
  margin-bottom: 0.6em;
}
.lower .contact .contact-form .checkbox li label {
  display: flex;
  align-items: center;
}
@media screen and (min-width:1025px) {
  .lower .contact .contact-form .radio li {
    margin-bottom: 0.2em;
  }
  .lower .contact .contact-form .checkbox li {
    margin-bottom: 0.2em;
  }
}
.lower .contact .contact-form__submit {
  text-align: center;
  margin: 2em 0 3em;
}
.lower .contact .contact-form__btn {
  display: block;
  font-size: 1.15em;
  font-weight: normal;
  background-color: #F7645B;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  padding: 20px 40px;
  border: none;
  letter-spacing: 0.15em;
  text-indent: 0.5em;
  width: 100%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.lower .contact .contact-form__btn:hover {
  background-color: #27C2E4;
  transition: 0.2s ease-out;
}
.lower .contact .contact-form__btn.back {
  background-color: #ddd;
  color: #969696;
  font-size: 0.85em;
  letter-spacing: 0.05em;
  padding: 10px 24px;
  max-width: 240px;
  margin-top: 0.8em;
}
.lower .contact .contact-error {
  color: #C72600;
}
.lower .contact .thanks .contactStep .step .stepContact {
  background-color: #ffffff;
  color: #5E533C;
  padding: 10px 10px 10px 10px;
}
.lower .contact .thanks .contactStep .step .stepContact:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepConfirm {
  background-color: #ffffff;
  color: #5E533C;
}
.lower .contact .thanks .contactStep .step .stepConfirm:before {
  background-color: #ffffff;
  z-index: 4;
}
.lower .contact .thanks .contactStep .step .stepThanks {
  background-color: #F7645B;
  color: #FFF;
}
.lower .contact .thanks .contactStep .step .stepThanks:before {
  display: none;
}
.lower .contact .thanks .mainTxt {
  margin-bottom: 2.5em;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .mainTxt {
    text-align: center;
  }
}
.lower .contact .thanks .thanksTel {
  color: #F7645B;
  font-weight: 700;
  padding-top: 1em;
}
.lower .contact .thanks .thanks-error {
  margin-bottom: 4em;
  border-radius: 8px;
}
.lower .contact .thanks .thanks-error p {
  margin-bottom: 0;
}
@media screen and (min-width:1025px) {
  .lower .contact .thanks .thanksError {
    padding-top: 2em;
  }
  .lower .contact .thanks .thanksError p {
    text-align: center;
    margin-bottom: 1em;
  }
  .lower .contact .thanks .thanksError .thanks-error__list {
    display: flex;
    justify-content: center;
  }
  .lower .contact .thanks .thanksError .thanksTel {
    font-size: 1.1rem;
  }
}

.lower .use .useList {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
}
@media screen and (min-width:640px) {
  .lower .use .useList {
    flex-direction: row;
  }
  .lower .use .useList.even {
    flex-direction: row-reverse;
  }
}
.lower .use .useList__item {
  width: 100%;
}
@media screen and (min-width:640px) {
  .lower .use .useList__item {
    width: 65%;
  }
}
.lower .use .useList__img {
  width: 100%;
  text-align: center;
}
@media screen and (min-width:640px) {
  .lower .use .useList__img {
    width: 35%;
  }
}
.lower .use .use-paid {
  background-color: #F7645B;
  color: #ffffff;
  padding: 0px 6px;
  border-radius: 100px;
  margin-left: 6px;
}/*# sourceMappingURL=pages.css.map */