@charset "UTF-8";
/* CSS Document */ :root {
  --fnt-noto: "Noto Sans JP", sans-serif;
  --clr-ylw: #fffd3b;
  --clr-red: #fe3e24;
  --clr-gry: #686767;
  --wall-ylw: #fffe92;
  --wall-cream: #fff4cf;
  --wall-wblue: #74d1f4;
  --wall-d-wblue: #70caeb;
  /*slide*/
  --pan-start: -2%;
  --pan-end: -6%;
  --pan-dur: 6000ms;
}
.wp-gra_og::before {
  background: linear-gradient(#f28e26, #f04128);
}
.wp-gra_og::after {
  background: linear-gradient(#f04128, #f28e26);
}
.page-template-template-lp {
  opacity: 0;
  transition: opacity .3s ease;
}
.page-template-template-lp.is-load {
  opacity: 1;
}
.lp-float-box{
  width: min(1440px,100%);
  position: fixed;
  left: 50%;
  translate:-50% 100%;
  z-index: 10;
  bottom: -0;
  transition:translate .3s ease;
}
.lp-float-box.is-active{
  translate:-50% 5%;
}
.lp-float-box > div{
  display: grid;
  grid-template-columns: min(283px,38vw);
  justify-content: flex-end;
  padding: 0 min(20px,3vw);
}
#container.lp-container {
  width: 100%;
  overflow-x: hidden;
}
#container.lp-container header, #container.lp-container main {
  font-family:
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans JP", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: min(16px, 3.8vw);
  color: #160902;
}
.fnt-noto {
  font-family: var(--fnt-noto);
}
.lp-inner {
  width: min(1200px, 100%);
  margin-left: auto;
  margin-right: auto;
  padding-left: min(50px, 5vw);
  padding-right: min(50px, 5vw);
}
.pos-pic {
  position: absolute;
}
.scr-vertical, .scr-vertical-alt {
  will-change: transform;
  /* 必要ならガタつき軽減 */
  transform: translateZ(0);
}
.in-text {
  line-height: calc(25/14);
  font-kerning: none;
  letter-spacing: .03em;
  text-indent: .03em;
}
.in-text span{
    padding-top: .85em;
    display: block;
}
ul.att-list > li{
  padding-left: 1em;
  line-height: calc(24/16);
}
ul.att-list > li::before{
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
/*title setting ++++++++++*/
.lp-sec-intro {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  gap: min(25px, 4vw);
}
.lp-sec_title {
  font-weight: 700;
  text-align: center;
  font-family: var(--fnt-noto);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  gap: min(20px, 4vw);
}
.lp-sec_title .mid {
  color: var(--ttl-clr);
  font-weight: 700;
  font-size: min(24px, calc(100vw/19.5));
}
.lp-sec_title .wid {
  font-size: min(48px, calc(100vw/14.5));
  font-weight: 900;
  line-height: calc(45/32);
}
.intro-text {
  font-weight: 700;
  font-size: min(24px, calc(100vw/19.5));
  line-height: calc(34/24);
  line-height: calc(28/20);
}
.lp-box_title {
  font-size: min(24px, calc(100vw/19.5));
  font-weight: 700;
  font-family: var(--fnt-noto);
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  letter-spacing: .05em;
  text-indent: .05em;
}
.lp-box_title.dot-line {
  padding-bottom: min(15px, 2vw);
  border-bottom: 2px dotted #82a0b5;
}
.lp-box_title .wid {
  font-size: 1.333em;
  margin-top: min(15px, 2vw);
  font-weight: 900;
}
/*header +++++++++++++++++++++++++++++++++++++*/
#lp-header .header-inner {
  padding: min(18px, 3vw) min(20px, 3vw) min(10px, 3vw);
  background-color: rgba(255, 255, 255, .5);
  box-shadow: none;
}
#lp-header .head-logo {
  width: min(190px, 35vw);
}
.lp-head-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  -ms-align-items: center;
  align-items: center;
}
.lp-head_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.lp-head_menu li a {
  display: block;
  padding: 5px min(20px, 3vw);
}
.lp-head_menu li:nth-child(n+2) a::before {
  content: "";
  width: 1px;
  height: 1em;
  background-color: currentColor;
  position: absolute;
  left: 0;
  top: 50%;
  translate: 0 -50%;
}
.lp-head_button {
  width: min(180px, 45vw);
}
.lp-head_button a {
  height: min(45px, 12vw);
  display: grid;
  place-content: center;
  font-weight: 700;
  border-radius: 100vmax;
  color: #fff;
  z-index: 1;
}
.lp-head_button a span{
  z-index: 1;
}
.lp-head_button a::before
,.lp-head_button a::after{
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100vmax;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  isolation: isolate;
  background: var(--btn-wall);
  transition:opacity .3s ease;
}
.lp-head_button a::before{
  --btn-wall:linear-gradient(#f04128,#f28e26);
}
.lp-head_button a::after{
  --btn-wall:linear-gradient(#f28e26, #f04128);
}
@media(hover){
  .lp-head_button a:hover::after{
    opacity: 0;
  }
}
/*hero
++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#lp-hero {
  --hero_h: 660px;
  height: var(--hero_h);
}
.lp-hero-inner {
  display: grid;
  -ms-align-items: center;
  align-items: center;
  height: 100%;
}
.lp-hero_title {
  width: min(540px, 80vw);
  z-index: 2;
  opacity: 0;
  scale: .75;
  /*  transition:opacity .6s ease;*/
  transition: opacity .5s ease, scale .8s ease;
  transition-delay: .05s;
}
.is-load .lp-hero_title {
  opacity: 1;
  scale: 1;
}
.hero-shape-rd01, .hero-shape-rd02 {
  scale: 0;
  transition: scale .5s ease;
}
.hero-shape-cld01, .hero-shape-cld02 {
  /*  scale:0;*/
  transition: scale .3s ease;
}
.hero-shape-rd01 {
  width: min(230px, 20vw);
  translate: -40% 0;
  top: min(20px, 5vw);
  left: 0;
  transition-delay: .5s;
}
.hero-shape-rd02 {
  z-index: 2;
  bottom: 0;
  right: 0;
  width: min(195px, 17vw);
  transition-delay: .6s;
}
.hero-shape-cld01 {
  top: max(-40px, -5vw);
  ;
  right: -15%;
  width: min(430px, 50vw);
  transition-delay: .28s;
}
.hero-shape-cld02 {
  width: min(400px, 45vw);
  bottom: 0;
  left: 0;
  translate: -30% 0;
  transition-delay: .18s;
}
.is-load .hero-shape-rd01, .is-load .hero-shape-rd02, .is-load .hero-shape-cld01, .is-load .hero-shape-cld02 {
  scale: 1;
}
/*slide ++++++*/
.lp-hero_slide {
  position: absolute;
  right: 0;
  top: min(40px, 5vw);
  width: min(797px, 100vw);
}
#lp-slider {
  opacity: 0;
  transition: opacity .5s ease, scale .8s ease;
  transition-delay: .3s;
  scale: .85;
}
.is-load #lp-slider {
  opacity: 1;
  scale: 1;
}
.hero-slide-item figure {
  mask-image: url("../images/lp/slide/mask.svg");
  -webkit-mask-image: url("../images/lp/slide/mask.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  width: 100%;
  aspect-ratio: 1/0.6763;
}
#lp-slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  transform: translateX(var(--pan-start, -2%)) scale(1.2);
  transition: transform var(--pan-dur, 6000ms) linear; /* ← ポイント */
  will-change: transform;
  backface-visibility: hidden;
}
#lp-slider .swiper-slide-active img {
  transform: translateX(var(--pan-end, -6%)) scale(1.2);
}
.lp-hero_text {
  text-align: center;
  font-size: min(26px, 5.333vw);
  font-weight: 600;
  letter-spacing: .1em;
  text-indent: .1em;
  margin-top: 1em;
}
/*content ++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.wall-shape {
  background-image: var(--wall-img);
  background-color: var(--wall-clr);
  background-position: top center, bottom center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: min(120px, 15vw);
  padding-bottom: min(170px, 20vw);
}
/*roots +++++++++++++++++++++++++++++*/
.lp-roots-blc {
  display: grid;
  -ms-align-items: flex-start;
  align-items: flex-start;
  /*  grid-template-columns: min(600px,45vw) max(calc(100vw - 600px),55vw);*/
  grid-template-columns: 40vw auto;
  padding-bottom: min(100px, 15vw);
  z-index: 1;
}
.lp-roots_thumb::before {
  content: "";
  width: calc(100% + 3px);
  height: calc(100% + 3px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: var(--clr-red);
  mask-image: url("../images/lp/roots-mask.svg");
  -webkit-mask-image: url("../images/lp/roots-mask.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: right center;
  -webkit-mask-position: right center;
}
.lp-roots_thumb figure {
  width: 100%;
  aspect-ratio: 1/0.785;
  mask-image: url("../images/lp/roots-mask.svg");
  -webkit-mask-image: url("../images/lp/roots-mask.svg");
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-size: cover;
  -webkit-mask-size: cover;
  mask-position: right center;
  -webkit-mask-position: right center;
}
.lp-roots_thumb::after {
  content: "";
  width: min(200px, 30%);
  aspect-ratio: 1/0.9478;
  background-image: url("../images/lp/shapes/red-circle01.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  right: 0;
  top: 55%;
  translate: -25% 0;
}
.lp-roots_thumb img {
  object-fit: cover;
  height: 100%;
  object-position: center;
}
.lp-roots_detail {
  padding-right: max(calc((100vw - 1100px)/2), 5vw);
  padding-left: min(35px, 4vw);
}
.lp-roots_detail .roots-title {
  font-family: var(--fnt-noto);
}
.lp-roots_detail .roots-title h2 {
  font-weight: 900;
  font-size: min(56px, calc(100vw/7));
  padding-top: .5em;
    padding-bottom: min(40px,8vw);
}
.lp-roots_detail .roots-title h2::before {
  content: "キドルーツ";
  font-size: min(.42em, 5vw);
  color: var(--clr-gry);
  position: absolute;
  top: 0;
  left: 0;
  letter-spacing: .1em;
  text-indent: .1em;
  font-weight: 700;
}
.lp-roots_detail .roots-title h2::after {
  content: "Kid(子ども)×Roots(根っこ)";
  font-size: min(.42em, 5vw);
  color: var(--clr-gry);
  position: absolute;
  bottom: 0;
  left: 0;
  letter-spacing: .1em;
  text-indent: .1em;
  font-weight: 700;
  width: 100%;
}
.lp-roots_detail .roots-title .sub-title {
  font-weight: 700;
  font-size: min(24px, calc(100vw/20));
  line-height: calc(32/24);
  margin-top: min(15px, 2.5vw);
}
.lp-roots_detail .comment {
  margin-top: min(30px, 8vw);
}
.pic-root_cwd {
  width: min(385px, 33vw);
  right: 0;
  top: 0;
  translate: 28% 0;
}
.pic-root_cwd img {
  scale: -1 -1;
  rotate: -35deg;
}
/*education +++++++++++++++++++++++++++++*/
.lp-education-blc {
  --wall-img: url("../images/lp/wall/education-top.svg"), url("../images/lp/wall/education-btm.svg");
  --ttl-clr: var(--clr-ylw);
  --wall-clr: var(--wall-wblue);
}
.lp-education_detail {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: min(40px, 10vw);
  margin-top: min(80px, 8vw);
}
.lp-education_detail .comment-area .lp-box_title .wid::before{
    content: "ケークロススタディ";
  font-size: min(.42em, 5vw);
  color: var(--clr-gry);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: .1em;
  text-indent: .1em;
  font-weight: 700;
    white-space: nowrap;
}
.lp-education_detail .comment-area .lp-box_title .wid{
    padding-top: min(15px, 4vw);
}
.lp-education-item {
  background-color: #fff;
  padding: min(45px, 8vw) min(40px, 5vw);
  border-radius: min(50px, 12vw);
}
.lp-education-item .text-box {
  padding-top: min(15px, 2vw);
}
.lp-education-item .thumb-area figure {
  overflow: hidden;
  isolation: isolate;
  border-radius: min(50px, 12vw);
}
.lp-education-item.wid-item .thumb-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: min(40px, 5vw) min(85px, 5vw);
  margin-top: min(40px, 8vw);
}
.lp-education-item.wid-item .lp-box_title {
  -ms-align-items: center;
  align-items: center;
}
.lp-education-item.wid-item .thumb-area .full {
  grid-column: span 2;
  border-radius: 0;
}
.lp-education-item.grd-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.lp-education-item.grd-item .lp-box_title {
  justify-content: flex-end;
}
.lp-education-item:nth-child(2) .thumb-area {
  padding-right: min(40px, 5vw);
  grid-row: 1 / span 2;
  grid-column: 1;
}
.lp-education-item:nth-child(2) .lp-box_title {
  grid-row: 1;
  grid-column: 2;
}
.lp-education-item:nth-child(2) .text-box {
  grid-row: 2;
  grid-column: 2;
}
.lp-education-item:nth-child(3) .thumb-area {
  padding-left: min(40px, 5vw);
  grid-row: span 2;
}
/*support +++++++++++++++++++++++++++++*/
.lp-support-blc {
  --ttl-clr: var(--clr-red);
  background-color: #fff;
  margin-top: -1px;
}
.lp-support-box {}
.support-wrapper.wall-shape {
  padding-bottom: min(130px, 15vw);
  background-image: url("../images/lp/wall/support-top.svg"), linear-gradient(rgba(255, 244, 207, 0) calc(100vw*.1267), rgba(255, 244, 207, 1) calc(100vw*.1267));
  background-position: top center;
  margin-top: max(calc(-100vw*0.145), -170px);
}
.pic-support-wrap {
  display: grid;
  grid-template-columns: min(616px, 70vw);
  place-content: center;
  translate: 0 -15%;
}
.pic-support-wrap::before {
  content: "";
  width: 117.91%;
  aspect-ratio: 1/0.2567;
  background-image: url("../images/lp/shapes/circle-set_pc.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% -22%;
}
.lp-support_contents {
  margin-top: min(120px, 12vw);
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  gap: min(145px, 15vw);
}
.lp-support_item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /*  grid-template-columns: 1fr min(425px,40%);*/
  grid-template-rows: auto 1fr;
  width: min(1060px, 100%);
  /*  width: calc(100vw - min((100vw - 1100px)/2,4vw));*/
  padding-top: min(50px, 10vw);
  padding-bottom: min(50px, 10vw);
  -ms-align-items: flex-start;
  align-items: flex-start;
  color: #fff;
  gap: min(20px, 5vw) 0;
}
.lp-support_item::before {
  content: "";
  width: 100vw;
  height: 100%;
  background-color: var(--wall-clr);
  background-image: var(--wall-img);
  background-repeat: no-repeat;
  background-position: var(--wall-pos);
  background-size: auto min(135px, 10vw);
  position: absolute;
  top: 0;
}
.lp-support_item .lp-box_title {
  padding-top: min(40px, 10vw);
}
.lp-support_item .thumb-area {
  z-index: 1;
  grid-row: 1 / 2;
}
.lp-support_item .thumb-area span {
  border-radius: min(50px, 12.8vw);
  overflow: hidden;
  isolation: isolate;
  aspect-ratio: 1/0.5707;
  display: block;
  border: 3px solid #fff;
}
.lp-support_item .thumb-area .sub-img {
  position: absolute;
  width: 110%;
  aspect-ratio: 1/0.4876;
  border: 3px solid #fff;
  border-radius: min(50px, 12.8vw);
  overflow: hidden;
  isolation: isolate;
  display: block;
  top: 0;
}
/*after*/
.lp-support_item.after {
  padding-right: min(40px, 2vw);
  margin-left: auto;
}
.lp-support_item.after::before {
  --wall-clr: var(--wall-d-wblue);
  --wall-img: url("../images/lp/afterschcool.svg");
  --wall-pos: 60% 105%;
  border-radius: 0 min(50px, 12.8vw) min(50px, 12.8vw) 0;
  right: 0;
}
.lp-support_item.after .lp-box_title {
  grid-area: 1 / 1 / 2 / 2;
}
.lp-support_item.after .in-text {
  grid-area: 2 / 1 / 3 / 2;
}
.lp-support_item.after .thumb-area {
  padding-left: min(60px, 5vw);
  grid-area: 1 / 2 / 3 / 3;
}
.lp-support_item.after .thumb-area .sub-img {
  /*  translate:max(calc((100vw - 1200px)/2),40%) -30%;*/
  translate: 40% -30%;
  right: 0;
}
/*lunch*/
.lp-support_item.lunch {
  padding-left: min(40px, 2vw);
}
.lp-support_item.lunch::before {
  --wall-clr: var(--clr-red);
  --wall-img: url("../images/lp/schoollunch.svg");
  --wall-pos: 60% 105%;
  border-radius: min(50px, 12.8vw) 0 0 min(50px, 12.8vw);
  left: 0;
}
.lp-support_item.lunch .lp-box_title {
  grid-area: 1 / 2 / 2 / 3;
}
.lp-support_item.lunch .in-text {
  grid-area: 2 / 2 / 3 / 3;
}
.lp-support_item.lunch .thumb-area {
  padding-right: min(60px, 5vw);
  grid-area: 1 / 1 / 3 / 2;
}
.lp-support_item.lunch .thumb-area .main-img .tag{
  position: absolute;
  right: 0;
  top: 0;
  width: min(115px,35%);
  z-index: 1;
  translate:25% -25%;
}
.lp-support_item.lunch .thumb-area .sub-img {
  left: 0;
  translate: -40% -30%;
}
/*results +++++++++++++++++++++++++++++*/
.lp-results-blc {
  padding-top: min(100px, 15vw);
  padding-bottom: min(95px, 9vw);
  z-index: 1;
}
.lp-results-detail {
  display: grid;
  grid-template-columns: min(800px, 100%);
  justify-content: center;
  gap: min(50px, 10vw);
}
.results-detail_intro {
  display: grid;
  grid-template-columns: min(270px, 33%) auto;
  gap: min(25px, 6vw);
  margin-top: min(70px, 10vw);
}
.results-detail_intro .comment-area .in-title {
  font-weight: 700;
  font-size: min(18px, 5vw);
}
.results-detail_intro .comment-area .in-text {
  margin-top: 1em;
}
.results-detail_list {
  border-radius: min(30px, 7vw);
  overflow: hidden;
  isolation: isolate;
  border: 1px solid #d9d9d9;
  background-color: #fff;
}
.results-detail_list dt {
  background-color: #c1e8f7;
  padding: 10px;
}
.results-detail_list dt h3 {
  font-weight: 700;
  font-size: min(18px, 5vw);
  text-align: center;
}
.results-detail_list dd {
  display: grid;
  justify-content: center;
  grid-template-columns: min(615px, 100%);
  padding: min(25px, 6vw) min(20px, 4vw);
}
.results-detail_list dd .dot-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(14px, 2.5vw) min(20px, 5.3vw);
  line-height: calc(20/14);
}
.dot-list > li {
  padding-left: 1em;
}
.dot-list > li::before {
  content: "";
  width: .57em;
  aspect-ratio: 1;
  border-radius: 100vmax;
  position: absolute;
  left: 0;
  top: 0;
  translate: 0 .45em;
  background-color: #84d6f4;
}
.pic-rslt_cwd01 {
  left: 0;
  top: 0;
  width: min(480px, 50vw);
  translate: -25% 50%;
}
.pic-rslt_cwd02 {
  right: min(15px, 2.5vw);
  top: min(70px, 15vw);
  width: min(345px, 33.3vw);
  scale: -1 -1;
}
.pic-rslt_cwd03 {
  right: 0;
  top: 75%;
  width: min(550px, 46vw);
  translate: 40% 0;
  scale: -1 -1;
}
.pic-rslt_ccl {
  width: min(130px, 12vw);
  bottom: 0%;
  left: 0;
  translate: 0 0;
}
/*voice +++++++++++++++++++++++++++++*/
.pic-voice-top {
  width: min(690px, 100%);
  left: 50%;
  top: 0;
  translate: -50% -80%;
  z-index: 2;
}
.lp-voice-blc {
  --wall-img: url("../images/lp/wall/beg-top.svg"), url("../images/lp/wall/beg-btm.svg");
  --ttl-clr: var(--clr-ylw);
  --wall-clr: var(--wall-cream);
  margin-top: min(200px, 30vw);
  padding-top: min(100px, 15vw);
}
.lp-voice-box .lp-sec_title .wid {
  line-height: calc(50/36);
}
.lp-sec_title .wid > span {
  font-size: min(.66em, 4.8vw);
}
.lp-voice-list {
  display: grid;
  grid-template-columns: min(880px, 100%);
  justify-content: center;
  gap: min(80px, 25vw);
  margin-top: min(150px, 26vw);
}
.lp-voice-list li {
  background-color: #fff;
}
.voice-item {
  display: grid;
  grid-template-columns: 80%;
  justify-content: center;
  padding: min(50px, 20vw) min(20px, 4vw) min(45px, 10vw);
  border-radius: min(50px, 12.5vw);
  box-shadow: 8px 8px 0 rgba(125, 117, 116, .25);
}
.voice-item .thumb-area {
  position: absolute;
  left: 0;
  top: 0;
  width: 16%;
  translate: -35% -30%;
}
.voice-item .voice_head span {
  font-size: min(18px, 4.6vw);
  font-weight: 600;
}
.voice-item .in-text {
  margin-top: 1em;
}
/*session +++++++++++++++++++++++++++++*/
@property --base-x {
  syntax: "<length-percentage>";
  initial-value: 0px;
  inherits: false;
}
@property --base-y {
  syntax: "<length-percentage>";
  initial-value: 0px;
  inherits: false;
}
@property --add-x {
  syntax: "<length-percentage>";
  initial-value: 0px;
  inherits: false;
}
@property --add-y {
  syntax: "<length-percentage>";
  initial-value: 0px;
  inherits: false;
}
@keyframes vi-pop {
  0% {
    --add-y: min(40px, 5vw);
    scale: .85;
    opacity: 0;
  }
  100% {
    --add-y: 0;
    scale: 1;
    opacity: 1;
  }
}
.lp-session-box .pic-bln {
  translate: calc(var(--base-x) + var(--add-x)) calc(var(--base-y) + var(--add-y));
  opacity: 0;
  will-change: translate, scale, opacity;
}
/*balloon*/
@property --tx {
  syntax: "<length-percentage>";
  initial-value: 0px;
  inherits: false;
}
@property --ty {
  syntax: "<length-percentage>";
  initial-value: 0px;
  inherits: false;
}
@property --rot {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes bob {
  0% {
    --ty: calc(var(--bob) * 0.5);
  }
  100% {
    --ty: calc(var(--bob) * -1);
  }
}
@keyframes sway {
  0% {
    --tx: calc(var(--drift) * -1);
    --rot: calc(var(--tilt) * -1);
  }
  50% {
    --tx: calc(var(--drift) * 1);
    --rot: calc(var(--tilt) * 1);
  }
  100% {
    --tx: calc(var(--drift) * -1);
    --rot: calc(var(--tilt) * -1);
  }
}
.js-balloon {
  --bob: 22px; /* 上下幅 */
  --drift: 6px; /* 左右幅 */
  --tilt: 5deg; /* 首振り角度 */
  --bob-dur: 3.8s; /* 上下周期 */
  --sway-dur: 6.2s; /* 左右＋回転周期 */
  transform-origin: 50% 10%;
  transform: translate(var(--tx), var(--ty)) rotate(var(--rot));
  animation:
    bob var(--bob-dur) ease-in-out infinite alternate, sway var(--sway-dur) linear infinite;
  will-change: transform;
}
.js-balloon:nth-of-type(even) {
  animation-delay: .1s, .2s;
}
.js-balloon:nth-of-type(odd) {
  animation-delay: .2s, .4s;
}
/*content*/
.lp-session-box .pic-bln.is-view {
  animation: vi-pop .6s cubic-bezier(.22, .9, .2, 1) forwards;
  animation-delay: calc(var(--i, 0) * .2s);
}
.pic-session_bln_red {
  --base-y: min(20px, 4vw);
  --base-x: -50%;
  width: min(105px, 8vw);
  top: 0;
  left: 0;
}
.pic-session_bln_pink {
  width: min(85px, 10vw);
  top: 0;
  right: 0;
}
.pic-session_bln_blue {
  --base-y: 100%;
  width: min(70px, 8.4vw);
  bottom: 0;
  right: 0;
}
.pic-session_bln_girl {
  width: min(135px, 22vw);
  right: min(50px, 4vw);
  top: 0;
  translate: 100% 100%;
}
.pic-session_bln_boy {
  width: min(190px, 20vw);
  left: 0;
  bottom: 0;
  translate: -50% 50%;
}
.pic-session_cwd_lf {
  width: min(625px, 75vw);
  left: 0;
  top: 50%;
  translate: -30% 0;
}
.pic-session_cwd_rt {
  top: 10%;
  right: 0;
  width: min(610px, 35vw);
  translate: 30% 0;
}
.lp-session-blc {
  --ttl-clr: var(--clr-red);
  padding-top: min(50px, 12.7vw);
  padding-bottom: min(250px, 35vw);
}
.lp-session-box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
}
.lp-session-box .lp-sec_title {
  gap: 0;
}
.lp-session-box .lp-sec_title .wid {
  line-height: calc(60/48);
  font-size: min(48px, calc(100vw /16.25));
}
.lp-session-list {
  width: 100%;
  margin-top: min(80px, 10vw);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(25px, 3.5vw);
  justify-content: center;
}
.lp-session-item {
  /*  width: calc((100% - min(75px,10.5vw))/4);*/
  box-shadow: 0 1px 8px rgba(136, 83, 136, .15);
  border-radius: min(50px, 12vw);
  overflow: hidden;
  padding: min(40px, 5vw) min(30px, 4vw) min(45px, 6vw);
}
.lp-session-box .att-list {
  margin-top: min(20px, 5vw);
}
.lp-session-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  font-size: min(18px, 4vw);
  gap: min(20px, 5.33vw);
  background-color: rgba(255, 255, 255, 1);
}
.lp-session-item .title {
  color: var(--clr-red);
  font-weight: 600;
  text-align: center;
  line-height: calc(24/18);
  display: grid;
  place-content: center;
}
.lp-session-item .session-data {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  -ms-align-items: flex-start;
  align-items: flex-start;
  gap: min(18px, 4vw);
}
.lp-session-item .session-data .date-area {
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  font-size: min(24px, 5.13vw);
  font-weight: 700;
  line-height: calc(49/44);
}
.lp-session-item .session-data .date {
  font-size: min(45px, 8.97vw);
}
.lp-session-item .session-data .time {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  line-height: calc(22/18);
}
.lp-session-item .session-data .time.text {
  font-size: min(14px, 3.2vw);
}
.lp-session-item .session-data .time span {
  padding-left: min(24px, 4.8vw);
}
.lp-session-item .session-data .time span::before {
  content: "";
  width: min(18px, 4.2vw);
  aspect-ratio: 1;
  background: url("../images/lp/pic/clock.svg") no-repeat center/cover;
  position: absolute;
  left: 0;
  top: 1.5px;
}
.lp-session-item .reserve-btn {
  width: 100%;
  margin-top: auto;
}
.lp-session-item .reserve-btn > * {
  width: 100%;
  height: min(57px, 11vw);
  display: grid;
  place-content: center;
  grid-template-columns: 100%;
  color: #fff;
  border-radius: 10px;
  font-size: min(16px, 3.6vw);
}
.lp-session-item .reserve-btn > * span{
  z-index: 1;
  text-align: center;
}
.lp-session-item .reserve-btn a::before
,.lp-session-item .reserve-btn a::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
  background: var(--btn-wall);
  transition:opacity .3s ease;
}
.lp-session-item .reserve-btn a::before{
  --btn-wall:linear-gradient(#f04128,#f28e26);
}
.lp-session-item .reserve-btn a::after{
  --btn-wall:linear-gradient(#f28e26, #f04128);
}
@media(hover){
  .lp-session-item .reserve-btn a:hover::after{
    opacity: 0;
  }
}
.lp-session-item .reserve-btn a span::before {
  content: "";
  width: .25em;
  aspect-ratio: 1;
  border: 2px solid;
  border-color: #fff #fff transparent transparent;
  position: absolute;
  right: min(10px, 3vw);
  top: 50%;
  translate: 0 -50%;
  rotate: 45deg;
  border-radius: 2px;
}
.lp-session-item .reserve-btn > p {
  background-color: #ddd;
}
@media(max-width:1240px) {
  .pic-session_bln_boy {
    bottom: 0;
    translate: 50% 80%;
  }
  .pic-session_bln_girl {
    top: 100%;
    translate: -50% -20%;
  }
}
@media(max-width:1020px) {
  .lp-head_menu li a {
    padding: 5px min(12px, 3vw);
  }
  .lp-head_button {
    width: min(150px, 35vw);
  }
  /*session*/
  .lp-session-list {
    width: min(650px, 100%);
    grid-template-columns: repeat(2, 1fr);
  }
}
@media(max-width:768px) {
  .lp-head-nav {
    display: none;
  }
  #header-hum.lp-hum button, #header-hum.lp-hum button::before, #header-hum.lp-hum button::after {
    background-color: var(--clr-red);
  }
  #header-hum.lp-hum.is-open button {
    background-color: transparent;
  }
  #lp-header .head-logo {
    width: min(142px, 36vw);
  }
  #lp-header.nav-open .header-inner {
    background-color: rgba(255, 255, 255, 0);
  }
  #lp-header.nav-open .head-logo {
    opacity: 0;
  }
  .lp-l-nav_logo {
    width: min(170px, 43.8vw);
  }
  #l-nav.lp-l-nav {
    background-color: #fff;
  }
  #l-nav.lp-l-nav .l_nav__link{
    color: #333333;
  }
  #l-nav.lp-l-nav .l_nav__btn {
    -ms-align-items: center;
    align-items: center;
  }
  #l-nav.lp-l-nav .l_nav__btn a {
    width: min(288px, 85vw);
    height: min(65px, 16vw);
    display: grid;
    place-content: center;
    border-radius: 100vmax;
    font-weight: 700;
  }
  
  #l-nav.lp-l-nav .l_nav__link > li::after {
    background: radial-gradient(circle farthest-side, #74d1f4, #74d1f4 30%, transparent 30%, transparent);
    background-size: 10px 10px;
    content: '';
    display: inline-block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  #l-nav.lp-l-nav .l_nav__link > li {
    padding-left: 1em;
    padding-right: 1em;
  }
  #l-nav.lp-l-nav .l_nav__link > li a {
    display: block;
  }
  #l-nav.lp-l-nav .l_nav__link > li a::before {
    content: "";
    width: .35em;
    aspect-ratio: 1;
    border: 2px solid;
    border-color: #74d1f4 #74d1f4 transparent transparent;
    position: absolute;
    top: 50%;
    right: 0;
    translate: 0 -50%;
    border-radius: 2px;
    rotate: 45deg;
  }
  /*hero ++++++++++++++++*/
  .lp-hero-inner {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .lp-hero_slide {
    width: 110vw;
    right: 50%;
    translate: 50% 0;
  }
  /*roots ++++++++++++++++*/
  .lp-roots-blc {
    grid-template-columns: auto;
    justify-content: center;
    gap: min(20px, 5.33vw);
  }
  .lp-roots_thumb {
    width: calc(100vw - min(100px, 8vw));
    margin-left: auto;
    margin-right: auto;
  }
  .lp-roots_thumb figure {
    aspect-ratio: 1/0.5319;
    mask-image: url(../images/lp/roots-mask_sp.svg);
    -webkit-mask-image: url(../images/lp/roots-mask_sp.svg);
    mask-position: center;
    -webkit-mask-position: center;
  }
  .lp-roots_thumb::before {
    mask-image: url(../images/lp/roots-mask_sp.svg);
    -webkit-mask-image: url(../images/lp/roots-mask_sp.svg);
    mask-size: 100%;
    -webkit-mask-size: 100%;
    mask-position: center;
    -webkit-mask-position: center;
  }
  .lp-roots_thumb::after {
    translate: -15% 0;
  }
  .lp-roots_detail .roots-title h2 {
    text-align: center;
  }
  .lp-roots_detail .roots-title h2::before,
  .lp-roots_detail .roots-title h2::after{
    left: 50%;
    translate: -50% 0;
  }
  .lp-roots_detail .roots-title .sub-title {
    text-align: center;
  }
}
@media(max-width:600px) {
  .lp-education-item.wid-item .thumb-area {
    grid-template-columns: 1fr;
  }
  .lp-education-item.wid-item .thumb-area .full {
    grid-column: auto;
  }
  .lp-education-item.grd-item {
    grid-template-columns: 1fr;
  }
  .lp-education-item:nth-child(2) .thumb-area, .lp-education-item:nth-child(2) .lp-box_title, .lp-education-item:nth-child(2) .text-box {
    grid-row: auto;
    grid-column: auto;
  }
  .lp-education-item:nth-child(2) .thumb-area, .lp-education-item:nth-child(3) .thumb-area {
    padding: min(20px, 5vw) 0 0 0;
  }
  .lp-education-item .text-box {
    padding-top: min(20px, 5vw);
  }
  .lp-support_contents {
    gap: min(50px, 12.8vw);
  }
  .lp-support_item {
    grid-template-columns: 1fr;
    padding-bottom: min(60px, 15vw);
  }
  .lp-support_item::before {
    width: 100%;
  }
  .lp-support_item .lp-box_title {
    padding-top: 0;
  }
  .lp-support_item.after, .lp-support_item.lunch {
    padding-left: min(40px, 3vw);
    padding-right: min(40px, 3vw);
  }
  .lp-support_item.after::before, .lp-support_item.lunch::before {
    border-radius: min(50px, 12.8vw);
    --wall-pos: -10% 101%;
    background-size: auto min(80px, 13.5vw);
  }
  .lp-support_item.after .lp-box_title, .lp-support_item.after .thumb-area, .lp-support_item.after .in-text, .lp-support_item.lunch .lp-box_title, .lp-support_item.lunch .thumb-area, .lp-support_item.lunch .in-text {
    grid-area: auto;
  }
  .lp-support_item .thumb-area {
    aspect-ratio: 1/.6;
    display: grid;
    grid-template-columns: 75%;
    -ms-align-items: flex-end;
    align-items: flex-end;
  }
  .lp-support_item.lunch .thumb-area .main-img .tag{
    translate: 0% -50%;
  }
  .lp-support_item .thumb-area .sub-img {
    width: 75%;
  }
  .lp-support_item.after .thumb-area {
    padding-left: 0;
  }
  .lp-support_item.after .thumb-area .sub-img {
    translate: 0 0;
  }
  .lp-support_item.lunch .thumb-area {
    padding-right: 0;
  }
  .lp-support_item.lunch .thumb-area {
    justify-content: flex-end;
  }
  .lp-support_item.lunch .thumb-area .sub-img {
    translate: 0 0;
  }
  .results-detail_intro {
    grid-template-columns: 1fr;
  }
  .results-detail_intro .thumb-area {
    display: grid;
    justify-content: center;
    grid-template-columns: min(270px, 68vw);
  }
  .results-detail_intro .comment-area .in-title {
    text-align: center;
  }
  .results-detail_list dd .dot-list {
    grid-template-columns: 1fr 1fr;
  }
  .voice-item{
    grid-template-columns: 100%;
  }
  .voice-item .thumb-area{
    left: 50%;
    width: min(90px,30%);
    translate: -50% -70%;
  }
  
  .voice-item .voice_head{
    text-align: center;
    line-height: calc(24/16);
  }
  .voice-item .voice_head span{
    display: block;
  }
  .pic-session_bln_red{
    --base-x: -20%;
    --base-y: 20%;
  }
  .pic-session_bln_pink{
     --base-x: -10%;
    --base-y: -20%;
  }
  .lp-session-item {
    background-color: rgba(255, 255, 255, .5);
  }
}
@media(max-width:480px){
  .intro-text{
    text-align: center;
  }
  #lp-hero{
    height: auto;
    aspect-ratio:1/1.325;
  }
  .lp-hero_slide{
    width: 125vw;
  }
  .hero-shape-rd01{
    z-index: 1;
    top: 0;
    translate: -10% 0;
  }
  .hero-shape-rd02{
    right: auto;
    left: 0;
    translate: 45% -15%;
    width: min(195px, 25vw);
  }
  .hero-shape-cld01{
    right: 0;
    width: 80vw;
  }
  .hero-shape-cld02{
    translate: 40% 150%;
  }
  .lp-hero_title{
    width: 100%;
  }
  .pic-root_cwd{
    width: 75vw;
    top: 30%;
    translate: 50% 0;
  }
  .pic-root_cwd img{
    scale:1 1;
    rotate: 15deg;
  }
  .lp-education-blc{
    padding-bottom: min(110px,28vw);
  }
  .lp-education-box{
    padding-left: 0;
    padding-right: 0;
  }
  .lp-education-item{
    border-radius: 0;
  }
  .lp-box_title.dot-line{
    text-align: center;
    border-bottom: none;
  }
  .lp-box_title{
    -ms-align-items: center;
    align-items: center;
  }
  .pic-rslt_cwd01{
    translate: -35% 25%;
  }
  .pic-rslt_cwd02{
    right:0;
    translate:15% 125%;
  }
  .pic-rslt_ccl{
    translate: 25% 120%;
  }
  .pic-rslt_cwd03{
    top: 100%;
    translate: 20% -50%;
  }
  
  .lp-support-box{
    padding-top: min(30px,10vw);
  }
  .pic-support-wrap::before{
    background-image: url("../images/lp/shapes/circle-set_sp.svg");
    aspect-ratio: 1 / 0.4533;
    translate: -50% -40%;
  }
  .pic-session_cwd_lf{
    top: 75%;
    translate: -50% 0;
  }
  .pic-session_cwd_lf img{
    scale:-1 -1;
    rotate: 5deg;
  }
  .pic-session_bln_boy{
    width: min(190px, 15vw);
    translate: 10% 60%;
  }
  .pic-session_bln_girl{
    width: min(135px, 16vw);
    translate: -0% -20%;
  }
  .pic-session_bln_blue{
    --base-y: 150%;
    right: 30%;
  }
}