@charset "UTF-8";

/* education */
/* 共通 */
html {
  scroll-behavior: auto;
}
body {
  color: #333;
}
.l-wrapper-inner {
  overflow: hidden;
}

/* コンポーネント ---------*/
.section-catch {
  display: inline-block;
  background-color: #39B54A;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 8px 40px;
  margin-bottom: 15px;
  position: relative;
}
.section-catch::before,
.section-catch::after {
  content: '';
  display: block;
  background-image: url(../../../common/img/education/deco_giza-green.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 47px;
  width: 50px;
  position: absolute;
}
.section-catch::before {
  top: 0;
  left: -12px;
}
.section-catch::after {
  top: 0;
  right: -12px;
  transform: scaleX(-1);}
.section-title  {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 35px;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
.section-catch-image {
  width: 24%;
  margin: 0 auto 20px;
}
.link-button__text {
  font-size: 1.6rem;
  margin-bottom: 35px;
}
.link-button__catch {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

/* リンクボタン */
.link-button {
  width: 335px;
  color: #333;
  background-color: #fff;
  font-weight: bold;
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border: 4px solid #333;
  border-radius: 30px;
  overflow: hidden;
  background: url(../../../common/img/education/button_img_effect.png);
  background-repeat: no-repeat;
  background-size: 285% auto;
  background-position: left center;
  transition: background-position 0.4s ease;
}
@media (hover: hover) {
  .link-button:hover {
    color: #fff;
    background-position: right center;
  }
}
.intro,.point,
.guide,.dojo,
.recipe,.class,
.cutters {
  text-align: center;
  padding: 100px 0 100px;
}

/* header ---------*/
.l-header.hide {
  transform: translateY(0px);
}
.l-header-btn {
  display: none;
}
.l-header-catch {
  display: none;
}
.l-header-box::after {
  font-weight: bold;
  padding-top: 4px;
}

/* mv ---------*/
.mv {
  display: flex;
  gap: 52px;
  justify-content: center;
  background-image: url(../../../common/img/education/mv_bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  align-items: center;
  padding: 50px 0 80px;
  position: relative;
}
.mv::before {
  content: '';
  display: block;
  width: 10%;
  height: 200px;
  background-image: url(../../../common/img/education/mv_img_ninja.webp);
  position: absolute;
  bottom: 10px;
  right: 10%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.mv::after {
  content: '';
  display: block;
  width: 100%;
  height: 80px;
  background-image: url(../../../common/img/education/img_wave-w.webp);
  position: absolute;
  bottom: -2px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2;
}
.mv__img {
  width: 45%;
  margin-left: -7%;
}
.mv__title {
  width: 27%;
}

/* intro ---------*/
.intro {
  position: relative;
}
.intro::after {
  content: '';
  display: block;
  width: 100%;
  height: 70px;
  background-image: url(../../../common/img/education/img_wave-b.webp);
  position: absolute;
  bottom: -1px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.intro__catch {
  font-size: 2rem;
  font-weight: bold;
  width: 300px;
  background-color: #FFD200;
  padding: 8px 0;
  margin: 0 auto 40px;
  border-radius: 30px;
}
.intro__title {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
}
.intro__text {
  margin-bottom: 100px;

  position: relative;
}
.intro__text::before,
.intro__text::after {
  content: "";
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.intro__text::before {
  width: 40%;
  height: 480px;
  background-image: url("../../../common/img/education/intro_img_double.webp");
  top: -300px;
  left: -185px;
}
.intro__text::after {
  width: 42%;
  height: 420px;
  background-image: url("../../../common/img/education/intro_img_single.webp");
  top: -275px;
  right: -210px;
}
.contents__catch {
  color: #39B54A;
  font-size: 3.2rem;
  font-family: Lato;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 10px;
}
.contents__list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.contents__list-item {
  font-size: 1.6rem;
  width: 230px;
  font-weight: bold;
  line-height: 1.5;
  background-color: #FFD200;
  border-radius: 20px;
  padding: 15px 10px 37px;
  position: relative;
  transition: .2s ;
}
.contents__list-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.contents__list-item:last-child::before {
  content: "";
  display: block;
  height: 1em;
}
.contents__list-item::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../../../common/img/education/page-link_icon.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 13px;
  transition: .3s ease;
}
@media (hover: hover) {
  .contents__list-item:hover {
    color: #fff;
    background-color: #39B54A;
  }
  .contents__list-item:hover::after {
    background-color: #39B54A;
    bottom: 8px;
  }
}

/* point--------- */
.point {
  background-color: #EAEEF1;
}
.point__container {
  background-color: #fff;
  border: solid 10px #FFD200;
  border-radius: 20px;
  padding: 30px;
}
.point__title-unit {
  background-color: #FFD200;
  border-radius: 20px;
  padding: 20px 0;
  margin-bottom: 15px;
  position: relative;
}
.point__title-unit::before,
.point__title-unit::after {
  content: "";
  display: block;
  width: 80px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.point__title-unit::before {
  background-image: url(../../../common/img/education/point_img_ninja-b.webp);
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.point__title-unit::after {
  background-image: url(../../../common/img/education/point_img_ninja-g.webp);
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
}
.point__title {
  margin-bottom: 0;
}
.point__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0;
  border-bottom: dashed 4px #EAEEF1;
  gap: 20px;
}
.point__list-item:last-child {
  border-bottom: none;
}
.point__number {
  width: 10%;
}
.point__text {
  width: 40%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.point__image {
  width: 15%;
}

/* guide ---------*/
.guide {
  background-color: #FFD200;
  background-image: url(../../../common/img/education/guide_bg.svg);
  background-size: 140px 140px;
  background-repeat: repeat;
  background-position: center;
}
.guide__kouza-unit {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-bottom: 35px;
}
.guide__kouza {
  width: 20%;
}

/* dojo ---------*/
.dojo {
  background-color: #FFF6CC;
  background-image: url(../../../common/img/education/dojo_bg.svg);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
}
.dojo__catch-image {
  margin-bottom: 40px;
}
.dojo__kouza-unit {
  display: flex;
  justify-content: center;
  gap: 23px;
  margin-bottom: 35px;
}
.dojo__course {
  display: block;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .dojo {
    background-size: 270%;
  }
  .dojo__kouza-unit {
    display: flex;
    justify-content: center;
    gap: 23px;
    margin-bottom: 35px;
    flex-direction: column;
    align-items: center;
  }
  .dojo__course {
    width: 200px;
  }
}

/* recipe ---------*/
.recipe {
  background-color: #FFD200;
  position: relative;
}
.recipe::before,
.recipe::after,
.bg__ninja-img::before {
  content: "";
  display: block;
  width: 290px;
  height: 360px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}
.recipe::before {
  background-image: url("../../../common/img/education/recipe_img_ninja-g.webp");
  top: 22%;
  left: 50%;
    transform: translateX(-770px);
}
.recipe::after {
  background-image: url("../../../common/img/education/recipe_img_ninja-b.webp");
  top: 48%;
  right: 50%;
    transform: translateX( 770px);
}
.bg__ninja-img {
  position: relative;
}
.bg__ninja-img::before {
  background-image: url("../../../common/img/education/recipe_img_ninja-y.webp");
  top: -700px;
  left: -770px;
}
.recipe__catch-image {
  width: 22%;
  max-width: 330px;
}
.recipe .slider {
  position: relative;
}
.recipe-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #333;
  padding: 15px 0;
  border-radius: 10px;
  position: relative;
  margin-bottom: 20px;
}
.recipe-title::before,
.recipe-title::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: #FFD200;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.recipe-title::before {
  left: 20px;
}
.recipe-title::after {
  right: 20px;
}
.recipe-text {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

/* recipe swiper */
.recipe .swiper {
  margin-bottom: 80px;
  position: relative;
  max-width: 900px;
}
.recipe .slider-title {
  margin-bottom: 30px;
}
.recipe .swiper-slide {
  background-color: #fff;
  border: solid 3px #333;
  border-radius: 20px;
  padding: 20px 18px 40px;
  transition: .3s;
}
.item__image {
  margin-bottom: 15px;
}
.item__title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
  margin-top: 20px;
  margin-bottom: 10px;
  transition: .3s;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}
.slider-button-unit {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.button-prev,
.button-next {
  width: 40px;
  height: 40px;
  background-image: url('../../../common/img/education/pagenation-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: background-image 0.3s;
}
.button-next {
  transform: scaleX(-1);
}
@media (hover: hover) {
  .recipe .swiper-slide:hover {
    background-color: #39B54A;
  }
  .recipe .swiper-slide:hover .item__title {
    color: #fff;
  }
  .recipe .swiper-slide:hover::before {
    background-color: #fff;
  }
  .recipe .swiper-slide:hover::after {
    border-top-color: #fff;
    border-right-color: #fff;
  }
  .button-prev:hover,
  .button-next:hover {
    background-image: url('../../../common/img/education/pagenation-icon_hover.svg');
  }
}

/* ---レシピ矢印-- */
.swiper-slide.slide--recipe {
  position: relative;
  display: block;
  padding-bottom: 40px;
}
.arrow-btn {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 26px;
  overflow: hidden;
}
.arrow-img {
  display: block;
  width: 52px;
  height: 26px;
  background: url("../../../common/img/education/link_arrow_bw.svg") no-repeat -26px 0;
  transition: background-position 0.3s ease;
}
@media (hover: hover) {
  .swiper-slide.slide--recipe:hover .arrow-img {
    background-position: 0 0;
  }
}

/* class ---------*/
.class {
  background-image:
    repeating-radial-gradient(
      circle,
      #FFF6CC 0,
      #FFF6CC 2px,
      transparent 2px,
      transparent 12px
    ),repeating-radial-gradient(
      circle,
      #FFF6CC 0,
      #FFF6CC 2px,
      transparent 2px,
      transparent 12px
    );
  background-position: 0 0, 6px 6px;
  background-size: 12px 12px;
}
.class__catch-image {
  width: 33%;
}
.class__title{
  margin-bottom: 20px;
}
.class__text{
  margin-bottom: 40px;
}
.period {
  color: #fff;
  background-color: #333;
  font-size: 2.4rem;
  font-weight: bold;
  border-radius: 30px;
  margin-bottom: 35px;
}
.period__title {
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.period__text {
  margin-bottom: 25px;
}
.class-timetable {
  font-family: lato;
  font-size: 3.2rem;
  font-weight: bold;
  font-style: italic;
  position: relative;
}
.class-timetable::after {
  content: "";
  display: block;
  width: 80px;
  border-bottom: 8px solid #FFD200;
  margin: 0 auto 20px;
}
.class-image {
    margin-bottom: 25px;
}
.class-summary {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 25px;
}
.class-details {
  text-align: start;
}
.period__class-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.class-unit {
  width: 46%;
  margin-bottom: 55px;
}
.class__arrow {
  position: relative;
}
.class__arrow::after {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border-right: 8px solid #FFD200;
  border-bottom: 8px solid #FFD200;
  position: absolute;
  top: 50%;
  right: -10.5%;
  transform: translateY(-50%) rotate(-45deg);
}
.class__arrow--left::before {
  content: '';
  display: block;
  width: 28px;
  height: 28px;
  border-right: 8px solid #FFD200;
  border-bottom: 8px solid #FFD200;
  position: absolute;
  top: 50%;
  left: -14%;
  transform: translateY(-50%) rotate(-45deg);
}
.period__more-link {
  margin-bottom: 40px;
}
.period__more-link a{
  color: #39B54A;
  border-bottom: solid 1px #39B54A;
}

/* cutters ---------*/
.cutters {
  width: 100%;
  height: 100%;
  padding: 100px 0 200px;
  background-color: #FFF6CC;
  background-image:
    repeating-linear-gradient(
      0deg,
      #FFFBE6,
      #FFFBE6 5px,
      transparent 1px,
      transparent 45px
    ),
    repeating-linear-gradient(
      90deg,
      #FFFBE6,
      #FFFBE6 5px,
      transparent 1px,
      transparent 45px
    );
}
.cutters-text {
  margin-bottom: 60px;
}
.slider-catch {
  margin-bottom: 15px;
}
.cutters__catch-image {
  width: 10.8%;
  margin-bottom: 35px;
  max-width: 240px;
}
.cutters .slider-title {
  display: inline-block;
  color: #333;
  background-color: #FFD200;
  border-radius: 0px;
  padding: 0px 15px;
}
.slider-title {
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #333;
  padding: 15px 0;
  border-radius: 10px;
  position: relative;
  line-height: 1.5;
}
.cutters .slider-title::before,
.cutters .slider-title::after {
  display: none;
}
.cutters .cutters__slash-deco {
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
}
.cutters .cutters__slash-deco::before,
.cutters .cutters__slash-deco::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 25px;
  height: 2px;
  background: #333;
}
.cutters__slash-deco::before {
  left: -35px;
  transform: translateY(-50%) rotate(50deg);
}
.cutters__slash-deco::after {
  right: -35px;
  transform: translateY(-50%) rotate(-50deg);
}

/* cutters swiper */
.cutters .swiper {
  margin-bottom: 80px;
  position: relative;
  max-width: 950px;
}
.cutters .slider-title {
  margin-bottom: 30px;
}
.cutters .swiper-slide {
  width: 280px;
  background-color: #fff;
  border: solid 3px #333;
  border-radius: 20px;
  padding: 20px 18px;
  transition: .2s;
  height: auto;
  cursor: pointer;
}
.cutters__swiper-itemunit {
  height: 100%;
}
.cutters .swiper-slide img {
  border-radius: 20px;
}
.cutters .item__image {
  margin-bottom: 15px;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 20px;
}
.detail-link {
  font-size: 1.2rem;
  margin-top: 5px;
  padding-bottom: 5px;
  position: relative;
  color: inherit;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
}
.detail-link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  transform: translateX(calc(-100% - 16px));
  transition: transform 0.2s ease;
}
.detail-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #FFD200;
  transform: translateX(0);
  transition: transform 0.3s ease;
}
@media (hover: hover) {
  .swiper-slide:hover .detail-link::before {
    transform: translateX(0);
  }
  .swiper-slide:hover .detail-link::after {
    transform: translateX(calc(100% + 16px));
  }
  .cutters .swiper-slide:hover {
    background-color: #FFD200;
  }
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}
.slider-button-unit {
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 20px;
}
.button-prev,
.button-next {
  width: 40px;
  height: 40px;
  background-image: url('../../../common/img/education/pagenation-icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  transition: background-image 0.3s;
}
@media (hover: hover) {
  .button-prev:hover,
  .button-next:hover {
    background-image: url('../../../common/img/education/pagenation-icon_hover.svg');
  }
  .button-next {
    transform: scaleX(-1);
  }
}

/* ---レシピ矢印-- */
.link-button{
  position: relative;
}
.link-button .arrow-btn {
  position: absolute;
  bottom: 10px;
  left: calc(100% - 40px);
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  overflow: hidden;
}
.link-button .arrow-img {
  display: block;
  width: 52px;
  height: 26px;
  background: url("../../../common/img/education/link_arrow_bw.svg") no-repeat -26px 0;
  transition: background-position 0.3s ease;
}
@media (hover: hover) {
  .link-button:hover .arrow-img {
    background-position: 0 0;
  }
}

/* modal---------- */
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  z-index: 9998;
  display: flex;
  text-align: center;
}
.modal__image {
  width: 490px;
  display: block;
  margin: 0 auto;
}
.modal__title {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin: 20px 0 12px;
}
.modal__item-text {
  margin-bottom: 30px;
  text-align: left;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 9999;
}
.modal-content {
  position: fixed;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  width: 740px;
  background-color: #fff;
  padding: 80px 50px 40px;
  box-sizing: border-box;
  border: solid 4px #333;
  border-radius: 20px;
  overflow-y: auto;
  z-index: 10000;
  max-height: 90vh;
  overflow-y: auto;
}

/* 閉じるボタン */
.modal-close {
  position: absolute;
  top: 30px;
  right: 30px;
  content: '';
  display: block;
  background-image: url(../../../common/img/education/modal_icon_close.svg);
  height: 40px;
  width: 40px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1020;
  transition: .3s;
}
@media (hover: hover) {
  .modal-close:hover {
    background-image: url(../../../common/img/education/modal_icon_close-hover.svg);
  }
}

/* footer-education */
#education + .l-footer {
    margin-top: 0;
}
.l-footer-test {
	background-color: #000;
	color: #fff;
	padding: 150px 0;
	text-align: center;
}
#footer {
  scroll-margin-top: 100px;
}
.footer-education {
  padding-top: 70px;
  padding-bottom: 0px;

}
.contact {
  text-align: center;
}
.footer-education .tsukuruto-logo {
  width: 137px;
  margin: 0 auto 30px;
  transition: .3s;
}
.footer-education .l-footer-top {
  bottom: 300px;
  right: 50px;
}
.footer-education__bottom-belt {
  padding: 45px 0;
  background-color: #333;
  position: relative;
}
.footer-education__bottom-belt::after {
  content: "";
  display: block;
  width: 100px;
  height: 120px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -120px;
  right: 20px;
  background-image: url("../../../common/img/education/footer-education_img_ninja.webp");
}
.footer-education .l-bottom-link__corporate-link {
  transition: .3s;
}
@media (hover: hover) {
  .footer-education .tsukuruto-logo:hover {
    opacity: 0.5;
  }
  .footer-education .l-bottom-link__corporate-link:hover {
    opacity: 0.5;
  }
  .l-footer-top .icon-arrow:hover::before {
    background-color: #333;
  }
}


/*/////////////////
Media Query
/////////////////*/
@media screen and (max-width: 1099px) {
  /* point--------- */
  .point__title-unit::before {
    left: 1%;
  }
  .point__title-unit::after {
    right: 1%;
  }
}
@media screen and (max-width: 1000px) {
  /* recipe ---------*/
  .recipe::before,
  .recipe::after,
  .bg__ninja-img::before {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .l-wrapper {
    padding-top: 70px;
  }
  .l-header-tagline {
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.6rem;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
  }
  .l-header-box::after {
    line-height: 1.4;
    font-size: 1.2rem;
    content: "親子で楽しむ\A工作サイト";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%);
    white-space: pre;
  }
}
@media screen and (max-width: 767px) {
  /* コンポーネント ---------*/
  .section-catch::before,
  .section-catch::after {
    height: 44px;
  }
  .section-catch.section-catch--twoline::before {
    left: -18px;
  }
  .section-catch.section-catch--twoline::after {
    right: -18px;
  }
  .section-catch.section-catch--twoline::before,
  .section-catch.section-catch--twoline::after {
    height: 72px;
  }

  /* リンクボタン */
  .section-catch {
    font-size: 1.6rem;
    padding: 8px 15px;
  }
  .section-catch.section-catch--line2 {
    font-size: 1.6rem;
    padding: 18px 15px;
  }
  .section-title  {
    font-size: 2.2rem;
  }
  .section-catch-image {
    width: 240px;
    margin: 0 auto 20px;
  }
  .link-button {
    width: 100%;
  }
  .intro,.point,
  .guide,.dojo,
  .recipe,.class,
  .cutters {
    padding: 70px 0 70px;
  }

  /* mv ---------*/
  .mv {
    padding: 10px 0 80px;
    flex-direction: column;
    gap: 0px;
  }
  .mv::before {
    width: 100px;
    bottom: 0px;
    right: -30px;
  }
  .mv::after {
    width: 400%;
  }
  .mv__img {
    width: 95%;
    margin-left: 0;
  }
  .mv__title {
    width: 69%;
  }

  /* intro ---------*/
  .intro::after {
    width: 400%;
  }
  .intro__title {
    font-size: 2rem;
    margin-bottom: 40px;
  }
  .intro__text {
    margin-bottom: 330px;
  }
  .intro__text::before {
    width: 195px;
    height: 240px;
    background-image: url("../../../common/img/education/intro_img_double.webp");
    top: 310px;
    left: calc(50% - 215px);
  }
  .intro__text::after {
    width: 210px;
    height: 210px;
    background-image: url("../../../common/img/education/intro_img_single.webp");
    top: 320px;
    left: calc(50% + 10px);
  }
  .contents__catch {
    font-size: 2.8rem;
  }
  .contents__list {
    padding: 10px;
    gap: 10px;
  }
  .contents__list-item {
    width: 100%;
  }

  /* point--------- */
  .point__container {
    padding: 140px 20px 30px 20px;
  }
  .point__title-unit::before {
    background-image: url(../../../common/img/education/point_img_ninja-b.webp);
    top: -105px;
    left: 20px;
    transform: translateY(0%);
  }
  .point__title-unit::after {
    background-image: url(../../../common/img/education/point_img_ninja-g.webp);
    top: -105px;
    right: 20px;
    transform: translateY(0%);
  }
  .point__list-item {
    flex-direction: column;
    padding: 10px 0 20px;
    gap: 0px;
  }
  .point__number {
    width: 107px;
  }
  .point__text {
    width: 100%;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .point__image {
    width: 150px;
  }

  /* guide ---------*/
  .guide__kouza-unit {
    flex-direction: column;
    gap: 15px;
    margin-bottom: 35px;
    align-items: center;
  }
  .guide__kouza {
    width: 200px;
  }

  /* dojo ---------*/
  .dojo {
    background-size: 270%;
  }
  .dojo__kouza-unit {
    display: flex;
    justify-content: center;
    gap: 23px;
    margin-bottom: 35px;
    flex-direction: column;
    align-items: center;
  }
  .dojo__course {
    width: 200px;
  }

  /* recipe ---------*/
  .recipe__catch-image {
    width: 248px;
  }
  .recipe-title {
    font-size: 2rem;
    padding: 15px 50px;
    line-height: 1.5;
  }
  .recipe .swiper-slide {
    width: 80%;
  }

  /* class ---------*/
  .class__catch-image {
    width: 265px;
  }
  .period__title {
    font-size: 2rem;
  }
  .period__text {
    margin-bottom: 25px;
  }
  .period__class-container {
  flex-direction: column;
  }
  .class-unit {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 100px;
    position: relative;
  }
  .class-unit:not(:last-child)::after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    border-right: 8px solid #FFD200;
    border-bottom: 8px solid #FFD200;
    position: absolute;
    top: calc(100% + 15px);
    right: 50%;
    transform: translate(50%, 50%) rotate(45deg);
  }
  .class__arrow--left::before {
    display: none;
  }
  .class-summary {
    font-size: 1.8rem;
  }
  .class-timetable {
    font-size: 2.8rem;
  }
  .class__arrow::after {
    display: none;
  }

  /* cutters ---------*/
  .cutters {
    padding: 70px 0 140px;
  }
  .cutters__catch-image {
    width: 108px;
    margin-bottom: 35px;
  }
  .slider-title {
    font-size: 2rem;
  }
  .cutters .slider-title {
    display: block;
  }
  .cutters .swiper-slide {
    width: 80%;
  }

  /* modal---------- */
  .modal-content {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 60px 15px 40px;
  }
  .modal__image {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
  }

  /* footer-education----- */
  .footer-education .l-footer-top {
    bottom: 260px;
    right: 0px;
  }
  .footer-education__bottom-belt::after {
    width: 70px;
    height: 85px;
    top: -83px;
    right: -12px;
    background-image: url("../../../common/img/education/footer-education_img_ninja.webp");
  }
  .footer-education .l-bottom-link__corporate-link {
    width: 200px;
  }
  .footer-education .l-bottom-link__inner {
    padding: 48px 0 0px;
  }
}