@charset "utf-8";
/* CSS Document */
.fl_reservation{
  position: fixed;
  z-index: 100;
  bottom: 150px;
  right: 30px;
  opacity: 0;
  pointer-events: none;
}
.fl_reservation a{
  width: 186px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50vh;
  background: transparent linear-gradient(94deg, #FF2727 0%, #F51594 100%) 0% 0% no-repeat padding-box;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  padding-left: 2px;
}

.plan_campaign{
  font-family: "Zen Maru Gothic", sans-serif;
}
.plan_mv{
  aspect-ratio: 3.47 / 1;
  margin-top: 100px;
}
.plan_mv img{
  width: 100%;
}
.plan_introduction{
  padding: 100px 30px;
}
.plan_introduction .inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap:50px;
}
.plan_introduction .img{
  flex-shrink: 0;
}
.plan_introduction .txt{
  margin-top: 20px;
}
.plan_introduction .txt h3{
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 60px;
}
.plan_introduction .txt p{
  font-size: 20px;
  font-weight: 500;
}
.plan_introduction .txt p + p{
  margin-top: 30px;
}

.main_plan1{
  background-color: #BFF2FF;
  padding: 50px 30px;
}
.main_plan1 .inner{
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap:40px;
}
.main_plan1 .inner .txt{
  width: 706px;
  max-width: 50%;
}
.main_plan1 .inner .img{
  width: 806px;
  aspect-ratio: 2.59 / 1;
  border-radius: 24px;
  overflow: hidden;
  margin-right: 20px;
}

.main_plan2{
  padding: 50px 30px;
}
.main_plan2 .inner{
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  gap:40px;
}
.main_plan2 .inner .txt{
  width: 706px;
  max-width: 50%;
}
.main_plan2 .inner .img{
  width: 806px;
  margin-right: 50px;
}

.main_plan2 .inner .img .flex{
  display: flex;
  gap:26px;
  justify-content: space-between;
}
.main_plan2 .inner .img .flex div{
  aspect-ratio: 1.25 / 1;
  border-radius: 24px;
  overflow: hidden;
}

.main_plan2 .inner .img .flex2 div{
  aspect-ratio: 1.41 / 1;
}
.main_plan2 .inner .img .img_caption{
  margin-top: 10px;
}
.main_plan2 .inner .img .img_caption h4{
  font-size: 28px;
  font-weight: 700;
  color: #717171;
  text-align: center;
}
.main_plan2 .inner .img .img_caption p{
  font-size: 19px;
  font-weight: 700;
  color: #717171;
  text-align: center;
}
.main_plan2 .benefits{
  margin-top: 30px;
  border:solid 1px #97DB8E;
  border-radius: 14px;
  padding: 20px;
  display: flex;
}
.main_plan2 .benefits .item{
  width: calc((100% - 40px) / 3);
}
.main_plan2 .benefits .item + .item{
  margin-left: 20px;
  padding-left: 20px;
  background-size: 1px 5px;
  background-image: linear-gradient(to bottom, #777 2px, transparent 2px);
  background-repeat: repeat-y;
  background-position: left top;
}
.main_plan2 .benefits .caption{
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #75B56D;
  position: relative;
  line-height: 1;
  font-weight: 700;
  font-size: 14px;
  background-image: url(../images/studio/admission/benefits_caption_bg.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  padding-bottom: 4px;
}
.main_plan2 .benefits .caption::before {
  content: "";
  position: absolute;
  left: -20px;
  bottom: 4px;
  width: 14px;
  height: 14px;
  background-image: url(../images/studio/diagonal_left.svg);
  background-size: cover;
}
.main_plan2 .benefits .caption::after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 4px;
  width: 14px;
  height: 14px;
  background-image: url(../images/studio/diagonal_right.svg);
  background-size: cover;
}
.main_plan2 .benefits .benefits_txt .benefits_ttl{
  font-weight: 700;
  font-size: 15px;
  margin-top: 10px;
  text-align: center;
}

.plan_access{
  background-color: #BFF2FF;
  padding: 100px 30px;
}
.plan_access .inner{
  max-width: 1200px;
  margin: 0 auto;
}
.plan_access .ttl{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.plan_access .inner .box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap:40px;
}
.plan_access .inner .box .item{
  background-color: #fff;
  padding: 40px 50px;
  border-radius: 20px;
  width: calc(50% - 20px);
}
.plan_access .inner .box .item h3{
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #00abd9;
}
.plan_access .inner .box .item .information{
  padding: 20px 0;
  margin-top: 20px;
  background-image: repeating-linear-gradient(90deg, #737373, #737373 2px, transparent 2px, transparent 6px), repeating-linear-gradient(90deg, #737373, #737373 2px, transparent 2px, transparent 6px);
  background-position: left top, left bottom;
  background-repeat: repeat-x, repeat-x;
  background-size: 100% 2px, 100% 2px;
}
.plan_access .inner .box .item .information li{
  display: flex;
  gap:10px;
  font-size: 15px;
  font-weight: 500;
  padding-left: 1.9em;
  text-indent: -1.9em;
}

.plan_access .inner .box .item .information li + li{
  margin-top: 10px;
}
.plan_access .inner .box .reservation{
  color: #00abd9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap:0 20px;
  margin-top: 30px;
}
.plan_access .inner .box .reservation .caption{
  font-size: 15px;
  font-weight: 700;
}
.plan_access .inner .box .reservation .tel{
  font-size: 29px;
  font-weight: 700;
}

.plan_faq{
  padding: 100px 30px;
}
.plan_faq .ttl{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.plan_faq .inner{
  max-width: 1100px;
  margin: 0 auto;
}
.plan_faq .inner .box{
  padding: 30px 50px;
  border-radius: 20px;
  background-color: #fff;
  border:solid 1px #0088AE;
}
.plan_faq .inner .box + .box{
  margin-top: 20px;
}
.plan_faq .inner .box dt{
  color: #00BDEE;
  display: flex;
  align-items: center;
  gap:20px;
  font-size: 20px;
  font-weight: 600;
}
.plan_faq .inner .box dt::before{
  content:"";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("../images/plan/admission/q.svg");
  flex-shrink: 0;
}
.plan_faq .inner .box dd{
  margin-top: 10px;
  padding-top: 30px;
  background-image: repeating-linear-gradient(90deg, #737373, #737373 2px, transparent 2px, transparent 6px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 2px;
}



@media screen and (max-width:1260px){
  .plan_introduction .inner{
    gap:20px;
  }
  .plan_introduction .img{
    width: calc(50% - 10px);
  }
  .main_plan1 .inner .img{
    margin-right: 0;
  }
}

@media screen and (max-width:900px){
  .fl_reservation{
    bottom: 60px;
    right: auto;
    left: 0;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .fl_reservation a{
    width: 100%;
    height: 60px;
    font-size: 17px;
  }
  .plan_mv{
    margin-top: 70px;
  }
  .plan_introduction{
    padding: 50px 30px;
  }
  .plan_introduction .inner{
    flex-direction: column;
    justify-content: center;
  }
  .plan_introduction .img{
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .plan_introduction .txt h3{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .plan_introduction .txt p{
    font-size: 18px;
  }
  
  .main_plan1 .inner{
    flex-direction: column;
  }
  .main_plan1 .inner .txt{
    max-width: 100%;
  }
  .main_plan1 .inner .img{
    width: 100%;
  }
  .main_plan2 .inner{
    flex-direction: column;
  }
  .main_plan2 .inner .txt{
    max-width: 100%;
  }
  .main_plan2 .inner .img{
    width: 100%;
  }
  .main_plan2 .inner .img .img_caption h4{
    font-size: 18px;
  }
  .main_plan2 .inner .img .img_caption p{
    font-size: 15px;
  }
  .main_plan2 .benefits{
    flex-direction: column;
  }
  .main_plan2 .benefits .item{
    width: 100%;
  }
  .main_plan2 .benefits .item + .item{
    margin-left: 0;
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
    background-size: 5px 1px;
  background-image: linear-gradient(to left, #777 2px, transparent 2px);
    background-repeat: repeat-x;
    background-position: left top;    
  }

  .plan_mv{
    aspect-ratio: 1.92 / 1;
  }
  .plan_access{
    padding: 50px 30px;
  }
  .plan_access .ttl{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .plan_access .inner .box{
    flex-direction: column;
  }
  .plan_access .inner .box .item{
    width: 100%;
    padding: 40px 30px;
  }
  
  
  .plan_faq{
    padding: 50px 30px;
  }
  .plan_faq .ttl{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .plan_faq .inner .box{
    padding: 30px;
  }
  .plan_faq .inner .box dt{
    font-size: 18px;
  }
}