@charset "UTF-8";

/* -------------------------------------
objectives
------------------------------------- */
#objectives {
  text-align:center;

}
.objectives_wrap {

}
.obj_ttl {
  font-size:40px;
  margin-bottom:35px;
}
.exp_txt {
  font-size:17px;
  line-height:2.57;
}

/* -------------------------------------
membership
------------------------------------- */
#membership {
  
}
.membership_wrap {
  max-width:730px;
  margin:0 auto;
}
.memb_ttl {
  font-size:31px;
  text-align:center;
  margin-bottom:min(80px,5.5vw);
}
.memb_ditail {
  display:flex;
  justify-content:space-between;
  gap:20px;
}
.memb_ditail >* {
  width:100%;
  min-width:250px;
  max-width:300px;
}
.memb_fee {

}
.memb_sttl {
  color:#fff;
  font-size:17px;
  font-weight:600;
  text-align:center;
  background-color:#23243b;
  border-radius:20px;
  margin-bottom:20px;
  padding:3px 5px;
}
.fee_list {
  font-size:21px;
  text-align:center;
  margin-bottom:25px;
}
.memb_note {
  font-size:16px;
}
.memb_busi {

}
.busi_list {
  font-size:15px;
  counter-reset: number;
  margin-bottom:70px;
}
.busi_list >* {
    padding-left: 1em;
    text-indent: -1em;
    line-height:2.12;
}
.busi_list >*:before {
    counter-increment: number;
    content: counter(number) ". ";
}



@media screen and (max-width: 1440px) {
/* -------------------------------------

------------------------------------- */


}


@media screen and (max-width: 1260px) {


}

@media screen and (max-width: 1050px) {


}

@media screen and (max-width: 980px) {
/* -------------------------------------
objectives
------------------------------------- */
.obj_ttl {
  font-size:clamp(26px,4.08vw,40px);
}
.exp_txt {
  font-size:clamp(14px,1.73vw,17px);
  line-height:2.2;
}



}

@media screen and (max-width: 920px) {
}

@media screen and (max-width: 880px) {




}

@media screen and (max-width: 820px) {




}

@media screen and (max-width: 768px) {
/* -------------------------------------
membership
------------------------------------- */
.memb_ttl {
  font-size:clamp(26px,4vw,31px);
}


}

@media screen and (max-width: 700px) {
.memb_ditail {
    flex-direction:column;
    align-items:center;
    gap:40px;
}


}

@media screen and (max-width: 640px) {
/* -------------------------------------
objectives
------------------------------------- */
.exp_txt {
  text-align:left;
}

}

@media screen and (max-width: 600px) {


}

@media screen and (max-width: 500px) {



}

@media screen and (max-width: 400px) {



}
@media screen and (max-width: 360px) {


}

@media screen and (max-width: 320px) {

}

@media screen and (min-width: 769px) {
 
}
