:root {
  --white: #fff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.body {
  background-image: url('../images/body-bg-min.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.keycontent_base {
  background-color: #a9ce37;
  border-radius: 150px;
  width: 10rem;
  height: 10rem;
  position: relative;
  box-shadow: 2px 2px 1px #0003;
}

.keycontent_base.key04 {
  background-color: #006934;
}

.keycontent_base.key02 {
  background-color: #7eb619;
}

.keycontent_base.key03 {
  background-color: #336b19;
}

.keycontent_base.key01 {
  background-color: #004b25;
}

.container-4 {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  display: block;
}

.container-4.bye_side {
  padding-left: 3%;
}

.class_title_box {
  border: 1px solid #5c862a;
  padding: 2% 5%;
}

.class_title_box.spot_bg {
  background-color: #dae103cc;
}

.class_title_box.outline {
  background-color: #a9ce3733;
  border-style: solid;
}

.class_title_box.regu_bg {
  background-color: #a9ce37cc;
}

.class_container {
  text-align: center;
  padding: 5%;
}

.school_container {
  margin-bottom: 2rem;
}

.list_base {
  color: #004b25;
  text-align: center;
  margin-bottom: 1rem;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.weeks_back {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #a9ce37;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 5%;
  display: grid;
}

.weeks_back.mni {
  padding-top: 13%;
  padding-bottom: 12%;
}

.cta {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: block;
}

.cta.menu {
  background-color: #fff;
  width: 100%;
  padding-top: 1rem;
}

.text_16_sep {
  z-index: 3;
  color: #004b25;
  margin-left: auto;
  margin-right: auto;
  padding-top: .25rem;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  display: block;
  position: relative;
}

.line-03 {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% -4%;
}

.div-block {
  z-index: 10;
  text-align: center;
  position: relative;
}

.yy_back {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #dae105;
  background-clip: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  position: relative;
}

.yy_back.price {
  border: 1px solid #5c862a;
  padding: 5%;
}

.yy_back.price:hover {
  background-color: #fff;
}

.yy_back.yg {
  background-color: #a9ce37;
  width: 100%;
}

.yy_back.yg.price {
  border: 1px solid #5c862a;
  padding: 5%;
}

.yy_back.yg.price:hover {
  background-color: #fff;
}

.key_visual {
  height: 20rem;
  position: relative;
}

.span_16 {
  vertical-align: baseline;
  font-size: 16px;
  line-height: 1;
  display: inline;
}

.vision_container_box {
  padding-top: 2rem;
  padding-bottom: 1.25rem;
  position: relative;
}

.section_menu {
  background-color: #fff;
  padding: 5%;
  position: relative;
}

.basic_price_content {
  border: 2px solid #5c862a;
  margin-bottom: 1rem;
  position: relative;
}

.union_container {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
}

.image-3 {
  width: auto;
}

.grid-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 15% 1fr;
}

.menu_gradient {
  background-color: #5c862a;
  padding: 1% 2%;
}

.menu_gradient:hover {
  background-color: #ffe440;
}

.footer-logo {
  width: 126px;
}

.background-video {
  z-index: 0;
  background-color: #333;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  width: 100%;
  min-height: 100%;
  max-height: 95svh;
}

.section_school {
  background-color: #fff;
  padding: 5%;
  position: relative;
}

.grid2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
}

.grid2.downside {
  position: absolute;
  inset: auto 0% 0%;
}

.grid2.upside {
  position: absolute;
  inset: 0% 0% auto;
}

.arrow_maki {
  width: 50%;
}

.tell_btn {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #dae105;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 250px;
  margin: 2%;
  padding: 2% 3%;
  text-decoration: none;
  display: inline-grid;
}

.key_textarea {
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
  position: static;
  top: -4rem;
}

.grid_openmenu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 15% 1fr;
  padding: 5% 1% 5% 0%;
}

.image_sns {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.price_yy_back {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #dae105;
  background-clip: border-box;
  border: 1px #5c862a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: grid;
  position: relative;
}

.price_yy_back.yg {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #a9ce37;
  border-style: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text_14 {
  z-index: 3;
  color: #004b25;
  text-underline-offset: 10%;
  text-underline-position: under;
  font-family: Inter, sans-serif;
  font-weight: 500;
  line-height: 190%;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  position: relative;
}

.text_14.bg {
  color: #5c862a;
}

.text_14.yg {
  color: #a9ce37;
}

.h3_title {
  color: #008742;
  text-align: center;
  letter-spacing: 2px;
  margin-top: 1rem;
  line-height: 1.5;
}

.h3_title.strong_title {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  margin-top: .25rem;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.25;
}

.h3_title.non_top {
  margin-top: 0;
}

.h3_title.non_top.height_1-4 {
  margin-top: 10px;
  line-height: .9;
}

.h3_title.non_top.height_1-4.padding_5 {
  padding: 0% 3%;
}

.h3_title.key_title {
  color: #a9ce37;
  text-align: center;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.25;
}

.h3_title.worry {
  margin-top: 0;
}

.span_32 {
  color: #5c862a;
  font-size: 32px;
  line-height: 1.1;
}

.span_32.menu {
  font-size: 24px;
}

.grid50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.bg_white_mini {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: 100% auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 95%;
  height: 95%;
  margin: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: block;
  position: relative;
}

.vision_keybox {
  margin: 0% auto 10%;
  padding: 0% 5% 5%;
}

.grid3-2 {
  grid-column-gap: 8px;
  grid-row-gap: 4px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  position: relative;
}

.concept_text_area {
  z-index: 201;
  background-color: #fff;
  min-height: auto;
  max-height: none;
  position: static;
  inset: 0% 0% auto;
  overflow: scroll;
}

.text-span-4 {
  font-size: 12px;
}

.grid1_3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  padding: 5% 0%;
}

.h1_title {
  color: #004b25;
  font-size: 32px;
}

.grid_price_plan {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 10% 2% 1fr;
  align-items: center;
  height: 100%;
}

.text_bg_join {
  z-index: auto;
  color: #a9ce373b;
  text-align: center;
  font-family: Pacifico, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 10%;
  position: absolute;
  inset: auto 0% 50%;
  overflow: visible;
  transform: skew(-20deg)rotate(-10deg);
}

.div-block-3 {
  padding-top: 1.5rem;
}

.grid1 {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: absolute;
  inset: 25% 0% auto;
}

.text_container {
  z-index: 201;
  width: auto;
  height: 100%;
  min-height: 55svh;
  padding-right: 10%;
  position: absolute;
  inset: 0% auto auto 5%;
}

.footer_component {
  width: 100%;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}

.footer_component.background-color-yellow {
  background-color: #fff;
  max-width: 440px;
  padding-top: 5%;
  padding-bottom: 10%;
  position: static;
  bottom: 0;
}

.text-span-6 {
  font-size: 11px;
}

.vision_image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #dae105;
  border-radius: 12rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 12rem;
  max-width: 100%;
  height: 12rem;
  display: inline-grid;
  position: relative;
  left: 5%;
  box-shadow: 2px 2px 5px #00000073;
}

.vision_image.yg {
  background-color: #a9ce37;
  left: auto;
  right: 5%;
  box-shadow: -2px 2px 5px #00000073;
}

.footer-logo-wrapper {
  justify-content: center;
  display: flex;
}

.text_32 {
  z-index: 3;
  color: #004b25;
  text-shadow: 0 1px 1px #fff;
  margin-bottom: .125rem;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.menu_container {
  margin-bottom: 2rem;
}

.hidden {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #e0fc8c;
  background-clip: border-box;
  border-top-left-radius: 0;
  width: 3em;
  height: 3em;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: -1px -3px 5px #00000052;
}

.vision_sep {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0%;
  display: block;
}

.text_date {
  color: #fffefe;
  vertical-align: middle;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 25% 10%;
  font-size: 14px;
  font-weight: 600;
  display: block;
  position: absolute;
  inset: 0%;
}

.top_logo {
  height: 60px;
  padding: 5%;
}

.title_container {
  text-align: center;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

.solution_container {
  background-color: #a9ce37;
  border: 3px solid #a9ce37;
  border-radius: 10rem;
  width: 8rem;
  max-width: 200px;
  height: 8rem;
}

.keycontent_box {
  aspect-ratio: auto;
  max-width: 440px;
  height: 400px;
  min-height: 250px;
  margin-bottom: 2rem;
  padding: 0% 0% 10%;
  position: relative;
  overflow: hidden;
}

.keycontent_box.height_auto {
  height: auto;
  padding-bottom: 0%;
}

.nav-menu {
  width: 70%;
}

.bg_white {
  background-color: #fff;
  background-image: linear-gradient(#fffc, #fffc), url('../images/body-bg-min.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border: 1px solid #a9ce37;
  border-bottom-right-radius: 40px;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

.bg_white.padding_none {
  padding-left: 0%;
  padding-right: 0%;
}

.container_date {
  text-align: center;
  background-color: #124b25;
  border-radius: 10rem;
  width: 5rem;
  max-width: 100px;
  height: 5rem;
  position: relative;
}

.line_btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #5c862a;
  border-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 10% 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 310px;
  margin: 2%;
  padding: 2% 3%;
  text-decoration: none;
  display: inline-grid;
}

.plan_choice {
  border: 2px solid #5c862a;
  margin-bottom: 1rem;
}

.mobile_wrappper {
  background-color: #f7f7f7;
  width: 100%;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.class_content {
  border: 2px solid #5c862a;
  margin-bottom: 1rem;
  position: relative;
}

.dot_line {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.line-02 {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% -1.5%;
}

.worry_icon {
  width: 32px;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar {
  background-color: #fff;
  position: sticky;
  inset: 0% 0% auto;
}

.footer-sns-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  margin-bottom: .25rem;
  display: flex;
}

.option_choice {
  border: 2px solid #5c862a;
  margin-bottom: 1rem;
}

.text-span-3 {
  font-size: 10px;
}

.bg_star {
  opacity: .45;
  padding-top: 1.5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
}

.footer5_credit-text {
  font-size: .875rem;
}

.grid1_2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 40% 60%;
  grid-template-columns: 1fr;
  width: 100%;
  height: 8rem;
}

.footer5_bottom-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.key_words {
  padding-top: 10%;
  padding-bottom: 10%;
}

.link-2 {
  text-decoration: none;
}

.text_24 {
  z-index: 3;
  color: #004b25;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.text_24.color_white {
  color: #fff;
}

.vision_text_title_grid {
  grid-column-gap: 2%;
  grid-row-gap: 2%;
  grid-template-rows: auto;
  grid-template-columns: 10% 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.grid_class {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: .5fr 1fr;
}

.grid1-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.footer-address {
  grid-column-gap: .125rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sns-icon_link {
  flex: 0 auto;
  align-self: center;
}

.section_class {
  background-color: var(--white);
  padding: 0% 5%;
  position: relative;
}

.padding-bottom, .padding-bottom.padding-medium {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.section_price {
  background-color: #fff;
  padding: 5%;
  position: relative;
}

.school_name {
  padding: 2%;
}

.h6_titile {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
}

.h6_titile.color_green {
  color: #004b25;
  line-height: 1.5;
}

.h6_titile.color_green.gothic {
  text-align: center;
}

.h6_titile.yg {
  color: #a9ce37;
  margin-bottom: 0;
  font-size: 11px;
}

.h6_titile.yg.size_up {
  color: #fff;
  text-align: center;
  text-shadow: 1px 2px 1px #0003;
  margin-top: 1rem;
  margin-bottom: .25rem;
  font-size: 14px;
}

.h6_titile.yg.size_up.margin_top_0 {
  margin-top: 0;
}

.text_newstitle {
  color: #004b25;
  padding: 2%;
  font-size: 16px;
  font-weight: 600;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.h1_concept {
  z-index: 1;
  color: #fff;
  text-shadow: 4px 4px 5px #0003;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5%;
  font-size: 32px;
  line-height: 250%;
  position: relative;
  inset: auto 0% 0%;
}

.yy_back_plan {
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-color: #dae105;
  background-clip: border-box;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  position: relative;
}

.yy_back_plan.yg {
  background-color: #a9ce37;
  width: 100%;
}

.yy_back_plan.yg.price {
  background-color: #fff;
  border: 1px solid #5c862a;
  padding: 2% 5%;
}

.yy_back_plan.yg.price.padding_5 {
  padding-top: 5%;
  padding-bottom: 5%;
}

.vision_text {
  z-index: 1;
  position: relative;
}

.heading-4 {
  color: #fff;
  padding: 1% 0%;
}

.container {
  position: relative;
}

.news_content {
  height: 100%;
}

.arrow_base {
  z-index: 3;
  background-color: #004b25;
  border-top-left-radius: 16px;
  border-bottom-right-radius: 8px;
  width: 25%;
  height: 25%;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.arrow_base.position_top_right {
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 8px;
  inset: 0% 0% auto auto;
}

.arrow_base.position_top_right.tiny {
  width: 15%;
}

.arrow_base.position_bottom_right {
  display: none;
}

.section_news {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-color: #ffe440;
  background-clip: content-box;
  border: 1px #000;
  border-top: 1px solid #a9ce37;
  border-left: 1px solid #a9ce37;
  border-top-left-radius: 32px;
  grid-template-rows: auto;
  grid-template-columns: 10% 2% 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 95%;
  height: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  margin-left: auto;
  padding-top: 0%;
  padding-left: 0%;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
  display: none;
  position: relative;
}

.school_box {
  text-align: center;
  padding: 5%;
  position: relative;
}

.grid3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid3.moobile {
  display: none;
}

.section_features {
  background-color: #fff;
  margin: 0% 0% 10%;
  padding: 5%;
  position: relative;
}

.text56 {
  color: #978202;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
}

.text56.absolut {
  z-index: 3;
  font-size: 56px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

.traffic_box {
  background-color: #f34822;
  margin-bottom: .25rem;
  padding: 2%;
}

.traffic_box.toho {
  background-color: #510bf7;
}

.text_16 {
  z-index: 3;
  color: #004b25;
  letter-spacing: 0;
  text-underline-offset: 3px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  position: static;
}

.text_16._33 {
  color: #333;
}

.text_16.btn_text {
  text-align: center;
}

.text_16.btn_text:hover {
  color: #dae107;
}

.text_16.call_btn {
  line-height: 1;
}

.text_16.dg {
  z-index: 3;
  color: #004b25;
}

.text_16.dg.height {
  line-height: 1;
}

.text_16.color_white {
  color: #fff;
}

.text_16.color_white.strong {
  font-weight: 500;
}

.text_16.color_white.indent {
  color: #004b25;
  letter-spacing: 1.5px;
  line-height: 1;
}

.text_16.bg {
  color: #5c862a;
  font-size: 16px;
}

.text_16.bold {
  font-weight: 600;
  text-decoration: none;
}

.text_16.bold.bg.obi {
  color: #fff;
  background-color: #5d862a;
  border-radius: 100px;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  font-size: 11px;
  position: static;
  inset: 0% auto 0;
}

.bg_gradient_wide {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(145deg, #a9ce37, #004b25);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.25rem;
  display: grid;
  position: relative;
}

.text_mini {
  color: #004b25;
  font-size: .8rem;
}

.text_mini.righit {
  text-align: right;
  width: 90%;
  font-weight: 600;
  position: relative;
  top: -10px;
}

.bg_white_wide {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 0;
  grid-template-rows: minmax(150px, 1fr);
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 98%;
  height: 95%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  position: relative;
}

.bg_white_wide.bye_side {
  grid-template-columns: 1fr .5fr;
}

.navbar_container {
  position: static;
}

.grid3-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  position: relative;
}

.lesson {
  width: 100%;
  height: 100%;
  display: block;
  overflow: visible;
}

.bg_gradient_mini {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(145deg, #a9ce37, #004b25);
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.gradient_back {
  text-align: center;
  background-image: linear-gradient(145deg, #a9ce37, #004b25);
  padding: 1%;
  position: relative;
}

.section_top {
  background-color: #fff;
  height: 100%;
  min-height: 80svh;
  position: relative;
}

.key_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 100%;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  height: 10rem;
  display: grid;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.button {
  color: #004b25;
  background-color: #124b2500;
  border: 1px solid #004b25;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
}

.button:hover {
  color: #fff;
  background-color: #124b25;
  border-style: none;
  box-shadow: inset 0 2px 5px #0003, 3px 4px 5px #0003;
}

.button:active {
  transform: translate(0, 2px);
}

.grid_box {
  margin-bottom: 1.25rem;
}

.vision_text_grid_sep {
  text-align: center;
  background-color: #dae105;
  width: 100%;
  padding: 5% 3%;
  position: relative;
}

.vision_text_grid_sep.bye {
  background-color: #a9ce37;
}

.heading-2 {
  color: #fff;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  margin-top: 5%;
  margin-bottom: 5%;
  font-family: Inter, sans-serif;
  font-size: 16px;
}

.heading-2.number {
  text-shadow: 2px 2px 1px #0003;
  font-size: 24px;
}

.text-size-small {
  font-size: .875rem;
}

.text-span {
  text-underline-offset: 4%;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  text-underline-position: under;
  -webkit-text-decoration: underline wavy;
  text-decoration: underline wavy;
  text-decoration-thickness: calc(1em / 16.6667);
}

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

.center_wrapper {
  text-align: center;
  padding: 5% 0%;
}

.menu_white_back {
  background-color: #fff;
}

.menu_white_back:hover {
  background-color: #ffe440;
}

.text-size-regular {
  font-size: 1rem;
}

.text-size-regular.text-weight-medium {
  font-size: .9rem;
}

.section_coach {
  background-color: #fff;
  margin: 10% 0%;
  padding: 5%;
  position: relative;
}

.vision_text_grid {
  text-align: center;
  width: 100%;
  padding: 3%;
}

.grid_price_plan-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr;
}

.grid_price_plan-copy.oneday {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.worry_container {
  text-align: center;
  background-color: #7eb619;
  border-radius: 0 32px 32px 0;
  width: 90%;
  max-width: 440px;
  margin-bottom: 1rem;
  margin-left: 0;
  margin-right: auto;
  padding: 0% 5% 5%;
  position: relative;
  box-shadow: 0 2px 5px #0003;
}

.worry_container.bye {
  border-radius: 32px 0 0 32px;
  margin-left: auto;
  margin-right: 0;
}

.arrow {
  height: 100%;
}

.nav-link {
  color: #004b25;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 16px;
  font-weight: 600;
}

.nav-link:hover {
  color: #333;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-medium, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.coach_container {
  background-color: #5c862a;
  border: 1px solid #a9ce37;
  border-radius: 32px;
  width: 300px;
  max-width: 440px;
  margin-bottom: 2rem;
  margin-left: auto;
  margin-right: auto;
  padding: 5%;
}

.coach_container.bye {
  border-radius: 32px 0 0 32px;
  margin-left: auto;
  margin-right: 0;
}

.line {
  z-index: 20;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: auto 0% -3%;
}

.link_lesson {
  text-decoration: none;
}

.content_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 80%;
  display: grid;
}

.solution_icon {
  color: #333;
  width: 24px;
  height: 24px;
  transition: opacity .2s;
}

.text_base {
  z-index: 100;
  color: #fff;
  font-weight: 700;
  position: relative;
}

.text_base.dg {
  color: #004b25;
}

.text_base.dg.size_16 {
  font-size: 16px;
}

.text_base.dg.size_16.lesson_text {
  margin-top: 0;
  line-height: 1.5;
  position: static;
}

.text_base.dg.size_16.lesson_text.margin_top5 {
  padding-top: 1rem;
}

.text_base.dg.size_16.lesson_text.size_mini {
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-size: 12px;
}

.text_base.dg.size_16.lesson_text.bye_side {
  padding: 3%;
}

.text_base.dg.size_16.sp_text {
  line-height: 1.5;
}

.text_base.dg.size_16.sp_text.yg {
  color: #a9ce37;
}

.text_base.dg.align_left {
  text-align: left;
}

.text_base.dg.align_left.padding_5 {
  padding: 0% 3%;
}

.text_base.dg.info {
  color: #fff;
  text-align: center;
  background-color: #a9ce37;
  padding: 2%;
  font-family: Inter, sans-serif;
}

.text_base.dg.centaer {
  text-align: center;
  padding: 5% 2%;
}

.text_base.key_vi {
  font-weight: 500;
}

.text_base.marigin_2 {
  margin-top: 2rem;
}

.text_base.marigin_2.color_dg {
  color: #004b25;
}

.text_base.marigin_2.color_dg.padding5 {
  text-align: left;
  padding: 5%;
}

.text_base.marigin_2.color_dg.padding5.size_16 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
}

.text_base.marigin_2.color_dg.padding5.size_16.center {
  text-align: center;
}

.margin-top, .margin-top.margin-xsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.base_text {
  color: #004b25;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
}

.base_text.centet {
  text-align: center;
}

.base_text.title {
  color: #fff;
  text-align: center;
  background-color: #004b2500;
  border-radius: 50px;
  padding: 4px 8px 0;
  font-size: 14px;
}

.base_text.content {
  text-align: center;
  padding-top: 5%;
  padding-bottom: 5%;
}

.base_text.content.title {
  width: 80%;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3%;
  padding-bottom: 3%;
}

.base_text.content.title.yellow {
  color: #004b25;
  background-color: #a9ce37;
}

.base_text.content.title.yellow.link {
  width: 100%;
  padding: 3% 40px;
  text-decoration: none;
}

.base_text.content.title.green {
  background-color: #004b25;
}

.text_12 {
  z-index: 3;
  color: #004b25;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
}

.text_12._33 {
  color: #333;
  text-align: left;
  padding-top: .75rem;
  font-size: 12px;
}

.text_12._33.center {
  text-align: center;
}

.text_concept {
  z-index: 1;
  color: #333;
  padding: 1rem 5%;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 180%;
  position: relative;
}

.menu {
  width: 80%;
}

.text-span-2 {
  font-size: 14px;
  line-height: 1.5;
}

.option_content {
  border: 2px solid #5c862a;
  margin-bottom: 1rem;
  position: relative;
}

.bg_gradient {
  text-align: center;
  background-image: repeating-radial-gradient(circle, #7eb619, #336b19);
}

.news {
  height: 80%;
  padding: 5%;
}

.link-block-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  background-color: #5d852b;
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  width: 90%;
  text-decoration: none;
  display: inline-grid;
}

.list {
  padding-left: 20px;
}

.link-block {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 150px;
  padding: 3%;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.grid2-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.top_text_area {
  position: relative;
}

.span_12 {
  font-size: 12px;
  line-height: 1;
}

.grid2-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
}

.check {
  width: 40%;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.concept_container {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000004d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 440px;
  min-height: 75svh;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  font-family: Inter, sans-serif;
  font-weight: 600;
  display: none;
  position: sticky;
  inset: auto 0%;
  overflow: scroll;
}

.section_worry {
  background-color: var(--white);
  padding: 5% 0%;
  position: relative;
}

.member_container {
  text-align: center;
  max-width: 440px;
  padding: 5%;
}

.vision {
  width: auto;
  display: block;
}

.span_keytitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

.padding-vertical, .padding-vertical.padding-medium {
  padding-left: 0;
  padding-right: 0;
}

.gb_arrow {
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
}

.grid_open {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  width: 100%;
  padding: 5%;
}

.line-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.tri_svg {
  width: 50%;
}

.tri_svg.hide {
  display: none;
}

.vision_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #dae105;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2%;
  display: block;
}

.vision_container.bye {
  background-color: #a9ce37;
}

.span_underline {
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: underline #dacd3d;
  text-decoration: underline #dacd3d;
  text-decoration-thickness: 10px;
}

.span_topline {
  text-underline-offset: -3px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: underline #a9ce37;
  text-decoration: underline #a9ce37;
  text-decoration-thickness: 10px;
}

.icon_logo {
  width: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.grid-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.text_16-copy {
  z-index: 3;
  color: #004b25;
  letter-spacing: 0;
  text-underline-offset: 3px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 180%;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  position: static;
}

.text_16-copy._33 {
  color: #333;
}

.text_16-copy.call_btn {
  line-height: 1;
}

.text_16-copy.dg {
  z-index: 3;
  color: #004b25;
}

.text_16-copy.dg.height {
  line-height: 1;
}

.text_16-copy.color_white {
  color: #fff;
}

.text_16-copy.color_white.strong {
  font-weight: 500;
}

.text_16-copy.color_white.indent {
  color: #004b25;
  letter-spacing: 1.5px;
  line-height: 1;
}

.text_16-copy.bg {
  color: #5c862a;
  font-size: 16px;
}

.icon_tri {
  transform: rotate(90deg);
}

.solution_content_btn {
  color: #333;
  border: 1px solid #a9ce37;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2%;
}

.solution_content_btn:hover {
  transform: translate(0, -1px);
  box-shadow: 2px 2px 5px #0003;
}

.solution_content_btn:active {
  transform: translate(0);
}

.image_solution {
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.span_subtitle {
  letter-spacing: 0;
  font-size: 14px;
}

.solution_content {
  z-index: 10;
  border: 1px #a9ce37;
  border-radius: 0;
  margin-bottom: 2rem;
  padding: 2%;
  position: relative;
}

.span_asu {
  font-size: 11px;
}

.text-span-9 {
  font-size: 10px;
}

.span_yy {
  color: #a9ce37;
  font-size: 14px;
}

.span_underdot {
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: underline dotted #008742;
  text-decoration: underline dotted #008742;
  text-decoration-thickness: 1px;
}

.time_back {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px solid #a9ce37;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 5%;
  display: grid;
}

.time_back.mni {
  padding-top: 13%;
  padding-bottom: 12%;
}

.staff_image {
  background-image: url('../images/staff_shouno.webp');
  background-position: 50%;
  background-size: cover;
  border: 5px solid #a9ce37;
  border-radius: 200px;
  width: 200px;
  height: 200px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px #0003;
}

.staff_image.mizukami {
  background-image: url('../images/staff_mizukami.webp');
}

.staff_image.moriuti {
  background-image: url('../images/staff_moriuti.webp');
}

.staff_image.toujyo {
  background-image: url('../images/staff_toujyou.webp');
}

.staff_image.nakada {
  background-image: url('../images/staff_malada.webp');
}

.staff_image.sogawa {
  background-image: url('../images/staff-sogawa.webp');
}

.staff_image.mori {
  background-image: url('../images/hajime.webp');
}

.mask {
  overflow: hidden;
}

.slider {
  background-color: #ddd0;
  height: 100%;
}

.heading-5 {
  color: #fff;
  margin-top: 10px;
  font-family: Pacifico, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.info_box {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 2px solid #a9ce37;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: .5rem;
  display: grid;
  overflow: hidden;
}

.info_box.badminton {
  display: block;
}

.text-block-8 {
  text-align: center;
}

.link-block-3 {
  text-decoration: none;
  display: block;
}

.link-block-cp {
  text-decoration: none;
}

.text-span-10 {
  font-size: 16px;
}

.container-pickleball {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.brand-2 {
  text-align: center;
}

.brand-2.w--current {
  height: 100%;
  display: flex;
}

.image-4 {
  vertical-align: middle;
  margin-left: 10px;
  padding-left: .125rem;
  padding-right: .125rem;
}

.nav-menu-2 {
  margin-left: auto;
}

.nav_link {
  color: #fff;
  background-color: #2eae37;
}

.nav-link-tel {
  color: #fff;
  background-color: #ef5958;
}

.nav-link-tel.w--current {
  color: #fff;
  text-decoration: none;
}

.link-block-tel {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
}

.cta_button {
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 15%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta_button.cta_tel {
  background-color: #ef5858;
  border: 4px #cd3e3e;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2.25rem;
  display: flex;
  box-shadow: 3px 3px #cd3e3e;
}

.cta_button.cta_mail {
  background-color: #15bf1d;
  border: 4px #3c9e32;
  padding-top: 2.25rem;
  box-shadow: 3px 3px #3c9e32;
}

.cta_button-box-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta_button-text_box {
  padding: 1.5rem 1rem;
}

.cta_button-text-2 {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
}

.mv_button {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: -20px auto auto 45%;
  transform: translate(-50%);
}

.cta_button-text-wrapper-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.icon-1x1-small {
  width: 1.5rem;
  height: 1.5rem;
}

.cta_button-text-wrapper-mini {
  grid-column-gap: .25rem;
  grid-row-gap: 0rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0% 50% 50%;
  transform: translate(-50%, -50%);
}

.cta_button-text-mini {
  color: #15bf1d;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  padding: .125rem .5rem;
  font-size: .85rem;
  font-weight: 700;
  position: absolute;
  box-shadow: 1px 1px 1px #0003;
}

.cta_button-text-mini.text-red {
  color: #f05857;
  padding: .125rem .5rem;
}

.bg_pickle1 {
  background-color: #fff;
  background-image: linear-gradient(#fffc, #fffc), url('../images/3.png');
  background-position: 0 0, 50%;
  background-size: auto, contain;
  border: 1px solid #a9ce37;
  border-bottom-right-radius: 40px;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

.bg_pickle1.padding_none {
  padding-left: 0%;
  padding-right: 0%;
}

.bg_pikle2 {
  background-color: #fff;
  background-image: linear-gradient(#fffc, #fffc), url('../images/2.png');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  border: 1px solid #a9ce37;
  border-bottom-right-radius: 40px;
  padding-bottom: 3%;
  padding-left: 3%;
  padding-right: 3%;
}

.bg_pikle2.padding_none {
  padding-left: 0%;
  padding-right: 0%;
}

.call_box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 5%;
  display: block;
}

.link-block-4 {
  width: 100%;
  text-decoration: none;
}

.code-embed {
  padding-top: 5%;
}

.grid_open-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-bottom: 1rem;
  padding: 5%;
}

.cta_button-box-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .h1_title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 700;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .brand {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .top_logo {
    padding: 10px;
    display: block;
  }

  .navbar {
    background-color: #fff;
  }

  .bg_star {
    opacity: .45;
    padding-top: 1.75rem;
    padding-left: 1rem;
    padding-right: .5rem;
  }

  .footer5_credit-text {
    margin-left: auto;
    margin-right: auto;
  }

  .footer5_bottom-wrapper {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section_top {
    background-color: #a9ce37;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .top_text_area {
    position: relative;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .container-pickleball {
    width: 100%;
    max-width: 100%;
  }

  .menu-button {
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .yy_back.price {
    padding-bottom: 3%;
  }

  .h1_title {
    position: static;
  }

  .footer5_credit-text {
    margin-top: 1rem;
  }

  .footer5_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .image_solution {
    padding-bottom: 3%;
  }

  .span_subtitle {
    letter-spacing: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
  }

  .solution_content {
    border-style: none;
    border-radius: 0;
  }

  .container-pickleball {
    max-width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .keycontent_base {
    width: 8rem;
    height: 8rem;
  }

  .container-4 {
    text-align: center;
    background-color: #fff;
    padding: 3%;
    position: absolute;
    overflow: visible;
  }

  .class_title_box.outline {
    padding-left: 3%;
    padding-right: 3%;
  }

  .key_visual {
    height: 16rem;
  }

  .span_16 {
    font-size: 4vw;
  }

  .grid-3 {
    grid-template-columns: 5% 1fr;
  }

  .grid2.upside {
    inset: 0% 0% auto;
  }

  .key_textarea {
    padding: 3%;
  }

  .text_14.bg {
    font-size: 12px;
  }

  .h3_title {
    font-size: 5.5vw;
  }

  .h3_title.strong_title {
    font-size: 24px;
  }

  .span_32 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .bg_white_mini {
    width: 100%;
    padding: 10% 2%;
  }

  .grid3-2 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .h1_title {
    margin-left: 0;
    margin-right: auto;
    display: inline-block;
  }

  .text_bg_join {
    font-size: 80px;
  }

  .text_container {
    text-align: left;
    width: 85%;
    padding-right: 0%;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .footer_component.background-color-yellow {
    max-width: 100%;
  }

  .vision_image {
    width: 9.5rem;
    height: 9.5rem;
    left: 0%;
  }

  .vision_image.yg {
    right: 0%;
  }

  .text_32 {
    margin-bottom: 0;
    font-size: 24px;
  }

  .top_logo {
    display: block;
  }

  .title_container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .solution_container {
    border-width: 1px;
    border-radius: 8px;
    width: 100%;
    height: auto;
    padding: 2%;
  }

  .solution_container.title {
    background-color: #004b25;
  }

  .keycontent_box {
    height: auto;
    min-height: 250px;
    padding-bottom: 0%;
  }

  .mobile_wrappper {
    max-width: 395px;
    overflow: hidden;
  }

  .grid1_2 {
    height: auto;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section_price {
    padding-left: 3%;
    padding-right: 3%;
  }

  .h6_titile.color_green.gothic {
    font-size: 5vw;
  }

  .h1_concept {
    font-size: 8vw;
    line-height: 199%;
  }

  .section_news {
    width: 98%;
  }

  .grid3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center;
    width: 95%;
    padding-bottom: 2rem;
    display: grid;
  }

  .grid3.moobile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section_features {
    padding-top: 5%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .grid-2 {
    grid-template-columns: 20% 1fr;
  }

  .text_16.call_btn {
    text-align: center;
  }

  .text_16.bold {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: 700;
  }

  .text_16.bold.bg.obi {
    width: 80%;
  }

  .bg_gradient_wide {
    place-items: center;
    margin-bottom: .5rem;
    padding: 2%;
    overflow: visible;
  }

  .bg_white_wide {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 100%;
    padding: 2%;
  }

  .bg_white_wide.bye_side {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 2%;
  }

  .lesson {
    display: none;
  }

  .bg_gradient_mini {
    height: auto;
    padding: 2%;
  }

  .section_top {
    background-color: #fff;
  }

  .key_container {
    height: 8rem;
  }

  .container-large {
    max-width: 100rem;
  }

  .padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .section_coach {
    margin-bottom: 2rem;
  }

  .worry_container {
    width: 97%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .coach_container {
    width: 98%;
  }

  .content_grid {
    width: 100%;
  }

  .solution_icon {
    width: 16px;
    height: 16px;
  }

  .text_base {
    font-size: 3vw;
  }

  .text_base.dg.size_16.lesson_text {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
  }

  .text_base.dg.size_16.lesson_text.margin_top5 {
    padding-top: 1.25rem;
  }

  .text_base.dg.size_16.sp_text {
    line-height: 2;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .base_text {
    display: inline-flex;
  }

  .base_text.centet {
    margin-top: 0;
    font-size: 5vw;
  }

  .base_text.title {
    color: #fff;
    background-color: #004b25;
    border-radius: 32px;
    padding: 5px 10px;
    font-size: 11px;
  }

  .base_text.content {
    color: #fff;
    padding: 5% 4%;
    display: block;
  }

  .base_text.content.title {
    display: none;
  }

  .base_text.content.title.yellow.link, .base_text.content.title.green {
    display: block;
  }

  .text_concept {
    font-size: 14px;
    font-weight: 600;
  }

  .link-block-2 {
    width: 200px;
  }

  .span_12 {
    text-align: center;
    font-size: 2.5vw;
  }

  .grid2-3 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .check {
    width: 100%;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .concept_container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .member_container {
    padding-left: 0%;
    padding-right: 0%;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .grid_open {
    grid-template-columns: 15% 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .tri_svg {
    width: 35%;
  }

  .text-span-7 {
    text-decoration: underline;
  }

  .text-span-8 {
    text-underline-offset: 2px;
    -webkit-text-decoration: underline dotted #fff;
    text-decoration: underline dotted #fff;
  }

  .staff_image.mori {
    background-image: url('../images/bad_02.webp');
  }

  .staff_image.hajime {
    background-image: url('../images/hajime.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .staff_image.hiramatsu {
    background-image: url('../images/hiramatsu_hp.jpg');
  }

  .icon, .icon-2 {
    display: none;
  }

  .link-block-cp {
    display: block;
  }

  .hajime {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
    background-position: 0 0;
    background-size: auto;
  }

  .menu-button {
    margin-left: auto;
  }

  .cta_button.cta_tel {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 2.25rem;
  }

  .cta_button.cta_mail {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 2.25rem;
    padding-bottom: 0;
  }

  .cta_button-box-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cta_button-text_box {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .cta_button-text-2 {
    font-family: Noto Sans JP, sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
  }

  .mv_button {
    margin-left: auto;
    margin-right: auto;
    bottom: 1%;
  }

  .cta_button-text-wrapper-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .cta_button-text-wrapper-mini {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .cta_button-text-mini {
    font-family: Noto Sans JP, sans-serif;
    font-size: .8rem;
    font-weight: 500;
  }

  .grid_open-2 {
    grid-template-columns: 15% 1fr;
    padding-left: 0%;
    padding-right: 0%;
  }

  .cta_button-box-3 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

#w-node-_201ef268-04e0-ed64-8a38-25ff96a765ab-680c6f0b {
  place-self: center;
}

#w-node-_201ef268-04e0-ed64-8a38-25ff96a765ac-680c6f0b {
  place-self: center;
}

#w-node-a2a3f8fd-2357-e7b6-2566-2fcbef96c749-680c6f0b, #w-node-a2a3f8fd-2357-e7b6-2566-2fcbef96c74a-680c6f0b {
  place-self: center;
}

#w-node-a2a3f8fd-2357-e7b6-2566-2fcbef96c74f-680c6f0b, #w-node-a2a3f8fd-2357-e7b6-2566-2fcbef96c754-680c6f0b, #w-node-a2a3f8fd-2357-e7b6-2566-2fcbef96c759-680c6f0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a2a3f8fd-2357-e7b6-2566-2fcbef96c76a-680c6f0b {
  place-self: end center;
}

#w-node-_8e96c0db-2c1a-085b-9851-53c35faf67f8-680c6f0b, #w-node-_04969df9-01e8-a66c-01cc-f39f4dd28723-680c6f0b, #w-node-caaac883-ed91-d71b-cb48-cb7501c2803f-680c6f0b, #w-node-_9f0ba7f3-4f7c-9faa-8d69-1e6c0e657e8d-680c6f0b, #w-node-_87139706-1e6d-a4cf-b946-b405c6927cd8-680c6f0b, #w-node-e3a5882b-d69d-c539-e838-77ce51e10f64-680c6f0b {
  place-self: center;
}

#w-node-d77c5265-b7da-c8f5-447e-776349a2c948-680c6f0b {
  place-self: stretch;
}

#w-node-d77c5265-b7da-c8f5-447e-776349a2c949-680c6f0b {
  align-self: center;
}

#w-node-ad18207d-9f09-0f59-77da-1d89b0d832a8-680c6f0b {
  place-self: stretch;
}

#w-node-ad18207d-9f09-0f59-77da-1d89b0d832a9-680c6f0b {
  align-self: center;
}

#w-node-_9f5dc2b4-fdb5-ad0a-1f0b-2b4b5c25829e-680c6f0b {
  place-self: stretch;
}

#w-node-_9f5dc2b4-fdb5-ad0a-1f0b-2b4b5c25829f-680c6f0b {
  align-self: center;
}

#w-node-_24b73673-daf6-7300-cc44-b0f00748e7d4-680c6f0b {
  place-self: stretch;
}

#w-node-_24b73673-daf6-7300-cc44-b0f00748e7d5-680c6f0b {
  align-self: center;
}

#w-node-a01c5cff-5947-f5fa-7a61-9e3e21d5142c-680c6f0b {
  place-self: stretch;
}

#w-node-a01c5cff-5947-f5fa-7a61-9e3e21d5142d-680c6f0b {
  align-self: center;
}

#w-node-_03e45d2e-7868-8a1a-9771-59b0130039e7-680c6f0b {
  place-self: stretch;
}

#w-node-_03e45d2e-7868-8a1a-9771-59b0130039e8-680c6f0b {
  align-self: center;
}

#w-node-a696c9c1-b9cb-a15f-44eb-7c0cacc981a6-680c6f0b {
  place-self: stretch;
}

#w-node-a696c9c1-b9cb-a15f-44eb-7c0cacc981a7-680c6f0b {
  align-self: center;
}

#w-node-_1e78f793-bc26-f5da-51b6-efc2bf73ea8f-680c6f0b {
  place-self: stretch;
}

#w-node-_1e78f793-bc26-f5da-51b6-efc2bf73ea90-680c6f0b {
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-a2a3f8fd-2357-e7b6-2566-2fcbef96cc0a-680c6f0b {
    grid-area: 4 / 1 / 5 / 2;
  }
}


